diff --git a/.changes/next-release/bugfix-Alexa-for-Business-884eed5e.json b/.changes/next-release/bugfix-Alexa-for-Business-884eed5e.json new file mode 100644 index 0000000000..cbd0b997c3 --- /dev/null +++ b/.changes/next-release/bugfix-Alexa-for-Business-884eed5e.json @@ -0,0 +1,5 @@ +{ + "type": "bugfix", + "category": "Alexa for Business", + "description": "Deprecates Alexa for Business" +} \ No newline at end of file diff --git a/apis/alexaforbusiness-2017-11-09.examples.json b/apis/alexaforbusiness-2017-11-09.examples.json deleted file mode 100644 index 0ea7e3b0bb..0000000000 --- a/apis/alexaforbusiness-2017-11-09.examples.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "version": "1.0", - "examples": { - } -} diff --git a/apis/alexaforbusiness-2017-11-09.min.json b/apis/alexaforbusiness-2017-11-09.min.json deleted file mode 100644 index cd35661e09..0000000000 --- a/apis/alexaforbusiness-2017-11-09.min.json +++ /dev/null @@ -1,2905 +0,0 @@ -{ - "version": "2.0", - "metadata": { - "apiVersion": "2017-11-09", - "endpointPrefix": "a4b", - "jsonVersion": "1.1", - "protocol": "json", - "serviceFullName": "Alexa For Business", - "serviceId": "Alexa For Business", - "signatureVersion": "v4", - "targetPrefix": "AlexaForBusiness", - "uid": "alexaforbusiness-2017-11-09" - }, - "operations": { - "ApproveSkill": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateContactWithAddressBook": { - "input": { - "type": "structure", - "required": [ - "ContactArn", - "AddressBookArn" - ], - "members": { - "ContactArn": {}, - "AddressBookArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateDeviceWithNetworkProfile": { - "input": { - "type": "structure", - "required": [ - "DeviceArn", - "NetworkProfileArn" - ], - "members": { - "DeviceArn": {}, - "NetworkProfileArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateDeviceWithRoom": { - "input": { - "type": "structure", - "members": { - "DeviceArn": {}, - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateSkillGroupWithRoom": { - "input": { - "type": "structure", - "members": { - "SkillGroupArn": {}, - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateSkillWithSkillGroup": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillGroupArn": {}, - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateSkillWithUsers": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateAddressBook": { - "input": { - "type": "structure", - "required": [ - "Name" - ], - "members": { - "Name": {}, - "Description": {}, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "AddressBookArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateBusinessReportSchedule": { - "input": { - "type": "structure", - "required": [ - "Format", - "ContentRange" - ], - "members": { - "ScheduleName": {}, - "S3BucketName": {}, - "S3KeyPrefix": {}, - "Format": {}, - "ContentRange": { - "shape": "Sv" - }, - "Recurrence": { - "shape": "Sx" - }, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "ScheduleArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateConferenceProvider": { - "input": { - "type": "structure", - "required": [ - "ConferenceProviderName", - "ConferenceProviderType", - "MeetingSetting" - ], - "members": { - "ConferenceProviderName": {}, - "ConferenceProviderType": {}, - "IPDialIn": { - "shape": "S13" - }, - "PSTNDialIn": { - "shape": "S16" - }, - "MeetingSetting": { - "shape": "S1b" - }, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "ConferenceProviderArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateContact": { - "input": { - "type": "structure", - "required": [ - "FirstName" - ], - "members": { - "DisplayName": {}, - "FirstName": {}, - "LastName": {}, - "PhoneNumber": { - "shape": "S1g" - }, - "PhoneNumbers": { - "shape": "S1h" - }, - "SipAddresses": { - "shape": "S1k" - }, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "ContactArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateGatewayGroup": { - "input": { - "type": "structure", - "required": [ - "Name", - "ClientRequestToken" - ], - "members": { - "Name": {}, - "Description": {}, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "GatewayGroupArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateNetworkProfile": { - "input": { - "type": "structure", - "required": [ - "NetworkProfileName", - "Ssid", - "SecurityType", - "ClientRequestToken" - ], - "members": { - "NetworkProfileName": {}, - "Description": {}, - "Ssid": {}, - "SecurityType": {}, - "EapMethod": {}, - "CurrentPassword": { - "shape": "S1z" - }, - "NextPassword": { - "shape": "S20" - }, - "CertificateAuthorityArn": {}, - "TrustAnchors": { - "shape": "S21" - }, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "NetworkProfileArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateProfile": { - "input": { - "type": "structure", - "required": [ - "ProfileName", - "Timezone", - "Address", - "DistanceUnit", - "TemperatureUnit", - "WakeWord" - ], - "members": { - "ProfileName": {}, - "Timezone": {}, - "Address": {}, - "DistanceUnit": {}, - "TemperatureUnit": {}, - "WakeWord": {}, - "Locale": {}, - "ClientRequestToken": { - "idempotencyToken": true - }, - "SetupModeDisabled": { - "type": "boolean" - }, - "MaxVolumeLimit": { - "type": "integer" - }, - "PSTNEnabled": { - "type": "boolean" - }, - "DataRetentionOptIn": { - "type": "boolean" - }, - "MeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "type": "boolean" - }, - "EndOfMeetingReminder": { - "type": "structure", - "required": [ - "ReminderAtMinutes", - "ReminderType", - "Enabled" - ], - "members": { - "ReminderAtMinutes": { - "shape": "S2g" - }, - "ReminderType": {}, - "Enabled": { - "type": "boolean" - } - } - }, - "InstantBooking": { - "type": "structure", - "required": [ - "DurationInMinutes", - "Enabled" - ], - "members": { - "DurationInMinutes": { - "type": "integer" - }, - "Enabled": { - "type": "boolean" - } - } - }, - "RequireCheckIn": { - "type": "structure", - "required": [ - "ReleaseAfterMinutes", - "Enabled" - ], - "members": { - "ReleaseAfterMinutes": { - "type": "integer" - }, - "Enabled": { - "type": "boolean" - } - } - }, - "ProactiveJoin": { - "type": "structure", - "required": [ - "EnabledByMotion" - ], - "members": { - "EnabledByMotion": { - "type": "boolean" - } - } - } - } - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "ProfileArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateRoom": { - "input": { - "type": "structure", - "required": [ - "RoomName" - ], - "members": { - "RoomName": {}, - "Description": {}, - "ProfileArn": {}, - "ProviderCalendarId": {}, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "RoomArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateSkillGroup": { - "input": { - "type": "structure", - "required": [ - "SkillGroupName" - ], - "members": { - "SkillGroupName": {}, - "Description": {}, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "SkillGroupArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateUser": { - "input": { - "type": "structure", - "required": [ - "UserId" - ], - "members": { - "UserId": {}, - "FirstName": {}, - "LastName": {}, - "Email": {}, - "ClientRequestToken": { - "idempotencyToken": true - }, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "UserArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteAddressBook": { - "input": { - "type": "structure", - "required": [ - "AddressBookArn" - ], - "members": { - "AddressBookArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteBusinessReportSchedule": { - "input": { - "type": "structure", - "required": [ - "ScheduleArn" - ], - "members": { - "ScheduleArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteConferenceProvider": { - "input": { - "type": "structure", - "required": [ - "ConferenceProviderArn" - ], - "members": { - "ConferenceProviderArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteContact": { - "input": { - "type": "structure", - "required": [ - "ContactArn" - ], - "members": { - "ContactArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteDevice": { - "input": { - "type": "structure", - "required": [ - "DeviceArn" - ], - "members": { - "DeviceArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteDeviceUsageData": { - "input": { - "type": "structure", - "required": [ - "DeviceArn", - "DeviceUsageType" - ], - "members": { - "DeviceArn": {}, - "DeviceUsageType": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteGatewayGroup": { - "input": { - "type": "structure", - "required": [ - "GatewayGroupArn" - ], - "members": { - "GatewayGroupArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteNetworkProfile": { - "input": { - "type": "structure", - "required": [ - "NetworkProfileArn" - ], - "members": { - "NetworkProfileArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteProfile": { - "input": { - "type": "structure", - "members": { - "ProfileArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteRoom": { - "input": { - "type": "structure", - "members": { - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteRoomSkillParameter": { - "input": { - "type": "structure", - "required": [ - "SkillId", - "ParameterKey" - ], - "members": { - "RoomArn": {}, - "SkillId": {}, - "ParameterKey": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteSkillAuthorization": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": {}, - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteSkillGroup": { - "input": { - "type": "structure", - "members": { - "SkillGroupArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteUser": { - "input": { - "type": "structure", - "required": [ - "EnrollmentId" - ], - "members": { - "UserArn": {}, - "EnrollmentId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateContactFromAddressBook": { - "input": { - "type": "structure", - "required": [ - "ContactArn", - "AddressBookArn" - ], - "members": { - "ContactArn": {}, - "AddressBookArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateDeviceFromRoom": { - "input": { - "type": "structure", - "members": { - "DeviceArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateSkillFromSkillGroup": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillGroupArn": {}, - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateSkillFromUsers": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateSkillGroupFromRoom": { - "input": { - "type": "structure", - "members": { - "SkillGroupArn": {}, - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ForgetSmartHomeAppliances": { - "input": { - "type": "structure", - "required": [ - "RoomArn" - ], - "members": { - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetAddressBook": { - "input": { - "type": "structure", - "required": [ - "AddressBookArn" - ], - "members": { - "AddressBookArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "AddressBook": { - "type": "structure", - "members": { - "AddressBookArn": {}, - "Name": {}, - "Description": {} - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetConferencePreference": { - "input": { - "type": "structure", - "members": {} - }, - "output": { - "type": "structure", - "members": { - "Preference": { - "shape": "S4e" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetConferenceProvider": { - "input": { - "type": "structure", - "required": [ - "ConferenceProviderArn" - ], - "members": { - "ConferenceProviderArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "ConferenceProvider": { - "shape": "S4h" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetContact": { - "input": { - "type": "structure", - "required": [ - "ContactArn" - ], - "members": { - "ContactArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "Contact": { - "type": "structure", - "members": { - "ContactArn": {}, - "DisplayName": {}, - "FirstName": {}, - "LastName": {}, - "PhoneNumber": { - "shape": "S1g" - }, - "PhoneNumbers": { - "shape": "S1h" - }, - "SipAddresses": { - "shape": "S1k" - } - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetDevice": { - "input": { - "type": "structure", - "members": { - "DeviceArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "Device": { - "type": "structure", - "members": { - "DeviceArn": {}, - "DeviceSerialNumber": {}, - "DeviceType": {}, - "DeviceName": {}, - "SoftwareVersion": {}, - "MacAddress": {}, - "RoomArn": {}, - "DeviceStatus": {}, - "DeviceStatusInfo": { - "shape": "S4u" - }, - "NetworkProfileInfo": { - "type": "structure", - "members": { - "NetworkProfileArn": {}, - "CertificateArn": {}, - "CertificateExpirationTime": { - "type": "timestamp" - } - } - } - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetGateway": { - "input": { - "type": "structure", - "required": [ - "GatewayArn" - ], - "members": { - "GatewayArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "Gateway": { - "type": "structure", - "members": { - "Arn": {}, - "Name": {}, - "Description": {}, - "GatewayGroupArn": {}, - "SoftwareVersion": {} - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetGatewayGroup": { - "input": { - "type": "structure", - "required": [ - "GatewayGroupArn" - ], - "members": { - "GatewayGroupArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "GatewayGroup": { - "type": "structure", - "members": { - "Arn": {}, - "Name": {}, - "Description": {} - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetInvitationConfiguration": { - "input": { - "type": "structure", - "members": {} - }, - "output": { - "type": "structure", - "members": { - "OrganizationName": {}, - "ContactEmail": {}, - "PrivateSkillIds": { - "shape": "S5f" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetNetworkProfile": { - "input": { - "type": "structure", - "required": [ - "NetworkProfileArn" - ], - "members": { - "NetworkProfileArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "NetworkProfile": { - "type": "structure", - "members": { - "NetworkProfileArn": {}, - "NetworkProfileName": {}, - "Description": {}, - "Ssid": {}, - "SecurityType": {}, - "EapMethod": {}, - "CurrentPassword": { - "shape": "S1z" - }, - "NextPassword": { - "shape": "S20" - }, - "CertificateAuthorityArn": {}, - "TrustAnchors": { - "shape": "S21" - } - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetProfile": { - "input": { - "type": "structure", - "members": { - "ProfileArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "Profile": { - "type": "structure", - "members": { - "ProfileArn": {}, - "ProfileName": {}, - "IsDefault": { - "type": "boolean" - }, - "Address": {}, - "Timezone": {}, - "DistanceUnit": {}, - "TemperatureUnit": {}, - "WakeWord": {}, - "Locale": {}, - "SetupModeDisabled": { - "type": "boolean" - }, - "MaxVolumeLimit": { - "type": "integer" - }, - "PSTNEnabled": { - "type": "boolean" - }, - "DataRetentionOptIn": { - "type": "boolean" - }, - "AddressBookArn": {}, - "MeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "type": "boolean" - }, - "EndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "shape": "S2g" - }, - "ReminderType": {}, - "Enabled": { - "type": "boolean" - } - } - }, - "InstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "type": "integer" - }, - "Enabled": { - "type": "boolean" - } - } - }, - "RequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "type": "integer" - }, - "Enabled": { - "type": "boolean" - } - } - }, - "ProactiveJoin": { - "type": "structure", - "members": { - "EnabledByMotion": { - "type": "boolean" - } - } - } - } - } - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetRoom": { - "input": { - "type": "structure", - "members": { - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "Room": { - "type": "structure", - "members": { - "RoomArn": {}, - "RoomName": {}, - "Description": {}, - "ProviderCalendarId": {}, - "ProfileArn": {} - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetRoomSkillParameter": { - "input": { - "type": "structure", - "required": [ - "SkillId", - "ParameterKey" - ], - "members": { - "RoomArn": {}, - "SkillId": {}, - "ParameterKey": {} - } - }, - "output": { - "type": "structure", - "members": { - "RoomSkillParameter": { - "shape": "S5w" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetSkillGroup": { - "input": { - "type": "structure", - "members": { - "SkillGroupArn": {} - } - }, - "output": { - "type": "structure", - "members": { - "SkillGroup": { - "type": "structure", - "members": { - "SkillGroupArn": {}, - "SkillGroupName": {}, - "Description": {} - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListBusinessReportSchedules": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "BusinessReportSchedules": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ScheduleArn": {}, - "ScheduleName": {}, - "S3BucketName": {}, - "S3KeyPrefix": {}, - "Format": {}, - "ContentRange": { - "shape": "Sv" - }, - "Recurrence": { - "shape": "Sx" - }, - "LastBusinessReport": { - "type": "structure", - "members": { - "Status": {}, - "FailureCode": {}, - "S3Location": { - "type": "structure", - "members": { - "Path": {}, - "BucketName": {} - } - }, - "DeliveryTime": { - "type": "timestamp" - }, - "DownloadUrl": {} - } - } - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListConferenceProviders": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "ConferenceProviders": { - "type": "list", - "member": { - "shape": "S4h" - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListDeviceEvents": { - "input": { - "type": "structure", - "required": [ - "DeviceArn" - ], - "members": { - "DeviceArn": {}, - "EventType": {}, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "DeviceEvents": { - "type": "list", - "member": { - "type": "structure", - "members": { - "Type": {}, - "Value": {}, - "Timestamp": { - "type": "timestamp" - } - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListGatewayGroups": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "GatewayGroups": { - "type": "list", - "member": { - "type": "structure", - "members": { - "Arn": {}, - "Name": {}, - "Description": {} - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListGateways": { - "input": { - "type": "structure", - "members": { - "GatewayGroupArn": {}, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Gateways": { - "type": "list", - "member": { - "type": "structure", - "members": { - "Arn": {}, - "Name": {}, - "Description": {}, - "GatewayGroupArn": {}, - "SoftwareVersion": {} - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSkills": { - "input": { - "type": "structure", - "members": { - "SkillGroupArn": {}, - "EnablementType": {}, - "SkillType": {}, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "SkillSummaries": { - "type": "list", - "member": { - "type": "structure", - "members": { - "SkillId": {}, - "SkillName": {}, - "SupportsLinking": { - "type": "boolean" - }, - "EnablementType": {}, - "SkillType": {} - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSkillsStoreCategories": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "CategoryList": { - "type": "list", - "member": { - "type": "structure", - "members": { - "CategoryId": { - "type": "long" - }, - "CategoryName": {} - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSkillsStoreSkillsByCategory": { - "input": { - "type": "structure", - "required": [ - "CategoryId" - ], - "members": { - "CategoryId": { - "type": "long" - }, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "SkillsStoreSkills": { - "type": "list", - "member": { - "type": "structure", - "members": { - "SkillId": {}, - "SkillName": {}, - "ShortDescription": {}, - "IconUrl": {}, - "SampleUtterances": { - "type": "list", - "member": {} - }, - "SkillDetails": { - "type": "structure", - "members": { - "ProductDescription": {}, - "InvocationPhrase": {}, - "ReleaseDate": {}, - "EndUserLicenseAgreement": {}, - "GenericKeywords": { - "type": "list", - "member": {} - }, - "BulletPoints": { - "type": "list", - "member": {} - }, - "NewInThisVersionBulletPoints": { - "type": "list", - "member": {} - }, - "SkillTypes": { - "type": "list", - "member": {} - }, - "Reviews": { - "type": "map", - "key": {}, - "value": {} - }, - "DeveloperInfo": { - "type": "structure", - "members": { - "DeveloperName": {}, - "PrivacyPolicy": {}, - "Email": {}, - "Url": {} - } - } - } - }, - "SupportsLinking": { - "type": "boolean" - } - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSmartHomeAppliances": { - "input": { - "type": "structure", - "required": [ - "RoomArn" - ], - "members": { - "RoomArn": {}, - "MaxResults": { - "type": "integer" - }, - "NextToken": {} - } - }, - "output": { - "type": "structure", - "members": { - "SmartHomeAppliances": { - "type": "list", - "member": { - "type": "structure", - "members": { - "FriendlyName": {}, - "Description": {}, - "ManufacturerName": {} - } - } - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListTags": { - "input": { - "type": "structure", - "required": [ - "Arn" - ], - "members": { - "Arn": {}, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Tags": { - "shape": "Sl" - }, - "NextToken": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutConferencePreference": { - "input": { - "type": "structure", - "required": [ - "ConferencePreference" - ], - "members": { - "ConferencePreference": { - "shape": "S4e" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutInvitationConfiguration": { - "input": { - "type": "structure", - "required": [ - "OrganizationName" - ], - "members": { - "OrganizationName": {}, - "ContactEmail": {}, - "PrivateSkillIds": { - "shape": "S5f" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutRoomSkillParameter": { - "input": { - "type": "structure", - "required": [ - "SkillId", - "RoomSkillParameter" - ], - "members": { - "RoomArn": {}, - "SkillId": {}, - "RoomSkillParameter": { - "shape": "S5w" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutSkillAuthorization": { - "input": { - "type": "structure", - "required": [ - "AuthorizationResult", - "SkillId" - ], - "members": { - "AuthorizationResult": { - "type": "map", - "key": {}, - "value": {}, - "sensitive": true - }, - "SkillId": {}, - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "RegisterAVSDevice": { - "input": { - "type": "structure", - "required": [ - "ClientId", - "UserCode", - "ProductId", - "AmazonId" - ], - "members": { - "ClientId": {}, - "UserCode": {}, - "ProductId": {}, - "DeviceSerialNumber": {}, - "AmazonId": {}, - "RoomArn": {}, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": { - "DeviceArn": {} - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "RejectSkill": { - "input": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ResolveRoom": { - "input": { - "type": "structure", - "required": [ - "UserId", - "SkillId" - ], - "members": { - "UserId": {}, - "SkillId": {} - } - }, - "output": { - "type": "structure", - "members": { - "RoomArn": {}, - "RoomName": {}, - "RoomSkillParameters": { - "type": "list", - "member": { - "shape": "S5w" - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "RevokeInvitation": { - "input": { - "type": "structure", - "members": { - "UserArn": {}, - "EnrollmentId": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchAddressBooks": { - "input": { - "type": "structure", - "members": { - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - }, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "AddressBooks": { - "type": "list", - "member": { - "type": "structure", - "members": { - "AddressBookArn": {}, - "Name": {}, - "Description": {} - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchContacts": { - "input": { - "type": "structure", - "members": { - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - }, - "NextToken": {}, - "MaxResults": { - "type": "integer" - } - } - }, - "output": { - "type": "structure", - "members": { - "Contacts": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ContactArn": {}, - "DisplayName": {}, - "FirstName": {}, - "LastName": {}, - "PhoneNumber": { - "shape": "S1g" - }, - "PhoneNumbers": { - "shape": "S1h" - }, - "SipAddresses": { - "shape": "S1k" - } - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchDevices": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - }, - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - } - } - }, - "output": { - "type": "structure", - "members": { - "Devices": { - "type": "list", - "member": { - "type": "structure", - "members": { - "DeviceArn": {}, - "DeviceSerialNumber": {}, - "DeviceType": {}, - "DeviceName": {}, - "SoftwareVersion": {}, - "MacAddress": {}, - "DeviceStatus": {}, - "NetworkProfileArn": {}, - "NetworkProfileName": {}, - "RoomArn": {}, - "RoomName": {}, - "DeviceStatusInfo": { - "shape": "S4u" - }, - "CreatedTime": { - "type": "timestamp" - } - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchNetworkProfiles": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - }, - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - } - } - }, - "output": { - "type": "structure", - "members": { - "NetworkProfiles": { - "type": "list", - "member": { - "type": "structure", - "members": { - "NetworkProfileArn": {}, - "NetworkProfileName": {}, - "Description": {}, - "Ssid": {}, - "SecurityType": {}, - "EapMethod": {}, - "CertificateAuthorityArn": {} - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchProfiles": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - }, - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - } - } - }, - "output": { - "type": "structure", - "members": { - "Profiles": { - "type": "list", - "member": { - "type": "structure", - "members": { - "ProfileArn": {}, - "ProfileName": {}, - "IsDefault": { - "type": "boolean" - }, - "Address": {}, - "Timezone": {}, - "DistanceUnit": {}, - "TemperatureUnit": {}, - "WakeWord": {}, - "Locale": {} - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchRooms": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - }, - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - } - } - }, - "output": { - "type": "structure", - "members": { - "Rooms": { - "type": "list", - "member": { - "type": "structure", - "members": { - "RoomArn": {}, - "RoomName": {}, - "Description": {}, - "ProviderCalendarId": {}, - "ProfileArn": {}, - "ProfileName": {} - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchSkillGroups": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - }, - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - } - } - }, - "output": { - "type": "structure", - "members": { - "SkillGroups": { - "type": "list", - "member": { - "type": "structure", - "members": { - "SkillGroupArn": {}, - "SkillGroupName": {}, - "Description": {} - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchUsers": { - "input": { - "type": "structure", - "members": { - "NextToken": {}, - "MaxResults": { - "type": "integer" - }, - "Filters": { - "shape": "S94" - }, - "SortCriteria": { - "shape": "S99" - } - } - }, - "output": { - "type": "structure", - "members": { - "Users": { - "type": "list", - "member": { - "type": "structure", - "members": { - "UserArn": {}, - "FirstName": {}, - "LastName": {}, - "Email": {}, - "EnrollmentStatus": {}, - "EnrollmentId": {} - } - } - }, - "NextToken": {}, - "TotalCount": { - "type": "integer" - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SendAnnouncement": { - "input": { - "type": "structure", - "required": [ - "RoomFilters", - "Content", - "ClientRequestToken" - ], - "members": { - "RoomFilters": { - "shape": "S94" - }, - "Content": { - "type": "structure", - "members": { - "TextList": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Locale", - "Value" - ], - "members": { - "Locale": {}, - "Value": {} - } - } - }, - "SsmlList": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Locale", - "Value" - ], - "members": { - "Locale": {}, - "Value": {} - } - } - }, - "AudioList": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Locale", - "Location" - ], - "members": { - "Locale": {}, - "Location": {} - } - } - } - } - }, - "TimeToLiveInSeconds": { - "type": "integer" - }, - "ClientRequestToken": { - "idempotencyToken": true - } - } - }, - "output": { - "type": "structure", - "members": { - "AnnouncementArn": {} - } - } - }, - "SendInvitation": { - "input": { - "type": "structure", - "members": { - "UserArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "StartDeviceSync": { - "input": { - "type": "structure", - "required": [ - "Features" - ], - "members": { - "RoomArn": {}, - "DeviceArn": {}, - "Features": { - "type": "list", - "member": {} - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "StartSmartHomeApplianceDiscovery": { - "input": { - "type": "structure", - "required": [ - "RoomArn" - ], - "members": { - "RoomArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "TagResource": { - "input": { - "type": "structure", - "required": [ - "Arn", - "Tags" - ], - "members": { - "Arn": {}, - "Tags": { - "shape": "Sl" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UntagResource": { - "input": { - "type": "structure", - "required": [ - "Arn", - "TagKeys" - ], - "members": { - "Arn": {}, - "TagKeys": { - "type": "list", - "member": {} - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateAddressBook": { - "input": { - "type": "structure", - "required": [ - "AddressBookArn" - ], - "members": { - "AddressBookArn": {}, - "Name": {}, - "Description": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateBusinessReportSchedule": { - "input": { - "type": "structure", - "required": [ - "ScheduleArn" - ], - "members": { - "ScheduleArn": {}, - "S3BucketName": {}, - "S3KeyPrefix": {}, - "Format": {}, - "ScheduleName": {}, - "Recurrence": { - "shape": "Sx" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateConferenceProvider": { - "input": { - "type": "structure", - "required": [ - "ConferenceProviderArn", - "ConferenceProviderType", - "MeetingSetting" - ], - "members": { - "ConferenceProviderArn": {}, - "ConferenceProviderType": {}, - "IPDialIn": { - "shape": "S13" - }, - "PSTNDialIn": { - "shape": "S16" - }, - "MeetingSetting": { - "shape": "S1b" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateContact": { - "input": { - "type": "structure", - "required": [ - "ContactArn" - ], - "members": { - "ContactArn": {}, - "DisplayName": {}, - "FirstName": {}, - "LastName": {}, - "PhoneNumber": { - "shape": "S1g" - }, - "PhoneNumbers": { - "shape": "S1h" - }, - "SipAddresses": { - "shape": "S1k" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateDevice": { - "input": { - "type": "structure", - "members": { - "DeviceArn": {}, - "DeviceName": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateGateway": { - "input": { - "type": "structure", - "required": [ - "GatewayArn" - ], - "members": { - "GatewayArn": {}, - "Name": {}, - "Description": {}, - "SoftwareVersion": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateGatewayGroup": { - "input": { - "type": "structure", - "required": [ - "GatewayGroupArn" - ], - "members": { - "GatewayGroupArn": {}, - "Name": {}, - "Description": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateNetworkProfile": { - "input": { - "type": "structure", - "required": [ - "NetworkProfileArn" - ], - "members": { - "NetworkProfileArn": {}, - "NetworkProfileName": {}, - "Description": {}, - "CurrentPassword": { - "shape": "S1z" - }, - "NextPassword": { - "shape": "S20" - }, - "CertificateAuthorityArn": {}, - "TrustAnchors": { - "shape": "S21" - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateProfile": { - "input": { - "type": "structure", - "members": { - "ProfileArn": {}, - "ProfileName": {}, - "IsDefault": { - "type": "boolean" - }, - "Timezone": {}, - "Address": {}, - "DistanceUnit": {}, - "TemperatureUnit": {}, - "WakeWord": {}, - "Locale": {}, - "SetupModeDisabled": { - "type": "boolean" - }, - "MaxVolumeLimit": { - "type": "integer" - }, - "PSTNEnabled": { - "type": "boolean" - }, - "DataRetentionOptIn": { - "type": "boolean" - }, - "MeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "type": "boolean" - }, - "EndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "shape": "S2g" - }, - "ReminderType": {}, - "Enabled": { - "type": "boolean" - } - } - }, - "InstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "type": "integer" - }, - "Enabled": { - "type": "boolean" - } - } - }, - "RequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "type": "integer" - }, - "Enabled": { - "type": "boolean" - } - } - }, - "ProactiveJoin": { - "type": "structure", - "required": [ - "EnabledByMotion" - ], - "members": { - "EnabledByMotion": { - "type": "boolean" - } - } - } - } - } - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateRoom": { - "input": { - "type": "structure", - "members": { - "RoomArn": {}, - "RoomName": {}, - "Description": {}, - "ProviderCalendarId": {}, - "ProfileArn": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateSkillGroup": { - "input": { - "type": "structure", - "members": { - "SkillGroupArn": {}, - "SkillGroupName": {}, - "Description": {} - } - }, - "output": { - "type": "structure", - "members": {} - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - } - }, - "shapes": { - "Sl": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Key", - "Value" - ], - "members": { - "Key": {}, - "Value": {} - } - } - }, - "Sv": { - "type": "structure", - "required": [ - "Interval" - ], - "members": { - "Interval": {} - } - }, - "Sx": { - "type": "structure", - "members": { - "StartDate": {} - } - }, - "S13": { - "type": "structure", - "required": [ - "Endpoint", - "CommsProtocol" - ], - "members": { - "Endpoint": {}, - "CommsProtocol": {} - } - }, - "S16": { - "type": "structure", - "required": [ - "CountryCode", - "PhoneNumber", - "OneClickIdDelay", - "OneClickPinDelay" - ], - "members": { - "CountryCode": {}, - "PhoneNumber": {}, - "OneClickIdDelay": {}, - "OneClickPinDelay": {} - } - }, - "S1b": { - "type": "structure", - "required": [ - "RequirePin" - ], - "members": { - "RequirePin": {} - } - }, - "S1g": { - "type": "string", - "sensitive": true - }, - "S1h": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Number", - "Type" - ], - "members": { - "Number": { - "shape": "S1g" - }, - "Type": { - "type": "string", - "sensitive": true - } - } - } - }, - "S1k": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Uri", - "Type" - ], - "members": { - "Uri": { - "type": "string", - "sensitive": true - }, - "Type": { - "type": "string", - "sensitive": true - } - } - } - }, - "S1z": { - "type": "string", - "sensitive": true - }, - "S20": { - "type": "string", - "sensitive": true - }, - "S21": { - "type": "list", - "member": {} - }, - "S2g": { - "type": "list", - "member": { - "type": "integer" - } - }, - "S4e": { - "type": "structure", - "members": { - "DefaultConferenceProviderArn": {} - } - }, - "S4h": { - "type": "structure", - "members": { - "Arn": {}, - "Name": {}, - "Type": {}, - "IPDialIn": { - "shape": "S13" - }, - "PSTNDialIn": { - "shape": "S16" - }, - "MeetingSetting": { - "shape": "S1b" - } - } - }, - "S4u": { - "type": "structure", - "members": { - "DeviceStatusDetails": { - "type": "list", - "member": { - "type": "structure", - "members": { - "Feature": {}, - "Code": {} - } - } - }, - "ConnectionStatus": {}, - "ConnectionStatusUpdatedTime": { - "type": "timestamp" - } - } - }, - "S5f": { - "type": "list", - "member": {} - }, - "S5w": { - "type": "structure", - "required": [ - "ParameterKey", - "ParameterValue" - ], - "members": { - "ParameterKey": {}, - "ParameterValue": {} - } - }, - "S94": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Key", - "Values" - ], - "members": { - "Key": {}, - "Values": { - "type": "list", - "member": {} - } - } - } - }, - "S99": { - "type": "list", - "member": { - "type": "structure", - "required": [ - "Key", - "Value" - ], - "members": { - "Key": {}, - "Value": {} - } - } - } - }, - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" -} \ No newline at end of file diff --git a/apis/alexaforbusiness-2017-11-09.normal.json b/apis/alexaforbusiness-2017-11-09.normal.json deleted file mode 100644 index 01b24c384b..0000000000 --- a/apis/alexaforbusiness-2017-11-09.normal.json +++ /dev/null @@ -1,7073 +0,0 @@ -{ - "version": "2.0", - "metadata": { - "apiVersion": "2017-11-09", - "endpointPrefix": "a4b", - "jsonVersion": "1.1", - "protocol": "json", - "serviceFullName": "Alexa For Business", - "serviceId": "Alexa For Business", - "signatureVersion": "v4", - "targetPrefix": "AlexaForBusiness", - "uid": "alexaforbusiness-2017-11-09" - }, - "operations": { - "ApproveSkill": { - "name": "ApproveSkill", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ApproveSkillRequest" - }, - "output": { - "shape": "ApproveSkillResponse" - }, - "errors": [ - { - "shape": "LimitExceededException" - }, - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateContactWithAddressBook": { - "name": "AssociateContactWithAddressBook", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "AssociateContactWithAddressBookRequest" - }, - "output": { - "shape": "AssociateContactWithAddressBookResponse" - }, - "errors": [ - { - "shape": "LimitExceededException" - } - ], - "documentation": "

Associates a contact with a given address book.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateDeviceWithNetworkProfile": { - "name": "AssociateDeviceWithNetworkProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "AssociateDeviceWithNetworkProfileRequest" - }, - "output": { - "shape": "AssociateDeviceWithNetworkProfileResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "DeviceNotRegisteredException" - } - ], - "documentation": "

Associates a device with the specified network profile.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateDeviceWithRoom": { - "name": "AssociateDeviceWithRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "AssociateDeviceWithRoomRequest" - }, - "output": { - "shape": "AssociateDeviceWithRoomResponse" - }, - "errors": [ - { - "shape": "LimitExceededException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "DeviceNotRegisteredException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateSkillGroupWithRoom": { - "name": "AssociateSkillGroupWithRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "AssociateSkillGroupWithRoomRequest" - }, - "output": { - "shape": "AssociateSkillGroupWithRoomResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateSkillWithSkillGroup": { - "name": "AssociateSkillWithSkillGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "AssociateSkillWithSkillGroupRequest" - }, - "output": { - "shape": "AssociateSkillWithSkillGroupResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - }, - { - "shape": "SkillNotLinkedException" - } - ], - "documentation": "

Associates a skill with a skill group.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "AssociateSkillWithUsers": { - "name": "AssociateSkillWithUsers", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "AssociateSkillWithUsersRequest" - }, - "output": { - "shape": "AssociateSkillWithUsersResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateAddressBook": { - "name": "CreateAddressBook", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateAddressBookRequest" - }, - "output": { - "shape": "CreateAddressBookResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - }, - { - "shape": "LimitExceededException" - } - ], - "documentation": "

Creates an address book with the specified details.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateBusinessReportSchedule": { - "name": "CreateBusinessReportSchedule", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateBusinessReportScheduleRequest" - }, - "output": { - "shape": "CreateBusinessReportScheduleResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateConferenceProvider": { - "name": "CreateConferenceProvider", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateConferenceProviderRequest" - }, - "output": { - "shape": "CreateConferenceProviderResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateContact": { - "name": "CreateContact", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateContactRequest" - }, - "output": { - "shape": "CreateContactResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - }, - { - "shape": "LimitExceededException" - } - ], - "documentation": "

Creates a contact with the specified details.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateGatewayGroup": { - "name": "CreateGatewayGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateGatewayGroupRequest" - }, - "output": { - "shape": "CreateGatewayGroupResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - }, - { - "shape": "LimitExceededException" - } - ], - "documentation": "

Creates a gateway group with the specified details.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateNetworkProfile": { - "name": "CreateNetworkProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateNetworkProfileRequest" - }, - "output": { - "shape": "CreateNetworkProfileResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - }, - { - "shape": "LimitExceededException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "InvalidCertificateAuthorityException" - }, - { - "shape": "InvalidServiceLinkedRoleStateException" - } - ], - "documentation": "

Creates a network profile with the specified details.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateProfile": { - "name": "CreateProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateProfileRequest" - }, - "output": { - "shape": "CreateProfileResponse" - }, - "errors": [ - { - "shape": "LimitExceededException" - }, - { - "shape": "AlreadyExistsException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Creates a new room profile with the specified details.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateRoom": { - "name": "CreateRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateRoomRequest" - }, - "output": { - "shape": "CreateRoomResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - }, - { - "shape": "LimitExceededException" - } - ], - "documentation": "

Creates a room with the specified details.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateSkillGroup": { - "name": "CreateSkillGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateSkillGroupRequest" - }, - "output": { - "shape": "CreateSkillGroupResponse" - }, - "errors": [ - { - "shape": "AlreadyExistsException" - }, - { - "shape": "LimitExceededException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Creates a skill group with a specified name and description.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "CreateUser": { - "name": "CreateUser", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "CreateUserRequest" - }, - "output": { - "shape": "CreateUserResponse" - }, - "errors": [ - { - "shape": "ResourceInUseException" - }, - { - "shape": "LimitExceededException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Creates a user.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteAddressBook": { - "name": "DeleteAddressBook", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteAddressBookRequest" - }, - "output": { - "shape": "DeleteAddressBookResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Deletes an address book by the address book ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteBusinessReportSchedule": { - "name": "DeleteBusinessReportSchedule", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteBusinessReportScheduleRequest" - }, - "output": { - "shape": "DeleteBusinessReportScheduleResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteConferenceProvider": { - "name": "DeleteConferenceProvider", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteConferenceProviderRequest" - }, - "output": { - "shape": "DeleteConferenceProviderResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Deletes a conference provider.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteContact": { - "name": "DeleteContact", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteContactRequest" - }, - "output": { - "shape": "DeleteContactResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Deletes a contact by the contact ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteDevice": { - "name": "DeleteDevice", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteDeviceRequest" - }, - "output": { - "shape": "DeleteDeviceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "InvalidCertificateAuthorityException" - } - ], - "documentation": "

Removes a device from Alexa For Business.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteDeviceUsageData": { - "name": "DeleteDeviceUsageData", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteDeviceUsageDataRequest" - }, - "output": { - "shape": "DeleteDeviceUsageDataResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "DeviceNotRegisteredException" - }, - { - "shape": "LimitExceededException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteGatewayGroup": { - "name": "DeleteGatewayGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteGatewayGroupRequest" - }, - "output": { - "shape": "DeleteGatewayGroupResponse" - }, - "errors": [ - { - "shape": "ResourceAssociatedException" - } - ], - "documentation": "

Deletes a gateway group.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteNetworkProfile": { - "name": "DeleteNetworkProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteNetworkProfileRequest" - }, - "output": { - "shape": "DeleteNetworkProfileResponse" - }, - "errors": [ - { - "shape": "ResourceInUseException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - } - ], - "documentation": "

Deletes a network profile by the network profile ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteProfile": { - "name": "DeleteProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteProfileRequest" - }, - "output": { - "shape": "DeleteProfileResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Deletes a room profile by the profile ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteRoom": { - "name": "DeleteRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteRoomRequest" - }, - "output": { - "shape": "DeleteRoomResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Deletes a room by the room ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteRoomSkillParameter": { - "name": "DeleteRoomSkillParameter", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteRoomSkillParameterRequest" - }, - "output": { - "shape": "DeleteRoomSkillParameterResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteSkillAuthorization": { - "name": "DeleteSkillAuthorization", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteSkillAuthorizationRequest" - }, - "output": { - "shape": "DeleteSkillAuthorizationResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Unlinks a third-party account from a skill.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteSkillGroup": { - "name": "DeleteSkillGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteSkillGroupRequest" - }, - "output": { - "shape": "DeleteSkillGroupResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Deletes a skill group by skill group ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DeleteUser": { - "name": "DeleteUser", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DeleteUserRequest" - }, - "output": { - "shape": "DeleteUserResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Deletes a specified user by user ARN and enrollment ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateContactFromAddressBook": { - "name": "DisassociateContactFromAddressBook", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DisassociateContactFromAddressBookRequest" - }, - "output": { - "shape": "DisassociateContactFromAddressBookResponse" - }, - "documentation": "

Disassociates a contact from a given address book.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateDeviceFromRoom": { - "name": "DisassociateDeviceFromRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DisassociateDeviceFromRoomRequest" - }, - "output": { - "shape": "DisassociateDeviceFromRoomResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "DeviceNotRegisteredException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateSkillFromSkillGroup": { - "name": "DisassociateSkillFromSkillGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DisassociateSkillFromSkillGroupRequest" - }, - "output": { - "shape": "DisassociateSkillFromSkillGroupResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - } - ], - "documentation": "

Disassociates a skill from a skill group.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateSkillFromUsers": { - "name": "DisassociateSkillFromUsers", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DisassociateSkillFromUsersRequest" - }, - "output": { - "shape": "DisassociateSkillFromUsersResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "DisassociateSkillGroupFromRoom": { - "name": "DisassociateSkillGroupFromRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "DisassociateSkillGroupFromRoomRequest" - }, - "output": { - "shape": "DisassociateSkillGroupFromRoomResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ForgetSmartHomeAppliances": { - "name": "ForgetSmartHomeAppliances", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ForgetSmartHomeAppliancesRequest" - }, - "output": { - "shape": "ForgetSmartHomeAppliancesResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Forgets smart home appliances associated to a room.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetAddressBook": { - "name": "GetAddressBook", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetAddressBookRequest" - }, - "output": { - "shape": "GetAddressBookResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets address the book details by the address book ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetConferencePreference": { - "name": "GetConferencePreference", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetConferencePreferenceRequest" - }, - "output": { - "shape": "GetConferencePreferenceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Retrieves the existing conference preferences.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetConferenceProvider": { - "name": "GetConferenceProvider", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetConferenceProviderRequest" - }, - "output": { - "shape": "GetConferenceProviderResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets details about a specific conference provider.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetContact": { - "name": "GetContact", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetContactRequest" - }, - "output": { - "shape": "GetContactResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets the contact details by the contact ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetDevice": { - "name": "GetDevice", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetDeviceRequest" - }, - "output": { - "shape": "GetDeviceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets the details of a device by device ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetGateway": { - "name": "GetGateway", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetGatewayRequest" - }, - "output": { - "shape": "GetGatewayResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Retrieves the details of a gateway.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetGatewayGroup": { - "name": "GetGatewayGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetGatewayGroupRequest" - }, - "output": { - "shape": "GetGatewayGroupResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Retrieves the details of a gateway group.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetInvitationConfiguration": { - "name": "GetInvitationConfiguration", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetInvitationConfigurationRequest" - }, - "output": { - "shape": "GetInvitationConfigurationResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetNetworkProfile": { - "name": "GetNetworkProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetNetworkProfileRequest" - }, - "output": { - "shape": "GetNetworkProfileResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "InvalidSecretsManagerResourceException" - } - ], - "documentation": "

Gets the network profile details by the network profile ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetProfile": { - "name": "GetProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetProfileRequest" - }, - "output": { - "shape": "GetProfileResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets the details of a room profile by profile ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetRoom": { - "name": "GetRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetRoomRequest" - }, - "output": { - "shape": "GetRoomResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets room details by room ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetRoomSkillParameter": { - "name": "GetRoomSkillParameter", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetRoomSkillParameterRequest" - }, - "output": { - "shape": "GetRoomSkillParameterResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "GetSkillGroup": { - "name": "GetSkillGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "GetSkillGroupRequest" - }, - "output": { - "shape": "GetSkillGroupResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Gets skill group details by skill group ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListBusinessReportSchedules": { - "name": "ListBusinessReportSchedules", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListBusinessReportSchedulesRequest" - }, - "output": { - "shape": "ListBusinessReportSchedulesResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListConferenceProviders": { - "name": "ListConferenceProviders", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListConferenceProvidersRequest" - }, - "output": { - "shape": "ListConferenceProvidersResponse" - }, - "documentation": "

Lists conference providers under a specific AWS account.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListDeviceEvents": { - "name": "ListDeviceEvents", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListDeviceEventsRequest" - }, - "output": { - "shape": "ListDeviceEventsResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListGatewayGroups": { - "name": "ListGatewayGroups", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListGatewayGroupsRequest" - }, - "output": { - "shape": "ListGatewayGroupsResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListGateways": { - "name": "ListGateways", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListGatewaysRequest" - }, - "output": { - "shape": "ListGatewaysResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSkills": { - "name": "ListSkills", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListSkillsRequest" - }, - "output": { - "shape": "ListSkillsResponse" - }, - "documentation": "

Lists all enabled skills in a specific skill group.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSkillsStoreCategories": { - "name": "ListSkillsStoreCategories", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListSkillsStoreCategoriesRequest" - }, - "output": { - "shape": "ListSkillsStoreCategoriesResponse" - }, - "documentation": "

Lists all categories in the Alexa skill store.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSkillsStoreSkillsByCategory": { - "name": "ListSkillsStoreSkillsByCategory", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListSkillsStoreSkillsByCategoryRequest" - }, - "output": { - "shape": "ListSkillsStoreSkillsByCategoryResponse" - }, - "documentation": "

Lists all skills in the Alexa skill store by category.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListSmartHomeAppliances": { - "name": "ListSmartHomeAppliances", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListSmartHomeAppliancesRequest" - }, - "output": { - "shape": "ListSmartHomeAppliancesResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ListTags": { - "name": "ListTags", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ListTagsRequest" - }, - "output": { - "shape": "ListTagsResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Lists all tags for the specified resource.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutConferencePreference": { - "name": "PutConferencePreference", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "PutConferencePreferenceRequest" - }, - "output": { - "shape": "PutConferencePreferenceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutInvitationConfiguration": { - "name": "PutInvitationConfiguration", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "PutInvitationConfigurationRequest" - }, - "output": { - "shape": "PutInvitationConfigurationResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutRoomSkillParameter": { - "name": "PutRoomSkillParameter", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "PutRoomSkillParameterRequest" - }, - "output": { - "shape": "PutRoomSkillParameterResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "PutSkillAuthorization": { - "name": "PutSkillAuthorization", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "PutSkillAuthorizationRequest" - }, - "output": { - "shape": "PutSkillAuthorizationResponse" - }, - "errors": [ - { - "shape": "UnauthorizedException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "RegisterAVSDevice": { - "name": "RegisterAVSDevice", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "RegisterAVSDeviceRequest" - }, - "output": { - "shape": "RegisterAVSDeviceResponse" - }, - "errors": [ - { - "shape": "LimitExceededException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - }, - { - "shape": "InvalidDeviceException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "RejectSkill": { - "name": "RejectSkill", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "RejectSkillRequest" - }, - "output": { - "shape": "RejectSkillResponse" - }, - "errors": [ - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "ResolveRoom": { - "name": "ResolveRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "ResolveRoomRequest" - }, - "output": { - "shape": "ResolveRoomResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "RevokeInvitation": { - "name": "RevokeInvitation", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "RevokeInvitationRequest" - }, - "output": { - "shape": "RevokeInvitationResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Revokes an invitation and invalidates the enrollment URL.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchAddressBooks": { - "name": "SearchAddressBooks", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchAddressBooksRequest" - }, - "output": { - "shape": "SearchAddressBooksResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchContacts": { - "name": "SearchContacts", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchContactsRequest" - }, - "output": { - "shape": "SearchContactsResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchDevices": { - "name": "SearchDevices", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchDevicesRequest" - }, - "output": { - "shape": "SearchDevicesResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchNetworkProfiles": { - "name": "SearchNetworkProfiles", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchNetworkProfilesRequest" - }, - "output": { - "shape": "SearchNetworkProfilesResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchProfiles": { - "name": "SearchProfiles", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchProfilesRequest" - }, - "output": { - "shape": "SearchProfilesResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchRooms": { - "name": "SearchRooms", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchRoomsRequest" - }, - "output": { - "shape": "SearchRoomsResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchSkillGroups": { - "name": "SearchSkillGroups", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchSkillGroupsRequest" - }, - "output": { - "shape": "SearchSkillGroupsResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SearchUsers": { - "name": "SearchUsers", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SearchUsersRequest" - }, - "output": { - "shape": "SearchUsersResponse" - }, - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "SendAnnouncement": { - "name": "SendAnnouncement", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SendAnnouncementRequest" - }, - "output": { - "shape": "SendAnnouncementResponse" - }, - "errors": [ - { - "shape": "LimitExceededException" - }, - { - "shape": "AlreadyExistsException" - } - ], - "documentation": "

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

" - }, - "SendInvitation": { - "name": "SendInvitation", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "SendInvitationRequest" - }, - "output": { - "shape": "SendInvitationResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "InvalidUserStatusException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "StartDeviceSync": { - "name": "StartDeviceSync", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "StartDeviceSyncRequest" - }, - "output": { - "shape": "StartDeviceSyncResponse" - }, - "errors": [ - { - "shape": "DeviceNotRegisteredException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "StartSmartHomeApplianceDiscovery": { - "name": "StartSmartHomeApplianceDiscovery", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "StartSmartHomeApplianceDiscoveryRequest" - }, - "output": { - "shape": "StartSmartHomeApplianceDiscoveryResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "TagResource": { - "name": "TagResource", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "TagResourceRequest" - }, - "output": { - "shape": "TagResourceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Adds metadata tags to a specified resource.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UntagResource": { - "name": "UntagResource", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UntagResourceRequest" - }, - "output": { - "shape": "UntagResourceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Removes metadata tags from a specified resource.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateAddressBook": { - "name": "UpdateAddressBook", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateAddressBookRequest" - }, - "output": { - "shape": "UpdateAddressBookResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Updates address book details by the address book ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateBusinessReportSchedule": { - "name": "UpdateBusinessReportSchedule", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateBusinessReportScheduleRequest" - }, - "output": { - "shape": "UpdateBusinessReportScheduleResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateConferenceProvider": { - "name": "UpdateConferenceProvider", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateConferenceProviderRequest" - }, - "output": { - "shape": "UpdateConferenceProviderResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - } - ], - "documentation": "

Updates an existing conference provider's settings.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateContact": { - "name": "UpdateContact", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateContactRequest" - }, - "output": { - "shape": "UpdateContactResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Updates the contact details by the contact ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateDevice": { - "name": "UpdateDevice", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateDeviceRequest" - }, - "output": { - "shape": "UpdateDeviceResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "DeviceNotRegisteredException" - } - ], - "documentation": "

Updates the device name by device ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateGateway": { - "name": "UpdateGateway", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateGatewayRequest" - }, - "output": { - "shape": "UpdateGatewayResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateGatewayGroup": { - "name": "UpdateGatewayGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateGatewayGroupRequest" - }, - "output": { - "shape": "UpdateGatewayGroupResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - } - ], - "documentation": "

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

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateNetworkProfile": { - "name": "UpdateNetworkProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateNetworkProfileRequest" - }, - "output": { - "shape": "UpdateNetworkProfileResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - }, - { - "shape": "ConcurrentModificationException" - }, - { - "shape": "InvalidCertificateAuthorityException" - }, - { - "shape": "InvalidSecretsManagerResourceException" - } - ], - "documentation": "

Updates a network profile by the network profile ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateProfile": { - "name": "UpdateProfile", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateProfileRequest" - }, - "output": { - "shape": "UpdateProfileResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Updates an existing room profile by room profile ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateRoom": { - "name": "UpdateRoom", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateRoomRequest" - }, - "output": { - "shape": "UpdateRoomResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - } - ], - "documentation": "

Updates room details by room ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - }, - "UpdateSkillGroup": { - "name": "UpdateSkillGroup", - "http": { - "method": "POST", - "requestUri": "/" - }, - "input": { - "shape": "UpdateSkillGroupRequest" - }, - "output": { - "shape": "UpdateSkillGroupResponse" - }, - "errors": [ - { - "shape": "NotFoundException" - }, - { - "shape": "NameInUseException" - }, - { - "shape": "ConcurrentModificationException" - } - ], - "documentation": "

Updates skill group details by skill group ARN.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" - } - }, - "shapes": { - "Address": { - "type": "string", - "max": 500, - "min": 1 - }, - "AddressBook": { - "type": "structure", - "members": { - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address book.

" - }, - "Name": { - "shape": "AddressBookName", - "documentation": "

The name of the address book.

" - }, - "Description": { - "shape": "AddressBookDescription", - "documentation": "

The description of the address book.

" - } - }, - "documentation": "

An address book with attributes.

" - }, - "AddressBookData": { - "type": "structure", - "members": { - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address book.

" - }, - "Name": { - "shape": "AddressBookName", - "documentation": "

The name of the address book.

" - }, - "Description": { - "shape": "AddressBookDescription", - "documentation": "

The description of the address book.

" - } - }, - "documentation": "

Information related to an address book.

" - }, - "AddressBookDataList": { - "type": "list", - "member": { - "shape": "AddressBookData" - } - }, - "AddressBookDescription": { - "type": "string", - "max": 200, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "AddressBookName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "AmazonId": { - "type": "string", - "pattern": "[a-zA-Z0-9]{1,18}" - }, - "ApplianceDescription": { - "type": "string" - }, - "ApplianceFriendlyName": { - "type": "string" - }, - "ApplianceManufacturerName": { - "type": "string" - }, - "ApproveSkillRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The unique identifier of the skill.

" - } - } - }, - "ApproveSkillResponse": { - "type": "structure", - "members": {} - }, - "Arn": { - "type": "string", - "pattern": "arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}" - }, - "AssociateContactWithAddressBookRequest": { - "type": "structure", - "required": [ - "ContactArn", - "AddressBookArn" - ], - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact to associate with an address book.

" - }, - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address book with which to associate the contact.

" - } - } - }, - "AssociateContactWithAddressBookResponse": { - "type": "structure", - "members": {} - }, - "AssociateDeviceWithNetworkProfileRequest": { - "type": "structure", - "required": [ - "DeviceArn", - "NetworkProfileArn" - ], - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The device ARN.

" - }, - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile to associate with a device.

" - } - } - }, - "AssociateDeviceWithNetworkProfileResponse": { - "type": "structure", - "members": {} - }, - "AssociateDeviceWithRoomRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device to associate to a room. Required.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room with which to associate the device. Required.

" - } - } - }, - "AssociateDeviceWithRoomResponse": { - "type": "structure", - "members": {} - }, - "AssociateSkillGroupWithRoomRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group to associate with a room. Required.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room with which to associate the skill group. Required.

" - } - } - }, - "AssociateSkillGroupWithRoomResponse": { - "type": "structure", - "members": {} - }, - "AssociateSkillWithSkillGroupRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group to associate the skill to. Required.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The unique identifier of the skill.

" - } - } - }, - "AssociateSkillWithSkillGroupResponse": { - "type": "structure", - "members": {} - }, - "AssociateSkillWithUsersRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The private skill ID you want to make available to enrolled users.

" - } - } - }, - "AssociateSkillWithUsersResponse": { - "type": "structure", - "members": {} - }, - "Audio": { - "type": "structure", - "required": [ - "Locale", - "Location" - ], - "members": { - "Locale": { - "shape": "Locale", - "documentation": "

The locale of the audio message. Currently, en-US is supported.

" - }, - "Location": { - "shape": "AudioLocation", - "documentation": "

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.

" - } - }, - "documentation": "

The audio message. There is a 1 MB limit on the audio file input and the only supported format is MP3. To convert your MP3 audio files to an Alexa-friendly,

required codec version (MPEG version 2) and bit rate (48 kbps), you might use converter software. One option for this is a command-line tool, FFmpeg. For more information, see FFmpeg. The following command converts the provided <input-file> to an MP3 file that is played in the announcement:

ffmpeg -i <input-file> -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 <output-file.mp3>

" - }, - "AudioList": { - "type": "list", - "member": { - "shape": "Audio" - }, - "max": 1 - }, - "AudioLocation": { - "type": "string", - "max": 1200, - "min": 0, - "pattern": "https://([A-Za-z0-9_.-]+)?(s3-[A-Za-z0-9-]+|s3\\.([A-Za-z0-9-])+|s3|s3.dualstack\\.([A-Za-z0-9-])+)+.amazonaws.com/.*" - }, - "AuthorizationResult": { - "type": "map", - "key": { - "shape": "Key" - }, - "value": { - "shape": "Value" - }, - "sensitive": true - }, - "Boolean": { - "type": "boolean" - }, - "BulletPoint": { - "type": "string" - }, - "BulletPoints": { - "type": "list", - "member": { - "shape": "BulletPoint" - } - }, - "BusinessReport": { - "type": "structure", - "members": { - "Status": { - "shape": "BusinessReportStatus", - "documentation": "

The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED).

" - }, - "FailureCode": { - "shape": "BusinessReportFailureCode", - "documentation": "

The failure code.

" - }, - "S3Location": { - "shape": "BusinessReportS3Location", - "documentation": "

The S3 location of the output reports.

" - }, - "DeliveryTime": { - "shape": "BusinessReportDeliveryTime", - "documentation": "

The time of report delivery.

" - }, - "DownloadUrl": { - "shape": "BusinessReportDownloadUrl", - "documentation": "

The download link where a user can download the report.

" - } - }, - "documentation": "

Usage report with specified parameters.

" - }, - "BusinessReportContentRange": { - "type": "structure", - "required": [ - "Interval" - ], - "members": { - "Interval": { - "shape": "BusinessReportInterval", - "documentation": "

The interval of the content range.

" - } - }, - "documentation": "

The content range of the report.

" - }, - "BusinessReportDeliveryTime": { - "type": "timestamp" - }, - "BusinessReportDownloadUrl": { - "type": "string" - }, - "BusinessReportFailureCode": { - "type": "string", - "enum": [ - "ACCESS_DENIED", - "NO_SUCH_BUCKET", - "INTERNAL_FAILURE" - ] - }, - "BusinessReportFormat": { - "type": "string", - "enum": [ - "CSV", - "CSV_ZIP" - ] - }, - "BusinessReportInterval": { - "type": "string", - "enum": [ - "ONE_DAY", - "ONE_WEEK", - "THIRTY_DAYS" - ] - }, - "BusinessReportRecurrence": { - "type": "structure", - "members": { - "StartDate": { - "shape": "Date", - "documentation": "

The start date.

" - } - }, - "documentation": "

The recurrence of the reports.

" - }, - "BusinessReportS3Location": { - "type": "structure", - "members": { - "Path": { - "shape": "BusinessReportS3Path", - "documentation": "

The path of the business report.

" - }, - "BucketName": { - "shape": "CustomerS3BucketName", - "documentation": "

The S3 bucket name of the output reports.

" - } - }, - "documentation": "

The S3 location of the output reports.

" - }, - "BusinessReportS3Path": { - "type": "string" - }, - "BusinessReportSchedule": { - "type": "structure", - "members": { - "ScheduleArn": { - "shape": "Arn", - "documentation": "

The ARN of the business report schedule.

" - }, - "ScheduleName": { - "shape": "BusinessReportScheduleName", - "documentation": "

The name identifier of the schedule.

" - }, - "S3BucketName": { - "shape": "CustomerS3BucketName", - "documentation": "

The S3 bucket name of the output reports.

" - }, - "S3KeyPrefix": { - "shape": "S3KeyPrefix", - "documentation": "

The S3 key where the report is delivered.

" - }, - "Format": { - "shape": "BusinessReportFormat", - "documentation": "

The format of the generated report (individual CSV files or zipped files of individual files).

" - }, - "ContentRange": { - "shape": "BusinessReportContentRange", - "documentation": "

The content range of the reports.

" - }, - "Recurrence": { - "shape": "BusinessReportRecurrence", - "documentation": "

The recurrence of the reports.

" - }, - "LastBusinessReport": { - "shape": "BusinessReport", - "documentation": "

The details of the last business report delivery for a specified time interval.

" - } - }, - "documentation": "

The schedule of the usage report.

" - }, - "BusinessReportScheduleList": { - "type": "list", - "member": { - "shape": "BusinessReportSchedule" - } - }, - "BusinessReportScheduleName": { - "type": "string", - "max": 64, - "min": 0, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "BusinessReportStatus": { - "type": "string", - "enum": [ - "RUNNING", - "SUCCEEDED", - "FAILED" - ] - }, - "Category": { - "type": "structure", - "members": { - "CategoryId": { - "shape": "CategoryId", - "documentation": "

The ID of the skill store category.

" - }, - "CategoryName": { - "shape": "CategoryName", - "documentation": "

The name of the skill store category.

" - } - }, - "documentation": "

The skill store category that is shown. Alexa skills are assigned a specific skill category during creation, such as News, Social, and Sports.

" - }, - "CategoryId": { - "type": "long", - "min": 1 - }, - "CategoryList": { - "type": "list", - "member": { - "shape": "Category" - } - }, - "CategoryName": { - "type": "string" - }, - "CertificateTime": { - "type": "timestamp" - }, - "ClientId": { - "type": "string", - "pattern": "^\\S+{1,256}$" - }, - "ClientRequestToken": { - "type": "string", - "documentation": "

A unique, user-specified identifier for the request that ensures idempotency.

", - "max": 150, - "min": 10, - "pattern": "[a-zA-Z0-9][a-zA-Z0-9_-]*" - }, - "CommsProtocol": { - "type": "string", - "enum": [ - "SIP", - "SIPS", - "H323" - ] - }, - "ConferencePreference": { - "type": "structure", - "members": { - "DefaultConferenceProviderArn": { - "shape": "Arn", - "documentation": "

The ARN of the default conference provider.

" - } - }, - "documentation": "

The default conference provider that is used if no other scheduled meetings are detected.

" - }, - "ConferenceProvider": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created conference provider.

" - }, - "Name": { - "shape": "ConferenceProviderName", - "documentation": "

The name of the conference provider.

" - }, - "Type": { - "shape": "ConferenceProviderType", - "documentation": "

The type of conference providers.

" - }, - "IPDialIn": { - "shape": "IPDialIn", - "documentation": "

The IP endpoint and protocol for calling.

" - }, - "PSTNDialIn": { - "shape": "PSTNDialIn", - "documentation": "

The information for PSTN conferencing.

" - }, - "MeetingSetting": { - "shape": "MeetingSetting", - "documentation": "

The meeting settings for the conference provider.

" - } - }, - "documentation": "

An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.

" - }, - "ConferenceProviderName": { - "type": "string", - "max": 50, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "ConferenceProviderType": { - "type": "string", - "enum": [ - "CHIME", - "BLUEJEANS", - "FUZE", - "GOOGLE_HANGOUTS", - "POLYCOM", - "RINGCENTRAL", - "SKYPE_FOR_BUSINESS", - "WEBEX", - "ZOOM", - "CUSTOM" - ] - }, - "ConferenceProvidersList": { - "type": "list", - "member": { - "shape": "ConferenceProvider" - } - }, - "ConnectionStatus": { - "type": "string", - "enum": [ - "ONLINE", - "OFFLINE" - ] - }, - "ConnectionStatusUpdatedTime": { - "type": "timestamp" - }, - "Contact": { - "type": "structure", - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact.

" - }, - "DisplayName": { - "shape": "ContactName", - "documentation": "

The name of the contact to display on the console.

" - }, - "FirstName": { - "shape": "ContactName", - "documentation": "

The first name of the contact, used to call the contact on the device.

" - }, - "LastName": { - "shape": "ContactName", - "documentation": "

The last name of the contact, used to call the contact on the device.

" - }, - "PhoneNumber": { - "shape": "RawPhoneNumber", - "documentation": "

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.

" - }, - "PhoneNumbers": { - "shape": "PhoneNumberList", - "documentation": "

The list of phone numbers for the contact.

" - }, - "SipAddresses": { - "shape": "SipAddressList", - "documentation": "

The list of SIP addresses for the contact.

" - } - }, - "documentation": "

A contact with attributes.

" - }, - "ContactData": { - "type": "structure", - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact.

" - }, - "DisplayName": { - "shape": "ContactName", - "documentation": "

The name of the contact to display on the console.

" - }, - "FirstName": { - "shape": "ContactName", - "documentation": "

The first name of the contact, used to call the contact on the device.

" - }, - "LastName": { - "shape": "ContactName", - "documentation": "

The last name of the contact, used to call the contact on the device.

" - }, - "PhoneNumber": { - "shape": "RawPhoneNumber", - "documentation": "

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.

" - }, - "PhoneNumbers": { - "shape": "PhoneNumberList", - "documentation": "

The list of phone numbers for the contact.

" - }, - "SipAddresses": { - "shape": "SipAddressList", - "documentation": "

The list of SIP addresses for the contact.

" - } - }, - "documentation": "

Information related to a contact.

" - }, - "ContactDataList": { - "type": "list", - "member": { - "shape": "ContactData" - } - }, - "ContactName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "Content": { - "type": "structure", - "members": { - "TextList": { - "shape": "TextList", - "documentation": "

The list of text messages.

" - }, - "SsmlList": { - "shape": "SsmlList", - "documentation": "

The list of SSML messages.

" - }, - "AudioList": { - "shape": "AudioList", - "documentation": "

The list of audio messages.

" - } - }, - "documentation": "

The content definition. This can contain only one text, SSML, or audio list object.

" - }, - "CountryCode": { - "type": "string", - "pattern": "\\d{1,3}" - }, - "CreateAddressBookRequest": { - "type": "structure", - "required": [ - "Name" - ], - "members": { - "Name": { - "shape": "AddressBookName", - "documentation": "

The name of the address book.

" - }, - "Description": { - "shape": "AddressBookDescription", - "documentation": "

The description of the address book.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

A unique, user-specified identifier for the request that ensures idempotency.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "CreateAddressBookResponse": { - "type": "structure", - "members": { - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created address book.

" - } - } - }, - "CreateBusinessReportScheduleRequest": { - "type": "structure", - "required": [ - "Format", - "ContentRange" - ], - "members": { - "ScheduleName": { - "shape": "BusinessReportScheduleName", - "documentation": "

The name identifier of the schedule.

" - }, - "S3BucketName": { - "shape": "CustomerS3BucketName", - "documentation": "

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.

" - }, - "S3KeyPrefix": { - "shape": "S3KeyPrefix", - "documentation": "

The S3 key where the report is delivered.

" - }, - "Format": { - "shape": "BusinessReportFormat", - "documentation": "

The format of the generated report (individual CSV files or zipped files of individual files).

" - }, - "ContentRange": { - "shape": "BusinessReportContentRange", - "documentation": "

The content range of the reports.

" - }, - "Recurrence": { - "shape": "BusinessReportRecurrence", - "documentation": "

The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

The client request token.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags for the business report schedule.

" - } - } - }, - "CreateBusinessReportScheduleResponse": { - "type": "structure", - "members": { - "ScheduleArn": { - "shape": "Arn", - "documentation": "

The ARN of the business report schedule.

" - } - } - }, - "CreateConferenceProviderRequest": { - "type": "structure", - "required": [ - "ConferenceProviderName", - "ConferenceProviderType", - "MeetingSetting" - ], - "members": { - "ConferenceProviderName": { - "shape": "ConferenceProviderName", - "documentation": "

The name of the conference provider.

" - }, - "ConferenceProviderType": { - "shape": "ConferenceProviderType", - "documentation": "

Represents a type within a list of predefined types.

" - }, - "IPDialIn": { - "shape": "IPDialIn", - "documentation": "

The IP endpoint and protocol for calling.

" - }, - "PSTNDialIn": { - "shape": "PSTNDialIn", - "documentation": "

The information for PSTN conferencing.

" - }, - "MeetingSetting": { - "shape": "MeetingSetting", - "documentation": "

The meeting settings for the conference provider.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

The request token of the client.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "CreateConferenceProviderResponse": { - "type": "structure", - "members": { - "ConferenceProviderArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly-created conference provider.

" - } - } - }, - "CreateContactRequest": { - "type": "structure", - "required": [ - "FirstName" - ], - "members": { - "DisplayName": { - "shape": "ContactName", - "documentation": "

The name of the contact to display on the console.

" - }, - "FirstName": { - "shape": "ContactName", - "documentation": "

The first name of the contact that is used to call the contact on the device.

" - }, - "LastName": { - "shape": "ContactName", - "documentation": "

The last name of the contact that is used to call the contact on the device.

" - }, - "PhoneNumber": { - "shape": "RawPhoneNumber", - "documentation": "

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.

" - }, - "PhoneNumbers": { - "shape": "PhoneNumberList", - "documentation": "

The list of phone numbers for the contact.

" - }, - "SipAddresses": { - "shape": "SipAddressList", - "documentation": "

The list of SIP addresses for the contact.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

A unique, user-specified identifier for this request that ensures idempotency.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "CreateContactResponse": { - "type": "structure", - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created address book.

" - } - } - }, - "CreateEndOfMeetingReminder": { - "type": "structure", - "required": [ - "ReminderAtMinutes", - "ReminderType", - "Enabled" - ], - "members": { - "ReminderAtMinutes": { - "shape": "EndOfMeetingReminderMinutesList", - "documentation": "

A range of 3 to 15 minutes that determines when the reminder begins.

" - }, - "ReminderType": { - "shape": "EndOfMeetingReminderType", - "documentation": "

The type of sound that users hear during the end of meeting reminder.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether an end of meeting reminder is enabled or not.

" - } - }, - "documentation": "

Creates 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.

" - }, - "CreateGatewayGroupRequest": { - "type": "structure", - "required": [ - "Name", - "ClientRequestToken" - ], - "members": { - "Name": { - "shape": "GatewayGroupName", - "documentation": "

The name of the gateway group.

" - }, - "Description": { - "shape": "GatewayGroupDescription", - "documentation": "

The description of the gateway group.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

A unique, user-specified identifier for the request that ensures idempotency.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "CreateGatewayGroupResponse": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the created gateway group.

" - } - } - }, - "CreateInstantBooking": { - "type": "structure", - "required": [ - "DurationInMinutes", - "Enabled" - ], - "members": { - "DurationInMinutes": { - "shape": "Minutes", - "documentation": "

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.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether instant booking is enabled or not.

" - } - }, - "documentation": "

Creates settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.

" - }, - "CreateMeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "shape": "Boolean", - "documentation": "

Whether room utilization metrics are enabled or not.

" - }, - "EndOfMeetingReminder": { - "shape": "CreateEndOfMeetingReminder" - }, - "InstantBooking": { - "shape": "CreateInstantBooking", - "documentation": "

Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.

" - }, - "RequireCheckIn": { - "shape": "CreateRequireCheckIn", - "documentation": "

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.”

" - }, - "ProactiveJoin": { - "shape": "CreateProactiveJoin" - } - }, - "documentation": "

Creates meeting room settings of a room profile.

" - }, - "CreateNetworkProfileRequest": { - "type": "structure", - "required": [ - "NetworkProfileName", - "Ssid", - "SecurityType", - "ClientRequestToken" - ], - "members": { - "NetworkProfileName": { - "shape": "NetworkProfileName", - "documentation": "

The name of the network profile associated with a device.

" - }, - "Description": { - "shape": "NetworkProfileDescription", - "documentation": "

Detailed information about a device's network profile.

" - }, - "Ssid": { - "shape": "NetworkSsid", - "documentation": "

The SSID of the Wi-Fi network.

" - }, - "SecurityType": { - "shape": "NetworkSecurityType", - "documentation": "

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

" - }, - "EapMethod": { - "shape": "NetworkEapMethod", - "documentation": "

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

" - }, - "CurrentPassword": { - "shape": "CurrentWiFiPassword", - "documentation": "

The current password of the Wi-Fi network.

" - }, - "NextPassword": { - "shape": "NextWiFiPassword", - "documentation": "

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.

" - }, - "CertificateAuthorityArn": { - "shape": "Arn", - "documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

" - }, - "TrustAnchors": { - "shape": "TrustAnchorList", - "documentation": "

The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "CreateNetworkProfileResponse": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - } - } - }, - "CreateProactiveJoin": { - "type": "structure", - "required": [ - "EnabledByMotion" - ], - "members": { - "EnabledByMotion": { - "shape": "Boolean" - } - } - }, - "CreateProfileRequest": { - "type": "structure", - "required": [ - "ProfileName", - "Timezone", - "Address", - "DistanceUnit", - "TemperatureUnit", - "WakeWord" - ], - "members": { - "ProfileName": { - "shape": "ProfileName", - "documentation": "

The name of a room profile.

" - }, - "Timezone": { - "shape": "Timezone", - "documentation": "

The time zone used by a room profile.

" - }, - "Address": { - "shape": "Address", - "documentation": "

The valid address for the room.

" - }, - "DistanceUnit": { - "shape": "DistanceUnit", - "documentation": "

The distance unit to be used by devices in the profile.

" - }, - "TemperatureUnit": { - "shape": "TemperatureUnit", - "documentation": "

The temperature unit to be used by devices in the profile.

" - }, - "WakeWord": { - "shape": "WakeWord", - "documentation": "

A wake word for Alexa, Echo, Amazon, or a computer.

" - }, - "Locale": { - "shape": "DeviceLocale", - "documentation": "

The locale of the room profile. (This is currently only available to a limited preview audience.)

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

The user-specified token that is used during the creation of a profile.

", - "idempotencyToken": true - }, - "SetupModeDisabled": { - "shape": "Boolean", - "documentation": "

Whether room profile setup is enabled.

" - }, - "MaxVolumeLimit": { - "shape": "MaxVolumeLimit", - "documentation": "

The maximum volume limit for a room profile.

" - }, - "PSTNEnabled": { - "shape": "Boolean", - "documentation": "

Whether PSTN calling is enabled.

" - }, - "DataRetentionOptIn": { - "shape": "Boolean", - "documentation": "

Whether data retention of the profile is enabled.

" - }, - "MeetingRoomConfiguration": { - "shape": "CreateMeetingRoomConfiguration", - "documentation": "

The meeting room settings of a room profile.

" - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags for the profile.

" - } - } - }, - "CreateProfileResponse": { - "type": "structure", - "members": { - "ProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created room profile in the response.

" - } - } - }, - "CreateRequireCheckIn": { - "type": "structure", - "required": [ - "ReleaseAfterMinutes", - "Enabled" - ], - "members": { - "ReleaseAfterMinutes": { - "shape": "Minutes", - "documentation": "

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether require check in is enabled or not.

" - } - }, - "documentation": "

Creates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

" - }, - "CreateRoomRequest": { - "type": "structure", - "required": [ - "RoomName" - ], - "members": { - "RoomName": { - "shape": "RoomName", - "documentation": "

The name for the room.

" - }, - "Description": { - "shape": "RoomDescription", - "documentation": "

The description for the room.

" - }, - "ProfileArn": { - "shape": "Arn", - "documentation": "

The profile ARN for the room. This is required.

" - }, - "ProviderCalendarId": { - "shape": "ProviderCalendarId", - "documentation": "

The calendar ARN for the room.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

A unique, user-specified identifier for this request that ensures idempotency.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags for the room.

" - } - } - }, - "CreateRoomResponse": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created room in the response.

" - } - } - }, - "CreateSkillGroupRequest": { - "type": "structure", - "required": [ - "SkillGroupName" - ], - "members": { - "SkillGroupName": { - "shape": "SkillGroupName", - "documentation": "

The name for the skill group.

" - }, - "Description": { - "shape": "SkillGroupDescription", - "documentation": "

The description for the skill group.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

A unique, user-specified identifier for this request that ensures idempotency.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags for the skill group.

" - } - } - }, - "CreateSkillGroupResponse": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created skill group in the response.

" - } - } - }, - "CreateUserRequest": { - "type": "structure", - "required": [ - "UserId" - ], - "members": { - "UserId": { - "shape": "user_UserId", - "documentation": "

The ARN for the user.

" - }, - "FirstName": { - "shape": "user_FirstName", - "documentation": "

The first name for the user.

" - }, - "LastName": { - "shape": "user_LastName", - "documentation": "

The last name for the user.

" - }, - "Email": { - "shape": "Email", - "documentation": "

The email address for the user.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

A unique, user-specified identifier for this request that ensures idempotency.

", - "idempotencyToken": true - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags for the user.

" - } - } - }, - "CreateUserResponse": { - "type": "structure", - "members": { - "UserArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created user in the response.

" - } - } - }, - "CurrentWiFiPassword": { - "type": "string", - "max": 128, - "min": 5, - "pattern": "[\\x00-\\x7F]*", - "sensitive": true - }, - "CustomerS3BucketName": { - "type": "string", - "pattern": "[a-z0-9-\\.]{3,63}" - }, - "Date": { - "type": "string", - "pattern": "^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$" - }, - "DeleteAddressBookRequest": { - "type": "structure", - "required": [ - "AddressBookArn" - ], - "members": { - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address book to delete.

" - } - } - }, - "DeleteAddressBookResponse": { - "type": "structure", - "members": {} - }, - "DeleteBusinessReportScheduleRequest": { - "type": "structure", - "required": [ - "ScheduleArn" - ], - "members": { - "ScheduleArn": { - "shape": "Arn", - "documentation": "

The ARN of the business report schedule.

" - } - } - }, - "DeleteBusinessReportScheduleResponse": { - "type": "structure", - "members": {} - }, - "DeleteConferenceProviderRequest": { - "type": "structure", - "required": [ - "ConferenceProviderArn" - ], - "members": { - "ConferenceProviderArn": { - "shape": "Arn", - "documentation": "

The ARN of the conference provider.

" - } - } - }, - "DeleteConferenceProviderResponse": { - "type": "structure", - "members": {} - }, - "DeleteContactRequest": { - "type": "structure", - "required": [ - "ContactArn" - ], - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact to delete.

" - } - } - }, - "DeleteContactResponse": { - "type": "structure", - "members": {} - }, - "DeleteDeviceRequest": { - "type": "structure", - "required": [ - "DeviceArn" - ], - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device for which to request details.

" - } - } - }, - "DeleteDeviceResponse": { - "type": "structure", - "members": {} - }, - "DeleteDeviceUsageDataRequest": { - "type": "structure", - "required": [ - "DeviceArn", - "DeviceUsageType" - ], - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device.

" - }, - "DeviceUsageType": { - "shape": "DeviceUsageType", - "documentation": "

The type of usage data to delete.

" - } - } - }, - "DeleteDeviceUsageDataResponse": { - "type": "structure", - "members": {} - }, - "DeleteGatewayGroupRequest": { - "type": "structure", - "required": [ - "GatewayGroupArn" - ], - "members": { - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group to delete.

" - } - } - }, - "DeleteGatewayGroupResponse": { - "type": "structure", - "members": {} - }, - "DeleteNetworkProfileRequest": { - "type": "structure", - "required": [ - "NetworkProfileArn" - ], - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - } - } - }, - "DeleteNetworkProfileResponse": { - "type": "structure", - "members": {} - }, - "DeleteProfileRequest": { - "type": "structure", - "members": { - "ProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the room profile to delete. Required.

" - } - } - }, - "DeleteProfileResponse": { - "type": "structure", - "members": {} - }, - "DeleteRoomRequest": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room to delete. Required.

" - } - } - }, - "DeleteRoomResponse": { - "type": "structure", - "members": {} - }, - "DeleteRoomSkillParameterRequest": { - "type": "structure", - "required": [ - "SkillId", - "ParameterKey" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room from which to remove the room skill parameter details.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The ID of the skill from which to remove the room skill parameter details.

" - }, - "ParameterKey": { - "shape": "RoomSkillParameterKey", - "documentation": "

The room skill parameter key for which to remove details.

" - } - } - }, - "DeleteRoomSkillParameterResponse": { - "type": "structure", - "members": {} - }, - "DeleteSkillAuthorizationRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The unique identifier of a skill.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The room that the skill is authorized for.

" - } - } - }, - "DeleteSkillAuthorizationResponse": { - "type": "structure", - "members": {} - }, - "DeleteSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group to delete. Required.

" - } - } - }, - "DeleteSkillGroupResponse": { - "type": "structure", - "members": {} - }, - "DeleteUserRequest": { - "type": "structure", - "required": [ - "EnrollmentId" - ], - "members": { - "UserArn": { - "shape": "Arn", - "documentation": "

The ARN of the user to delete in the organization. Required.

" - }, - "EnrollmentId": { - "shape": "EnrollmentId", - "documentation": "

The ARN of the user's enrollment in the organization. Required.

" - } - } - }, - "DeleteUserResponse": { - "type": "structure", - "members": {} - }, - "DeveloperInfo": { - "type": "structure", - "members": { - "DeveloperName": { - "shape": "DeveloperName", - "documentation": "

The name of the developer.

" - }, - "PrivacyPolicy": { - "shape": "PrivacyPolicy", - "documentation": "

The URL of the privacy policy.

" - }, - "Email": { - "shape": "Email", - "documentation": "

The email of the developer.

" - }, - "Url": { - "shape": "Url", - "documentation": "

The website of the developer.

" - } - }, - "documentation": "

The details about the developer that published the skill.

" - }, - "DeveloperName": { - "type": "string" - }, - "Device": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of a device.

" - }, - "DeviceSerialNumber": { - "shape": "DeviceSerialNumber", - "documentation": "

The serial number of a device.

" - }, - "DeviceType": { - "shape": "DeviceType", - "documentation": "

The type of a device.

" - }, - "DeviceName": { - "shape": "DeviceName", - "documentation": "

The name of a device.

" - }, - "SoftwareVersion": { - "shape": "SoftwareVersion", - "documentation": "

The software version of a device.

" - }, - "MacAddress": { - "shape": "MacAddress", - "documentation": "

The MAC address of a device.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The room ARN of a device.

" - }, - "DeviceStatus": { - "shape": "DeviceStatus", - "documentation": "

The status of a device. If the status is not READY, check the DeviceStatusInfo value for details.

" - }, - "DeviceStatusInfo": { - "shape": "DeviceStatusInfo", - "documentation": "

Detailed information about a device's status.

" - }, - "NetworkProfileInfo": { - "shape": "DeviceNetworkProfileInfo", - "documentation": "

Detailed information about a device's network profile.

" - } - }, - "documentation": "

A device with attributes.

" - }, - "DeviceData": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of a device.

" - }, - "DeviceSerialNumber": { - "shape": "DeviceSerialNumber", - "documentation": "

The serial number of a device.

" - }, - "DeviceType": { - "shape": "DeviceType", - "documentation": "

The type of a device.

" - }, - "DeviceName": { - "shape": "DeviceName", - "documentation": "

The name of a device.

" - }, - "SoftwareVersion": { - "shape": "SoftwareVersion", - "documentation": "

The software version of a device.

" - }, - "MacAddress": { - "shape": "MacAddress", - "documentation": "

The MAC address of a device.

" - }, - "DeviceStatus": { - "shape": "DeviceStatus", - "documentation": "

The status of a device.

" - }, - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - }, - "NetworkProfileName": { - "shape": "NetworkProfileName", - "documentation": "

The name of the network profile associated with a device.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The room ARN associated with a device.

" - }, - "RoomName": { - "shape": "DeviceRoomName", - "documentation": "

The name of the room associated with a device.

" - }, - "DeviceStatusInfo": { - "shape": "DeviceStatusInfo", - "documentation": "

Detailed information about a device's status.

" - }, - "CreatedTime": { - "shape": "DeviceDataCreatedTime", - "documentation": "

The time (in epoch) when the device data was created.

" - } - }, - "documentation": "

Device attributes.

" - }, - "DeviceDataCreatedTime": { - "type": "timestamp" - }, - "DeviceDataList": { - "type": "list", - "member": { - "shape": "DeviceData" - } - }, - "DeviceEvent": { - "type": "structure", - "members": { - "Type": { - "shape": "DeviceEventType", - "documentation": "

The type of device event.

" - }, - "Value": { - "shape": "DeviceEventValue", - "documentation": "

The value of the event.

" - }, - "Timestamp": { - "shape": "DeviceEventTime", - "documentation": "

The time (in epoch) when the event occurred.

" - } - }, - "documentation": "

The list of device events.

" - }, - "DeviceEventList": { - "type": "list", - "member": { - "shape": "DeviceEvent" - } - }, - "DeviceEventTime": { - "type": "timestamp" - }, - "DeviceEventType": { - "type": "string", - "enum": [ - "CONNECTION_STATUS", - "DEVICE_STATUS" - ] - }, - "DeviceEventValue": { - "type": "string" - }, - "DeviceLocale": { - "type": "string", - "max": 256, - "min": 1 - }, - "DeviceName": { - "type": "string", - "max": 100, - "min": 2, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "DeviceNetworkProfileInfo": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - }, - "CertificateArn": { - "shape": "Arn", - "documentation": "

The ARN of the certificate associated with a device.

" - }, - "CertificateExpirationTime": { - "shape": "CertificateTime", - "documentation": "

The time (in epoch) when the certificate expires.

" - } - }, - "documentation": "

Detailed information about a device's network profile.

" - }, - "DeviceRoomName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "DeviceSerialNumber": { - "type": "string", - "pattern": "[a-zA-Z0-9]{1,200}" - }, - "DeviceSerialNumberForAVS": { - "type": "string", - "pattern": "^[a-zA-Z0-9]{1,50}$" - }, - "DeviceStatus": { - "type": "string", - "enum": [ - "READY", - "PENDING", - "WAS_OFFLINE", - "DEREGISTERED", - "FAILED" - ] - }, - "DeviceStatusDetail": { - "type": "structure", - "members": { - "Feature": { - "shape": "Feature", - "documentation": "

The list of available features on the device.

" - }, - "Code": { - "shape": "DeviceStatusDetailCode", - "documentation": "

The device status detail code.

" - } - }, - "documentation": "

Details of a device’s status.

" - }, - "DeviceStatusDetailCode": { - "type": "string", - "enum": [ - "DEVICE_SOFTWARE_UPDATE_NEEDED", - "DEVICE_WAS_OFFLINE", - "CREDENTIALS_ACCESS_FAILURE", - "TLS_VERSION_MISMATCH", - "ASSOCIATION_REJECTION", - "AUTHENTICATION_FAILURE", - "DHCP_FAILURE", - "INTERNET_UNAVAILABLE", - "DNS_FAILURE", - "UNKNOWN_FAILURE", - "CERTIFICATE_ISSUING_LIMIT_EXCEEDED", - "INVALID_CERTIFICATE_AUTHORITY", - "NETWORK_PROFILE_NOT_FOUND", - "INVALID_PASSWORD_STATE", - "PASSWORD_NOT_FOUND", - "PASSWORD_MANAGER_ACCESS_DENIED", - "CERTIFICATE_AUTHORITY_ACCESS_DENIED" - ] - }, - "DeviceStatusDetails": { - "type": "list", - "member": { - "shape": "DeviceStatusDetail" - } - }, - "DeviceStatusInfo": { - "type": "structure", - "members": { - "DeviceStatusDetails": { - "shape": "DeviceStatusDetails", - "documentation": "

One or more device status detail descriptions.

" - }, - "ConnectionStatus": { - "shape": "ConnectionStatus", - "documentation": "

The latest available information about the connection status of a device.

" - }, - "ConnectionStatusUpdatedTime": { - "shape": "ConnectionStatusUpdatedTime", - "documentation": "

The time (in epoch) when the device connection status changed.

" - } - }, - "documentation": "

Detailed information about a device's status.

" - }, - "DeviceType": { - "type": "string", - "pattern": "[a-zA-Z0-9]{1,200}" - }, - "DeviceUsageType": { - "type": "string", - "enum": [ - "VOICE" - ] - }, - "DisassociateContactFromAddressBookRequest": { - "type": "structure", - "required": [ - "ContactArn", - "AddressBookArn" - ], - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact to disassociate from an address book.

" - }, - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address from which to disassociate the contact.

" - } - } - }, - "DisassociateContactFromAddressBookResponse": { - "type": "structure", - "members": {} - }, - "DisassociateDeviceFromRoomRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device to disassociate from a room. Required.

" - } - } - }, - "DisassociateDeviceFromRoomResponse": { - "type": "structure", - "members": {} - }, - "DisassociateSkillFromSkillGroupRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The unique identifier of a skill. Required.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The ARN of a skill group to associate to a skill.

" - } - } - }, - "DisassociateSkillFromSkillGroupResponse": { - "type": "structure", - "members": {} - }, - "DisassociateSkillFromUsersRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The private skill ID you want to make unavailable for enrolled users.

" - } - } - }, - "DisassociateSkillFromUsersResponse": { - "type": "structure", - "members": {} - }, - "DisassociateSkillGroupFromRoomRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group to disassociate from a room. Required.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room from which the skill group is to be disassociated. Required.

" - } - } - }, - "DisassociateSkillGroupFromRoomResponse": { - "type": "structure", - "members": {} - }, - "DistanceUnit": { - "type": "string", - "enum": [ - "METRIC", - "IMPERIAL" - ] - }, - "Email": { - "type": "string", - "max": 128, - "min": 1, - "pattern": "\\w[+-.\\w]*@\\w[\\w\\.\\-]+\\.[0-9a-zA-Z]{2,24}" - }, - "EnablementType": { - "type": "string", - "enum": [ - "ENABLED", - "PENDING" - ] - }, - "EnablementTypeFilter": { - "type": "string", - "enum": [ - "ENABLED", - "PENDING" - ] - }, - "EndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "shape": "EndOfMeetingReminderMinutesList", - "documentation": "

A range of 3 to 15 minutes that determines when the reminder begins.

" - }, - "ReminderType": { - "shape": "EndOfMeetingReminderType", - "documentation": "

The type of sound that users hear during the end of meeting reminder.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether an end of meeting reminder is enabled or not.

" - } - }, - "documentation": "

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.

" - }, - "EndOfMeetingReminderMinutesList": { - "type": "list", - "member": { - "shape": "Minutes" - }, - "max": 1, - "min": 1 - }, - "EndOfMeetingReminderType": { - "type": "string", - "enum": [ - "ANNOUNCEMENT_TIME_CHECK", - "ANNOUNCEMENT_VARIABLE_TIME_LEFT", - "CHIME", - "KNOCK" - ] - }, - "EndUserLicenseAgreement": { - "type": "string" - }, - "Endpoint": { - "type": "string", - "max": 256, - "min": 1 - }, - "EnrollmentId": { - "type": "string", - "max": 128, - "min": 0 - }, - "EnrollmentStatus": { - "type": "string", - "enum": [ - "INITIALIZED", - "PENDING", - "REGISTERED", - "DISASSOCIATING", - "DEREGISTERING" - ] - }, - "Feature": { - "type": "string", - "enum": [ - "BLUETOOTH", - "VOLUME", - "NOTIFICATIONS", - "LISTS", - "SKILLS", - "NETWORK_PROFILE", - "SETTINGS", - "ALL" - ] - }, - "Features": { - "type": "list", - "member": { - "shape": "Feature" - } - }, - "Filter": { - "type": "structure", - "required": [ - "Key", - "Values" - ], - "members": { - "Key": { - "shape": "FilterKey", - "documentation": "

The key of a filter.

" - }, - "Values": { - "shape": "FilterValueList", - "documentation": "

The values of a filter.

" - } - }, - "documentation": "

A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria.

" - }, - "FilterKey": { - "type": "string", - "max": 500, - "min": 1 - }, - "FilterList": { - "type": "list", - "member": { - "shape": "Filter" - }, - "max": 25 - }, - "FilterValue": { - "type": "string", - "max": 500, - "min": 1 - }, - "FilterValueList": { - "type": "list", - "member": { - "shape": "FilterValue" - }, - "max": 50 - }, - "ForgetSmartHomeAppliancesRequest": { - "type": "structure", - "required": [ - "RoomArn" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The room that the appliances are associated with.

" - } - } - }, - "ForgetSmartHomeAppliancesResponse": { - "type": "structure", - "members": {} - }, - "Gateway": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway.

" - }, - "Name": { - "shape": "GatewayName", - "documentation": "

The name of the gateway.

" - }, - "Description": { - "shape": "GatewayDescription", - "documentation": "

The description of the gateway.

" - }, - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group that the gateway is associated to.

" - }, - "SoftwareVersion": { - "shape": "GatewayVersion", - "documentation": "

The software version of the gateway. The gateway automatically updates its software version during normal operation.

" - } - }, - "documentation": "

The details of the gateway.

" - }, - "GatewayDescription": { - "type": "string", - "max": 200, - "min": 0, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "GatewayGroup": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group.

" - }, - "Name": { - "shape": "GatewayGroupName", - "documentation": "

The name of the gateway group.

" - }, - "Description": { - "shape": "GatewayGroupDescription", - "documentation": "

The description of the gateway group.

" - } - }, - "documentation": "

The details of the gateway group.

" - }, - "GatewayGroupDescription": { - "type": "string", - "max": 200, - "min": 0 - }, - "GatewayGroupName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "GatewayGroupSummaries": { - "type": "list", - "member": { - "shape": "GatewayGroupSummary" - } - }, - "GatewayGroupSummary": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group.

" - }, - "Name": { - "shape": "GatewayGroupName", - "documentation": "

The name of the gateway group.

" - }, - "Description": { - "shape": "GatewayGroupDescription", - "documentation": "

The description of the gateway group.

" - } - }, - "documentation": "

The summary of a gateway group.

" - }, - "GatewayName": { - "type": "string", - "max": 253, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "GatewaySummaries": { - "type": "list", - "member": { - "shape": "GatewaySummary" - } - }, - "GatewaySummary": { - "type": "structure", - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway.

" - }, - "Name": { - "shape": "GatewayName", - "documentation": "

The name of the gateway.

" - }, - "Description": { - "shape": "GatewayDescription", - "documentation": "

The description of the gateway.

" - }, - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group that the gateway is associated to.

" - }, - "SoftwareVersion": { - "shape": "GatewayVersion", - "documentation": "

The software version of the gateway. The gateway automatically updates its software version during normal operation.

" - } - }, - "documentation": "

The summary of a gateway.

" - }, - "GatewayVersion": { - "type": "string", - "max": 50, - "min": 1 - }, - "GenericKeyword": { - "type": "string" - }, - "GenericKeywords": { - "type": "list", - "member": { - "shape": "GenericKeyword" - } - }, - "GetAddressBookRequest": { - "type": "structure", - "required": [ - "AddressBookArn" - ], - "members": { - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address book for which to request details.

" - } - } - }, - "GetAddressBookResponse": { - "type": "structure", - "members": { - "AddressBook": { - "shape": "AddressBook", - "documentation": "

The details of the requested address book.

" - } - } - }, - "GetConferencePreferenceRequest": { - "type": "structure", - "members": {} - }, - "GetConferencePreferenceResponse": { - "type": "structure", - "members": { - "Preference": { - "shape": "ConferencePreference", - "documentation": "

The conference preference.

" - } - } - }, - "GetConferenceProviderRequest": { - "type": "structure", - "required": [ - "ConferenceProviderArn" - ], - "members": { - "ConferenceProviderArn": { - "shape": "Arn", - "documentation": "

The ARN of the newly created conference provider.

" - } - } - }, - "GetConferenceProviderResponse": { - "type": "structure", - "members": { - "ConferenceProvider": { - "shape": "ConferenceProvider", - "documentation": "

The conference provider.

" - } - } - }, - "GetContactRequest": { - "type": "structure", - "required": [ - "ContactArn" - ], - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact for which to request details.

" - } - } - }, - "GetContactResponse": { - "type": "structure", - "members": { - "Contact": { - "shape": "Contact", - "documentation": "

The details of the requested contact.

" - } - } - }, - "GetDeviceRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device for which to request details. Required.

" - } - } - }, - "GetDeviceResponse": { - "type": "structure", - "members": { - "Device": { - "shape": "Device", - "documentation": "

The details of the device requested. Required.

" - } - } - }, - "GetGatewayGroupRequest": { - "type": "structure", - "required": [ - "GatewayGroupArn" - ], - "members": { - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group to get.

" - } - } - }, - "GetGatewayGroupResponse": { - "type": "structure", - "members": { - "GatewayGroup": { - "shape": "GatewayGroup" - } - } - }, - "GetGatewayRequest": { - "type": "structure", - "required": [ - "GatewayArn" - ], - "members": { - "GatewayArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway to get.

" - } - } - }, - "GetGatewayResponse": { - "type": "structure", - "members": { - "Gateway": { - "shape": "Gateway", - "documentation": "

The details of the gateway.

" - } - } - }, - "GetInvitationConfigurationRequest": { - "type": "structure", - "members": {} - }, - "GetInvitationConfigurationResponse": { - "type": "structure", - "members": { - "OrganizationName": { - "shape": "OrganizationName", - "documentation": "

The name of the organization sending the enrollment invite to a user.

" - }, - "ContactEmail": { - "shape": "Email", - "documentation": "

The email ID of the organization or individual contact that the enrolled user can use.

" - }, - "PrivateSkillIds": { - "shape": "ShortSkillIdList", - "documentation": "

The list of private skill IDs that you want to recommend to the user to enable in the invitation.

" - } - } - }, - "GetNetworkProfileRequest": { - "type": "structure", - "required": [ - "NetworkProfileArn" - ], - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - } - } - }, - "GetNetworkProfileResponse": { - "type": "structure", - "members": { - "NetworkProfile": { - "shape": "NetworkProfile", - "documentation": "

The network profile associated with a device.

" - } - } - }, - "GetProfileRequest": { - "type": "structure", - "members": { - "ProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the room profile for which to request details. Required.

" - } - } - }, - "GetProfileResponse": { - "type": "structure", - "members": { - "Profile": { - "shape": "Profile", - "documentation": "

The details of the room profile requested. Required.

" - } - } - }, - "GetRoomRequest": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room for which to request details. Required.

" - } - } - }, - "GetRoomResponse": { - "type": "structure", - "members": { - "Room": { - "shape": "Room", - "documentation": "

The details of the room requested.

" - } - } - }, - "GetRoomSkillParameterRequest": { - "type": "structure", - "required": [ - "SkillId", - "ParameterKey" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room from which to get the room skill parameter details.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The ARN of the skill from which to get the room skill parameter details. Required.

" - }, - "ParameterKey": { - "shape": "RoomSkillParameterKey", - "documentation": "

The room skill parameter key for which to get details. Required.

" - } - } - }, - "GetRoomSkillParameterResponse": { - "type": "structure", - "members": { - "RoomSkillParameter": { - "shape": "RoomSkillParameter", - "documentation": "

The details of the room skill parameter requested. Required.

" - } - } - }, - "GetSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group for which to get details. Required.

" - } - } - }, - "GetSkillGroupResponse": { - "type": "structure", - "members": { - "SkillGroup": { - "shape": "SkillGroup", - "documentation": "

The details of the skill group requested. Required.

" - } - } - }, - "IPDialIn": { - "type": "structure", - "required": [ - "Endpoint", - "CommsProtocol" - ], - "members": { - "Endpoint": { - "shape": "Endpoint", - "documentation": "

The IP address.

" - }, - "CommsProtocol": { - "shape": "CommsProtocol", - "documentation": "

The protocol, including SIP, SIPS, and H323.

" - } - }, - "documentation": "

The IP endpoint and protocol for calling.

" - }, - "IconUrl": { - "type": "string" - }, - "InstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "shape": "Minutes", - "documentation": "

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.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether instant booking is enabled or not.

" - } - }, - "documentation": "

Settings for the instant booking feature that are applied to a room profile. When users start their meeting with Alexa, Alexa automatically books the room for the configured duration if the room is available.

" - }, - "InvocationPhrase": { - "type": "string" - }, - "Key": { - "type": "string", - "min": 1 - }, - "ListBusinessReportSchedulesRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

The token used to list the remaining schedules from the previous API call.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

The maximum number of schedules listed in the call.

" - } - } - }, - "ListBusinessReportSchedulesResponse": { - "type": "structure", - "members": { - "BusinessReportSchedules": { - "shape": "BusinessReportScheduleList", - "documentation": "

The schedule of the reports.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token used to list the remaining schedules from the previous API call.

" - } - } - }, - "ListConferenceProvidersRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

The maximum number of conference providers to be returned, per paginated calls.

" - } - } - }, - "ListConferenceProvidersResponse": { - "type": "structure", - "members": { - "ConferenceProviders": { - "shape": "ConferenceProvidersList", - "documentation": "

The conference providers.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - } - } - }, - "ListDeviceEventsRequest": { - "type": "structure", - "required": [ - "DeviceArn" - ], - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of a device.

" - }, - "EventType": { - "shape": "DeviceEventType", - "documentation": "

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.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - } - } - }, - "ListDeviceEventsResponse": { - "type": "structure", - "members": { - "DeviceEvents": { - "shape": "DeviceEventList", - "documentation": "

The device events requested for the device ARN.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - } - } - }, - "ListGatewayGroupsRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

The token used to paginate though multiple pages of gateway group summaries.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

The maximum number of gateway group summaries to return. The default is 50.

" - } - } - }, - "ListGatewayGroupsResponse": { - "type": "structure", - "members": { - "GatewayGroups": { - "shape": "GatewayGroupSummaries", - "documentation": "

The gateway groups in the list.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token used to paginate though multiple pages of gateway group summaries.

" - } - } - }, - "ListGatewaysRequest": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The gateway group ARN for which to list gateways.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token used to paginate though multiple pages of gateway summaries.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

The maximum number of gateway summaries to return. The default is 50.

" - } - } - }, - "ListGatewaysResponse": { - "type": "structure", - "members": { - "Gateways": { - "shape": "GatewaySummaries", - "documentation": "

The gateways in the list.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token used to paginate though multiple pages of gateway summaries.

" - } - } - }, - "ListSkillsRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group for which to list enabled skills.

" - }, - "EnablementType": { - "shape": "EnablementTypeFilter", - "documentation": "

Whether the skill is enabled under the user's account.

" - }, - "SkillType": { - "shape": "SkillTypeFilter", - "documentation": "

Whether the skill is publicly available or is a private skill.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "SkillListMaxResults", - "documentation": "

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": { - "type": "structure", - "members": { - "SkillSummaries": { - "shape": "SkillSummaryList", - "documentation": "

The list of enabled skills requested. Required.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - } - } - }, - "ListSkillsStoreCategoriesRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

The maximum number of categories returned, per paginated calls.

" - } - } - }, - "ListSkillsStoreCategoriesResponse": { - "type": "structure", - "members": { - "CategoryList": { - "shape": "CategoryList", - "documentation": "

The list of categories.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - } - } - }, - "ListSkillsStoreSkillsByCategoryRequest": { - "type": "structure", - "required": [ - "CategoryId" - ], - "members": { - "CategoryId": { - "shape": "CategoryId", - "documentation": "

The category ID for which the skills are being retrieved from the skill store.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - }, - "MaxResults": { - "shape": "SkillListMaxResults", - "documentation": "

The maximum number of skills returned per paginated calls.

" - } - } - }, - "ListSkillsStoreSkillsByCategoryResponse": { - "type": "structure", - "members": { - "SkillsStoreSkills": { - "shape": "SkillsStoreSkillList", - "documentation": "

The skill store skills.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - } - } - }, - "ListSmartHomeAppliancesRequest": { - "type": "structure", - "required": [ - "RoomArn" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The room that the appliances are associated with.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

The maximum number of appliances to be returned, per paginated calls.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - } - } - }, - "ListSmartHomeAppliancesResponse": { - "type": "structure", - "members": { - "SmartHomeAppliances": { - "shape": "SmartHomeApplianceList", - "documentation": "

The smart home appliances.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The tokens used for pagination.

" - } - } - }, - "ListTagsRequest": { - "type": "structure", - "required": [ - "Arn" - ], - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the specified resource for which to list tags.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - } - } - }, - "ListTagsResponse": { - "type": "structure", - "members": { - "Tags": { - "shape": "TagList", - "documentation": "

The tags requested for the specified resource.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - } - } - }, - "Locale": { - "type": "string", - "enum": [ - "en-US" - ] - }, - "MacAddress": { - "type": "string" - }, - "MaxResults": { - "type": "integer", - "max": 50, - "min": 1 - }, - "MaxVolumeLimit": { - "type": "integer" - }, - "MeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "shape": "Boolean", - "documentation": "

Whether room utilization metrics are enabled or not.

" - }, - "EndOfMeetingReminder": { - "shape": "EndOfMeetingReminder", - "documentation": "

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.

" - }, - "InstantBooking": { - "shape": "InstantBooking", - "documentation": "

Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.

" - }, - "RequireCheckIn": { - "shape": "RequireCheckIn", - "documentation": "

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.”

" - }, - "ProactiveJoin": { - "shape": "ProactiveJoin" - } - }, - "documentation": "

Meeting room settings of a room profile.

" - }, - "MeetingSetting": { - "type": "structure", - "required": [ - "RequirePin" - ], - "members": { - "RequirePin": { - "shape": "RequirePin", - "documentation": "

The values that indicate whether the pin is always required.

" - } - }, - "documentation": "

The values that indicate whether a pin is always required (YES), never required (NO), or OPTIONAL.

" - }, - "Minutes": { - "type": "integer" - }, - "NetworkEapMethod": { - "type": "string", - "enum": [ - "EAP_TLS" - ] - }, - "NetworkProfile": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - }, - "NetworkProfileName": { - "shape": "NetworkProfileName", - "documentation": "

The name of the network profile associated with a device.

" - }, - "Description": { - "shape": "NetworkProfileDescription", - "documentation": "

Detailed information about a device's network profile.

" - }, - "Ssid": { - "shape": "NetworkSsid", - "documentation": "

The SSID of the Wi-Fi network.

" - }, - "SecurityType": { - "shape": "NetworkSecurityType", - "documentation": "

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

" - }, - "EapMethod": { - "shape": "NetworkEapMethod", - "documentation": "

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

" - }, - "CurrentPassword": { - "shape": "CurrentWiFiPassword", - "documentation": "

The current password of the Wi-Fi network.

" - }, - "NextPassword": { - "shape": "NextWiFiPassword", - "documentation": "

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.

" - }, - "CertificateAuthorityArn": { - "shape": "Arn", - "documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

" - }, - "TrustAnchors": { - "shape": "TrustAnchorList", - "documentation": "

The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation.

" - } - }, - "documentation": "

The network profile associated with a device.

" - }, - "NetworkProfileData": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - }, - "NetworkProfileName": { - "shape": "NetworkProfileName", - "documentation": "

The name of the network profile associated with a device.

" - }, - "Description": { - "shape": "NetworkProfileDescription", - "documentation": "

Detailed information about a device's network profile.

" - }, - "Ssid": { - "shape": "NetworkSsid", - "documentation": "

The SSID of the Wi-Fi network.

" - }, - "SecurityType": { - "shape": "NetworkSecurityType", - "documentation": "

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN.

" - }, - "EapMethod": { - "shape": "NetworkEapMethod", - "documentation": "

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported.

" - }, - "CertificateAuthorityArn": { - "shape": "Arn", - "documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

" - } - }, - "documentation": "

The data associated with a network profile.

" - }, - "NetworkProfileDataList": { - "type": "list", - "member": { - "shape": "NetworkProfileData" - } - }, - "NetworkProfileDescription": { - "type": "string", - "max": 200, - "min": 0, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "NetworkProfileName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "NetworkSecurityType": { - "type": "string", - "enum": [ - "OPEN", - "WEP", - "WPA_PSK", - "WPA2_PSK", - "WPA2_ENTERPRISE" - ] - }, - "NetworkSsid": { - "type": "string", - "max": 32, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "NewInThisVersionBulletPoints": { - "type": "list", - "member": { - "shape": "BulletPoint" - } - }, - "NextToken": { - "type": "string", - "max": 1100, - "min": 1 - }, - "NextWiFiPassword": { - "type": "string", - "max": 128, - "min": 0, - "pattern": "(^$)|([\\x00-\\x7F]{5,})", - "sensitive": true - }, - "OneClickIdDelay": { - "type": "string", - "max": 2, - "min": 1 - }, - "OneClickPinDelay": { - "type": "string", - "max": 2, - "min": 1 - }, - "OrganizationName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "OutboundPhoneNumber": { - "type": "string", - "pattern": "\\d{10}" - }, - "PSTNDialIn": { - "type": "structure", - "required": [ - "CountryCode", - "PhoneNumber", - "OneClickIdDelay", - "OneClickPinDelay" - ], - "members": { - "CountryCode": { - "shape": "CountryCode", - "documentation": "

The zip code.

" - }, - "PhoneNumber": { - "shape": "OutboundPhoneNumber", - "documentation": "

The phone number to call to join the conference.

" - }, - "OneClickIdDelay": { - "shape": "OneClickIdDelay", - "documentation": "

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.

" - }, - "OneClickPinDelay": { - "shape": "OneClickPinDelay", - "documentation": "

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.

" - } - }, - "documentation": "

The information for public switched telephone network (PSTN) conferencing.

" - }, - "PhoneNumber": { - "type": "structure", - "required": [ - "Number", - "Type" - ], - "members": { - "Number": { - "shape": "RawPhoneNumber", - "documentation": "

The raw value of the phone number.

" - }, - "Type": { - "shape": "PhoneNumberType", - "documentation": "

The type of the phone number.

" - } - }, - "documentation": "

The phone number for the contact containing the raw number and phone number type.

" - }, - "PhoneNumberList": { - "type": "list", - "member": { - "shape": "PhoneNumber" - }, - "max": 3, - "min": 0 - }, - "PhoneNumberType": { - "type": "string", - "enum": [ - "MOBILE", - "WORK", - "HOME" - ], - "sensitive": true - }, - "PrivacyPolicy": { - "type": "string" - }, - "ProactiveJoin": { - "type": "structure", - "members": { - "EnabledByMotion": { - "shape": "Boolean" - } - } - }, - "ProductDescription": { - "type": "string" - }, - "ProductId": { - "type": "string", - "pattern": "^[a-zA-Z0-9_]{1,256}$" - }, - "Profile": { - "type": "structure", - "members": { - "ProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of a room profile.

" - }, - "ProfileName": { - "shape": "ProfileName", - "documentation": "

The name of a room profile.

" - }, - "IsDefault": { - "shape": "Boolean", - "documentation": "

Retrieves if the profile is default or not.

" - }, - "Address": { - "shape": "Address", - "documentation": "

The address of a room profile.

" - }, - "Timezone": { - "shape": "Timezone", - "documentation": "

The time zone of a room profile.

" - }, - "DistanceUnit": { - "shape": "DistanceUnit", - "documentation": "

The distance unit of a room profile.

" - }, - "TemperatureUnit": { - "shape": "TemperatureUnit", - "documentation": "

The temperature unit of a room profile.

" - }, - "WakeWord": { - "shape": "WakeWord", - "documentation": "

The wake word of a room profile.

" - }, - "Locale": { - "shape": "DeviceLocale", - "documentation": "

The locale of a room profile. (This is currently available only to a limited preview audience.)

" - }, - "SetupModeDisabled": { - "shape": "Boolean", - "documentation": "

The setup mode of a room profile.

" - }, - "MaxVolumeLimit": { - "shape": "MaxVolumeLimit", - "documentation": "

The max volume limit of a room profile.

" - }, - "PSTNEnabled": { - "shape": "Boolean", - "documentation": "

The PSTN setting of a room profile.

" - }, - "DataRetentionOptIn": { - "shape": "Boolean", - "documentation": "

Whether data retention of the profile is enabled.

" - }, - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the address book.

" - }, - "MeetingRoomConfiguration": { - "shape": "MeetingRoomConfiguration", - "documentation": "

Meeting room settings of a room profile.

" - } - }, - "documentation": "

A room profile with attributes.

" - }, - "ProfileData": { - "type": "structure", - "members": { - "ProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of a room profile.

" - }, - "ProfileName": { - "shape": "ProfileName", - "documentation": "

The name of a room profile.

" - }, - "IsDefault": { - "shape": "Boolean", - "documentation": "

Retrieves if the profile data is default or not.

" - }, - "Address": { - "shape": "Address", - "documentation": "

The address of a room profile.

" - }, - "Timezone": { - "shape": "Timezone", - "documentation": "

The time zone of a room profile.

" - }, - "DistanceUnit": { - "shape": "DistanceUnit", - "documentation": "

The distance unit of a room profile.

" - }, - "TemperatureUnit": { - "shape": "TemperatureUnit", - "documentation": "

The temperature unit of a room profile.

" - }, - "WakeWord": { - "shape": "WakeWord", - "documentation": "

The wake word of a room profile.

" - }, - "Locale": { - "shape": "DeviceLocale", - "documentation": "

The locale of a room profile. (This is currently available only to a limited preview audience.)

" - } - }, - "documentation": "

The data of a room profile.

" - }, - "ProfileDataList": { - "type": "list", - "member": { - "shape": "ProfileData" - } - }, - "ProfileName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "ProviderCalendarId": { - "type": "string", - "max": 100, - "min": 0 - }, - "PutConferencePreferenceRequest": { - "type": "structure", - "required": [ - "ConferencePreference" - ], - "members": { - "ConferencePreference": { - "shape": "ConferencePreference", - "documentation": "

The conference preference of a specific conference provider.

" - } - } - }, - "PutConferencePreferenceResponse": { - "type": "structure", - "members": {} - }, - "PutInvitationConfigurationRequest": { - "type": "structure", - "required": [ - "OrganizationName" - ], - "members": { - "OrganizationName": { - "shape": "OrganizationName", - "documentation": "

The name of the organization sending the enrollment invite to a user.

" - }, - "ContactEmail": { - "shape": "Email", - "documentation": "

The email ID of the organization or individual contact that the enrolled user can use.

" - }, - "PrivateSkillIds": { - "shape": "ShortSkillIdList", - "documentation": "

The list of private skill IDs that you want to recommend to the user to enable in the invitation.

" - } - } - }, - "PutInvitationConfigurationResponse": { - "type": "structure", - "members": {} - }, - "PutRoomSkillParameterRequest": { - "type": "structure", - "required": [ - "SkillId", - "RoomSkillParameter" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room associated with the room skill parameter. Required.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The ARN of the skill associated with the room skill parameter. Required.

" - }, - "RoomSkillParameter": { - "shape": "RoomSkillParameter", - "documentation": "

The updated room skill parameter. Required.

" - } - } - }, - "PutRoomSkillParameterResponse": { - "type": "structure", - "members": {} - }, - "PutSkillAuthorizationRequest": { - "type": "structure", - "required": [ - "AuthorizationResult", - "SkillId" - ], - "members": { - "AuthorizationResult": { - "shape": "AuthorizationResult", - "documentation": "

The authorization result specific to OAUTH code grant output. \"Code” must be populated in the AuthorizationResult map to establish the authorization.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The unique identifier of a skill.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The room that the skill is authorized for.

" - } - } - }, - "PutSkillAuthorizationResponse": { - "type": "structure", - "members": {} - }, - "RawPhoneNumber": { - "type": "string", - "max": 50, - "min": 0, - "pattern": "^[\\+0-9\\#\\,\\(][\\+0-9\\-\\.\\/\\(\\)\\,\\#\\s]+$", - "sensitive": true - }, - "RegisterAVSDeviceRequest": { - "type": "structure", - "required": [ - "ClientId", - "UserCode", - "ProductId", - "AmazonId" - ], - "members": { - "ClientId": { - "shape": "ClientId", - "documentation": "

The client ID of the OEM used for code-based linking authorization on an AVS device.

" - }, - "UserCode": { - "shape": "UserCode", - "documentation": "

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.

" - }, - "ProductId": { - "shape": "ProductId", - "documentation": "

The product ID used to identify your AVS device during authorization.

" - }, - "DeviceSerialNumber": { - "shape": "DeviceSerialNumberForAVS", - "documentation": "

The key generated by the OEM that uniquely identifies a specified instance of your AVS device.

" - }, - "AmazonId": { - "shape": "AmazonId", - "documentation": "

The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console.

" - }, - "RoomArn": { - "shape": "Arn", - "documentation": "

The Amazon Resource Name (ARN) of the room with which to associate your AVS device.

" - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "RegisterAVSDeviceResponse": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device.

" - } - } - }, - "RejectSkillRequest": { - "type": "structure", - "required": [ - "SkillId" - ], - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The unique identifier of the skill.

" - } - } - }, - "RejectSkillResponse": { - "type": "structure", - "members": {} - }, - "ReleaseDate": { - "type": "string" - }, - "RequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "shape": "Minutes", - "documentation": "

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether require check in is enabled or not.

" - } - }, - "documentation": "

Settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

" - }, - "RequirePin": { - "type": "string", - "enum": [ - "YES", - "NO", - "OPTIONAL" - ] - }, - "ResolveRoomRequest": { - "type": "structure", - "required": [ - "UserId", - "SkillId" - ], - "members": { - "UserId": { - "shape": "UserId", - "documentation": "

The ARN of the user. Required.

" - }, - "SkillId": { - "shape": "SkillId", - "documentation": "

The ARN of the skill that was requested. Required.

" - } - } - }, - "ResolveRoomResponse": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room from which the skill request was invoked.

" - }, - "RoomName": { - "shape": "RoomName", - "documentation": "

The name of the room from which the skill request was invoked.

" - }, - "RoomSkillParameters": { - "shape": "RoomSkillParameters", - "documentation": "

Response to get the room profile request. Required.

" - } - } - }, - "ReviewKey": { - "type": "string" - }, - "ReviewValue": { - "type": "string" - }, - "Reviews": { - "type": "map", - "key": { - "shape": "ReviewKey" - }, - "value": { - "shape": "ReviewValue" - } - }, - "RevokeInvitationRequest": { - "type": "structure", - "members": { - "UserArn": { - "shape": "Arn", - "documentation": "

The ARN of the user for whom to revoke an enrollment invitation. Required.

" - }, - "EnrollmentId": { - "shape": "EnrollmentId", - "documentation": "

The ARN of the enrollment invitation to revoke. Required.

" - } - } - }, - "RevokeInvitationResponse": { - "type": "structure", - "members": {} - }, - "Room": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of a room.

" - }, - "RoomName": { - "shape": "RoomName", - "documentation": "

The name of a room.

" - }, - "Description": { - "shape": "RoomDescription", - "documentation": "

The description of a room.

" - }, - "ProviderCalendarId": { - "shape": "ProviderCalendarId", - "documentation": "

The provider calendar ARN of a room.

" - }, - "ProfileArn": { - "shape": "Arn", - "documentation": "

The profile ARN of a room.

" - } - }, - "documentation": "

A room with attributes.

" - }, - "RoomData": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of a room.

" - }, - "RoomName": { - "shape": "RoomName", - "documentation": "

The name of a room.

" - }, - "Description": { - "shape": "RoomDescription", - "documentation": "

The description of a room.

" - }, - "ProviderCalendarId": { - "shape": "ProviderCalendarId", - "documentation": "

The provider calendar ARN of a room.

" - }, - "ProfileArn": { - "shape": "Arn", - "documentation": "

The profile ARN of a room.

" - }, - "ProfileName": { - "shape": "ProfileName", - "documentation": "

The profile name of a room.

" - } - }, - "documentation": "

The data of a room.

" - }, - "RoomDataList": { - "type": "list", - "member": { - "shape": "RoomData" - } - }, - "RoomDescription": { - "type": "string", - "max": 200, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "RoomName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "RoomSkillParameter": { - "type": "structure", - "required": [ - "ParameterKey", - "ParameterValue" - ], - "members": { - "ParameterKey": { - "shape": "RoomSkillParameterKey", - "documentation": "

The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values.

" - }, - "ParameterValue": { - "shape": "RoomSkillParameterValue", - "documentation": "

The parameter value of a room skill parameter.

" - } - }, - "documentation": "

A skill parameter associated with a room.

" - }, - "RoomSkillParameterKey": { - "type": "string", - "max": 256, - "min": 1 - }, - "RoomSkillParameterValue": { - "type": "string", - "max": 512, - "min": 1 - }, - "RoomSkillParameters": { - "type": "list", - "member": { - "shape": "RoomSkillParameter" - } - }, - "S3KeyPrefix": { - "type": "string", - "max": 100, - "min": 0, - "pattern": "[A-Za-z0-9!_\\-\\.\\*'()/]*" - }, - "SampleUtterances": { - "type": "list", - "member": { - "shape": "Utterance" - } - }, - "SearchAddressBooksRequest": { - "type": "structure", - "members": { - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use to list a specified set of address books. The supported filter key is AddressBookName.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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": { - "type": "structure", - "members": { - "AddressBooks": { - "shape": "AddressBookDataList", - "documentation": "

The address books that meet the specified set of filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of address books returned.

" - } - } - }, - "SearchContactsRequest": { - "type": "structure", - "members": { - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use to list a specified set of address books. The supported filter keys are DisplayName, FirstName, LastName, and AddressBookArns.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use in listing the specified set of contacts. The supported sort keys are DisplayName, FirstName, and LastName.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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": { - "type": "structure", - "members": { - "Contacts": { - "shape": "ContactDataList", - "documentation": "

The contacts that meet the specified set of filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of contacts returned.

" - } - } - }, - "SearchDevicesRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - }, - "Filters": { - "shape": "FilterList", - "documentation": "

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.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

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.

" - } - } - }, - "SearchDevicesResponse": { - "type": "structure", - "members": { - "Devices": { - "shape": "DeviceDataList", - "documentation": "

The devices that meet the specified set of filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of devices returned.

" - } - } - }, - "SearchNetworkProfilesRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - }, - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType.

" - } - } - }, - "SearchNetworkProfilesResponse": { - "type": "structure", - "members": { - "NetworkProfiles": { - "shape": "NetworkProfileDataList", - "documentation": "

The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of network profiles returned.

" - } - } - }, - "SearchProfilesRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - }, - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address.

" - } - } - }, - "SearchProfilesResponse": { - "type": "structure", - "members": { - "Profiles": { - "shape": "ProfileDataList", - "documentation": "

The profiles that meet the specified set of filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of room profiles returned.

" - } - } - }, - "SearchRoomsRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - }, - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use to list a specified set of rooms. The supported filter keys are RoomName and ProfileName.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use in listing the specified set of rooms. The supported sort keys are RoomName and ProfileName.

" - } - } - }, - "SearchRoomsResponse": { - "type": "structure", - "members": { - "Rooms": { - "shape": "RoomDataList", - "documentation": "

The rooms that meet the specified set of filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of rooms returned.

" - } - } - }, - "SearchSkillGroupsRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - }, - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use to list a specified set of skill groups. The supported filter key is SkillGroupName.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use in listing the specified set of skill groups. The supported sort key is SkillGroupName.

" - } - } - }, - "SearchSkillGroupsResponse": { - "type": "structure", - "members": { - "SkillGroups": { - "shape": "SkillGroupDataList", - "documentation": "

The skill groups that meet the filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of skill groups returned.

" - } - } - }, - "SearchUsersRequest": { - "type": "structure", - "members": { - "NextToken": { - "shape": "NextToken", - "documentation": "

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.

" - }, - "MaxResults": { - "shape": "MaxResults", - "documentation": "

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.

" - }, - "Filters": { - "shape": "FilterList", - "documentation": "

The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.

" - }, - "SortCriteria": { - "shape": "SortList", - "documentation": "

The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.

" - } - } - }, - "SearchUsersResponse": { - "type": "structure", - "members": { - "Users": { - "shape": "UserDataList", - "documentation": "

The users that meet the specified set of filter criteria, in sort order.

" - }, - "NextToken": { - "shape": "NextToken", - "documentation": "

The token returned to indicate that there is more data available.

" - }, - "TotalCount": { - "shape": "TotalCount", - "documentation": "

The total number of users returned.

" - } - } - }, - "SendAnnouncementRequest": { - "type": "structure", - "required": [ - "RoomFilters", - "Content", - "ClientRequestToken" - ], - "members": { - "RoomFilters": { - "shape": "FilterList", - "documentation": "

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.

" - }, - "Content": { - "shape": "Content", - "documentation": "

The announcement content. This can contain only one of the three possible announcement types (text, SSML or audio).

" - }, - "TimeToLiveInSeconds": { - "shape": "TimeToLiveInSeconds", - "documentation": "

The time to live for an announcement. Default is 300. If delivery doesn't occur within this time, the announcement is not delivered.

" - }, - "ClientRequestToken": { - "shape": "ClientRequestToken", - "documentation": "

The unique, user-specified identifier for the request that ensures idempotency.

", - "idempotencyToken": true - } - } - }, - "SendAnnouncementResponse": { - "type": "structure", - "members": { - "AnnouncementArn": { - "shape": "Arn", - "documentation": "

The identifier of the announcement.

" - } - } - }, - "SendInvitationRequest": { - "type": "structure", - "members": { - "UserArn": { - "shape": "Arn", - "documentation": "

The ARN of the user to whom to send an invitation. Required.

" - } - } - }, - "SendInvitationResponse": { - "type": "structure", - "members": {} - }, - "ShortDescription": { - "type": "string" - }, - "ShortSkillIdList": { - "type": "list", - "member": { - "shape": "SkillId" - }, - "max": 3, - "min": 0 - }, - "SipAddress": { - "type": "structure", - "required": [ - "Uri", - "Type" - ], - "members": { - "Uri": { - "shape": "SipUri", - "documentation": "

The URI for the SIP address.

" - }, - "Type": { - "shape": "SipType", - "documentation": "

The type of the SIP address.

" - } - }, - "documentation": "

The SIP address for the contact containing the URI and SIP address type.

" - }, - "SipAddressList": { - "type": "list", - "member": { - "shape": "SipAddress" - }, - "max": 1, - "min": 0 - }, - "SipType": { - "type": "string", - "enum": [ - "WORK" - ], - "sensitive": true - }, - "SipUri": { - "type": "string", - "max": 256, - "min": 1, - "pattern": "^sip[s]?:([^@:]+)\\@([^@]+)$", - "sensitive": true - }, - "SkillDetails": { - "type": "structure", - "members": { - "ProductDescription": { - "shape": "ProductDescription", - "documentation": "

The description of the product.

" - }, - "InvocationPhrase": { - "shape": "InvocationPhrase", - "documentation": "

The phrase used to trigger the skill.

" - }, - "ReleaseDate": { - "shape": "ReleaseDate", - "documentation": "

The date when the skill was released.

" - }, - "EndUserLicenseAgreement": { - "shape": "EndUserLicenseAgreement", - "documentation": "

The URL of the end user license agreement.

" - }, - "GenericKeywords": { - "shape": "GenericKeywords", - "documentation": "

The generic keywords associated with the skill that can be used to find a skill.

" - }, - "BulletPoints": { - "shape": "BulletPoints", - "documentation": "

The details about what the skill supports organized as bullet points.

" - }, - "NewInThisVersionBulletPoints": { - "shape": "NewInThisVersionBulletPoints", - "documentation": "

The updates added in bullet points.

" - }, - "SkillTypes": { - "shape": "SkillTypes", - "documentation": "

The types of skills.

" - }, - "Reviews": { - "shape": "Reviews", - "documentation": "

This member has been deprecated.

The list of reviews for the skill, including Key and Value pair.

" - }, - "DeveloperInfo": { - "shape": "DeveloperInfo", - "documentation": "

The details about the developer that published the skill.

" - } - }, - "documentation": "

Granular information about the skill.

" - }, - "SkillGroup": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of a skill group.

" - }, - "SkillGroupName": { - "shape": "SkillGroupName", - "documentation": "

The name of a skill group.

" - }, - "Description": { - "shape": "SkillGroupDescription", - "documentation": "

The description of a skill group.

" - } - }, - "documentation": "

A skill group with attributes.

" - }, - "SkillGroupData": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The skill group ARN of a skill group.

" - }, - "SkillGroupName": { - "shape": "SkillGroupName", - "documentation": "

The skill group name of a skill group.

" - }, - "Description": { - "shape": "SkillGroupDescription", - "documentation": "

The description of a skill group.

" - } - }, - "documentation": "

The attributes of a skill group.

" - }, - "SkillGroupDataList": { - "type": "list", - "member": { - "shape": "SkillGroupData" - } - }, - "SkillGroupDescription": { - "type": "string", - "max": 200, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "SkillGroupName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "SkillId": { - "type": "string", - "pattern": "(^amzn1\\.ask\\.skill\\.[0-9a-f\\-]{1,200})|(^amzn1\\.echo-sdk-ams\\.app\\.[0-9a-f\\-]{1,200})" - }, - "SkillListMaxResults": { - "type": "integer", - "max": 10, - "min": 1 - }, - "SkillName": { - "type": "string", - "max": 100, - "min": 1, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "SkillStoreType": { - "type": "string" - }, - "SkillSummary": { - "type": "structure", - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The ARN of the skill summary.

" - }, - "SkillName": { - "shape": "SkillName", - "documentation": "

The name of the skill.

" - }, - "SupportsLinking": { - "shape": "boolean", - "documentation": "

Linking support for a skill.

" - }, - "EnablementType": { - "shape": "EnablementType", - "documentation": "

Whether the skill is enabled under the user's account, or if it requires linking to be used.

" - }, - "SkillType": { - "shape": "SkillType", - "documentation": "

Whether the skill is publicly available or is a private skill.

" - } - }, - "documentation": "

The summary of skills.

" - }, - "SkillSummaryList": { - "type": "list", - "member": { - "shape": "SkillSummary" - } - }, - "SkillType": { - "type": "string", - "enum": [ - "PUBLIC", - "PRIVATE" - ], - "max": 100, - "min": 1, - "pattern": "[a-zA-Z0-9][a-zA-Z0-9_-]*" - }, - "SkillTypeFilter": { - "type": "string", - "enum": [ - "PUBLIC", - "PRIVATE", - "ALL" - ] - }, - "SkillTypes": { - "type": "list", - "member": { - "shape": "SkillStoreType" - } - }, - "SkillsStoreSkill": { - "type": "structure", - "members": { - "SkillId": { - "shape": "SkillId", - "documentation": "

The ARN of the skill.

" - }, - "SkillName": { - "shape": "SkillName", - "documentation": "

The name of the skill.

" - }, - "ShortDescription": { - "shape": "ShortDescription", - "documentation": "

Short description about the skill.

" - }, - "IconUrl": { - "shape": "IconUrl", - "documentation": "

The URL where the skill icon resides.

" - }, - "SampleUtterances": { - "shape": "SampleUtterances", - "documentation": "

Sample utterances that interact with the skill.

" - }, - "SkillDetails": { - "shape": "SkillDetails", - "documentation": "

Information about the skill.

" - }, - "SupportsLinking": { - "shape": "boolean", - "documentation": "

Linking support for a skill.

" - } - }, - "documentation": "

The detailed information about an Alexa skill.

" - }, - "SkillsStoreSkillList": { - "type": "list", - "member": { - "shape": "SkillsStoreSkill" - } - }, - "SmartHomeAppliance": { - "type": "structure", - "members": { - "FriendlyName": { - "shape": "ApplianceFriendlyName", - "documentation": "

The friendly name of the smart home appliance.

" - }, - "Description": { - "shape": "ApplianceDescription", - "documentation": "

The description of the smart home appliance.

" - }, - "ManufacturerName": { - "shape": "ApplianceManufacturerName", - "documentation": "

The name of the manufacturer of the smart home appliance.

" - } - }, - "documentation": "

A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.

" - }, - "SmartHomeApplianceList": { - "type": "list", - "member": { - "shape": "SmartHomeAppliance" - } - }, - "SoftwareVersion": { - "type": "string" - }, - "Sort": { - "type": "structure", - "required": [ - "Key", - "Value" - ], - "members": { - "Key": { - "shape": "SortKey", - "documentation": "

The sort key of a sort object.

" - }, - "Value": { - "shape": "SortValue", - "documentation": "

The sort value of a sort object.

" - } - }, - "documentation": "

An object representing a sort criteria.

" - }, - "SortKey": { - "type": "string", - "max": 500, - "min": 1 - }, - "SortList": { - "type": "list", - "member": { - "shape": "Sort" - }, - "max": 25 - }, - "SortValue": { - "type": "string", - "enum": [ - "ASC", - "DESC" - ] - }, - "Ssml": { - "type": "structure", - "required": [ - "Locale", - "Value" - ], - "members": { - "Locale": { - "shape": "Locale", - "documentation": "

The locale of the SSML message. Currently, en-US is supported.

" - }, - "Value": { - "shape": "SsmlValue", - "documentation": "

The value of the SSML message in the correct SSML format. The audio tag is not supported.

" - } - }, - "documentation": "

The SSML message. For more information, see SSML Reference.

" - }, - "SsmlList": { - "type": "list", - "member": { - "shape": "Ssml" - }, - "max": 1 - }, - "SsmlValue": { - "type": "string", - "max": 4096, - "min": 0, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "StartDeviceSyncRequest": { - "type": "structure", - "required": [ - "Features" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room with which the device to sync is associated. Required.

" - }, - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device to sync. Required.

" - }, - "Features": { - "shape": "Features", - "documentation": "

Request structure to start the device sync. Required.

" - } - } - }, - "StartDeviceSyncResponse": { - "type": "structure", - "members": {} - }, - "StartSmartHomeApplianceDiscoveryRequest": { - "type": "structure", - "required": [ - "RoomArn" - ], - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The room where smart home appliance discovery was initiated.

" - } - } - }, - "StartSmartHomeApplianceDiscoveryResponse": { - "type": "structure", - "members": {} - }, - "Tag": { - "type": "structure", - "required": [ - "Key", - "Value" - ], - "members": { - "Key": { - "shape": "TagKey", - "documentation": "

The key of a tag. Tag keys are case-sensitive.

" - }, - "Value": { - "shape": "TagValue", - "documentation": "

The value of a tag. Tag values are case sensitive and can be null.

" - } - }, - "documentation": "

A key-value pair that can be associated with a resource.

" - }, - "TagKey": { - "type": "string", - "max": 128, - "min": 1, - "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" - }, - "TagKeyList": { - "type": "list", - "member": { - "shape": "TagKey" - } - }, - "TagList": { - "type": "list", - "member": { - "shape": "Tag" - } - }, - "TagResourceRequest": { - "type": "structure", - "required": [ - "Arn", - "Tags" - ], - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the resource to which to add metadata tags. Required.

" - }, - "Tags": { - "shape": "TagList", - "documentation": "

The tags to be added to the specified resource. Do not provide system tags. Required.

" - } - } - }, - "TagResourceResponse": { - "type": "structure", - "members": {} - }, - "TagValue": { - "type": "string", - "max": 256, - "min": 0, - "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" - }, - "TemperatureUnit": { - "type": "string", - "enum": [ - "FAHRENHEIT", - "CELSIUS" - ] - }, - "Text": { - "type": "structure", - "required": [ - "Locale", - "Value" - ], - "members": { - "Locale": { - "shape": "Locale", - "documentation": "

The locale of the text message. Currently, en-US is supported.

" - }, - "Value": { - "shape": "TextValue", - "documentation": "

The value of the text message.

" - } - }, - "documentation": "

The text message.

" - }, - "TextList": { - "type": "list", - "member": { - "shape": "Text" - }, - "max": 1 - }, - "TextValue": { - "type": "string", - "max": 4096, - "min": 0, - "pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*" - }, - "TimeToLiveInSeconds": { - "type": "integer", - "max": 3600, - "min": 1 - }, - "Timezone": { - "type": "string", - "max": 100, - "min": 1 - }, - "TotalCount": { - "type": "integer" - }, - "TrustAnchor": { - "type": "string", - "pattern": "-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?" - }, - "TrustAnchorList": { - "type": "list", - "member": { - "shape": "TrustAnchor" - }, - "max": 5, - "min": 1 - }, - "UntagResourceRequest": { - "type": "structure", - "required": [ - "Arn", - "TagKeys" - ], - "members": { - "Arn": { - "shape": "Arn", - "documentation": "

The ARN of the resource from which to remove metadata tags. Required.

" - }, - "TagKeys": { - "shape": "TagKeyList", - "documentation": "

The tags to be removed from the specified resource. Do not provide system tags. Required.

" - } - } - }, - "UntagResourceResponse": { - "type": "structure", - "members": {} - }, - "UpdateAddressBookRequest": { - "type": "structure", - "required": [ - "AddressBookArn" - ], - "members": { - "AddressBookArn": { - "shape": "Arn", - "documentation": "

The ARN of the room to update.

" - }, - "Name": { - "shape": "AddressBookName", - "documentation": "

The updated name of the room.

" - }, - "Description": { - "shape": "AddressBookDescription", - "documentation": "

The updated description of the room.

" - } - } - }, - "UpdateAddressBookResponse": { - "type": "structure", - "members": {} - }, - "UpdateBusinessReportScheduleRequest": { - "type": "structure", - "required": [ - "ScheduleArn" - ], - "members": { - "ScheduleArn": { - "shape": "Arn", - "documentation": "

The ARN of the business report schedule.

" - }, - "S3BucketName": { - "shape": "CustomerS3BucketName", - "documentation": "

The S3 location of the output reports.

" - }, - "S3KeyPrefix": { - "shape": "S3KeyPrefix", - "documentation": "

The S3 key where the report is delivered.

" - }, - "Format": { - "shape": "BusinessReportFormat", - "documentation": "

The format of the generated report (individual CSV files or zipped files of individual files).

" - }, - "ScheduleName": { - "shape": "BusinessReportScheduleName", - "documentation": "

The name identifier of the schedule.

" - }, - "Recurrence": { - "shape": "BusinessReportRecurrence", - "documentation": "

The recurrence of the reports.

" - } - } - }, - "UpdateBusinessReportScheduleResponse": { - "type": "structure", - "members": {} - }, - "UpdateConferenceProviderRequest": { - "type": "structure", - "required": [ - "ConferenceProviderArn", - "ConferenceProviderType", - "MeetingSetting" - ], - "members": { - "ConferenceProviderArn": { - "shape": "Arn", - "documentation": "

The ARN of the conference provider.

" - }, - "ConferenceProviderType": { - "shape": "ConferenceProviderType", - "documentation": "

The type of the conference provider.

" - }, - "IPDialIn": { - "shape": "IPDialIn", - "documentation": "

The IP endpoint and protocol for calling.

" - }, - "PSTNDialIn": { - "shape": "PSTNDialIn", - "documentation": "

The information for PSTN conferencing.

" - }, - "MeetingSetting": { - "shape": "MeetingSetting", - "documentation": "

The meeting settings for the conference provider.

" - } - } - }, - "UpdateConferenceProviderResponse": { - "type": "structure", - "members": {} - }, - "UpdateContactRequest": { - "type": "structure", - "required": [ - "ContactArn" - ], - "members": { - "ContactArn": { - "shape": "Arn", - "documentation": "

The ARN of the contact to update.

" - }, - "DisplayName": { - "shape": "ContactName", - "documentation": "

The updated display name of the contact.

" - }, - "FirstName": { - "shape": "ContactName", - "documentation": "

The updated first name of the contact.

" - }, - "LastName": { - "shape": "ContactName", - "documentation": "

The updated last name of the contact.

" - }, - "PhoneNumber": { - "shape": "RawPhoneNumber", - "documentation": "

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.

" - }, - "PhoneNumbers": { - "shape": "PhoneNumberList", - "documentation": "

The list of phone numbers for the contact.

" - }, - "SipAddresses": { - "shape": "SipAddressList", - "documentation": "

The list of SIP addresses for the contact.

" - } - } - }, - "UpdateContactResponse": { - "type": "structure", - "members": {} - }, - "UpdateDeviceRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "shape": "Arn", - "documentation": "

The ARN of the device to update. Required.

" - }, - "DeviceName": { - "shape": "DeviceName", - "documentation": "

The updated device name. Required.

" - } - } - }, - "UpdateDeviceResponse": { - "type": "structure", - "members": {} - }, - "UpdateEndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "shape": "EndOfMeetingReminderMinutesList", - "documentation": "

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.

" - }, - "ReminderType": { - "shape": "EndOfMeetingReminderType", - "documentation": "

The type of sound that users hear during the end of meeting reminder.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether an end of meeting reminder is enabled or not.

" - } - }, - "documentation": "

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.

" - }, - "UpdateGatewayGroupRequest": { - "type": "structure", - "required": [ - "GatewayGroupArn" - ], - "members": { - "GatewayGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway group to update.

" - }, - "Name": { - "shape": "GatewayGroupName", - "documentation": "

The updated name of the gateway group.

" - }, - "Description": { - "shape": "GatewayGroupDescription", - "documentation": "

The updated description of the gateway group.

" - } - } - }, - "UpdateGatewayGroupResponse": { - "type": "structure", - "members": {} - }, - "UpdateGatewayRequest": { - "type": "structure", - "required": [ - "GatewayArn" - ], - "members": { - "GatewayArn": { - "shape": "Arn", - "documentation": "

The ARN of the gateway to update.

" - }, - "Name": { - "shape": "GatewayName", - "documentation": "

The updated name of the gateway.

" - }, - "Description": { - "shape": "GatewayDescription", - "documentation": "

The updated description of the gateway.

" - }, - "SoftwareVersion": { - "shape": "GatewayVersion", - "documentation": "

The updated software version of the gateway. The gateway automatically updates its software version during normal operation.

" - } - } - }, - "UpdateGatewayResponse": { - "type": "structure", - "members": {} - }, - "UpdateInstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "shape": "Minutes", - "documentation": "

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.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether instant booking is enabled or not.

" - } - }, - "documentation": "

Updates settings for the instant booking feature that are applied to a room profile. If instant booking is enabled, Alexa automatically reserves a room if it is free when a user joins a meeting with Alexa.

" - }, - "UpdateMeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "shape": "Boolean", - "documentation": "

Whether room utilization metrics are enabled or not.

" - }, - "EndOfMeetingReminder": { - "shape": "UpdateEndOfMeetingReminder", - "documentation": "

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.

" - }, - "InstantBooking": { - "shape": "UpdateInstantBooking", - "documentation": "

Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.

" - }, - "RequireCheckIn": { - "shape": "UpdateRequireCheckIn", - "documentation": "

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.”

" - }, - "ProactiveJoin": { - "shape": "UpdateProactiveJoin" - } - }, - "documentation": "

Updates meeting room settings of a room profile.

" - }, - "UpdateNetworkProfileRequest": { - "type": "structure", - "required": [ - "NetworkProfileArn" - ], - "members": { - "NetworkProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the network profile associated with a device.

" - }, - "NetworkProfileName": { - "shape": "NetworkProfileName", - "documentation": "

The name of the network profile associated with a device.

" - }, - "Description": { - "shape": "NetworkProfileDescription", - "documentation": "

Detailed information about a device's network profile.

" - }, - "CurrentPassword": { - "shape": "CurrentWiFiPassword", - "documentation": "

The current password of the Wi-Fi network.

" - }, - "NextPassword": { - "shape": "NextWiFiPassword", - "documentation": "

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.

" - }, - "CertificateAuthorityArn": { - "shape": "Arn", - "documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices.

" - }, - "TrustAnchors": { - "shape": "TrustAnchorList", - "documentation": "

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.

" - } - } - }, - "UpdateNetworkProfileResponse": { - "type": "structure", - "members": {} - }, - "UpdateProactiveJoin": { - "type": "structure", - "required": [ - "EnabledByMotion" - ], - "members": { - "EnabledByMotion": { - "shape": "Boolean" - } - } - }, - "UpdateProfileRequest": { - "type": "structure", - "members": { - "ProfileArn": { - "shape": "Arn", - "documentation": "

The ARN of the room profile to update. Required.

" - }, - "ProfileName": { - "shape": "ProfileName", - "documentation": "

The updated name for the room profile.

" - }, - "IsDefault": { - "shape": "Boolean", - "documentation": "

Sets the profile as default if selected. If this is missing, no update is done to the default status.

" - }, - "Timezone": { - "shape": "Timezone", - "documentation": "

The updated timezone for the room profile.

" - }, - "Address": { - "shape": "Address", - "documentation": "

The updated address for the room profile.

" - }, - "DistanceUnit": { - "shape": "DistanceUnit", - "documentation": "

The updated distance unit for the room profile.

" - }, - "TemperatureUnit": { - "shape": "TemperatureUnit", - "documentation": "

The updated temperature unit for the room profile.

" - }, - "WakeWord": { - "shape": "WakeWord", - "documentation": "

The updated wake word for the room profile.

" - }, - "Locale": { - "shape": "DeviceLocale", - "documentation": "

The updated locale for the room profile. (This is currently only available to a limited preview audience.)

" - }, - "SetupModeDisabled": { - "shape": "Boolean", - "documentation": "

Whether the setup mode of the profile is enabled.

" - }, - "MaxVolumeLimit": { - "shape": "MaxVolumeLimit", - "documentation": "

The updated maximum volume limit for the room profile.

" - }, - "PSTNEnabled": { - "shape": "Boolean", - "documentation": "

Whether the PSTN setting of the room profile is enabled.

" - }, - "DataRetentionOptIn": { - "shape": "Boolean", - "documentation": "

Whether data retention of the profile is enabled.

" - }, - "MeetingRoomConfiguration": { - "shape": "UpdateMeetingRoomConfiguration", - "documentation": "

The updated meeting room settings of a room profile.

" - } - } - }, - "UpdateProfileResponse": { - "type": "structure", - "members": {} - }, - "UpdateRequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "shape": "Minutes", - "documentation": "

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

" - }, - "Enabled": { - "shape": "Boolean", - "documentation": "

Whether require check in is enabled or not.

" - } - }, - "documentation": "

Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

" - }, - "UpdateRoomRequest": { - "type": "structure", - "members": { - "RoomArn": { - "shape": "Arn", - "documentation": "

The ARN of the room to update.

" - }, - "RoomName": { - "shape": "RoomName", - "documentation": "

The updated name for the room.

" - }, - "Description": { - "shape": "RoomDescription", - "documentation": "

The updated description for the room.

" - }, - "ProviderCalendarId": { - "shape": "ProviderCalendarId", - "documentation": "

The updated provider calendar ARN for the room.

" - }, - "ProfileArn": { - "shape": "Arn", - "documentation": "

The updated profile ARN for the room.

" - } - } - }, - "UpdateRoomResponse": { - "type": "structure", - "members": {} - }, - "UpdateSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "shape": "Arn", - "documentation": "

The ARN of the skill group to update.

" - }, - "SkillGroupName": { - "shape": "SkillGroupName", - "documentation": "

The updated name for the skill group.

" - }, - "Description": { - "shape": "SkillGroupDescription", - "documentation": "

The updated description for the skill group.

" - } - } - }, - "UpdateSkillGroupResponse": { - "type": "structure", - "members": {} - }, - "Url": { - "type": "string" - }, - "UserCode": { - "type": "string", - "max": 128, - "min": 1 - }, - "UserData": { - "type": "structure", - "members": { - "UserArn": { - "shape": "Arn", - "documentation": "

The ARN of a user.

" - }, - "FirstName": { - "shape": "user_FirstName", - "documentation": "

The first name of a user.

" - }, - "LastName": { - "shape": "user_LastName", - "documentation": "

The last name of a user.

" - }, - "Email": { - "shape": "Email", - "documentation": "

The email of a user.

" - }, - "EnrollmentStatus": { - "shape": "EnrollmentStatus", - "documentation": "

The enrollment status of a user.

" - }, - "EnrollmentId": { - "shape": "EnrollmentId", - "documentation": "

The enrollment ARN of a user.

" - } - }, - "documentation": "

Information related to a user.

" - }, - "UserDataList": { - "type": "list", - "member": { - "shape": "UserData" - } - }, - "UserId": { - "type": "string", - "pattern": "amzn1\\.[A-Za-z0-9+-\\/=.]{1,300}" - }, - "Utterance": { - "type": "string" - }, - "Value": { - "type": "string", - "min": 1 - }, - "WakeWord": { - "type": "string", - "enum": [ - "ALEXA", - "AMAZON", - "ECHO", - "COMPUTER" - ] - }, - "boolean": { - "type": "boolean" - }, - "user_FirstName": { - "type": "string", - "max": 30, - "min": 0, - "pattern": "([A-Za-z\\-' 0-9._]|\\p{IsLetter})*" - }, - "user_LastName": { - "type": "string", - "max": 30, - "min": 0, - "pattern": "([A-Za-z\\-' 0-9._]|\\p{IsLetter})*" - }, - "user_UserId": { - "type": "string", - "max": 128, - "min": 1, - "pattern": "[a-zA-Z0-9@_+.-]*" - } - }, - "documentation": "

Alexa for Business has been retired and is no longer supported.

", - "deprecated": true, - "deprecatedMessage": "Alexa For Business is no longer supported" -} \ No newline at end of file diff --git a/apis/alexaforbusiness-2017-11-09.paginators.json b/apis/alexaforbusiness-2017-11-09.paginators.json deleted file mode 100644 index 36eafe0ac1..0000000000 --- a/apis/alexaforbusiness-2017-11-09.paginators.json +++ /dev/null @@ -1,94 +0,0 @@ -{ - "pagination": { - "ListBusinessReportSchedules": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListConferenceProviders": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListDeviceEvents": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListGatewayGroups": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListGateways": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListSkills": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListSkillsStoreCategories": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListSkillsStoreSkillsByCategory": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListSmartHomeAppliances": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "ListTags": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchAddressBooks": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchContacts": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchDevices": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchNetworkProfiles": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchProfiles": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchRooms": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchSkillGroups": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - }, - "SearchUsers": { - "input_token": "NextToken", - "output_token": "NextToken", - "limit_key": "MaxResults" - } - } -} diff --git a/apis/metadata.json b/apis/metadata.json index 2c42eac27e..ca3add96ce 100644 --- a/apis/metadata.json +++ b/apis/metadata.json @@ -544,9 +544,6 @@ "name": "ResourceGroups", "cors": true }, - "alexaforbusiness": { - "name": "AlexaForBusiness" - }, "cloud9": { "name": "Cloud9" }, diff --git a/clients/alexaforbusiness.d.ts b/clients/alexaforbusiness.d.ts deleted file mode 100644 index 7056008e0b..0000000000 --- a/clients/alexaforbusiness.d.ts +++ /dev/null @@ -1,3862 +0,0 @@ -import {Request} from '../lib/request'; -import {Response} from '../lib/response'; -import {AWSError} from '../lib/error'; -import {Service} from '../lib/service'; -import {ServiceConfigurationOptions} from '../lib/service'; -import {ConfigBase as Config} from '../lib/config-base'; -interface Blob {} -declare class AlexaForBusiness extends Service { - /** - * Constructs a service object. This object has one method for each API operation. - */ - constructor(options?: AlexaForBusiness.Types.ClientConfiguration) - config: Config & AlexaForBusiness.Types.ClientConfiguration; - /** - * Associates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement. - */ - approveSkill(params: AlexaForBusiness.Types.ApproveSkillRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ApproveSkillResponse) => void): Request; - /** - * Associates a skill with the organization under the customer's AWS account. If a skill is private, the user implicitly accepts access to this skill during enablement. - */ - approveSkill(callback?: (err: AWSError, data: AlexaForBusiness.Types.ApproveSkillResponse) => void): Request; - /** - * Associates a contact with a given address book. - */ - associateContactWithAddressBook(params: AlexaForBusiness.Types.AssociateContactWithAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateContactWithAddressBookResponse) => void): Request; - /** - * Associates a contact with a given address book. - */ - associateContactWithAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateContactWithAddressBookResponse) => void): Request; - /** - * Associates a device with the specified network profile. - */ - associateDeviceWithNetworkProfile(params: AlexaForBusiness.Types.AssociateDeviceWithNetworkProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateDeviceWithNetworkProfileResponse) => void): Request; - /** - * Associates a device with the specified network profile. - */ - associateDeviceWithNetworkProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateDeviceWithNetworkProfileResponse) => void): Request; - /** - * Associates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required. - */ - associateDeviceWithRoom(params: AlexaForBusiness.Types.AssociateDeviceWithRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateDeviceWithRoomResponse) => void): Request; - /** - * Associates a device with a given room. This applies all the settings from the room profile to the device, and all the skills in any skill groups added to that room. This operation requires the device to be online, or else a manual sync is required. - */ - associateDeviceWithRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateDeviceWithRoomResponse) => void): Request; - /** - * Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room. - */ - associateSkillGroupWithRoom(params: AlexaForBusiness.Types.AssociateSkillGroupWithRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillGroupWithRoomResponse) => void): Request; - /** - * Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room. - */ - associateSkillGroupWithRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillGroupWithRoomResponse) => void): Request; - /** - * Associates a skill with a skill group. - */ - associateSkillWithSkillGroup(params: AlexaForBusiness.Types.AssociateSkillWithSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithSkillGroupResponse) => void): Request; - /** - * Associates a skill with a skill group. - */ - associateSkillWithSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithSkillGroupResponse) => void): Request; - /** - * Makes a private skill available for enrolled users to enable on their devices. - */ - associateSkillWithUsers(params: AlexaForBusiness.Types.AssociateSkillWithUsersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithUsersResponse) => void): Request; - /** - * Makes a private skill available for enrolled users to enable on their devices. - */ - associateSkillWithUsers(callback?: (err: AWSError, data: AlexaForBusiness.Types.AssociateSkillWithUsersResponse) => void): Request; - /** - * Creates an address book with the specified details. - */ - createAddressBook(params: AlexaForBusiness.Types.CreateAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateAddressBookResponse) => void): Request; - /** - * Creates an address book with the specified details. - */ - createAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateAddressBookResponse) => void): Request; - /** - * Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval. - */ - createBusinessReportSchedule(params: AlexaForBusiness.Types.CreateBusinessReportScheduleRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateBusinessReportScheduleResponse) => void): Request; - /** - * Creates a recurring schedule for usage reports to deliver to the specified S3 location with a specified daily or weekly interval. - */ - createBusinessReportSchedule(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateBusinessReportScheduleResponse) => void): Request; - /** - * Adds a new conference provider under the user's AWS account. - */ - createConferenceProvider(params: AlexaForBusiness.Types.CreateConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateConferenceProviderResponse) => void): Request; - /** - * Adds a new conference provider under the user's AWS account. - */ - createConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateConferenceProviderResponse) => void): Request; - /** - * Creates a contact with the specified details. - */ - createContact(params: AlexaForBusiness.Types.CreateContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateContactResponse) => void): Request; - /** - * Creates a contact with the specified details. - */ - createContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateContactResponse) => void): Request; - /** - * Creates a gateway group with the specified details. - */ - createGatewayGroup(params: AlexaForBusiness.Types.CreateGatewayGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateGatewayGroupResponse) => void): Request; - /** - * Creates a gateway group with the specified details. - */ - createGatewayGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateGatewayGroupResponse) => void): Request; - /** - * Creates a network profile with the specified details. - */ - createNetworkProfile(params: AlexaForBusiness.Types.CreateNetworkProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateNetworkProfileResponse) => void): Request; - /** - * Creates a network profile with the specified details. - */ - createNetworkProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateNetworkProfileResponse) => void): Request; - /** - * Creates a new room profile with the specified details. - */ - createProfile(params: AlexaForBusiness.Types.CreateProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateProfileResponse) => void): Request; - /** - * Creates a new room profile with the specified details. - */ - createProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateProfileResponse) => void): Request; - /** - * Creates a room with the specified details. - */ - createRoom(params: AlexaForBusiness.Types.CreateRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateRoomResponse) => void): Request; - /** - * Creates a room with the specified details. - */ - createRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateRoomResponse) => void): Request; - /** - * Creates a skill group with a specified name and description. - */ - createSkillGroup(params: AlexaForBusiness.Types.CreateSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateSkillGroupResponse) => void): Request; - /** - * Creates a skill group with a specified name and description. - */ - createSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateSkillGroupResponse) => void): Request; - /** - * Creates a user. - */ - createUser(params: AlexaForBusiness.Types.CreateUserRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateUserResponse) => void): Request; - /** - * Creates a user. - */ - createUser(callback?: (err: AWSError, data: AlexaForBusiness.Types.CreateUserResponse) => void): Request; - /** - * Deletes an address book by the address book ARN. - */ - deleteAddressBook(params: AlexaForBusiness.Types.DeleteAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteAddressBookResponse) => void): Request; - /** - * Deletes an address book by the address book ARN. - */ - deleteAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteAddressBookResponse) => void): Request; - /** - * Deletes the recurring report delivery schedule with the specified schedule ARN. - */ - deleteBusinessReportSchedule(params: AlexaForBusiness.Types.DeleteBusinessReportScheduleRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteBusinessReportScheduleResponse) => void): Request; - /** - * Deletes the recurring report delivery schedule with the specified schedule ARN. - */ - deleteBusinessReportSchedule(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteBusinessReportScheduleResponse) => void): Request; - /** - * Deletes a conference provider. - */ - deleteConferenceProvider(params: AlexaForBusiness.Types.DeleteConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteConferenceProviderResponse) => void): Request; - /** - * Deletes a conference provider. - */ - deleteConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteConferenceProviderResponse) => void): Request; - /** - * Deletes a contact by the contact ARN. - */ - deleteContact(params: AlexaForBusiness.Types.DeleteContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteContactResponse) => void): Request; - /** - * Deletes a contact by the contact ARN. - */ - deleteContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteContactResponse) => void): Request; - /** - * Removes a device from Alexa For Business. - */ - deleteDevice(params: AlexaForBusiness.Types.DeleteDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteDeviceResponse) => void): Request; - /** - * Removes a device from Alexa For Business. - */ - deleteDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteDeviceResponse) => void): Request; - /** - * When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device. - */ - deleteDeviceUsageData(params: AlexaForBusiness.Types.DeleteDeviceUsageDataRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteDeviceUsageDataResponse) => void): Request; - /** - * When this action is called for a specified shared device, it allows authorized users to delete the device's entire previous history of voice input data and associated response data. This action can be called once every 24 hours for a specific shared device. - */ - deleteDeviceUsageData(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteDeviceUsageDataResponse) => void): Request; - /** - * Deletes a gateway group. - */ - deleteGatewayGroup(params: AlexaForBusiness.Types.DeleteGatewayGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteGatewayGroupResponse) => void): Request; - /** - * Deletes a gateway group. - */ - deleteGatewayGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteGatewayGroupResponse) => void): Request; - /** - * Deletes a network profile by the network profile ARN. - */ - deleteNetworkProfile(params: AlexaForBusiness.Types.DeleteNetworkProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteNetworkProfileResponse) => void): Request; - /** - * Deletes a network profile by the network profile ARN. - */ - deleteNetworkProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteNetworkProfileResponse) => void): Request; - /** - * Deletes a room profile by the profile ARN. - */ - deleteProfile(params: AlexaForBusiness.Types.DeleteProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteProfileResponse) => void): Request; - /** - * Deletes a room profile by the profile ARN. - */ - deleteProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteProfileResponse) => void): Request; - /** - * Deletes a room by the room ARN. - */ - deleteRoom(params: AlexaForBusiness.Types.DeleteRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomResponse) => void): Request; - /** - * Deletes a room by the room ARN. - */ - deleteRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomResponse) => void): Request; - /** - * Deletes room skill parameter details by room, skill, and parameter key ID. - */ - deleteRoomSkillParameter(params: AlexaForBusiness.Types.DeleteRoomSkillParameterRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomSkillParameterResponse) => void): Request; - /** - * Deletes room skill parameter details by room, skill, and parameter key ID. - */ - deleteRoomSkillParameter(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteRoomSkillParameterResponse) => void): Request; - /** - * Unlinks a third-party account from a skill. - */ - deleteSkillAuthorization(params: AlexaForBusiness.Types.DeleteSkillAuthorizationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillAuthorizationResponse) => void): Request; - /** - * Unlinks a third-party account from a skill. - */ - deleteSkillAuthorization(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillAuthorizationResponse) => void): Request; - /** - * Deletes a skill group by skill group ARN. - */ - deleteSkillGroup(params: AlexaForBusiness.Types.DeleteSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillGroupResponse) => void): Request; - /** - * Deletes a skill group by skill group ARN. - */ - deleteSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteSkillGroupResponse) => void): Request; - /** - * Deletes a specified user by user ARN and enrollment ARN. - */ - deleteUser(params: AlexaForBusiness.Types.DeleteUserRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteUserResponse) => void): Request; - /** - * Deletes a specified user by user ARN and enrollment ARN. - */ - deleteUser(callback?: (err: AWSError, data: AlexaForBusiness.Types.DeleteUserResponse) => void): Request; - /** - * Disassociates a contact from a given address book. - */ - disassociateContactFromAddressBook(params: AlexaForBusiness.Types.DisassociateContactFromAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateContactFromAddressBookResponse) => void): Request; - /** - * Disassociates a contact from a given address book. - */ - disassociateContactFromAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateContactFromAddressBookResponse) => void): Request; - /** - * Disassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room. - */ - disassociateDeviceFromRoom(params: AlexaForBusiness.Types.DisassociateDeviceFromRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateDeviceFromRoomResponse) => void): Request; - /** - * Disassociates a device from its current room. The device continues to be connected to the Wi-Fi network and is still registered to the account. The device settings and skills are removed from the room. - */ - disassociateDeviceFromRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateDeviceFromRoomResponse) => void): Request; - /** - * Disassociates a skill from a skill group. - */ - disassociateSkillFromSkillGroup(params: AlexaForBusiness.Types.DisassociateSkillFromSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromSkillGroupResponse) => void): Request; - /** - * Disassociates a skill from a skill group. - */ - disassociateSkillFromSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromSkillGroupResponse) => void): Request; - /** - * Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices. - */ - disassociateSkillFromUsers(params: AlexaForBusiness.Types.DisassociateSkillFromUsersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromUsersResponse) => void): Request; - /** - * Makes a private skill unavailable for enrolled users and prevents them from enabling it on their devices. - */ - disassociateSkillFromUsers(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillFromUsersResponse) => void): Request; - /** - * Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room. - */ - disassociateSkillGroupFromRoom(params: AlexaForBusiness.Types.DisassociateSkillGroupFromRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillGroupFromRoomResponse) => void): Request; - /** - * Disassociates a skill group from a specified room. This disables all skills in the skill group on all devices in the room. - */ - disassociateSkillGroupFromRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.DisassociateSkillGroupFromRoomResponse) => void): Request; - /** - * Forgets smart home appliances associated to a room. - */ - forgetSmartHomeAppliances(params: AlexaForBusiness.Types.ForgetSmartHomeAppliancesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ForgetSmartHomeAppliancesResponse) => void): Request; - /** - * Forgets smart home appliances associated to a room. - */ - forgetSmartHomeAppliances(callback?: (err: AWSError, data: AlexaForBusiness.Types.ForgetSmartHomeAppliancesResponse) => void): Request; - /** - * Gets address the book details by the address book ARN. - */ - getAddressBook(params: AlexaForBusiness.Types.GetAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetAddressBookResponse) => void): Request; - /** - * Gets address the book details by the address book ARN. - */ - getAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetAddressBookResponse) => void): Request; - /** - * Retrieves the existing conference preferences. - */ - getConferencePreference(params: AlexaForBusiness.Types.GetConferencePreferenceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferencePreferenceResponse) => void): Request; - /** - * Retrieves the existing conference preferences. - */ - getConferencePreference(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferencePreferenceResponse) => void): Request; - /** - * Gets details about a specific conference provider. - */ - getConferenceProvider(params: AlexaForBusiness.Types.GetConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferenceProviderResponse) => void): Request; - /** - * Gets details about a specific conference provider. - */ - getConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetConferenceProviderResponse) => void): Request; - /** - * Gets the contact details by the contact ARN. - */ - getContact(params: AlexaForBusiness.Types.GetContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetContactResponse) => void): Request; - /** - * Gets the contact details by the contact ARN. - */ - getContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetContactResponse) => void): Request; - /** - * Gets the details of a device by device ARN. - */ - getDevice(params: AlexaForBusiness.Types.GetDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetDeviceResponse) => void): Request; - /** - * Gets the details of a device by device ARN. - */ - getDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetDeviceResponse) => void): Request; - /** - * Retrieves the details of a gateway. - */ - getGateway(params: AlexaForBusiness.Types.GetGatewayRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetGatewayResponse) => void): Request; - /** - * Retrieves the details of a gateway. - */ - getGateway(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetGatewayResponse) => void): Request; - /** - * Retrieves the details of a gateway group. - */ - getGatewayGroup(params: AlexaForBusiness.Types.GetGatewayGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetGatewayGroupResponse) => void): Request; - /** - * Retrieves the details of a gateway group. - */ - getGatewayGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetGatewayGroupResponse) => void): Request; - /** - * Retrieves the configured values for the user enrollment invitation email template. - */ - getInvitationConfiguration(params: AlexaForBusiness.Types.GetInvitationConfigurationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetInvitationConfigurationResponse) => void): Request; - /** - * Retrieves the configured values for the user enrollment invitation email template. - */ - getInvitationConfiguration(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetInvitationConfigurationResponse) => void): Request; - /** - * Gets the network profile details by the network profile ARN. - */ - getNetworkProfile(params: AlexaForBusiness.Types.GetNetworkProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetNetworkProfileResponse) => void): Request; - /** - * Gets the network profile details by the network profile ARN. - */ - getNetworkProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetNetworkProfileResponse) => void): Request; - /** - * Gets the details of a room profile by profile ARN. - */ - getProfile(params: AlexaForBusiness.Types.GetProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetProfileResponse) => void): Request; - /** - * Gets the details of a room profile by profile ARN. - */ - getProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetProfileResponse) => void): Request; - /** - * Gets room details by room ARN. - */ - getRoom(params: AlexaForBusiness.Types.GetRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomResponse) => void): Request; - /** - * Gets room details by room ARN. - */ - getRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomResponse) => void): Request; - /** - * Gets room skill parameter details by room, skill, and parameter key ARN. - */ - getRoomSkillParameter(params: AlexaForBusiness.Types.GetRoomSkillParameterRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomSkillParameterResponse) => void): Request; - /** - * Gets room skill parameter details by room, skill, and parameter key ARN. - */ - getRoomSkillParameter(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetRoomSkillParameterResponse) => void): Request; - /** - * Gets skill group details by skill group ARN. - */ - getSkillGroup(params: AlexaForBusiness.Types.GetSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.GetSkillGroupResponse) => void): Request; - /** - * Gets skill group details by skill group ARN. - */ - getSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.GetSkillGroupResponse) => void): Request; - /** - * Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours. - */ - listBusinessReportSchedules(params: AlexaForBusiness.Types.ListBusinessReportSchedulesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListBusinessReportSchedulesResponse) => void): Request; - /** - * Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours. - */ - listBusinessReportSchedules(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListBusinessReportSchedulesResponse) => void): Request; - /** - * Lists conference providers under a specific AWS account. - */ - listConferenceProviders(params: AlexaForBusiness.Types.ListConferenceProvidersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListConferenceProvidersResponse) => void): Request; - /** - * Lists conference providers under a specific AWS account. - */ - listConferenceProviders(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListConferenceProvidersResponse) => void): Request; - /** - * Lists the device event history, including device connection status, for up to 30 days. - */ - listDeviceEvents(params: AlexaForBusiness.Types.ListDeviceEventsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListDeviceEventsResponse) => void): Request; - /** - * Lists the device event history, including device connection status, for up to 30 days. - */ - listDeviceEvents(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListDeviceEventsResponse) => void): Request; - /** - * Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of a specific gateway group. - */ - listGatewayGroups(params: AlexaForBusiness.Types.ListGatewayGroupsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListGatewayGroupsResponse) => void): Request; - /** - * Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of a specific gateway group. - */ - listGatewayGroups(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListGatewayGroupsResponse) => void): Request; - /** - * Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries of gateways that are associated with that gateway group ARN. - */ - listGateways(params: AlexaForBusiness.Types.ListGatewaysRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListGatewaysResponse) => void): Request; - /** - * Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries of gateways that are associated with that gateway group ARN. - */ - listGateways(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListGatewaysResponse) => void): Request; - /** - * Lists all enabled skills in a specific skill group. - */ - listSkills(params: AlexaForBusiness.Types.ListSkillsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsResponse) => void): Request; - /** - * Lists all enabled skills in a specific skill group. - */ - listSkills(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsResponse) => void): Request; - /** - * Lists all categories in the Alexa skill store. - */ - listSkillsStoreCategories(params: AlexaForBusiness.Types.ListSkillsStoreCategoriesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreCategoriesResponse) => void): Request; - /** - * Lists all categories in the Alexa skill store. - */ - listSkillsStoreCategories(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreCategoriesResponse) => void): Request; - /** - * Lists all skills in the Alexa skill store by category. - */ - listSkillsStoreSkillsByCategory(params: AlexaForBusiness.Types.ListSkillsStoreSkillsByCategoryRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreSkillsByCategoryResponse) => void): Request; - /** - * Lists all skills in the Alexa skill store by category. - */ - listSkillsStoreSkillsByCategory(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSkillsStoreSkillsByCategoryResponse) => void): Request; - /** - * Lists all of the smart home appliances associated with a room. - */ - listSmartHomeAppliances(params: AlexaForBusiness.Types.ListSmartHomeAppliancesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSmartHomeAppliancesResponse) => void): Request; - /** - * Lists all of the smart home appliances associated with a room. - */ - listSmartHomeAppliances(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListSmartHomeAppliancesResponse) => void): Request; - /** - * Lists all tags for the specified resource. - */ - listTags(params: AlexaForBusiness.Types.ListTagsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ListTagsResponse) => void): Request; - /** - * Lists all tags for the specified resource. - */ - listTags(callback?: (err: AWSError, data: AlexaForBusiness.Types.ListTagsResponse) => void): Request; - /** - * Sets the conference preferences on a specific conference provider at the account level. - */ - putConferencePreference(params: AlexaForBusiness.Types.PutConferencePreferenceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutConferencePreferenceResponse) => void): Request; - /** - * Sets the conference preferences on a specific conference provider at the account level. - */ - putConferencePreference(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutConferencePreferenceResponse) => void): Request; - /** - * Configures the email template for the user enrollment invitation with the specified attributes. - */ - putInvitationConfiguration(params: AlexaForBusiness.Types.PutInvitationConfigurationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutInvitationConfigurationResponse) => void): Request; - /** - * Configures the email template for the user enrollment invitation with the specified attributes. - */ - putInvitationConfiguration(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutInvitationConfigurationResponse) => void): Request; - /** - * Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter. - */ - putRoomSkillParameter(params: AlexaForBusiness.Types.PutRoomSkillParameterRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutRoomSkillParameterResponse) => void): Request; - /** - * Updates room skill parameter details by room, skill, and parameter key ID. Not all skills have a room skill parameter. - */ - putRoomSkillParameter(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutRoomSkillParameterResponse) => void): Request; - /** - * Links a user's account to a third-party skill provider. If this API operation is called by an assumed IAM role, the skill being linked must be a private skill. Also, the skill must be owned by the AWS account that assumed the IAM role. - */ - putSkillAuthorization(params: AlexaForBusiness.Types.PutSkillAuthorizationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.PutSkillAuthorizationResponse) => void): Request; - /** - * Links a user's account to a third-party skill provider. If this API operation is called by an assumed IAM role, the skill being linked must be a private skill. Also, the skill must be owned by the AWS account that assumed the IAM role. - */ - putSkillAuthorization(callback?: (err: AWSError, data: AlexaForBusiness.Types.PutSkillAuthorizationResponse) => void): Request; - /** - * Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS). - */ - registerAVSDevice(params: AlexaForBusiness.Types.RegisterAVSDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.RegisterAVSDeviceResponse) => void): Request; - /** - * Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM) using Alexa Voice Service (AVS). - */ - registerAVSDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.RegisterAVSDeviceResponse) => void): Request; - /** - * Disassociates a skill from the organization under a user's AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API. - */ - rejectSkill(params: AlexaForBusiness.Types.RejectSkillRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.RejectSkillResponse) => void): Request; - /** - * Disassociates a skill from the organization under a user's AWS account. If the skill is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill that is rejected can be added later by calling the ApproveSkill API. - */ - rejectSkill(callback?: (err: AWSError, data: AlexaForBusiness.Types.RejectSkillResponse) => void): Request; - /** - * Determines the details for the room from which a skill request was invoked. This operation is used by skill developers. To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID. - */ - resolveRoom(params: AlexaForBusiness.Types.ResolveRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.ResolveRoomResponse) => void): Request; - /** - * Determines the details for the room from which a skill request was invoked. This operation is used by skill developers. To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID. - */ - resolveRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.ResolveRoomResponse) => void): Request; - /** - * Revokes an invitation and invalidates the enrollment URL. - */ - revokeInvitation(params: AlexaForBusiness.Types.RevokeInvitationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.RevokeInvitationResponse) => void): Request; - /** - * Revokes an invitation and invalidates the enrollment URL. - */ - revokeInvitation(callback?: (err: AWSError, data: AlexaForBusiness.Types.RevokeInvitationResponse) => void): Request; - /** - * Searches address books and lists the ones that meet a set of filter and sort criteria. - */ - searchAddressBooks(params: AlexaForBusiness.Types.SearchAddressBooksRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchAddressBooksResponse) => void): Request; - /** - * Searches address books and lists the ones that meet a set of filter and sort criteria. - */ - searchAddressBooks(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchAddressBooksResponse) => void): Request; - /** - * Searches contacts and lists the ones that meet a set of filter and sort criteria. - */ - searchContacts(params: AlexaForBusiness.Types.SearchContactsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchContactsResponse) => void): Request; - /** - * Searches contacts and lists the ones that meet a set of filter and sort criteria. - */ - searchContacts(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchContactsResponse) => void): Request; - /** - * Searches devices and lists the ones that meet a set of filter criteria. - */ - searchDevices(params: AlexaForBusiness.Types.SearchDevicesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchDevicesResponse) => void): Request; - /** - * Searches devices and lists the ones that meet a set of filter criteria. - */ - searchDevices(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchDevicesResponse) => void): Request; - /** - * Searches network profiles and lists the ones that meet a set of filter and sort criteria. - */ - searchNetworkProfiles(params: AlexaForBusiness.Types.SearchNetworkProfilesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchNetworkProfilesResponse) => void): Request; - /** - * Searches network profiles and lists the ones that meet a set of filter and sort criteria. - */ - searchNetworkProfiles(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchNetworkProfilesResponse) => void): Request; - /** - * Searches room profiles and lists the ones that meet a set of filter criteria. - */ - searchProfiles(params: AlexaForBusiness.Types.SearchProfilesRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchProfilesResponse) => void): Request; - /** - * Searches room profiles and lists the ones that meet a set of filter criteria. - */ - searchProfiles(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchProfilesResponse) => void): Request; - /** - * Searches rooms and lists the ones that meet a set of filter and sort criteria. - */ - searchRooms(params: AlexaForBusiness.Types.SearchRoomsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchRoomsResponse) => void): Request; - /** - * Searches rooms and lists the ones that meet a set of filter and sort criteria. - */ - searchRooms(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchRoomsResponse) => void): Request; - /** - * Searches skill groups and lists the ones that meet a set of filter and sort criteria. - */ - searchSkillGroups(params: AlexaForBusiness.Types.SearchSkillGroupsRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchSkillGroupsResponse) => void): Request; - /** - * Searches skill groups and lists the ones that meet a set of filter and sort criteria. - */ - searchSkillGroups(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchSkillGroupsResponse) => void): Request; - /** - * Searches users and lists the ones that meet a set of filter and sort criteria. - */ - searchUsers(params: AlexaForBusiness.Types.SearchUsersRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchUsersResponse) => void): Request; - /** - * Searches users and lists the ones that meet a set of filter and sort criteria. - */ - searchUsers(callback?: (err: AWSError, data: AlexaForBusiness.Types.SearchUsersResponse) => void): Request; - /** - * Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter. - */ - sendAnnouncement(params: AlexaForBusiness.Types.SendAnnouncementRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SendAnnouncementResponse) => void): Request; - /** - * Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that are identified by a search or filter. - */ - sendAnnouncement(callback?: (err: AWSError, data: AlexaForBusiness.Types.SendAnnouncementResponse) => void): Request; - /** - * Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first. - */ - sendInvitation(params: AlexaForBusiness.Types.SendInvitationRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.SendInvitationResponse) => void): Request; - /** - * Sends an enrollment invitation email with a URL to a user. The URL is valid for 30 days or until you call this operation again, whichever comes first. - */ - sendInvitation(callback?: (err: AWSError, data: AlexaForBusiness.Types.SendInvitationResponse) => void): Request; - /** - * Resets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways: Bluetooth - This unpairs all bluetooth devices paired with your echo device. Volume - This resets the echo device's volume to the default value. Notifications - This clears all notifications from your echo device. Lists - This clears all to-do items from your echo device. Settings - This internally syncs the room's profile (if the device is assigned to a room), contacts, address books, delegation access for account linking, and communications (if enabled on the room profile). - */ - startDeviceSync(params: AlexaForBusiness.Types.StartDeviceSyncRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.StartDeviceSyncResponse) => void): Request; - /** - * Resets a device and its account to the known default settings. This clears all information and settings set by previous users in the following ways: Bluetooth - This unpairs all bluetooth devices paired with your echo device. Volume - This resets the echo device's volume to the default value. Notifications - This clears all notifications from your echo device. Lists - This clears all to-do items from your echo device. Settings - This internally syncs the room's profile (if the device is assigned to a room), contacts, address books, delegation access for account linking, and communications (if enabled on the room profile). - */ - startDeviceSync(callback?: (err: AWSError, data: AlexaForBusiness.Types.StartDeviceSyncResponse) => void): Request; - /** - * Initiates the discovery of any smart home appliances associated with the room. - */ - startSmartHomeApplianceDiscovery(params: AlexaForBusiness.Types.StartSmartHomeApplianceDiscoveryRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.StartSmartHomeApplianceDiscoveryResponse) => void): Request; - /** - * Initiates the discovery of any smart home appliances associated with the room. - */ - startSmartHomeApplianceDiscovery(callback?: (err: AWSError, data: AlexaForBusiness.Types.StartSmartHomeApplianceDiscoveryResponse) => void): Request; - /** - * Adds metadata tags to a specified resource. - */ - tagResource(params: AlexaForBusiness.Types.TagResourceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.TagResourceResponse) => void): Request; - /** - * Adds metadata tags to a specified resource. - */ - tagResource(callback?: (err: AWSError, data: AlexaForBusiness.Types.TagResourceResponse) => void): Request; - /** - * Removes metadata tags from a specified resource. - */ - untagResource(params: AlexaForBusiness.Types.UntagResourceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UntagResourceResponse) => void): Request; - /** - * Removes metadata tags from a specified resource. - */ - untagResource(callback?: (err: AWSError, data: AlexaForBusiness.Types.UntagResourceResponse) => void): Request; - /** - * Updates address book details by the address book ARN. - */ - updateAddressBook(params: AlexaForBusiness.Types.UpdateAddressBookRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateAddressBookResponse) => void): Request; - /** - * Updates address book details by the address book ARN. - */ - updateAddressBook(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateAddressBookResponse) => void): Request; - /** - * Updates the configuration of the report delivery schedule with the specified schedule ARN. - */ - updateBusinessReportSchedule(params: AlexaForBusiness.Types.UpdateBusinessReportScheduleRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateBusinessReportScheduleResponse) => void): Request; - /** - * Updates the configuration of the report delivery schedule with the specified schedule ARN. - */ - updateBusinessReportSchedule(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateBusinessReportScheduleResponse) => void): Request; - /** - * Updates an existing conference provider's settings. - */ - updateConferenceProvider(params: AlexaForBusiness.Types.UpdateConferenceProviderRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateConferenceProviderResponse) => void): Request; - /** - * Updates an existing conference provider's settings. - */ - updateConferenceProvider(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateConferenceProviderResponse) => void): Request; - /** - * Updates the contact details by the contact ARN. - */ - updateContact(params: AlexaForBusiness.Types.UpdateContactRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateContactResponse) => void): Request; - /** - * Updates the contact details by the contact ARN. - */ - updateContact(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateContactResponse) => void): Request; - /** - * Updates the device name by device ARN. - */ - updateDevice(params: AlexaForBusiness.Types.UpdateDeviceRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateDeviceResponse) => void): Request; - /** - * Updates the device name by device ARN. - */ - updateDevice(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateDeviceResponse) => void): Request; - /** - * Updates the details of a gateway. If any optional field is not provided, the existing corresponding value is left unmodified. - */ - updateGateway(params: AlexaForBusiness.Types.UpdateGatewayRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateGatewayResponse) => void): Request; - /** - * Updates the details of a gateway. If any optional field is not provided, the existing corresponding value is left unmodified. - */ - updateGateway(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateGatewayResponse) => void): Request; - /** - * Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified. - */ - updateGatewayGroup(params: AlexaForBusiness.Types.UpdateGatewayGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateGatewayGroupResponse) => void): Request; - /** - * Updates the details of a gateway group. If any optional field is not provided, the existing corresponding value is left unmodified. - */ - updateGatewayGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateGatewayGroupResponse) => void): Request; - /** - * Updates a network profile by the network profile ARN. - */ - updateNetworkProfile(params: AlexaForBusiness.Types.UpdateNetworkProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateNetworkProfileResponse) => void): Request; - /** - * Updates a network profile by the network profile ARN. - */ - updateNetworkProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateNetworkProfileResponse) => void): Request; - /** - * Updates an existing room profile by room profile ARN. - */ - updateProfile(params: AlexaForBusiness.Types.UpdateProfileRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateProfileResponse) => void): Request; - /** - * Updates an existing room profile by room profile ARN. - */ - updateProfile(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateProfileResponse) => void): Request; - /** - * Updates room details by room ARN. - */ - updateRoom(params: AlexaForBusiness.Types.UpdateRoomRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateRoomResponse) => void): Request; - /** - * Updates room details by room ARN. - */ - updateRoom(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateRoomResponse) => void): Request; - /** - * Updates skill group details by skill group ARN. - */ - updateSkillGroup(params: AlexaForBusiness.Types.UpdateSkillGroupRequest, callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateSkillGroupResponse) => void): Request; - /** - * Updates skill group details by skill group ARN. - */ - updateSkillGroup(callback?: (err: AWSError, data: AlexaForBusiness.Types.UpdateSkillGroupResponse) => void): Request; -} -declare namespace AlexaForBusiness { - export type Address = string; - export interface AddressBook { - /** - * The ARN of the address book. - */ - AddressBookArn?: Arn; - /** - * The name of the address book. - */ - Name?: AddressBookName; - /** - * The description of the address book. - */ - Description?: AddressBookDescription; - } - export interface AddressBookData { - /** - * The ARN of the address book. - */ - AddressBookArn?: Arn; - /** - * The name of the address book. - */ - Name?: AddressBookName; - /** - * The description of the address book. - */ - Description?: AddressBookDescription; - } - export type AddressBookDataList = AddressBookData[]; - export type AddressBookDescription = string; - export type AddressBookName = string; - export type AmazonId = string; - export type ApplianceDescription = string; - export type ApplianceFriendlyName = string; - export type ApplianceManufacturerName = string; - export interface ApproveSkillRequest { - /** - * The unique identifier of the skill. - */ - SkillId: SkillId; - } - export interface ApproveSkillResponse { - } - export type Arn = string; - export interface AssociateContactWithAddressBookRequest { - /** - * The ARN of the contact to associate with an address book. - */ - ContactArn: Arn; - /** - * The ARN of the address book with which to associate the contact. - */ - AddressBookArn: Arn; - } - export interface AssociateContactWithAddressBookResponse { - } - export interface AssociateDeviceWithNetworkProfileRequest { - /** - * The device ARN. - */ - DeviceArn: Arn; - /** - * The ARN of the network profile to associate with a device. - */ - NetworkProfileArn: Arn; - } - export interface AssociateDeviceWithNetworkProfileResponse { - } - export interface AssociateDeviceWithRoomRequest { - /** - * The ARN of the device to associate to a room. Required. - */ - DeviceArn?: Arn; - /** - * The ARN of the room with which to associate the device. Required. - */ - RoomArn?: Arn; - } - export interface AssociateDeviceWithRoomResponse { - } - export interface AssociateSkillGroupWithRoomRequest { - /** - * The ARN of the skill group to associate with a room. Required. - */ - SkillGroupArn?: Arn; - /** - * The ARN of the room with which to associate the skill group. Required. - */ - RoomArn?: Arn; - } - export interface AssociateSkillGroupWithRoomResponse { - } - export interface AssociateSkillWithSkillGroupRequest { - /** - * The ARN of the skill group to associate the skill to. Required. - */ - SkillGroupArn?: Arn; - /** - * The unique identifier of the skill. - */ - SkillId: SkillId; - } - export interface AssociateSkillWithSkillGroupResponse { - } - export interface AssociateSkillWithUsersRequest { - /** - * The private skill ID you want to make available to enrolled users. - */ - SkillId: SkillId; - } - export interface AssociateSkillWithUsersResponse { - } - export interface Audio { - /** - * The locale of the audio message. Currently, en-US is supported. - */ - Locale: Locale; - /** - * 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. - */ - Location: AudioLocation; - } - export type AudioList = Audio[]; - export type AudioLocation = string; - export type AuthorizationResult = {[key: string]: Value}; - export type Boolean = boolean; - export type BulletPoint = string; - export type BulletPoints = BulletPoint[]; - export interface BusinessReport { - /** - * The status of the report generation execution (RUNNING, SUCCEEDED, or FAILED). - */ - Status?: BusinessReportStatus; - /** - * The failure code. - */ - FailureCode?: BusinessReportFailureCode; - /** - * The S3 location of the output reports. - */ - S3Location?: BusinessReportS3Location; - /** - * The time of report delivery. - */ - DeliveryTime?: BusinessReportDeliveryTime; - /** - * The download link where a user can download the report. - */ - DownloadUrl?: BusinessReportDownloadUrl; - } - export interface BusinessReportContentRange { - /** - * The interval of the content range. - */ - Interval: BusinessReportInterval; - } - export type BusinessReportDeliveryTime = Date; - export type BusinessReportDownloadUrl = string; - export type BusinessReportFailureCode = "ACCESS_DENIED"|"NO_SUCH_BUCKET"|"INTERNAL_FAILURE"|string; - export type BusinessReportFormat = "CSV"|"CSV_ZIP"|string; - export type BusinessReportInterval = "ONE_DAY"|"ONE_WEEK"|"THIRTY_DAYS"|string; - export interface BusinessReportRecurrence { - /** - * The start date. - */ - StartDate?: _Date; - } - export interface BusinessReportS3Location { - /** - * The path of the business report. - */ - Path?: BusinessReportS3Path; - /** - * The S3 bucket name of the output reports. - */ - BucketName?: CustomerS3BucketName; - } - export type BusinessReportS3Path = string; - export interface BusinessReportSchedule { - /** - * The ARN of the business report schedule. - */ - ScheduleArn?: Arn; - /** - * The name identifier of the schedule. - */ - ScheduleName?: BusinessReportScheduleName; - /** - * The S3 bucket name of the output reports. - */ - S3BucketName?: CustomerS3BucketName; - /** - * The S3 key where the report is delivered. - */ - S3KeyPrefix?: S3KeyPrefix; - /** - * The format of the generated report (individual CSV files or zipped files of individual files). - */ - Format?: BusinessReportFormat; - /** - * The content range of the reports. - */ - ContentRange?: BusinessReportContentRange; - /** - * The recurrence of the reports. - */ - Recurrence?: BusinessReportRecurrence; - /** - * The details of the last business report delivery for a specified time interval. - */ - LastBusinessReport?: BusinessReport; - } - export type BusinessReportScheduleList = BusinessReportSchedule[]; - export type BusinessReportScheduleName = string; - export type BusinessReportStatus = "RUNNING"|"SUCCEEDED"|"FAILED"|string; - export interface Category { - /** - * The ID of the skill store category. - */ - CategoryId?: CategoryId; - /** - * The name of the skill store category. - */ - CategoryName?: CategoryName; - } - export type CategoryId = number; - export type CategoryList = Category[]; - export type CategoryName = string; - export type CertificateTime = Date; - export type ClientId = string; - export type ClientRequestToken = string; - export type CommsProtocol = "SIP"|"SIPS"|"H323"|string; - export interface ConferencePreference { - /** - * The ARN of the default conference provider. - */ - DefaultConferenceProviderArn?: Arn; - } - export interface ConferenceProvider { - /** - * The ARN of the newly created conference provider. - */ - Arn?: Arn; - /** - * The name of the conference provider. - */ - Name?: ConferenceProviderName; - /** - * The type of conference providers. - */ - Type?: ConferenceProviderType; - /** - * The IP endpoint and protocol for calling. - */ - IPDialIn?: IPDialIn; - /** - * The information for PSTN conferencing. - */ - PSTNDialIn?: PSTNDialIn; - /** - * The meeting settings for the conference provider. - */ - MeetingSetting?: MeetingSetting; - } - export type ConferenceProviderName = string; - export type ConferenceProviderType = "CHIME"|"BLUEJEANS"|"FUZE"|"GOOGLE_HANGOUTS"|"POLYCOM"|"RINGCENTRAL"|"SKYPE_FOR_BUSINESS"|"WEBEX"|"ZOOM"|"CUSTOM"|string; - export type ConferenceProvidersList = ConferenceProvider[]; - export type ConnectionStatus = "ONLINE"|"OFFLINE"|string; - export type ConnectionStatusUpdatedTime = Date; - export interface Contact { - /** - * The ARN of the contact. - */ - ContactArn?: Arn; - /** - * The name of the contact to display on the console. - */ - DisplayName?: ContactName; - /** - * The first name of the contact, used to call the contact on the device. - */ - FirstName?: ContactName; - /** - * The last name of the contact, used to call the contact on the device. - */ - LastName?: ContactName; - /** - * The phone number of the contact. 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. - */ - PhoneNumber?: RawPhoneNumber; - /** - * The list of phone numbers for the contact. - */ - PhoneNumbers?: PhoneNumberList; - /** - * The list of SIP addresses for the contact. - */ - SipAddresses?: SipAddressList; - } - export interface ContactData { - /** - * The ARN of the contact. - */ - ContactArn?: Arn; - /** - * The name of the contact to display on the console. - */ - DisplayName?: ContactName; - /** - * The first name of the contact, used to call the contact on the device. - */ - FirstName?: ContactName; - /** - * The last name of the contact, used to call the contact on the device. - */ - LastName?: ContactName; - /** - * The phone number of the contact. 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. - */ - PhoneNumber?: RawPhoneNumber; - /** - * The list of phone numbers for the contact. - */ - PhoneNumbers?: PhoneNumberList; - /** - * The list of SIP addresses for the contact. - */ - SipAddresses?: SipAddressList; - } - export type ContactDataList = ContactData[]; - export type ContactName = string; - export interface Content { - /** - * The list of text messages. - */ - TextList?: TextList; - /** - * The list of SSML messages. - */ - SsmlList?: SsmlList; - /** - * The list of audio messages. - */ - AudioList?: AudioList; - } - export type CountryCode = string; - export interface CreateAddressBookRequest { - /** - * The name of the address book. - */ - Name: AddressBookName; - /** - * The description of the address book. - */ - Description?: AddressBookDescription; - /** - * A unique, user-specified identifier for the request that ensures idempotency. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags to be added to the specified resource. Do not provide system tags. - */ - Tags?: TagList; - } - export interface CreateAddressBookResponse { - /** - * The ARN of the newly created address book. - */ - AddressBookArn?: Arn; - } - export interface CreateBusinessReportScheduleRequest { - /** - * The name identifier of the schedule. - */ - ScheduleName?: BusinessReportScheduleName; - /** - * The S3 bucket name of the output reports. If this isn't specified, the report can be retrieved from a download link by calling ListBusinessReportSchedule. - */ - S3BucketName?: CustomerS3BucketName; - /** - * The S3 key where the report is delivered. - */ - S3KeyPrefix?: S3KeyPrefix; - /** - * The format of the generated report (individual CSV files or zipped files of individual files). - */ - Format: BusinessReportFormat; - /** - * The content range of the reports. - */ - ContentRange: BusinessReportContentRange; - /** - * The recurrence of the reports. If this isn't specified, the report will only be delivered one time when the API is called. - */ - Recurrence?: BusinessReportRecurrence; - /** - * The client request token. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags for the business report schedule. - */ - Tags?: TagList; - } - export interface CreateBusinessReportScheduleResponse { - /** - * The ARN of the business report schedule. - */ - ScheduleArn?: Arn; - } - export interface CreateConferenceProviderRequest { - /** - * The name of the conference provider. - */ - ConferenceProviderName: ConferenceProviderName; - /** - * Represents a type within a list of predefined types. - */ - ConferenceProviderType: ConferenceProviderType; - /** - * The IP endpoint and protocol for calling. - */ - IPDialIn?: IPDialIn; - /** - * The information for PSTN conferencing. - */ - PSTNDialIn?: PSTNDialIn; - /** - * The meeting settings for the conference provider. - */ - MeetingSetting: MeetingSetting; - /** - * The request token of the client. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags to be added to the specified resource. Do not provide system tags. - */ - Tags?: TagList; - } - export interface CreateConferenceProviderResponse { - /** - * The ARN of the newly-created conference provider. - */ - ConferenceProviderArn?: Arn; - } - export interface CreateContactRequest { - /** - * The name of the contact to display on the console. - */ - DisplayName?: ContactName; - /** - * The first name of the contact that is used to call the contact on the device. - */ - FirstName: ContactName; - /** - * The last name of the contact that is used to call the contact on the device. - */ - LastName?: ContactName; - /** - * The phone number of the contact in E.164 format. 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. - */ - PhoneNumber?: RawPhoneNumber; - /** - * The list of phone numbers for the contact. - */ - PhoneNumbers?: PhoneNumberList; - /** - * The list of SIP addresses for the contact. - */ - SipAddresses?: SipAddressList; - /** - * A unique, user-specified identifier for this request that ensures idempotency. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags to be added to the specified resource. Do not provide system tags. - */ - Tags?: TagList; - } - export interface CreateContactResponse { - /** - * The ARN of the newly created address book. - */ - ContactArn?: Arn; - } - export interface CreateEndOfMeetingReminder { - /** - * A range of 3 to 15 minutes that determines when the reminder begins. - */ - ReminderAtMinutes: EndOfMeetingReminderMinutesList; - /** - * The type of sound that users hear during the end of meeting reminder. - */ - ReminderType: EndOfMeetingReminderType; - /** - * Whether an end of meeting reminder is enabled or not. - */ - Enabled: Boolean; - } - export interface CreateGatewayGroupRequest { - /** - * The name of the gateway group. - */ - Name: GatewayGroupName; - /** - * The description of the gateway group. - */ - Description?: GatewayGroupDescription; - /** - * A unique, user-specified identifier for the request that ensures idempotency. - */ - ClientRequestToken: ClientRequestToken; - /** - * The tags to be added to the specified resource. Do not provide system tags. - */ - Tags?: TagList; - } - export interface CreateGatewayGroupResponse { - /** - * The ARN of the created gateway group. - */ - GatewayGroupArn?: Arn; - } - export interface CreateInstantBooking { - /** - * 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. - */ - DurationInMinutes: Minutes; - /** - * Whether instant booking is enabled or not. - */ - Enabled: Boolean; - } - export interface CreateMeetingRoomConfiguration { - /** - * Whether room utilization metrics are enabled or not. - */ - RoomUtilizationMetricsEnabled?: Boolean; - EndOfMeetingReminder?: CreateEndOfMeetingReminder; - /** - * Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa. - */ - InstantBooking?: CreateInstantBooking; - /** - * 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.” - */ - RequireCheckIn?: CreateRequireCheckIn; - ProactiveJoin?: CreateProactiveJoin; - } - export interface CreateNetworkProfileRequest { - /** - * The name of the network profile associated with a device. - */ - NetworkProfileName: NetworkProfileName; - /** - * Detailed information about a device's network profile. - */ - Description?: NetworkProfileDescription; - /** - * The SSID of the Wi-Fi network. - */ - Ssid: NetworkSsid; - /** - * The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN. - */ - SecurityType: NetworkSecurityType; - /** - * The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported. - */ - EapMethod?: NetworkEapMethod; - /** - * The current password of the Wi-Fi network. - */ - CurrentPassword?: CurrentWiFiPassword; - /** - * 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. - */ - NextPassword?: NextWiFiPassword; - /** - * The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices. - */ - CertificateAuthorityArn?: Arn; - /** - * The root certificates of your authentication server that is installed on your devices and used to trust your authentication server during EAP negotiation. - */ - TrustAnchors?: TrustAnchorList; - ClientRequestToken: ClientRequestToken; - /** - * The tags to be added to the specified resource. Do not provide system tags. - */ - Tags?: TagList; - } - export interface CreateNetworkProfileResponse { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn?: Arn; - } - export interface CreateProactiveJoin { - EnabledByMotion: Boolean; - } - export interface CreateProfileRequest { - /** - * The name of a room profile. - */ - ProfileName: ProfileName; - /** - * The time zone used by a room profile. - */ - Timezone: Timezone; - /** - * The valid address for the room. - */ - Address: Address; - /** - * The distance unit to be used by devices in the profile. - */ - DistanceUnit: DistanceUnit; - /** - * The temperature unit to be used by devices in the profile. - */ - TemperatureUnit: TemperatureUnit; - /** - * A wake word for Alexa, Echo, Amazon, or a computer. - */ - WakeWord: WakeWord; - /** - * The locale of the room profile. (This is currently only available to a limited preview audience.) - */ - Locale?: DeviceLocale; - /** - * The user-specified token that is used during the creation of a profile. - */ - ClientRequestToken?: ClientRequestToken; - /** - * Whether room profile setup is enabled. - */ - SetupModeDisabled?: Boolean; - /** - * The maximum volume limit for a room profile. - */ - MaxVolumeLimit?: MaxVolumeLimit; - /** - * Whether PSTN calling is enabled. - */ - PSTNEnabled?: Boolean; - /** - * Whether data retention of the profile is enabled. - */ - DataRetentionOptIn?: Boolean; - /** - * The meeting room settings of a room profile. - */ - MeetingRoomConfiguration?: CreateMeetingRoomConfiguration; - /** - * The tags for the profile. - */ - Tags?: TagList; - } - export interface CreateProfileResponse { - /** - * The ARN of the newly created room profile in the response. - */ - ProfileArn?: Arn; - } - export interface CreateRequireCheckIn { - /** - * Duration between 5 and 20 minutes to determine when to release the room if it's not checked into. - */ - ReleaseAfterMinutes: Minutes; - /** - * Whether require check in is enabled or not. - */ - Enabled: Boolean; - } - export interface CreateRoomRequest { - /** - * The name for the room. - */ - RoomName: RoomName; - /** - * The description for the room. - */ - Description?: RoomDescription; - /** - * The profile ARN for the room. This is required. - */ - ProfileArn?: Arn; - /** - * The calendar ARN for the room. - */ - ProviderCalendarId?: ProviderCalendarId; - /** - * A unique, user-specified identifier for this request that ensures idempotency. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags for the room. - */ - Tags?: TagList; - } - export interface CreateRoomResponse { - /** - * The ARN of the newly created room in the response. - */ - RoomArn?: Arn; - } - export interface CreateSkillGroupRequest { - /** - * The name for the skill group. - */ - SkillGroupName: SkillGroupName; - /** - * The description for the skill group. - */ - Description?: SkillGroupDescription; - /** - * A unique, user-specified identifier for this request that ensures idempotency. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags for the skill group. - */ - Tags?: TagList; - } - export interface CreateSkillGroupResponse { - /** - * The ARN of the newly created skill group in the response. - */ - SkillGroupArn?: Arn; - } - export interface CreateUserRequest { - /** - * The ARN for the user. - */ - UserId: user_UserId; - /** - * The first name for the user. - */ - FirstName?: user_FirstName; - /** - * The last name for the user. - */ - LastName?: user_LastName; - /** - * The email address for the user. - */ - Email?: Email; - /** - * A unique, user-specified identifier for this request that ensures idempotency. - */ - ClientRequestToken?: ClientRequestToken; - /** - * The tags for the user. - */ - Tags?: TagList; - } - export interface CreateUserResponse { - /** - * The ARN of the newly created user in the response. - */ - UserArn?: Arn; - } - export type CurrentWiFiPassword = string; - export type CustomerS3BucketName = string; - export type _Date = string; - export interface DeleteAddressBookRequest { - /** - * The ARN of the address book to delete. - */ - AddressBookArn: Arn; - } - export interface DeleteAddressBookResponse { - } - export interface DeleteBusinessReportScheduleRequest { - /** - * The ARN of the business report schedule. - */ - ScheduleArn: Arn; - } - export interface DeleteBusinessReportScheduleResponse { - } - export interface DeleteConferenceProviderRequest { - /** - * The ARN of the conference provider. - */ - ConferenceProviderArn: Arn; - } - export interface DeleteConferenceProviderResponse { - } - export interface DeleteContactRequest { - /** - * The ARN of the contact to delete. - */ - ContactArn: Arn; - } - export interface DeleteContactResponse { - } - export interface DeleteDeviceRequest { - /** - * The ARN of the device for which to request details. - */ - DeviceArn: Arn; - } - export interface DeleteDeviceResponse { - } - export interface DeleteDeviceUsageDataRequest { - /** - * The ARN of the device. - */ - DeviceArn: Arn; - /** - * The type of usage data to delete. - */ - DeviceUsageType: DeviceUsageType; - } - export interface DeleteDeviceUsageDataResponse { - } - export interface DeleteGatewayGroupRequest { - /** - * The ARN of the gateway group to delete. - */ - GatewayGroupArn: Arn; - } - export interface DeleteGatewayGroupResponse { - } - export interface DeleteNetworkProfileRequest { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn: Arn; - } - export interface DeleteNetworkProfileResponse { - } - export interface DeleteProfileRequest { - /** - * The ARN of the room profile to delete. Required. - */ - ProfileArn?: Arn; - } - export interface DeleteProfileResponse { - } - export interface DeleteRoomRequest { - /** - * The ARN of the room to delete. Required. - */ - RoomArn?: Arn; - } - export interface DeleteRoomResponse { - } - export interface DeleteRoomSkillParameterRequest { - /** - * The ARN of the room from which to remove the room skill parameter details. - */ - RoomArn?: Arn; - /** - * The ID of the skill from which to remove the room skill parameter details. - */ - SkillId: SkillId; - /** - * The room skill parameter key for which to remove details. - */ - ParameterKey: RoomSkillParameterKey; - } - export interface DeleteRoomSkillParameterResponse { - } - export interface DeleteSkillAuthorizationRequest { - /** - * The unique identifier of a skill. - */ - SkillId: SkillId; - /** - * The room that the skill is authorized for. - */ - RoomArn?: Arn; - } - export interface DeleteSkillAuthorizationResponse { - } - export interface DeleteSkillGroupRequest { - /** - * The ARN of the skill group to delete. Required. - */ - SkillGroupArn?: Arn; - } - export interface DeleteSkillGroupResponse { - } - export interface DeleteUserRequest { - /** - * The ARN of the user to delete in the organization. Required. - */ - UserArn?: Arn; - /** - * The ARN of the user's enrollment in the organization. Required. - */ - EnrollmentId: EnrollmentId; - } - export interface DeleteUserResponse { - } - export interface DeveloperInfo { - /** - * The name of the developer. - */ - DeveloperName?: DeveloperName; - /** - * The URL of the privacy policy. - */ - PrivacyPolicy?: PrivacyPolicy; - /** - * The email of the developer. - */ - Email?: Email; - /** - * The website of the developer. - */ - Url?: Url; - } - export type DeveloperName = string; - export interface Device { - /** - * The ARN of a device. - */ - DeviceArn?: Arn; - /** - * The serial number of a device. - */ - DeviceSerialNumber?: DeviceSerialNumber; - /** - * The type of a device. - */ - DeviceType?: DeviceType; - /** - * The name of a device. - */ - DeviceName?: DeviceName; - /** - * The software version of a device. - */ - SoftwareVersion?: SoftwareVersion; - /** - * The MAC address of a device. - */ - MacAddress?: MacAddress; - /** - * The room ARN of a device. - */ - RoomArn?: Arn; - /** - * The status of a device. If the status is not READY, check the DeviceStatusInfo value for details. - */ - DeviceStatus?: DeviceStatus; - /** - * Detailed information about a device's status. - */ - DeviceStatusInfo?: DeviceStatusInfo; - /** - * Detailed information about a device's network profile. - */ - NetworkProfileInfo?: DeviceNetworkProfileInfo; - } - export interface DeviceData { - /** - * The ARN of a device. - */ - DeviceArn?: Arn; - /** - * The serial number of a device. - */ - DeviceSerialNumber?: DeviceSerialNumber; - /** - * The type of a device. - */ - DeviceType?: DeviceType; - /** - * The name of a device. - */ - DeviceName?: DeviceName; - /** - * The software version of a device. - */ - SoftwareVersion?: SoftwareVersion; - /** - * The MAC address of a device. - */ - MacAddress?: MacAddress; - /** - * The status of a device. - */ - DeviceStatus?: DeviceStatus; - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn?: Arn; - /** - * The name of the network profile associated with a device. - */ - NetworkProfileName?: NetworkProfileName; - /** - * The room ARN associated with a device. - */ - RoomArn?: Arn; - /** - * The name of the room associated with a device. - */ - RoomName?: DeviceRoomName; - /** - * Detailed information about a device's status. - */ - DeviceStatusInfo?: DeviceStatusInfo; - /** - * The time (in epoch) when the device data was created. - */ - CreatedTime?: DeviceDataCreatedTime; - } - export type DeviceDataCreatedTime = Date; - export type DeviceDataList = DeviceData[]; - export interface DeviceEvent { - /** - * The type of device event. - */ - Type?: DeviceEventType; - /** - * The value of the event. - */ - Value?: DeviceEventValue; - /** - * The time (in epoch) when the event occurred. - */ - Timestamp?: DeviceEventTime; - } - export type DeviceEventList = DeviceEvent[]; - export type DeviceEventTime = Date; - export type DeviceEventType = "CONNECTION_STATUS"|"DEVICE_STATUS"|string; - export type DeviceEventValue = string; - export type DeviceLocale = string; - export type DeviceName = string; - export interface DeviceNetworkProfileInfo { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn?: Arn; - /** - * The ARN of the certificate associated with a device. - */ - CertificateArn?: Arn; - /** - * The time (in epoch) when the certificate expires. - */ - CertificateExpirationTime?: CertificateTime; - } - export type DeviceRoomName = string; - export type DeviceSerialNumber = string; - export type DeviceSerialNumberForAVS = string; - export type DeviceStatus = "READY"|"PENDING"|"WAS_OFFLINE"|"DEREGISTERED"|"FAILED"|string; - export interface DeviceStatusDetail { - /** - * The list of available features on the device. - */ - Feature?: Feature; - /** - * The device status detail code. - */ - Code?: DeviceStatusDetailCode; - } - export type DeviceStatusDetailCode = "DEVICE_SOFTWARE_UPDATE_NEEDED"|"DEVICE_WAS_OFFLINE"|"CREDENTIALS_ACCESS_FAILURE"|"TLS_VERSION_MISMATCH"|"ASSOCIATION_REJECTION"|"AUTHENTICATION_FAILURE"|"DHCP_FAILURE"|"INTERNET_UNAVAILABLE"|"DNS_FAILURE"|"UNKNOWN_FAILURE"|"CERTIFICATE_ISSUING_LIMIT_EXCEEDED"|"INVALID_CERTIFICATE_AUTHORITY"|"NETWORK_PROFILE_NOT_FOUND"|"INVALID_PASSWORD_STATE"|"PASSWORD_NOT_FOUND"|"PASSWORD_MANAGER_ACCESS_DENIED"|"CERTIFICATE_AUTHORITY_ACCESS_DENIED"|string; - export type DeviceStatusDetails = DeviceStatusDetail[]; - export interface DeviceStatusInfo { - /** - * One or more device status detail descriptions. - */ - DeviceStatusDetails?: DeviceStatusDetails; - /** - * The latest available information about the connection status of a device. - */ - ConnectionStatus?: ConnectionStatus; - /** - * The time (in epoch) when the device connection status changed. - */ - ConnectionStatusUpdatedTime?: ConnectionStatusUpdatedTime; - } - export type DeviceType = string; - export type DeviceUsageType = "VOICE"|string; - export interface DisassociateContactFromAddressBookRequest { - /** - * The ARN of the contact to disassociate from an address book. - */ - ContactArn: Arn; - /** - * The ARN of the address from which to disassociate the contact. - */ - AddressBookArn: Arn; - } - export interface DisassociateContactFromAddressBookResponse { - } - export interface DisassociateDeviceFromRoomRequest { - /** - * The ARN of the device to disassociate from a room. Required. - */ - DeviceArn?: Arn; - } - export interface DisassociateDeviceFromRoomResponse { - } - export interface DisassociateSkillFromSkillGroupRequest { - /** - * The unique identifier of a skill. Required. - */ - SkillGroupArn?: Arn; - /** - * The ARN of a skill group to associate to a skill. - */ - SkillId: SkillId; - } - export interface DisassociateSkillFromSkillGroupResponse { - } - export interface DisassociateSkillFromUsersRequest { - /** - * The private skill ID you want to make unavailable for enrolled users. - */ - SkillId: SkillId; - } - export interface DisassociateSkillFromUsersResponse { - } - export interface DisassociateSkillGroupFromRoomRequest { - /** - * The ARN of the skill group to disassociate from a room. Required. - */ - SkillGroupArn?: Arn; - /** - * The ARN of the room from which the skill group is to be disassociated. Required. - */ - RoomArn?: Arn; - } - export interface DisassociateSkillGroupFromRoomResponse { - } - export type DistanceUnit = "METRIC"|"IMPERIAL"|string; - export type Email = string; - export type EnablementType = "ENABLED"|"PENDING"|string; - export type EnablementTypeFilter = "ENABLED"|"PENDING"|string; - export interface EndOfMeetingReminder { - /** - * A range of 3 to 15 minutes that determines when the reminder begins. - */ - ReminderAtMinutes?: EndOfMeetingReminderMinutesList; - /** - * The type of sound that users hear during the end of meeting reminder. - */ - ReminderType?: EndOfMeetingReminderType; - /** - * Whether an end of meeting reminder is enabled or not. - */ - Enabled?: Boolean; - } - export type EndOfMeetingReminderMinutesList = Minutes[]; - export type EndOfMeetingReminderType = "ANNOUNCEMENT_TIME_CHECK"|"ANNOUNCEMENT_VARIABLE_TIME_LEFT"|"CHIME"|"KNOCK"|string; - export type EndUserLicenseAgreement = string; - export type Endpoint = string; - export type EnrollmentId = string; - export type EnrollmentStatus = "INITIALIZED"|"PENDING"|"REGISTERED"|"DISASSOCIATING"|"DEREGISTERING"|string; - export type Feature = "BLUETOOTH"|"VOLUME"|"NOTIFICATIONS"|"LISTS"|"SKILLS"|"NETWORK_PROFILE"|"SETTINGS"|"ALL"|string; - export type Features = Feature[]; - export interface Filter { - /** - * The key of a filter. - */ - Key: FilterKey; - /** - * The values of a filter. - */ - Values: FilterValueList; - } - export type FilterKey = string; - export type FilterList = Filter[]; - export type FilterValue = string; - export type FilterValueList = FilterValue[]; - export interface ForgetSmartHomeAppliancesRequest { - /** - * The room that the appliances are associated with. - */ - RoomArn: Arn; - } - export interface ForgetSmartHomeAppliancesResponse { - } - export interface Gateway { - /** - * The ARN of the gateway. - */ - Arn?: Arn; - /** - * The name of the gateway. - */ - Name?: GatewayName; - /** - * The description of the gateway. - */ - Description?: GatewayDescription; - /** - * The ARN of the gateway group that the gateway is associated to. - */ - GatewayGroupArn?: Arn; - /** - * The software version of the gateway. The gateway automatically updates its software version during normal operation. - */ - SoftwareVersion?: GatewayVersion; - } - export type GatewayDescription = string; - export interface GatewayGroup { - /** - * The ARN of the gateway group. - */ - Arn?: Arn; - /** - * The name of the gateway group. - */ - Name?: GatewayGroupName; - /** - * The description of the gateway group. - */ - Description?: GatewayGroupDescription; - } - export type GatewayGroupDescription = string; - export type GatewayGroupName = string; - export type GatewayGroupSummaries = GatewayGroupSummary[]; - export interface GatewayGroupSummary { - /** - * The ARN of the gateway group. - */ - Arn?: Arn; - /** - * The name of the gateway group. - */ - Name?: GatewayGroupName; - /** - * The description of the gateway group. - */ - Description?: GatewayGroupDescription; - } - export type GatewayName = string; - export type GatewaySummaries = GatewaySummary[]; - export interface GatewaySummary { - /** - * The ARN of the gateway. - */ - Arn?: Arn; - /** - * The name of the gateway. - */ - Name?: GatewayName; - /** - * The description of the gateway. - */ - Description?: GatewayDescription; - /** - * The ARN of the gateway group that the gateway is associated to. - */ - GatewayGroupArn?: Arn; - /** - * The software version of the gateway. The gateway automatically updates its software version during normal operation. - */ - SoftwareVersion?: GatewayVersion; - } - export type GatewayVersion = string; - export type GenericKeyword = string; - export type GenericKeywords = GenericKeyword[]; - export interface GetAddressBookRequest { - /** - * The ARN of the address book for which to request details. - */ - AddressBookArn: Arn; - } - export interface GetAddressBookResponse { - /** - * The details of the requested address book. - */ - AddressBook?: AddressBook; - } - export interface GetConferencePreferenceRequest { - } - export interface GetConferencePreferenceResponse { - /** - * The conference preference. - */ - Preference?: ConferencePreference; - } - export interface GetConferenceProviderRequest { - /** - * The ARN of the newly created conference provider. - */ - ConferenceProviderArn: Arn; - } - export interface GetConferenceProviderResponse { - /** - * The conference provider. - */ - ConferenceProvider?: ConferenceProvider; - } - export interface GetContactRequest { - /** - * The ARN of the contact for which to request details. - */ - ContactArn: Arn; - } - export interface GetContactResponse { - /** - * The details of the requested contact. - */ - Contact?: Contact; - } - export interface GetDeviceRequest { - /** - * The ARN of the device for which to request details. Required. - */ - DeviceArn?: Arn; - } - export interface GetDeviceResponse { - /** - * The details of the device requested. Required. - */ - Device?: Device; - } - export interface GetGatewayGroupRequest { - /** - * The ARN of the gateway group to get. - */ - GatewayGroupArn: Arn; - } - export interface GetGatewayGroupResponse { - GatewayGroup?: GatewayGroup; - } - export interface GetGatewayRequest { - /** - * The ARN of the gateway to get. - */ - GatewayArn: Arn; - } - export interface GetGatewayResponse { - /** - * The details of the gateway. - */ - Gateway?: Gateway; - } - export interface GetInvitationConfigurationRequest { - } - export interface GetInvitationConfigurationResponse { - /** - * The name of the organization sending the enrollment invite to a user. - */ - OrganizationName?: OrganizationName; - /** - * The email ID of the organization or individual contact that the enrolled user can use. - */ - ContactEmail?: Email; - /** - * The list of private skill IDs that you want to recommend to the user to enable in the invitation. - */ - PrivateSkillIds?: ShortSkillIdList; - } - export interface GetNetworkProfileRequest { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn: Arn; - } - export interface GetNetworkProfileResponse { - /** - * The network profile associated with a device. - */ - NetworkProfile?: NetworkProfile; - } - export interface GetProfileRequest { - /** - * The ARN of the room profile for which to request details. Required. - */ - ProfileArn?: Arn; - } - export interface GetProfileResponse { - /** - * The details of the room profile requested. Required. - */ - Profile?: Profile; - } - export interface GetRoomRequest { - /** - * The ARN of the room for which to request details. Required. - */ - RoomArn?: Arn; - } - export interface GetRoomResponse { - /** - * The details of the room requested. - */ - Room?: Room; - } - export interface GetRoomSkillParameterRequest { - /** - * The ARN of the room from which to get the room skill parameter details. - */ - RoomArn?: Arn; - /** - * The ARN of the skill from which to get the room skill parameter details. Required. - */ - SkillId: SkillId; - /** - * The room skill parameter key for which to get details. Required. - */ - ParameterKey: RoomSkillParameterKey; - } - export interface GetRoomSkillParameterResponse { - /** - * The details of the room skill parameter requested. Required. - */ - RoomSkillParameter?: RoomSkillParameter; - } - export interface GetSkillGroupRequest { - /** - * The ARN of the skill group for which to get details. Required. - */ - SkillGroupArn?: Arn; - } - export interface GetSkillGroupResponse { - /** - * The details of the skill group requested. Required. - */ - SkillGroup?: SkillGroup; - } - export interface IPDialIn { - /** - * The IP address. - */ - Endpoint: Endpoint; - /** - * The protocol, including SIP, SIPS, and H323. - */ - CommsProtocol: CommsProtocol; - } - export type IconUrl = string; - export interface InstantBooking { - /** - * 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. - */ - DurationInMinutes?: Minutes; - /** - * Whether instant booking is enabled or not. - */ - Enabled?: Boolean; - } - export type InvocationPhrase = string; - export type Key = string; - export interface ListBusinessReportSchedulesRequest { - /** - * The token used to list the remaining schedules from the previous API call. - */ - NextToken?: NextToken; - /** - * The maximum number of schedules listed in the call. - */ - MaxResults?: MaxResults; - } - export interface ListBusinessReportSchedulesResponse { - /** - * The schedule of the reports. - */ - BusinessReportSchedules?: BusinessReportScheduleList; - /** - * The token used to list the remaining schedules from the previous API call. - */ - NextToken?: NextToken; - } - export interface ListConferenceProvidersRequest { - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - /** - * The maximum number of conference providers to be returned, per paginated calls. - */ - MaxResults?: MaxResults; - } - export interface ListConferenceProvidersResponse { - /** - * The conference providers. - */ - ConferenceProviders?: ConferenceProvidersList; - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - } - export interface ListDeviceEventsRequest { - /** - * The ARN of a device. - */ - DeviceArn: Arn; - /** - * The event type to filter device events. If EventType isn't specified, this returns a list of all device events in reverse chronological order. If EventType is specified, this returns a list of device events for that EventType in reverse chronological order. - */ - EventType?: DeviceEventType; - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. When the end of results is reached, the response has a value of null. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. The default value is 50. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - } - export interface ListDeviceEventsResponse { - /** - * The device events requested for the device ARN. - */ - DeviceEvents?: DeviceEventList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - } - export interface ListGatewayGroupsRequest { - /** - * The token used to paginate though multiple pages of gateway group summaries. - */ - NextToken?: NextToken; - /** - * The maximum number of gateway group summaries to return. The default is 50. - */ - MaxResults?: MaxResults; - } - export interface ListGatewayGroupsResponse { - /** - * The gateway groups in the list. - */ - GatewayGroups?: GatewayGroupSummaries; - /** - * The token used to paginate though multiple pages of gateway group summaries. - */ - NextToken?: NextToken; - } - export interface ListGatewaysRequest { - /** - * The gateway group ARN for which to list gateways. - */ - GatewayGroupArn?: Arn; - /** - * The token used to paginate though multiple pages of gateway summaries. - */ - NextToken?: NextToken; - /** - * The maximum number of gateway summaries to return. The default is 50. - */ - MaxResults?: MaxResults; - } - export interface ListGatewaysResponse { - /** - * The gateways in the list. - */ - Gateways?: GatewaySummaries; - /** - * The token used to paginate though multiple pages of gateway summaries. - */ - NextToken?: NextToken; - } - export interface ListSkillsRequest { - /** - * The ARN of the skill group for which to list enabled skills. - */ - SkillGroupArn?: Arn; - /** - * Whether the skill is enabled under the user's account. - */ - EnablementType?: EnablementTypeFilter; - /** - * Whether the skill is publicly available or is a private skill. - */ - SkillType?: SkillTypeFilter; - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: SkillListMaxResults; - } - export interface ListSkillsResponse { - /** - * The list of enabled skills requested. Required. - */ - SkillSummaries?: SkillSummaryList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - } - export interface ListSkillsStoreCategoriesRequest { - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - /** - * The maximum number of categories returned, per paginated calls. - */ - MaxResults?: MaxResults; - } - export interface ListSkillsStoreCategoriesResponse { - /** - * The list of categories. - */ - CategoryList?: CategoryList; - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - } - export interface ListSkillsStoreSkillsByCategoryRequest { - /** - * The category ID for which the skills are being retrieved from the skill store. - */ - CategoryId: CategoryId; - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - /** - * The maximum number of skills returned per paginated calls. - */ - MaxResults?: SkillListMaxResults; - } - export interface ListSkillsStoreSkillsByCategoryResponse { - /** - * The skill store skills. - */ - SkillsStoreSkills?: SkillsStoreSkillList; - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - } - export interface ListSmartHomeAppliancesRequest { - /** - * The room that the appliances are associated with. - */ - RoomArn: Arn; - /** - * The maximum number of appliances to be returned, per paginated calls. - */ - MaxResults?: MaxResults; - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - } - export interface ListSmartHomeAppliancesResponse { - /** - * The smart home appliances. - */ - SmartHomeAppliances?: SmartHomeApplianceList; - /** - * The tokens used for pagination. - */ - NextToken?: NextToken; - } - export interface ListTagsRequest { - /** - * The ARN of the specified resource for which to list tags. - */ - Arn: Arn; - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - } - export interface ListTagsResponse { - /** - * The tags requested for the specified resource. - */ - Tags?: TagList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - } - export type Locale = "en-US"|string; - export type MacAddress = string; - export type MaxResults = number; - export type MaxVolumeLimit = number; - export interface MeetingRoomConfiguration { - /** - * Whether room utilization metrics are enabled or not. - */ - RoomUtilizationMetricsEnabled?: Boolean; - /** - * 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. - */ - EndOfMeetingReminder?: EndOfMeetingReminder; - /** - * Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa. - */ - InstantBooking?: InstantBooking; - /** - * 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.” - */ - RequireCheckIn?: RequireCheckIn; - ProactiveJoin?: ProactiveJoin; - } - export interface MeetingSetting { - /** - * The values that indicate whether the pin is always required. - */ - RequirePin: RequirePin; - } - export type Minutes = number; - export type NetworkEapMethod = "EAP_TLS"|string; - export interface NetworkProfile { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn?: Arn; - /** - * The name of the network profile associated with a device. - */ - NetworkProfileName?: NetworkProfileName; - /** - * Detailed information about a device's network profile. - */ - Description?: NetworkProfileDescription; - /** - * The SSID of the Wi-Fi network. - */ - Ssid?: NetworkSsid; - /** - * The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN. - */ - SecurityType?: NetworkSecurityType; - /** - * The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported. - */ - EapMethod?: NetworkEapMethod; - /** - * The current password of the Wi-Fi network. - */ - CurrentPassword?: CurrentWiFiPassword; - /** - * 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. - */ - NextPassword?: NextWiFiPassword; - /** - * The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices. - */ - CertificateAuthorityArn?: Arn; - /** - * The root certificates of your authentication server, which is installed on your devices and used to trust your authentication server during EAP negotiation. - */ - TrustAnchors?: TrustAnchorList; - } - export interface NetworkProfileData { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn?: Arn; - /** - * The name of the network profile associated with a device. - */ - NetworkProfileName?: NetworkProfileName; - /** - * Detailed information about a device's network profile. - */ - Description?: NetworkProfileDescription; - /** - * The SSID of the Wi-Fi network. - */ - Ssid?: NetworkSsid; - /** - * The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK, WEP, or OPEN. - */ - SecurityType?: NetworkSecurityType; - /** - * The authentication standard that is used in the EAP framework. Currently, EAP_TLS is supported. - */ - EapMethod?: NetworkEapMethod; - /** - * The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices. - */ - CertificateAuthorityArn?: Arn; - } - export type NetworkProfileDataList = NetworkProfileData[]; - export type NetworkProfileDescription = string; - export type NetworkProfileName = string; - export type NetworkSecurityType = "OPEN"|"WEP"|"WPA_PSK"|"WPA2_PSK"|"WPA2_ENTERPRISE"|string; - export type NetworkSsid = string; - export type NewInThisVersionBulletPoints = BulletPoint[]; - export type NextToken = string; - export type NextWiFiPassword = string; - export type OneClickIdDelay = string; - export type OneClickPinDelay = string; - export type OrganizationName = string; - export type OutboundPhoneNumber = string; - export interface PSTNDialIn { - /** - * The zip code. - */ - CountryCode: CountryCode; - /** - * The phone number to call to join the conference. - */ - PhoneNumber: OutboundPhoneNumber; - /** - * The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network. - */ - OneClickIdDelay: OneClickIdDelay; - /** - * The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network. - */ - OneClickPinDelay: OneClickPinDelay; - } - export interface PhoneNumber { - /** - * The raw value of the phone number. - */ - Number: RawPhoneNumber; - /** - * The type of the phone number. - */ - Type: PhoneNumberType; - } - export type PhoneNumberList = PhoneNumber[]; - export type PhoneNumberType = "MOBILE"|"WORK"|"HOME"|string; - export type PrivacyPolicy = string; - export interface ProactiveJoin { - EnabledByMotion?: Boolean; - } - export type ProductDescription = string; - export type ProductId = string; - export interface Profile { - /** - * The ARN of a room profile. - */ - ProfileArn?: Arn; - /** - * The name of a room profile. - */ - ProfileName?: ProfileName; - /** - * Retrieves if the profile is default or not. - */ - IsDefault?: Boolean; - /** - * The address of a room profile. - */ - Address?: Address; - /** - * The time zone of a room profile. - */ - Timezone?: Timezone; - /** - * The distance unit of a room profile. - */ - DistanceUnit?: DistanceUnit; - /** - * The temperature unit of a room profile. - */ - TemperatureUnit?: TemperatureUnit; - /** - * The wake word of a room profile. - */ - WakeWord?: WakeWord; - /** - * The locale of a room profile. (This is currently available only to a limited preview audience.) - */ - Locale?: DeviceLocale; - /** - * The setup mode of a room profile. - */ - SetupModeDisabled?: Boolean; - /** - * The max volume limit of a room profile. - */ - MaxVolumeLimit?: MaxVolumeLimit; - /** - * The PSTN setting of a room profile. - */ - PSTNEnabled?: Boolean; - /** - * Whether data retention of the profile is enabled. - */ - DataRetentionOptIn?: Boolean; - /** - * The ARN of the address book. - */ - AddressBookArn?: Arn; - /** - * Meeting room settings of a room profile. - */ - MeetingRoomConfiguration?: MeetingRoomConfiguration; - } - export interface ProfileData { - /** - * The ARN of a room profile. - */ - ProfileArn?: Arn; - /** - * The name of a room profile. - */ - ProfileName?: ProfileName; - /** - * Retrieves if the profile data is default or not. - */ - IsDefault?: Boolean; - /** - * The address of a room profile. - */ - Address?: Address; - /** - * The time zone of a room profile. - */ - Timezone?: Timezone; - /** - * The distance unit of a room profile. - */ - DistanceUnit?: DistanceUnit; - /** - * The temperature unit of a room profile. - */ - TemperatureUnit?: TemperatureUnit; - /** - * The wake word of a room profile. - */ - WakeWord?: WakeWord; - /** - * The locale of a room profile. (This is currently available only to a limited preview audience.) - */ - Locale?: DeviceLocale; - } - export type ProfileDataList = ProfileData[]; - export type ProfileName = string; - export type ProviderCalendarId = string; - export interface PutConferencePreferenceRequest { - /** - * The conference preference of a specific conference provider. - */ - ConferencePreference: ConferencePreference; - } - export interface PutConferencePreferenceResponse { - } - export interface PutInvitationConfigurationRequest { - /** - * The name of the organization sending the enrollment invite to a user. - */ - OrganizationName: OrganizationName; - /** - * The email ID of the organization or individual contact that the enrolled user can use. - */ - ContactEmail?: Email; - /** - * The list of private skill IDs that you want to recommend to the user to enable in the invitation. - */ - PrivateSkillIds?: ShortSkillIdList; - } - export interface PutInvitationConfigurationResponse { - } - export interface PutRoomSkillParameterRequest { - /** - * The ARN of the room associated with the room skill parameter. Required. - */ - RoomArn?: Arn; - /** - * The ARN of the skill associated with the room skill parameter. Required. - */ - SkillId: SkillId; - /** - * The updated room skill parameter. Required. - */ - RoomSkillParameter: RoomSkillParameter; - } - export interface PutRoomSkillParameterResponse { - } - export interface PutSkillAuthorizationRequest { - /** - * The authorization result specific to OAUTH code grant output. "Code” must be populated in the AuthorizationResult map to establish the authorization. - */ - AuthorizationResult: AuthorizationResult; - /** - * The unique identifier of a skill. - */ - SkillId: SkillId; - /** - * The room that the skill is authorized for. - */ - RoomArn?: Arn; - } - export interface PutSkillAuthorizationResponse { - } - export type RawPhoneNumber = string; - export interface RegisterAVSDeviceRequest { - /** - * The client ID of the OEM used for code-based linking authorization on an AVS device. - */ - ClientId: ClientId; - /** - * The code that is obtained after your AVS device has made a POST request to LWA as a part of the Device Authorization Request component of the OAuth code-based linking specification. - */ - UserCode: UserCode; - /** - * The product ID used to identify your AVS device during authorization. - */ - ProductId: ProductId; - /** - * The key generated by the OEM that uniquely identifies a specified instance of your AVS device. - */ - DeviceSerialNumber?: DeviceSerialNumberForAVS; - /** - * The device type ID for your AVS device generated by Amazon when the OEM creates a new product on Amazon's Developer Console. - */ - AmazonId: AmazonId; - /** - * The Amazon Resource Name (ARN) of the room with which to associate your AVS device. - */ - RoomArn?: Arn; - /** - * The tags to be added to the specified resource. Do not provide system tags. - */ - Tags?: TagList; - } - export interface RegisterAVSDeviceResponse { - /** - * The ARN of the device. - */ - DeviceArn?: Arn; - } - export interface RejectSkillRequest { - /** - * The unique identifier of the skill. - */ - SkillId: SkillId; - } - export interface RejectSkillResponse { - } - export type ReleaseDate = string; - export interface RequireCheckIn { - /** - * Duration between 5 and 20 minutes to determine when to release the room if it's not checked into. - */ - ReleaseAfterMinutes?: Minutes; - /** - * Whether require check in is enabled or not. - */ - Enabled?: Boolean; - } - export type RequirePin = "YES"|"NO"|"OPTIONAL"|string; - export interface ResolveRoomRequest { - /** - * The ARN of the user. Required. - */ - UserId: UserId; - /** - * The ARN of the skill that was requested. Required. - */ - SkillId: SkillId; - } - export interface ResolveRoomResponse { - /** - * The ARN of the room from which the skill request was invoked. - */ - RoomArn?: Arn; - /** - * The name of the room from which the skill request was invoked. - */ - RoomName?: RoomName; - /** - * Response to get the room profile request. Required. - */ - RoomSkillParameters?: RoomSkillParameters; - } - export type ReviewKey = string; - export type ReviewValue = string; - export type Reviews = {[key: string]: ReviewValue}; - export interface RevokeInvitationRequest { - /** - * The ARN of the user for whom to revoke an enrollment invitation. Required. - */ - UserArn?: Arn; - /** - * The ARN of the enrollment invitation to revoke. Required. - */ - EnrollmentId?: EnrollmentId; - } - export interface RevokeInvitationResponse { - } - export interface Room { - /** - * The ARN of a room. - */ - RoomArn?: Arn; - /** - * The name of a room. - */ - RoomName?: RoomName; - /** - * The description of a room. - */ - Description?: RoomDescription; - /** - * The provider calendar ARN of a room. - */ - ProviderCalendarId?: ProviderCalendarId; - /** - * The profile ARN of a room. - */ - ProfileArn?: Arn; - } - export interface RoomData { - /** - * The ARN of a room. - */ - RoomArn?: Arn; - /** - * The name of a room. - */ - RoomName?: RoomName; - /** - * The description of a room. - */ - Description?: RoomDescription; - /** - * The provider calendar ARN of a room. - */ - ProviderCalendarId?: ProviderCalendarId; - /** - * The profile ARN of a room. - */ - ProfileArn?: Arn; - /** - * The profile name of a room. - */ - ProfileName?: ProfileName; - } - export type RoomDataList = RoomData[]; - export type RoomDescription = string; - export type RoomName = string; - export interface RoomSkillParameter { - /** - * The parameter key of a room skill parameter. ParameterKey is an enumerated type that only takes “DEFAULT” or “SCOPE” as valid values. - */ - ParameterKey: RoomSkillParameterKey; - /** - * The parameter value of a room skill parameter. - */ - ParameterValue: RoomSkillParameterValue; - } - export type RoomSkillParameterKey = string; - export type RoomSkillParameterValue = string; - export type RoomSkillParameters = RoomSkillParameter[]; - export type S3KeyPrefix = string; - export type SampleUtterances = Utterance[]; - export interface SearchAddressBooksRequest { - /** - * The filters to use to list a specified set of address books. The supported filter key is AddressBookName. - */ - Filters?: FilterList; - /** - * The sort order to use in listing the specified set of address books. The supported sort key is AddressBookName. - */ - SortCriteria?: SortList; - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - } - export interface SearchAddressBooksResponse { - /** - * The address books that meet the specified set of filter criteria, in sort order. - */ - AddressBooks?: AddressBookDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of address books returned. - */ - TotalCount?: TotalCount; - } - export interface SearchContactsRequest { - /** - * The filters to use to list a specified set of address books. The supported filter keys are DisplayName, FirstName, LastName, and AddressBookArns. - */ - Filters?: FilterList; - /** - * The sort order to use in listing the specified set of contacts. The supported sort keys are DisplayName, FirstName, and LastName. - */ - SortCriteria?: SortList; - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response only includes results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - } - export interface SearchContactsResponse { - /** - * The contacts that meet the specified set of filter criteria, in sort order. - */ - Contacts?: ContactDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of contacts returned. - */ - TotalCount?: TotalCount; - } - export interface SearchDevicesRequest { - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - /** - * The filters to use to list a specified set of devices. Supported filter keys are DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature, and FailureCode. - */ - Filters?: FilterList; - /** - * 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. - */ - SortCriteria?: SortList; - } - export interface SearchDevicesResponse { - /** - * The devices that meet the specified set of filter criteria, in sort order. - */ - Devices?: DeviceDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of devices returned. - */ - TotalCount?: TotalCount; - } - export interface SearchNetworkProfilesRequest { - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - /** - * The filters to use to list a specified set of network profiles. Valid filters are NetworkProfileName, Ssid, and SecurityType. - */ - Filters?: FilterList; - /** - * The sort order to use to list the specified set of network profiles. Valid sort criteria includes NetworkProfileName, Ssid, and SecurityType. - */ - SortCriteria?: SortList; - } - export interface SearchNetworkProfilesResponse { - /** - * The network profiles that meet the specified set of filter criteria, in sort order. It is a list of NetworkProfileData objects. - */ - NetworkProfiles?: NetworkProfileDataList; - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The total number of network profiles returned. - */ - TotalCount?: TotalCount; - } - export interface SearchProfilesRequest { - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - /** - * The filters to use to list a specified set of room profiles. Supported filter keys are ProfileName and Address. Required. - */ - Filters?: FilterList; - /** - * The sort order to use in listing the specified set of room profiles. Supported sort keys are ProfileName and Address. - */ - SortCriteria?: SortList; - } - export interface SearchProfilesResponse { - /** - * The profiles that meet the specified set of filter criteria, in sort order. - */ - Profiles?: ProfileDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of room profiles returned. - */ - TotalCount?: TotalCount; - } - export interface SearchRoomsRequest { - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - /** - * The filters to use to list a specified set of rooms. The supported filter keys are RoomName and ProfileName. - */ - Filters?: FilterList; - /** - * The sort order to use in listing the specified set of rooms. The supported sort keys are RoomName and ProfileName. - */ - SortCriteria?: SortList; - } - export interface SearchRoomsResponse { - /** - * The rooms that meet the specified set of filter criteria, in sort order. - */ - Rooms?: RoomDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of rooms returned. - */ - TotalCount?: TotalCount; - } - export interface SearchSkillGroupsRequest { - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. Required. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. - */ - MaxResults?: MaxResults; - /** - * The filters to use to list a specified set of skill groups. The supported filter key is SkillGroupName. - */ - Filters?: FilterList; - /** - * The sort order to use in listing the specified set of skill groups. The supported sort key is SkillGroupName. - */ - SortCriteria?: SortList; - } - export interface SearchSkillGroupsResponse { - /** - * The skill groups that meet the filter criteria, in sort order. - */ - SkillGroups?: SkillGroupDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of skill groups returned. - */ - TotalCount?: TotalCount; - } - export interface SearchUsersRequest { - /** - * An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults. Required. - */ - NextToken?: NextToken; - /** - * The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved. Required. - */ - MaxResults?: MaxResults; - /** - * The filters to use for listing a specific set of users. Required. Supported filter keys are UserId, FirstName, LastName, Email, and EnrollmentStatus. - */ - Filters?: FilterList; - /** - * The sort order to use in listing the filtered set of users. Required. Supported sort keys are UserId, FirstName, LastName, Email, and EnrollmentStatus. - */ - SortCriteria?: SortList; - } - export interface SearchUsersResponse { - /** - * The users that meet the specified set of filter criteria, in sort order. - */ - Users?: UserDataList; - /** - * The token returned to indicate that there is more data available. - */ - NextToken?: NextToken; - /** - * The total number of users returned. - */ - TotalCount?: TotalCount; - } - export interface SendAnnouncementRequest { - /** - * 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. - */ - RoomFilters: FilterList; - /** - * The announcement content. This can contain only one of the three possible announcement types (text, SSML or audio). - */ - Content: Content; - /** - * The time to live for an announcement. Default is 300. If delivery doesn't occur within this time, the announcement is not delivered. - */ - TimeToLiveInSeconds?: TimeToLiveInSeconds; - /** - * The unique, user-specified identifier for the request that ensures idempotency. - */ - ClientRequestToken: ClientRequestToken; - } - export interface SendAnnouncementResponse { - /** - * The identifier of the announcement. - */ - AnnouncementArn?: Arn; - } - export interface SendInvitationRequest { - /** - * The ARN of the user to whom to send an invitation. Required. - */ - UserArn?: Arn; - } - export interface SendInvitationResponse { - } - export type ShortDescription = string; - export type ShortSkillIdList = SkillId[]; - export interface SipAddress { - /** - * The URI for the SIP address. - */ - Uri: SipUri; - /** - * The type of the SIP address. - */ - Type: SipType; - } - export type SipAddressList = SipAddress[]; - export type SipType = "WORK"|string; - export type SipUri = string; - export interface SkillDetails { - /** - * The description of the product. - */ - ProductDescription?: ProductDescription; - /** - * The phrase used to trigger the skill. - */ - InvocationPhrase?: InvocationPhrase; - /** - * The date when the skill was released. - */ - ReleaseDate?: ReleaseDate; - /** - * The URL of the end user license agreement. - */ - EndUserLicenseAgreement?: EndUserLicenseAgreement; - /** - * The generic keywords associated with the skill that can be used to find a skill. - */ - GenericKeywords?: GenericKeywords; - /** - * The details about what the skill supports organized as bullet points. - */ - BulletPoints?: BulletPoints; - /** - * The updates added in bullet points. - */ - NewInThisVersionBulletPoints?: NewInThisVersionBulletPoints; - /** - * The types of skills. - */ - SkillTypes?: SkillTypes; - /** - * This member has been deprecated. The list of reviews for the skill, including Key and Value pair. - */ - Reviews?: Reviews; - /** - * The details about the developer that published the skill. - */ - DeveloperInfo?: DeveloperInfo; - } - export interface SkillGroup { - /** - * The ARN of a skill group. - */ - SkillGroupArn?: Arn; - /** - * The name of a skill group. - */ - SkillGroupName?: SkillGroupName; - /** - * The description of a skill group. - */ - Description?: SkillGroupDescription; - } - export interface SkillGroupData { - /** - * The skill group ARN of a skill group. - */ - SkillGroupArn?: Arn; - /** - * The skill group name of a skill group. - */ - SkillGroupName?: SkillGroupName; - /** - * The description of a skill group. - */ - Description?: SkillGroupDescription; - } - export type SkillGroupDataList = SkillGroupData[]; - export type SkillGroupDescription = string; - export type SkillGroupName = string; - export type SkillId = string; - export type SkillListMaxResults = number; - export type SkillName = string; - export type SkillStoreType = string; - export interface SkillSummary { - /** - * The ARN of the skill summary. - */ - SkillId?: SkillId; - /** - * The name of the skill. - */ - SkillName?: SkillName; - /** - * Linking support for a skill. - */ - SupportsLinking?: boolean; - /** - * Whether the skill is enabled under the user's account, or if it requires linking to be used. - */ - EnablementType?: EnablementType; - /** - * Whether the skill is publicly available or is a private skill. - */ - SkillType?: SkillType; - } - export type SkillSummaryList = SkillSummary[]; - export type SkillType = "PUBLIC"|"PRIVATE"|string; - export type SkillTypeFilter = "PUBLIC"|"PRIVATE"|"ALL"|string; - export type SkillTypes = SkillStoreType[]; - export interface SkillsStoreSkill { - /** - * The ARN of the skill. - */ - SkillId?: SkillId; - /** - * The name of the skill. - */ - SkillName?: SkillName; - /** - * Short description about the skill. - */ - ShortDescription?: ShortDescription; - /** - * The URL where the skill icon resides. - */ - IconUrl?: IconUrl; - /** - * Sample utterances that interact with the skill. - */ - SampleUtterances?: SampleUtterances; - /** - * Information about the skill. - */ - SkillDetails?: SkillDetails; - /** - * Linking support for a skill. - */ - SupportsLinking?: boolean; - } - export type SkillsStoreSkillList = SkillsStoreSkill[]; - export interface SmartHomeAppliance { - /** - * The friendly name of the smart home appliance. - */ - FriendlyName?: ApplianceFriendlyName; - /** - * The description of the smart home appliance. - */ - Description?: ApplianceDescription; - /** - * The name of the manufacturer of the smart home appliance. - */ - ManufacturerName?: ApplianceManufacturerName; - } - export type SmartHomeApplianceList = SmartHomeAppliance[]; - export type SoftwareVersion = string; - export interface Sort { - /** - * The sort key of a sort object. - */ - Key: SortKey; - /** - * The sort value of a sort object. - */ - Value: SortValue; - } - export type SortKey = string; - export type SortList = Sort[]; - export type SortValue = "ASC"|"DESC"|string; - export interface Ssml { - /** - * The locale of the SSML message. Currently, en-US is supported. - */ - Locale: Locale; - /** - * The value of the SSML message in the correct SSML format. The audio tag is not supported. - */ - Value: SsmlValue; - } - export type SsmlList = Ssml[]; - export type SsmlValue = string; - export interface StartDeviceSyncRequest { - /** - * The ARN of the room with which the device to sync is associated. Required. - */ - RoomArn?: Arn; - /** - * The ARN of the device to sync. Required. - */ - DeviceArn?: Arn; - /** - * Request structure to start the device sync. Required. - */ - Features: Features; - } - export interface StartDeviceSyncResponse { - } - export interface StartSmartHomeApplianceDiscoveryRequest { - /** - * The room where smart home appliance discovery was initiated. - */ - RoomArn: Arn; - } - export interface StartSmartHomeApplianceDiscoveryResponse { - } - export interface Tag { - /** - * The key of a tag. Tag keys are case-sensitive. - */ - Key: TagKey; - /** - * The value of a tag. Tag values are case sensitive and can be null. - */ - Value: TagValue; - } - export type TagKey = string; - export type TagKeyList = TagKey[]; - export type TagList = Tag[]; - export interface TagResourceRequest { - /** - * The ARN of the resource to which to add metadata tags. Required. - */ - Arn: Arn; - /** - * The tags to be added to the specified resource. Do not provide system tags. Required. - */ - Tags: TagList; - } - export interface TagResourceResponse { - } - export type TagValue = string; - export type TemperatureUnit = "FAHRENHEIT"|"CELSIUS"|string; - export interface Text { - /** - * The locale of the text message. Currently, en-US is supported. - */ - Locale: Locale; - /** - * The value of the text message. - */ - Value: TextValue; - } - export type TextList = Text[]; - export type TextValue = string; - export type TimeToLiveInSeconds = number; - export type Timezone = string; - export type TotalCount = number; - export type TrustAnchor = string; - export type TrustAnchorList = TrustAnchor[]; - export interface UntagResourceRequest { - /** - * The ARN of the resource from which to remove metadata tags. Required. - */ - Arn: Arn; - /** - * The tags to be removed from the specified resource. Do not provide system tags. Required. - */ - TagKeys: TagKeyList; - } - export interface UntagResourceResponse { - } - export interface UpdateAddressBookRequest { - /** - * The ARN of the room to update. - */ - AddressBookArn: Arn; - /** - * The updated name of the room. - */ - Name?: AddressBookName; - /** - * The updated description of the room. - */ - Description?: AddressBookDescription; - } - export interface UpdateAddressBookResponse { - } - export interface UpdateBusinessReportScheduleRequest { - /** - * The ARN of the business report schedule. - */ - ScheduleArn: Arn; - /** - * The S3 location of the output reports. - */ - S3BucketName?: CustomerS3BucketName; - /** - * The S3 key where the report is delivered. - */ - S3KeyPrefix?: S3KeyPrefix; - /** - * The format of the generated report (individual CSV files or zipped files of individual files). - */ - Format?: BusinessReportFormat; - /** - * The name identifier of the schedule. - */ - ScheduleName?: BusinessReportScheduleName; - /** - * The recurrence of the reports. - */ - Recurrence?: BusinessReportRecurrence; - } - export interface UpdateBusinessReportScheduleResponse { - } - export interface UpdateConferenceProviderRequest { - /** - * The ARN of the conference provider. - */ - ConferenceProviderArn: Arn; - /** - * The type of the conference provider. - */ - ConferenceProviderType: ConferenceProviderType; - /** - * The IP endpoint and protocol for calling. - */ - IPDialIn?: IPDialIn; - /** - * The information for PSTN conferencing. - */ - PSTNDialIn?: PSTNDialIn; - /** - * The meeting settings for the conference provider. - */ - MeetingSetting: MeetingSetting; - } - export interface UpdateConferenceProviderResponse { - } - export interface UpdateContactRequest { - /** - * The ARN of the contact to update. - */ - ContactArn: Arn; - /** - * The updated display name of the contact. - */ - DisplayName?: ContactName; - /** - * The updated first name of the contact. - */ - FirstName?: ContactName; - /** - * The updated last name of the contact. - */ - LastName?: ContactName; - /** - * The updated phone number of the contact. 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. - */ - PhoneNumber?: RawPhoneNumber; - /** - * The list of phone numbers for the contact. - */ - PhoneNumbers?: PhoneNumberList; - /** - * The list of SIP addresses for the contact. - */ - SipAddresses?: SipAddressList; - } - export interface UpdateContactResponse { - } - export interface UpdateDeviceRequest { - /** - * The ARN of the device to update. Required. - */ - DeviceArn?: Arn; - /** - * The updated device name. Required. - */ - DeviceName?: DeviceName; - } - export interface UpdateDeviceResponse { - } - export interface UpdateEndOfMeetingReminder { - /** - * 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. - */ - ReminderAtMinutes?: EndOfMeetingReminderMinutesList; - /** - * The type of sound that users hear during the end of meeting reminder. - */ - ReminderType?: EndOfMeetingReminderType; - /** - * Whether an end of meeting reminder is enabled or not. - */ - Enabled?: Boolean; - } - export interface UpdateGatewayGroupRequest { - /** - * The ARN of the gateway group to update. - */ - GatewayGroupArn: Arn; - /** - * The updated name of the gateway group. - */ - Name?: GatewayGroupName; - /** - * The updated description of the gateway group. - */ - Description?: GatewayGroupDescription; - } - export interface UpdateGatewayGroupResponse { - } - export interface UpdateGatewayRequest { - /** - * The ARN of the gateway to update. - */ - GatewayArn: Arn; - /** - * The updated name of the gateway. - */ - Name?: GatewayName; - /** - * The updated description of the gateway. - */ - Description?: GatewayDescription; - /** - * The updated software version of the gateway. The gateway automatically updates its software version during normal operation. - */ - SoftwareVersion?: GatewayVersion; - } - export interface UpdateGatewayResponse { - } - export interface UpdateInstantBooking { - /** - * 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. - */ - DurationInMinutes?: Minutes; - /** - * Whether instant booking is enabled or not. - */ - Enabled?: Boolean; - } - export interface UpdateMeetingRoomConfiguration { - /** - * Whether room utilization metrics are enabled or not. - */ - RoomUtilizationMetricsEnabled?: Boolean; - /** - * 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. - */ - EndOfMeetingReminder?: UpdateEndOfMeetingReminder; - /** - * Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa. - */ - InstantBooking?: UpdateInstantBooking; - /** - * 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.” - */ - RequireCheckIn?: UpdateRequireCheckIn; - ProactiveJoin?: UpdateProactiveJoin; - } - export interface UpdateNetworkProfileRequest { - /** - * The ARN of the network profile associated with a device. - */ - NetworkProfileArn: Arn; - /** - * The name of the network profile associated with a device. - */ - NetworkProfileName?: NetworkProfileName; - /** - * Detailed information about a device's network profile. - */ - Description?: NetworkProfileDescription; - /** - * The current password of the Wi-Fi network. - */ - CurrentPassword?: CurrentWiFiPassword; - /** - * 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. - */ - NextPassword?: NextWiFiPassword; - /** - * The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager (ACM). This is used to issue certificates to the devices. - */ - CertificateAuthorityArn?: Arn; - /** - * 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. - */ - TrustAnchors?: TrustAnchorList; - } - export interface UpdateNetworkProfileResponse { - } - export interface UpdateProactiveJoin { - EnabledByMotion: Boolean; - } - export interface UpdateProfileRequest { - /** - * The ARN of the room profile to update. Required. - */ - ProfileArn?: Arn; - /** - * The updated name for the room profile. - */ - ProfileName?: ProfileName; - /** - * Sets the profile as default if selected. If this is missing, no update is done to the default status. - */ - IsDefault?: Boolean; - /** - * The updated timezone for the room profile. - */ - Timezone?: Timezone; - /** - * The updated address for the room profile. - */ - Address?: Address; - /** - * The updated distance unit for the room profile. - */ - DistanceUnit?: DistanceUnit; - /** - * The updated temperature unit for the room profile. - */ - TemperatureUnit?: TemperatureUnit; - /** - * The updated wake word for the room profile. - */ - WakeWord?: WakeWord; - /** - * The updated locale for the room profile. (This is currently only available to a limited preview audience.) - */ - Locale?: DeviceLocale; - /** - * Whether the setup mode of the profile is enabled. - */ - SetupModeDisabled?: Boolean; - /** - * The updated maximum volume limit for the room profile. - */ - MaxVolumeLimit?: MaxVolumeLimit; - /** - * Whether the PSTN setting of the room profile is enabled. - */ - PSTNEnabled?: Boolean; - /** - * Whether data retention of the profile is enabled. - */ - DataRetentionOptIn?: Boolean; - /** - * The updated meeting room settings of a room profile. - */ - MeetingRoomConfiguration?: UpdateMeetingRoomConfiguration; - } - export interface UpdateProfileResponse { - } - export interface UpdateRequireCheckIn { - /** - * Duration between 5 and 20 minutes to determine when to release the room if it's not checked into. - */ - ReleaseAfterMinutes?: Minutes; - /** - * Whether require check in is enabled or not. - */ - Enabled?: Boolean; - } - export interface UpdateRoomRequest { - /** - * The ARN of the room to update. - */ - RoomArn?: Arn; - /** - * The updated name for the room. - */ - RoomName?: RoomName; - /** - * The updated description for the room. - */ - Description?: RoomDescription; - /** - * The updated provider calendar ARN for the room. - */ - ProviderCalendarId?: ProviderCalendarId; - /** - * The updated profile ARN for the room. - */ - ProfileArn?: Arn; - } - export interface UpdateRoomResponse { - } - export interface UpdateSkillGroupRequest { - /** - * The ARN of the skill group to update. - */ - SkillGroupArn?: Arn; - /** - * The updated name for the skill group. - */ - SkillGroupName?: SkillGroupName; - /** - * The updated description for the skill group. - */ - Description?: SkillGroupDescription; - } - export interface UpdateSkillGroupResponse { - } - export type Url = string; - export type UserCode = string; - export interface UserData { - /** - * The ARN of a user. - */ - UserArn?: Arn; - /** - * The first name of a user. - */ - FirstName?: user_FirstName; - /** - * The last name of a user. - */ - LastName?: user_LastName; - /** - * The email of a user. - */ - Email?: Email; - /** - * The enrollment status of a user. - */ - EnrollmentStatus?: EnrollmentStatus; - /** - * The enrollment ARN of a user. - */ - EnrollmentId?: EnrollmentId; - } - export type UserDataList = UserData[]; - export type UserId = string; - export type Utterance = string; - export type Value = string; - export type WakeWord = "ALEXA"|"AMAZON"|"ECHO"|"COMPUTER"|string; - export type user_FirstName = string; - export type user_LastName = string; - export type user_UserId = string; - /** - * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. - */ - export type apiVersion = "2017-11-09"|"latest"|string; - export interface ClientApiVersions { - /** - * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version. - */ - apiVersion?: apiVersion; - } - export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions; - /** - * Contains interfaces for use with the AlexaForBusiness client. - */ - export import Types = AlexaForBusiness; -} -export = AlexaForBusiness; diff --git a/clients/alexaforbusiness.js b/clients/alexaforbusiness.js deleted file mode 100644 index b021f39d74..0000000000 --- a/clients/alexaforbusiness.js +++ /dev/null @@ -1,18 +0,0 @@ -require('../lib/node_loader'); -var AWS = require('../lib/core'); -var Service = AWS.Service; -var apiLoader = AWS.apiLoader; - -apiLoader.services['alexaforbusiness'] = {}; -AWS.AlexaForBusiness = Service.defineService('alexaforbusiness', ['2017-11-09']); -Object.defineProperty(apiLoader.services['alexaforbusiness'], '2017-11-09', { - get: function get() { - var model = require('../apis/alexaforbusiness-2017-11-09.min.json'); - model.paginators = require('../apis/alexaforbusiness-2017-11-09.paginators.json').pagination; - return model; - }, - enumerable: true, - configurable: true -}); - -module.exports = AWS.AlexaForBusiness; diff --git a/clients/all.d.ts b/clients/all.d.ts index 973be2b179..ece099ceb6 100644 --- a/clients/all.d.ts +++ b/clients/all.d.ts @@ -124,7 +124,6 @@ export import SageMakerRuntime = require('./sagemakerruntime'); export import SageMaker = require('./sagemaker'); export import Translate = require('./translate'); export import ResourceGroups = require('./resourcegroups'); -export import AlexaForBusiness = require('./alexaforbusiness'); export import Cloud9 = require('./cloud9'); export import ServerlessApplicationRepository = require('./serverlessapplicationrepository'); export import ServiceDiscovery = require('./servicediscovery'); diff --git a/clients/all.js b/clients/all.js index 9fcda126b5..6546e952e0 100644 --- a/clients/all.js +++ b/clients/all.js @@ -126,7 +126,6 @@ module.exports = { SageMaker: require('./sagemaker'), Translate: require('./translate'), ResourceGroups: require('./resourcegroups'), - AlexaForBusiness: require('./alexaforbusiness'), Cloud9: require('./cloud9'), ServerlessApplicationRepository: require('./serverlessapplicationrepository'), ServiceDiscovery: require('./servicediscovery'), diff --git a/lib/config_service_placeholders.d.ts b/lib/config_service_placeholders.d.ts index 0538ffba37..518527a7a9 100644 --- a/lib/config_service_placeholders.d.ts +++ b/lib/config_service_placeholders.d.ts @@ -126,7 +126,6 @@ export abstract class ConfigurationServicePlaceholders { sagemaker?: AWS.SageMaker.Types.ClientConfiguration; translate?: AWS.Translate.Types.ClientConfiguration; resourcegroups?: AWS.ResourceGroups.Types.ClientConfiguration; - alexaforbusiness?: AWS.AlexaForBusiness.Types.ClientConfiguration; cloud9?: AWS.Cloud9.Types.ClientConfiguration; serverlessapplicationrepository?: AWS.ServerlessApplicationRepository.Types.ClientConfiguration; servicediscovery?: AWS.ServiceDiscovery.Types.ClientConfiguration; @@ -509,7 +508,6 @@ export interface ConfigurationServiceApiVersions { sagemaker?: AWS.SageMaker.Types.apiVersion; translate?: AWS.Translate.Types.apiVersion; resourcegroups?: AWS.ResourceGroups.Types.apiVersion; - alexaforbusiness?: AWS.AlexaForBusiness.Types.apiVersion; cloud9?: AWS.Cloud9.Types.apiVersion; serverlessapplicationrepository?: AWS.ServerlessApplicationRepository.Types.apiVersion; servicediscovery?: AWS.ServiceDiscovery.Types.apiVersion; diff --git a/test/endpoint/test_cases_supported.json b/test/endpoint/test_cases_supported.json index 603178df85..6fa794077d 100644 --- a/test/endpoint/test_cases_supported.json +++ b/test/endpoint/test_cases_supported.json @@ -55,38 +55,6 @@ "useDualstackEndpoint": false, "hostname": "api.tunneling.iot-fips.ca-central-1.amazonaws.com" }, - { - "endpointPrefix": "a4b", - "clientName": "AlexaForBusiness", - "region": "us-east-1", - "useFipsEndpoint": false, - "useDualstackEndpoint": false, - "hostname": "a4b.us-east-1.amazonaws.com" - }, - { - "endpointPrefix": "a4b", - "clientName": "AlexaForBusiness", - "region": "us-east-1", - "useFipsEndpoint": false, - "useDualstackEndpoint": true, - "hostname": "a4b.us-east-1.api.aws" - }, - { - "endpointPrefix": "a4b", - "clientName": "AlexaForBusiness", - "region": "us-east-1", - "useFipsEndpoint": true, - "useDualstackEndpoint": false, - "hostname": "a4b-fips.us-east-1.amazonaws.com" - }, - { - "endpointPrefix": "a4b", - "clientName": "AlexaForBusiness", - "region": "us-east-1", - "useFipsEndpoint": true, - "useDualstackEndpoint": true, - "hostname": "a4b-fips.us-east-1.api.aws" - }, { "endpointPrefix": "access-analyzer", "clientName": "AccessAnalyzer",