UNPKG

58.4 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2017-11-09",
5 "endpointPrefix": "a4b",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceFullName": "Alexa For Business",
9 "serviceId": "Alexa For Business",
10 "signatureVersion": "v4",
11 "targetPrefix": "AlexaForBusiness",
12 "uid": "alexaforbusiness-2017-11-09"
13 },
14 "operations": {
15 "ApproveSkill": {
16 "input": {
17 "type": "structure",
18 "required": [
19 "SkillId"
20 ],
21 "members": {
22 "SkillId": {}
23 }
24 },
25 "output": {
26 "type": "structure",
27 "members": {}
28 }
29 },
30 "AssociateContactWithAddressBook": {
31 "input": {
32 "type": "structure",
33 "required": [
34 "ContactArn",
35 "AddressBookArn"
36 ],
37 "members": {
38 "ContactArn": {},
39 "AddressBookArn": {}
40 }
41 },
42 "output": {
43 "type": "structure",
44 "members": {}
45 }
46 },
47 "AssociateDeviceWithNetworkProfile": {
48 "input": {
49 "type": "structure",
50 "required": [
51 "DeviceArn",
52 "NetworkProfileArn"
53 ],
54 "members": {
55 "DeviceArn": {},
56 "NetworkProfileArn": {}
57 }
58 },
59 "output": {
60 "type": "structure",
61 "members": {}
62 }
63 },
64 "AssociateDeviceWithRoom": {
65 "input": {
66 "type": "structure",
67 "members": {
68 "DeviceArn": {},
69 "RoomArn": {}
70 }
71 },
72 "output": {
73 "type": "structure",
74 "members": {}
75 }
76 },
77 "AssociateSkillGroupWithRoom": {
78 "input": {
79 "type": "structure",
80 "members": {
81 "SkillGroupArn": {},
82 "RoomArn": {}
83 }
84 },
85 "output": {
86 "type": "structure",
87 "members": {}
88 }
89 },
90 "AssociateSkillWithSkillGroup": {
91 "input": {
92 "type": "structure",
93 "required": [
94 "SkillId"
95 ],
96 "members": {
97 "SkillGroupArn": {},
98 "SkillId": {}
99 }
100 },
101 "output": {
102 "type": "structure",
103 "members": {}
104 }
105 },
106 "AssociateSkillWithUsers": {
107 "input": {
108 "type": "structure",
109 "required": [
110 "SkillId"
111 ],
112 "members": {
113 "SkillId": {}
114 }
115 },
116 "output": {
117 "type": "structure",
118 "members": {}
119 }
120 },
121 "CreateAddressBook": {
122 "input": {
123 "type": "structure",
124 "required": [
125 "Name"
126 ],
127 "members": {
128 "Name": {},
129 "Description": {},
130 "ClientRequestToken": {
131 "idempotencyToken": true
132 }
133 }
134 },
135 "output": {
136 "type": "structure",
137 "members": {
138 "AddressBookArn": {}
139 }
140 }
141 },
142 "CreateBusinessReportSchedule": {
143 "input": {
144 "type": "structure",
145 "required": [
146 "Format",
147 "ContentRange"
148 ],
149 "members": {
150 "ScheduleName": {},
151 "S3BucketName": {},
152 "S3KeyPrefix": {},
153 "Format": {},
154 "ContentRange": {
155 "shape": "Sr"
156 },
157 "Recurrence": {
158 "shape": "St"
159 },
160 "ClientRequestToken": {
161 "idempotencyToken": true
162 }
163 }
164 },
165 "output": {
166 "type": "structure",
167 "members": {
168 "ScheduleArn": {}
169 }
170 }
171 },
172 "CreateConferenceProvider": {
173 "input": {
174 "type": "structure",
175 "required": [
176 "ConferenceProviderName",
177 "ConferenceProviderType",
178 "MeetingSetting"
179 ],
180 "members": {
181 "ConferenceProviderName": {},
182 "ConferenceProviderType": {},
183 "IPDialIn": {
184 "shape": "Sz"
185 },
186 "PSTNDialIn": {
187 "shape": "S12"
188 },
189 "MeetingSetting": {
190 "shape": "S17"
191 },
192 "ClientRequestToken": {
193 "idempotencyToken": true
194 }
195 }
196 },
197 "output": {
198 "type": "structure",
199 "members": {
200 "ConferenceProviderArn": {}
201 }
202 }
203 },
204 "CreateContact": {
205 "input": {
206 "type": "structure",
207 "required": [
208 "FirstName"
209 ],
210 "members": {
211 "DisplayName": {},
212 "FirstName": {},
213 "LastName": {},
214 "PhoneNumber": {
215 "shape": "S1c"
216 },
217 "PhoneNumbers": {
218 "shape": "S1d"
219 },
220 "SipAddresses": {
221 "shape": "S1g"
222 },
223 "ClientRequestToken": {
224 "idempotencyToken": true
225 }
226 }
227 },
228 "output": {
229 "type": "structure",
230 "members": {
231 "ContactArn": {}
232 }
233 }
234 },
235 "CreateGatewayGroup": {
236 "input": {
237 "type": "structure",
238 "required": [
239 "Name",
240 "ClientRequestToken"
241 ],
242 "members": {
243 "Name": {},
244 "Description": {},
245 "ClientRequestToken": {
246 "idempotencyToken": true
247 }
248 }
249 },
250 "output": {
251 "type": "structure",
252 "members": {
253 "GatewayGroupArn": {}
254 }
255 }
256 },
257 "CreateNetworkProfile": {
258 "input": {
259 "type": "structure",
260 "required": [
261 "NetworkProfileName",
262 "Ssid",
263 "SecurityType",
264 "ClientRequestToken"
265 ],
266 "members": {
267 "NetworkProfileName": {},
268 "Description": {},
269 "Ssid": {},
270 "SecurityType": {},
271 "EapMethod": {},
272 "CurrentPassword": {
273 "shape": "S1v"
274 },
275 "NextPassword": {
276 "shape": "S1w"
277 },
278 "CertificateAuthorityArn": {},
279 "TrustAnchors": {
280 "shape": "S1x"
281 },
282 "ClientRequestToken": {
283 "idempotencyToken": true
284 }
285 }
286 },
287 "output": {
288 "type": "structure",
289 "members": {
290 "NetworkProfileArn": {}
291 }
292 }
293 },
294 "CreateProfile": {
295 "input": {
296 "type": "structure",
297 "required": [
298 "ProfileName",
299 "Timezone",
300 "Address",
301 "DistanceUnit",
302 "TemperatureUnit",
303 "WakeWord"
304 ],
305 "members": {
306 "ProfileName": {},
307 "Timezone": {},
308 "Address": {},
309 "DistanceUnit": {},
310 "TemperatureUnit": {},
311 "WakeWord": {},
312 "Locale": {},
313 "ClientRequestToken": {
314 "idempotencyToken": true
315 },
316 "SetupModeDisabled": {
317 "type": "boolean"
318 },
319 "MaxVolumeLimit": {
320 "type": "integer"
321 },
322 "PSTNEnabled": {
323 "type": "boolean"
324 },
325 "MeetingRoomConfiguration": {
326 "type": "structure",
327 "members": {
328 "RoomUtilizationMetricsEnabled": {
329 "type": "boolean"
330 },
331 "EndOfMeetingReminder": {
332 "type": "structure",
333 "required": [
334 "ReminderAtMinutes",
335 "ReminderType",
336 "Enabled"
337 ],
338 "members": {
339 "ReminderAtMinutes": {
340 "shape": "S2c"
341 },
342 "ReminderType": {},
343 "Enabled": {
344 "type": "boolean"
345 }
346 }
347 },
348 "InstantBooking": {
349 "type": "structure",
350 "required": [
351 "DurationInMinutes",
352 "Enabled"
353 ],
354 "members": {
355 "DurationInMinutes": {
356 "type": "integer"
357 },
358 "Enabled": {
359 "type": "boolean"
360 }
361 }
362 },
363 "RequireCheckIn": {
364 "type": "structure",
365 "required": [
366 "ReleaseAfterMinutes",
367 "Enabled"
368 ],
369 "members": {
370 "ReleaseAfterMinutes": {
371 "type": "integer"
372 },
373 "Enabled": {
374 "type": "boolean"
375 }
376 }
377 }
378 }
379 }
380 }
381 },
382 "output": {
383 "type": "structure",
384 "members": {
385 "ProfileArn": {}
386 }
387 }
388 },
389 "CreateRoom": {
390 "input": {
391 "type": "structure",
392 "required": [
393 "RoomName"
394 ],
395 "members": {
396 "RoomName": {},
397 "Description": {},
398 "ProfileArn": {},
399 "ProviderCalendarId": {},
400 "ClientRequestToken": {
401 "idempotencyToken": true
402 },
403 "Tags": {
404 "shape": "S2m"
405 }
406 }
407 },
408 "output": {
409 "type": "structure",
410 "members": {
411 "RoomArn": {}
412 }
413 }
414 },
415 "CreateSkillGroup": {
416 "input": {
417 "type": "structure",
418 "required": [
419 "SkillGroupName"
420 ],
421 "members": {
422 "SkillGroupName": {},
423 "Description": {},
424 "ClientRequestToken": {
425 "idempotencyToken": true
426 }
427 }
428 },
429 "output": {
430 "type": "structure",
431 "members": {
432 "SkillGroupArn": {}
433 }
434 }
435 },
436 "CreateUser": {
437 "input": {
438 "type": "structure",
439 "required": [
440 "UserId"
441 ],
442 "members": {
443 "UserId": {},
444 "FirstName": {},
445 "LastName": {},
446 "Email": {},
447 "ClientRequestToken": {
448 "idempotencyToken": true
449 },
450 "Tags": {
451 "shape": "S2m"
452 }
453 }
454 },
455 "output": {
456 "type": "structure",
457 "members": {
458 "UserArn": {}
459 }
460 }
461 },
462 "DeleteAddressBook": {
463 "input": {
464 "type": "structure",
465 "required": [
466 "AddressBookArn"
467 ],
468 "members": {
469 "AddressBookArn": {}
470 }
471 },
472 "output": {
473 "type": "structure",
474 "members": {}
475 }
476 },
477 "DeleteBusinessReportSchedule": {
478 "input": {
479 "type": "structure",
480 "required": [
481 "ScheduleArn"
482 ],
483 "members": {
484 "ScheduleArn": {}
485 }
486 },
487 "output": {
488 "type": "structure",
489 "members": {}
490 }
491 },
492 "DeleteConferenceProvider": {
493 "input": {
494 "type": "structure",
495 "required": [
496 "ConferenceProviderArn"
497 ],
498 "members": {
499 "ConferenceProviderArn": {}
500 }
501 },
502 "output": {
503 "type": "structure",
504 "members": {}
505 }
506 },
507 "DeleteContact": {
508 "input": {
509 "type": "structure",
510 "required": [
511 "ContactArn"
512 ],
513 "members": {
514 "ContactArn": {}
515 }
516 },
517 "output": {
518 "type": "structure",
519 "members": {}
520 }
521 },
522 "DeleteDevice": {
523 "input": {
524 "type": "structure",
525 "required": [
526 "DeviceArn"
527 ],
528 "members": {
529 "DeviceArn": {}
530 }
531 },
532 "output": {
533 "type": "structure",
534 "members": {}
535 }
536 },
537 "DeleteDeviceUsageData": {
538 "input": {
539 "type": "structure",
540 "required": [
541 "DeviceArn",
542 "DeviceUsageType"
543 ],
544 "members": {
545 "DeviceArn": {},
546 "DeviceUsageType": {}
547 }
548 },
549 "output": {
550 "type": "structure",
551 "members": {}
552 }
553 },
554 "DeleteGatewayGroup": {
555 "input": {
556 "type": "structure",
557 "required": [
558 "GatewayGroupArn"
559 ],
560 "members": {
561 "GatewayGroupArn": {}
562 }
563 },
564 "output": {
565 "type": "structure",
566 "members": {}
567 }
568 },
569 "DeleteNetworkProfile": {
570 "input": {
571 "type": "structure",
572 "required": [
573 "NetworkProfileArn"
574 ],
575 "members": {
576 "NetworkProfileArn": {}
577 }
578 },
579 "output": {
580 "type": "structure",
581 "members": {}
582 }
583 },
584 "DeleteProfile": {
585 "input": {
586 "type": "structure",
587 "members": {
588 "ProfileArn": {}
589 }
590 },
591 "output": {
592 "type": "structure",
593 "members": {}
594 }
595 },
596 "DeleteRoom": {
597 "input": {
598 "type": "structure",
599 "members": {
600 "RoomArn": {}
601 }
602 },
603 "output": {
604 "type": "structure",
605 "members": {}
606 }
607 },
608 "DeleteRoomSkillParameter": {
609 "input": {
610 "type": "structure",
611 "required": [
612 "SkillId",
613 "ParameterKey"
614 ],
615 "members": {
616 "RoomArn": {},
617 "SkillId": {},
618 "ParameterKey": {}
619 }
620 },
621 "output": {
622 "type": "structure",
623 "members": {}
624 }
625 },
626 "DeleteSkillAuthorization": {
627 "input": {
628 "type": "structure",
629 "required": [
630 "SkillId"
631 ],
632 "members": {
633 "SkillId": {},
634 "RoomArn": {}
635 }
636 },
637 "output": {
638 "type": "structure",
639 "members": {}
640 }
641 },
642 "DeleteSkillGroup": {
643 "input": {
644 "type": "structure",
645 "members": {
646 "SkillGroupArn": {}
647 }
648 },
649 "output": {
650 "type": "structure",
651 "members": {}
652 }
653 },
654 "DeleteUser": {
655 "input": {
656 "type": "structure",
657 "required": [
658 "EnrollmentId"
659 ],
660 "members": {
661 "UserArn": {},
662 "EnrollmentId": {}
663 }
664 },
665 "output": {
666 "type": "structure",
667 "members": {}
668 }
669 },
670 "DisassociateContactFromAddressBook": {
671 "input": {
672 "type": "structure",
673 "required": [
674 "ContactArn",
675 "AddressBookArn"
676 ],
677 "members": {
678 "ContactArn": {},
679 "AddressBookArn": {}
680 }
681 },
682 "output": {
683 "type": "structure",
684 "members": {}
685 }
686 },
687 "DisassociateDeviceFromRoom": {
688 "input": {
689 "type": "structure",
690 "members": {
691 "DeviceArn": {}
692 }
693 },
694 "output": {
695 "type": "structure",
696 "members": {}
697 }
698 },
699 "DisassociateSkillFromSkillGroup": {
700 "input": {
701 "type": "structure",
702 "required": [
703 "SkillId"
704 ],
705 "members": {
706 "SkillGroupArn": {},
707 "SkillId": {}
708 }
709 },
710 "output": {
711 "type": "structure",
712 "members": {}
713 }
714 },
715 "DisassociateSkillFromUsers": {
716 "input": {
717 "type": "structure",
718 "required": [
719 "SkillId"
720 ],
721 "members": {
722 "SkillId": {}
723 }
724 },
725 "output": {
726 "type": "structure",
727 "members": {}
728 }
729 },
730 "DisassociateSkillGroupFromRoom": {
731 "input": {
732 "type": "structure",
733 "members": {
734 "SkillGroupArn": {},
735 "RoomArn": {}
736 }
737 },
738 "output": {
739 "type": "structure",
740 "members": {}
741 }
742 },
743 "ForgetSmartHomeAppliances": {
744 "input": {
745 "type": "structure",
746 "required": [
747 "RoomArn"
748 ],
749 "members": {
750 "RoomArn": {}
751 }
752 },
753 "output": {
754 "type": "structure",
755 "members": {}
756 }
757 },
758 "GetAddressBook": {
759 "input": {
760 "type": "structure",
761 "required": [
762 "AddressBookArn"
763 ],
764 "members": {
765 "AddressBookArn": {}
766 }
767 },
768 "output": {
769 "type": "structure",
770 "members": {
771 "AddressBook": {
772 "type": "structure",
773 "members": {
774 "AddressBookArn": {},
775 "Name": {},
776 "Description": {}
777 }
778 }
779 }
780 }
781 },
782 "GetConferencePreference": {
783 "input": {
784 "type": "structure",
785 "members": {}
786 },
787 "output": {
788 "type": "structure",
789 "members": {
790 "Preference": {
791 "shape": "S4d"
792 }
793 }
794 }
795 },
796 "GetConferenceProvider": {
797 "input": {
798 "type": "structure",
799 "required": [
800 "ConferenceProviderArn"
801 ],
802 "members": {
803 "ConferenceProviderArn": {}
804 }
805 },
806 "output": {
807 "type": "structure",
808 "members": {
809 "ConferenceProvider": {
810 "shape": "S4g"
811 }
812 }
813 }
814 },
815 "GetContact": {
816 "input": {
817 "type": "structure",
818 "required": [
819 "ContactArn"
820 ],
821 "members": {
822 "ContactArn": {}
823 }
824 },
825 "output": {
826 "type": "structure",
827 "members": {
828 "Contact": {
829 "type": "structure",
830 "members": {
831 "ContactArn": {},
832 "DisplayName": {},
833 "FirstName": {},
834 "LastName": {},
835 "PhoneNumber": {
836 "shape": "S1c"
837 },
838 "PhoneNumbers": {
839 "shape": "S1d"
840 },
841 "SipAddresses": {
842 "shape": "S1g"
843 }
844 }
845 }
846 }
847 }
848 },
849 "GetDevice": {
850 "input": {
851 "type": "structure",
852 "members": {
853 "DeviceArn": {}
854 }
855 },
856 "output": {
857 "type": "structure",
858 "members": {
859 "Device": {
860 "type": "structure",
861 "members": {
862 "DeviceArn": {},
863 "DeviceSerialNumber": {},
864 "DeviceType": {},
865 "DeviceName": {},
866 "SoftwareVersion": {},
867 "MacAddress": {},
868 "RoomArn": {},
869 "DeviceStatus": {},
870 "DeviceStatusInfo": {
871 "shape": "S4t"
872 },
873 "NetworkProfileInfo": {
874 "type": "structure",
875 "members": {
876 "NetworkProfileArn": {},
877 "CertificateArn": {},
878 "CertificateExpirationTime": {
879 "type": "timestamp"
880 }
881 }
882 }
883 }
884 }
885 }
886 }
887 },
888 "GetGateway": {
889 "input": {
890 "type": "structure",
891 "required": [
892 "GatewayArn"
893 ],
894 "members": {
895 "GatewayArn": {}
896 }
897 },
898 "output": {
899 "type": "structure",
900 "members": {
901 "Gateway": {
902 "type": "structure",
903 "members": {
904 "Arn": {},
905 "Name": {},
906 "Description": {},
907 "GatewayGroupArn": {},
908 "SoftwareVersion": {}
909 }
910 }
911 }
912 }
913 },
914 "GetGatewayGroup": {
915 "input": {
916 "type": "structure",
917 "required": [
918 "GatewayGroupArn"
919 ],
920 "members": {
921 "GatewayGroupArn": {}
922 }
923 },
924 "output": {
925 "type": "structure",
926 "members": {
927 "GatewayGroup": {
928 "type": "structure",
929 "members": {
930 "Arn": {},
931 "Name": {},
932 "Description": {}
933 }
934 }
935 }
936 }
937 },
938 "GetInvitationConfiguration": {
939 "input": {
940 "type": "structure",
941 "members": {}
942 },
943 "output": {
944 "type": "structure",
945 "members": {
946 "OrganizationName": {},
947 "ContactEmail": {},
948 "PrivateSkillIds": {
949 "shape": "S5e"
950 }
951 }
952 }
953 },
954 "GetNetworkProfile": {
955 "input": {
956 "type": "structure",
957 "required": [
958 "NetworkProfileArn"
959 ],
960 "members": {
961 "NetworkProfileArn": {}
962 }
963 },
964 "output": {
965 "type": "structure",
966 "members": {
967 "NetworkProfile": {
968 "type": "structure",
969 "members": {
970 "NetworkProfileArn": {},
971 "NetworkProfileName": {},
972 "Description": {},
973 "Ssid": {},
974 "SecurityType": {},
975 "EapMethod": {},
976 "CurrentPassword": {
977 "shape": "S1v"
978 },
979 "NextPassword": {
980 "shape": "S1w"
981 },
982 "CertificateAuthorityArn": {},
983 "TrustAnchors": {
984 "shape": "S1x"
985 }
986 }
987 }
988 }
989 }
990 },
991 "GetProfile": {
992 "input": {
993 "type": "structure",
994 "members": {
995 "ProfileArn": {}
996 }
997 },
998 "output": {
999 "type": "structure",
1000 "members": {
1001 "Profile": {
1002 "type": "structure",
1003 "members": {
1004 "ProfileArn": {},
1005 "ProfileName": {},
1006 "IsDefault": {
1007 "type": "boolean"
1008 },
1009 "Address": {},
1010 "Timezone": {},
1011 "DistanceUnit": {},
1012 "TemperatureUnit": {},
1013 "WakeWord": {},
1014 "Locale": {},
1015 "SetupModeDisabled": {
1016 "type": "boolean"
1017 },
1018 "MaxVolumeLimit": {
1019 "type": "integer"
1020 },
1021 "PSTNEnabled": {
1022 "type": "boolean"
1023 },
1024 "AddressBookArn": {},
1025 "MeetingRoomConfiguration": {
1026 "type": "structure",
1027 "members": {
1028 "RoomUtilizationMetricsEnabled": {
1029 "type": "boolean"
1030 },
1031 "EndOfMeetingReminder": {
1032 "type": "structure",
1033 "members": {
1034 "ReminderAtMinutes": {
1035 "shape": "S2c"
1036 },
1037 "ReminderType": {},
1038 "Enabled": {
1039 "type": "boolean"
1040 }
1041 }
1042 },
1043 "InstantBooking": {
1044 "type": "structure",
1045 "members": {
1046 "DurationInMinutes": {
1047 "type": "integer"
1048 },
1049 "Enabled": {
1050 "type": "boolean"
1051 }
1052 }
1053 },
1054 "RequireCheckIn": {
1055 "type": "structure",
1056 "members": {
1057 "ReleaseAfterMinutes": {
1058 "type": "integer"
1059 },
1060 "Enabled": {
1061 "type": "boolean"
1062 }
1063 }
1064 }
1065 }
1066 }
1067 }
1068 }
1069 }
1070 }
1071 },
1072 "GetRoom": {
1073 "input": {
1074 "type": "structure",
1075 "members": {
1076 "RoomArn": {}
1077 }
1078 },
1079 "output": {
1080 "type": "structure",
1081 "members": {
1082 "Room": {
1083 "type": "structure",
1084 "members": {
1085 "RoomArn": {},
1086 "RoomName": {},
1087 "Description": {},
1088 "ProviderCalendarId": {},
1089 "ProfileArn": {}
1090 }
1091 }
1092 }
1093 }
1094 },
1095 "GetRoomSkillParameter": {
1096 "input": {
1097 "type": "structure",
1098 "required": [
1099 "SkillId",
1100 "ParameterKey"
1101 ],
1102 "members": {
1103 "RoomArn": {},
1104 "SkillId": {},
1105 "ParameterKey": {}
1106 }
1107 },
1108 "output": {
1109 "type": "structure",
1110 "members": {
1111 "RoomSkillParameter": {
1112 "shape": "S5u"
1113 }
1114 }
1115 }
1116 },
1117 "GetSkillGroup": {
1118 "input": {
1119 "type": "structure",
1120 "members": {
1121 "SkillGroupArn": {}
1122 }
1123 },
1124 "output": {
1125 "type": "structure",
1126 "members": {
1127 "SkillGroup": {
1128 "type": "structure",
1129 "members": {
1130 "SkillGroupArn": {},
1131 "SkillGroupName": {},
1132 "Description": {}
1133 }
1134 }
1135 }
1136 }
1137 },
1138 "ListBusinessReportSchedules": {
1139 "input": {
1140 "type": "structure",
1141 "members": {
1142 "NextToken": {},
1143 "MaxResults": {
1144 "type": "integer"
1145 }
1146 }
1147 },
1148 "output": {
1149 "type": "structure",
1150 "members": {
1151 "BusinessReportSchedules": {
1152 "type": "list",
1153 "member": {
1154 "type": "structure",
1155 "members": {
1156 "ScheduleArn": {},
1157 "ScheduleName": {},
1158 "S3BucketName": {},
1159 "S3KeyPrefix": {},
1160 "Format": {},
1161 "ContentRange": {
1162 "shape": "Sr"
1163 },
1164 "Recurrence": {
1165 "shape": "St"
1166 },
1167 "LastBusinessReport": {
1168 "type": "structure",
1169 "members": {
1170 "Status": {},
1171 "FailureCode": {},
1172 "S3Location": {
1173 "type": "structure",
1174 "members": {
1175 "Path": {},
1176 "BucketName": {}
1177 }
1178 },
1179 "DeliveryTime": {
1180 "type": "timestamp"
1181 },
1182 "DownloadUrl": {}
1183 }
1184 }
1185 }
1186 }
1187 },
1188 "NextToken": {}
1189 }
1190 }
1191 },
1192 "ListConferenceProviders": {
1193 "input": {
1194 "type": "structure",
1195 "members": {
1196 "NextToken": {},
1197 "MaxResults": {
1198 "type": "integer"
1199 }
1200 }
1201 },
1202 "output": {
1203 "type": "structure",
1204 "members": {
1205 "ConferenceProviders": {
1206 "type": "list",
1207 "member": {
1208 "shape": "S4g"
1209 }
1210 },
1211 "NextToken": {}
1212 }
1213 }
1214 },
1215 "ListDeviceEvents": {
1216 "input": {
1217 "type": "structure",
1218 "required": [
1219 "DeviceArn"
1220 ],
1221 "members": {
1222 "DeviceArn": {},
1223 "EventType": {},
1224 "NextToken": {},
1225 "MaxResults": {
1226 "type": "integer"
1227 }
1228 }
1229 },
1230 "output": {
1231 "type": "structure",
1232 "members": {
1233 "DeviceEvents": {
1234 "type": "list",
1235 "member": {
1236 "type": "structure",
1237 "members": {
1238 "Type": {},
1239 "Value": {},
1240 "Timestamp": {
1241 "type": "timestamp"
1242 }
1243 }
1244 }
1245 },
1246 "NextToken": {}
1247 }
1248 }
1249 },
1250 "ListGatewayGroups": {
1251 "input": {
1252 "type": "structure",
1253 "members": {
1254 "NextToken": {},
1255 "MaxResults": {
1256 "type": "integer"
1257 }
1258 }
1259 },
1260 "output": {
1261 "type": "structure",
1262 "members": {
1263 "GatewayGroups": {
1264 "type": "list",
1265 "member": {
1266 "type": "structure",
1267 "members": {
1268 "Arn": {},
1269 "Name": {},
1270 "Description": {}
1271 }
1272 }
1273 },
1274 "NextToken": {}
1275 }
1276 }
1277 },
1278 "ListGateways": {
1279 "input": {
1280 "type": "structure",
1281 "members": {
1282 "GatewayGroupArn": {},
1283 "NextToken": {},
1284 "MaxResults": {
1285 "type": "integer"
1286 }
1287 }
1288 },
1289 "output": {
1290 "type": "structure",
1291 "members": {
1292 "Gateways": {
1293 "type": "list",
1294 "member": {
1295 "type": "structure",
1296 "members": {
1297 "Arn": {},
1298 "Name": {},
1299 "Description": {},
1300 "GatewayGroupArn": {},
1301 "SoftwareVersion": {}
1302 }
1303 }
1304 },
1305 "NextToken": {}
1306 }
1307 }
1308 },
1309 "ListSkills": {
1310 "input": {
1311 "type": "structure",
1312 "members": {
1313 "SkillGroupArn": {},
1314 "EnablementType": {},
1315 "SkillType": {},
1316 "NextToken": {},
1317 "MaxResults": {
1318 "type": "integer"
1319 }
1320 }
1321 },
1322 "output": {
1323 "type": "structure",
1324 "members": {
1325 "SkillSummaries": {
1326 "type": "list",
1327 "member": {
1328 "type": "structure",
1329 "members": {
1330 "SkillId": {},
1331 "SkillName": {},
1332 "SupportsLinking": {
1333 "type": "boolean"
1334 },
1335 "EnablementType": {},
1336 "SkillType": {}
1337 }
1338 }
1339 },
1340 "NextToken": {}
1341 }
1342 }
1343 },
1344 "ListSkillsStoreCategories": {
1345 "input": {
1346 "type": "structure",
1347 "members": {
1348 "NextToken": {},
1349 "MaxResults": {
1350 "type": "integer"
1351 }
1352 }
1353 },
1354 "output": {
1355 "type": "structure",
1356 "members": {
1357 "CategoryList": {
1358 "type": "list",
1359 "member": {
1360 "type": "structure",
1361 "members": {
1362 "CategoryId": {
1363 "type": "long"
1364 },
1365 "CategoryName": {}
1366 }
1367 }
1368 },
1369 "NextToken": {}
1370 }
1371 }
1372 },
1373 "ListSkillsStoreSkillsByCategory": {
1374 "input": {
1375 "type": "structure",
1376 "required": [
1377 "CategoryId"
1378 ],
1379 "members": {
1380 "CategoryId": {
1381 "type": "long"
1382 },
1383 "NextToken": {},
1384 "MaxResults": {
1385 "type": "integer"
1386 }
1387 }
1388 },
1389 "output": {
1390 "type": "structure",
1391 "members": {
1392 "SkillsStoreSkills": {
1393 "type": "list",
1394 "member": {
1395 "type": "structure",
1396 "members": {
1397 "SkillId": {},
1398 "SkillName": {},
1399 "ShortDescription": {},
1400 "IconUrl": {},
1401 "SampleUtterances": {
1402 "type": "list",
1403 "member": {}
1404 },
1405 "SkillDetails": {
1406 "type": "structure",
1407 "members": {
1408 "ProductDescription": {},
1409 "InvocationPhrase": {},
1410 "ReleaseDate": {},
1411 "EndUserLicenseAgreement": {},
1412 "GenericKeywords": {
1413 "type": "list",
1414 "member": {}
1415 },
1416 "BulletPoints": {
1417 "type": "list",
1418 "member": {}
1419 },
1420 "NewInThisVersionBulletPoints": {
1421 "type": "list",
1422 "member": {}
1423 },
1424 "SkillTypes": {
1425 "type": "list",
1426 "member": {}
1427 },
1428 "Reviews": {
1429 "type": "map",
1430 "key": {},
1431 "value": {}
1432 },
1433 "DeveloperInfo": {
1434 "type": "structure",
1435 "members": {
1436 "DeveloperName": {},
1437 "PrivacyPolicy": {},
1438 "Email": {},
1439 "Url": {}
1440 }
1441 }
1442 }
1443 },
1444 "SupportsLinking": {
1445 "type": "boolean"
1446 }
1447 }
1448 }
1449 },
1450 "NextToken": {}
1451 }
1452 }
1453 },
1454 "ListSmartHomeAppliances": {
1455 "input": {
1456 "type": "structure",
1457 "required": [
1458 "RoomArn"
1459 ],
1460 "members": {
1461 "RoomArn": {},
1462 "MaxResults": {
1463 "type": "integer"
1464 },
1465 "NextToken": {}
1466 }
1467 },
1468 "output": {
1469 "type": "structure",
1470 "members": {
1471 "SmartHomeAppliances": {
1472 "type": "list",
1473 "member": {
1474 "type": "structure",
1475 "members": {
1476 "FriendlyName": {},
1477 "Description": {},
1478 "ManufacturerName": {}
1479 }
1480 }
1481 },
1482 "NextToken": {}
1483 }
1484 }
1485 },
1486 "ListTags": {
1487 "input": {
1488 "type": "structure",
1489 "required": [
1490 "Arn"
1491 ],
1492 "members": {
1493 "Arn": {},
1494 "NextToken": {},
1495 "MaxResults": {
1496 "type": "integer"
1497 }
1498 }
1499 },
1500 "output": {
1501 "type": "structure",
1502 "members": {
1503 "Tags": {
1504 "shape": "S2m"
1505 },
1506 "NextToken": {}
1507 }
1508 }
1509 },
1510 "PutConferencePreference": {
1511 "input": {
1512 "type": "structure",
1513 "required": [
1514 "ConferencePreference"
1515 ],
1516 "members": {
1517 "ConferencePreference": {
1518 "shape": "S4d"
1519 }
1520 }
1521 },
1522 "output": {
1523 "type": "structure",
1524 "members": {}
1525 }
1526 },
1527 "PutInvitationConfiguration": {
1528 "input": {
1529 "type": "structure",
1530 "required": [
1531 "OrganizationName"
1532 ],
1533 "members": {
1534 "OrganizationName": {},
1535 "ContactEmail": {},
1536 "PrivateSkillIds": {
1537 "shape": "S5e"
1538 }
1539 }
1540 },
1541 "output": {
1542 "type": "structure",
1543 "members": {}
1544 }
1545 },
1546 "PutRoomSkillParameter": {
1547 "input": {
1548 "type": "structure",
1549 "required": [
1550 "SkillId",
1551 "RoomSkillParameter"
1552 ],
1553 "members": {
1554 "RoomArn": {},
1555 "SkillId": {},
1556 "RoomSkillParameter": {
1557 "shape": "S5u"
1558 }
1559 }
1560 },
1561 "output": {
1562 "type": "structure",
1563 "members": {}
1564 }
1565 },
1566 "PutSkillAuthorization": {
1567 "input": {
1568 "type": "structure",
1569 "required": [
1570 "AuthorizationResult",
1571 "SkillId"
1572 ],
1573 "members": {
1574 "AuthorizationResult": {
1575 "type": "map",
1576 "key": {},
1577 "value": {},
1578 "sensitive": true
1579 },
1580 "SkillId": {},
1581 "RoomArn": {}
1582 }
1583 },
1584 "output": {
1585 "type": "structure",
1586 "members": {}
1587 }
1588 },
1589 "RegisterAVSDevice": {
1590 "input": {
1591 "type": "structure",
1592 "required": [
1593 "ClientId",
1594 "UserCode",
1595 "ProductId",
1596 "DeviceSerialNumber",
1597 "AmazonId"
1598 ],
1599 "members": {
1600 "ClientId": {},
1601 "UserCode": {},
1602 "ProductId": {},
1603 "DeviceSerialNumber": {},
1604 "AmazonId": {}
1605 }
1606 },
1607 "output": {
1608 "type": "structure",
1609 "members": {
1610 "DeviceArn": {}
1611 }
1612 }
1613 },
1614 "RejectSkill": {
1615 "input": {
1616 "type": "structure",
1617 "required": [
1618 "SkillId"
1619 ],
1620 "members": {
1621 "SkillId": {}
1622 }
1623 },
1624 "output": {
1625 "type": "structure",
1626 "members": {}
1627 }
1628 },
1629 "ResolveRoom": {
1630 "input": {
1631 "type": "structure",
1632 "required": [
1633 "UserId",
1634 "SkillId"
1635 ],
1636 "members": {
1637 "UserId": {},
1638 "SkillId": {}
1639 }
1640 },
1641 "output": {
1642 "type": "structure",
1643 "members": {
1644 "RoomArn": {},
1645 "RoomName": {},
1646 "RoomSkillParameters": {
1647 "type": "list",
1648 "member": {
1649 "shape": "S5u"
1650 }
1651 }
1652 }
1653 }
1654 },
1655 "RevokeInvitation": {
1656 "input": {
1657 "type": "structure",
1658 "members": {
1659 "UserArn": {},
1660 "EnrollmentId": {}
1661 }
1662 },
1663 "output": {
1664 "type": "structure",
1665 "members": {}
1666 }
1667 },
1668 "SearchAddressBooks": {
1669 "input": {
1670 "type": "structure",
1671 "members": {
1672 "Filters": {
1673 "shape": "S92"
1674 },
1675 "SortCriteria": {
1676 "shape": "S97"
1677 },
1678 "NextToken": {},
1679 "MaxResults": {
1680 "type": "integer"
1681 }
1682 }
1683 },
1684 "output": {
1685 "type": "structure",
1686 "members": {
1687 "AddressBooks": {
1688 "type": "list",
1689 "member": {
1690 "type": "structure",
1691 "members": {
1692 "AddressBookArn": {},
1693 "Name": {},
1694 "Description": {}
1695 }
1696 }
1697 },
1698 "NextToken": {},
1699 "TotalCount": {
1700 "type": "integer"
1701 }
1702 }
1703 }
1704 },
1705 "SearchContacts": {
1706 "input": {
1707 "type": "structure",
1708 "members": {
1709 "Filters": {
1710 "shape": "S92"
1711 },
1712 "SortCriteria": {
1713 "shape": "S97"
1714 },
1715 "NextToken": {},
1716 "MaxResults": {
1717 "type": "integer"
1718 }
1719 }
1720 },
1721 "output": {
1722 "type": "structure",
1723 "members": {
1724 "Contacts": {
1725 "type": "list",
1726 "member": {
1727 "type": "structure",
1728 "members": {
1729 "ContactArn": {},
1730 "DisplayName": {},
1731 "FirstName": {},
1732 "LastName": {},
1733 "PhoneNumber": {
1734 "shape": "S1c"
1735 },
1736 "PhoneNumbers": {
1737 "shape": "S1d"
1738 },
1739 "SipAddresses": {
1740 "shape": "S1g"
1741 }
1742 }
1743 }
1744 },
1745 "NextToken": {},
1746 "TotalCount": {
1747 "type": "integer"
1748 }
1749 }
1750 }
1751 },
1752 "SearchDevices": {
1753 "input": {
1754 "type": "structure",
1755 "members": {
1756 "NextToken": {},
1757 "MaxResults": {
1758 "type": "integer"
1759 },
1760 "Filters": {
1761 "shape": "S92"
1762 },
1763 "SortCriteria": {
1764 "shape": "S97"
1765 }
1766 }
1767 },
1768 "output": {
1769 "type": "structure",
1770 "members": {
1771 "Devices": {
1772 "type": "list",
1773 "member": {
1774 "type": "structure",
1775 "members": {
1776 "DeviceArn": {},
1777 "DeviceSerialNumber": {},
1778 "DeviceType": {},
1779 "DeviceName": {},
1780 "SoftwareVersion": {},
1781 "MacAddress": {},
1782 "DeviceStatus": {},
1783 "NetworkProfileArn": {},
1784 "NetworkProfileName": {},
1785 "RoomArn": {},
1786 "RoomName": {},
1787 "DeviceStatusInfo": {
1788 "shape": "S4t"
1789 },
1790 "CreatedTime": {
1791 "type": "timestamp"
1792 }
1793 }
1794 }
1795 },
1796 "NextToken": {},
1797 "TotalCount": {
1798 "type": "integer"
1799 }
1800 }
1801 }
1802 },
1803 "SearchNetworkProfiles": {
1804 "input": {
1805 "type": "structure",
1806 "members": {
1807 "NextToken": {},
1808 "MaxResults": {
1809 "type": "integer"
1810 },
1811 "Filters": {
1812 "shape": "S92"
1813 },
1814 "SortCriteria": {
1815 "shape": "S97"
1816 }
1817 }
1818 },
1819 "output": {
1820 "type": "structure",
1821 "members": {
1822 "NetworkProfiles": {
1823 "type": "list",
1824 "member": {
1825 "type": "structure",
1826 "members": {
1827 "NetworkProfileArn": {},
1828 "NetworkProfileName": {},
1829 "Description": {},
1830 "Ssid": {},
1831 "SecurityType": {},
1832 "EapMethod": {},
1833 "CertificateAuthorityArn": {}
1834 }
1835 }
1836 },
1837 "NextToken": {},
1838 "TotalCount": {
1839 "type": "integer"
1840 }
1841 }
1842 }
1843 },
1844 "SearchProfiles": {
1845 "input": {
1846 "type": "structure",
1847 "members": {
1848 "NextToken": {},
1849 "MaxResults": {
1850 "type": "integer"
1851 },
1852 "Filters": {
1853 "shape": "S92"
1854 },
1855 "SortCriteria": {
1856 "shape": "S97"
1857 }
1858 }
1859 },
1860 "output": {
1861 "type": "structure",
1862 "members": {
1863 "Profiles": {
1864 "type": "list",
1865 "member": {
1866 "type": "structure",
1867 "members": {
1868 "ProfileArn": {},
1869 "ProfileName": {},
1870 "IsDefault": {
1871 "type": "boolean"
1872 },
1873 "Address": {},
1874 "Timezone": {},
1875 "DistanceUnit": {},
1876 "TemperatureUnit": {},
1877 "WakeWord": {},
1878 "Locale": {}
1879 }
1880 }
1881 },
1882 "NextToken": {},
1883 "TotalCount": {
1884 "type": "integer"
1885 }
1886 }
1887 }
1888 },
1889 "SearchRooms": {
1890 "input": {
1891 "type": "structure",
1892 "members": {
1893 "NextToken": {},
1894 "MaxResults": {
1895 "type": "integer"
1896 },
1897 "Filters": {
1898 "shape": "S92"
1899 },
1900 "SortCriteria": {
1901 "shape": "S97"
1902 }
1903 }
1904 },
1905 "output": {
1906 "type": "structure",
1907 "members": {
1908 "Rooms": {
1909 "type": "list",
1910 "member": {
1911 "type": "structure",
1912 "members": {
1913 "RoomArn": {},
1914 "RoomName": {},
1915 "Description": {},
1916 "ProviderCalendarId": {},
1917 "ProfileArn": {},
1918 "ProfileName": {}
1919 }
1920 }
1921 },
1922 "NextToken": {},
1923 "TotalCount": {
1924 "type": "integer"
1925 }
1926 }
1927 }
1928 },
1929 "SearchSkillGroups": {
1930 "input": {
1931 "type": "structure",
1932 "members": {
1933 "NextToken": {},
1934 "MaxResults": {
1935 "type": "integer"
1936 },
1937 "Filters": {
1938 "shape": "S92"
1939 },
1940 "SortCriteria": {
1941 "shape": "S97"
1942 }
1943 }
1944 },
1945 "output": {
1946 "type": "structure",
1947 "members": {
1948 "SkillGroups": {
1949 "type": "list",
1950 "member": {
1951 "type": "structure",
1952 "members": {
1953 "SkillGroupArn": {},
1954 "SkillGroupName": {},
1955 "Description": {}
1956 }
1957 }
1958 },
1959 "NextToken": {},
1960 "TotalCount": {
1961 "type": "integer"
1962 }
1963 }
1964 }
1965 },
1966 "SearchUsers": {
1967 "input": {
1968 "type": "structure",
1969 "members": {
1970 "NextToken": {},
1971 "MaxResults": {
1972 "type": "integer"
1973 },
1974 "Filters": {
1975 "shape": "S92"
1976 },
1977 "SortCriteria": {
1978 "shape": "S97"
1979 }
1980 }
1981 },
1982 "output": {
1983 "type": "structure",
1984 "members": {
1985 "Users": {
1986 "type": "list",
1987 "member": {
1988 "type": "structure",
1989 "members": {
1990 "UserArn": {},
1991 "FirstName": {},
1992 "LastName": {},
1993 "Email": {},
1994 "EnrollmentStatus": {},
1995 "EnrollmentId": {}
1996 }
1997 }
1998 },
1999 "NextToken": {},
2000 "TotalCount": {
2001 "type": "integer"
2002 }
2003 }
2004 }
2005 },
2006 "SendAnnouncement": {
2007 "input": {
2008 "type": "structure",
2009 "required": [
2010 "RoomFilters",
2011 "Content",
2012 "ClientRequestToken"
2013 ],
2014 "members": {
2015 "RoomFilters": {
2016 "shape": "S92"
2017 },
2018 "Content": {
2019 "type": "structure",
2020 "members": {
2021 "TextList": {
2022 "type": "list",
2023 "member": {
2024 "type": "structure",
2025 "required": [
2026 "Locale",
2027 "Value"
2028 ],
2029 "members": {
2030 "Locale": {},
2031 "Value": {}
2032 }
2033 }
2034 },
2035 "SsmlList": {
2036 "type": "list",
2037 "member": {
2038 "type": "structure",
2039 "required": [
2040 "Locale",
2041 "Value"
2042 ],
2043 "members": {
2044 "Locale": {},
2045 "Value": {}
2046 }
2047 }
2048 },
2049 "AudioList": {
2050 "type": "list",
2051 "member": {
2052 "type": "structure",
2053 "required": [
2054 "Locale",
2055 "Location"
2056 ],
2057 "members": {
2058 "Locale": {},
2059 "Location": {}
2060 }
2061 }
2062 }
2063 }
2064 },
2065 "TimeToLiveInSeconds": {
2066 "type": "integer"
2067 },
2068 "ClientRequestToken": {
2069 "idempotencyToken": true
2070 }
2071 }
2072 },
2073 "output": {
2074 "type": "structure",
2075 "members": {
2076 "AnnouncementArn": {}
2077 }
2078 }
2079 },
2080 "SendInvitation": {
2081 "input": {
2082 "type": "structure",
2083 "members": {
2084 "UserArn": {}
2085 }
2086 },
2087 "output": {
2088 "type": "structure",
2089 "members": {}
2090 }
2091 },
2092 "StartDeviceSync": {
2093 "input": {
2094 "type": "structure",
2095 "required": [
2096 "Features"
2097 ],
2098 "members": {
2099 "RoomArn": {},
2100 "DeviceArn": {},
2101 "Features": {
2102 "type": "list",
2103 "member": {}
2104 }
2105 }
2106 },
2107 "output": {
2108 "type": "structure",
2109 "members": {}
2110 }
2111 },
2112 "StartSmartHomeApplianceDiscovery": {
2113 "input": {
2114 "type": "structure",
2115 "required": [
2116 "RoomArn"
2117 ],
2118 "members": {
2119 "RoomArn": {}
2120 }
2121 },
2122 "output": {
2123 "type": "structure",
2124 "members": {}
2125 }
2126 },
2127 "TagResource": {
2128 "input": {
2129 "type": "structure",
2130 "required": [
2131 "Arn",
2132 "Tags"
2133 ],
2134 "members": {
2135 "Arn": {},
2136 "Tags": {
2137 "shape": "S2m"
2138 }
2139 }
2140 },
2141 "output": {
2142 "type": "structure",
2143 "members": {}
2144 }
2145 },
2146 "UntagResource": {
2147 "input": {
2148 "type": "structure",
2149 "required": [
2150 "Arn",
2151 "TagKeys"
2152 ],
2153 "members": {
2154 "Arn": {},
2155 "TagKeys": {
2156 "type": "list",
2157 "member": {}
2158 }
2159 }
2160 },
2161 "output": {
2162 "type": "structure",
2163 "members": {}
2164 }
2165 },
2166 "UpdateAddressBook": {
2167 "input": {
2168 "type": "structure",
2169 "required": [
2170 "AddressBookArn"
2171 ],
2172 "members": {
2173 "AddressBookArn": {},
2174 "Name": {},
2175 "Description": {}
2176 }
2177 },
2178 "output": {
2179 "type": "structure",
2180 "members": {}
2181 }
2182 },
2183 "UpdateBusinessReportSchedule": {
2184 "input": {
2185 "type": "structure",
2186 "required": [
2187 "ScheduleArn"
2188 ],
2189 "members": {
2190 "ScheduleArn": {},
2191 "S3BucketName": {},
2192 "S3KeyPrefix": {},
2193 "Format": {},
2194 "ScheduleName": {},
2195 "Recurrence": {
2196 "shape": "St"
2197 }
2198 }
2199 },
2200 "output": {
2201 "type": "structure",
2202 "members": {}
2203 }
2204 },
2205 "UpdateConferenceProvider": {
2206 "input": {
2207 "type": "structure",
2208 "required": [
2209 "ConferenceProviderArn",
2210 "ConferenceProviderType",
2211 "MeetingSetting"
2212 ],
2213 "members": {
2214 "ConferenceProviderArn": {},
2215 "ConferenceProviderType": {},
2216 "IPDialIn": {
2217 "shape": "Sz"
2218 },
2219 "PSTNDialIn": {
2220 "shape": "S12"
2221 },
2222 "MeetingSetting": {
2223 "shape": "S17"
2224 }
2225 }
2226 },
2227 "output": {
2228 "type": "structure",
2229 "members": {}
2230 }
2231 },
2232 "UpdateContact": {
2233 "input": {
2234 "type": "structure",
2235 "required": [
2236 "ContactArn"
2237 ],
2238 "members": {
2239 "ContactArn": {},
2240 "DisplayName": {},
2241 "FirstName": {},
2242 "LastName": {},
2243 "PhoneNumber": {
2244 "shape": "S1c"
2245 },
2246 "PhoneNumbers": {
2247 "shape": "S1d"
2248 },
2249 "SipAddresses": {
2250 "shape": "S1g"
2251 }
2252 }
2253 },
2254 "output": {
2255 "type": "structure",
2256 "members": {}
2257 }
2258 },
2259 "UpdateDevice": {
2260 "input": {
2261 "type": "structure",
2262 "members": {
2263 "DeviceArn": {},
2264 "DeviceName": {}
2265 }
2266 },
2267 "output": {
2268 "type": "structure",
2269 "members": {}
2270 }
2271 },
2272 "UpdateGateway": {
2273 "input": {
2274 "type": "structure",
2275 "required": [
2276 "GatewayArn"
2277 ],
2278 "members": {
2279 "GatewayArn": {},
2280 "Name": {},
2281 "Description": {},
2282 "SoftwareVersion": {}
2283 }
2284 },
2285 "output": {
2286 "type": "structure",
2287 "members": {}
2288 }
2289 },
2290 "UpdateGatewayGroup": {
2291 "input": {
2292 "type": "structure",
2293 "required": [
2294 "GatewayGroupArn"
2295 ],
2296 "members": {
2297 "GatewayGroupArn": {},
2298 "Name": {},
2299 "Description": {}
2300 }
2301 },
2302 "output": {
2303 "type": "structure",
2304 "members": {}
2305 }
2306 },
2307 "UpdateNetworkProfile": {
2308 "input": {
2309 "type": "structure",
2310 "required": [
2311 "NetworkProfileArn"
2312 ],
2313 "members": {
2314 "NetworkProfileArn": {},
2315 "NetworkProfileName": {},
2316 "Description": {},
2317 "CurrentPassword": {
2318 "shape": "S1v"
2319 },
2320 "NextPassword": {
2321 "shape": "S1w"
2322 },
2323 "CertificateAuthorityArn": {},
2324 "TrustAnchors": {
2325 "shape": "S1x"
2326 }
2327 }
2328 },
2329 "output": {
2330 "type": "structure",
2331 "members": {}
2332 }
2333 },
2334 "UpdateProfile": {
2335 "input": {
2336 "type": "structure",
2337 "members": {
2338 "ProfileArn": {},
2339 "ProfileName": {},
2340 "IsDefault": {
2341 "type": "boolean"
2342 },
2343 "Timezone": {},
2344 "Address": {},
2345 "DistanceUnit": {},
2346 "TemperatureUnit": {},
2347 "WakeWord": {},
2348 "Locale": {},
2349 "SetupModeDisabled": {
2350 "type": "boolean"
2351 },
2352 "MaxVolumeLimit": {
2353 "type": "integer"
2354 },
2355 "PSTNEnabled": {
2356 "type": "boolean"
2357 },
2358 "MeetingRoomConfiguration": {
2359 "type": "structure",
2360 "members": {
2361 "RoomUtilizationMetricsEnabled": {
2362 "type": "boolean"
2363 },
2364 "EndOfMeetingReminder": {
2365 "type": "structure",
2366 "members": {
2367 "ReminderAtMinutes": {
2368 "shape": "S2c"
2369 },
2370 "ReminderType": {},
2371 "Enabled": {
2372 "type": "boolean"
2373 }
2374 }
2375 },
2376 "InstantBooking": {
2377 "type": "structure",
2378 "members": {
2379 "DurationInMinutes": {
2380 "type": "integer"
2381 },
2382 "Enabled": {
2383 "type": "boolean"
2384 }
2385 }
2386 },
2387 "RequireCheckIn": {
2388 "type": "structure",
2389 "members": {
2390 "ReleaseAfterMinutes": {
2391 "type": "integer"
2392 },
2393 "Enabled": {
2394 "type": "boolean"
2395 }
2396 }
2397 }
2398 }
2399 }
2400 }
2401 },
2402 "output": {
2403 "type": "structure",
2404 "members": {}
2405 }
2406 },
2407 "UpdateRoom": {
2408 "input": {
2409 "type": "structure",
2410 "members": {
2411 "RoomArn": {},
2412 "RoomName": {},
2413 "Description": {},
2414 "ProviderCalendarId": {},
2415 "ProfileArn": {}
2416 }
2417 },
2418 "output": {
2419 "type": "structure",
2420 "members": {}
2421 }
2422 },
2423 "UpdateSkillGroup": {
2424 "input": {
2425 "type": "structure",
2426 "members": {
2427 "SkillGroupArn": {},
2428 "SkillGroupName": {},
2429 "Description": {}
2430 }
2431 },
2432 "output": {
2433 "type": "structure",
2434 "members": {}
2435 }
2436 }
2437 },
2438 "shapes": {
2439 "Sr": {
2440 "type": "structure",
2441 "members": {
2442 "Interval": {}
2443 }
2444 },
2445 "St": {
2446 "type": "structure",
2447 "members": {
2448 "StartDate": {}
2449 }
2450 },
2451 "Sz": {
2452 "type": "structure",
2453 "required": [
2454 "Endpoint",
2455 "CommsProtocol"
2456 ],
2457 "members": {
2458 "Endpoint": {},
2459 "CommsProtocol": {}
2460 }
2461 },
2462 "S12": {
2463 "type": "structure",
2464 "required": [
2465 "CountryCode",
2466 "PhoneNumber",
2467 "OneClickIdDelay",
2468 "OneClickPinDelay"
2469 ],
2470 "members": {
2471 "CountryCode": {},
2472 "PhoneNumber": {},
2473 "OneClickIdDelay": {},
2474 "OneClickPinDelay": {}
2475 }
2476 },
2477 "S17": {
2478 "type": "structure",
2479 "required": [
2480 "RequirePin"
2481 ],
2482 "members": {
2483 "RequirePin": {}
2484 }
2485 },
2486 "S1c": {
2487 "type": "string",
2488 "sensitive": true
2489 },
2490 "S1d": {
2491 "type": "list",
2492 "member": {
2493 "type": "structure",
2494 "required": [
2495 "Number",
2496 "Type"
2497 ],
2498 "members": {
2499 "Number": {
2500 "shape": "S1c"
2501 },
2502 "Type": {
2503 "type": "string",
2504 "sensitive": true
2505 }
2506 }
2507 }
2508 },
2509 "S1g": {
2510 "type": "list",
2511 "member": {
2512 "type": "structure",
2513 "required": [
2514 "Uri",
2515 "Type"
2516 ],
2517 "members": {
2518 "Uri": {
2519 "type": "string",
2520 "sensitive": true
2521 },
2522 "Type": {
2523 "type": "string",
2524 "sensitive": true
2525 }
2526 }
2527 }
2528 },
2529 "S1v": {
2530 "type": "string",
2531 "sensitive": true
2532 },
2533 "S1w": {
2534 "type": "string",
2535 "sensitive": true
2536 },
2537 "S1x": {
2538 "type": "list",
2539 "member": {}
2540 },
2541 "S2c": {
2542 "type": "list",
2543 "member": {
2544 "type": "integer"
2545 }
2546 },
2547 "S2m": {
2548 "type": "list",
2549 "member": {
2550 "type": "structure",
2551 "required": [
2552 "Key",
2553 "Value"
2554 ],
2555 "members": {
2556 "Key": {},
2557 "Value": {}
2558 }
2559 }
2560 },
2561 "S4d": {
2562 "type": "structure",
2563 "members": {
2564 "DefaultConferenceProviderArn": {}
2565 }
2566 },
2567 "S4g": {
2568 "type": "structure",
2569 "members": {
2570 "Arn": {},
2571 "Name": {},
2572 "Type": {},
2573 "IPDialIn": {
2574 "shape": "Sz"
2575 },
2576 "PSTNDialIn": {
2577 "shape": "S12"
2578 },
2579 "MeetingSetting": {
2580 "shape": "S17"
2581 }
2582 }
2583 },
2584 "S4t": {
2585 "type": "structure",
2586 "members": {
2587 "DeviceStatusDetails": {
2588 "type": "list",
2589 "member": {
2590 "type": "structure",
2591 "members": {
2592 "Feature": {},
2593 "Code": {}
2594 }
2595 }
2596 },
2597 "ConnectionStatus": {},
2598 "ConnectionStatusUpdatedTime": {
2599 "type": "timestamp"
2600 }
2601 }
2602 },
2603 "S5e": {
2604 "type": "list",
2605 "member": {}
2606 },
2607 "S5u": {
2608 "type": "structure",
2609 "required": [
2610 "ParameterKey",
2611 "ParameterValue"
2612 ],
2613 "members": {
2614 "ParameterKey": {},
2615 "ParameterValue": {}
2616 }
2617 },
2618 "S92": {
2619 "type": "list",
2620 "member": {
2621 "type": "structure",
2622 "required": [
2623 "Key",
2624 "Values"
2625 ],
2626 "members": {
2627 "Key": {},
2628 "Values": {
2629 "type": "list",
2630 "member": {}
2631 }
2632 }
2633 }
2634 },
2635 "S97": {
2636 "type": "list",
2637 "member": {
2638 "type": "structure",
2639 "required": [
2640 "Key",
2641 "Value"
2642 ],
2643 "members": {
2644 "Key": {},
2645 "Value": {}
2646 }
2647 }
2648 }
2649 }
2650}
\No newline at end of file