import {Request} from '../lib/request'; import {Response} from '../lib/response'; import {AWSError} from '../lib/error'; import {Service} from '../lib/service'; import {ServiceConfigurationOptions} from '../lib/service'; import {ConfigBase as Config} from '../lib/config'; interface Blob {} declare class AlexaForBusiness extends Service { /** * Constructs a service object. This object has one method for each API operation. */ constructor(options?: AlexaForBusiness.Types.ClientConfiguration) config: Config & AlexaForBusiness.Types.ClientConfiguration; /** * 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. */ approveSkill(params: AlexaForBusiness.Types.ApproveSkillRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ApproveSkillResponse) => void): Request; /** * 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. */ approveSkill(callback?: (err: AWSError, data: AlexaForBusiness.Types.ApproveSkillResponse) => void): Request; /** * Associates a contact with a given address book. */ associateContactWithAddressBook(params: AlexaForBusiness.Types.AssociateContactWithAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateContactWithAddressBookResponse) => void): Request; /** * Associates a contact with a given address book. */ associateContactWithAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateContactWithAddressBookResponse) => void): Request; /** * 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. */ associateDeviceWithRoom(params: AlexaForBusiness.Types.AssociateDeviceWithRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateDeviceWithRoomResponse) => void): Request; /** * 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. */ associateDeviceWithRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateDeviceWithRoomResponse) => void): Request; /** * Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room. */ associateSkillGroupWithRoom(params: AlexaForBusiness.Types.AssociateSkillGroupWithRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillGroupWithRoomResponse) => void): Request; /** * Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room. */ associateSkillGroupWithRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillGroupWithRoomResponse) => void): Request; /** * Associates a skill with a skill group. */ associateSkillWithSkillGroup(params: AlexaForBusiness.Types.AssociateSkillWithSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithSkillGroupResponse) => void): Request; /** * Associates a skill with a skill group. */ associateSkillWithSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithSkillGroupResponse) => void): Request; /** * Makes a private skill available for enrolled users to enable on their devices. */ associateSkillWithUsers(params: AlexaForBusiness.Types.AssociateSkillWithUsersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithUsersResponse) => void): Request; /** * Makes a private skill available for enrolled users to enable on their devices. */ associateSkillWithUsers(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithUsersResponse) => void): Request; /** * Creates an address book with the specified details. */ createAddressBook(params: AlexaForBusiness.Types.CreateAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateAddressBookResponse) => void): Request; /** * Creates an address book with the specified details. */ createAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateAddressBookResponse) => void): Request; /** * Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval. */ createBusinessReportSchedule(params: AlexaForBusiness.Types.CreateBusinessReportScheduleRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateBusinessReportScheduleResponse) => void): Request; /** * Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval. */ createBusinessReportSchedule(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateBusinessReportScheduleResponse) => void): Request; /** * Adds a new conference provider under the user's AWS account. */ createConferenceProvider(params: AlexaForBusiness.Types.CreateConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateConferenceProviderResponse) => void): Request; /** * Adds a new conference provider under the user's AWS account. */ createConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateConferenceProviderResponse) => void): Request; /** * Creates a contact with the specified details. */ createContact(params: AlexaForBusiness.Types.CreateContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateContactResponse) => void): Request; /** * Creates a contact with the specified details. */ createContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateContactResponse) => void): Request; /** * Creates a new room profile with the specified details. */ createProfile(params: AlexaForBusiness.Types.CreateProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateProfileResponse) => void): Request; /** * Creates a new room profile with the specified details. */ createProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateProfileResponse) => void): Request; /** * Creates a room with the specified details. */ createRoom(params: AlexaForBusiness.Types.CreateRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateRoomResponse) => void): Request; /** * Creates a room with the specified details. */ createRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateRoomResponse) => void): Request; /** * Creates a skill group with a specified name and description. */ createSkillGroup(params: AlexaForBusiness.Types.CreateSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateSkillGroupResponse) => void): Request; /** * Creates a skill group with a specified name and description. */ createSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateSkillGroupResponse) => void): Request; /** * Creates a user. */ createUser(params: AlexaForBusiness.Types.CreateUserRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateUserResponse) => void): Request; /** * Creates a user. */ createUser(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateUserResponse) => void): Request; /** * Deletes an address book by the address book ARN. */ deleteAddressBook(params: AlexaForBusiness.Types.DeleteAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteAddressBookResponse) => void): Request; /** * Deletes an address book by the address book ARN. */ deleteAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteAddressBookResponse) => void): Request; /** * Deletes the recurring report delivery schedule with the specified schedule ARN. */ deleteBusinessReportSchedule(params: AlexaForBusiness.Types.DeleteBusinessReportScheduleRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteBusinessReportScheduleResponse) => void): Request; /** * Deletes the recurring report delivery schedule with the specified schedule ARN. */ deleteBusinessReportSchedule(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteBusinessReportScheduleResponse) => void): Request; /** * Deletes a conference provider. */ deleteConferenceProvider(params: AlexaForBusiness.Types.DeleteConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteConferenceProviderResponse) => void): Request; /** * Deletes a conference provider. */ deleteConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteConferenceProviderResponse) => void): Request; /** * Deletes a contact by the contact ARN. */ deleteContact(params: AlexaForBusiness.Types.DeleteContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteContactResponse) => void): Request; /** * Deletes a contact by the contact ARN. */ deleteContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteContactResponse) => void): Request; /** * Removes a device from Alexa For Business. */ deleteDevice(params: AlexaForBusiness.Types.DeleteDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteDeviceResponse) => void): Request; /** * Removes a device from Alexa For Business. */ deleteDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteDeviceResponse) => void): Request; /** * Deletes a room profile by the profile ARN. */ deleteProfile(params: AlexaForBusiness.Types.DeleteProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteProfileResponse) => void): Request; /** * Deletes a room profile by the profile ARN. */ deleteProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteProfileResponse) => void): Request; /** * Deletes a room by the room ARN. */ deleteRoom(params: AlexaForBusiness.Types.DeleteRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomResponse) => void): Request; /** * Deletes a room by the room ARN. */ deleteRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomResponse) => void): Request; /** * Deletes room skill parameter details by room, skill, and parameter key ID. */ deleteRoomSkillParameter(params: AlexaForBusiness.Types.DeleteRoomSkillParameterRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomSkillParameterResponse) => void): Request; /** * Deletes room skill parameter details by room, skill, and parameter key ID. */ deleteRoomSkillParameter(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomSkillParameterResponse) => void): Request; /** * Unlinks a third-party account from a skill. */ deleteSkillAuthorization(params: AlexaForBusiness.Types.DeleteSkillAuthorizationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillAuthorizationResponse) => void): Request; /** * Unlinks a third-party account from a skill. */ deleteSkillAuthorization(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillAuthorizationResponse) => void): Request; /** * Deletes a skill group by skill group ARN. */ deleteSkillGroup(params: AlexaForBusiness.Types.DeleteSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillGroupResponse) => void): Request; /** * Deletes a skill group by skill group ARN. */ deleteSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillGroupResponse) => void): Request; /** * Deletes a specified user by user ARN and enrollment ARN. */ deleteUser(params: AlexaForBusiness.Types.DeleteUserRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteUserResponse) => void): Request; /** * Deletes a specified user by user ARN and enrollment ARN. */ deleteUser(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteUserResponse) => void): Request; /** * Disassociates a contact from a given address book. */ disassociateContactFromAddressBook(params: AlexaForBusiness.Types.DisassociateContactFromAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateContactFromAddressBookResponse) => void): Request; /** * Disassociates a contact from a given address book. */ disassociateContactFromAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateContactFromAddressBookResponse) => void): Request; /** * 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. */ disassociateDeviceFromRoom(params: AlexaForBusiness.Types.DisassociateDeviceFromRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateDeviceFromRoomResponse) => void): Request; /** * 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. */ disassociateDeviceFromRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateDeviceFromRoomResponse) => void): Request; /** * Disassociates a skill from a skill group. */ disassociateSkillFromSkillGroup(params: AlexaForBusiness.Types.DisassociateSkillFromSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromSkillGroupResponse) => void): Request; /** * Disassociates a skill from a skill group. */ disassociateSkillFromSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromSkillGroupResponse) => void): Request; /** * Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices. */ disassociateSkillFromUsers(params: AlexaForBusiness.Types.DisassociateSkillFromUsersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromUsersResponse) => void): Request; /** * Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices. */ disassociateSkillFromUsers(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromUsersResponse) => void): Request; /** * Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room. */ disassociateSkillGroupFromRoom(params: AlexaForBusiness.Types.DisassociateSkillGroupFromRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillGroupFromRoomResponse) => void): Request; /** * Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room. */ disassociateSkillGroupFromRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillGroupFromRoomResponse) => void): Request; /** * Forgets smart home appliances associated to a room. */ forgetSmartHomeAppliances(params: AlexaForBusiness.Types.ForgetSmartHomeAppliancesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ForgetSmartHomeAppliancesResponse) => void): Request; /** * Forgets smart home appliances associated to a room. */ forgetSmartHomeAppliances(callback?: (err: AWSError, data: AlexaForBusiness.Types.ForgetSmartHomeAppliancesResponse) => void): Request; /** * Gets address the book details by the address book ARN. */ getAddressBook(params: AlexaForBusiness.Types.GetAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetAddressBookResponse) => void): Request; /** * Gets address the book details by the address book ARN. */ getAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetAddressBookResponse) => void): Request; /** * Retrieves the existing conference preferences. */ getConferencePreference(params: AlexaForBusiness.Types.GetConferencePreferenceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferencePreferenceResponse) => void): Request; /** * Retrieves the existing conference preferences. */ getConferencePreference(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferencePreferenceResponse) => void): Request; /** * Gets details about a specific conference provider. */ getConferenceProvider(params: AlexaForBusiness.Types.GetConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferenceProviderResponse) => void): Request; /** * Gets details about a specific conference provider. */ getConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferenceProviderResponse) => void): Request; /** * Gets the contact details by the contact ARN. */ getContact(params: AlexaForBusiness.Types.GetContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetContactResponse) => void): Request; /** * Gets the contact details by the contact ARN. */ getContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetContactResponse) => void): Request; /** * Gets the details of a device by device ARN. */ getDevice(params: AlexaForBusiness.Types.GetDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetDeviceResponse) => void): Request; /** * Gets the details of a device by device ARN. */ getDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetDeviceResponse) => void): Request; /** * Retrieves the configured values for the user enrollment invitation email template. */ getInvitationConfiguration(params: AlexaForBusiness.Types.GetInvitationConfigurationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetInvitationConfigurationResponse) => void): Request; /** * Retrieves the configured values for the user enrollment invitation email template. */ getInvitationConfiguration(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetInvitationConfigurationResponse) => void): Request; /** * Gets the details of a room profile by profile ARN. */ getProfile(params: AlexaForBusiness.Types.GetProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetProfileResponse) => void): Request; /** * Gets the details of a room profile by profile ARN. */ getProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetProfileResponse) => void): Request; /** * Gets room details by room ARN. */ getRoom(params: AlexaForBusiness.Types.GetRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomResponse) => void): Request; /** * Gets room details by room ARN. */ getRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomResponse) => void): Request; /** * Gets room skill parameter details by room, skill, and parameter key ARN. */ getRoomSkillParameter(params: AlexaForBusiness.Types.GetRoomSkillParameterRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomSkillParameterResponse) => void): Request; /** * Gets room skill parameter details by room, skill, and parameter key ARN. */ getRoomSkillParameter(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomSkillParameterResponse) => void): Request; /** * Gets skill group details by skill group ARN. */ getSkillGroup(params: AlexaForBusiness.Types.GetSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetSkillGroupResponse) => void): Request; /** * Gets skill group details by skill group ARN. */ getSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetSkillGroupResponse) => void): Request; /** * Lists the details of the schedules that a user configured. */ listBusinessReportSchedules(params: AlexaForBusiness.Types.ListBusinessReportSchedulesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListBusinessReportSchedulesResponse) => void): Request; /** * Lists the details of the schedules that a user configured. */ listBusinessReportSchedules(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListBusinessReportSchedulesResponse) => void): Request; /** * Lists conference providers under a specific AWS account. */ listConferenceProviders(params: AlexaForBusiness.Types.ListConferenceProvidersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListConferenceProvidersResponse) => void): Request; /** * Lists conference providers under a specific AWS account. */ listConferenceProviders(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListConferenceProvidersResponse) => void): Request; /** * Lists the device event history, including device connection status, for up to 30 days. */ listDeviceEvents(params: AlexaForBusiness.Types.ListDeviceEventsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListDeviceEventsResponse) => void): Request; /** * Lists the device event history, including device connection status, for up to 30 days. */ listDeviceEvents(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListDeviceEventsResponse) => void): Request; /** * Lists all enabled skills in a specific skill group. */ listSkills(params: AlexaForBusiness.Types.ListSkillsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsResponse) => void): Request; /** * Lists all enabled skills in a specific skill group. */ listSkills(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsResponse) => void): Request; /** * Lists all categories in the Alexa skill store. */ listSkillsStoreCategories(params: AlexaForBusiness.Types.ListSkillsStoreCategoriesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreCategoriesResponse) => void): Request; /** * Lists all categories in the Alexa skill store. */ listSkillsStoreCategories(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreCategoriesResponse) => void): Request; /** * Lists all skills in the Alexa skill store by category. */ listSkillsStoreSkillsByCategory(params: AlexaForBusiness.Types.ListSkillsStoreSkillsByCategoryRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreSkillsByCategoryResponse) => void): Request; /** * Lists all skills in the Alexa skill store by category. */ listSkillsStoreSkillsByCategory(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreSkillsByCategoryResponse) => void): Request; /** * Lists all of the smart home appliances associated with a room. */ listSmartHomeAppliances(params: AlexaForBusiness.Types.ListSmartHomeAppliancesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSmartHomeAppliancesResponse) => void): Request; /** * Lists all of the smart home appliances associated with a room. */ listSmartHomeAppliances(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSmartHomeAppliancesResponse) => void): Request; /** * Lists all tags for the specified resource. */ listTags(params: AlexaForBusiness.Types.ListTagsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListTagsResponse) => void): Request; /** * Lists all tags for the specified resource. */ listTags(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListTagsResponse) => void): Request; /** * Sets the conference preferences on a specific conference provider at the account level. */ putConferencePreference(params: AlexaForBusiness.Types.PutConferencePreferenceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutConferencePreferenceResponse) => void): Request; /** * Sets the conference preferences on a specific conference provider at the account level. */ putConferencePreference(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutConferencePreferenceResponse) => void): Request; /** * Configures the email template for the user enrollment invitation with the specified attributes. */ putInvitationConfiguration(params: AlexaForBusiness.Types.PutInvitationConfigurationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutInvitationConfigurationResponse) => void): Request; /** * Configures the email template for the user enrollment invitation with the specified attributes. */ putInvitationConfiguration(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutInvitationConfigurationResponse) => void): Request; /** * Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter. */ putRoomSkillParameter(params: AlexaForBusiness.Types.PutRoomSkillParameterRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutRoomSkillParameterResponse) => void): Request; /** * Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter. */ putRoomSkillParameter(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutRoomSkillParameterResponse) => void): Request; /** * 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. */ putSkillAuthorization(params: AlexaForBusiness.Types.PutSkillAuthorizationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutSkillAuthorizationResponse) => void): Request; /** * 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. */ putSkillAuthorization(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutSkillAuthorizationResponse) => void): Request; /** * Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS). */ registerAVSDevice(params: AlexaForBusiness.Types.RegisterAVSDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.RegisterAVSDeviceResponse) => void): Request; /** * Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS). */ registerAVSDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.RegisterAVSDeviceResponse) => void): Request; /** * 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. */ rejectSkill(params: AlexaForBusiness.Types.RejectSkillRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.RejectSkillResponse) => void): Request; /** * 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. */ rejectSkill(callback?: (err: AWSError, data: AlexaForBusiness.Types.RejectSkillResponse) => void): Request; /** * Determines the details for the room from which a skill request was invoked. This operation is used by skill developers. */ resolveRoom(params: AlexaForBusiness.Types.ResolveRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ResolveRoomResponse) => void): Request; /** * Determines the details for the room from which a skill request was invoked. This operation is used by skill developers. */ resolveRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.ResolveRoomResponse) => void): Request; /** * Revokes an invitation and invalidates the enrollment URL. */ revokeInvitation(params: AlexaForBusiness.Types.RevokeInvitationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.RevokeInvitationResponse) => void): Request; /** * Revokes an invitation and invalidates the enrollment URL. */ revokeInvitation(callback?: (err: AWSError, data: AlexaForBusiness.Types.RevokeInvitationResponse) => void): Request; /** * Searches address books and lists the ones that meet a set of filter and sort criteria. */ searchAddressBooks(params: AlexaForBusiness.Types.SearchAddressBooksRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchAddressBooksResponse) => void): Request; /** * Searches address books and lists the ones that meet a set of filter and sort criteria. */ searchAddressBooks(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchAddressBooksResponse) => void): Request; /** * Searches contacts and lists the ones that meet a set of filter and sort criteria. */ searchContacts(params: AlexaForBusiness.Types.SearchContactsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchContactsResponse) => void): Request; /** * Searches contacts and lists the ones that meet a set of filter and sort criteria. */ searchContacts(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchContactsResponse) => void): Request; /** * Searches devices and lists the ones that meet a set of filter criteria. */ searchDevices(params: AlexaForBusiness.Types.SearchDevicesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchDevicesResponse) => void): Request; /** * Searches devices and lists the ones that meet a set of filter criteria. */ searchDevices(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchDevicesResponse) => void): Request; /** * Searches room profiles and lists the ones that meet a set of filter criteria. */ searchProfiles(params: AlexaForBusiness.Types.SearchProfilesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchProfilesResponse) => void): Request; /** * Searches room profiles and lists the ones that meet a set of filter criteria. */ searchProfiles(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchProfilesResponse) => void): Request; /** * Searches rooms and lists the ones that meet a set of filter and sort criteria. */ searchRooms(params: AlexaForBusiness.Types.SearchRoomsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchRoomsResponse) => void): Request; /** * Searches rooms and lists the ones that meet a set of filter and sort criteria. */ searchRooms(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchRoomsResponse) => void): Request; /** * Searches skill groups and lists the ones that meet a set of filter and sort criteria. */ searchSkillGroups(params: AlexaForBusiness.Types.SearchSkillGroupsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchSkillGroupsResponse) => void): Request; /** * Searches skill groups and lists the ones that meet a set of filter and sort criteria. */ searchSkillGroups(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchSkillGroupsResponse) => void): Request; /** * Searches users and lists the ones that meet a set of filter and sort criteria. */ searchUsers(params: AlexaForBusiness.Types.SearchUsersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchUsersResponse) => void): Request; /** * Searches users and lists the ones that meet a set of filter and sort criteria. */ searchUsers(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchUsersResponse) => void): Request; /** * Sends an enrollment invitation email with a URL to a user. The URL is valid for 72 hours or until you call this operation again, whichever comes first. */ sendInvitation(params: AlexaForBusiness.Types.SendInvitationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SendInvitationResponse) => void): Request; /** * Sends an enrollment invitation email with a URL to a user. The URL is valid for 72 hours or until you call this operation again, whichever comes first. */ sendInvitation(callback?: (err: AWSError, data: AlexaForBusiness.Types.SendInvitationResponse) => void): Request; /** * Resets a device and its account to the known default settings, by clearing all information and settings set by previous users. */ startDeviceSync(params: AlexaForBusiness.Types.StartDeviceSyncRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.StartDeviceSyncResponse) => void): Request; /** * Resets a device and its account to the known default settings, by clearing all information and settings set by previous users. */ startDeviceSync(callback?: (err: AWSError, data: AlexaForBusiness.Types.StartDeviceSyncResponse) => void): Request; /** * Initiates the discovery of any smart home appliances associated with the room. */ startSmartHomeApplianceDiscovery(params: AlexaForBusiness.Types.StartSmartHomeApplianceDiscoveryRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.StartSmartHomeApplianceDiscoveryResponse) => void): Request; /** * Initiates the discovery of any smart home appliances associated with the room. */ startSmartHomeApplianceDiscovery(callback?: (err: AWSError, data: AlexaForBusiness.Types.StartSmartHomeApplianceDiscoveryResponse) => void): Request; /** * Adds metadata tags to a specified resource. */ tagResource(params: AlexaForBusiness.Types.TagResourceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.TagResourceResponse) => void): Request; /** * Adds metadata tags to a specified resource. */ tagResource(callback?: (err: AWSError, data: AlexaForBusiness.Types.TagResourceResponse) => void): Request; /** * Removes metadata tags from a specified resource. */ untagResource(params: AlexaForBusiness.Types.UntagResourceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UntagResourceResponse) => void): Request; /** * Removes metadata tags from a specified resource. */ untagResource(callback?: (err: AWSError, data: AlexaForBusiness.Types.UntagResourceResponse) => void): Request; /** * Updates address book details by the address book ARN. */ updateAddressBook(params: AlexaForBusiness.Types.UpdateAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateAddressBookResponse) => void): Request; /** * Updates address book details by the address book ARN. */ updateAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateAddressBookResponse) => void): Request; /** * Updates the configuration of the report delivery schedule with the specified schedule ARN. */ updateBusinessReportSchedule(params: AlexaForBusiness.Types.UpdateBusinessReportScheduleRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateBusinessReportScheduleResponse) => void): Request; /** * Updates the configuration of the report delivery schedule with the specified schedule ARN. */ updateBusinessReportSchedule(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateBusinessReportScheduleResponse) => void): Request; /** * Updates an existing conference provider's settings. */ updateConferenceProvider(params: AlexaForBusiness.Types.UpdateConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateConferenceProviderResponse) => void): Request; /** * Updates an existing conference provider's settings. */ updateConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateConferenceProviderResponse) => void): Request; /** * Updates the contact details by the contact ARN. */ updateContact(params: AlexaForBusiness.Types.UpdateContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateContactResponse) => void): Request; /** * Updates the contact details by the contact ARN. */ updateContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateContactResponse) => void): Request; /** * Updates the device name by device ARN. */ updateDevice(params: AlexaForBusiness.Types.UpdateDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateDeviceResponse) => void): Request; /** * Updates the device name by device ARN. */ updateDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateDeviceResponse) => void): Request; /** * Updates an existing room profile by room profile ARN. */ updateProfile(params: AlexaForBusiness.Types.UpdateProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateProfileResponse) => void): Request; /** * Updates an existing room profile by room profile ARN. */ updateProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateProfileResponse) => void): Request; /** * Updates room details by room ARN. */ updateRoom(params: AlexaForBusiness.Types.UpdateRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateRoomResponse) => void): Request; /** * Updates room details by room ARN. */ updateRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateRoomResponse) => void): Request; /** * Updates skill group details by skill group ARN. */ updateSkillGroup(params: AlexaForBusiness.Types.UpdateSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateSkillGroupResponse) => void): Request; /** * Updates skill group details by skill group ARN. */ updateSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateSkillGroupResponse) => void): Request; } declare namespace AlexaForBusiness { export type Address = string; export interface AddressBook { /** * The ARN of the address book. */ AddressBookArn?: Arn; /** * The name of the address book. */ Name?: AddressBookName; /** * The description of the address book. */ Description?: AddressBookDescription; } export interface AddressBookData { /** * The ARN of the address book. */ AddressBookArn?: Arn; /** * The name of the address book. */ Name?: AddressBookName; /** * The description of the address book. */ Description?: AddressBookDescription; } export type AddressBookDataList = AddressBookData[]; export type AddressBookDescription = string; export type AddressBookName = string; export type AmazonId = string; export type ApplianceDescription = string; export type ApplianceFriendlyName = string; export type ApplianceManufacturerName = string; export interface ApproveSkillRequest { /** * The unique identifier of the skill. */ SkillId: SkillId; } export interface ApproveSkillResponse { } export type Arn = string; export interface AssociateContactWithAddressBookRequest { /** * The ARN of the contact to associate with an address book. */ ContactArn: Arn; /** * The ARN of the address book with which to associate the contact. */ AddressBookArn: Arn; } export interface AssociateContactWithAddressBookResponse { } export interface AssociateDeviceWithRoomRequest { /** * The ARN of the device to associate to a room. Required. */ DeviceArn?: Arn; /** * The ARN of the room with which to associate the device. Required. */ RoomArn?: Arn; } export interface AssociateDeviceWithRoomResponse { } export interface AssociateSkillGroupWithRoomRequest { /** * The ARN of the skill group to associate with a room. Required. */ SkillGroupArn?: Arn; /** * The ARN of the room with which to associate the skill group. Required. */ RoomArn?: Arn; } export interface AssociateSkillGroupWithRoomResponse { } export interface AssociateSkillWithSkillGroupRequest { /** * The ARN of the skill group to associate the skill to. Required. */ SkillGroupArn?: Arn; /** * The unique identifier of the skill. */ SkillId: SkillId; } export interface AssociateSkillWithSkillGroupResponse { } export interface AssociateSkillWithUsersRequest { /** * The private skill ID you want to make available to enrolled users. */ SkillId: SkillId; } export interface AssociateSkillWithUsersResponse { } export type AuthorizationResult = {[key: string]: Value}; export type Boolean = boolean; export type BulletPoint = string; export type BulletPoints = BulletPoint[]; export interface BusinessReport { /** * The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED). */ Status?: BusinessReportStatus; /** * The failure code. */ FailureCode?: BusinessReportFailureCode; /** * The S3 location of the output reports. */ S3Location?: BusinessReportS3Location; /** * The time of report delivery. */ DeliveryTime?: Timestamp; /** * The download link where a user can download the report. */ DownloadUrl?: BusinessReportDownloadUrl; } export interface BusinessReportContentRange { /** * The interval of the content range. */ Interval?: BusinessReportInterval; } export type BusinessReportDownloadUrl = string; export type BusinessReportFailureCode = "ACCESS_DENIED"|"NO_SUCH_BUCKET"|"INTERNAL_FAILURE"|string; export type BusinessReportFormat = "CSV"|"CSV_ZIP"|string; export type BusinessReportInterval = "ONE_DAY"|"ONE_WEEK"|string; export interface BusinessReportRecurrence { /** * The start date. */ StartDate?: _Date; } export interface BusinessReportS3Location { /** * The path of the business report. */ Path?: BusinessReportS3Path; /** * The S3 bucket name of the output reports. */ BucketName?: CustomerS3BucketName; } export type BusinessReportS3Path = string; export interface BusinessReportSchedule { /** * The ARN of the business report schedule. */ ScheduleArn?: Arn; /** * The name identifier of the schedule. */ ScheduleName?: BusinessReportScheduleName; /** * The S3 bucket name of the output reports. */ S3BucketName?: CustomerS3BucketName; /** * The S3 key where the report is delivered. */ S3KeyPrefix?: S3KeyPrefix; /** * The format of the generated report (individual CSV files or zipped files of individual files). */ Format?: BusinessReportFormat; /** * The content range of the reports. */ ContentRange?: BusinessReportContentRange; /** * The recurrence of the reports. */ Recurrence?: BusinessReportRecurrence; /** * The details of the last business report delivery for a specified time interval. */ LastBusinessReport?: BusinessReport; } export type BusinessReportScheduleList = BusinessReportSchedule[]; export type BusinessReportScheduleName = string; export type BusinessReportStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|string; export interface Category { /** * The ID of the skill store category. */ CategoryId?: CategoryId; /** * The name of the skill store category. */ CategoryName?: CategoryName; } export type CategoryId = number; export type CategoryList = Category[]; export type CategoryName = string; export type ClientId = string; export type ClientRequestToken = string; export type CommsProtocol = "SIP"|"SIPS"|"H323"|string; export interface ConferencePreference { /** * The ARN of the default conference provider. */ DefaultConferenceProviderArn?: Arn; } export interface ConferenceProvider { /** * The ARN of the newly created conference provider. */ Arn?: Arn; /** * The name of the conference provider. */ Name?: ConferenceProviderName; /** * The type of conference providers. */ Type?: ConferenceProviderType; /** * The IP endpoint and protocol for calling. */ IPDialIn?: IPDialIn; /** * The information for PSTN conferencing. */ PSTNDialIn?: PSTNDialIn; /** * The meeting settings for the conference provider. */ MeetingSetting?: MeetingSetting; } export type ConferenceProviderName = string; export type ConferenceProviderType = "CHIME"|"BLUEJEANS"|"FUZE"|"GOOGLE_HANGOUTS"|"POLYCOM"|"RINGCENTRAL"|"SKYPE_FOR_BUSINESS"|"WEBEX"|"ZOOM"|"CUSTOM"|string; export type ConferenceProvidersList = ConferenceProvider[]; export type ConnectionStatus = "ONLINE"|"OFFLINE"|string; export interface Contact { /** * The ARN of the contact. */ ContactArn?: Arn; /** * The name of the contact to display on the console. */ DisplayName?: ContactName; /** * The first name of the contact, used to call the contact on the device. */ FirstName?: ContactName; /** * The last name of the contact, used to call the contact on the device. */ LastName?: ContactName; /** * The phone number of the contact. */ PhoneNumber?: E164PhoneNumber; } export interface ContactData { /** * The ARN of the contact. */ ContactArn?: Arn; /** * The name of the contact to display on the console. */ DisplayName?: ContactName; /** * The first name of the contact, used to call the contact on the device. */ FirstName?: ContactName; /** * The last name of the contact, used to call the contact on the device. */ LastName?: ContactName; /** * The phone number of the contact. */ PhoneNumber?: E164PhoneNumber; } export type ContactDataList = ContactData[]; export type ContactName = string; export type CountryCode = string; export interface CreateAddressBookRequest { /** * The name of the address book. */ Name: AddressBookName; /** * The description of the address book. */ Description?: AddressBookDescription; /** * A unique, user-specified identifier for the request that ensures idempotency. */ ClientRequestToken?: ClientRequestToken; } export interface CreateAddressBookResponse { /** * The ARN of the newly created address book. */ AddressBookArn?: Arn; } export interface CreateBusinessReportScheduleRequest { /** * The name identifier of the schedule. */ ScheduleName?: BusinessReportScheduleName; /** * The S3 bucket name of the output reports. If this isn't specified, the report can be retrieved from a download link by calling ListBusinessReportSchedule. */ S3BucketName?: CustomerS3BucketName; /** * The S3 key where the report is delivered. */ S3KeyPrefix?: S3KeyPrefix; /** * The format of the generated report (individual CSV files or zipped files of individual files). */ Format: BusinessReportFormat; /** * The content range of the reports. */ ContentRange: BusinessReportContentRange; /** * The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called. */ Recurrence?: BusinessReportRecurrence; /** * The client request token. */ ClientRequestToken?: ClientRequestToken; } export interface CreateBusinessReportScheduleResponse { /** * The ARN of the business report schedule. */ ScheduleArn?: Arn; } export interface CreateConferenceProviderRequest { /** * The name of the conference provider. */ ConferenceProviderName: ConferenceProviderName; /** * Represents a type within a list of predefined types. */ ConferenceProviderType: ConferenceProviderType; /** * The IP endpoint and protocol for calling. */ IPDialIn?: IPDialIn; /** * The information for PSTN conferencing. */ PSTNDialIn?: PSTNDialIn; /** * The meeting settings for the conference provider. */ MeetingSetting: MeetingSetting; /** * The request token of the client. */ ClientRequestToken?: ClientRequestToken; } export interface CreateConferenceProviderResponse { /** * The ARN of the newly-created conference provider. */ ConferenceProviderArn?: Arn; } export interface CreateContactRequest { /** * The name of the contact to display on the console. */ DisplayName?: ContactName; /** * The first name of the contact that is used to call the contact on the device. */ FirstName: ContactName; /** * The last name of the contact that is used to call the contact on the device. */ LastName?: ContactName; /** * The phone number of the contact in E.164 format. */ PhoneNumber?: E164PhoneNumber; /** * A unique, user-specified identifier for this request that ensures idempotency. */ ClientRequestToken?: ClientRequestToken; } export interface CreateContactResponse { /** * The ARN of the newly created address book. */ ContactArn?: Arn; } export interface CreateProfileRequest { /** * The name of a room profile. */ ProfileName: ProfileName; /** * The time zone used by a room profile. */ Timezone: Timezone; /** * The valid address for the room. */ Address: Address; /** * The distance unit to be used by devices in the profile. */ DistanceUnit: DistanceUnit; /** * The temperature unit to be used by devices in the profile. */ TemperatureUnit: TemperatureUnit; /** * A wake word for Alexa, Echo, Amazon, or a computer. */ WakeWord: WakeWord; /** * The user-specified token that is used during the creation of a profile. */ ClientRequestToken?: ClientRequestToken; /** * Whether room profile setup is enabled. */ SetupModeDisabled?: Boolean; /** * The maximum volume limit for a room profile. */ MaxVolumeLimit?: MaxVolumeLimit; /** * Whether PSTN calling is enabled. */ PSTNEnabled?: Boolean; } export interface CreateProfileResponse { /** * The ARN of the newly created room profile in the response. */ ProfileArn?: Arn; } export interface CreateRoomRequest { /** * The name for the room. */ RoomName: RoomName; /** * The description for the room. */ Description?: RoomDescription; /** * The profile ARN for the room. */ ProfileArn?: Arn; /** * The calendar ARN for the room. */ ProviderCalendarId?: ProviderCalendarId; /** * A unique, user-specified identifier for this request that ensures idempotency. */ ClientRequestToken?: ClientRequestToken; /** * The tags for the room. */ Tags?: TagList; } export interface CreateRoomResponse { /** * The ARN of the newly created room in the response. */ RoomArn?: Arn; } export interface CreateSkillGroupRequest { /** * The name for the skill group. */ SkillGroupName: SkillGroupName; /** * The description for the skill group. */ Description?: SkillGroupDescription; /** * A unique, user-specified identifier for this request that ensures idempotency. */ ClientRequestToken?: ClientRequestToken; } export interface CreateSkillGroupResponse { /** * The ARN of the newly created skill group in the response. */ SkillGroupArn?: Arn; } export interface CreateUserRequest { /** * The ARN for the user. */ UserId: user_UserId; /** * The first name for the user. */ FirstName?: user_FirstName; /** * The last name for the user. */ LastName?: user_LastName; /** * The email address for the user. */ Email?: Email; /** * A unique, user-specified identifier for this request that ensures idempotency. */ ClientRequestToken?: ClientRequestToken; /** * The tags for the user. */ Tags?: TagList; } export interface CreateUserResponse { /** * The ARN of the newly created user in the response. */ UserArn?: Arn; } export type CustomerS3BucketName = string; export type _Date = string; export interface DeleteAddressBookRequest { /** * The ARN of the address book to delete. */ AddressBookArn: Arn; } export interface DeleteAddressBookResponse { } export interface DeleteBusinessReportScheduleRequest { /** * The ARN of the business report schedule. */ ScheduleArn: Arn; } export interface DeleteBusinessReportScheduleResponse { } export interface DeleteConferenceProviderRequest { /** * The ARN of the conference provider. */ ConferenceProviderArn: Arn; } export interface DeleteConferenceProviderResponse { } export interface DeleteContactRequest { /** * The ARN of the contact to delete. */ ContactArn: Arn; } export interface DeleteContactResponse { } export interface DeleteDeviceRequest { /** * The ARN of the device for which to request details. */ DeviceArn: Arn; } export interface DeleteDeviceResponse { } export interface DeleteProfileRequest { /** * The ARN of the room profile to delete. Required. */ ProfileArn?: Arn; } export interface DeleteProfileResponse { } export interface DeleteRoomRequest { /** * The ARN of the room to delete. Required. */ RoomArn?: Arn; } export interface DeleteRoomResponse { } export interface DeleteRoomSkillParameterRequest { /** * The ARN of the room from which to remove the room skill parameter details. */ RoomArn?: Arn; /** * The ID of the skill from which to remove the room skill parameter details. */ SkillId: SkillId; /** * The room skill parameter key for which to remove details. */ ParameterKey: RoomSkillParameterKey; } export interface DeleteRoomSkillParameterResponse { } export interface DeleteSkillAuthorizationRequest { /** * The unique identifier of a skill. */ SkillId: SkillId; /** * The room that the skill is authorized for. */ RoomArn?: Arn; } export interface DeleteSkillAuthorizationResponse { } export interface DeleteSkillGroupRequest { /** * The ARN of the skill group to delete. Required. */ SkillGroupArn?: Arn; } export interface DeleteSkillGroupResponse { } export interface DeleteUserRequest { /** * The ARN of the user to delete in the organization. Required. */ UserArn?: Arn; /** * The ARN of the user's enrollment in the organization. Required. */ EnrollmentId: EnrollmentId; } export interface DeleteUserResponse { } export interface DeveloperInfo { /** * The name of the developer. */ DeveloperName?: DeveloperName; /** * The URL of the privacy policy. */ PrivacyPolicy?: PrivacyPolicy; /** * The email of the developer. */ Email?: Email; /** * The website of the developer. */ Url?: Url; } export type DeveloperName = string; export interface Device { /** * The ARN of a device. */ DeviceArn?: Arn; /** * The serial number of a device. */ DeviceSerialNumber?: DeviceSerialNumber; /** * The type of a device. */ DeviceType?: DeviceType; /** * The name of a device. */ DeviceName?: DeviceName; /** * The software version of a device. */ SoftwareVersion?: SoftwareVersion; /** * The MAC address of a device. */ MacAddress?: MacAddress; /** * The room ARN of a device. */ RoomArn?: Arn; /** * The status of a device. If the status is not READY, check the DeviceStatusInfo value for details. */ DeviceStatus?: DeviceStatus; /** * Detailed information about a device's status. */ DeviceStatusInfo?: DeviceStatusInfo; } export interface DeviceData { /** * The ARN of a device. */ DeviceArn?: Arn; /** * The serial number of a device. */ DeviceSerialNumber?: DeviceSerialNumber; /** * The type of a device. */ DeviceType?: DeviceType; /** * The name of a device. */ DeviceName?: DeviceName; /** * The software version of a device. */ SoftwareVersion?: SoftwareVersion; /** * The MAC address of a device. */ MacAddress?: MacAddress; /** * The status of a device. */ DeviceStatus?: DeviceStatus; /** * The room ARN associated with a device. */ RoomArn?: Arn; /** * The name of the room associated with a device. */ RoomName?: RoomName; /** * Detailed information about a device's status. */ DeviceStatusInfo?: DeviceStatusInfo; } export type DeviceDataList = DeviceData[]; export interface DeviceEvent { /** * The type of device event. */ Type?: DeviceEventType; /** * The value of the event. */ Value?: DeviceEventValue; /** * The time (in epoch) when the event occurred. */ Timestamp?: Timestamp; } export type DeviceEventList = DeviceEvent[]; export type DeviceEventType = "CONNECTION_STATUS"|"DEVICE_STATUS"|string; export type DeviceEventValue = string; export type DeviceName = string; export type DeviceSerialNumber = string; export type DeviceSerialNumberForAVS = string; export type DeviceStatus = "READY"|"PENDING"|"WAS_OFFLINE"|"DEREGISTERED"|string; export interface DeviceStatusDetail { /** * The device status detail code. */ Code?: DeviceStatusDetailCode; } export type DeviceStatusDetailCode = "DEVICE_SOFTWARE_UPDATE_NEEDED"|"DEVICE_WAS_OFFLINE"|string; export type DeviceStatusDetails = DeviceStatusDetail[]; export interface DeviceStatusInfo { /** * One or more device status detail descriptions. */ DeviceStatusDetails?: DeviceStatusDetails; /** * The latest available information about the connection status of a device. */ ConnectionStatus?: ConnectionStatus; } export type DeviceType = string; export interface DisassociateContactFromAddressBookRequest { /** * The ARN of the contact to disassociate from an address book. */ ContactArn: Arn; /** * The ARN of the address from which to disassociate the contact. */ AddressBookArn: Arn; } export interface DisassociateContactFromAddressBookResponse { } export interface DisassociateDeviceFromRoomRequest { /** * The ARN of the device to disassociate from a room. Required. */ DeviceArn?: Arn; } export interface DisassociateDeviceFromRoomResponse { } export interface DisassociateSkillFromSkillGroupRequest { /** * The unique identifier of a skill. Required. */ SkillGroupArn?: Arn; /** * The ARN of a skill group to associate to a skill. */ SkillId: SkillId; } export interface DisassociateSkillFromSkillGroupResponse { } export interface DisassociateSkillFromUsersRequest { /** * The private skill ID you want to make unavailable for enrolled users. */ SkillId: SkillId; } export interface DisassociateSkillFromUsersResponse { } export interface DisassociateSkillGroupFromRoomRequest { /** * The ARN of the skill group to disassociate from a room. Required. */ SkillGroupArn?: Arn; /** * The ARN of the room from which the skill group is to be disassociated. Required. */ RoomArn?: Arn; } export interface DisassociateSkillGroupFromRoomResponse { } export type DistanceUnit = "METRIC"|"IMPERIAL"|string; export type E164PhoneNumber = string; export type Email = string; export type EnablementType = "ENABLED"|"PENDING"|string; export type EnablementTypeFilter = "ENABLED"|"PENDING"|string; export type EndUserLicenseAgreement = string; export type Endpoint = string; export type EnrollmentId = string; export type EnrollmentStatus = "INITIALIZED"|"PENDING"|"REGISTERED"|"DISASSOCIATING"|"DEREGISTERING"|string; export type Feature = "BLUETOOTH"|"VOLUME"|"NOTIFICATIONS"|"LISTS"|"SKILLS"|"ALL"|string; export type Features = Feature[]; export interface Filter { /** * The key of a filter. */ Key: FilterKey; /** * The values of a filter. */ Values: FilterValueList; } export type FilterKey = string; export type FilterList = Filter[]; export type FilterValue = string; export type FilterValueList = FilterValue[]; export interface ForgetSmartHomeAppliancesRequest { /** * The room that the appliances are associated with. */ RoomArn: Arn; } export interface ForgetSmartHomeAppliancesResponse { } export type GenericKeyword = string; export type GenericKeywords = GenericKeyword[]; export interface GetAddressBookRequest { /** * The ARN of the address book for which to request details. */ AddressBookArn: Arn; } export interface GetAddressBookResponse { /** * The details of the requested address book. */ AddressBook?: AddressBook; } export interface GetConferencePreferenceRequest { } export interface GetConferencePreferenceResponse { /** * The conference preference. */ Preference?: ConferencePreference; } export interface GetConferenceProviderRequest { /** * The ARN of the newly created conference provider. */ ConferenceProviderArn: Arn; } export interface GetConferenceProviderResponse { /** * The conference provider. */ ConferenceProvider?: ConferenceProvider; } export interface GetContactRequest { /** * The ARN of the contact for which to request details. */ ContactArn: Arn; } export interface GetContactResponse { /** * The details of the requested contact. */ Contact?: Contact; } export interface GetDeviceRequest { /** * The ARN of the device for which to request details. Required. */ DeviceArn?: Arn; } export interface GetDeviceResponse { /** * The details of the device requested. Required. */ Device?: Device; } export interface GetInvitationConfigurationRequest { } export interface GetInvitationConfigurationResponse { /** * The name of the organization sending the enrollment invite to a user. */ OrganizationName?: OrganizationName; /** * The email ID of the organization or individual contact that the enrolled user can use. */ ContactEmail?: Email; /** * The list of private skill IDs that you want to recommend to the user to enable in the invitation. */ PrivateSkillIds?: ShortSkillIdList; } export interface GetProfileRequest { /** * The ARN of the room profile for which to request details. Required. */ ProfileArn?: Arn; } export interface GetProfileResponse { /** * The details of the room profile requested. Required. */ Profile?: Profile; } export interface GetRoomRequest { /** * The ARN of the room for which to request details. Required. */ RoomArn?: Arn; } export interface GetRoomResponse { /** * The details of the room requested. */ Room?: Room; } export interface GetRoomSkillParameterRequest { /** * The ARN of the room from which to get the room skill parameter details. */ RoomArn?: Arn; /** * The ARN of the skill from which to get the room skill parameter details. Required. */ SkillId: SkillId; /** * The room skill parameter key for which to get details. Required. */ ParameterKey: RoomSkillParameterKey; } export interface GetRoomSkillParameterResponse { /** * The details of the room skill parameter requested. Required. */ RoomSkillParameter?: RoomSkillParameter; } export interface GetSkillGroupRequest { /** * The ARN of the skill group for which to get details. Required. */ SkillGroupArn?: Arn; } export interface GetSkillGroupResponse { /** * The details of the skill group requested. Required. */ SkillGroup?: SkillGroup; } export interface IPDialIn { /** * The IP address. */ Endpoint: Endpoint; /** * The protocol, including SIP, SIPS, and H323. */ CommsProtocol: CommsProtocol; } export type IconUrl = string; export type InvocationPhrase = string; export type Key = string; export interface ListBusinessReportSchedulesRequest { /** * The token used to list the remaining schedules from the previous API call. */ NextToken?: NextToken; /** * The maximum number of schedules listed in the call. */ MaxResults?: MaxResults; } export interface ListBusinessReportSchedulesResponse { /** * The schedule of the reports. */ BusinessReportSchedules?: BusinessReportScheduleList; /** * The token used to list the remaining schedules from the previous API call. */ NextToken?: NextToken; } export interface ListConferenceProvidersRequest { /** * The tokens used for pagination. */ NextToken?: NextToken; /** * The maximum number of conference providers to be returned, per paginated calls. */ MaxResults?: MaxResults; } export interface ListConferenceProvidersResponse { /** * The conference providers. */ ConferenceProviders?: ConferenceProvidersList; /** * The tokens used for pagination. */ NextToken?: NextToken; } export interface ListDeviceEventsRequest { /** * The ARN of a device. */ DeviceArn: Arn; /** * The event type to filter device events. If EventType isn't specified, this returns a list of all device events in reverse chronological order. If EventType is specified, this returns a list of device events for that EventType in reverse chronological order. */ EventType?: DeviceEventType; /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. When the end of results is reached, the response has a value of null. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. The default value is 50. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; } export interface ListDeviceEventsResponse { /** * The device events requested for the device ARN. */ DeviceEvents?: DeviceEventList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; } export interface ListSkillsRequest { /** * The ARN of the skill group for which to list enabled skills. Required. */ SkillGroupArn?: Arn; /** * Whether the skill is enabled under the user's account, or if it requires linking to be used. */ EnablementType?: EnablementTypeFilter; /** * Whether the skill is publicly available or is a private skill. */ SkillType?: SkillTypeFilter; /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. Required. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. Required. */ MaxResults?: SkillListMaxResults; } export interface ListSkillsResponse { /** * The list of enabled skills requested. Required. */ SkillSummaries?: SkillSummaryList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; } export interface ListSkillsStoreCategoriesRequest { /** * The tokens used for pagination. */ NextToken?: NextToken; /** * The maximum number of categories returned, per paginated calls. */ MaxResults?: MaxResults; } export interface ListSkillsStoreCategoriesResponse { /** * The list of categories. */ CategoryList?: CategoryList; /** * The tokens used for pagination. */ NextToken?: NextToken; } export interface ListSkillsStoreSkillsByCategoryRequest { /** * The category ID for which the skills are being retrieved from the skill store. */ CategoryId: CategoryId; /** * The tokens used for pagination. */ NextToken?: NextToken; /** * The maximum number of skills returned per paginated calls. */ MaxResults?: SkillListMaxResults; } export interface ListSkillsStoreSkillsByCategoryResponse { /** * The skill store skills. */ SkillsStoreSkills?: SkillsStoreSkillList; /** * The tokens used for pagination. */ NextToken?: NextToken; } export interface ListSmartHomeAppliancesRequest { /** * The room that the appliances are associated with. */ RoomArn: Arn; /** * The maximum number of appliances to be returned, per paginated calls. */ MaxResults?: MaxResults; /** * The tokens used for pagination. */ NextToken?: NextToken; } export interface ListSmartHomeAppliancesResponse { /** * The smart home appliances. */ SmartHomeAppliances?: SmartHomeApplianceList; /** * The tokens used for pagination. */ NextToken?: NextToken; } export interface ListTagsRequest { /** * The ARN of the specified resource for which to list tags. */ Arn: Arn; /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; } export interface ListTagsResponse { /** * The tags requested for the specified resource. */ Tags?: TagList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; } export type MacAddress = string; export type MaxResults = number; export type MaxVolumeLimit = number; export interface MeetingSetting { /** * The values that indicate whether the pin is always required. */ RequirePin: RequirePin; } export type NewInThisVersionBulletPoints = BulletPoint[]; export type NextToken = string; export type OneClickIdDelay = string; export type OneClickPinDelay = string; export type OrganizationName = string; export type OutboundPhoneNumber = string; export interface PSTNDialIn { /** * The zip code. */ CountryCode: CountryCode; /** * The phone number to call to join the conference. */ PhoneNumber: OutboundPhoneNumber; /** * The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network. */ OneClickIdDelay: OneClickIdDelay; /** * The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network. */ OneClickPinDelay: OneClickPinDelay; } export type PrivacyPolicy = string; export type ProductDescription = string; export type ProductId = string; export interface Profile { /** * The ARN of a room profile. */ ProfileArn?: Arn; /** * The name of a room profile. */ ProfileName?: ProfileName; /** * Retrieves if the profile is default or not. */ IsDefault?: Boolean; /** * The address of a room profile. */ Address?: Address; /** * The time zone of a room profile. */ Timezone?: Timezone; /** * The distance unit of a room profile. */ DistanceUnit?: DistanceUnit; /** * The temperature unit of a room profile. */ TemperatureUnit?: TemperatureUnit; /** * The wake word of a room profile. */ WakeWord?: WakeWord; /** * The setup mode of a room profile. */ SetupModeDisabled?: Boolean; /** * The max volume limit of a room profile. */ MaxVolumeLimit?: MaxVolumeLimit; /** * The PSTN setting of a room profile. */ PSTNEnabled?: Boolean; /** * The ARN of the address book. */ AddressBookArn?: Arn; } export interface ProfileData { /** * The ARN of a room profile. */ ProfileArn?: Arn; /** * The name of a room profile. */ ProfileName?: ProfileName; /** * Retrieves if the profile data is default or not. */ IsDefault?: Boolean; /** * The address of a room profile. */ Address?: Address; /** * The timezone of a room profile. */ Timezone?: Timezone; /** * The distance unit of a room profile. */ DistanceUnit?: DistanceUnit; /** * The temperature unit of a room profile. */ TemperatureUnit?: TemperatureUnit; /** * The wake word of a room profile. */ WakeWord?: WakeWord; } export type ProfileDataList = ProfileData[]; export type ProfileName = string; export type ProviderCalendarId = string; export interface PutConferencePreferenceRequest { /** * The conference preference of a specific conference provider. */ ConferencePreference: ConferencePreference; } export interface PutConferencePreferenceResponse { } export interface PutInvitationConfigurationRequest { /** * The name of the organization sending the enrollment invite to a user. */ OrganizationName: OrganizationName; /** * The email ID of the organization or individual contact that the enrolled user can use. */ ContactEmail?: Email; /** * The list of private skill IDs that you want to recommend to the user to enable in the invitation. */ PrivateSkillIds?: ShortSkillIdList; } export interface PutInvitationConfigurationResponse { } export interface PutRoomSkillParameterRequest { /** * The ARN of the room associated with the room skill parameter. Required. */ RoomArn?: Arn; /** * The ARN of the skill associated with the room skill parameter. Required. */ SkillId: SkillId; /** * The updated room skill parameter. Required. */ RoomSkillParameter: RoomSkillParameter; } export interface PutRoomSkillParameterResponse { } export interface PutSkillAuthorizationRequest { /** * The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization. */ AuthorizationResult: AuthorizationResult; /** * The unique identifier of a skill. */ SkillId: SkillId; /** * The room that the skill is authorized for. */ RoomArn?: Arn; } export interface PutSkillAuthorizationResponse { } export interface RegisterAVSDeviceRequest { /** * The client ID of the OEM used for code-based linking authorization on an AVS device. */ ClientId: ClientId; /** * The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification. */ UserCode: UserCode; /** * The product ID used to identify your AVS device during authorization. */ ProductId: ProductId; /** * The key generated by the OEM that uniquely identifies a specified instance of your AVS device. */ DeviceSerialNumber: DeviceSerialNumberForAVS; /** * The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console. */ AmazonId: AmazonId; } export interface RegisterAVSDeviceResponse { /** * The ARN of the device. */ DeviceArn?: Arn; } export interface RejectSkillRequest { /** * The unique identifier of the skill. */ SkillId: SkillId; } export interface RejectSkillResponse { } export type ReleaseDate = string; export type RequirePin = "YES"|"NO"|"OPTIONAL"|string; export interface ResolveRoomRequest { /** * The ARN of the user. Required. */ UserId: UserId; /** * The ARN of the skill that was requested. Required. */ SkillId: SkillId; } export interface ResolveRoomResponse { /** * The ARN of the room from which the skill request was invoked. */ RoomArn?: Arn; /** * The name of the room from which the skill request was invoked. */ RoomName?: RoomName; /** * Response to get the room profile request. Required. */ RoomSkillParameters?: RoomSkillParameters; } export type ReviewKey = string; export type ReviewValue = string; export type Reviews = {[key: string]: ReviewValue}; export interface RevokeInvitationRequest { /** * The ARN of the user for whom to revoke an enrollment invitation. Required. */ UserArn?: Arn; /** * The ARN of the enrollment invitation to revoke. Required. */ EnrollmentId?: EnrollmentId; } export interface RevokeInvitationResponse { } export interface Room { /** * The ARN of a room. */ RoomArn?: Arn; /** * The name of a room. */ RoomName?: RoomName; /** * The description of a room. */ Description?: RoomDescription; /** * The provider calendar ARN of a room. */ ProviderCalendarId?: ProviderCalendarId; /** * The profile ARN of a room. */ ProfileArn?: Arn; } export interface RoomData { /** * The ARN of a room. */ RoomArn?: Arn; /** * The name of a room. */ RoomName?: RoomName; /** * The description of a room. */ Description?: RoomDescription; /** * The provider calendar ARN of a room. */ ProviderCalendarId?: ProviderCalendarId; /** * The profile ARN of a room. */ ProfileArn?: Arn; /** * The profile name of a room. */ ProfileName?: ProfileName; } export type RoomDataList = RoomData[]; export type RoomDescription = string; export type RoomName = string; export interface RoomSkillParameter { /** * The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values. */ ParameterKey: RoomSkillParameterKey; /** * The parameter value of a room skill parameter. */ ParameterValue: RoomSkillParameterValue; } export type RoomSkillParameterKey = string; export type RoomSkillParameterValue = string; export type RoomSkillParameters = RoomSkillParameter[]; export type S3KeyPrefix = string; export type SampleUtterances = Utterance[]; export interface SearchAddressBooksRequest { /** * The filters to use to list a specified set of address books. The supported filter key is AddressBookName. */ Filters?: FilterList; /** * The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName. */ SortCriteria?: SortList; /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; } export interface SearchAddressBooksResponse { /** * The address books that meet the specified set of filter criteria, in sort order. */ AddressBooks?: AddressBookDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of address books returned. */ TotalCount?: TotalCount; } export interface SearchContactsRequest { /** * The filters to use to list a specified set of address books. The supported filter keys are DisplayName, FirstName, LastName, and AddressBookArns. */ Filters?: FilterList; /** * The sort order to use in listing the specified set of contacts. The supported sort keys are DisplayName, FirstName, and LastName. */ SortCriteria?: SortList; /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; } export interface SearchContactsResponse { /** * The contacts that meet the specified set of filter criteria, in sort order. */ Contacts?: ContactDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of contacts returned. */ TotalCount?: TotalCount; } export interface SearchDevicesRequest { /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** * The filters to use to list a specified set of devices. Supported filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, and ConnectionStatus (ONLINE and OFFLINE). */ Filters?: FilterList; /** * The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, and ConnectionStatus. */ SortCriteria?: SortList; } export interface SearchDevicesResponse { /** * The devices that meet the specified set of filter criteria, in sort order. */ Devices?: DeviceDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of devices returned. */ TotalCount?: TotalCount; } export interface SearchProfilesRequest { /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** * The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required. */ Filters?: FilterList; /** * The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address. */ SortCriteria?: SortList; } export interface SearchProfilesResponse { /** * The profiles that meet the specified set of filter criteria, in sort order. */ Profiles?: ProfileDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of room profiles returned. */ TotalCount?: TotalCount; } export interface SearchRoomsRequest { /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** * The filters to use to list a specified set of rooms. The supported filter keys are RoomName and ProfileName. */ Filters?: FilterList; /** * The sort order to use in listing the specified set of rooms. The supported sort keys are RoomName and ProfileName. */ SortCriteria?: SortList; } export interface SearchRoomsResponse { /** * The rooms that meet the specified set of filter criteria, in sort order. */ Rooms?: RoomDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of rooms returned. */ TotalCount?: TotalCount; } export interface SearchSkillGroupsRequest { /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. Required. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. */ MaxResults?: MaxResults; /** * The filters to use to list a specified set of skill groups. The supported filter key is SkillGroupName. */ Filters?: FilterList; /** * The sort order to use in listing the specified set of skill groups. The supported sort key is SkillGroupName. */ SortCriteria?: SortList; } export interface SearchSkillGroupsResponse { /** * The skill groups that meet the filter criteria, in sort order. */ SkillGroups?: SkillGroupDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of skill groups returned. */ TotalCount?: TotalCount; } export interface SearchUsersRequest { /** * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. Required. */ NextToken?: NextToken; /** * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. Required. */ MaxResults?: MaxResults; /** * The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus. */ Filters?: FilterList; /** * The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus. */ SortCriteria?: SortList; } export interface SearchUsersResponse { /** * The users that meet the specified set of filter criteria, in sort order. */ Users?: UserDataList; /** * The token returned to indicate that there is more data available. */ NextToken?: NextToken; /** * The total number of users returned. */ TotalCount?: TotalCount; } export interface SendInvitationRequest { /** * The ARN of the user to whom to send an invitation. Required. */ UserArn?: Arn; } export interface SendInvitationResponse { } export type ShortDescription = string; export type ShortSkillIdList = SkillId[]; export interface SkillDetails { /** * The description of the product. */ ProductDescription?: ProductDescription; /** * The phrase used to trigger the skill. */ InvocationPhrase?: InvocationPhrase; /** * The date when the skill was released. */ ReleaseDate?: ReleaseDate; /** * The URL of the end user license agreement. */ EndUserLicenseAgreement?: EndUserLicenseAgreement; /** * The generic keywords associated with the skill that can be used to find a skill. */ GenericKeywords?: GenericKeywords; /** * The details about what the skill supports organized as bullet points. */ BulletPoints?: BulletPoints; /** * The updates added in bullet points. */ NewInThisVersionBulletPoints?: NewInThisVersionBulletPoints; /** * The types of skills. */ SkillTypes?: SkillTypes; /** * The list of reviews for the skill, including Key and Value pair. */ Reviews?: Reviews; /** * The details about the developer that published the skill. */ DeveloperInfo?: DeveloperInfo; } export interface SkillGroup { /** * The ARN of a skill group. */ SkillGroupArn?: Arn; /** * The name of a skill group. */ SkillGroupName?: SkillGroupName; /** * The description of a skill group. */ Description?: SkillGroupDescription; } export interface SkillGroupData { /** * The skill group ARN of a skill group. */ SkillGroupArn?: Arn; /** * The skill group name of a skill group. */ SkillGroupName?: SkillGroupName; /** * The description of a skill group. */ Description?: SkillGroupDescription; } export type SkillGroupDataList = SkillGroupData[]; export type SkillGroupDescription = string; export type SkillGroupName = string; export type SkillId = string; export type SkillListMaxResults = number; export type SkillName = string; export type SkillStoreType = string; export interface SkillSummary { /** * The ARN of the skill summary. */ SkillId?: SkillId; /** * The name of the skill. */ SkillName?: SkillName; /** * Linking support for a skill. */ SupportsLinking?: boolean; /** * Whether the skill is enabled under the user's account, or if it requires linking to be used. */ EnablementType?: EnablementType; /** * Whether the skill is publicly available or is a private skill. */ SkillType?: SkillType; } export type SkillSummaryList = SkillSummary[]; export type SkillType = "PUBLIC"|"PRIVATE"|string; export type SkillTypeFilter = "PUBLIC"|"PRIVATE"|"ALL"|string; export type SkillTypes = SkillStoreType[]; export interface SkillsStoreSkill { /** * The ARN of the skill. */ SkillId?: SkillId; /** * The name of the skill. */ SkillName?: SkillName; /** * Short description about the skill. */ ShortDescription?: ShortDescription; /** * The URL where the skill icon resides. */ IconUrl?: IconUrl; /** * Sample utterances that interact with the skill. */ SampleUtterances?: SampleUtterances; /** * Information about the skill. */ SkillDetails?: SkillDetails; /** * Linking support for a skill. */ SupportsLinking?: boolean; } export type SkillsStoreSkillList = SkillsStoreSkill[]; export interface SmartHomeAppliance { /** * The friendly name of the smart home appliance. */ FriendlyName?: ApplianceFriendlyName; /** * The description of the smart home appliance. */ Description?: ApplianceDescription; /** * The name of the manufacturer of the smart home appliance. */ ManufacturerName?: ApplianceManufacturerName; } export type SmartHomeApplianceList = SmartHomeAppliance[]; export type SoftwareVersion = string; export interface Sort { /** * The sort key of a sort object. */ Key: SortKey; /** * The sort value of a sort object. */ Value: SortValue; } export type SortKey = string; export type SortList = Sort[]; export type SortValue = "ASC"|"DESC"|string; export interface StartDeviceSyncRequest { /** * The ARN of the room with which the device to sync is associated. Required. */ RoomArn?: Arn; /** * The ARN of the device to sync. Required. */ DeviceArn?: Arn; /** * Request structure to start the device sync. Required. */ Features: Features; } export interface StartDeviceSyncResponse { } export interface StartSmartHomeApplianceDiscoveryRequest { /** * The room where smart home appliance discovery was initiated. */ RoomArn: Arn; } export interface StartSmartHomeApplianceDiscoveryResponse { } export interface Tag { /** * The key of a tag. Tag keys are case-sensitive. */ Key: TagKey; /** * The value of a tag. Tag values are case-sensitive and can be null. */ Value: TagValue; } export type TagKey = string; export type TagKeyList = TagKey[]; export type TagList = Tag[]; export interface TagResourceRequest { /** * The ARN of the resource to which to add metadata tags. Required. */ Arn: Arn; /** * The tags to be added to the specified resource. Do not provide system tags. Required. */ Tags: TagList; } export interface TagResourceResponse { } export type TagValue = string; export type TemperatureUnit = "FAHRENHEIT"|"CELSIUS"|string; export type Timestamp = Date; export type Timezone = string; export type TotalCount = number; export interface UntagResourceRequest { /** * The ARN of the resource from which to remove metadata tags. Required. */ Arn: Arn; /** * The tags to be removed from the specified resource. Do not provide system tags. Required. */ TagKeys: TagKeyList; } export interface UntagResourceResponse { } export interface UpdateAddressBookRequest { /** * The ARN of the room to update. */ AddressBookArn: Arn; /** * The updated name of the room. */ Name?: AddressBookName; /** * The updated description of the room. */ Description?: AddressBookDescription; } export interface UpdateAddressBookResponse { } export interface UpdateBusinessReportScheduleRequest { /** * The ARN of the business report schedule. */ ScheduleArn: Arn; /** * The S3 location of the output reports. */ S3BucketName?: CustomerS3BucketName; /** * The S3 key where the report is delivered. */ S3KeyPrefix?: S3KeyPrefix; /** * The format of the generated report (individual CSV files or zipped files of individual files). */ Format?: BusinessReportFormat; /** * The name identifier of the schedule. */ ScheduleName?: BusinessReportScheduleName; /** * The recurrence of the reports. */ Recurrence?: BusinessReportRecurrence; } export interface UpdateBusinessReportScheduleResponse { } export interface UpdateConferenceProviderRequest { /** * The ARN of the conference provider. */ ConferenceProviderArn: Arn; /** * The type of the conference provider. */ ConferenceProviderType: ConferenceProviderType; /** * The IP endpoint and protocol for calling. */ IPDialIn?: IPDialIn; /** * The information for PSTN conferencing. */ PSTNDialIn?: PSTNDialIn; /** * The meeting settings for the conference provider. */ MeetingSetting: MeetingSetting; } export interface UpdateConferenceProviderResponse { } export interface UpdateContactRequest { /** * The ARN of the contact to update. */ ContactArn: Arn; /** * The updated display name of the contact. */ DisplayName?: ContactName; /** * The updated first name of the contact. */ FirstName?: ContactName; /** * The updated last name of the contact. */ LastName?: ContactName; /** * The updated phone number of the contact. */ PhoneNumber?: E164PhoneNumber; } export interface UpdateContactResponse { } export interface UpdateDeviceRequest { /** * The ARN of the device to update. Required. */ DeviceArn?: Arn; /** * The updated device name. Required. */ DeviceName?: DeviceName; } export interface UpdateDeviceResponse { } export interface UpdateProfileRequest { /** * The ARN of the room profile to update. Required. */ ProfileArn?: Arn; /** * The updated name for the room profile. */ ProfileName?: ProfileName; /** * Sets the profile as default if selected. If this is missing, no update is done to the default status. */ IsDefault?: Boolean; /** * The updated timezone for the room profile. */ Timezone?: Timezone; /** * The updated address for the room profile. */ Address?: Address; /** * The updated distance unit for the room profile. */ DistanceUnit?: DistanceUnit; /** * The updated temperature unit for the room profile. */ TemperatureUnit?: TemperatureUnit; /** * The updated wake word for the room profile. */ WakeWord?: WakeWord; /** * Whether the setup mode of the profile is enabled. */ SetupModeDisabled?: Boolean; /** * The updated maximum volume limit for the room profile. */ MaxVolumeLimit?: MaxVolumeLimit; /** * Whether the PSTN setting of the room profile is enabled. */ PSTNEnabled?: Boolean; } export interface UpdateProfileResponse { } export interface UpdateRoomRequest { /** * The ARN of the room to update. */ RoomArn?: Arn; /** * The updated name for the room. */ RoomName?: RoomName; /** * The updated description for the room. */ Description?: RoomDescription; /** * The updated provider calendar ARN for the room. */ ProviderCalendarId?: ProviderCalendarId; /** * The updated profile ARN for the room. */ ProfileArn?: Arn; } export interface UpdateRoomResponse { } export interface UpdateSkillGroupRequest { /** * The ARN of the skill group to update. */ SkillGroupArn?: Arn; /** * The updated name for the skill group. */ SkillGroupName?: SkillGroupName; /** * The updated description for the skill group. */ Description?: SkillGroupDescription; } export interface UpdateSkillGroupResponse { } export type Url = string; export type UserCode = string; export interface UserData { /** * The ARN of a user. */ UserArn?: Arn; /** * The first name of a user. */ FirstName?: user_FirstName; /** * The last name of a user. */ LastName?: user_LastName; /** * The email of a user. */ Email?: Email; /** * The enrollment status of a user. */ EnrollmentStatus?: EnrollmentStatus; /** * The enrollment ARN of a user. */ EnrollmentId?: EnrollmentId; } export type UserDataList = UserData[]; export type UserId = string; export type Utterance = string; export type Value = string; export type WakeWord = "ALEXA"|"AMAZON"|"ECHO"|"COMPUTER"|string; export type user_FirstName = string; export type user_LastName = string; export type user_UserId = string; /** * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. */ export type apiVersion = "2017-11-09"|"latest"|string; export interface ClientApiVersions { /** * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. */ apiVersion?: apiVersion; } export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions; /** * Contains interfaces for use with the AlexaForBusiness client. */ export import Types = AlexaForBusiness; } export = AlexaForBusiness;