aws-sdk-alexaforbusiness 1.31.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/aws-sdk-alexaforbusiness.rb +7 -4
- data/lib/aws-sdk-alexaforbusiness/client.rb +168 -24
- data/lib/aws-sdk-alexaforbusiness/client_api.rb +81 -0
- data/lib/aws-sdk-alexaforbusiness/errors.rb +37 -15
- data/lib/aws-sdk-alexaforbusiness/resource.rb +1 -0
- data/lib/aws-sdk-alexaforbusiness/types.rb +482 -18
- metadata +3 -3
@@ -73,6 +73,7 @@ module Aws::AlexaForBusiness
|
|
73
73
|
ConferenceProviderType = Shapes::StringShape.new(name: 'ConferenceProviderType')
|
74
74
|
ConferenceProvidersList = Shapes::ListShape.new(name: 'ConferenceProvidersList')
|
75
75
|
ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
|
76
|
+
ConnectionStatusUpdatedTime = Shapes::TimestampShape.new(name: 'ConnectionStatusUpdatedTime')
|
76
77
|
Contact = Shapes::StructureShape.new(name: 'Contact')
|
77
78
|
ContactData = Shapes::StructureShape.new(name: 'ContactData')
|
78
79
|
ContactDataList = Shapes::ListShape.new(name: 'ContactDataList')
|
@@ -87,12 +88,16 @@ module Aws::AlexaForBusiness
|
|
87
88
|
CreateConferenceProviderResponse = Shapes::StructureShape.new(name: 'CreateConferenceProviderResponse')
|
88
89
|
CreateContactRequest = Shapes::StructureShape.new(name: 'CreateContactRequest')
|
89
90
|
CreateContactResponse = Shapes::StructureShape.new(name: 'CreateContactResponse')
|
91
|
+
CreateEndOfMeetingReminder = Shapes::StructureShape.new(name: 'CreateEndOfMeetingReminder')
|
90
92
|
CreateGatewayGroupRequest = Shapes::StructureShape.new(name: 'CreateGatewayGroupRequest')
|
91
93
|
CreateGatewayGroupResponse = Shapes::StructureShape.new(name: 'CreateGatewayGroupResponse')
|
94
|
+
CreateInstantBooking = Shapes::StructureShape.new(name: 'CreateInstantBooking')
|
95
|
+
CreateMeetingRoomConfiguration = Shapes::StructureShape.new(name: 'CreateMeetingRoomConfiguration')
|
92
96
|
CreateNetworkProfileRequest = Shapes::StructureShape.new(name: 'CreateNetworkProfileRequest')
|
93
97
|
CreateNetworkProfileResponse = Shapes::StructureShape.new(name: 'CreateNetworkProfileResponse')
|
94
98
|
CreateProfileRequest = Shapes::StructureShape.new(name: 'CreateProfileRequest')
|
95
99
|
CreateProfileResponse = Shapes::StructureShape.new(name: 'CreateProfileResponse')
|
100
|
+
CreateRequireCheckIn = Shapes::StructureShape.new(name: 'CreateRequireCheckIn')
|
96
101
|
CreateRoomRequest = Shapes::StructureShape.new(name: 'CreateRoomRequest')
|
97
102
|
CreateRoomResponse = Shapes::StructureShape.new(name: 'CreateRoomResponse')
|
98
103
|
CreateSkillGroupRequest = Shapes::StructureShape.new(name: 'CreateSkillGroupRequest')
|
@@ -134,6 +139,7 @@ module Aws::AlexaForBusiness
|
|
134
139
|
DeveloperName = Shapes::StringShape.new(name: 'DeveloperName')
|
135
140
|
Device = Shapes::StructureShape.new(name: 'Device')
|
136
141
|
DeviceData = Shapes::StructureShape.new(name: 'DeviceData')
|
142
|
+
DeviceDataCreatedTime = Shapes::TimestampShape.new(name: 'DeviceDataCreatedTime')
|
137
143
|
DeviceDataList = Shapes::ListShape.new(name: 'DeviceDataList')
|
138
144
|
DeviceEvent = Shapes::StructureShape.new(name: 'DeviceEvent')
|
139
145
|
DeviceEventList = Shapes::ListShape.new(name: 'DeviceEventList')
|
@@ -167,6 +173,9 @@ module Aws::AlexaForBusiness
|
|
167
173
|
Email = Shapes::StringShape.new(name: 'Email')
|
168
174
|
EnablementType = Shapes::StringShape.new(name: 'EnablementType')
|
169
175
|
EnablementTypeFilter = Shapes::StringShape.new(name: 'EnablementTypeFilter')
|
176
|
+
EndOfMeetingReminder = Shapes::StructureShape.new(name: 'EndOfMeetingReminder')
|
177
|
+
EndOfMeetingReminderMinutesList = Shapes::ListShape.new(name: 'EndOfMeetingReminderMinutesList')
|
178
|
+
EndOfMeetingReminderType = Shapes::StringShape.new(name: 'EndOfMeetingReminderType')
|
170
179
|
EndUserLicenseAgreement = Shapes::StringShape.new(name: 'EndUserLicenseAgreement')
|
171
180
|
Endpoint = Shapes::StringShape.new(name: 'Endpoint')
|
172
181
|
EnrollmentId = Shapes::StringShape.new(name: 'EnrollmentId')
|
@@ -222,6 +231,7 @@ module Aws::AlexaForBusiness
|
|
222
231
|
GetSkillGroupResponse = Shapes::StructureShape.new(name: 'GetSkillGroupResponse')
|
223
232
|
IPDialIn = Shapes::StructureShape.new(name: 'IPDialIn')
|
224
233
|
IconUrl = Shapes::StringShape.new(name: 'IconUrl')
|
234
|
+
InstantBooking = Shapes::StructureShape.new(name: 'InstantBooking')
|
225
235
|
InvalidCertificateAuthorityException = Shapes::StructureShape.new(name: 'InvalidCertificateAuthorityException')
|
226
236
|
InvalidDeviceException = Shapes::StructureShape.new(name: 'InvalidDeviceException')
|
227
237
|
InvalidSecretsManagerResourceException = Shapes::StructureShape.new(name: 'InvalidSecretsManagerResourceException')
|
@@ -254,7 +264,9 @@ module Aws::AlexaForBusiness
|
|
254
264
|
MacAddress = Shapes::StringShape.new(name: 'MacAddress')
|
255
265
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
256
266
|
MaxVolumeLimit = Shapes::IntegerShape.new(name: 'MaxVolumeLimit')
|
267
|
+
MeetingRoomConfiguration = Shapes::StructureShape.new(name: 'MeetingRoomConfiguration')
|
257
268
|
MeetingSetting = Shapes::StructureShape.new(name: 'MeetingSetting')
|
269
|
+
Minutes = Shapes::IntegerShape.new(name: 'Minutes')
|
258
270
|
NameInUseException = Shapes::StructureShape.new(name: 'NameInUseException')
|
259
271
|
NetworkEapMethod = Shapes::StringShape.new(name: 'NetworkEapMethod')
|
260
272
|
NetworkProfile = Shapes::StructureShape.new(name: 'NetworkProfile')
|
@@ -298,6 +310,7 @@ module Aws::AlexaForBusiness
|
|
298
310
|
RejectSkillRequest = Shapes::StructureShape.new(name: 'RejectSkillRequest')
|
299
311
|
RejectSkillResponse = Shapes::StructureShape.new(name: 'RejectSkillResponse')
|
300
312
|
ReleaseDate = Shapes::StringShape.new(name: 'ReleaseDate')
|
313
|
+
RequireCheckIn = Shapes::StructureShape.new(name: 'RequireCheckIn')
|
301
314
|
RequirePin = Shapes::StringShape.new(name: 'RequirePin')
|
302
315
|
ResolveRoomRequest = Shapes::StructureShape.new(name: 'ResolveRoomRequest')
|
303
316
|
ResolveRoomResponse = Shapes::StructureShape.new(name: 'ResolveRoomResponse')
|
@@ -406,14 +419,18 @@ module Aws::AlexaForBusiness
|
|
406
419
|
UpdateContactResponse = Shapes::StructureShape.new(name: 'UpdateContactResponse')
|
407
420
|
UpdateDeviceRequest = Shapes::StructureShape.new(name: 'UpdateDeviceRequest')
|
408
421
|
UpdateDeviceResponse = Shapes::StructureShape.new(name: 'UpdateDeviceResponse')
|
422
|
+
UpdateEndOfMeetingReminder = Shapes::StructureShape.new(name: 'UpdateEndOfMeetingReminder')
|
409
423
|
UpdateGatewayGroupRequest = Shapes::StructureShape.new(name: 'UpdateGatewayGroupRequest')
|
410
424
|
UpdateGatewayGroupResponse = Shapes::StructureShape.new(name: 'UpdateGatewayGroupResponse')
|
411
425
|
UpdateGatewayRequest = Shapes::StructureShape.new(name: 'UpdateGatewayRequest')
|
412
426
|
UpdateGatewayResponse = Shapes::StructureShape.new(name: 'UpdateGatewayResponse')
|
427
|
+
UpdateInstantBooking = Shapes::StructureShape.new(name: 'UpdateInstantBooking')
|
428
|
+
UpdateMeetingRoomConfiguration = Shapes::StructureShape.new(name: 'UpdateMeetingRoomConfiguration')
|
413
429
|
UpdateNetworkProfileRequest = Shapes::StructureShape.new(name: 'UpdateNetworkProfileRequest')
|
414
430
|
UpdateNetworkProfileResponse = Shapes::StructureShape.new(name: 'UpdateNetworkProfileResponse')
|
415
431
|
UpdateProfileRequest = Shapes::StructureShape.new(name: 'UpdateProfileRequest')
|
416
432
|
UpdateProfileResponse = Shapes::StructureShape.new(name: 'UpdateProfileResponse')
|
433
|
+
UpdateRequireCheckIn = Shapes::StructureShape.new(name: 'UpdateRequireCheckIn')
|
417
434
|
UpdateRoomRequest = Shapes::StructureShape.new(name: 'UpdateRoomRequest')
|
418
435
|
UpdateRoomResponse = Shapes::StructureShape.new(name: 'UpdateRoomResponse')
|
419
436
|
UpdateSkillGroupRequest = Shapes::StructureShape.new(name: 'UpdateSkillGroupRequest')
|
@@ -616,6 +633,11 @@ module Aws::AlexaForBusiness
|
|
616
633
|
CreateContactResponse.add_member(:contact_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ContactArn"))
|
617
634
|
CreateContactResponse.struct_class = Types::CreateContactResponse
|
618
635
|
|
636
|
+
CreateEndOfMeetingReminder.add_member(:reminder_at_minutes, Shapes::ShapeRef.new(shape: EndOfMeetingReminderMinutesList, required: true, location_name: "ReminderAtMinutes"))
|
637
|
+
CreateEndOfMeetingReminder.add_member(:reminder_type, Shapes::ShapeRef.new(shape: EndOfMeetingReminderType, required: true, location_name: "ReminderType"))
|
638
|
+
CreateEndOfMeetingReminder.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
639
|
+
CreateEndOfMeetingReminder.struct_class = Types::CreateEndOfMeetingReminder
|
640
|
+
|
619
641
|
CreateGatewayGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayGroupName, required: true, location_name: "Name"))
|
620
642
|
CreateGatewayGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayGroupDescription, location_name: "Description"))
|
621
643
|
CreateGatewayGroupRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
@@ -624,6 +646,16 @@ module Aws::AlexaForBusiness
|
|
624
646
|
CreateGatewayGroupResponse.add_member(:gateway_group_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "GatewayGroupArn"))
|
625
647
|
CreateGatewayGroupResponse.struct_class = Types::CreateGatewayGroupResponse
|
626
648
|
|
649
|
+
CreateInstantBooking.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: Minutes, required: true, location_name: "DurationInMinutes"))
|
650
|
+
CreateInstantBooking.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
651
|
+
CreateInstantBooking.struct_class = Types::CreateInstantBooking
|
652
|
+
|
653
|
+
CreateMeetingRoomConfiguration.add_member(:room_utilization_metrics_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "RoomUtilizationMetricsEnabled"))
|
654
|
+
CreateMeetingRoomConfiguration.add_member(:end_of_meeting_reminder, Shapes::ShapeRef.new(shape: CreateEndOfMeetingReminder, location_name: "EndOfMeetingReminder"))
|
655
|
+
CreateMeetingRoomConfiguration.add_member(:instant_booking, Shapes::ShapeRef.new(shape: CreateInstantBooking, location_name: "InstantBooking"))
|
656
|
+
CreateMeetingRoomConfiguration.add_member(:require_check_in, Shapes::ShapeRef.new(shape: CreateRequireCheckIn, location_name: "RequireCheckIn"))
|
657
|
+
CreateMeetingRoomConfiguration.struct_class = Types::CreateMeetingRoomConfiguration
|
658
|
+
|
627
659
|
CreateNetworkProfileRequest.add_member(:network_profile_name, Shapes::ShapeRef.new(shape: NetworkProfileName, required: true, location_name: "NetworkProfileName"))
|
628
660
|
CreateNetworkProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: NetworkProfileDescription, location_name: "Description"))
|
629
661
|
CreateNetworkProfileRequest.add_member(:ssid, Shapes::ShapeRef.new(shape: NetworkSsid, required: true, location_name: "Ssid"))
|
@@ -650,11 +682,16 @@ module Aws::AlexaForBusiness
|
|
650
682
|
CreateProfileRequest.add_member(:setup_mode_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SetupModeDisabled"))
|
651
683
|
CreateProfileRequest.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
|
652
684
|
CreateProfileRequest.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
|
685
|
+
CreateProfileRequest.add_member(:meeting_room_configuration, Shapes::ShapeRef.new(shape: CreateMeetingRoomConfiguration, location_name: "MeetingRoomConfiguration"))
|
653
686
|
CreateProfileRequest.struct_class = Types::CreateProfileRequest
|
654
687
|
|
655
688
|
CreateProfileResponse.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
|
656
689
|
CreateProfileResponse.struct_class = Types::CreateProfileResponse
|
657
690
|
|
691
|
+
CreateRequireCheckIn.add_member(:release_after_minutes, Shapes::ShapeRef.new(shape: Minutes, required: true, location_name: "ReleaseAfterMinutes"))
|
692
|
+
CreateRequireCheckIn.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "Enabled"))
|
693
|
+
CreateRequireCheckIn.struct_class = Types::CreateRequireCheckIn
|
694
|
+
|
658
695
|
CreateRoomRequest.add_member(:room_name, Shapes::ShapeRef.new(shape: RoomName, required: true, location_name: "RoomName"))
|
659
696
|
CreateRoomRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoomDescription, location_name: "Description"))
|
660
697
|
CreateRoomRequest.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
|
@@ -790,6 +827,7 @@ module Aws::AlexaForBusiness
|
|
790
827
|
DeviceData.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
|
791
828
|
DeviceData.add_member(:room_name, Shapes::ShapeRef.new(shape: RoomName, location_name: "RoomName"))
|
792
829
|
DeviceData.add_member(:device_status_info, Shapes::ShapeRef.new(shape: DeviceStatusInfo, location_name: "DeviceStatusInfo"))
|
830
|
+
DeviceData.add_member(:created_time, Shapes::ShapeRef.new(shape: DeviceDataCreatedTime, location_name: "CreatedTime"))
|
793
831
|
DeviceData.struct_class = Types::DeviceData
|
794
832
|
|
795
833
|
DeviceDataList.member = Shapes::ShapeRef.new(shape: DeviceData)
|
@@ -817,6 +855,7 @@ module Aws::AlexaForBusiness
|
|
817
855
|
|
818
856
|
DeviceStatusInfo.add_member(:device_status_details, Shapes::ShapeRef.new(shape: DeviceStatusDetails, location_name: "DeviceStatusDetails"))
|
819
857
|
DeviceStatusInfo.add_member(:connection_status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "ConnectionStatus"))
|
858
|
+
DeviceStatusInfo.add_member(:connection_status_updated_time, Shapes::ShapeRef.new(shape: ConnectionStatusUpdatedTime, location_name: "ConnectionStatusUpdatedTime"))
|
820
859
|
DeviceStatusInfo.struct_class = Types::DeviceStatusInfo
|
821
860
|
|
822
861
|
DisassociateContactFromAddressBookRequest.add_member(:contact_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "ContactArn"))
|
@@ -847,6 +886,13 @@ module Aws::AlexaForBusiness
|
|
847
886
|
|
848
887
|
DisassociateSkillGroupFromRoomResponse.struct_class = Types::DisassociateSkillGroupFromRoomResponse
|
849
888
|
|
889
|
+
EndOfMeetingReminder.add_member(:reminder_at_minutes, Shapes::ShapeRef.new(shape: EndOfMeetingReminderMinutesList, location_name: "ReminderAtMinutes"))
|
890
|
+
EndOfMeetingReminder.add_member(:reminder_type, Shapes::ShapeRef.new(shape: EndOfMeetingReminderType, location_name: "ReminderType"))
|
891
|
+
EndOfMeetingReminder.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
892
|
+
EndOfMeetingReminder.struct_class = Types::EndOfMeetingReminder
|
893
|
+
|
894
|
+
EndOfMeetingReminderMinutesList.member = Shapes::ShapeRef.new(shape: Minutes)
|
895
|
+
|
850
896
|
Features.member = Shapes::ShapeRef.new(shape: Feature)
|
851
897
|
|
852
898
|
Filter.add_member(:key, Shapes::ShapeRef.new(shape: FilterKey, required: true, location_name: "Key"))
|
@@ -976,6 +1022,10 @@ module Aws::AlexaForBusiness
|
|
976
1022
|
IPDialIn.add_member(:comms_protocol, Shapes::ShapeRef.new(shape: CommsProtocol, required: true, location_name: "CommsProtocol"))
|
977
1023
|
IPDialIn.struct_class = Types::IPDialIn
|
978
1024
|
|
1025
|
+
InstantBooking.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: Minutes, location_name: "DurationInMinutes"))
|
1026
|
+
InstantBooking.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1027
|
+
InstantBooking.struct_class = Types::InstantBooking
|
1028
|
+
|
979
1029
|
InvalidCertificateAuthorityException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "Message"))
|
980
1030
|
InvalidCertificateAuthorityException.struct_class = Types::InvalidCertificateAuthorityException
|
981
1031
|
|
@@ -1083,6 +1133,12 @@ module Aws::AlexaForBusiness
|
|
1083
1133
|
ListTagsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
1084
1134
|
ListTagsResponse.struct_class = Types::ListTagsResponse
|
1085
1135
|
|
1136
|
+
MeetingRoomConfiguration.add_member(:room_utilization_metrics_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "RoomUtilizationMetricsEnabled"))
|
1137
|
+
MeetingRoomConfiguration.add_member(:end_of_meeting_reminder, Shapes::ShapeRef.new(shape: EndOfMeetingReminder, location_name: "EndOfMeetingReminder"))
|
1138
|
+
MeetingRoomConfiguration.add_member(:instant_booking, Shapes::ShapeRef.new(shape: InstantBooking, location_name: "InstantBooking"))
|
1139
|
+
MeetingRoomConfiguration.add_member(:require_check_in, Shapes::ShapeRef.new(shape: RequireCheckIn, location_name: "RequireCheckIn"))
|
1140
|
+
MeetingRoomConfiguration.struct_class = Types::MeetingRoomConfiguration
|
1141
|
+
|
1086
1142
|
MeetingSetting.add_member(:require_pin, Shapes::ShapeRef.new(shape: RequirePin, required: true, location_name: "RequirePin"))
|
1087
1143
|
MeetingSetting.struct_class = Types::MeetingSetting
|
1088
1144
|
|
@@ -1142,6 +1198,7 @@ module Aws::AlexaForBusiness
|
|
1142
1198
|
Profile.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
|
1143
1199
|
Profile.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
|
1144
1200
|
Profile.add_member(:address_book_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "AddressBookArn"))
|
1201
|
+
Profile.add_member(:meeting_room_configuration, Shapes::ShapeRef.new(shape: MeetingRoomConfiguration, location_name: "MeetingRoomConfiguration"))
|
1145
1202
|
Profile.struct_class = Types::Profile
|
1146
1203
|
|
1147
1204
|
ProfileData.add_member(:profile_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "ProfileArn"))
|
@@ -1198,6 +1255,10 @@ module Aws::AlexaForBusiness
|
|
1198
1255
|
|
1199
1256
|
RejectSkillResponse.struct_class = Types::RejectSkillResponse
|
1200
1257
|
|
1258
|
+
RequireCheckIn.add_member(:release_after_minutes, Shapes::ShapeRef.new(shape: Minutes, location_name: "ReleaseAfterMinutes"))
|
1259
|
+
RequireCheckIn.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1260
|
+
RequireCheckIn.struct_class = Types::RequireCheckIn
|
1261
|
+
|
1201
1262
|
ResolveRoomRequest.add_member(:user_id, Shapes::ShapeRef.new(shape: UserId, required: true, location_name: "UserId"))
|
1202
1263
|
ResolveRoomRequest.add_member(:skill_id, Shapes::ShapeRef.new(shape: SkillId, required: true, location_name: "SkillId"))
|
1203
1264
|
ResolveRoomRequest.struct_class = Types::ResolveRoomRequest
|
@@ -1512,6 +1573,11 @@ module Aws::AlexaForBusiness
|
|
1512
1573
|
|
1513
1574
|
UpdateDeviceResponse.struct_class = Types::UpdateDeviceResponse
|
1514
1575
|
|
1576
|
+
UpdateEndOfMeetingReminder.add_member(:reminder_at_minutes, Shapes::ShapeRef.new(shape: EndOfMeetingReminderMinutesList, location_name: "ReminderAtMinutes"))
|
1577
|
+
UpdateEndOfMeetingReminder.add_member(:reminder_type, Shapes::ShapeRef.new(shape: EndOfMeetingReminderType, location_name: "ReminderType"))
|
1578
|
+
UpdateEndOfMeetingReminder.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1579
|
+
UpdateEndOfMeetingReminder.struct_class = Types::UpdateEndOfMeetingReminder
|
1580
|
+
|
1515
1581
|
UpdateGatewayGroupRequest.add_member(:gateway_group_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "GatewayGroupArn"))
|
1516
1582
|
UpdateGatewayGroupRequest.add_member(:name, Shapes::ShapeRef.new(shape: GatewayGroupName, location_name: "Name"))
|
1517
1583
|
UpdateGatewayGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: GatewayGroupDescription, location_name: "Description"))
|
@@ -1527,6 +1593,16 @@ module Aws::AlexaForBusiness
|
|
1527
1593
|
|
1528
1594
|
UpdateGatewayResponse.struct_class = Types::UpdateGatewayResponse
|
1529
1595
|
|
1596
|
+
UpdateInstantBooking.add_member(:duration_in_minutes, Shapes::ShapeRef.new(shape: Minutes, location_name: "DurationInMinutes"))
|
1597
|
+
UpdateInstantBooking.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1598
|
+
UpdateInstantBooking.struct_class = Types::UpdateInstantBooking
|
1599
|
+
|
1600
|
+
UpdateMeetingRoomConfiguration.add_member(:room_utilization_metrics_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "RoomUtilizationMetricsEnabled"))
|
1601
|
+
UpdateMeetingRoomConfiguration.add_member(:end_of_meeting_reminder, Shapes::ShapeRef.new(shape: UpdateEndOfMeetingReminder, location_name: "EndOfMeetingReminder"))
|
1602
|
+
UpdateMeetingRoomConfiguration.add_member(:instant_booking, Shapes::ShapeRef.new(shape: UpdateInstantBooking, location_name: "InstantBooking"))
|
1603
|
+
UpdateMeetingRoomConfiguration.add_member(:require_check_in, Shapes::ShapeRef.new(shape: UpdateRequireCheckIn, location_name: "RequireCheckIn"))
|
1604
|
+
UpdateMeetingRoomConfiguration.struct_class = Types::UpdateMeetingRoomConfiguration
|
1605
|
+
|
1530
1606
|
UpdateNetworkProfileRequest.add_member(:network_profile_arn, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "NetworkProfileArn"))
|
1531
1607
|
UpdateNetworkProfileRequest.add_member(:network_profile_name, Shapes::ShapeRef.new(shape: NetworkProfileName, location_name: "NetworkProfileName"))
|
1532
1608
|
UpdateNetworkProfileRequest.add_member(:description, Shapes::ShapeRef.new(shape: NetworkProfileDescription, location_name: "Description"))
|
@@ -1550,10 +1626,15 @@ module Aws::AlexaForBusiness
|
|
1550
1626
|
UpdateProfileRequest.add_member(:setup_mode_disabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "SetupModeDisabled"))
|
1551
1627
|
UpdateProfileRequest.add_member(:max_volume_limit, Shapes::ShapeRef.new(shape: MaxVolumeLimit, location_name: "MaxVolumeLimit"))
|
1552
1628
|
UpdateProfileRequest.add_member(:pstn_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PSTNEnabled"))
|
1629
|
+
UpdateProfileRequest.add_member(:meeting_room_configuration, Shapes::ShapeRef.new(shape: UpdateMeetingRoomConfiguration, location_name: "MeetingRoomConfiguration"))
|
1553
1630
|
UpdateProfileRequest.struct_class = Types::UpdateProfileRequest
|
1554
1631
|
|
1555
1632
|
UpdateProfileResponse.struct_class = Types::UpdateProfileResponse
|
1556
1633
|
|
1634
|
+
UpdateRequireCheckIn.add_member(:release_after_minutes, Shapes::ShapeRef.new(shape: Minutes, location_name: "ReleaseAfterMinutes"))
|
1635
|
+
UpdateRequireCheckIn.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1636
|
+
UpdateRequireCheckIn.struct_class = Types::UpdateRequireCheckIn
|
1637
|
+
|
1557
1638
|
UpdateRoomRequest.add_member(:room_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "RoomArn"))
|
1558
1639
|
UpdateRoomRequest.add_member(:room_name, Shapes::ShapeRef.new(shape: RoomName, location_name: "RoomName"))
|
1559
1640
|
UpdateRoomRequest.add_member(:description, Shapes::ShapeRef.new(shape: RoomDescription, location_name: "Description"))
|
@@ -6,6 +6,43 @@
|
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
8
|
module Aws::AlexaForBusiness
|
9
|
+
|
10
|
+
# When AlexaForBusiness returns an error response, the Ruby SDK constructs and raises an error.
|
11
|
+
# These errors all extend Aws::AlexaForBusiness::Errors::ServiceError < {Aws::Errors::ServiceError}
|
12
|
+
#
|
13
|
+
# You can rescue all AlexaForBusiness errors using ServiceError:
|
14
|
+
#
|
15
|
+
# begin
|
16
|
+
# # do stuff
|
17
|
+
# rescue Aws::AlexaForBusiness::Errors::ServiceError
|
18
|
+
# # rescues all AlexaForBusiness API errors
|
19
|
+
# end
|
20
|
+
#
|
21
|
+
#
|
22
|
+
# ## Request Context
|
23
|
+
# ServiceError objects have a {Aws::Errors::ServiceError#context #context} method that returns
|
24
|
+
# information about the request that generated the error.
|
25
|
+
# See {Seahorse::Client::RequestContext} for more information.
|
26
|
+
#
|
27
|
+
# ## Error Classes
|
28
|
+
# * {AlreadyExistsException}
|
29
|
+
# * {ConcurrentModificationException}
|
30
|
+
# * {DeviceNotRegisteredException}
|
31
|
+
# * {InvalidCertificateAuthorityException}
|
32
|
+
# * {InvalidDeviceException}
|
33
|
+
# * {InvalidSecretsManagerResourceException}
|
34
|
+
# * {InvalidServiceLinkedRoleStateException}
|
35
|
+
# * {InvalidUserStatusException}
|
36
|
+
# * {LimitExceededException}
|
37
|
+
# * {NameInUseException}
|
38
|
+
# * {NotFoundException}
|
39
|
+
# * {ResourceAssociatedException}
|
40
|
+
# * {ResourceInUseException}
|
41
|
+
# * {SkillNotLinkedException}
|
42
|
+
# * {UnauthorizedException}
|
43
|
+
#
|
44
|
+
# Additionally, error classes are dynamically generated for service errors based on the error code
|
45
|
+
# if they are not defined above.
|
9
46
|
module Errors
|
10
47
|
|
11
48
|
extend Aws::Errors::DynamicErrors
|
@@ -23,7 +60,6 @@ module Aws::AlexaForBusiness
|
|
23
60
|
def message
|
24
61
|
@message || @data[:message]
|
25
62
|
end
|
26
|
-
|
27
63
|
end
|
28
64
|
|
29
65
|
class ConcurrentModificationException < ServiceError
|
@@ -39,7 +75,6 @@ module Aws::AlexaForBusiness
|
|
39
75
|
def message
|
40
76
|
@message || @data[:message]
|
41
77
|
end
|
42
|
-
|
43
78
|
end
|
44
79
|
|
45
80
|
class DeviceNotRegisteredException < ServiceError
|
@@ -55,7 +90,6 @@ module Aws::AlexaForBusiness
|
|
55
90
|
def message
|
56
91
|
@message || @data[:message]
|
57
92
|
end
|
58
|
-
|
59
93
|
end
|
60
94
|
|
61
95
|
class InvalidCertificateAuthorityException < ServiceError
|
@@ -71,7 +105,6 @@ module Aws::AlexaForBusiness
|
|
71
105
|
def message
|
72
106
|
@message || @data[:message]
|
73
107
|
end
|
74
|
-
|
75
108
|
end
|
76
109
|
|
77
110
|
class InvalidDeviceException < ServiceError
|
@@ -87,7 +120,6 @@ module Aws::AlexaForBusiness
|
|
87
120
|
def message
|
88
121
|
@message || @data[:message]
|
89
122
|
end
|
90
|
-
|
91
123
|
end
|
92
124
|
|
93
125
|
class InvalidSecretsManagerResourceException < ServiceError
|
@@ -103,7 +135,6 @@ module Aws::AlexaForBusiness
|
|
103
135
|
def message
|
104
136
|
@message || @data[:message]
|
105
137
|
end
|
106
|
-
|
107
138
|
end
|
108
139
|
|
109
140
|
class InvalidServiceLinkedRoleStateException < ServiceError
|
@@ -119,7 +150,6 @@ module Aws::AlexaForBusiness
|
|
119
150
|
def message
|
120
151
|
@message || @data[:message]
|
121
152
|
end
|
122
|
-
|
123
153
|
end
|
124
154
|
|
125
155
|
class InvalidUserStatusException < ServiceError
|
@@ -135,7 +165,6 @@ module Aws::AlexaForBusiness
|
|
135
165
|
def message
|
136
166
|
@message || @data[:message]
|
137
167
|
end
|
138
|
-
|
139
168
|
end
|
140
169
|
|
141
170
|
class LimitExceededException < ServiceError
|
@@ -151,7 +180,6 @@ module Aws::AlexaForBusiness
|
|
151
180
|
def message
|
152
181
|
@message || @data[:message]
|
153
182
|
end
|
154
|
-
|
155
183
|
end
|
156
184
|
|
157
185
|
class NameInUseException < ServiceError
|
@@ -167,7 +195,6 @@ module Aws::AlexaForBusiness
|
|
167
195
|
def message
|
168
196
|
@message || @data[:message]
|
169
197
|
end
|
170
|
-
|
171
198
|
end
|
172
199
|
|
173
200
|
class NotFoundException < ServiceError
|
@@ -183,7 +210,6 @@ module Aws::AlexaForBusiness
|
|
183
210
|
def message
|
184
211
|
@message || @data[:message]
|
185
212
|
end
|
186
|
-
|
187
213
|
end
|
188
214
|
|
189
215
|
class ResourceAssociatedException < ServiceError
|
@@ -199,7 +225,6 @@ module Aws::AlexaForBusiness
|
|
199
225
|
def message
|
200
226
|
@message || @data[:message]
|
201
227
|
end
|
202
|
-
|
203
228
|
end
|
204
229
|
|
205
230
|
class ResourceInUseException < ServiceError
|
@@ -220,7 +245,6 @@ module Aws::AlexaForBusiness
|
|
220
245
|
def client_request_token
|
221
246
|
@data[:client_request_token]
|
222
247
|
end
|
223
|
-
|
224
248
|
end
|
225
249
|
|
226
250
|
class SkillNotLinkedException < ServiceError
|
@@ -236,7 +260,6 @@ module Aws::AlexaForBusiness
|
|
236
260
|
def message
|
237
261
|
@message || @data[:message]
|
238
262
|
end
|
239
|
-
|
240
263
|
end
|
241
264
|
|
242
265
|
class UnauthorizedException < ServiceError
|
@@ -252,7 +275,6 @@ module Aws::AlexaForBusiness
|
|
252
275
|
def message
|
253
276
|
@message || @data[:message]
|
254
277
|
end
|
255
|
-
|
256
278
|
end
|
257
279
|
|
258
280
|
end
|
@@ -338,7 +338,7 @@ module Aws::AlexaForBusiness
|
|
338
338
|
# data as a hash:
|
339
339
|
#
|
340
340
|
# {
|
341
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK
|
341
|
+
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
342
342
|
# }
|
343
343
|
#
|
344
344
|
# @!attribute [rw] interval
|
@@ -732,7 +732,7 @@ module Aws::AlexaForBusiness
|
|
732
732
|
# s3_key_prefix: "S3KeyPrefix",
|
733
733
|
# format: "CSV", # required, accepts CSV, CSV_ZIP
|
734
734
|
# content_range: { # required
|
735
|
-
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK
|
735
|
+
# interval: "ONE_DAY", # accepts ONE_DAY, ONE_WEEK, THIRTY_DAYS
|
736
736
|
# },
|
737
737
|
# recurrence: {
|
738
738
|
# start_date: "Date",
|
@@ -955,6 +955,41 @@ module Aws::AlexaForBusiness
|
|
955
955
|
include Aws::Structure
|
956
956
|
end
|
957
957
|
|
958
|
+
# Creates settings for the end of meeting reminder feature that are
|
959
|
+
# applied to a room profile. The end of meeting reminder enables Alexa
|
960
|
+
# to remind users when a meeting is ending.
|
961
|
+
#
|
962
|
+
# @note When making an API call, you may pass CreateEndOfMeetingReminder
|
963
|
+
# data as a hash:
|
964
|
+
#
|
965
|
+
# {
|
966
|
+
# reminder_at_minutes: [1], # required
|
967
|
+
# reminder_type: "ANNOUNCEMENT_TIME_CHECK", # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
|
968
|
+
# enabled: false, # required
|
969
|
+
# }
|
970
|
+
#
|
971
|
+
# @!attribute [rw] reminder_at_minutes
|
972
|
+
# A range of 3 to 15 minutes that determines when the reminder begins.
|
973
|
+
# @return [Array<Integer>]
|
974
|
+
#
|
975
|
+
# @!attribute [rw] reminder_type
|
976
|
+
# The type of sound that users hear during the end of meeting
|
977
|
+
# reminder.
|
978
|
+
# @return [String]
|
979
|
+
#
|
980
|
+
# @!attribute [rw] enabled
|
981
|
+
# Whether an end of meeting reminder is enabled or not.
|
982
|
+
# @return [Boolean]
|
983
|
+
#
|
984
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateEndOfMeetingReminder AWS API Documentation
|
985
|
+
#
|
986
|
+
class CreateEndOfMeetingReminder < Struct.new(
|
987
|
+
:reminder_at_minutes,
|
988
|
+
:reminder_type,
|
989
|
+
:enabled)
|
990
|
+
include Aws::Structure
|
991
|
+
end
|
992
|
+
|
958
993
|
# @note When making an API call, you may pass CreateGatewayGroupRequest
|
959
994
|
# data as a hash:
|
960
995
|
#
|
@@ -1000,6 +1035,91 @@ module Aws::AlexaForBusiness
|
|
1000
1035
|
include Aws::Structure
|
1001
1036
|
end
|
1002
1037
|
|
1038
|
+
# Creates settings for the instant booking feature that are applied to a
|
1039
|
+
# room profile. When users start their meeting with Alexa, Alexa
|
1040
|
+
# automatically books the room for the configured duration if the room
|
1041
|
+
# is available.
|
1042
|
+
#
|
1043
|
+
# @note When making an API call, you may pass CreateInstantBooking
|
1044
|
+
# data as a hash:
|
1045
|
+
#
|
1046
|
+
# {
|
1047
|
+
# duration_in_minutes: 1, # required
|
1048
|
+
# enabled: false, # required
|
1049
|
+
# }
|
1050
|
+
#
|
1051
|
+
# @!attribute [rw] duration_in_minutes
|
1052
|
+
# Duration between 15 and 240 minutes at increments of 15 that
|
1053
|
+
# determines how long to book an available room when a meeting is
|
1054
|
+
# started with Alexa.
|
1055
|
+
# @return [Integer]
|
1056
|
+
#
|
1057
|
+
# @!attribute [rw] enabled
|
1058
|
+
# Whether instant booking is enabled or not.
|
1059
|
+
# @return [Boolean]
|
1060
|
+
#
|
1061
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateInstantBooking AWS API Documentation
|
1062
|
+
#
|
1063
|
+
class CreateInstantBooking < Struct.new(
|
1064
|
+
:duration_in_minutes,
|
1065
|
+
:enabled)
|
1066
|
+
include Aws::Structure
|
1067
|
+
end
|
1068
|
+
|
1069
|
+
# Creates meeting room settings of a room profile.
|
1070
|
+
#
|
1071
|
+
# @note When making an API call, you may pass CreateMeetingRoomConfiguration
|
1072
|
+
# data as a hash:
|
1073
|
+
#
|
1074
|
+
# {
|
1075
|
+
# room_utilization_metrics_enabled: false,
|
1076
|
+
# end_of_meeting_reminder: {
|
1077
|
+
# reminder_at_minutes: [1], # required
|
1078
|
+
# reminder_type: "ANNOUNCEMENT_TIME_CHECK", # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
|
1079
|
+
# enabled: false, # required
|
1080
|
+
# },
|
1081
|
+
# instant_booking: {
|
1082
|
+
# duration_in_minutes: 1, # required
|
1083
|
+
# enabled: false, # required
|
1084
|
+
# },
|
1085
|
+
# require_check_in: {
|
1086
|
+
# release_after_minutes: 1, # required
|
1087
|
+
# enabled: false, # required
|
1088
|
+
# },
|
1089
|
+
# }
|
1090
|
+
#
|
1091
|
+
# @!attribute [rw] room_utilization_metrics_enabled
|
1092
|
+
# Whether room utilization metrics are enabled or not.
|
1093
|
+
# @return [Boolean]
|
1094
|
+
#
|
1095
|
+
# @!attribute [rw] end_of_meeting_reminder
|
1096
|
+
# Creates settings for the end of meeting reminder feature that are
|
1097
|
+
# applied to a room profile. The end of meeting reminder enables Alexa
|
1098
|
+
# to remind users when a meeting is ending.
|
1099
|
+
# @return [Types::CreateEndOfMeetingReminder]
|
1100
|
+
#
|
1101
|
+
# @!attribute [rw] instant_booking
|
1102
|
+
# Settings to automatically book a room for a configured duration if
|
1103
|
+
# it's free when joining a meeting with Alexa.
|
1104
|
+
# @return [Types::CreateInstantBooking]
|
1105
|
+
#
|
1106
|
+
# @!attribute [rw] require_check_in
|
1107
|
+
# Settings for requiring a check in when a room is reserved. Alexa can
|
1108
|
+
# cancel a room reservation if it's not checked into to make the room
|
1109
|
+
# available for others. Users can check in by joining the meeting with
|
1110
|
+
# Alexa or an AVS device, or by saying “Alexa, check in.”
|
1111
|
+
# @return [Types::CreateRequireCheckIn]
|
1112
|
+
#
|
1113
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateMeetingRoomConfiguration AWS API Documentation
|
1114
|
+
#
|
1115
|
+
class CreateMeetingRoomConfiguration < Struct.new(
|
1116
|
+
:room_utilization_metrics_enabled,
|
1117
|
+
:end_of_meeting_reminder,
|
1118
|
+
:instant_booking,
|
1119
|
+
:require_check_in)
|
1120
|
+
include Aws::Structure
|
1121
|
+
end
|
1122
|
+
|
1003
1123
|
# @note When making an API call, you may pass CreateNetworkProfileRequest
|
1004
1124
|
# data as a hash:
|
1005
1125
|
#
|
@@ -1110,6 +1230,22 @@ module Aws::AlexaForBusiness
|
|
1110
1230
|
# setup_mode_disabled: false,
|
1111
1231
|
# max_volume_limit: 1,
|
1112
1232
|
# pstn_enabled: false,
|
1233
|
+
# meeting_room_configuration: {
|
1234
|
+
# room_utilization_metrics_enabled: false,
|
1235
|
+
# end_of_meeting_reminder: {
|
1236
|
+
# reminder_at_minutes: [1], # required
|
1237
|
+
# reminder_type: "ANNOUNCEMENT_TIME_CHECK", # required, accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
|
1238
|
+
# enabled: false, # required
|
1239
|
+
# },
|
1240
|
+
# instant_booking: {
|
1241
|
+
# duration_in_minutes: 1, # required
|
1242
|
+
# enabled: false, # required
|
1243
|
+
# },
|
1244
|
+
# require_check_in: {
|
1245
|
+
# release_after_minutes: 1, # required
|
1246
|
+
# enabled: false, # required
|
1247
|
+
# },
|
1248
|
+
# },
|
1113
1249
|
# }
|
1114
1250
|
#
|
1115
1251
|
# @!attribute [rw] profile_name
|
@@ -1137,7 +1273,8 @@ module Aws::AlexaForBusiness
|
|
1137
1273
|
# @return [String]
|
1138
1274
|
#
|
1139
1275
|
# @!attribute [rw] locale
|
1140
|
-
# The locale of the room profile.
|
1276
|
+
# The locale of the room profile. (This is currently only available to
|
1277
|
+
# a limited preview audience.)
|
1141
1278
|
# @return [String]
|
1142
1279
|
#
|
1143
1280
|
# @!attribute [rw] client_request_token
|
@@ -1160,6 +1297,10 @@ module Aws::AlexaForBusiness
|
|
1160
1297
|
# Whether PSTN calling is enabled.
|
1161
1298
|
# @return [Boolean]
|
1162
1299
|
#
|
1300
|
+
# @!attribute [rw] meeting_room_configuration
|
1301
|
+
# The meeting room settings of a room profile.
|
1302
|
+
# @return [Types::CreateMeetingRoomConfiguration]
|
1303
|
+
#
|
1163
1304
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateProfileRequest AWS API Documentation
|
1164
1305
|
#
|
1165
1306
|
class CreateProfileRequest < Struct.new(
|
@@ -1173,7 +1314,8 @@ module Aws::AlexaForBusiness
|
|
1173
1314
|
:client_request_token,
|
1174
1315
|
:setup_mode_disabled,
|
1175
1316
|
:max_volume_limit,
|
1176
|
-
:pstn_enabled
|
1317
|
+
:pstn_enabled,
|
1318
|
+
:meeting_room_configuration)
|
1177
1319
|
include Aws::Structure
|
1178
1320
|
end
|
1179
1321
|
|
@@ -1188,6 +1330,36 @@ module Aws::AlexaForBusiness
|
|
1188
1330
|
include Aws::Structure
|
1189
1331
|
end
|
1190
1332
|
|
1333
|
+
# Creates settings for the require check in feature that are applied to
|
1334
|
+
# a room profile. Require check in allows a meeting room’s Alexa or AVS
|
1335
|
+
# device to prompt the user to check in; otherwise, the room will be
|
1336
|
+
# released.
|
1337
|
+
#
|
1338
|
+
# @note When making an API call, you may pass CreateRequireCheckIn
|
1339
|
+
# data as a hash:
|
1340
|
+
#
|
1341
|
+
# {
|
1342
|
+
# release_after_minutes: 1, # required
|
1343
|
+
# enabled: false, # required
|
1344
|
+
# }
|
1345
|
+
#
|
1346
|
+
# @!attribute [rw] release_after_minutes
|
1347
|
+
# Duration between 5 and 20 minutes to determine when to release the
|
1348
|
+
# room if it's not checked into.
|
1349
|
+
# @return [Integer]
|
1350
|
+
#
|
1351
|
+
# @!attribute [rw] enabled
|
1352
|
+
# Whether require check in is enabled or not.
|
1353
|
+
# @return [Boolean]
|
1354
|
+
#
|
1355
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/CreateRequireCheckIn AWS API Documentation
|
1356
|
+
#
|
1357
|
+
class CreateRequireCheckIn < Struct.new(
|
1358
|
+
:release_after_minutes,
|
1359
|
+
:enabled)
|
1360
|
+
include Aws::Structure
|
1361
|
+
end
|
1362
|
+
|
1191
1363
|
# @note When making an API call, you may pass CreateRoomRequest
|
1192
1364
|
# data as a hash:
|
1193
1365
|
#
|
@@ -1846,6 +2018,10 @@ module Aws::AlexaForBusiness
|
|
1846
2018
|
# Detailed information about a device's status.
|
1847
2019
|
# @return [Types::DeviceStatusInfo]
|
1848
2020
|
#
|
2021
|
+
# @!attribute [rw] created_time
|
2022
|
+
# The time (in epoch) when the device data was created.
|
2023
|
+
# @return [Time]
|
2024
|
+
#
|
1849
2025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceData AWS API Documentation
|
1850
2026
|
#
|
1851
2027
|
class DeviceData < Struct.new(
|
@@ -1860,7 +2036,8 @@ module Aws::AlexaForBusiness
|
|
1860
2036
|
:network_profile_name,
|
1861
2037
|
:room_arn,
|
1862
2038
|
:room_name,
|
1863
|
-
:device_status_info
|
2039
|
+
:device_status_info,
|
2040
|
+
:created_time)
|
1864
2041
|
include Aws::Structure
|
1865
2042
|
end
|
1866
2043
|
|
@@ -1952,11 +2129,16 @@ module Aws::AlexaForBusiness
|
|
1952
2129
|
# device.
|
1953
2130
|
# @return [String]
|
1954
2131
|
#
|
2132
|
+
# @!attribute [rw] connection_status_updated_time
|
2133
|
+
# The time (in epoch) when the device connection status changed.
|
2134
|
+
# @return [Time]
|
2135
|
+
#
|
1955
2136
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/DeviceStatusInfo AWS API Documentation
|
1956
2137
|
#
|
1957
2138
|
class DeviceStatusInfo < Struct.new(
|
1958
2139
|
:device_status_details,
|
1959
|
-
:connection_status
|
2140
|
+
:connection_status,
|
2141
|
+
:connection_status_updated_time)
|
1960
2142
|
include Aws::Structure
|
1961
2143
|
end
|
1962
2144
|
|
@@ -2090,6 +2272,32 @@ module Aws::AlexaForBusiness
|
|
2090
2272
|
#
|
2091
2273
|
class DisassociateSkillGroupFromRoomResponse < Aws::EmptyStructure; end
|
2092
2274
|
|
2275
|
+
# Settings for the end of meeting reminder feature that are applied to a
|
2276
|
+
# room profile. The end of meeting reminder enables Alexa to remind
|
2277
|
+
# users when a meeting is ending.
|
2278
|
+
#
|
2279
|
+
# @!attribute [rw] reminder_at_minutes
|
2280
|
+
# A range of 3 to 15 minutes that determines when the reminder begins.
|
2281
|
+
# @return [Array<Integer>]
|
2282
|
+
#
|
2283
|
+
# @!attribute [rw] reminder_type
|
2284
|
+
# The type of sound that users hear during the end of meeting
|
2285
|
+
# reminder.
|
2286
|
+
# @return [String]
|
2287
|
+
#
|
2288
|
+
# @!attribute [rw] enabled
|
2289
|
+
# Whether an end of meeting reminder is enabled or not.
|
2290
|
+
# @return [Boolean]
|
2291
|
+
#
|
2292
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/EndOfMeetingReminder AWS API Documentation
|
2293
|
+
#
|
2294
|
+
class EndOfMeetingReminder < Struct.new(
|
2295
|
+
:reminder_at_minutes,
|
2296
|
+
:reminder_type,
|
2297
|
+
:enabled)
|
2298
|
+
include Aws::Structure
|
2299
|
+
end
|
2300
|
+
|
2093
2301
|
# A filter name and value pair that is used to return a more specific
|
2094
2302
|
# list of results. Filters can be used to match a set of resources by
|
2095
2303
|
# various criteria.
|
@@ -2660,6 +2868,29 @@ module Aws::AlexaForBusiness
|
|
2660
2868
|
include Aws::Structure
|
2661
2869
|
end
|
2662
2870
|
|
2871
|
+
# Settings for the instant booking feature that are applied to a room
|
2872
|
+
# profile. When users start their meeting with Alexa, Alexa
|
2873
|
+
# automatically books the room for the configured duration if the room
|
2874
|
+
# is available.
|
2875
|
+
#
|
2876
|
+
# @!attribute [rw] duration_in_minutes
|
2877
|
+
# Duration between 15 and 240 minutes at increments of 15 that
|
2878
|
+
# determines how long to book an available room when a meeting is
|
2879
|
+
# started with Alexa.
|
2880
|
+
# @return [Integer]
|
2881
|
+
#
|
2882
|
+
# @!attribute [rw] enabled
|
2883
|
+
# Whether instant booking is enabled or not.
|
2884
|
+
# @return [Boolean]
|
2885
|
+
#
|
2886
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/InstantBooking AWS API Documentation
|
2887
|
+
#
|
2888
|
+
class InstantBooking < Struct.new(
|
2889
|
+
:duration_in_minutes,
|
2890
|
+
:enabled)
|
2891
|
+
include Aws::Structure
|
2892
|
+
end
|
2893
|
+
|
2663
2894
|
# The Certificate Authority can't issue or revoke a certificate.
|
2664
2895
|
#
|
2665
2896
|
# @!attribute [rw] message
|
@@ -2984,12 +3215,10 @@ module Aws::AlexaForBusiness
|
|
2984
3215
|
#
|
2985
3216
|
# @!attribute [rw] skill_group_arn
|
2986
3217
|
# The ARN of the skill group for which to list enabled skills.
|
2987
|
-
# Required.
|
2988
3218
|
# @return [String]
|
2989
3219
|
#
|
2990
3220
|
# @!attribute [rw] enablement_type
|
2991
|
-
# Whether the skill is enabled under the user's account
|
2992
|
-
# requires linking to be used.
|
3221
|
+
# Whether the skill is enabled under the user's account.
|
2993
3222
|
# @return [String]
|
2994
3223
|
#
|
2995
3224
|
# @!attribute [rw] skill_type
|
@@ -3000,14 +3229,14 @@ module Aws::AlexaForBusiness
|
|
3000
3229
|
# An optional token returned from a prior request. Use this token for
|
3001
3230
|
# pagination of results from this action. If this parameter is
|
3002
3231
|
# specified, the response includes only results beyond the token, up
|
3003
|
-
# to the value specified by `MaxResults`.
|
3232
|
+
# to the value specified by `MaxResults`.
|
3004
3233
|
# @return [String]
|
3005
3234
|
#
|
3006
3235
|
# @!attribute [rw] max_results
|
3007
3236
|
# The maximum number of results to include in the response. If more
|
3008
3237
|
# results exist than the specified `MaxResults` value, a token is
|
3009
3238
|
# included in the response so that the remaining results can be
|
3010
|
-
# retrieved.
|
3239
|
+
# retrieved.
|
3011
3240
|
# @return [Integer]
|
3012
3241
|
#
|
3013
3242
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ListSkillsRequest AWS API Documentation
|
@@ -3223,6 +3452,40 @@ module Aws::AlexaForBusiness
|
|
3223
3452
|
include Aws::Structure
|
3224
3453
|
end
|
3225
3454
|
|
3455
|
+
# Meeting room settings of a room profile.
|
3456
|
+
#
|
3457
|
+
# @!attribute [rw] room_utilization_metrics_enabled
|
3458
|
+
# Whether room utilization metrics are enabled or not.
|
3459
|
+
# @return [Boolean]
|
3460
|
+
#
|
3461
|
+
# @!attribute [rw] end_of_meeting_reminder
|
3462
|
+
# Settings for the end of meeting reminder feature that are applied to
|
3463
|
+
# a room profile. The end of meeting reminder enables Alexa to remind
|
3464
|
+
# users when a meeting is ending.
|
3465
|
+
# @return [Types::EndOfMeetingReminder]
|
3466
|
+
#
|
3467
|
+
# @!attribute [rw] instant_booking
|
3468
|
+
# Settings to automatically book the room if available for a
|
3469
|
+
# configured duration when joining a meeting with Alexa.
|
3470
|
+
# @return [Types::InstantBooking]
|
3471
|
+
#
|
3472
|
+
# @!attribute [rw] require_check_in
|
3473
|
+
# Settings for requiring a check in when a room is reserved. Alexa can
|
3474
|
+
# cancel a room reservation if it's not checked into. This makes the
|
3475
|
+
# room available for others. Users can check in by joining the meeting
|
3476
|
+
# with Alexa or an AVS device, or by saying “Alexa, check in.”
|
3477
|
+
# @return [Types::RequireCheckIn]
|
3478
|
+
#
|
3479
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/MeetingRoomConfiguration AWS API Documentation
|
3480
|
+
#
|
3481
|
+
class MeetingRoomConfiguration < Struct.new(
|
3482
|
+
:room_utilization_metrics_enabled,
|
3483
|
+
:end_of_meeting_reminder,
|
3484
|
+
:instant_booking,
|
3485
|
+
:require_check_in)
|
3486
|
+
include Aws::Structure
|
3487
|
+
end
|
3488
|
+
|
3226
3489
|
# The values that indicate whether a pin is always required (YES), never
|
3227
3490
|
# required (NO), or OPTIONAL.
|
3228
3491
|
#
|
@@ -3495,7 +3758,8 @@ module Aws::AlexaForBusiness
|
|
3495
3758
|
# @return [String]
|
3496
3759
|
#
|
3497
3760
|
# @!attribute [rw] locale
|
3498
|
-
# The locale of a room profile.
|
3761
|
+
# The locale of a room profile. (This is currently available only to a
|
3762
|
+
# limited preview audience.)
|
3499
3763
|
# @return [String]
|
3500
3764
|
#
|
3501
3765
|
# @!attribute [rw] setup_mode_disabled
|
@@ -3514,6 +3778,10 @@ module Aws::AlexaForBusiness
|
|
3514
3778
|
# The ARN of the address book.
|
3515
3779
|
# @return [String]
|
3516
3780
|
#
|
3781
|
+
# @!attribute [rw] meeting_room_configuration
|
3782
|
+
# Meeting room settings of a room profile.
|
3783
|
+
# @return [Types::MeetingRoomConfiguration]
|
3784
|
+
#
|
3517
3785
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Profile AWS API Documentation
|
3518
3786
|
#
|
3519
3787
|
class Profile < Struct.new(
|
@@ -3529,7 +3797,8 @@ module Aws::AlexaForBusiness
|
|
3529
3797
|
:setup_mode_disabled,
|
3530
3798
|
:max_volume_limit,
|
3531
3799
|
:pstn_enabled,
|
3532
|
-
:address_book_arn
|
3800
|
+
:address_book_arn,
|
3801
|
+
:meeting_room_configuration)
|
3533
3802
|
include Aws::Structure
|
3534
3803
|
end
|
3535
3804
|
|
@@ -3552,7 +3821,7 @@ module Aws::AlexaForBusiness
|
|
3552
3821
|
# @return [String]
|
3553
3822
|
#
|
3554
3823
|
# @!attribute [rw] timezone
|
3555
|
-
# The
|
3824
|
+
# The time zone of a room profile.
|
3556
3825
|
# @return [String]
|
3557
3826
|
#
|
3558
3827
|
# @!attribute [rw] distance_unit
|
@@ -3568,7 +3837,8 @@ module Aws::AlexaForBusiness
|
|
3568
3837
|
# @return [String]
|
3569
3838
|
#
|
3570
3839
|
# @!attribute [rw] locale
|
3571
|
-
# The locale of a room profile.
|
3840
|
+
# The locale of a room profile. (This is currently available only to a
|
3841
|
+
# limited preview audience.)
|
3572
3842
|
# @return [String]
|
3573
3843
|
#
|
3574
3844
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/ProfileData AWS API Documentation
|
@@ -3805,6 +4075,27 @@ module Aws::AlexaForBusiness
|
|
3805
4075
|
#
|
3806
4076
|
class RejectSkillResponse < Aws::EmptyStructure; end
|
3807
4077
|
|
4078
|
+
# Settings for the require check in feature that are applied to a room
|
4079
|
+
# profile. Require check in allows a meeting room’s Alexa or AVS device
|
4080
|
+
# to prompt the user to check in; otherwise, the room will be released.
|
4081
|
+
#
|
4082
|
+
# @!attribute [rw] release_after_minutes
|
4083
|
+
# Duration between 5 and 20 minutes to determine when to release the
|
4084
|
+
# room if it's not checked into.
|
4085
|
+
# @return [Integer]
|
4086
|
+
#
|
4087
|
+
# @!attribute [rw] enabled
|
4088
|
+
# Whether require check in is enabled or not.
|
4089
|
+
# @return [Boolean]
|
4090
|
+
#
|
4091
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/RequireCheckIn AWS API Documentation
|
4092
|
+
#
|
4093
|
+
class RequireCheckIn < Struct.new(
|
4094
|
+
:release_after_minutes,
|
4095
|
+
:enabled)
|
4096
|
+
include Aws::Structure
|
4097
|
+
end
|
4098
|
+
|
3808
4099
|
# @note When making an API call, you may pass ResolveRoomRequest
|
3809
4100
|
# data as a hash:
|
3810
4101
|
#
|
@@ -5104,7 +5395,7 @@ module Aws::AlexaForBusiness
|
|
5104
5395
|
# @return [String]
|
5105
5396
|
#
|
5106
5397
|
# @!attribute [rw] value
|
5107
|
-
# The value of a tag. Tag values are case
|
5398
|
+
# The value of a tag. Tag values are case sensitive and can be null.
|
5108
5399
|
# @return [String]
|
5109
5400
|
#
|
5110
5401
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Tag AWS API Documentation
|
@@ -5462,6 +5753,43 @@ module Aws::AlexaForBusiness
|
|
5462
5753
|
#
|
5463
5754
|
class UpdateDeviceResponse < Aws::EmptyStructure; end
|
5464
5755
|
|
5756
|
+
# Settings for the end of meeting reminder feature that are applied to a
|
5757
|
+
# room profile. The end of meeting reminder enables Alexa to remind
|
5758
|
+
# users when a meeting is ending.
|
5759
|
+
#
|
5760
|
+
# @note When making an API call, you may pass UpdateEndOfMeetingReminder
|
5761
|
+
# data as a hash:
|
5762
|
+
#
|
5763
|
+
# {
|
5764
|
+
# reminder_at_minutes: [1],
|
5765
|
+
# reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
|
5766
|
+
# enabled: false,
|
5767
|
+
# }
|
5768
|
+
#
|
5769
|
+
# @!attribute [rw] reminder_at_minutes
|
5770
|
+
# Updates settings for the end of meeting reminder feature that are
|
5771
|
+
# applied to a room profile. The end of meeting reminder enables Alexa
|
5772
|
+
# to remind users when a meeting is ending.
|
5773
|
+
# @return [Array<Integer>]
|
5774
|
+
#
|
5775
|
+
# @!attribute [rw] reminder_type
|
5776
|
+
# The type of sound that users hear during the end of meeting
|
5777
|
+
# reminder.
|
5778
|
+
# @return [String]
|
5779
|
+
#
|
5780
|
+
# @!attribute [rw] enabled
|
5781
|
+
# Whether an end of meeting reminder is enabled or not.
|
5782
|
+
# @return [Boolean]
|
5783
|
+
#
|
5784
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateEndOfMeetingReminder AWS API Documentation
|
5785
|
+
#
|
5786
|
+
class UpdateEndOfMeetingReminder < Struct.new(
|
5787
|
+
:reminder_at_minutes,
|
5788
|
+
:reminder_type,
|
5789
|
+
:enabled)
|
5790
|
+
include Aws::Structure
|
5791
|
+
end
|
5792
|
+
|
5465
5793
|
# @note When making an API call, you may pass UpdateGatewayGroupRequest
|
5466
5794
|
# data as a hash:
|
5467
5795
|
#
|
@@ -5537,6 +5865,90 @@ module Aws::AlexaForBusiness
|
|
5537
5865
|
#
|
5538
5866
|
class UpdateGatewayResponse < Aws::EmptyStructure; end
|
5539
5867
|
|
5868
|
+
# Updates settings for the instant booking feature that are applied to a
|
5869
|
+
# room profile. If instant booking is enabled, Alexa automatically
|
5870
|
+
# reserves a room if it is free when a user joins a meeting with Alexa.
|
5871
|
+
#
|
5872
|
+
# @note When making an API call, you may pass UpdateInstantBooking
|
5873
|
+
# data as a hash:
|
5874
|
+
#
|
5875
|
+
# {
|
5876
|
+
# duration_in_minutes: 1,
|
5877
|
+
# enabled: false,
|
5878
|
+
# }
|
5879
|
+
#
|
5880
|
+
# @!attribute [rw] duration_in_minutes
|
5881
|
+
# Duration between 15 and 240 minutes at increments of 15 that
|
5882
|
+
# determines how long to book an available room when a meeting is
|
5883
|
+
# started with Alexa.
|
5884
|
+
# @return [Integer]
|
5885
|
+
#
|
5886
|
+
# @!attribute [rw] enabled
|
5887
|
+
# Whether instant booking is enabled or not.
|
5888
|
+
# @return [Boolean]
|
5889
|
+
#
|
5890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateInstantBooking AWS API Documentation
|
5891
|
+
#
|
5892
|
+
class UpdateInstantBooking < Struct.new(
|
5893
|
+
:duration_in_minutes,
|
5894
|
+
:enabled)
|
5895
|
+
include Aws::Structure
|
5896
|
+
end
|
5897
|
+
|
5898
|
+
# Updates meeting room settings of a room profile.
|
5899
|
+
#
|
5900
|
+
# @note When making an API call, you may pass UpdateMeetingRoomConfiguration
|
5901
|
+
# data as a hash:
|
5902
|
+
#
|
5903
|
+
# {
|
5904
|
+
# room_utilization_metrics_enabled: false,
|
5905
|
+
# end_of_meeting_reminder: {
|
5906
|
+
# reminder_at_minutes: [1],
|
5907
|
+
# reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
|
5908
|
+
# enabled: false,
|
5909
|
+
# },
|
5910
|
+
# instant_booking: {
|
5911
|
+
# duration_in_minutes: 1,
|
5912
|
+
# enabled: false,
|
5913
|
+
# },
|
5914
|
+
# require_check_in: {
|
5915
|
+
# release_after_minutes: 1,
|
5916
|
+
# enabled: false,
|
5917
|
+
# },
|
5918
|
+
# }
|
5919
|
+
#
|
5920
|
+
# @!attribute [rw] room_utilization_metrics_enabled
|
5921
|
+
# Whether room utilization metrics are enabled or not.
|
5922
|
+
# @return [Boolean]
|
5923
|
+
#
|
5924
|
+
# @!attribute [rw] end_of_meeting_reminder
|
5925
|
+
# Settings for the end of meeting reminder feature that are applied to
|
5926
|
+
# a room profile. The end of meeting reminder enables Alexa to remind
|
5927
|
+
# users when a meeting is ending.
|
5928
|
+
# @return [Types::UpdateEndOfMeetingReminder]
|
5929
|
+
#
|
5930
|
+
# @!attribute [rw] instant_booking
|
5931
|
+
# Settings to automatically book an available room available for a
|
5932
|
+
# configured duration when joining a meeting with Alexa.
|
5933
|
+
# @return [Types::UpdateInstantBooking]
|
5934
|
+
#
|
5935
|
+
# @!attribute [rw] require_check_in
|
5936
|
+
# Settings for requiring a check in when a room is reserved. Alexa can
|
5937
|
+
# cancel a room reservation if it's not checked into to make the room
|
5938
|
+
# available for others. Users can check in by joining the meeting with
|
5939
|
+
# Alexa or an AVS device, or by saying “Alexa, check in.”
|
5940
|
+
# @return [Types::UpdateRequireCheckIn]
|
5941
|
+
#
|
5942
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateMeetingRoomConfiguration AWS API Documentation
|
5943
|
+
#
|
5944
|
+
class UpdateMeetingRoomConfiguration < Struct.new(
|
5945
|
+
:room_utilization_metrics_enabled,
|
5946
|
+
:end_of_meeting_reminder,
|
5947
|
+
:instant_booking,
|
5948
|
+
:require_check_in)
|
5949
|
+
include Aws::Structure
|
5950
|
+
end
|
5951
|
+
|
5540
5952
|
# @note When making an API call, you may pass UpdateNetworkProfileRequest
|
5541
5953
|
# data as a hash:
|
5542
5954
|
#
|
@@ -5617,6 +6029,22 @@ module Aws::AlexaForBusiness
|
|
5617
6029
|
# setup_mode_disabled: false,
|
5618
6030
|
# max_volume_limit: 1,
|
5619
6031
|
# pstn_enabled: false,
|
6032
|
+
# meeting_room_configuration: {
|
6033
|
+
# room_utilization_metrics_enabled: false,
|
6034
|
+
# end_of_meeting_reminder: {
|
6035
|
+
# reminder_at_minutes: [1],
|
6036
|
+
# reminder_type: "ANNOUNCEMENT_TIME_CHECK", # accepts ANNOUNCEMENT_TIME_CHECK, ANNOUNCEMENT_VARIABLE_TIME_LEFT, CHIME, KNOCK
|
6037
|
+
# enabled: false,
|
6038
|
+
# },
|
6039
|
+
# instant_booking: {
|
6040
|
+
# duration_in_minutes: 1,
|
6041
|
+
# enabled: false,
|
6042
|
+
# },
|
6043
|
+
# require_check_in: {
|
6044
|
+
# release_after_minutes: 1,
|
6045
|
+
# enabled: false,
|
6046
|
+
# },
|
6047
|
+
# },
|
5620
6048
|
# }
|
5621
6049
|
#
|
5622
6050
|
# @!attribute [rw] profile_arn
|
@@ -5653,7 +6081,8 @@ module Aws::AlexaForBusiness
|
|
5653
6081
|
# @return [String]
|
5654
6082
|
#
|
5655
6083
|
# @!attribute [rw] locale
|
5656
|
-
# The updated locale for the room profile.
|
6084
|
+
# The updated locale for the room profile. (This is currently only
|
6085
|
+
# available to a limited preview audience.)
|
5657
6086
|
# @return [String]
|
5658
6087
|
#
|
5659
6088
|
# @!attribute [rw] setup_mode_disabled
|
@@ -5668,6 +6097,10 @@ module Aws::AlexaForBusiness
|
|
5668
6097
|
# Whether the PSTN setting of the room profile is enabled.
|
5669
6098
|
# @return [Boolean]
|
5670
6099
|
#
|
6100
|
+
# @!attribute [rw] meeting_room_configuration
|
6101
|
+
# The updated meeting room settings of a room profile.
|
6102
|
+
# @return [Types::UpdateMeetingRoomConfiguration]
|
6103
|
+
#
|
5671
6104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateProfileRequest AWS API Documentation
|
5672
6105
|
#
|
5673
6106
|
class UpdateProfileRequest < Struct.new(
|
@@ -5682,7 +6115,8 @@ module Aws::AlexaForBusiness
|
|
5682
6115
|
:locale,
|
5683
6116
|
:setup_mode_disabled,
|
5684
6117
|
:max_volume_limit,
|
5685
|
-
:pstn_enabled
|
6118
|
+
:pstn_enabled,
|
6119
|
+
:meeting_room_configuration)
|
5686
6120
|
include Aws::Structure
|
5687
6121
|
end
|
5688
6122
|
|
@@ -5690,6 +6124,36 @@ module Aws::AlexaForBusiness
|
|
5690
6124
|
#
|
5691
6125
|
class UpdateProfileResponse < Aws::EmptyStructure; end
|
5692
6126
|
|
6127
|
+
# Updates settings for the require check in feature that are applied to
|
6128
|
+
# a room profile. Require check in allows a meeting room’s Alexa or AVS
|
6129
|
+
# device to prompt the user to check in; otherwise, the room will be
|
6130
|
+
# released.
|
6131
|
+
#
|
6132
|
+
# @note When making an API call, you may pass UpdateRequireCheckIn
|
6133
|
+
# data as a hash:
|
6134
|
+
#
|
6135
|
+
# {
|
6136
|
+
# release_after_minutes: 1,
|
6137
|
+
# enabled: false,
|
6138
|
+
# }
|
6139
|
+
#
|
6140
|
+
# @!attribute [rw] release_after_minutes
|
6141
|
+
# Duration between 5 and 20 minutes to determine when to release the
|
6142
|
+
# room if it's not checked into.
|
6143
|
+
# @return [Integer]
|
6144
|
+
#
|
6145
|
+
# @!attribute [rw] enabled
|
6146
|
+
# Whether require check in is enabled or not.
|
6147
|
+
# @return [Boolean]
|
6148
|
+
#
|
6149
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/UpdateRequireCheckIn AWS API Documentation
|
6150
|
+
#
|
6151
|
+
class UpdateRequireCheckIn < Struct.new(
|
6152
|
+
:release_after_minutes,
|
6153
|
+
:enabled)
|
6154
|
+
include Aws::Structure
|
6155
|
+
end
|
6156
|
+
|
5693
6157
|
# @note When making an API call, you may pass UpdateRoomRequest
|
5694
6158
|
# data as a hash:
|
5695
6159
|
#
|