Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
- Operations
- SearchUsers
- PutConferencePreference
- UpdateNetworkProfile
- DeleteNetworkProfile
- UpdateBusinessReportSchedule
- DeleteBusinessReportSchedule
- AssociateSkillGroupWithRoom
- ListSmartHomeAppliances
- DeleteProfile
- UpdateProfile
- SearchRooms
- AssociateSkillWithUsers
- RegisterAVSDevice
- ForgetSmartHomeAppliances
- PutInvitationConfiguration
- DisassociateContactFromAddressBook
- GetNetworkProfile
- GetConferencePreference
- DisassociateSkillFromSkillGroup
- CreateAddressBook
- DeleteAddressBook
- UpdateAddressBook
- DeleteGatewayGroup
- UpdateGatewayGroup
- UpdateRoom
- DeleteRoom
- GetDevice
- GetGateway
- ListSkillsStoreSkillsByCategory
- DeleteConferenceProvider
- UpdateConferenceProvider
- GetContact
- ApproveSkill
- CreateNetworkProfile
- AssociateDeviceWithRoom
- GetRoomSkillParameter
- UpdateGateway
- CreateBusinessReportSchedule
- DeleteContact
- UpdateContact
- GetAddressBook
- ListBusinessReportSchedules
- DeleteDeviceUsageData
- CreateContact
- CreateProfile
- DeleteSkillGroup
- UpdateSkillGroup
- StartDeviceSync
- GetInvitationConfiguration
- DisassociateSkillFromUsers
- SearchAddressBooks
- CreateSkillGroup
- GetProfile
- DisassociateSkillGroupFromRoom
- SendInvitation
- ListDeviceEvents
- CreateUser
- SearchDevices
- SearchContacts
- SendAnnouncement
- DeleteUser
- SearchNetworkProfiles
- GetSkillGroup
- ListSkills
- TagResource
- DisassociateDeviceFromRoom
- SearchSkillGroups
- PutSkillAuthorization
- ListTags
- DeleteSkillAuthorization
- AssociateDeviceWithNetworkProfile
- UntagResource
- CreateConferenceProvider
- ResolveRoom
- CreateGatewayGroup
- CreateRoom
- DeleteRoomSkillParameter
- ListGatewayGroups
- PutRoomSkillParameter
- SearchProfiles
- RejectSkill
- ListConferenceProviders
- RevokeInvitation
- ListGateways
- DeleteDevice
- UpdateDevice
- AssociateSkillWithSkillGroup
- GetConferenceProvider
- GetRoom
- GetGatewayGroup
- ListSkillsStoreCategories
- StartSmartHomeApplianceDiscovery
- AssociateContactWithAddressBook
- Types
- AddressBook
- AddressBookData
- Audio
- BusinessReport
- BusinessReportContentRange
- BusinessReportRecurrence
- BusinessReportS3Location
- BusinessReportSchedule
- Category
- ConferencePreference
- ConferenceProvider
- Contact
- ContactData
- Content
- CreateEndOfMeetingReminder
- CreateInstantBooking
- CreateMeetingRoomConfiguration
- CreateRequireCheckIn
- DeveloperInfo
- Device
- DeviceData
- DeviceEvent
- DeviceNetworkProfileInfo
- DeviceStatusDetail
- DeviceStatusInfo
- EndOfMeetingReminder
- Filter
- Gateway
- GatewayGroup
- GatewayGroupSummary
- GatewaySummary
- IPDialIn
- InstantBooking
- MeetingRoomConfiguration
- MeetingSetting
- NetworkProfile
- NetworkProfileData
- PSTNDialIn
- PhoneNumber
- Profile
- ProfileData
- RequireCheckIn
- Room
- RoomData
- RoomSkillParameter
- SipAddress
- SkillDetails
- SkillGroup
- SkillGroupData
- SkillSummary
- SkillsStoreSkill
- SmartHomeAppliance
- Sort
- Ssml
- Tag
- TextMessage
- UpdateEndOfMeetingReminder
- UpdateInstantBooking
- UpdateMeetingRoomConfiguration
- UpdateRequireCheckIn
- UserData
Synopsis
- searchUsers_filters :: Lens' SearchUsers (Maybe [Filter])
- searchUsers_sortCriteria :: Lens' SearchUsers (Maybe [Sort])
- searchUsers_nextToken :: Lens' SearchUsers (Maybe Text)
- searchUsers_maxResults :: Lens' SearchUsers (Maybe Natural)
- searchUsersResponse_users :: Lens' SearchUsersResponse (Maybe [UserData])
- searchUsersResponse_nextToken :: Lens' SearchUsersResponse (Maybe Text)
- searchUsersResponse_totalCount :: Lens' SearchUsersResponse (Maybe Int)
- searchUsersResponse_httpStatus :: Lens' SearchUsersResponse Int
- putConferencePreference_conferencePreference :: Lens' PutConferencePreference ConferencePreference
- putConferencePreferenceResponse_httpStatus :: Lens' PutConferencePreferenceResponse Int
- updateNetworkProfile_networkProfileName :: Lens' UpdateNetworkProfile (Maybe Text)
- updateNetworkProfile_currentPassword :: Lens' UpdateNetworkProfile (Maybe Text)
- updateNetworkProfile_nextPassword :: Lens' UpdateNetworkProfile (Maybe Text)
- updateNetworkProfile_description :: Lens' UpdateNetworkProfile (Maybe Text)
- updateNetworkProfile_trustAnchors :: Lens' UpdateNetworkProfile (Maybe (NonEmpty Text))
- updateNetworkProfile_certificateAuthorityArn :: Lens' UpdateNetworkProfile (Maybe Text)
- updateNetworkProfile_networkProfileArn :: Lens' UpdateNetworkProfile Text
- updateNetworkProfileResponse_httpStatus :: Lens' UpdateNetworkProfileResponse Int
- deleteNetworkProfile_networkProfileArn :: Lens' DeleteNetworkProfile Text
- deleteNetworkProfileResponse_httpStatus :: Lens' DeleteNetworkProfileResponse Int
- updateBusinessReportSchedule_s3KeyPrefix :: Lens' UpdateBusinessReportSchedule (Maybe Text)
- updateBusinessReportSchedule_format :: Lens' UpdateBusinessReportSchedule (Maybe BusinessReportFormat)
- updateBusinessReportSchedule_recurrence :: Lens' UpdateBusinessReportSchedule (Maybe BusinessReportRecurrence)
- updateBusinessReportSchedule_scheduleName :: Lens' UpdateBusinessReportSchedule (Maybe Text)
- updateBusinessReportSchedule_s3BucketName :: Lens' UpdateBusinessReportSchedule (Maybe Text)
- updateBusinessReportSchedule_scheduleArn :: Lens' UpdateBusinessReportSchedule Text
- updateBusinessReportScheduleResponse_httpStatus :: Lens' UpdateBusinessReportScheduleResponse Int
- deleteBusinessReportSchedule_scheduleArn :: Lens' DeleteBusinessReportSchedule Text
- deleteBusinessReportScheduleResponse_httpStatus :: Lens' DeleteBusinessReportScheduleResponse Int
- associateSkillGroupWithRoom_skillGroupArn :: Lens' AssociateSkillGroupWithRoom (Maybe Text)
- associateSkillGroupWithRoom_roomArn :: Lens' AssociateSkillGroupWithRoom (Maybe Text)
- associateSkillGroupWithRoomResponse_httpStatus :: Lens' AssociateSkillGroupWithRoomResponse Int
- listSmartHomeAppliances_nextToken :: Lens' ListSmartHomeAppliances (Maybe Text)
- listSmartHomeAppliances_maxResults :: Lens' ListSmartHomeAppliances (Maybe Natural)
- listSmartHomeAppliances_roomArn :: Lens' ListSmartHomeAppliances Text
- listSmartHomeAppliancesResponse_smartHomeAppliances :: Lens' ListSmartHomeAppliancesResponse (Maybe [SmartHomeAppliance])
- listSmartHomeAppliancesResponse_nextToken :: Lens' ListSmartHomeAppliancesResponse (Maybe Text)
- listSmartHomeAppliancesResponse_httpStatus :: Lens' ListSmartHomeAppliancesResponse Int
- deleteProfile_profileArn :: Lens' DeleteProfile (Maybe Text)
- deleteProfileResponse_httpStatus :: Lens' DeleteProfileResponse Int
- updateProfile_setupModeDisabled :: Lens' UpdateProfile (Maybe Bool)
- updateProfile_pSTNEnabled :: Lens' UpdateProfile (Maybe Bool)
- updateProfile_distanceUnit :: Lens' UpdateProfile (Maybe DistanceUnit)
- updateProfile_locale :: Lens' UpdateProfile (Maybe Text)
- updateProfile_address :: Lens' UpdateProfile (Maybe Text)
- updateProfile_profileArn :: Lens' UpdateProfile (Maybe Text)
- updateProfile_wakeWord :: Lens' UpdateProfile (Maybe WakeWord)
- updateProfile_meetingRoomConfiguration :: Lens' UpdateProfile (Maybe UpdateMeetingRoomConfiguration)
- updateProfile_profileName :: Lens' UpdateProfile (Maybe Text)
- updateProfile_temperatureUnit :: Lens' UpdateProfile (Maybe TemperatureUnit)
- updateProfile_dataRetentionOptIn :: Lens' UpdateProfile (Maybe Bool)
- updateProfile_timezone :: Lens' UpdateProfile (Maybe Text)
- updateProfile_maxVolumeLimit :: Lens' UpdateProfile (Maybe Int)
- updateProfile_isDefault :: Lens' UpdateProfile (Maybe Bool)
- updateProfileResponse_httpStatus :: Lens' UpdateProfileResponse Int
- searchRooms_filters :: Lens' SearchRooms (Maybe [Filter])
- searchRooms_sortCriteria :: Lens' SearchRooms (Maybe [Sort])
- searchRooms_nextToken :: Lens' SearchRooms (Maybe Text)
- searchRooms_maxResults :: Lens' SearchRooms (Maybe Natural)
- searchRoomsResponse_rooms :: Lens' SearchRoomsResponse (Maybe [RoomData])
- searchRoomsResponse_nextToken :: Lens' SearchRoomsResponse (Maybe Text)
- searchRoomsResponse_totalCount :: Lens' SearchRoomsResponse (Maybe Int)
- searchRoomsResponse_httpStatus :: Lens' SearchRoomsResponse Int
- associateSkillWithUsers_skillId :: Lens' AssociateSkillWithUsers Text
- associateSkillWithUsersResponse_httpStatus :: Lens' AssociateSkillWithUsersResponse Int
- registerAVSDevice_roomArn :: Lens' RegisterAVSDevice (Maybe Text)
- registerAVSDevice_deviceSerialNumber :: Lens' RegisterAVSDevice (Maybe Text)
- registerAVSDevice_tags :: Lens' RegisterAVSDevice (Maybe [Tag])
- registerAVSDevice_clientId :: Lens' RegisterAVSDevice Text
- registerAVSDevice_userCode :: Lens' RegisterAVSDevice Text
- registerAVSDevice_productId :: Lens' RegisterAVSDevice Text
- registerAVSDevice_amazonId :: Lens' RegisterAVSDevice Text
- registerAVSDeviceResponse_deviceArn :: Lens' RegisterAVSDeviceResponse (Maybe Text)
- registerAVSDeviceResponse_httpStatus :: Lens' RegisterAVSDeviceResponse Int
- forgetSmartHomeAppliances_roomArn :: Lens' ForgetSmartHomeAppliances Text
- forgetSmartHomeAppliancesResponse_httpStatus :: Lens' ForgetSmartHomeAppliancesResponse Int
- putInvitationConfiguration_contactEmail :: Lens' PutInvitationConfiguration (Maybe Text)
- putInvitationConfiguration_privateSkillIds :: Lens' PutInvitationConfiguration (Maybe [Text])
- putInvitationConfiguration_organizationName :: Lens' PutInvitationConfiguration Text
- putInvitationConfigurationResponse_httpStatus :: Lens' PutInvitationConfigurationResponse Int
- disassociateContactFromAddressBook_contactArn :: Lens' DisassociateContactFromAddressBook Text
- disassociateContactFromAddressBook_addressBookArn :: Lens' DisassociateContactFromAddressBook Text
- disassociateContactFromAddressBookResponse_httpStatus :: Lens' DisassociateContactFromAddressBookResponse Int
- getNetworkProfile_networkProfileArn :: Lens' GetNetworkProfile Text
- getNetworkProfileResponse_networkProfile :: Lens' GetNetworkProfileResponse (Maybe NetworkProfile)
- getNetworkProfileResponse_httpStatus :: Lens' GetNetworkProfileResponse Int
- getConferencePreferenceResponse_preference :: Lens' GetConferencePreferenceResponse (Maybe ConferencePreference)
- getConferencePreferenceResponse_httpStatus :: Lens' GetConferencePreferenceResponse Int
- disassociateSkillFromSkillGroup_skillGroupArn :: Lens' DisassociateSkillFromSkillGroup (Maybe Text)
- disassociateSkillFromSkillGroup_skillId :: Lens' DisassociateSkillFromSkillGroup Text
- disassociateSkillFromSkillGroupResponse_httpStatus :: Lens' DisassociateSkillFromSkillGroupResponse Int
- createAddressBook_clientRequestToken :: Lens' CreateAddressBook (Maybe Text)
- createAddressBook_description :: Lens' CreateAddressBook (Maybe Text)
- createAddressBook_tags :: Lens' CreateAddressBook (Maybe [Tag])
- createAddressBook_name :: Lens' CreateAddressBook Text
- createAddressBookResponse_addressBookArn :: Lens' CreateAddressBookResponse (Maybe Text)
- createAddressBookResponse_httpStatus :: Lens' CreateAddressBookResponse Int
- deleteAddressBook_addressBookArn :: Lens' DeleteAddressBook Text
- deleteAddressBookResponse_httpStatus :: Lens' DeleteAddressBookResponse Int
- updateAddressBook_name :: Lens' UpdateAddressBook (Maybe Text)
- updateAddressBook_description :: Lens' UpdateAddressBook (Maybe Text)
- updateAddressBook_addressBookArn :: Lens' UpdateAddressBook Text
- updateAddressBookResponse_httpStatus :: Lens' UpdateAddressBookResponse Int
- deleteGatewayGroup_gatewayGroupArn :: Lens' DeleteGatewayGroup Text
- deleteGatewayGroupResponse_httpStatus :: Lens' DeleteGatewayGroupResponse Int
- updateGatewayGroup_name :: Lens' UpdateGatewayGroup (Maybe Text)
- updateGatewayGroup_description :: Lens' UpdateGatewayGroup (Maybe Text)
- updateGatewayGroup_gatewayGroupArn :: Lens' UpdateGatewayGroup Text
- updateGatewayGroupResponse_httpStatus :: Lens' UpdateGatewayGroupResponse Int
- updateRoom_profileArn :: Lens' UpdateRoom (Maybe Text)
- updateRoom_providerCalendarId :: Lens' UpdateRoom (Maybe Text)
- updateRoom_roomArn :: Lens' UpdateRoom (Maybe Text)
- updateRoom_roomName :: Lens' UpdateRoom (Maybe Text)
- updateRoom_description :: Lens' UpdateRoom (Maybe Text)
- updateRoomResponse_httpStatus :: Lens' UpdateRoomResponse Int
- deleteRoom_roomArn :: Lens' DeleteRoom (Maybe Text)
- deleteRoomResponse_httpStatus :: Lens' DeleteRoomResponse Int
- getDevice_deviceArn :: Lens' GetDevice (Maybe Text)
- getDeviceResponse_device :: Lens' GetDeviceResponse (Maybe Device)
- getDeviceResponse_httpStatus :: Lens' GetDeviceResponse Int
- getGateway_gatewayArn :: Lens' GetGateway Text
- getGatewayResponse_gateway :: Lens' GetGatewayResponse (Maybe Gateway)
- getGatewayResponse_httpStatus :: Lens' GetGatewayResponse Int
- listSkillsStoreSkillsByCategory_nextToken :: Lens' ListSkillsStoreSkillsByCategory (Maybe Text)
- listSkillsStoreSkillsByCategory_maxResults :: Lens' ListSkillsStoreSkillsByCategory (Maybe Natural)
- listSkillsStoreSkillsByCategory_categoryId :: Lens' ListSkillsStoreSkillsByCategory Natural
- listSkillsStoreSkillsByCategoryResponse_nextToken :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe Text)
- listSkillsStoreSkillsByCategoryResponse_skillsStoreSkills :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe [SkillsStoreSkill])
- listSkillsStoreSkillsByCategoryResponse_httpStatus :: Lens' ListSkillsStoreSkillsByCategoryResponse Int
- deleteConferenceProvider_conferenceProviderArn :: Lens' DeleteConferenceProvider Text
- deleteConferenceProviderResponse_httpStatus :: Lens' DeleteConferenceProviderResponse Int
- updateConferenceProvider_pSTNDialIn :: Lens' UpdateConferenceProvider (Maybe PSTNDialIn)
- updateConferenceProvider_iPDialIn :: Lens' UpdateConferenceProvider (Maybe IPDialIn)
- updateConferenceProvider_conferenceProviderArn :: Lens' UpdateConferenceProvider Text
- updateConferenceProvider_conferenceProviderType :: Lens' UpdateConferenceProvider ConferenceProviderType
- updateConferenceProvider_meetingSetting :: Lens' UpdateConferenceProvider MeetingSetting
- updateConferenceProviderResponse_httpStatus :: Lens' UpdateConferenceProviderResponse Int
- getContact_contactArn :: Lens' GetContact Text
- getContactResponse_contact :: Lens' GetContactResponse (Maybe Contact)
- getContactResponse_httpStatus :: Lens' GetContactResponse Int
- approveSkill_skillId :: Lens' ApproveSkill Text
- approveSkillResponse_httpStatus :: Lens' ApproveSkillResponse Int
- createNetworkProfile_currentPassword :: Lens' CreateNetworkProfile (Maybe Text)
- createNetworkProfile_nextPassword :: Lens' CreateNetworkProfile (Maybe Text)
- createNetworkProfile_eapMethod :: Lens' CreateNetworkProfile (Maybe NetworkEapMethod)
- createNetworkProfile_description :: Lens' CreateNetworkProfile (Maybe Text)
- createNetworkProfile_trustAnchors :: Lens' CreateNetworkProfile (Maybe (NonEmpty Text))
- createNetworkProfile_certificateAuthorityArn :: Lens' CreateNetworkProfile (Maybe Text)
- createNetworkProfile_tags :: Lens' CreateNetworkProfile (Maybe [Tag])
- createNetworkProfile_networkProfileName :: Lens' CreateNetworkProfile Text
- createNetworkProfile_ssid :: Lens' CreateNetworkProfile Text
- createNetworkProfile_securityType :: Lens' CreateNetworkProfile NetworkSecurityType
- createNetworkProfile_clientRequestToken :: Lens' CreateNetworkProfile Text
- createNetworkProfileResponse_networkProfileArn :: Lens' CreateNetworkProfileResponse (Maybe Text)
- createNetworkProfileResponse_httpStatus :: Lens' CreateNetworkProfileResponse Int
- associateDeviceWithRoom_deviceArn :: Lens' AssociateDeviceWithRoom (Maybe Text)
- associateDeviceWithRoom_roomArn :: Lens' AssociateDeviceWithRoom (Maybe Text)
- associateDeviceWithRoomResponse_httpStatus :: Lens' AssociateDeviceWithRoomResponse Int
- getRoomSkillParameter_roomArn :: Lens' GetRoomSkillParameter (Maybe Text)
- getRoomSkillParameter_skillId :: Lens' GetRoomSkillParameter Text
- getRoomSkillParameter_parameterKey :: Lens' GetRoomSkillParameter Text
- getRoomSkillParameterResponse_roomSkillParameter :: Lens' GetRoomSkillParameterResponse (Maybe RoomSkillParameter)
- getRoomSkillParameterResponse_httpStatus :: Lens' GetRoomSkillParameterResponse Int
- updateGateway_name :: Lens' UpdateGateway (Maybe Text)
- updateGateway_softwareVersion :: Lens' UpdateGateway (Maybe Text)
- updateGateway_description :: Lens' UpdateGateway (Maybe Text)
- updateGateway_gatewayArn :: Lens' UpdateGateway Text
- updateGatewayResponse_httpStatus :: Lens' UpdateGatewayResponse Int
- createBusinessReportSchedule_s3KeyPrefix :: Lens' CreateBusinessReportSchedule (Maybe Text)
- createBusinessReportSchedule_recurrence :: Lens' CreateBusinessReportSchedule (Maybe BusinessReportRecurrence)
- createBusinessReportSchedule_scheduleName :: Lens' CreateBusinessReportSchedule (Maybe Text)
- createBusinessReportSchedule_clientRequestToken :: Lens' CreateBusinessReportSchedule (Maybe Text)
- createBusinessReportSchedule_s3BucketName :: Lens' CreateBusinessReportSchedule (Maybe Text)
- createBusinessReportSchedule_tags :: Lens' CreateBusinessReportSchedule (Maybe [Tag])
- createBusinessReportSchedule_format :: Lens' CreateBusinessReportSchedule BusinessReportFormat
- createBusinessReportSchedule_contentRange :: Lens' CreateBusinessReportSchedule BusinessReportContentRange
- createBusinessReportScheduleResponse_scheduleArn :: Lens' CreateBusinessReportScheduleResponse (Maybe Text)
- createBusinessReportScheduleResponse_httpStatus :: Lens' CreateBusinessReportScheduleResponse Int
- deleteContact_contactArn :: Lens' DeleteContact Text
- deleteContactResponse_httpStatus :: Lens' DeleteContactResponse Int
- updateContact_lastName :: Lens' UpdateContact (Maybe Text)
- updateContact_phoneNumbers :: Lens' UpdateContact (Maybe [PhoneNumber])
- updateContact_phoneNumber :: Lens' UpdateContact (Maybe Text)
- updateContact_sipAddresses :: Lens' UpdateContact (Maybe [SipAddress])
- updateContact_firstName :: Lens' UpdateContact (Maybe Text)
- updateContact_displayName :: Lens' UpdateContact (Maybe Text)
- updateContact_contactArn :: Lens' UpdateContact Text
- updateContactResponse_httpStatus :: Lens' UpdateContactResponse Int
- getAddressBook_addressBookArn :: Lens' GetAddressBook Text
- getAddressBookResponse_addressBook :: Lens' GetAddressBookResponse (Maybe AddressBook)
- getAddressBookResponse_httpStatus :: Lens' GetAddressBookResponse Int
- listBusinessReportSchedules_nextToken :: Lens' ListBusinessReportSchedules (Maybe Text)
- listBusinessReportSchedules_maxResults :: Lens' ListBusinessReportSchedules (Maybe Natural)
- listBusinessReportSchedulesResponse_businessReportSchedules :: Lens' ListBusinessReportSchedulesResponse (Maybe [BusinessReportSchedule])
- listBusinessReportSchedulesResponse_nextToken :: Lens' ListBusinessReportSchedulesResponse (Maybe Text)
- listBusinessReportSchedulesResponse_httpStatus :: Lens' ListBusinessReportSchedulesResponse Int
- deleteDeviceUsageData_deviceArn :: Lens' DeleteDeviceUsageData Text
- deleteDeviceUsageData_deviceUsageType :: Lens' DeleteDeviceUsageData DeviceUsageType
- deleteDeviceUsageDataResponse_httpStatus :: Lens' DeleteDeviceUsageDataResponse Int
- createContact_lastName :: Lens' CreateContact (Maybe Text)
- createContact_phoneNumbers :: Lens' CreateContact (Maybe [PhoneNumber])
- createContact_phoneNumber :: Lens' CreateContact (Maybe Text)
- createContact_sipAddresses :: Lens' CreateContact (Maybe [SipAddress])
- createContact_displayName :: Lens' CreateContact (Maybe Text)
- createContact_clientRequestToken :: Lens' CreateContact (Maybe Text)
- createContact_tags :: Lens' CreateContact (Maybe [Tag])
- createContact_firstName :: Lens' CreateContact Text
- createContactResponse_contactArn :: Lens' CreateContactResponse (Maybe Text)
- createContactResponse_httpStatus :: Lens' CreateContactResponse Int
- createProfile_setupModeDisabled :: Lens' CreateProfile (Maybe Bool)
- createProfile_pSTNEnabled :: Lens' CreateProfile (Maybe Bool)
- createProfile_locale :: Lens' CreateProfile (Maybe Text)
- createProfile_meetingRoomConfiguration :: Lens' CreateProfile (Maybe CreateMeetingRoomConfiguration)
- createProfile_dataRetentionOptIn :: Lens' CreateProfile (Maybe Bool)
- createProfile_clientRequestToken :: Lens' CreateProfile (Maybe Text)
- createProfile_maxVolumeLimit :: Lens' CreateProfile (Maybe Int)
- createProfile_tags :: Lens' CreateProfile (Maybe [Tag])
- createProfile_profileName :: Lens' CreateProfile Text
- createProfile_timezone :: Lens' CreateProfile Text
- createProfile_address :: Lens' CreateProfile Text
- createProfile_distanceUnit :: Lens' CreateProfile DistanceUnit
- createProfile_temperatureUnit :: Lens' CreateProfile TemperatureUnit
- createProfile_wakeWord :: Lens' CreateProfile WakeWord
- createProfileResponse_profileArn :: Lens' CreateProfileResponse (Maybe Text)
- createProfileResponse_httpStatus :: Lens' CreateProfileResponse Int
- deleteSkillGroup_skillGroupArn :: Lens' DeleteSkillGroup (Maybe Text)
- deleteSkillGroupResponse_httpStatus :: Lens' DeleteSkillGroupResponse Int
- updateSkillGroup_skillGroupArn :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroup_description :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroup_skillGroupName :: Lens' UpdateSkillGroup (Maybe Text)
- updateSkillGroupResponse_httpStatus :: Lens' UpdateSkillGroupResponse Int
- startDeviceSync_deviceArn :: Lens' StartDeviceSync (Maybe Text)
- startDeviceSync_roomArn :: Lens' StartDeviceSync (Maybe Text)
- startDeviceSync_features :: Lens' StartDeviceSync [Feature]
- startDeviceSyncResponse_httpStatus :: Lens' StartDeviceSyncResponse Int
- getInvitationConfigurationResponse_contactEmail :: Lens' GetInvitationConfigurationResponse (Maybe Text)
- getInvitationConfigurationResponse_organizationName :: Lens' GetInvitationConfigurationResponse (Maybe Text)
- getInvitationConfigurationResponse_privateSkillIds :: Lens' GetInvitationConfigurationResponse (Maybe [Text])
- getInvitationConfigurationResponse_httpStatus :: Lens' GetInvitationConfigurationResponse Int
- disassociateSkillFromUsers_skillId :: Lens' DisassociateSkillFromUsers Text
- disassociateSkillFromUsersResponse_httpStatus :: Lens' DisassociateSkillFromUsersResponse Int
- searchAddressBooks_filters :: Lens' SearchAddressBooks (Maybe [Filter])
- searchAddressBooks_sortCriteria :: Lens' SearchAddressBooks (Maybe [Sort])
- searchAddressBooks_nextToken :: Lens' SearchAddressBooks (Maybe Text)
- searchAddressBooks_maxResults :: Lens' SearchAddressBooks (Maybe Natural)
- searchAddressBooksResponse_nextToken :: Lens' SearchAddressBooksResponse (Maybe Text)
- searchAddressBooksResponse_addressBooks :: Lens' SearchAddressBooksResponse (Maybe [AddressBookData])
- searchAddressBooksResponse_totalCount :: Lens' SearchAddressBooksResponse (Maybe Int)
- searchAddressBooksResponse_httpStatus :: Lens' SearchAddressBooksResponse Int
- createSkillGroup_clientRequestToken :: Lens' CreateSkillGroup (Maybe Text)
- createSkillGroup_description :: Lens' CreateSkillGroup (Maybe Text)
- createSkillGroup_tags :: Lens' CreateSkillGroup (Maybe [Tag])
- createSkillGroup_skillGroupName :: Lens' CreateSkillGroup Text
- createSkillGroupResponse_skillGroupArn :: Lens' CreateSkillGroupResponse (Maybe Text)
- createSkillGroupResponse_httpStatus :: Lens' CreateSkillGroupResponse Int
- getProfile_profileArn :: Lens' GetProfile (Maybe Text)
- getProfileResponse_profile :: Lens' GetProfileResponse (Maybe Profile)
- getProfileResponse_httpStatus :: Lens' GetProfileResponse Int
- disassociateSkillGroupFromRoom_skillGroupArn :: Lens' DisassociateSkillGroupFromRoom (Maybe Text)
- disassociateSkillGroupFromRoom_roomArn :: Lens' DisassociateSkillGroupFromRoom (Maybe Text)
- disassociateSkillGroupFromRoomResponse_httpStatus :: Lens' DisassociateSkillGroupFromRoomResponse Int
- sendInvitation_userArn :: Lens' SendInvitation (Maybe Text)
- sendInvitationResponse_httpStatus :: Lens' SendInvitationResponse Int
- listDeviceEvents_nextToken :: Lens' ListDeviceEvents (Maybe Text)
- listDeviceEvents_eventType :: Lens' ListDeviceEvents (Maybe DeviceEventType)
- listDeviceEvents_maxResults :: Lens' ListDeviceEvents (Maybe Natural)
- listDeviceEvents_deviceArn :: Lens' ListDeviceEvents Text
- listDeviceEventsResponse_nextToken :: Lens' ListDeviceEventsResponse (Maybe Text)
- listDeviceEventsResponse_deviceEvents :: Lens' ListDeviceEventsResponse (Maybe [DeviceEvent])
- listDeviceEventsResponse_httpStatus :: Lens' ListDeviceEventsResponse Int
- createUser_email :: Lens' CreateUser (Maybe Text)
- createUser_lastName :: Lens' CreateUser (Maybe Text)
- createUser_firstName :: Lens' CreateUser (Maybe Text)
- createUser_clientRequestToken :: Lens' CreateUser (Maybe Text)
- createUser_tags :: Lens' CreateUser (Maybe [Tag])
- createUser_userId :: Lens' CreateUser Text
- createUserResponse_userArn :: Lens' CreateUserResponse (Maybe Text)
- createUserResponse_httpStatus :: Lens' CreateUserResponse Int
- searchDevices_filters :: Lens' SearchDevices (Maybe [Filter])
- searchDevices_sortCriteria :: Lens' SearchDevices (Maybe [Sort])
- searchDevices_nextToken :: Lens' SearchDevices (Maybe Text)
- searchDevices_maxResults :: Lens' SearchDevices (Maybe Natural)
- searchDevicesResponse_nextToken :: Lens' SearchDevicesResponse (Maybe Text)
- searchDevicesResponse_devices :: Lens' SearchDevicesResponse (Maybe [DeviceData])
- searchDevicesResponse_totalCount :: Lens' SearchDevicesResponse (Maybe Int)
- searchDevicesResponse_httpStatus :: Lens' SearchDevicesResponse Int
- searchContacts_filters :: Lens' SearchContacts (Maybe [Filter])
- searchContacts_sortCriteria :: Lens' SearchContacts (Maybe [Sort])
- searchContacts_nextToken :: Lens' SearchContacts (Maybe Text)
- searchContacts_maxResults :: Lens' SearchContacts (Maybe Natural)
- searchContactsResponse_nextToken :: Lens' SearchContactsResponse (Maybe Text)
- searchContactsResponse_contacts :: Lens' SearchContactsResponse (Maybe [ContactData])
- searchContactsResponse_totalCount :: Lens' SearchContactsResponse (Maybe Int)
- searchContactsResponse_httpStatus :: Lens' SearchContactsResponse Int
- sendAnnouncement_timeToLiveInSeconds :: Lens' SendAnnouncement (Maybe Natural)
- sendAnnouncement_roomFilters :: Lens' SendAnnouncement [Filter]
- sendAnnouncement_content :: Lens' SendAnnouncement Content
- sendAnnouncement_clientRequestToken :: Lens' SendAnnouncement Text
- sendAnnouncementResponse_announcementArn :: Lens' SendAnnouncementResponse (Maybe Text)
- sendAnnouncementResponse_httpStatus :: Lens' SendAnnouncementResponse Int
- deleteUser_userArn :: Lens' DeleteUser (Maybe Text)
- deleteUser_enrollmentId :: Lens' DeleteUser Text
- deleteUserResponse_httpStatus :: Lens' DeleteUserResponse Int
- searchNetworkProfiles_filters :: Lens' SearchNetworkProfiles (Maybe [Filter])
- searchNetworkProfiles_sortCriteria :: Lens' SearchNetworkProfiles (Maybe [Sort])
- searchNetworkProfiles_nextToken :: Lens' SearchNetworkProfiles (Maybe Text)
- searchNetworkProfiles_maxResults :: Lens' SearchNetworkProfiles (Maybe Natural)
- searchNetworkProfilesResponse_networkProfiles :: Lens' SearchNetworkProfilesResponse (Maybe [NetworkProfileData])
- searchNetworkProfilesResponse_nextToken :: Lens' SearchNetworkProfilesResponse (Maybe Text)
- searchNetworkProfilesResponse_totalCount :: Lens' SearchNetworkProfilesResponse (Maybe Int)
- searchNetworkProfilesResponse_httpStatus :: Lens' SearchNetworkProfilesResponse Int
- getSkillGroup_skillGroupArn :: Lens' GetSkillGroup (Maybe Text)
- getSkillGroupResponse_skillGroup :: Lens' GetSkillGroupResponse (Maybe SkillGroup)
- getSkillGroupResponse_httpStatus :: Lens' GetSkillGroupResponse Int
- listSkills_skillGroupArn :: Lens' ListSkills (Maybe Text)
- listSkills_skillType :: Lens' ListSkills (Maybe SkillTypeFilter)
- listSkills_nextToken :: Lens' ListSkills (Maybe Text)
- listSkills_enablementType :: Lens' ListSkills (Maybe EnablementTypeFilter)
- listSkills_maxResults :: Lens' ListSkills (Maybe Natural)
- listSkillsResponse_nextToken :: Lens' ListSkillsResponse (Maybe Text)
- listSkillsResponse_skillSummaries :: Lens' ListSkillsResponse (Maybe [SkillSummary])
- listSkillsResponse_httpStatus :: Lens' ListSkillsResponse Int
- tagResource_arn :: Lens' TagResource Text
- tagResource_tags :: Lens' TagResource [Tag]
- tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int
- disassociateDeviceFromRoom_deviceArn :: Lens' DisassociateDeviceFromRoom (Maybe Text)
- disassociateDeviceFromRoomResponse_httpStatus :: Lens' DisassociateDeviceFromRoomResponse Int
- searchSkillGroups_filters :: Lens' SearchSkillGroups (Maybe [Filter])
- searchSkillGroups_sortCriteria :: Lens' SearchSkillGroups (Maybe [Sort])
- searchSkillGroups_nextToken :: Lens' SearchSkillGroups (Maybe Text)
- searchSkillGroups_maxResults :: Lens' SearchSkillGroups (Maybe Natural)
- searchSkillGroupsResponse_nextToken :: Lens' SearchSkillGroupsResponse (Maybe Text)
- searchSkillGroupsResponse_skillGroups :: Lens' SearchSkillGroupsResponse (Maybe [SkillGroupData])
- searchSkillGroupsResponse_totalCount :: Lens' SearchSkillGroupsResponse (Maybe Int)
- searchSkillGroupsResponse_httpStatus :: Lens' SearchSkillGroupsResponse Int
- putSkillAuthorization_roomArn :: Lens' PutSkillAuthorization (Maybe Text)
- putSkillAuthorization_authorizationResult :: Lens' PutSkillAuthorization (HashMap Text Text)
- putSkillAuthorization_skillId :: Lens' PutSkillAuthorization Text
- putSkillAuthorizationResponse_httpStatus :: Lens' PutSkillAuthorizationResponse Int
- listTags_nextToken :: Lens' ListTags (Maybe Text)
- listTags_maxResults :: Lens' ListTags (Maybe Natural)
- listTags_arn :: Lens' ListTags Text
- listTagsResponse_nextToken :: Lens' ListTagsResponse (Maybe Text)
- listTagsResponse_tags :: Lens' ListTagsResponse (Maybe [Tag])
- listTagsResponse_httpStatus :: Lens' ListTagsResponse Int
- deleteSkillAuthorization_roomArn :: Lens' DeleteSkillAuthorization (Maybe Text)
- deleteSkillAuthorization_skillId :: Lens' DeleteSkillAuthorization Text
- deleteSkillAuthorizationResponse_httpStatus :: Lens' DeleteSkillAuthorizationResponse Int
- associateDeviceWithNetworkProfile_deviceArn :: Lens' AssociateDeviceWithNetworkProfile Text
- associateDeviceWithNetworkProfile_networkProfileArn :: Lens' AssociateDeviceWithNetworkProfile Text
- associateDeviceWithNetworkProfileResponse_httpStatus :: Lens' AssociateDeviceWithNetworkProfileResponse Int
- untagResource_arn :: Lens' UntagResource Text
- untagResource_tagKeys :: Lens' UntagResource [Text]
- untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int
- createConferenceProvider_pSTNDialIn :: Lens' CreateConferenceProvider (Maybe PSTNDialIn)
- createConferenceProvider_clientRequestToken :: Lens' CreateConferenceProvider (Maybe Text)
- createConferenceProvider_iPDialIn :: Lens' CreateConferenceProvider (Maybe IPDialIn)
- createConferenceProvider_tags :: Lens' CreateConferenceProvider (Maybe [Tag])
- createConferenceProvider_conferenceProviderName :: Lens' CreateConferenceProvider Text
- createConferenceProvider_conferenceProviderType :: Lens' CreateConferenceProvider ConferenceProviderType
- createConferenceProvider_meetingSetting :: Lens' CreateConferenceProvider MeetingSetting
- createConferenceProviderResponse_conferenceProviderArn :: Lens' CreateConferenceProviderResponse (Maybe Text)
- createConferenceProviderResponse_httpStatus :: Lens' CreateConferenceProviderResponse Int
- resolveRoom_userId :: Lens' ResolveRoom Text
- resolveRoom_skillId :: Lens' ResolveRoom Text
- resolveRoomResponse_roomSkillParameters :: Lens' ResolveRoomResponse (Maybe [RoomSkillParameter])
- resolveRoomResponse_roomArn :: Lens' ResolveRoomResponse (Maybe Text)
- resolveRoomResponse_roomName :: Lens' ResolveRoomResponse (Maybe Text)
- resolveRoomResponse_httpStatus :: Lens' ResolveRoomResponse Int
- createGatewayGroup_description :: Lens' CreateGatewayGroup (Maybe Text)
- createGatewayGroup_tags :: Lens' CreateGatewayGroup (Maybe [Tag])
- createGatewayGroup_name :: Lens' CreateGatewayGroup Text
- createGatewayGroup_clientRequestToken :: Lens' CreateGatewayGroup Text
- createGatewayGroupResponse_gatewayGroupArn :: Lens' CreateGatewayGroupResponse (Maybe Text)
- createGatewayGroupResponse_httpStatus :: Lens' CreateGatewayGroupResponse Int
- createRoom_profileArn :: Lens' CreateRoom (Maybe Text)
- createRoom_providerCalendarId :: Lens' CreateRoom (Maybe Text)
- createRoom_clientRequestToken :: Lens' CreateRoom (Maybe Text)
- createRoom_description :: Lens' CreateRoom (Maybe Text)
- createRoom_tags :: Lens' CreateRoom (Maybe [Tag])
- createRoom_roomName :: Lens' CreateRoom Text
- createRoomResponse_roomArn :: Lens' CreateRoomResponse (Maybe Text)
- createRoomResponse_httpStatus :: Lens' CreateRoomResponse Int
- deleteRoomSkillParameter_roomArn :: Lens' DeleteRoomSkillParameter (Maybe Text)
- deleteRoomSkillParameter_skillId :: Lens' DeleteRoomSkillParameter Text
- deleteRoomSkillParameter_parameterKey :: Lens' DeleteRoomSkillParameter Text
- deleteRoomSkillParameterResponse_httpStatus :: Lens' DeleteRoomSkillParameterResponse Int
- listGatewayGroups_nextToken :: Lens' ListGatewayGroups (Maybe Text)
- listGatewayGroups_maxResults :: Lens' ListGatewayGroups (Maybe Natural)
- listGatewayGroupsResponse_gatewayGroups :: Lens' ListGatewayGroupsResponse (Maybe [GatewayGroupSummary])
- listGatewayGroupsResponse_nextToken :: Lens' ListGatewayGroupsResponse (Maybe Text)
- listGatewayGroupsResponse_httpStatus :: Lens' ListGatewayGroupsResponse Int
- putRoomSkillParameter_roomArn :: Lens' PutRoomSkillParameter (Maybe Text)
- putRoomSkillParameter_skillId :: Lens' PutRoomSkillParameter Text
- putRoomSkillParameter_roomSkillParameter :: Lens' PutRoomSkillParameter RoomSkillParameter
- putRoomSkillParameterResponse_httpStatus :: Lens' PutRoomSkillParameterResponse Int
- searchProfiles_filters :: Lens' SearchProfiles (Maybe [Filter])
- searchProfiles_sortCriteria :: Lens' SearchProfiles (Maybe [Sort])
- searchProfiles_nextToken :: Lens' SearchProfiles (Maybe Text)
- searchProfiles_maxResults :: Lens' SearchProfiles (Maybe Natural)
- searchProfilesResponse_profiles :: Lens' SearchProfilesResponse (Maybe [ProfileData])
- searchProfilesResponse_nextToken :: Lens' SearchProfilesResponse (Maybe Text)
- searchProfilesResponse_totalCount :: Lens' SearchProfilesResponse (Maybe Int)
- searchProfilesResponse_httpStatus :: Lens' SearchProfilesResponse Int
- rejectSkill_skillId :: Lens' RejectSkill Text
- rejectSkillResponse_httpStatus :: Lens' RejectSkillResponse Int
- listConferenceProviders_nextToken :: Lens' ListConferenceProviders (Maybe Text)
- listConferenceProviders_maxResults :: Lens' ListConferenceProviders (Maybe Natural)
- listConferenceProvidersResponse_conferenceProviders :: Lens' ListConferenceProvidersResponse (Maybe [ConferenceProvider])
- listConferenceProvidersResponse_nextToken :: Lens' ListConferenceProvidersResponse (Maybe Text)
- listConferenceProvidersResponse_httpStatus :: Lens' ListConferenceProvidersResponse Int
- revokeInvitation_enrollmentId :: Lens' RevokeInvitation (Maybe Text)
- revokeInvitation_userArn :: Lens' RevokeInvitation (Maybe Text)
- revokeInvitationResponse_httpStatus :: Lens' RevokeInvitationResponse Int
- listGateways_nextToken :: Lens' ListGateways (Maybe Text)
- listGateways_gatewayGroupArn :: Lens' ListGateways (Maybe Text)
- listGateways_maxResults :: Lens' ListGateways (Maybe Natural)
- listGatewaysResponse_nextToken :: Lens' ListGatewaysResponse (Maybe Text)
- listGatewaysResponse_gateways :: Lens' ListGatewaysResponse (Maybe [GatewaySummary])
- listGatewaysResponse_httpStatus :: Lens' ListGatewaysResponse Int
- deleteDevice_deviceArn :: Lens' DeleteDevice Text
- deleteDeviceResponse_httpStatus :: Lens' DeleteDeviceResponse Int
- updateDevice_deviceArn :: Lens' UpdateDevice (Maybe Text)
- updateDevice_deviceName :: Lens' UpdateDevice (Maybe Text)
- updateDeviceResponse_httpStatus :: Lens' UpdateDeviceResponse Int
- associateSkillWithSkillGroup_skillGroupArn :: Lens' AssociateSkillWithSkillGroup (Maybe Text)
- associateSkillWithSkillGroup_skillId :: Lens' AssociateSkillWithSkillGroup Text
- associateSkillWithSkillGroupResponse_httpStatus :: Lens' AssociateSkillWithSkillGroupResponse Int
- getConferenceProvider_conferenceProviderArn :: Lens' GetConferenceProvider Text
- getConferenceProviderResponse_conferenceProvider :: Lens' GetConferenceProviderResponse (Maybe ConferenceProvider)
- getConferenceProviderResponse_httpStatus :: Lens' GetConferenceProviderResponse Int
- getRoom_roomArn :: Lens' GetRoom (Maybe Text)
- getRoomResponse_room :: Lens' GetRoomResponse (Maybe Room)
- getRoomResponse_httpStatus :: Lens' GetRoomResponse Int
- getGatewayGroup_gatewayGroupArn :: Lens' GetGatewayGroup Text
- getGatewayGroupResponse_gatewayGroup :: Lens' GetGatewayGroupResponse (Maybe GatewayGroup)
- getGatewayGroupResponse_httpStatus :: Lens' GetGatewayGroupResponse Int
- listSkillsStoreCategories_nextToken :: Lens' ListSkillsStoreCategories (Maybe Text)
- listSkillsStoreCategories_maxResults :: Lens' ListSkillsStoreCategories (Maybe Natural)
- listSkillsStoreCategoriesResponse_categoryList :: Lens' ListSkillsStoreCategoriesResponse (Maybe [Category])
- listSkillsStoreCategoriesResponse_nextToken :: Lens' ListSkillsStoreCategoriesResponse (Maybe Text)
- listSkillsStoreCategoriesResponse_httpStatus :: Lens' ListSkillsStoreCategoriesResponse Int
- startSmartHomeApplianceDiscovery_roomArn :: Lens' StartSmartHomeApplianceDiscovery Text
- startSmartHomeApplianceDiscoveryResponse_httpStatus :: Lens' StartSmartHomeApplianceDiscoveryResponse Int
- associateContactWithAddressBook_contactArn :: Lens' AssociateContactWithAddressBook Text
- associateContactWithAddressBook_addressBookArn :: Lens' AssociateContactWithAddressBook Text
- associateContactWithAddressBookResponse_httpStatus :: Lens' AssociateContactWithAddressBookResponse Int
- addressBook_addressBookArn :: Lens' AddressBook (Maybe Text)
- addressBook_name :: Lens' AddressBook (Maybe Text)
- addressBook_description :: Lens' AddressBook (Maybe Text)
- addressBookData_addressBookArn :: Lens' AddressBookData (Maybe Text)
- addressBookData_name :: Lens' AddressBookData (Maybe Text)
- addressBookData_description :: Lens' AddressBookData (Maybe Text)
- audio_locale :: Lens' Audio Locale
- audio_location :: Lens' Audio Text
- businessReport_status :: Lens' BusinessReport (Maybe BusinessReportStatus)
- businessReport_failureCode :: Lens' BusinessReport (Maybe BusinessReportFailureCode)
- businessReport_deliveryTime :: Lens' BusinessReport (Maybe UTCTime)
- businessReport_downloadUrl :: Lens' BusinessReport (Maybe Text)
- businessReport_s3Location :: Lens' BusinessReport (Maybe BusinessReportS3Location)
- businessReportContentRange_interval :: Lens' BusinessReportContentRange BusinessReportInterval
- businessReportRecurrence_startDate :: Lens' BusinessReportRecurrence (Maybe Text)
- businessReportS3Location_path :: Lens' BusinessReportS3Location (Maybe Text)
- businessReportS3Location_bucketName :: Lens' BusinessReportS3Location (Maybe Text)
- businessReportSchedule_s3KeyPrefix :: Lens' BusinessReportSchedule (Maybe Text)
- businessReportSchedule_lastBusinessReport :: Lens' BusinessReportSchedule (Maybe BusinessReport)
- businessReportSchedule_format :: Lens' BusinessReportSchedule (Maybe BusinessReportFormat)
- businessReportSchedule_recurrence :: Lens' BusinessReportSchedule (Maybe BusinessReportRecurrence)
- businessReportSchedule_scheduleName :: Lens' BusinessReportSchedule (Maybe Text)
- businessReportSchedule_scheduleArn :: Lens' BusinessReportSchedule (Maybe Text)
- businessReportSchedule_contentRange :: Lens' BusinessReportSchedule (Maybe BusinessReportContentRange)
- businessReportSchedule_s3BucketName :: Lens' BusinessReportSchedule (Maybe Text)
- category_categoryName :: Lens' Category (Maybe Text)
- category_categoryId :: Lens' Category (Maybe Natural)
- conferencePreference_defaultConferenceProviderArn :: Lens' ConferencePreference (Maybe Text)
- conferenceProvider_meetingSetting :: Lens' ConferenceProvider (Maybe MeetingSetting)
- conferenceProvider_arn :: Lens' ConferenceProvider (Maybe Text)
- conferenceProvider_pSTNDialIn :: Lens' ConferenceProvider (Maybe PSTNDialIn)
- conferenceProvider_name :: Lens' ConferenceProvider (Maybe Text)
- conferenceProvider_type :: Lens' ConferenceProvider (Maybe ConferenceProviderType)
- conferenceProvider_iPDialIn :: Lens' ConferenceProvider (Maybe IPDialIn)
- contact_lastName :: Lens' Contact (Maybe Text)
- contact_contactArn :: Lens' Contact (Maybe Text)
- contact_phoneNumbers :: Lens' Contact (Maybe [PhoneNumber])
- contact_phoneNumber :: Lens' Contact (Maybe Text)
- contact_sipAddresses :: Lens' Contact (Maybe [SipAddress])
- contact_firstName :: Lens' Contact (Maybe Text)
- contact_displayName :: Lens' Contact (Maybe Text)
- contactData_lastName :: Lens' ContactData (Maybe Text)
- contactData_contactArn :: Lens' ContactData (Maybe Text)
- contactData_phoneNumbers :: Lens' ContactData (Maybe [PhoneNumber])
- contactData_phoneNumber :: Lens' ContactData (Maybe Text)
- contactData_sipAddresses :: Lens' ContactData (Maybe [SipAddress])
- contactData_firstName :: Lens' ContactData (Maybe Text)
- contactData_displayName :: Lens' ContactData (Maybe Text)
- content_audioList :: Lens' Content (Maybe [Audio])
- content_textList :: Lens' Content (Maybe [TextMessage])
- content_ssmlList :: Lens' Content (Maybe [Ssml])
- createEndOfMeetingReminder_reminderAtMinutes :: Lens' CreateEndOfMeetingReminder (NonEmpty Int)
- createEndOfMeetingReminder_reminderType :: Lens' CreateEndOfMeetingReminder EndOfMeetingReminderType
- createEndOfMeetingReminder_enabled :: Lens' CreateEndOfMeetingReminder Bool
- createInstantBooking_durationInMinutes :: Lens' CreateInstantBooking Int
- createInstantBooking_enabled :: Lens' CreateInstantBooking Bool
- createMeetingRoomConfiguration_instantBooking :: Lens' CreateMeetingRoomConfiguration (Maybe CreateInstantBooking)
- createMeetingRoomConfiguration_endOfMeetingReminder :: Lens' CreateMeetingRoomConfiguration (Maybe CreateEndOfMeetingReminder)
- createMeetingRoomConfiguration_requireCheckIn :: Lens' CreateMeetingRoomConfiguration (Maybe CreateRequireCheckIn)
- createMeetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' CreateMeetingRoomConfiguration (Maybe Bool)
- createRequireCheckIn_releaseAfterMinutes :: Lens' CreateRequireCheckIn Int
- createRequireCheckIn_enabled :: Lens' CreateRequireCheckIn Bool
- developerInfo_email :: Lens' DeveloperInfo (Maybe Text)
- developerInfo_url :: Lens' DeveloperInfo (Maybe Text)
- developerInfo_privacyPolicy :: Lens' DeveloperInfo (Maybe Text)
- developerInfo_developerName :: Lens' DeveloperInfo (Maybe Text)
- device_deviceStatus :: Lens' Device (Maybe DeviceStatus)
- device_deviceStatusInfo :: Lens' Device (Maybe DeviceStatusInfo)
- device_deviceArn :: Lens' Device (Maybe Text)
- device_macAddress :: Lens' Device (Maybe Text)
- device_deviceName :: Lens' Device (Maybe Text)
- device_roomArn :: Lens' Device (Maybe Text)
- device_softwareVersion :: Lens' Device (Maybe Text)
- device_deviceType :: Lens' Device (Maybe Text)
- device_networkProfileInfo :: Lens' Device (Maybe DeviceNetworkProfileInfo)
- device_deviceSerialNumber :: Lens' Device (Maybe Text)
- deviceData_deviceStatus :: Lens' DeviceData (Maybe DeviceStatus)
- deviceData_networkProfileName :: Lens' DeviceData (Maybe Text)
- deviceData_deviceStatusInfo :: Lens' DeviceData (Maybe DeviceStatusInfo)
- deviceData_createdTime :: Lens' DeviceData (Maybe UTCTime)
- deviceData_deviceArn :: Lens' DeviceData (Maybe Text)
- deviceData_networkProfileArn :: Lens' DeviceData (Maybe Text)
- deviceData_macAddress :: Lens' DeviceData (Maybe Text)
- deviceData_deviceName :: Lens' DeviceData (Maybe Text)
- deviceData_roomArn :: Lens' DeviceData (Maybe Text)
- deviceData_softwareVersion :: Lens' DeviceData (Maybe Text)
- deviceData_deviceType :: Lens' DeviceData (Maybe Text)
- deviceData_roomName :: Lens' DeviceData (Maybe Text)
- deviceData_deviceSerialNumber :: Lens' DeviceData (Maybe Text)
- deviceEvent_value :: Lens' DeviceEvent (Maybe Text)
- deviceEvent_type :: Lens' DeviceEvent (Maybe DeviceEventType)
- deviceEvent_timestamp :: Lens' DeviceEvent (Maybe UTCTime)
- deviceNetworkProfileInfo_certificateArn :: Lens' DeviceNetworkProfileInfo (Maybe Text)
- deviceNetworkProfileInfo_networkProfileArn :: Lens' DeviceNetworkProfileInfo (Maybe Text)
- deviceNetworkProfileInfo_certificateExpirationTime :: Lens' DeviceNetworkProfileInfo (Maybe UTCTime)
- deviceStatusDetail_feature :: Lens' DeviceStatusDetail (Maybe Feature)
- deviceStatusDetail_code :: Lens' DeviceStatusDetail (Maybe DeviceStatusDetailCode)
- deviceStatusInfo_connectionStatusUpdatedTime :: Lens' DeviceStatusInfo (Maybe UTCTime)
- deviceStatusInfo_deviceStatusDetails :: Lens' DeviceStatusInfo (Maybe [DeviceStatusDetail])
- deviceStatusInfo_connectionStatus :: Lens' DeviceStatusInfo (Maybe ConnectionStatus)
- endOfMeetingReminder_enabled :: Lens' EndOfMeetingReminder (Maybe Bool)
- endOfMeetingReminder_reminderAtMinutes :: Lens' EndOfMeetingReminder (Maybe (NonEmpty Int))
- endOfMeetingReminder_reminderType :: Lens' EndOfMeetingReminder (Maybe EndOfMeetingReminderType)
- filter_key :: Lens' Filter Text
- filter_values :: Lens' Filter [Text]
- gateway_arn :: Lens' Gateway (Maybe Text)
- gateway_name :: Lens' Gateway (Maybe Text)
- gateway_gatewayGroupArn :: Lens' Gateway (Maybe Text)
- gateway_softwareVersion :: Lens' Gateway (Maybe Text)
- gateway_description :: Lens' Gateway (Maybe Text)
- gatewayGroup_arn :: Lens' GatewayGroup (Maybe Text)
- gatewayGroup_name :: Lens' GatewayGroup (Maybe Text)
- gatewayGroup_description :: Lens' GatewayGroup (Maybe Text)
- gatewayGroupSummary_arn :: Lens' GatewayGroupSummary (Maybe Text)
- gatewayGroupSummary_name :: Lens' GatewayGroupSummary (Maybe Text)
- gatewayGroupSummary_description :: Lens' GatewayGroupSummary (Maybe Text)
- gatewaySummary_arn :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_name :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_gatewayGroupArn :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_softwareVersion :: Lens' GatewaySummary (Maybe Text)
- gatewaySummary_description :: Lens' GatewaySummary (Maybe Text)
- iPDialIn_endpoint :: Lens' IPDialIn Text
- iPDialIn_commsProtocol :: Lens' IPDialIn CommsProtocol
- instantBooking_enabled :: Lens' InstantBooking (Maybe Bool)
- instantBooking_durationInMinutes :: Lens' InstantBooking (Maybe Int)
- meetingRoomConfiguration_instantBooking :: Lens' MeetingRoomConfiguration (Maybe InstantBooking)
- meetingRoomConfiguration_endOfMeetingReminder :: Lens' MeetingRoomConfiguration (Maybe EndOfMeetingReminder)
- meetingRoomConfiguration_requireCheckIn :: Lens' MeetingRoomConfiguration (Maybe RequireCheckIn)
- meetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' MeetingRoomConfiguration (Maybe Bool)
- meetingSetting_requirePin :: Lens' MeetingSetting RequirePin
- networkProfile_networkProfileName :: Lens' NetworkProfile (Maybe Text)
- networkProfile_ssid :: Lens' NetworkProfile (Maybe Text)
- networkProfile_networkProfileArn :: Lens' NetworkProfile (Maybe Text)
- networkProfile_securityType :: Lens' NetworkProfile (Maybe NetworkSecurityType)
- networkProfile_currentPassword :: Lens' NetworkProfile (Maybe Text)
- networkProfile_nextPassword :: Lens' NetworkProfile (Maybe Text)
- networkProfile_eapMethod :: Lens' NetworkProfile (Maybe NetworkEapMethod)
- networkProfile_description :: Lens' NetworkProfile (Maybe Text)
- networkProfile_trustAnchors :: Lens' NetworkProfile (Maybe (NonEmpty Text))
- networkProfile_certificateAuthorityArn :: Lens' NetworkProfile (Maybe Text)
- networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_ssid :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_securityType :: Lens' NetworkProfileData (Maybe NetworkSecurityType)
- networkProfileData_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod)
- networkProfileData_description :: Lens' NetworkProfileData (Maybe Text)
- networkProfileData_certificateAuthorityArn :: Lens' NetworkProfileData (Maybe Text)
- pSTNDialIn_countryCode :: Lens' PSTNDialIn Text
- pSTNDialIn_phoneNumber :: Lens' PSTNDialIn Text
- pSTNDialIn_oneClickIdDelay :: Lens' PSTNDialIn Text
- pSTNDialIn_oneClickPinDelay :: Lens' PSTNDialIn Text
- phoneNumber_number :: Lens' PhoneNumber Text
- phoneNumber_type :: Lens' PhoneNumber PhoneNumberType
- profile_setupModeDisabled :: Lens' Profile (Maybe Bool)
- profile_pSTNEnabled :: Lens' Profile (Maybe Bool)
- profile_addressBookArn :: Lens' Profile (Maybe Text)
- profile_distanceUnit :: Lens' Profile (Maybe DistanceUnit)
- profile_locale :: Lens' Profile (Maybe Text)
- profile_address :: Lens' Profile (Maybe Text)
- profile_profileArn :: Lens' Profile (Maybe Text)
- profile_wakeWord :: Lens' Profile (Maybe WakeWord)
- profile_meetingRoomConfiguration :: Lens' Profile (Maybe MeetingRoomConfiguration)
- profile_profileName :: Lens' Profile (Maybe Text)
- profile_temperatureUnit :: Lens' Profile (Maybe TemperatureUnit)
- profile_dataRetentionOptIn :: Lens' Profile (Maybe Bool)
- profile_timezone :: Lens' Profile (Maybe Text)
- profile_maxVolumeLimit :: Lens' Profile (Maybe Int)
- profile_isDefault :: Lens' Profile (Maybe Bool)
- profileData_distanceUnit :: Lens' ProfileData (Maybe DistanceUnit)
- profileData_locale :: Lens' ProfileData (Maybe Text)
- profileData_address :: Lens' ProfileData (Maybe Text)
- profileData_profileArn :: Lens' ProfileData (Maybe Text)
- profileData_wakeWord :: Lens' ProfileData (Maybe WakeWord)
- profileData_profileName :: Lens' ProfileData (Maybe Text)
- profileData_temperatureUnit :: Lens' ProfileData (Maybe TemperatureUnit)
- profileData_timezone :: Lens' ProfileData (Maybe Text)
- profileData_isDefault :: Lens' ProfileData (Maybe Bool)
- requireCheckIn_enabled :: Lens' RequireCheckIn (Maybe Bool)
- requireCheckIn_releaseAfterMinutes :: Lens' RequireCheckIn (Maybe Int)
- room_profileArn :: Lens' Room (Maybe Text)
- room_providerCalendarId :: Lens' Room (Maybe Text)
- room_roomArn :: Lens' Room (Maybe Text)
- room_roomName :: Lens' Room (Maybe Text)
- room_description :: Lens' Room (Maybe Text)
- roomData_profileArn :: Lens' RoomData (Maybe Text)
- roomData_providerCalendarId :: Lens' RoomData (Maybe Text)
- roomData_profileName :: Lens' RoomData (Maybe Text)
- roomData_roomArn :: Lens' RoomData (Maybe Text)
- roomData_roomName :: Lens' RoomData (Maybe Text)
- roomData_description :: Lens' RoomData (Maybe Text)
- roomSkillParameter_parameterKey :: Lens' RoomSkillParameter Text
- roomSkillParameter_parameterValue :: Lens' RoomSkillParameter Text
- sipAddress_uri :: Lens' SipAddress Text
- sipAddress_type :: Lens' SipAddress SipType
- skillDetails_skillTypes :: Lens' SkillDetails (Maybe [Text])
- skillDetails_productDescription :: Lens' SkillDetails (Maybe Text)
- skillDetails_invocationPhrase :: Lens' SkillDetails (Maybe Text)
- skillDetails_developerInfo :: Lens' SkillDetails (Maybe DeveloperInfo)
- skillDetails_endUserLicenseAgreement :: Lens' SkillDetails (Maybe Text)
- skillDetails_genericKeywords :: Lens' SkillDetails (Maybe [Text])
- skillDetails_reviews :: Lens' SkillDetails (Maybe (HashMap Text Text))
- skillDetails_releaseDate :: Lens' SkillDetails (Maybe Text)
- skillDetails_newInThisVersionBulletPoints :: Lens' SkillDetails (Maybe [Text])
- skillDetails_bulletPoints :: Lens' SkillDetails (Maybe [Text])
- skillGroup_skillGroupArn :: Lens' SkillGroup (Maybe Text)
- skillGroup_description :: Lens' SkillGroup (Maybe Text)
- skillGroup_skillGroupName :: Lens' SkillGroup (Maybe Text)
- skillGroupData_skillGroupArn :: Lens' SkillGroupData (Maybe Text)
- skillGroupData_description :: Lens' SkillGroupData (Maybe Text)
- skillGroupData_skillGroupName :: Lens' SkillGroupData (Maybe Text)
- skillSummary_skillId :: Lens' SkillSummary (Maybe Text)
- skillSummary_supportsLinking :: Lens' SkillSummary (Maybe Bool)
- skillSummary_skillType :: Lens' SkillSummary (Maybe SkillType)
- skillSummary_enablementType :: Lens' SkillSummary (Maybe EnablementType)
- skillSummary_skillName :: Lens' SkillSummary (Maybe Text)
- skillsStoreSkill_skillId :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_supportsLinking :: Lens' SkillsStoreSkill (Maybe Bool)
- skillsStoreSkill_sampleUtterances :: Lens' SkillsStoreSkill (Maybe [Text])
- skillsStoreSkill_shortDescription :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text)
- skillsStoreSkill_skillDetails :: Lens' SkillsStoreSkill (Maybe SkillDetails)
- skillsStoreSkill_skillName :: Lens' SkillsStoreSkill (Maybe Text)
- smartHomeAppliance_friendlyName :: Lens' SmartHomeAppliance (Maybe Text)
- smartHomeAppliance_manufacturerName :: Lens' SmartHomeAppliance (Maybe Text)
- smartHomeAppliance_description :: Lens' SmartHomeAppliance (Maybe Text)
- sort_key :: Lens' Sort Text
- sort_value :: Lens' Sort SortValue
- ssml_locale :: Lens' Ssml Locale
- ssml_value :: Lens' Ssml Text
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- textMessage_locale :: Lens' TextMessage Locale
- textMessage_value :: Lens' TextMessage Text
- updateEndOfMeetingReminder_enabled :: Lens' UpdateEndOfMeetingReminder (Maybe Bool)
- updateEndOfMeetingReminder_reminderAtMinutes :: Lens' UpdateEndOfMeetingReminder (Maybe (NonEmpty Int))
- updateEndOfMeetingReminder_reminderType :: Lens' UpdateEndOfMeetingReminder (Maybe EndOfMeetingReminderType)
- updateInstantBooking_enabled :: Lens' UpdateInstantBooking (Maybe Bool)
- updateInstantBooking_durationInMinutes :: Lens' UpdateInstantBooking (Maybe Int)
- updateMeetingRoomConfiguration_instantBooking :: Lens' UpdateMeetingRoomConfiguration (Maybe UpdateInstantBooking)
- updateMeetingRoomConfiguration_endOfMeetingReminder :: Lens' UpdateMeetingRoomConfiguration (Maybe UpdateEndOfMeetingReminder)
- updateMeetingRoomConfiguration_requireCheckIn :: Lens' UpdateMeetingRoomConfiguration (Maybe UpdateRequireCheckIn)
- updateMeetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' UpdateMeetingRoomConfiguration (Maybe Bool)
- updateRequireCheckIn_enabled :: Lens' UpdateRequireCheckIn (Maybe Bool)
- updateRequireCheckIn_releaseAfterMinutes :: Lens' UpdateRequireCheckIn (Maybe Int)
- userData_email :: Lens' UserData (Maybe Text)
- userData_lastName :: Lens' UserData (Maybe Text)
- userData_enrollmentId :: Lens' UserData (Maybe Text)
- userData_userArn :: Lens' UserData (Maybe Text)
- userData_firstName :: Lens' UserData (Maybe Text)
- userData_enrollmentStatus :: Lens' UserData (Maybe EnrollmentStatus)
Operations
SearchUsers
searchUsers_filters :: Lens' SearchUsers (Maybe [Filter]) Source #
The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
searchUsers_sortCriteria :: Lens' SearchUsers (Maybe [Sort]) Source #
The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.
searchUsers_nextToken :: Lens' SearchUsers (Maybe Text) Source #
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.
searchUsers_maxResults :: Lens' SearchUsers (Maybe Natural) Source #
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.
searchUsersResponse_users :: Lens' SearchUsersResponse (Maybe [UserData]) Source #
The users that meet the specified set of filter criteria, in sort order.
searchUsersResponse_nextToken :: Lens' SearchUsersResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchUsersResponse_totalCount :: Lens' SearchUsersResponse (Maybe Int) Source #
The total number of users returned.
searchUsersResponse_httpStatus :: Lens' SearchUsersResponse Int Source #
The response's http status code.
PutConferencePreference
putConferencePreference_conferencePreference :: Lens' PutConferencePreference ConferencePreference Source #
The conference preference of a specific conference provider.
putConferencePreferenceResponse_httpStatus :: Lens' PutConferencePreferenceResponse Int Source #
The response's http status code.
UpdateNetworkProfile
updateNetworkProfile_networkProfileName :: Lens' UpdateNetworkProfile (Maybe Text) Source #
The name of the network profile associated with a device.
updateNetworkProfile_currentPassword :: Lens' UpdateNetworkProfile (Maybe Text) Source #
The current password of the Wi-Fi network.
updateNetworkProfile_nextPassword :: Lens' UpdateNetworkProfile (Maybe Text) Source #
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
updateNetworkProfile_description :: Lens' UpdateNetworkProfile (Maybe Text) Source #
Detailed information about a device's network profile.
updateNetworkProfile_trustAnchors :: Lens' UpdateNetworkProfile (Maybe (NonEmpty Text)) Source #
The root certificate(s) of your authentication server that will be installed on your devices and used to trust your authentication server during EAP negotiation.
updateNetworkProfile_certificateAuthorityArn :: Lens' UpdateNetworkProfile (Maybe Text) Source #
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
updateNetworkProfile_networkProfileArn :: Lens' UpdateNetworkProfile Text Source #
The ARN of the network profile associated with a device.
updateNetworkProfileResponse_httpStatus :: Lens' UpdateNetworkProfileResponse Int Source #
The response's http status code.
DeleteNetworkProfile
deleteNetworkProfile_networkProfileArn :: Lens' DeleteNetworkProfile Text Source #
The ARN of the network profile associated with a device.
deleteNetworkProfileResponse_httpStatus :: Lens' DeleteNetworkProfileResponse Int Source #
The response's http status code.
UpdateBusinessReportSchedule
updateBusinessReportSchedule_s3KeyPrefix :: Lens' UpdateBusinessReportSchedule (Maybe Text) Source #
The S3 key where the report is delivered.
updateBusinessReportSchedule_format :: Lens' UpdateBusinessReportSchedule (Maybe BusinessReportFormat) Source #
The format of the generated report (individual CSV files or zipped files of individual files).
updateBusinessReportSchedule_recurrence :: Lens' UpdateBusinessReportSchedule (Maybe BusinessReportRecurrence) Source #
The recurrence of the reports.
updateBusinessReportSchedule_scheduleName :: Lens' UpdateBusinessReportSchedule (Maybe Text) Source #
The name identifier of the schedule.
updateBusinessReportSchedule_s3BucketName :: Lens' UpdateBusinessReportSchedule (Maybe Text) Source #
The S3 location of the output reports.
updateBusinessReportSchedule_scheduleArn :: Lens' UpdateBusinessReportSchedule Text Source #
The ARN of the business report schedule.
updateBusinessReportScheduleResponse_httpStatus :: Lens' UpdateBusinessReportScheduleResponse Int Source #
The response's http status code.
DeleteBusinessReportSchedule
deleteBusinessReportSchedule_scheduleArn :: Lens' DeleteBusinessReportSchedule Text Source #
The ARN of the business report schedule.
deleteBusinessReportScheduleResponse_httpStatus :: Lens' DeleteBusinessReportScheduleResponse Int Source #
The response's http status code.
AssociateSkillGroupWithRoom
associateSkillGroupWithRoom_skillGroupArn :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #
The ARN of the skill group to associate with a room. Required.
associateSkillGroupWithRoom_roomArn :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #
The ARN of the room with which to associate the skill group. Required.
associateSkillGroupWithRoomResponse_httpStatus :: Lens' AssociateSkillGroupWithRoomResponse Int Source #
The response's http status code.
ListSmartHomeAppliances
listSmartHomeAppliances_nextToken :: Lens' ListSmartHomeAppliances (Maybe Text) Source #
The tokens used for pagination.
listSmartHomeAppliances_maxResults :: Lens' ListSmartHomeAppliances (Maybe Natural) Source #
The maximum number of appliances to be returned, per paginated calls.
listSmartHomeAppliances_roomArn :: Lens' ListSmartHomeAppliances Text Source #
The room that the appliances are associated with.
listSmartHomeAppliancesResponse_smartHomeAppliances :: Lens' ListSmartHomeAppliancesResponse (Maybe [SmartHomeAppliance]) Source #
The smart home appliances.
listSmartHomeAppliancesResponse_nextToken :: Lens' ListSmartHomeAppliancesResponse (Maybe Text) Source #
The tokens used for pagination.
listSmartHomeAppliancesResponse_httpStatus :: Lens' ListSmartHomeAppliancesResponse Int Source #
The response's http status code.
DeleteProfile
deleteProfile_profileArn :: Lens' DeleteProfile (Maybe Text) Source #
The ARN of the room profile to delete. Required.
deleteProfileResponse_httpStatus :: Lens' DeleteProfileResponse Int Source #
The response's http status code.
UpdateProfile
updateProfile_setupModeDisabled :: Lens' UpdateProfile (Maybe Bool) Source #
Whether the setup mode of the profile is enabled.
updateProfile_pSTNEnabled :: Lens' UpdateProfile (Maybe Bool) Source #
Whether the PSTN setting of the room profile is enabled.
updateProfile_distanceUnit :: Lens' UpdateProfile (Maybe DistanceUnit) Source #
The updated distance unit for the room profile.
updateProfile_locale :: Lens' UpdateProfile (Maybe Text) Source #
The updated locale for the room profile. (This is currently only available to a limited preview audience.)
updateProfile_address :: Lens' UpdateProfile (Maybe Text) Source #
The updated address for the room profile.
updateProfile_profileArn :: Lens' UpdateProfile (Maybe Text) Source #
The ARN of the room profile to update. Required.
updateProfile_wakeWord :: Lens' UpdateProfile (Maybe WakeWord) Source #
The updated wake word for the room profile.
updateProfile_meetingRoomConfiguration :: Lens' UpdateProfile (Maybe UpdateMeetingRoomConfiguration) Source #
The updated meeting room settings of a room profile.
updateProfile_profileName :: Lens' UpdateProfile (Maybe Text) Source #
The updated name for the room profile.
updateProfile_temperatureUnit :: Lens' UpdateProfile (Maybe TemperatureUnit) Source #
The updated temperature unit for the room profile.
updateProfile_dataRetentionOptIn :: Lens' UpdateProfile (Maybe Bool) Source #
Whether data retention of the profile is enabled.
updateProfile_timezone :: Lens' UpdateProfile (Maybe Text) Source #
The updated timezone for the room profile.
updateProfile_maxVolumeLimit :: Lens' UpdateProfile (Maybe Int) Source #
The updated maximum volume limit for the room profile.
updateProfile_isDefault :: Lens' UpdateProfile (Maybe Bool) Source #
Sets the profile as default if selected. If this is missing, no update is done to the default status.
updateProfileResponse_httpStatus :: Lens' UpdateProfileResponse Int Source #
The response's http status code.
SearchRooms
searchRooms_filters :: Lens' SearchRooms (Maybe [Filter]) Source #
The filters to use to list a specified set of rooms. The supported filter keys are RoomName and ProfileName.
searchRooms_sortCriteria :: Lens' SearchRooms (Maybe [Sort]) Source #
The sort order to use in listing the specified set of rooms. The supported sort keys are RoomName and ProfileName.
searchRooms_nextToken :: Lens' SearchRooms (Maybe Text) Source #
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
.
searchRooms_maxResults :: Lens' SearchRooms (Maybe Natural) Source #
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.
searchRoomsResponse_rooms :: Lens' SearchRoomsResponse (Maybe [RoomData]) Source #
The rooms that meet the specified set of filter criteria, in sort order.
searchRoomsResponse_nextToken :: Lens' SearchRoomsResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchRoomsResponse_totalCount :: Lens' SearchRoomsResponse (Maybe Int) Source #
The total number of rooms returned.
searchRoomsResponse_httpStatus :: Lens' SearchRoomsResponse Int Source #
The response's http status code.
AssociateSkillWithUsers
associateSkillWithUsers_skillId :: Lens' AssociateSkillWithUsers Text Source #
The private skill ID you want to make available to enrolled users.
associateSkillWithUsersResponse_httpStatus :: Lens' AssociateSkillWithUsersResponse Int Source #
The response's http status code.
RegisterAVSDevice
registerAVSDevice_roomArn :: Lens' RegisterAVSDevice (Maybe Text) Source #
The Amazon Resource Name (ARN) of the room with which to associate your AVS device.
registerAVSDevice_deviceSerialNumber :: Lens' RegisterAVSDevice (Maybe Text) Source #
The key generated by the OEM that uniquely identifies a specified instance of your AVS device.
registerAVSDevice_tags :: Lens' RegisterAVSDevice (Maybe [Tag]) Source #
The tags to be added to the specified resource. Do not provide system tags.
registerAVSDevice_clientId :: Lens' RegisterAVSDevice Text Source #
The client ID of the OEM used for code-based linking authorization on an AVS device.
registerAVSDevice_userCode :: Lens' RegisterAVSDevice Text Source #
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.
registerAVSDevice_productId :: Lens' RegisterAVSDevice Text Source #
The product ID used to identify your AVS device during authorization.
registerAVSDevice_amazonId :: Lens' RegisterAVSDevice Text Source #
The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.
registerAVSDeviceResponse_deviceArn :: Lens' RegisterAVSDeviceResponse (Maybe Text) Source #
The ARN of the device.
registerAVSDeviceResponse_httpStatus :: Lens' RegisterAVSDeviceResponse Int Source #
The response's http status code.
ForgetSmartHomeAppliances
forgetSmartHomeAppliances_roomArn :: Lens' ForgetSmartHomeAppliances Text Source #
The room that the appliances are associated with.
forgetSmartHomeAppliancesResponse_httpStatus :: Lens' ForgetSmartHomeAppliancesResponse Int Source #
The response's http status code.
PutInvitationConfiguration
putInvitationConfiguration_contactEmail :: Lens' PutInvitationConfiguration (Maybe Text) Source #
The email ID of the organization or individual contact that the enrolled user can use.
putInvitationConfiguration_privateSkillIds :: Lens' PutInvitationConfiguration (Maybe [Text]) Source #
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
putInvitationConfiguration_organizationName :: Lens' PutInvitationConfiguration Text Source #
The name of the organization sending the enrollment invite to a user.
putInvitationConfigurationResponse_httpStatus :: Lens' PutInvitationConfigurationResponse Int Source #
The response's http status code.
DisassociateContactFromAddressBook
disassociateContactFromAddressBook_contactArn :: Lens' DisassociateContactFromAddressBook Text Source #
The ARN of the contact to disassociate from an address book.
disassociateContactFromAddressBook_addressBookArn :: Lens' DisassociateContactFromAddressBook Text Source #
The ARN of the address from which to disassociate the contact.
disassociateContactFromAddressBookResponse_httpStatus :: Lens' DisassociateContactFromAddressBookResponse Int Source #
The response's http status code.
GetNetworkProfile
getNetworkProfile_networkProfileArn :: Lens' GetNetworkProfile Text Source #
The ARN of the network profile associated with a device.
getNetworkProfileResponse_networkProfile :: Lens' GetNetworkProfileResponse (Maybe NetworkProfile) Source #
The network profile associated with a device.
getNetworkProfileResponse_httpStatus :: Lens' GetNetworkProfileResponse Int Source #
The response's http status code.
GetConferencePreference
getConferencePreferenceResponse_preference :: Lens' GetConferencePreferenceResponse (Maybe ConferencePreference) Source #
The conference preference.
getConferencePreferenceResponse_httpStatus :: Lens' GetConferencePreferenceResponse Int Source #
The response's http status code.
DisassociateSkillFromSkillGroup
disassociateSkillFromSkillGroup_skillGroupArn :: Lens' DisassociateSkillFromSkillGroup (Maybe Text) Source #
The unique identifier of a skill. Required.
disassociateSkillFromSkillGroup_skillId :: Lens' DisassociateSkillFromSkillGroup Text Source #
The ARN of a skill group to associate to a skill.
disassociateSkillFromSkillGroupResponse_httpStatus :: Lens' DisassociateSkillFromSkillGroupResponse Int Source #
The response's http status code.
CreateAddressBook
createAddressBook_clientRequestToken :: Lens' CreateAddressBook (Maybe Text) Source #
A unique, user-specified identifier for the request that ensures idempotency.
createAddressBook_description :: Lens' CreateAddressBook (Maybe Text) Source #
The description of the address book.
createAddressBook_tags :: Lens' CreateAddressBook (Maybe [Tag]) Source #
The tags to be added to the specified resource. Do not provide system tags.
createAddressBook_name :: Lens' CreateAddressBook Text Source #
The name of the address book.
createAddressBookResponse_addressBookArn :: Lens' CreateAddressBookResponse (Maybe Text) Source #
The ARN of the newly created address book.
createAddressBookResponse_httpStatus :: Lens' CreateAddressBookResponse Int Source #
The response's http status code.
DeleteAddressBook
deleteAddressBook_addressBookArn :: Lens' DeleteAddressBook Text Source #
The ARN of the address book to delete.
deleteAddressBookResponse_httpStatus :: Lens' DeleteAddressBookResponse Int Source #
The response's http status code.
UpdateAddressBook
updateAddressBook_name :: Lens' UpdateAddressBook (Maybe Text) Source #
The updated name of the room.
updateAddressBook_description :: Lens' UpdateAddressBook (Maybe Text) Source #
The updated description of the room.
updateAddressBook_addressBookArn :: Lens' UpdateAddressBook Text Source #
The ARN of the room to update.
updateAddressBookResponse_httpStatus :: Lens' UpdateAddressBookResponse Int Source #
The response's http status code.
DeleteGatewayGroup
deleteGatewayGroup_gatewayGroupArn :: Lens' DeleteGatewayGroup Text Source #
The ARN of the gateway group to delete.
deleteGatewayGroupResponse_httpStatus :: Lens' DeleteGatewayGroupResponse Int Source #
The response's http status code.
UpdateGatewayGroup
updateGatewayGroup_name :: Lens' UpdateGatewayGroup (Maybe Text) Source #
The updated name of the gateway group.
updateGatewayGroup_description :: Lens' UpdateGatewayGroup (Maybe Text) Source #
The updated description of the gateway group.
updateGatewayGroup_gatewayGroupArn :: Lens' UpdateGatewayGroup Text Source #
The ARN of the gateway group to update.
updateGatewayGroupResponse_httpStatus :: Lens' UpdateGatewayGroupResponse Int Source #
The response's http status code.
UpdateRoom
updateRoom_profileArn :: Lens' UpdateRoom (Maybe Text) Source #
The updated profile ARN for the room.
updateRoom_providerCalendarId :: Lens' UpdateRoom (Maybe Text) Source #
The updated provider calendar ARN for the room.
updateRoom_roomArn :: Lens' UpdateRoom (Maybe Text) Source #
The ARN of the room to update.
updateRoom_roomName :: Lens' UpdateRoom (Maybe Text) Source #
The updated name for the room.
updateRoom_description :: Lens' UpdateRoom (Maybe Text) Source #
The updated description for the room.
updateRoomResponse_httpStatus :: Lens' UpdateRoomResponse Int Source #
The response's http status code.
DeleteRoom
deleteRoom_roomArn :: Lens' DeleteRoom (Maybe Text) Source #
The ARN of the room to delete. Required.
deleteRoomResponse_httpStatus :: Lens' DeleteRoomResponse Int Source #
The response's http status code.
GetDevice
getDevice_deviceArn :: Lens' GetDevice (Maybe Text) Source #
The ARN of the device for which to request details. Required.
getDeviceResponse_device :: Lens' GetDeviceResponse (Maybe Device) Source #
The details of the device requested. Required.
getDeviceResponse_httpStatus :: Lens' GetDeviceResponse Int Source #
The response's http status code.
GetGateway
getGateway_gatewayArn :: Lens' GetGateway Text Source #
The ARN of the gateway to get.
getGatewayResponse_gateway :: Lens' GetGatewayResponse (Maybe Gateway) Source #
The details of the gateway.
getGatewayResponse_httpStatus :: Lens' GetGatewayResponse Int Source #
The response's http status code.
ListSkillsStoreSkillsByCategory
listSkillsStoreSkillsByCategory_nextToken :: Lens' ListSkillsStoreSkillsByCategory (Maybe Text) Source #
The tokens used for pagination.
listSkillsStoreSkillsByCategory_maxResults :: Lens' ListSkillsStoreSkillsByCategory (Maybe Natural) Source #
The maximum number of skills returned per paginated calls.
listSkillsStoreSkillsByCategory_categoryId :: Lens' ListSkillsStoreSkillsByCategory Natural Source #
The category ID for which the skills are being retrieved from the skill store.
listSkillsStoreSkillsByCategoryResponse_nextToken :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe Text) Source #
The tokens used for pagination.
listSkillsStoreSkillsByCategoryResponse_skillsStoreSkills :: Lens' ListSkillsStoreSkillsByCategoryResponse (Maybe [SkillsStoreSkill]) Source #
The skill store skills.
listSkillsStoreSkillsByCategoryResponse_httpStatus :: Lens' ListSkillsStoreSkillsByCategoryResponse Int Source #
The response's http status code.
DeleteConferenceProvider
deleteConferenceProvider_conferenceProviderArn :: Lens' DeleteConferenceProvider Text Source #
The ARN of the conference provider.
deleteConferenceProviderResponse_httpStatus :: Lens' DeleteConferenceProviderResponse Int Source #
The response's http status code.
UpdateConferenceProvider
updateConferenceProvider_pSTNDialIn :: Lens' UpdateConferenceProvider (Maybe PSTNDialIn) Source #
The information for PSTN conferencing.
updateConferenceProvider_iPDialIn :: Lens' UpdateConferenceProvider (Maybe IPDialIn) Source #
The IP endpoint and protocol for calling.
updateConferenceProvider_conferenceProviderArn :: Lens' UpdateConferenceProvider Text Source #
The ARN of the conference provider.
updateConferenceProvider_conferenceProviderType :: Lens' UpdateConferenceProvider ConferenceProviderType Source #
The type of the conference provider.
updateConferenceProvider_meetingSetting :: Lens' UpdateConferenceProvider MeetingSetting Source #
The meeting settings for the conference provider.
updateConferenceProviderResponse_httpStatus :: Lens' UpdateConferenceProviderResponse Int Source #
The response's http status code.
GetContact
getContact_contactArn :: Lens' GetContact Text Source #
The ARN of the contact for which to request details.
getContactResponse_contact :: Lens' GetContactResponse (Maybe Contact) Source #
The details of the requested contact.
getContactResponse_httpStatus :: Lens' GetContactResponse Int Source #
The response's http status code.
ApproveSkill
approveSkill_skillId :: Lens' ApproveSkill Text Source #
The unique identifier of the skill.
approveSkillResponse_httpStatus :: Lens' ApproveSkillResponse Int Source #
The response's http status code.
CreateNetworkProfile
createNetworkProfile_currentPassword :: Lens' CreateNetworkProfile (Maybe Text) Source #
The current password of the Wi-Fi network.
createNetworkProfile_nextPassword :: Lens' CreateNetworkProfile (Maybe Text) Source #
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
createNetworkProfile_eapMethod :: Lens' CreateNetworkProfile (Maybe NetworkEapMethod) Source #
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
createNetworkProfile_description :: Lens' CreateNetworkProfile (Maybe Text) Source #
Detailed information about a device's network profile.
createNetworkProfile_trustAnchors :: Lens' CreateNetworkProfile (Maybe (NonEmpty Text)) Source #
The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.
createNetworkProfile_certificateAuthorityArn :: Lens' CreateNetworkProfile (Maybe Text) Source #
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
createNetworkProfile_tags :: Lens' CreateNetworkProfile (Maybe [Tag]) Source #
The tags to be added to the specified resource. Do not provide system tags.
createNetworkProfile_networkProfileName :: Lens' CreateNetworkProfile Text Source #
The name of the network profile associated with a device.
createNetworkProfile_ssid :: Lens' CreateNetworkProfile Text Source #
The SSID of the Wi-Fi network.
createNetworkProfile_securityType :: Lens' CreateNetworkProfile NetworkSecurityType Source #
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
createNetworkProfile_clientRequestToken :: Lens' CreateNetworkProfile Text Source #
Undocumented member.
createNetworkProfileResponse_networkProfileArn :: Lens' CreateNetworkProfileResponse (Maybe Text) Source #
The ARN of the network profile associated with a device.
createNetworkProfileResponse_httpStatus :: Lens' CreateNetworkProfileResponse Int Source #
The response's http status code.
AssociateDeviceWithRoom
associateDeviceWithRoom_deviceArn :: Lens' AssociateDeviceWithRoom (Maybe Text) Source #
The ARN of the device to associate to a room. Required.
associateDeviceWithRoom_roomArn :: Lens' AssociateDeviceWithRoom (Maybe Text) Source #
The ARN of the room with which to associate the device. Required.
associateDeviceWithRoomResponse_httpStatus :: Lens' AssociateDeviceWithRoomResponse Int Source #
The response's http status code.
GetRoomSkillParameter
getRoomSkillParameter_roomArn :: Lens' GetRoomSkillParameter (Maybe Text) Source #
The ARN of the room from which to get the room skill parameter details.
getRoomSkillParameter_skillId :: Lens' GetRoomSkillParameter Text Source #
The ARN of the skill from which to get the room skill parameter details. Required.
getRoomSkillParameter_parameterKey :: Lens' GetRoomSkillParameter Text Source #
The room skill parameter key for which to get details. Required.
getRoomSkillParameterResponse_roomSkillParameter :: Lens' GetRoomSkillParameterResponse (Maybe RoomSkillParameter) Source #
The details of the room skill parameter requested. Required.
getRoomSkillParameterResponse_httpStatus :: Lens' GetRoomSkillParameterResponse Int Source #
The response's http status code.
UpdateGateway
updateGateway_name :: Lens' UpdateGateway (Maybe Text) Source #
The updated name of the gateway.
updateGateway_softwareVersion :: Lens' UpdateGateway (Maybe Text) Source #
The updated software version of the gateway. The gateway automatically updates its software version during normal operation.
updateGateway_description :: Lens' UpdateGateway (Maybe Text) Source #
The updated description of the gateway.
updateGateway_gatewayArn :: Lens' UpdateGateway Text Source #
The ARN of the gateway to update.
updateGatewayResponse_httpStatus :: Lens' UpdateGatewayResponse Int Source #
The response's http status code.
CreateBusinessReportSchedule
createBusinessReportSchedule_s3KeyPrefix :: Lens' CreateBusinessReportSchedule (Maybe Text) Source #
The S3 key where the report is delivered.
createBusinessReportSchedule_recurrence :: Lens' CreateBusinessReportSchedule (Maybe BusinessReportRecurrence) Source #
The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.
createBusinessReportSchedule_scheduleName :: Lens' CreateBusinessReportSchedule (Maybe Text) Source #
The name identifier of the schedule.
createBusinessReportSchedule_clientRequestToken :: Lens' CreateBusinessReportSchedule (Maybe Text) Source #
The client request token.
createBusinessReportSchedule_s3BucketName :: Lens' CreateBusinessReportSchedule (Maybe Text) Source #
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.
createBusinessReportSchedule_tags :: Lens' CreateBusinessReportSchedule (Maybe [Tag]) Source #
The tags for the business report schedule.
createBusinessReportSchedule_format :: Lens' CreateBusinessReportSchedule BusinessReportFormat Source #
The format of the generated report (individual CSV files or zipped files of individual files).
createBusinessReportSchedule_contentRange :: Lens' CreateBusinessReportSchedule BusinessReportContentRange Source #
The content range of the reports.
createBusinessReportScheduleResponse_scheduleArn :: Lens' CreateBusinessReportScheduleResponse (Maybe Text) Source #
The ARN of the business report schedule.
createBusinessReportScheduleResponse_httpStatus :: Lens' CreateBusinessReportScheduleResponse Int Source #
The response's http status code.
DeleteContact
deleteContact_contactArn :: Lens' DeleteContact Text Source #
The ARN of the contact to delete.
deleteContactResponse_httpStatus :: Lens' DeleteContactResponse Int Source #
The response's http status code.
UpdateContact
updateContact_lastName :: Lens' UpdateContact (Maybe Text) Source #
The updated last name of the contact.
updateContact_phoneNumbers :: Lens' UpdateContact (Maybe [PhoneNumber]) Source #
The list of phone numbers for the contact.
updateContact_phoneNumber :: Lens' UpdateContact (Maybe Text) Source #
The updated phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
updateContact_sipAddresses :: Lens' UpdateContact (Maybe [SipAddress]) Source #
The list of SIP addresses for the contact.
updateContact_firstName :: Lens' UpdateContact (Maybe Text) Source #
The updated first name of the contact.
updateContact_displayName :: Lens' UpdateContact (Maybe Text) Source #
The updated display name of the contact.
updateContact_contactArn :: Lens' UpdateContact Text Source #
The ARN of the contact to update.
updateContactResponse_httpStatus :: Lens' UpdateContactResponse Int Source #
The response's http status code.
GetAddressBook
getAddressBook_addressBookArn :: Lens' GetAddressBook Text Source #
The ARN of the address book for which to request details.
getAddressBookResponse_addressBook :: Lens' GetAddressBookResponse (Maybe AddressBook) Source #
The details of the requested address book.
getAddressBookResponse_httpStatus :: Lens' GetAddressBookResponse Int Source #
The response's http status code.
ListBusinessReportSchedules
listBusinessReportSchedules_nextToken :: Lens' ListBusinessReportSchedules (Maybe Text) Source #
The token used to list the remaining schedules from the previous API call.
listBusinessReportSchedules_maxResults :: Lens' ListBusinessReportSchedules (Maybe Natural) Source #
The maximum number of schedules listed in the call.
listBusinessReportSchedulesResponse_businessReportSchedules :: Lens' ListBusinessReportSchedulesResponse (Maybe [BusinessReportSchedule]) Source #
The schedule of the reports.
listBusinessReportSchedulesResponse_nextToken :: Lens' ListBusinessReportSchedulesResponse (Maybe Text) Source #
The token used to list the remaining schedules from the previous API call.
listBusinessReportSchedulesResponse_httpStatus :: Lens' ListBusinessReportSchedulesResponse Int Source #
The response's http status code.
DeleteDeviceUsageData
deleteDeviceUsageData_deviceArn :: Lens' DeleteDeviceUsageData Text Source #
The ARN of the device.
deleteDeviceUsageData_deviceUsageType :: Lens' DeleteDeviceUsageData DeviceUsageType Source #
The type of usage data to delete.
deleteDeviceUsageDataResponse_httpStatus :: Lens' DeleteDeviceUsageDataResponse Int Source #
The response's http status code.
CreateContact
createContact_lastName :: Lens' CreateContact (Maybe Text) Source #
The last name of the contact that is used to call the contact on the device.
createContact_phoneNumbers :: Lens' CreateContact (Maybe [PhoneNumber]) Source #
The list of phone numbers for the contact.
createContact_phoneNumber :: Lens' CreateContact (Maybe Text) Source #
The phone number of the contact in E.164 format. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
createContact_sipAddresses :: Lens' CreateContact (Maybe [SipAddress]) Source #
The list of SIP addresses for the contact.
createContact_displayName :: Lens' CreateContact (Maybe Text) Source #
The name of the contact to display on the console.
createContact_clientRequestToken :: Lens' CreateContact (Maybe Text) Source #
A unique, user-specified identifier for this request that ensures idempotency.
createContact_tags :: Lens' CreateContact (Maybe [Tag]) Source #
The tags to be added to the specified resource. Do not provide system tags.
createContact_firstName :: Lens' CreateContact Text Source #
The first name of the contact that is used to call the contact on the device.
createContactResponse_contactArn :: Lens' CreateContactResponse (Maybe Text) Source #
The ARN of the newly created address book.
createContactResponse_httpStatus :: Lens' CreateContactResponse Int Source #
The response's http status code.
CreateProfile
createProfile_setupModeDisabled :: Lens' CreateProfile (Maybe Bool) Source #
Whether room profile setup is enabled.
createProfile_pSTNEnabled :: Lens' CreateProfile (Maybe Bool) Source #
Whether PSTN calling is enabled.
createProfile_locale :: Lens' CreateProfile (Maybe Text) Source #
The locale of the room profile. (This is currently only available to a limited preview audience.)
createProfile_meetingRoomConfiguration :: Lens' CreateProfile (Maybe CreateMeetingRoomConfiguration) Source #
The meeting room settings of a room profile.
createProfile_dataRetentionOptIn :: Lens' CreateProfile (Maybe Bool) Source #
Whether data retention of the profile is enabled.
createProfile_clientRequestToken :: Lens' CreateProfile (Maybe Text) Source #
The user-specified token that is used during the creation of a profile.
createProfile_maxVolumeLimit :: Lens' CreateProfile (Maybe Int) Source #
The maximum volume limit for a room profile.
createProfile_tags :: Lens' CreateProfile (Maybe [Tag]) Source #
The tags for the profile.
createProfile_profileName :: Lens' CreateProfile Text Source #
The name of a room profile.
createProfile_timezone :: Lens' CreateProfile Text Source #
The time zone used by a room profile.
createProfile_address :: Lens' CreateProfile Text Source #
The valid address for the room.
createProfile_distanceUnit :: Lens' CreateProfile DistanceUnit Source #
The distance unit to be used by devices in the profile.
createProfile_temperatureUnit :: Lens' CreateProfile TemperatureUnit Source #
The temperature unit to be used by devices in the profile.
createProfile_wakeWord :: Lens' CreateProfile WakeWord Source #
A wake word for Alexa, Echo, Amazon, or a computer.
createProfileResponse_profileArn :: Lens' CreateProfileResponse (Maybe Text) Source #
The ARN of the newly created room profile in the response.
createProfileResponse_httpStatus :: Lens' CreateProfileResponse Int Source #
The response's http status code.
DeleteSkillGroup
deleteSkillGroup_skillGroupArn :: Lens' DeleteSkillGroup (Maybe Text) Source #
The ARN of the skill group to delete. Required.
deleteSkillGroupResponse_httpStatus :: Lens' DeleteSkillGroupResponse Int Source #
The response's http status code.
UpdateSkillGroup
updateSkillGroup_skillGroupArn :: Lens' UpdateSkillGroup (Maybe Text) Source #
The ARN of the skill group to update.
updateSkillGroup_description :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated description for the skill group.
updateSkillGroup_skillGroupName :: Lens' UpdateSkillGroup (Maybe Text) Source #
The updated name for the skill group.
updateSkillGroupResponse_httpStatus :: Lens' UpdateSkillGroupResponse Int Source #
The response's http status code.
StartDeviceSync
startDeviceSync_deviceArn :: Lens' StartDeviceSync (Maybe Text) Source #
The ARN of the device to sync. Required.
startDeviceSync_roomArn :: Lens' StartDeviceSync (Maybe Text) Source #
The ARN of the room with which the device to sync is associated. Required.
startDeviceSync_features :: Lens' StartDeviceSync [Feature] Source #
Request structure to start the device sync. Required.
startDeviceSyncResponse_httpStatus :: Lens' StartDeviceSyncResponse Int Source #
The response's http status code.
GetInvitationConfiguration
getInvitationConfigurationResponse_contactEmail :: Lens' GetInvitationConfigurationResponse (Maybe Text) Source #
The email ID of the organization or individual contact that the enrolled user can use.
getInvitationConfigurationResponse_organizationName :: Lens' GetInvitationConfigurationResponse (Maybe Text) Source #
The name of the organization sending the enrollment invite to a user.
getInvitationConfigurationResponse_privateSkillIds :: Lens' GetInvitationConfigurationResponse (Maybe [Text]) Source #
The list of private skill IDs that you want to recommend to the user to enable in the invitation.
getInvitationConfigurationResponse_httpStatus :: Lens' GetInvitationConfigurationResponse Int Source #
The response's http status code.
DisassociateSkillFromUsers
disassociateSkillFromUsers_skillId :: Lens' DisassociateSkillFromUsers Text Source #
The private skill ID you want to make unavailable for enrolled users.
disassociateSkillFromUsersResponse_httpStatus :: Lens' DisassociateSkillFromUsersResponse Int Source #
The response's http status code.
SearchAddressBooks
searchAddressBooks_filters :: Lens' SearchAddressBooks (Maybe [Filter]) Source #
The filters to use to list a specified set of address books. The supported filter key is AddressBookName.
searchAddressBooks_sortCriteria :: Lens' SearchAddressBooks (Maybe [Sort]) Source #
The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName.
searchAddressBooks_nextToken :: Lens' SearchAddressBooks (Maybe Text) Source #
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.
searchAddressBooks_maxResults :: Lens' SearchAddressBooks (Maybe Natural) Source #
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.
searchAddressBooksResponse_nextToken :: Lens' SearchAddressBooksResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchAddressBooksResponse_addressBooks :: Lens' SearchAddressBooksResponse (Maybe [AddressBookData]) Source #
The address books that meet the specified set of filter criteria, in sort order.
searchAddressBooksResponse_totalCount :: Lens' SearchAddressBooksResponse (Maybe Int) Source #
The total number of address books returned.
searchAddressBooksResponse_httpStatus :: Lens' SearchAddressBooksResponse Int Source #
The response's http status code.
CreateSkillGroup
createSkillGroup_clientRequestToken :: Lens' CreateSkillGroup (Maybe Text) Source #
A unique, user-specified identifier for this request that ensures idempotency.
createSkillGroup_description :: Lens' CreateSkillGroup (Maybe Text) Source #
The description for the skill group.
createSkillGroup_tags :: Lens' CreateSkillGroup (Maybe [Tag]) Source #
The tags for the skill group.
createSkillGroup_skillGroupName :: Lens' CreateSkillGroup Text Source #
The name for the skill group.
createSkillGroupResponse_skillGroupArn :: Lens' CreateSkillGroupResponse (Maybe Text) Source #
The ARN of the newly created skill group in the response.
createSkillGroupResponse_httpStatus :: Lens' CreateSkillGroupResponse Int Source #
The response's http status code.
GetProfile
getProfile_profileArn :: Lens' GetProfile (Maybe Text) Source #
The ARN of the room profile for which to request details. Required.
getProfileResponse_profile :: Lens' GetProfileResponse (Maybe Profile) Source #
The details of the room profile requested. Required.
getProfileResponse_httpStatus :: Lens' GetProfileResponse Int Source #
The response's http status code.
DisassociateSkillGroupFromRoom
disassociateSkillGroupFromRoom_skillGroupArn :: Lens' DisassociateSkillGroupFromRoom (Maybe Text) Source #
The ARN of the skill group to disassociate from a room. Required.
disassociateSkillGroupFromRoom_roomArn :: Lens' DisassociateSkillGroupFromRoom (Maybe Text) Source #
The ARN of the room from which the skill group is to be disassociated. Required.
disassociateSkillGroupFromRoomResponse_httpStatus :: Lens' DisassociateSkillGroupFromRoomResponse Int Source #
The response's http status code.
SendInvitation
sendInvitation_userArn :: Lens' SendInvitation (Maybe Text) Source #
The ARN of the user to whom to send an invitation. Required.
sendInvitationResponse_httpStatus :: Lens' SendInvitationResponse Int Source #
The response's http status code.
ListDeviceEvents
listDeviceEvents_nextToken :: Lens' ListDeviceEvents (Maybe Text) Source #
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.
listDeviceEvents_eventType :: Lens' ListDeviceEvents (Maybe DeviceEventType) Source #
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.
listDeviceEvents_maxResults :: Lens' ListDeviceEvents (Maybe Natural) Source #
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.
listDeviceEvents_deviceArn :: Lens' ListDeviceEvents Text Source #
The ARN of a device.
listDeviceEventsResponse_nextToken :: Lens' ListDeviceEventsResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
listDeviceEventsResponse_deviceEvents :: Lens' ListDeviceEventsResponse (Maybe [DeviceEvent]) Source #
The device events requested for the device ARN.
listDeviceEventsResponse_httpStatus :: Lens' ListDeviceEventsResponse Int Source #
The response's http status code.
CreateUser
createUser_email :: Lens' CreateUser (Maybe Text) Source #
The email address for the user.
createUser_lastName :: Lens' CreateUser (Maybe Text) Source #
The last name for the user.
createUser_firstName :: Lens' CreateUser (Maybe Text) Source #
The first name for the user.
createUser_clientRequestToken :: Lens' CreateUser (Maybe Text) Source #
A unique, user-specified identifier for this request that ensures idempotency.
createUser_tags :: Lens' CreateUser (Maybe [Tag]) Source #
The tags for the user.
createUser_userId :: Lens' CreateUser Text Source #
The ARN for the user.
createUserResponse_userArn :: Lens' CreateUserResponse (Maybe Text) Source #
The ARN of the newly created user in the response.
createUserResponse_httpStatus :: Lens' CreateUserResponse Int Source #
The response's http status code.
SearchDevices
searchDevices_filters :: Lens' SearchDevices (Maybe [Filter]) Source #
The filters to use to list a specified set of devices. Supported filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
searchDevices_sortCriteria :: Lens' SearchDevices (Maybe [Sort]) Source #
The sort order to use in listing the specified set of devices. Supported sort keys are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus, NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.
searchDevices_nextToken :: Lens' SearchDevices (Maybe Text) Source #
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
.
searchDevices_maxResults :: Lens' SearchDevices (Maybe Natural) Source #
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.
searchDevicesResponse_nextToken :: Lens' SearchDevicesResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchDevicesResponse_devices :: Lens' SearchDevicesResponse (Maybe [DeviceData]) Source #
The devices that meet the specified set of filter criteria, in sort order.
searchDevicesResponse_totalCount :: Lens' SearchDevicesResponse (Maybe Int) Source #
The total number of devices returned.
searchDevicesResponse_httpStatus :: Lens' SearchDevicesResponse Int Source #
The response's http status code.
SearchContacts
searchContacts_filters :: Lens' SearchContacts (Maybe [Filter]) Source #
The filters to use to list a specified set of address books. The supported filter keys are DisplayName, FirstName, LastName, and AddressBookArns.
searchContacts_sortCriteria :: Lens' SearchContacts (Maybe [Sort]) Source #
The sort order to use in listing the specified set of contacts. The supported sort keys are DisplayName, FirstName, and LastName.
searchContacts_nextToken :: Lens' SearchContacts (Maybe Text) Source #
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.
searchContacts_maxResults :: Lens' SearchContacts (Maybe Natural) Source #
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.
searchContactsResponse_nextToken :: Lens' SearchContactsResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchContactsResponse_contacts :: Lens' SearchContactsResponse (Maybe [ContactData]) Source #
The contacts that meet the specified set of filter criteria, in sort order.
searchContactsResponse_totalCount :: Lens' SearchContactsResponse (Maybe Int) Source #
The total number of contacts returned.
searchContactsResponse_httpStatus :: Lens' SearchContactsResponse Int Source #
The response's http status code.
SendAnnouncement
sendAnnouncement_timeToLiveInSeconds :: Lens' SendAnnouncement (Maybe Natural) Source #
The time to live for an announcement. Default is 300. If delivery doesn't occur within this time, the announcement is not delivered.
sendAnnouncement_roomFilters :: Lens' SendAnnouncement [Filter] Source #
The filters to use to send an announcement to a specified list of rooms. The supported filter keys are RoomName, ProfileName, RoomArn, and ProfileArn. To send to all rooms, specify an empty RoomFilters list.
sendAnnouncement_content :: Lens' SendAnnouncement Content Source #
The announcement content. This can contain only one of the three possible announcement types (text, SSML or audio).
sendAnnouncement_clientRequestToken :: Lens' SendAnnouncement Text Source #
The unique, user-specified identifier for the request that ensures idempotency.
sendAnnouncementResponse_announcementArn :: Lens' SendAnnouncementResponse (Maybe Text) Source #
The identifier of the announcement.
sendAnnouncementResponse_httpStatus :: Lens' SendAnnouncementResponse Int Source #
The response's http status code.
DeleteUser
deleteUser_userArn :: Lens' DeleteUser (Maybe Text) Source #
The ARN of the user to delete in the organization. Required.
deleteUser_enrollmentId :: Lens' DeleteUser Text Source #
The ARN of the user's enrollment in the organization. Required.
deleteUserResponse_httpStatus :: Lens' DeleteUserResponse Int Source #
The response's http status code.
SearchNetworkProfiles
searchNetworkProfiles_filters :: Lens' SearchNetworkProfiles (Maybe [Filter]) Source #
The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.
searchNetworkProfiles_sortCriteria :: Lens' SearchNetworkProfiles (Maybe [Sort]) Source #
The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.
searchNetworkProfiles_nextToken :: Lens' SearchNetworkProfiles (Maybe Text) Source #
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.
searchNetworkProfiles_maxResults :: Lens' SearchNetworkProfiles (Maybe Natural) Source #
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.
searchNetworkProfilesResponse_networkProfiles :: Lens' SearchNetworkProfilesResponse (Maybe [NetworkProfileData]) Source #
The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.
searchNetworkProfilesResponse_nextToken :: Lens' SearchNetworkProfilesResponse (Maybe Text) Source #
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.
searchNetworkProfilesResponse_totalCount :: Lens' SearchNetworkProfilesResponse (Maybe Int) Source #
The total number of network profiles returned.
searchNetworkProfilesResponse_httpStatus :: Lens' SearchNetworkProfilesResponse Int Source #
The response's http status code.
GetSkillGroup
getSkillGroup_skillGroupArn :: Lens' GetSkillGroup (Maybe Text) Source #
The ARN of the skill group for which to get details. Required.
getSkillGroupResponse_skillGroup :: Lens' GetSkillGroupResponse (Maybe SkillGroup) Source #
The details of the skill group requested. Required.
getSkillGroupResponse_httpStatus :: Lens' GetSkillGroupResponse Int Source #
The response's http status code.
ListSkills
listSkills_skillGroupArn :: Lens' ListSkills (Maybe Text) Source #
The ARN of the skill group for which to list enabled skills.
listSkills_skillType :: Lens' ListSkills (Maybe SkillTypeFilter) Source #
Whether the skill is publicly available or is a private skill.
listSkills_nextToken :: Lens' ListSkills (Maybe Text) Source #
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
.
listSkills_enablementType :: Lens' ListSkills (Maybe EnablementTypeFilter) Source #
Whether the skill is enabled under the user's account.
listSkills_maxResults :: Lens' ListSkills (Maybe Natural) Source #
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.
listSkillsResponse_nextToken :: Lens' ListSkillsResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
listSkillsResponse_skillSummaries :: Lens' ListSkillsResponse (Maybe [SkillSummary]) Source #
The list of enabled skills requested. Required.
listSkillsResponse_httpStatus :: Lens' ListSkillsResponse Int Source #
The response's http status code.
TagResource
tagResource_arn :: Lens' TagResource Text Source #
The ARN of the resource to which to add metadata tags. Required.
tagResource_tags :: Lens' TagResource [Tag] Source #
The tags to be added to the specified resource. Do not provide system tags. Required.
tagResourceResponse_httpStatus :: Lens' TagResourceResponse Int Source #
The response's http status code.
DisassociateDeviceFromRoom
disassociateDeviceFromRoom_deviceArn :: Lens' DisassociateDeviceFromRoom (Maybe Text) Source #
The ARN of the device to disassociate from a room. Required.
disassociateDeviceFromRoomResponse_httpStatus :: Lens' DisassociateDeviceFromRoomResponse Int Source #
The response's http status code.
SearchSkillGroups
searchSkillGroups_filters :: Lens' SearchSkillGroups (Maybe [Filter]) Source #
The filters to use to list a specified set of skill groups. The supported filter key is SkillGroupName.
searchSkillGroups_sortCriteria :: Lens' SearchSkillGroups (Maybe [Sort]) Source #
The sort order to use in listing the specified set of skill groups. The supported sort key is SkillGroupName.
searchSkillGroups_nextToken :: Lens' SearchSkillGroups (Maybe Text) Source #
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.
searchSkillGroups_maxResults :: Lens' SearchSkillGroups (Maybe Natural) Source #
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.
searchSkillGroupsResponse_nextToken :: Lens' SearchSkillGroupsResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchSkillGroupsResponse_skillGroups :: Lens' SearchSkillGroupsResponse (Maybe [SkillGroupData]) Source #
The skill groups that meet the filter criteria, in sort order.
searchSkillGroupsResponse_totalCount :: Lens' SearchSkillGroupsResponse (Maybe Int) Source #
The total number of skill groups returned.
searchSkillGroupsResponse_httpStatus :: Lens' SearchSkillGroupsResponse Int Source #
The response's http status code.
PutSkillAuthorization
putSkillAuthorization_roomArn :: Lens' PutSkillAuthorization (Maybe Text) Source #
The room that the skill is authorized for.
putSkillAuthorization_authorizationResult :: Lens' PutSkillAuthorization (HashMap Text Text) Source #
The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization.
putSkillAuthorization_skillId :: Lens' PutSkillAuthorization Text Source #
The unique identifier of a skill.
putSkillAuthorizationResponse_httpStatus :: Lens' PutSkillAuthorizationResponse Int Source #
The response's http status code.
ListTags
listTags_nextToken :: Lens' ListTags (Maybe Text) Source #
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
.
listTags_maxResults :: Lens' ListTags (Maybe Natural) Source #
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.
listTags_arn :: Lens' ListTags Text Source #
The ARN of the specified resource for which to list tags.
listTagsResponse_nextToken :: Lens' ListTagsResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
listTagsResponse_tags :: Lens' ListTagsResponse (Maybe [Tag]) Source #
The tags requested for the specified resource.
listTagsResponse_httpStatus :: Lens' ListTagsResponse Int Source #
The response's http status code.
DeleteSkillAuthorization
deleteSkillAuthorization_roomArn :: Lens' DeleteSkillAuthorization (Maybe Text) Source #
The room that the skill is authorized for.
deleteSkillAuthorization_skillId :: Lens' DeleteSkillAuthorization Text Source #
The unique identifier of a skill.
deleteSkillAuthorizationResponse_httpStatus :: Lens' DeleteSkillAuthorizationResponse Int Source #
The response's http status code.
AssociateDeviceWithNetworkProfile
associateDeviceWithNetworkProfile_deviceArn :: Lens' AssociateDeviceWithNetworkProfile Text Source #
The device ARN.
associateDeviceWithNetworkProfile_networkProfileArn :: Lens' AssociateDeviceWithNetworkProfile Text Source #
The ARN of the network profile to associate with a device.
associateDeviceWithNetworkProfileResponse_httpStatus :: Lens' AssociateDeviceWithNetworkProfileResponse Int Source #
The response's http status code.
UntagResource
untagResource_arn :: Lens' UntagResource Text Source #
The ARN of the resource from which to remove metadata tags. Required.
untagResource_tagKeys :: Lens' UntagResource [Text] Source #
The tags to be removed from the specified resource. Do not provide system tags. Required.
untagResourceResponse_httpStatus :: Lens' UntagResourceResponse Int Source #
The response's http status code.
CreateConferenceProvider
createConferenceProvider_pSTNDialIn :: Lens' CreateConferenceProvider (Maybe PSTNDialIn) Source #
The information for PSTN conferencing.
createConferenceProvider_clientRequestToken :: Lens' CreateConferenceProvider (Maybe Text) Source #
The request token of the client.
createConferenceProvider_iPDialIn :: Lens' CreateConferenceProvider (Maybe IPDialIn) Source #
The IP endpoint and protocol for calling.
createConferenceProvider_tags :: Lens' CreateConferenceProvider (Maybe [Tag]) Source #
The tags to be added to the specified resource. Do not provide system tags.
createConferenceProvider_conferenceProviderName :: Lens' CreateConferenceProvider Text Source #
The name of the conference provider.
createConferenceProvider_conferenceProviderType :: Lens' CreateConferenceProvider ConferenceProviderType Source #
Represents a type within a list of predefined types.
createConferenceProvider_meetingSetting :: Lens' CreateConferenceProvider MeetingSetting Source #
The meeting settings for the conference provider.
createConferenceProviderResponse_conferenceProviderArn :: Lens' CreateConferenceProviderResponse (Maybe Text) Source #
The ARN of the newly-created conference provider.
createConferenceProviderResponse_httpStatus :: Lens' CreateConferenceProviderResponse Int Source #
The response's http status code.
ResolveRoom
resolveRoom_userId :: Lens' ResolveRoom Text Source #
The ARN of the user. Required.
resolveRoom_skillId :: Lens' ResolveRoom Text Source #
The ARN of the skill that was requested. Required.
resolveRoomResponse_roomSkillParameters :: Lens' ResolveRoomResponse (Maybe [RoomSkillParameter]) Source #
Response to get the room profile request. Required.
resolveRoomResponse_roomArn :: Lens' ResolveRoomResponse (Maybe Text) Source #
The ARN of the room from which the skill request was invoked.
resolveRoomResponse_roomName :: Lens' ResolveRoomResponse (Maybe Text) Source #
The name of the room from which the skill request was invoked.
resolveRoomResponse_httpStatus :: Lens' ResolveRoomResponse Int Source #
The response's http status code.
CreateGatewayGroup
createGatewayGroup_description :: Lens' CreateGatewayGroup (Maybe Text) Source #
The description of the gateway group.
createGatewayGroup_tags :: Lens' CreateGatewayGroup (Maybe [Tag]) Source #
The tags to be added to the specified resource. Do not provide system tags.
createGatewayGroup_name :: Lens' CreateGatewayGroup Text Source #
The name of the gateway group.
createGatewayGroup_clientRequestToken :: Lens' CreateGatewayGroup Text Source #
A unique, user-specified identifier for the request that ensures idempotency.
createGatewayGroupResponse_gatewayGroupArn :: Lens' CreateGatewayGroupResponse (Maybe Text) Source #
The ARN of the created gateway group.
createGatewayGroupResponse_httpStatus :: Lens' CreateGatewayGroupResponse Int Source #
The response's http status code.
CreateRoom
createRoom_profileArn :: Lens' CreateRoom (Maybe Text) Source #
The profile ARN for the room. This is required.
createRoom_providerCalendarId :: Lens' CreateRoom (Maybe Text) Source #
The calendar ARN for the room.
createRoom_clientRequestToken :: Lens' CreateRoom (Maybe Text) Source #
A unique, user-specified identifier for this request that ensures idempotency.
createRoom_description :: Lens' CreateRoom (Maybe Text) Source #
The description for the room.
createRoom_tags :: Lens' CreateRoom (Maybe [Tag]) Source #
The tags for the room.
createRoom_roomName :: Lens' CreateRoom Text Source #
The name for the room.
createRoomResponse_roomArn :: Lens' CreateRoomResponse (Maybe Text) Source #
The ARN of the newly created room in the response.
createRoomResponse_httpStatus :: Lens' CreateRoomResponse Int Source #
The response's http status code.
DeleteRoomSkillParameter
deleteRoomSkillParameter_roomArn :: Lens' DeleteRoomSkillParameter (Maybe Text) Source #
The ARN of the room from which to remove the room skill parameter details.
deleteRoomSkillParameter_skillId :: Lens' DeleteRoomSkillParameter Text Source #
The ID of the skill from which to remove the room skill parameter details.
deleteRoomSkillParameter_parameterKey :: Lens' DeleteRoomSkillParameter Text Source #
The room skill parameter key for which to remove details.
deleteRoomSkillParameterResponse_httpStatus :: Lens' DeleteRoomSkillParameterResponse Int Source #
The response's http status code.
ListGatewayGroups
listGatewayGroups_nextToken :: Lens' ListGatewayGroups (Maybe Text) Source #
The token used to paginate though multiple pages of gateway group summaries.
listGatewayGroups_maxResults :: Lens' ListGatewayGroups (Maybe Natural) Source #
The maximum number of gateway group summaries to return. The default is 50.
listGatewayGroupsResponse_gatewayGroups :: Lens' ListGatewayGroupsResponse (Maybe [GatewayGroupSummary]) Source #
The gateway groups in the list.
listGatewayGroupsResponse_nextToken :: Lens' ListGatewayGroupsResponse (Maybe Text) Source #
The token used to paginate though multiple pages of gateway group summaries.
listGatewayGroupsResponse_httpStatus :: Lens' ListGatewayGroupsResponse Int Source #
The response's http status code.
PutRoomSkillParameter
putRoomSkillParameter_roomArn :: Lens' PutRoomSkillParameter (Maybe Text) Source #
The ARN of the room associated with the room skill parameter. Required.
putRoomSkillParameter_skillId :: Lens' PutRoomSkillParameter Text Source #
The ARN of the skill associated with the room skill parameter. Required.
putRoomSkillParameter_roomSkillParameter :: Lens' PutRoomSkillParameter RoomSkillParameter Source #
The updated room skill parameter. Required.
putRoomSkillParameterResponse_httpStatus :: Lens' PutRoomSkillParameterResponse Int Source #
The response's http status code.
SearchProfiles
searchProfiles_filters :: Lens' SearchProfiles (Maybe [Filter]) Source #
The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required.
searchProfiles_sortCriteria :: Lens' SearchProfiles (Maybe [Sort]) Source #
The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address.
searchProfiles_nextToken :: Lens' SearchProfiles (Maybe Text) Source #
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
.
searchProfiles_maxResults :: Lens' SearchProfiles (Maybe Natural) Source #
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.
searchProfilesResponse_profiles :: Lens' SearchProfilesResponse (Maybe [ProfileData]) Source #
The profiles that meet the specified set of filter criteria, in sort order.
searchProfilesResponse_nextToken :: Lens' SearchProfilesResponse (Maybe Text) Source #
The token returned to indicate that there is more data available.
searchProfilesResponse_totalCount :: Lens' SearchProfilesResponse (Maybe Int) Source #
The total number of room profiles returned.
searchProfilesResponse_httpStatus :: Lens' SearchProfilesResponse Int Source #
The response's http status code.
RejectSkill
rejectSkill_skillId :: Lens' RejectSkill Text Source #
The unique identifier of the skill.
rejectSkillResponse_httpStatus :: Lens' RejectSkillResponse Int Source #
The response's http status code.
ListConferenceProviders
listConferenceProviders_nextToken :: Lens' ListConferenceProviders (Maybe Text) Source #
The tokens used for pagination.
listConferenceProviders_maxResults :: Lens' ListConferenceProviders (Maybe Natural) Source #
The maximum number of conference providers to be returned, per paginated calls.
listConferenceProvidersResponse_conferenceProviders :: Lens' ListConferenceProvidersResponse (Maybe [ConferenceProvider]) Source #
The conference providers.
listConferenceProvidersResponse_nextToken :: Lens' ListConferenceProvidersResponse (Maybe Text) Source #
The tokens used for pagination.
listConferenceProvidersResponse_httpStatus :: Lens' ListConferenceProvidersResponse Int Source #
The response's http status code.
RevokeInvitation
revokeInvitation_enrollmentId :: Lens' RevokeInvitation (Maybe Text) Source #
The ARN of the enrollment invitation to revoke. Required.
revokeInvitation_userArn :: Lens' RevokeInvitation (Maybe Text) Source #
The ARN of the user for whom to revoke an enrollment invitation. Required.
revokeInvitationResponse_httpStatus :: Lens' RevokeInvitationResponse Int Source #
The response's http status code.
ListGateways
listGateways_nextToken :: Lens' ListGateways (Maybe Text) Source #
The token used to paginate though multiple pages of gateway summaries.
listGateways_gatewayGroupArn :: Lens' ListGateways (Maybe Text) Source #
The gateway group ARN for which to list gateways.
listGateways_maxResults :: Lens' ListGateways (Maybe Natural) Source #
The maximum number of gateway summaries to return. The default is 50.
listGatewaysResponse_nextToken :: Lens' ListGatewaysResponse (Maybe Text) Source #
The token used to paginate though multiple pages of gateway summaries.
listGatewaysResponse_gateways :: Lens' ListGatewaysResponse (Maybe [GatewaySummary]) Source #
The gateways in the list.
listGatewaysResponse_httpStatus :: Lens' ListGatewaysResponse Int Source #
The response's http status code.
DeleteDevice
deleteDevice_deviceArn :: Lens' DeleteDevice Text Source #
The ARN of the device for which to request details.
deleteDeviceResponse_httpStatus :: Lens' DeleteDeviceResponse Int Source #
The response's http status code.
UpdateDevice
updateDevice_deviceArn :: Lens' UpdateDevice (Maybe Text) Source #
The ARN of the device to update. Required.
updateDevice_deviceName :: Lens' UpdateDevice (Maybe Text) Source #
The updated device name. Required.
updateDeviceResponse_httpStatus :: Lens' UpdateDeviceResponse Int Source #
The response's http status code.
AssociateSkillWithSkillGroup
associateSkillWithSkillGroup_skillGroupArn :: Lens' AssociateSkillWithSkillGroup (Maybe Text) Source #
The ARN of the skill group to associate the skill to. Required.
associateSkillWithSkillGroup_skillId :: Lens' AssociateSkillWithSkillGroup Text Source #
The unique identifier of the skill.
associateSkillWithSkillGroupResponse_httpStatus :: Lens' AssociateSkillWithSkillGroupResponse Int Source #
The response's http status code.
GetConferenceProvider
getConferenceProvider_conferenceProviderArn :: Lens' GetConferenceProvider Text Source #
The ARN of the newly created conference provider.
getConferenceProviderResponse_conferenceProvider :: Lens' GetConferenceProviderResponse (Maybe ConferenceProvider) Source #
The conference provider.
getConferenceProviderResponse_httpStatus :: Lens' GetConferenceProviderResponse Int Source #
The response's http status code.
GetRoom
getRoom_roomArn :: Lens' GetRoom (Maybe Text) Source #
The ARN of the room for which to request details. Required.
getRoomResponse_room :: Lens' GetRoomResponse (Maybe Room) Source #
The details of the room requested.
getRoomResponse_httpStatus :: Lens' GetRoomResponse Int Source #
The response's http status code.
GetGatewayGroup
getGatewayGroup_gatewayGroupArn :: Lens' GetGatewayGroup Text Source #
The ARN of the gateway group to get.
getGatewayGroupResponse_gatewayGroup :: Lens' GetGatewayGroupResponse (Maybe GatewayGroup) Source #
Undocumented member.
getGatewayGroupResponse_httpStatus :: Lens' GetGatewayGroupResponse Int Source #
The response's http status code.
ListSkillsStoreCategories
listSkillsStoreCategories_nextToken :: Lens' ListSkillsStoreCategories (Maybe Text) Source #
The tokens used for pagination.
listSkillsStoreCategories_maxResults :: Lens' ListSkillsStoreCategories (Maybe Natural) Source #
The maximum number of categories returned, per paginated calls.
listSkillsStoreCategoriesResponse_categoryList :: Lens' ListSkillsStoreCategoriesResponse (Maybe [Category]) Source #
The list of categories.
listSkillsStoreCategoriesResponse_nextToken :: Lens' ListSkillsStoreCategoriesResponse (Maybe Text) Source #
The tokens used for pagination.
listSkillsStoreCategoriesResponse_httpStatus :: Lens' ListSkillsStoreCategoriesResponse Int Source #
The response's http status code.
StartSmartHomeApplianceDiscovery
startSmartHomeApplianceDiscovery_roomArn :: Lens' StartSmartHomeApplianceDiscovery Text Source #
The room where smart home appliance discovery was initiated.
startSmartHomeApplianceDiscoveryResponse_httpStatus :: Lens' StartSmartHomeApplianceDiscoveryResponse Int Source #
The response's http status code.
AssociateContactWithAddressBook
associateContactWithAddressBook_contactArn :: Lens' AssociateContactWithAddressBook Text Source #
The ARN of the contact to associate with an address book.
associateContactWithAddressBook_addressBookArn :: Lens' AssociateContactWithAddressBook Text Source #
The ARN of the address book with which to associate the contact.
associateContactWithAddressBookResponse_httpStatus :: Lens' AssociateContactWithAddressBookResponse Int Source #
The response's http status code.
Types
AddressBook
addressBook_addressBookArn :: Lens' AddressBook (Maybe Text) Source #
The ARN of the address book.
addressBook_name :: Lens' AddressBook (Maybe Text) Source #
The name of the address book.
addressBook_description :: Lens' AddressBook (Maybe Text) Source #
The description of the address book.
AddressBookData
addressBookData_addressBookArn :: Lens' AddressBookData (Maybe Text) Source #
The ARN of the address book.
addressBookData_name :: Lens' AddressBookData (Maybe Text) Source #
The name of the address book.
addressBookData_description :: Lens' AddressBookData (Maybe Text) Source #
The description of the address book.
Audio
audio_locale :: Lens' Audio Locale Source #
The locale of the audio message. Currently, en-US is supported.
audio_location :: Lens' Audio Text Source #
The location of the audio file. Currently, S3 URLs are supported. Only S3 locations comprised of safe characters are valid. For more information, see Safe Characters.
BusinessReport
businessReport_status :: Lens' BusinessReport (Maybe BusinessReportStatus) Source #
The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).
businessReport_failureCode :: Lens' BusinessReport (Maybe BusinessReportFailureCode) Source #
The failure code.
businessReport_deliveryTime :: Lens' BusinessReport (Maybe UTCTime) Source #
The time of report delivery.
businessReport_downloadUrl :: Lens' BusinessReport (Maybe Text) Source #
The download link where a user can download the report.
businessReport_s3Location :: Lens' BusinessReport (Maybe BusinessReportS3Location) Source #
The S3 location of the output reports.
BusinessReportContentRange
businessReportContentRange_interval :: Lens' BusinessReportContentRange BusinessReportInterval Source #
The interval of the content range.
BusinessReportRecurrence
businessReportRecurrence_startDate :: Lens' BusinessReportRecurrence (Maybe Text) Source #
The start date.
BusinessReportS3Location
businessReportS3Location_path :: Lens' BusinessReportS3Location (Maybe Text) Source #
The path of the business report.
businessReportS3Location_bucketName :: Lens' BusinessReportS3Location (Maybe Text) Source #
The S3 bucket name of the output reports.
BusinessReportSchedule
businessReportSchedule_s3KeyPrefix :: Lens' BusinessReportSchedule (Maybe Text) Source #
The S3 key where the report is delivered.
businessReportSchedule_lastBusinessReport :: Lens' BusinessReportSchedule (Maybe BusinessReport) Source #
The details of the last business report delivery for a specified time interval.
businessReportSchedule_format :: Lens' BusinessReportSchedule (Maybe BusinessReportFormat) Source #
The format of the generated report (individual CSV files or zipped files of individual files).
businessReportSchedule_recurrence :: Lens' BusinessReportSchedule (Maybe BusinessReportRecurrence) Source #
The recurrence of the reports.
businessReportSchedule_scheduleName :: Lens' BusinessReportSchedule (Maybe Text) Source #
The name identifier of the schedule.
businessReportSchedule_scheduleArn :: Lens' BusinessReportSchedule (Maybe Text) Source #
The ARN of the business report schedule.
businessReportSchedule_contentRange :: Lens' BusinessReportSchedule (Maybe BusinessReportContentRange) Source #
The content range of the reports.
businessReportSchedule_s3BucketName :: Lens' BusinessReportSchedule (Maybe Text) Source #
The S3 bucket name of the output reports.
Category
ConferencePreference
conferencePreference_defaultConferenceProviderArn :: Lens' ConferencePreference (Maybe Text) Source #
The ARN of the default conference provider.
ConferenceProvider
conferenceProvider_meetingSetting :: Lens' ConferenceProvider (Maybe MeetingSetting) Source #
The meeting settings for the conference provider.
conferenceProvider_arn :: Lens' ConferenceProvider (Maybe Text) Source #
The ARN of the newly created conference provider.
conferenceProvider_pSTNDialIn :: Lens' ConferenceProvider (Maybe PSTNDialIn) Source #
The information for PSTN conferencing.
conferenceProvider_name :: Lens' ConferenceProvider (Maybe Text) Source #
The name of the conference provider.
conferenceProvider_type :: Lens' ConferenceProvider (Maybe ConferenceProviderType) Source #
The type of conference providers.
conferenceProvider_iPDialIn :: Lens' ConferenceProvider (Maybe IPDialIn) Source #
The IP endpoint and protocol for calling.
Contact
contact_lastName :: Lens' Contact (Maybe Text) Source #
The last name of the contact, used to call the contact on the device.
contact_phoneNumbers :: Lens' Contact (Maybe [PhoneNumber]) Source #
The list of phone numbers for the contact.
contact_phoneNumber :: Lens' Contact (Maybe Text) Source #
The phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
contact_sipAddresses :: Lens' Contact (Maybe [SipAddress]) Source #
The list of SIP addresses for the contact.
contact_firstName :: Lens' Contact (Maybe Text) Source #
The first name of the contact, used to call the contact on the device.
contact_displayName :: Lens' Contact (Maybe Text) Source #
The name of the contact to display on the console.
ContactData
contactData_lastName :: Lens' ContactData (Maybe Text) Source #
The last name of the contact, used to call the contact on the device.
contactData_contactArn :: Lens' ContactData (Maybe Text) Source #
The ARN of the contact.
contactData_phoneNumbers :: Lens' ContactData (Maybe [PhoneNumber]) Source #
The list of phone numbers for the contact.
contactData_phoneNumber :: Lens' ContactData (Maybe Text) Source #
The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.
contactData_sipAddresses :: Lens' ContactData (Maybe [SipAddress]) Source #
The list of SIP addresses for the contact.
contactData_firstName :: Lens' ContactData (Maybe Text) Source #
The first name of the contact, used to call the contact on the device.
contactData_displayName :: Lens' ContactData (Maybe Text) Source #
The name of the contact to display on the console.
Content
content_textList :: Lens' Content (Maybe [TextMessage]) Source #
The list of text messages.
CreateEndOfMeetingReminder
createEndOfMeetingReminder_reminderAtMinutes :: Lens' CreateEndOfMeetingReminder (NonEmpty Int) Source #
A range of 3 to 15 minutes that determines when the reminder begins.
createEndOfMeetingReminder_reminderType :: Lens' CreateEndOfMeetingReminder EndOfMeetingReminderType Source #
The type of sound that users hear during the end of meeting reminder.
createEndOfMeetingReminder_enabled :: Lens' CreateEndOfMeetingReminder Bool Source #
Whether an end of meeting reminder is enabled or not.
CreateInstantBooking
createInstantBooking_durationInMinutes :: Lens' CreateInstantBooking Int Source #
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
createInstantBooking_enabled :: Lens' CreateInstantBooking Bool Source #
Whether instant booking is enabled or not.
CreateMeetingRoomConfiguration
createMeetingRoomConfiguration_instantBooking :: Lens' CreateMeetingRoomConfiguration (Maybe CreateInstantBooking) Source #
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
createMeetingRoomConfiguration_endOfMeetingReminder :: Lens' CreateMeetingRoomConfiguration (Maybe CreateEndOfMeetingReminder) Source #
Undocumented member.
createMeetingRoomConfiguration_requireCheckIn :: Lens' CreateMeetingRoomConfiguration (Maybe CreateRequireCheckIn) Source #
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
createMeetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' CreateMeetingRoomConfiguration (Maybe Bool) Source #
Whether room utilization metrics are enabled or not.
CreateRequireCheckIn
createRequireCheckIn_releaseAfterMinutes :: Lens' CreateRequireCheckIn Int Source #
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
createRequireCheckIn_enabled :: Lens' CreateRequireCheckIn Bool Source #
Whether require check in is enabled or not.
DeveloperInfo
developerInfo_email :: Lens' DeveloperInfo (Maybe Text) Source #
The email of the developer.
developerInfo_url :: Lens' DeveloperInfo (Maybe Text) Source #
The website of the developer.
developerInfo_privacyPolicy :: Lens' DeveloperInfo (Maybe Text) Source #
The URL of the privacy policy.
developerInfo_developerName :: Lens' DeveloperInfo (Maybe Text) Source #
The name of the developer.
Device
device_deviceStatus :: Lens' Device (Maybe DeviceStatus) Source #
The status of a device. If the status is not READY, check the DeviceStatusInfo value for details.
device_deviceStatusInfo :: Lens' Device (Maybe DeviceStatusInfo) Source #
Detailed information about a device's status.
device_networkProfileInfo :: Lens' Device (Maybe DeviceNetworkProfileInfo) Source #
Detailed information about a device's network profile.
DeviceData
deviceData_deviceStatus :: Lens' DeviceData (Maybe DeviceStatus) Source #
The status of a device.
deviceData_networkProfileName :: Lens' DeviceData (Maybe Text) Source #
The name of the network profile associated with a device.
deviceData_deviceStatusInfo :: Lens' DeviceData (Maybe DeviceStatusInfo) Source #
Detailed information about a device's status.
deviceData_createdTime :: Lens' DeviceData (Maybe UTCTime) Source #
The time (in epoch) when the device data was created.
deviceData_deviceArn :: Lens' DeviceData (Maybe Text) Source #
The ARN of a device.
deviceData_networkProfileArn :: Lens' DeviceData (Maybe Text) Source #
The ARN of the network profile associated with a device.
deviceData_macAddress :: Lens' DeviceData (Maybe Text) Source #
The MAC address of a device.
deviceData_deviceName :: Lens' DeviceData (Maybe Text) Source #
The name of a device.
deviceData_roomArn :: Lens' DeviceData (Maybe Text) Source #
The room ARN associated with a device.
deviceData_softwareVersion :: Lens' DeviceData (Maybe Text) Source #
The software version of a device.
deviceData_deviceType :: Lens' DeviceData (Maybe Text) Source #
The type of a device.
deviceData_roomName :: Lens' DeviceData (Maybe Text) Source #
The name of the room associated with a device.
deviceData_deviceSerialNumber :: Lens' DeviceData (Maybe Text) Source #
The serial number of a device.
DeviceEvent
deviceEvent_value :: Lens' DeviceEvent (Maybe Text) Source #
The value of the event.
deviceEvent_type :: Lens' DeviceEvent (Maybe DeviceEventType) Source #
The type of device event.
deviceEvent_timestamp :: Lens' DeviceEvent (Maybe UTCTime) Source #
The time (in epoch) when the event occurred.
DeviceNetworkProfileInfo
deviceNetworkProfileInfo_certificateArn :: Lens' DeviceNetworkProfileInfo (Maybe Text) Source #
The ARN of the certificate associated with a device.
deviceNetworkProfileInfo_networkProfileArn :: Lens' DeviceNetworkProfileInfo (Maybe Text) Source #
The ARN of the network profile associated with a device.
deviceNetworkProfileInfo_certificateExpirationTime :: Lens' DeviceNetworkProfileInfo (Maybe UTCTime) Source #
The time (in epoch) when the certificate expires.
DeviceStatusDetail
deviceStatusDetail_feature :: Lens' DeviceStatusDetail (Maybe Feature) Source #
The list of available features on the device.
deviceStatusDetail_code :: Lens' DeviceStatusDetail (Maybe DeviceStatusDetailCode) Source #
The device status detail code.
DeviceStatusInfo
deviceStatusInfo_connectionStatusUpdatedTime :: Lens' DeviceStatusInfo (Maybe UTCTime) Source #
The time (in epoch) when the device connection status changed.
deviceStatusInfo_deviceStatusDetails :: Lens' DeviceStatusInfo (Maybe [DeviceStatusDetail]) Source #
One or more device status detail descriptions.
deviceStatusInfo_connectionStatus :: Lens' DeviceStatusInfo (Maybe ConnectionStatus) Source #
The latest available information about the connection status of a device.
EndOfMeetingReminder
endOfMeetingReminder_enabled :: Lens' EndOfMeetingReminder (Maybe Bool) Source #
Whether an end of meeting reminder is enabled or not.
endOfMeetingReminder_reminderAtMinutes :: Lens' EndOfMeetingReminder (Maybe (NonEmpty Int)) Source #
A range of 3 to 15 minutes that determines when the reminder begins.
endOfMeetingReminder_reminderType :: Lens' EndOfMeetingReminder (Maybe EndOfMeetingReminderType) Source #
The type of sound that users hear during the end of meeting reminder.
Filter
Gateway
gateway_gatewayGroupArn :: Lens' Gateway (Maybe Text) Source #
The ARN of the gateway group that the gateway is associated to.
gateway_softwareVersion :: Lens' Gateway (Maybe Text) Source #
The software version of the gateway. The gateway automatically updates its software version during normal operation.
GatewayGroup
gatewayGroup_arn :: Lens' GatewayGroup (Maybe Text) Source #
The ARN of the gateway group.
gatewayGroup_name :: Lens' GatewayGroup (Maybe Text) Source #
The name of the gateway group.
gatewayGroup_description :: Lens' GatewayGroup (Maybe Text) Source #
The description of the gateway group.
GatewayGroupSummary
gatewayGroupSummary_arn :: Lens' GatewayGroupSummary (Maybe Text) Source #
The ARN of the gateway group.
gatewayGroupSummary_name :: Lens' GatewayGroupSummary (Maybe Text) Source #
The name of the gateway group.
gatewayGroupSummary_description :: Lens' GatewayGroupSummary (Maybe Text) Source #
The description of the gateway group.
GatewaySummary
gatewaySummary_arn :: Lens' GatewaySummary (Maybe Text) Source #
The ARN of the gateway.
gatewaySummary_name :: Lens' GatewaySummary (Maybe Text) Source #
The name of the gateway.
gatewaySummary_gatewayGroupArn :: Lens' GatewaySummary (Maybe Text) Source #
The ARN of the gateway group that the gateway is associated to.
gatewaySummary_softwareVersion :: Lens' GatewaySummary (Maybe Text) Source #
The software version of the gateway. The gateway automatically updates its software version during normal operation.
gatewaySummary_description :: Lens' GatewaySummary (Maybe Text) Source #
The description of the gateway.
IPDialIn
iPDialIn_commsProtocol :: Lens' IPDialIn CommsProtocol Source #
The protocol, including SIP, SIPS, and H323.
InstantBooking
instantBooking_enabled :: Lens' InstantBooking (Maybe Bool) Source #
Whether instant booking is enabled or not.
instantBooking_durationInMinutes :: Lens' InstantBooking (Maybe Int) Source #
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
MeetingRoomConfiguration
meetingRoomConfiguration_instantBooking :: Lens' MeetingRoomConfiguration (Maybe InstantBooking) Source #
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
meetingRoomConfiguration_endOfMeetingReminder :: Lens' MeetingRoomConfiguration (Maybe EndOfMeetingReminder) Source #
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
meetingRoomConfiguration_requireCheckIn :: Lens' MeetingRoomConfiguration (Maybe RequireCheckIn) Source #
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
meetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' MeetingRoomConfiguration (Maybe Bool) Source #
Whether room utilization metrics are enabled or not.
MeetingSetting
meetingSetting_requirePin :: Lens' MeetingSetting RequirePin Source #
The values that indicate whether the pin is always required.
NetworkProfile
networkProfile_networkProfileName :: Lens' NetworkProfile (Maybe Text) Source #
The name of the network profile associated with a device.
networkProfile_ssid :: Lens' NetworkProfile (Maybe Text) Source #
The SSID of the Wi-Fi network.
networkProfile_networkProfileArn :: Lens' NetworkProfile (Maybe Text) Source #
The ARN of the network profile associated with a device.
networkProfile_securityType :: Lens' NetworkProfile (Maybe NetworkSecurityType) Source #
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
networkProfile_currentPassword :: Lens' NetworkProfile (Maybe Text) Source #
The current password of the Wi-Fi network.
networkProfile_nextPassword :: Lens' NetworkProfile (Maybe Text) Source #
The next, or subsequent, password of the Wi-Fi network. This password is asynchronously transmitted to the device and is used when the password of the network changes to NextPassword.
networkProfile_eapMethod :: Lens' NetworkProfile (Maybe NetworkEapMethod) Source #
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
networkProfile_description :: Lens' NetworkProfile (Maybe Text) Source #
Detailed information about a device's network profile.
networkProfile_trustAnchors :: Lens' NetworkProfile (Maybe (NonEmpty Text)) Source #
The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.
networkProfile_certificateAuthorityArn :: Lens' NetworkProfile (Maybe Text) Source #
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
NetworkProfileData
networkProfileData_networkProfileName :: Lens' NetworkProfileData (Maybe Text) Source #
The name of the network profile associated with a device.
networkProfileData_ssid :: Lens' NetworkProfileData (Maybe Text) Source #
The SSID of the Wi-Fi network.
networkProfileData_networkProfileArn :: Lens' NetworkProfileData (Maybe Text) Source #
The ARN of the network profile associated with a device.
networkProfileData_securityType :: Lens' NetworkProfileData (Maybe NetworkSecurityType) Source #
The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.
networkProfileData_eapMethod :: Lens' NetworkProfileData (Maybe NetworkEapMethod) Source #
The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.
networkProfileData_description :: Lens' NetworkProfileData (Maybe Text) Source #
Detailed information about a device's network profile.
networkProfileData_certificateAuthorityArn :: Lens' NetworkProfileData (Maybe Text) Source #
The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.
PSTNDialIn
pSTNDialIn_countryCode :: Lens' PSTNDialIn Text Source #
The zip code.
pSTNDialIn_phoneNumber :: Lens' PSTNDialIn Text Source #
The phone number to call to join the conference.
pSTNDialIn_oneClickIdDelay :: Lens' PSTNDialIn Text Source #
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.
pSTNDialIn_oneClickPinDelay :: Lens' PSTNDialIn Text Source #
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.
PhoneNumber
phoneNumber_number :: Lens' PhoneNumber Text Source #
The raw value of the phone number.
phoneNumber_type :: Lens' PhoneNumber PhoneNumberType Source #
The type of the phone number.
Profile
profile_distanceUnit :: Lens' Profile (Maybe DistanceUnit) Source #
The distance unit of a room profile.
profile_locale :: Lens' Profile (Maybe Text) Source #
The locale of a room profile. (This is currently available only to a limited preview audience.)
profile_meetingRoomConfiguration :: Lens' Profile (Maybe MeetingRoomConfiguration) Source #
Meeting room settings of a room profile.
profile_temperatureUnit :: Lens' Profile (Maybe TemperatureUnit) Source #
The temperature unit of a room profile.
profile_dataRetentionOptIn :: Lens' Profile (Maybe Bool) Source #
Whether data retention of the profile is enabled.
ProfileData
profileData_distanceUnit :: Lens' ProfileData (Maybe DistanceUnit) Source #
The distance unit of a room profile.
profileData_locale :: Lens' ProfileData (Maybe Text) Source #
The locale of a room profile. (This is currently available only to a limited preview audience.)
profileData_address :: Lens' ProfileData (Maybe Text) Source #
The address of a room profile.
profileData_profileArn :: Lens' ProfileData (Maybe Text) Source #
The ARN of a room profile.
profileData_wakeWord :: Lens' ProfileData (Maybe WakeWord) Source #
The wake word of a room profile.
profileData_profileName :: Lens' ProfileData (Maybe Text) Source #
The name of a room profile.
profileData_temperatureUnit :: Lens' ProfileData (Maybe TemperatureUnit) Source #
The temperature unit of a room profile.
profileData_timezone :: Lens' ProfileData (Maybe Text) Source #
The time zone of a room profile.
profileData_isDefault :: Lens' ProfileData (Maybe Bool) Source #
Retrieves if the profile data is default or not.
RequireCheckIn
requireCheckIn_enabled :: Lens' RequireCheckIn (Maybe Bool) Source #
Whether require check in is enabled or not.
requireCheckIn_releaseAfterMinutes :: Lens' RequireCheckIn (Maybe Int) Source #
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
Room
RoomData
roomData_providerCalendarId :: Lens' RoomData (Maybe Text) Source #
The provider calendar ARN of a room.
RoomSkillParameter
roomSkillParameter_parameterKey :: Lens' RoomSkillParameter Text Source #
The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.
roomSkillParameter_parameterValue :: Lens' RoomSkillParameter Text Source #
The parameter value of a room skill parameter.
SipAddress
sipAddress_uri :: Lens' SipAddress Text Source #
The URI for the SIP address.
sipAddress_type :: Lens' SipAddress SipType Source #
The type of the SIP address.
SkillDetails
skillDetails_skillTypes :: Lens' SkillDetails (Maybe [Text]) Source #
The types of skills.
skillDetails_productDescription :: Lens' SkillDetails (Maybe Text) Source #
The description of the product.
skillDetails_invocationPhrase :: Lens' SkillDetails (Maybe Text) Source #
The phrase used to trigger the skill.
skillDetails_developerInfo :: Lens' SkillDetails (Maybe DeveloperInfo) Source #
The details about the developer that published the skill.
skillDetails_endUserLicenseAgreement :: Lens' SkillDetails (Maybe Text) Source #
The URL of the end user license agreement.
skillDetails_genericKeywords :: Lens' SkillDetails (Maybe [Text]) Source #
The generic keywords associated with the skill that can be used to find a skill.
skillDetails_reviews :: Lens' SkillDetails (Maybe (HashMap Text Text)) Source #
This member has been deprecated.
The list of reviews for the skill, including Key and Value pair.
skillDetails_releaseDate :: Lens' SkillDetails (Maybe Text) Source #
The date when the skill was released.
skillDetails_newInThisVersionBulletPoints :: Lens' SkillDetails (Maybe [Text]) Source #
The updates added in bullet points.
skillDetails_bulletPoints :: Lens' SkillDetails (Maybe [Text]) Source #
The details about what the skill supports organized as bullet points.
SkillGroup
skillGroup_skillGroupArn :: Lens' SkillGroup (Maybe Text) Source #
The ARN of a skill group.
skillGroup_description :: Lens' SkillGroup (Maybe Text) Source #
The description of a skill group.
skillGroup_skillGroupName :: Lens' SkillGroup (Maybe Text) Source #
The name of a skill group.
SkillGroupData
skillGroupData_skillGroupArn :: Lens' SkillGroupData (Maybe Text) Source #
The skill group ARN of a skill group.
skillGroupData_description :: Lens' SkillGroupData (Maybe Text) Source #
The description of a skill group.
skillGroupData_skillGroupName :: Lens' SkillGroupData (Maybe Text) Source #
The skill group name of a skill group.
SkillSummary
skillSummary_skillId :: Lens' SkillSummary (Maybe Text) Source #
The ARN of the skill summary.
skillSummary_supportsLinking :: Lens' SkillSummary (Maybe Bool) Source #
Linking support for a skill.
skillSummary_skillType :: Lens' SkillSummary (Maybe SkillType) Source #
Whether the skill is publicly available or is a private skill.
skillSummary_enablementType :: Lens' SkillSummary (Maybe EnablementType) Source #
Whether the skill is enabled under the user's account, or if it requires linking to be used.
skillSummary_skillName :: Lens' SkillSummary (Maybe Text) Source #
The name of the skill.
SkillsStoreSkill
skillsStoreSkill_skillId :: Lens' SkillsStoreSkill (Maybe Text) Source #
The ARN of the skill.
skillsStoreSkill_supportsLinking :: Lens' SkillsStoreSkill (Maybe Bool) Source #
Linking support for a skill.
skillsStoreSkill_sampleUtterances :: Lens' SkillsStoreSkill (Maybe [Text]) Source #
Sample utterances that interact with the skill.
skillsStoreSkill_shortDescription :: Lens' SkillsStoreSkill (Maybe Text) Source #
Short description about the skill.
skillsStoreSkill_iconUrl :: Lens' SkillsStoreSkill (Maybe Text) Source #
The URL where the skill icon resides.
skillsStoreSkill_skillDetails :: Lens' SkillsStoreSkill (Maybe SkillDetails) Source #
Information about the skill.
skillsStoreSkill_skillName :: Lens' SkillsStoreSkill (Maybe Text) Source #
The name of the skill.
SmartHomeAppliance
smartHomeAppliance_friendlyName :: Lens' SmartHomeAppliance (Maybe Text) Source #
The friendly name of the smart home appliance.
smartHomeAppliance_manufacturerName :: Lens' SmartHomeAppliance (Maybe Text) Source #
The name of the manufacturer of the smart home appliance.
smartHomeAppliance_description :: Lens' SmartHomeAppliance (Maybe Text) Source #
The description of the smart home appliance.
Sort
Ssml
ssml_locale :: Lens' Ssml Locale Source #
The locale of the SSML message. Currently, en-US is supported.
ssml_value :: Lens' Ssml Text Source #
The value of the SSML message in the correct SSML format. The audio tag is not supported.
Tag
tag_value :: Lens' Tag Text Source #
The value of a tag. Tag values are case sensitive and can be null.
TextMessage
textMessage_locale :: Lens' TextMessage Locale Source #
The locale of the text message. Currently, en-US is supported.
textMessage_value :: Lens' TextMessage Text Source #
The value of the text message.
UpdateEndOfMeetingReminder
updateEndOfMeetingReminder_enabled :: Lens' UpdateEndOfMeetingReminder (Maybe Bool) Source #
Whether an end of meeting reminder is enabled or not.
updateEndOfMeetingReminder_reminderAtMinutes :: Lens' UpdateEndOfMeetingReminder (Maybe (NonEmpty Int)) Source #
Updates settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
updateEndOfMeetingReminder_reminderType :: Lens' UpdateEndOfMeetingReminder (Maybe EndOfMeetingReminderType) Source #
The type of sound that users hear during the end of meeting reminder.
UpdateInstantBooking
updateInstantBooking_enabled :: Lens' UpdateInstantBooking (Maybe Bool) Source #
Whether instant booking is enabled or not.
updateInstantBooking_durationInMinutes :: Lens' UpdateInstantBooking (Maybe Int) Source #
Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.
UpdateMeetingRoomConfiguration
updateMeetingRoomConfiguration_instantBooking :: Lens' UpdateMeetingRoomConfiguration (Maybe UpdateInstantBooking) Source #
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
updateMeetingRoomConfiguration_endOfMeetingReminder :: Lens' UpdateMeetingRoomConfiguration (Maybe UpdateEndOfMeetingReminder) Source #
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
updateMeetingRoomConfiguration_requireCheckIn :: Lens' UpdateMeetingRoomConfiguration (Maybe UpdateRequireCheckIn) Source #
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
updateMeetingRoomConfiguration_roomUtilizationMetricsEnabled :: Lens' UpdateMeetingRoomConfiguration (Maybe Bool) Source #
Whether room utilization metrics are enabled or not.
UpdateRequireCheckIn
updateRequireCheckIn_enabled :: Lens' UpdateRequireCheckIn (Maybe Bool) Source #
Whether require check in is enabled or not.
updateRequireCheckIn_releaseAfterMinutes :: Lens' UpdateRequireCheckIn (Maybe Int) Source #
Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.
UserData
userData_enrollmentStatus :: Lens' UserData (Maybe EnrollmentStatus) Source #
The enrollment status of a user.