UNPKG

41.8 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 "AssociateDeviceWithRoom": {
48 "input": {
49 "type": "structure",
50 "members": {
51 "DeviceArn": {},
52 "RoomArn": {}
53 }
54 },
55 "output": {
56 "type": "structure",
57 "members": {}
58 }
59 },
60 "AssociateSkillGroupWithRoom": {
61 "input": {
62 "type": "structure",
63 "members": {
64 "SkillGroupArn": {},
65 "RoomArn": {}
66 }
67 },
68 "output": {
69 "type": "structure",
70 "members": {}
71 }
72 },
73 "AssociateSkillWithSkillGroup": {
74 "input": {
75 "type": "structure",
76 "required": [
77 "SkillId"
78 ],
79 "members": {
80 "SkillGroupArn": {},
81 "SkillId": {}
82 }
83 },
84 "output": {
85 "type": "structure",
86 "members": {}
87 }
88 },
89 "AssociateSkillWithUsers": {
90 "input": {
91 "type": "structure",
92 "required": [
93 "SkillId"
94 ],
95 "members": {
96 "SkillId": {}
97 }
98 },
99 "output": {
100 "type": "structure",
101 "members": {}
102 }
103 },
104 "CreateAddressBook": {
105 "input": {
106 "type": "structure",
107 "required": [
108 "Name"
109 ],
110 "members": {
111 "Name": {},
112 "Description": {},
113 "ClientRequestToken": {
114 "idempotencyToken": true
115 }
116 }
117 },
118 "output": {
119 "type": "structure",
120 "members": {
121 "AddressBookArn": {}
122 }
123 }
124 },
125 "CreateBusinessReportSchedule": {
126 "input": {
127 "type": "structure",
128 "required": [
129 "Format",
130 "ContentRange"
131 ],
132 "members": {
133 "ScheduleName": {},
134 "S3BucketName": {},
135 "S3KeyPrefix": {},
136 "Format": {},
137 "ContentRange": {
138 "shape": "Sp"
139 },
140 "Recurrence": {
141 "shape": "Sr"
142 },
143 "ClientRequestToken": {
144 "idempotencyToken": true
145 }
146 }
147 },
148 "output": {
149 "type": "structure",
150 "members": {
151 "ScheduleArn": {}
152 }
153 }
154 },
155 "CreateConferenceProvider": {
156 "input": {
157 "type": "structure",
158 "required": [
159 "ConferenceProviderName",
160 "ConferenceProviderType",
161 "MeetingSetting"
162 ],
163 "members": {
164 "ConferenceProviderName": {},
165 "ConferenceProviderType": {},
166 "IPDialIn": {
167 "shape": "Sx"
168 },
169 "PSTNDialIn": {
170 "shape": "S10"
171 },
172 "MeetingSetting": {
173 "shape": "S15"
174 },
175 "ClientRequestToken": {
176 "idempotencyToken": true
177 }
178 }
179 },
180 "output": {
181 "type": "structure",
182 "members": {
183 "ConferenceProviderArn": {}
184 }
185 }
186 },
187 "CreateContact": {
188 "input": {
189 "type": "structure",
190 "required": [
191 "FirstName"
192 ],
193 "members": {
194 "DisplayName": {},
195 "FirstName": {},
196 "LastName": {},
197 "PhoneNumber": {
198 "shape": "S1a"
199 },
200 "ClientRequestToken": {
201 "idempotencyToken": true
202 }
203 }
204 },
205 "output": {
206 "type": "structure",
207 "members": {
208 "ContactArn": {}
209 }
210 }
211 },
212 "CreateProfile": {
213 "input": {
214 "type": "structure",
215 "required": [
216 "ProfileName",
217 "Timezone",
218 "Address",
219 "DistanceUnit",
220 "TemperatureUnit",
221 "WakeWord"
222 ],
223 "members": {
224 "ProfileName": {},
225 "Timezone": {},
226 "Address": {},
227 "DistanceUnit": {},
228 "TemperatureUnit": {},
229 "WakeWord": {},
230 "ClientRequestToken": {
231 "idempotencyToken": true
232 },
233 "SetupModeDisabled": {
234 "type": "boolean"
235 },
236 "MaxVolumeLimit": {
237 "type": "integer"
238 },
239 "PSTNEnabled": {
240 "type": "boolean"
241 }
242 }
243 },
244 "output": {
245 "type": "structure",
246 "members": {
247 "ProfileArn": {}
248 }
249 }
250 },
251 "CreateRoom": {
252 "input": {
253 "type": "structure",
254 "required": [
255 "RoomName"
256 ],
257 "members": {
258 "RoomName": {},
259 "Description": {},
260 "ProfileArn": {},
261 "ProviderCalendarId": {},
262 "ClientRequestToken": {
263 "idempotencyToken": true
264 },
265 "Tags": {
266 "shape": "S1q"
267 }
268 }
269 },
270 "output": {
271 "type": "structure",
272 "members": {
273 "RoomArn": {}
274 }
275 }
276 },
277 "CreateSkillGroup": {
278 "input": {
279 "type": "structure",
280 "required": [
281 "SkillGroupName"
282 ],
283 "members": {
284 "SkillGroupName": {},
285 "Description": {},
286 "ClientRequestToken": {
287 "idempotencyToken": true
288 }
289 }
290 },
291 "output": {
292 "type": "structure",
293 "members": {
294 "SkillGroupArn": {}
295 }
296 }
297 },
298 "CreateUser": {
299 "input": {
300 "type": "structure",
301 "required": [
302 "UserId"
303 ],
304 "members": {
305 "UserId": {},
306 "FirstName": {},
307 "LastName": {},
308 "Email": {},
309 "ClientRequestToken": {
310 "idempotencyToken": true
311 },
312 "Tags": {
313 "shape": "S1q"
314 }
315 }
316 },
317 "output": {
318 "type": "structure",
319 "members": {
320 "UserArn": {}
321 }
322 }
323 },
324 "DeleteAddressBook": {
325 "input": {
326 "type": "structure",
327 "required": [
328 "AddressBookArn"
329 ],
330 "members": {
331 "AddressBookArn": {}
332 }
333 },
334 "output": {
335 "type": "structure",
336 "members": {}
337 }
338 },
339 "DeleteBusinessReportSchedule": {
340 "input": {
341 "type": "structure",
342 "required": [
343 "ScheduleArn"
344 ],
345 "members": {
346 "ScheduleArn": {}
347 }
348 },
349 "output": {
350 "type": "structure",
351 "members": {}
352 }
353 },
354 "DeleteConferenceProvider": {
355 "input": {
356 "type": "structure",
357 "required": [
358 "ConferenceProviderArn"
359 ],
360 "members": {
361 "ConferenceProviderArn": {}
362 }
363 },
364 "output": {
365 "type": "structure",
366 "members": {}
367 }
368 },
369 "DeleteContact": {
370 "input": {
371 "type": "structure",
372 "required": [
373 "ContactArn"
374 ],
375 "members": {
376 "ContactArn": {}
377 }
378 },
379 "output": {
380 "type": "structure",
381 "members": {}
382 }
383 },
384 "DeleteDevice": {
385 "input": {
386 "type": "structure",
387 "required": [
388 "DeviceArn"
389 ],
390 "members": {
391 "DeviceArn": {}
392 }
393 },
394 "output": {
395 "type": "structure",
396 "members": {}
397 }
398 },
399 "DeleteProfile": {
400 "input": {
401 "type": "structure",
402 "members": {
403 "ProfileArn": {}
404 }
405 },
406 "output": {
407 "type": "structure",
408 "members": {}
409 }
410 },
411 "DeleteRoom": {
412 "input": {
413 "type": "structure",
414 "members": {
415 "RoomArn": {}
416 }
417 },
418 "output": {
419 "type": "structure",
420 "members": {}
421 }
422 },
423 "DeleteRoomSkillParameter": {
424 "input": {
425 "type": "structure",
426 "required": [
427 "SkillId",
428 "ParameterKey"
429 ],
430 "members": {
431 "RoomArn": {},
432 "SkillId": {},
433 "ParameterKey": {}
434 }
435 },
436 "output": {
437 "type": "structure",
438 "members": {}
439 }
440 },
441 "DeleteSkillAuthorization": {
442 "input": {
443 "type": "structure",
444 "required": [
445 "SkillId"
446 ],
447 "members": {
448 "SkillId": {},
449 "RoomArn": {}
450 }
451 },
452 "output": {
453 "type": "structure",
454 "members": {}
455 }
456 },
457 "DeleteSkillGroup": {
458 "input": {
459 "type": "structure",
460 "members": {
461 "SkillGroupArn": {}
462 }
463 },
464 "output": {
465 "type": "structure",
466 "members": {}
467 }
468 },
469 "DeleteUser": {
470 "input": {
471 "type": "structure",
472 "required": [
473 "EnrollmentId"
474 ],
475 "members": {
476 "UserArn": {},
477 "EnrollmentId": {}
478 }
479 },
480 "output": {
481 "type": "structure",
482 "members": {}
483 }
484 },
485 "DisassociateContactFromAddressBook": {
486 "input": {
487 "type": "structure",
488 "required": [
489 "ContactArn",
490 "AddressBookArn"
491 ],
492 "members": {
493 "ContactArn": {},
494 "AddressBookArn": {}
495 }
496 },
497 "output": {
498 "type": "structure",
499 "members": {}
500 }
501 },
502 "DisassociateDeviceFromRoom": {
503 "input": {
504 "type": "structure",
505 "members": {
506 "DeviceArn": {}
507 }
508 },
509 "output": {
510 "type": "structure",
511 "members": {}
512 }
513 },
514 "DisassociateSkillFromSkillGroup": {
515 "input": {
516 "type": "structure",
517 "required": [
518 "SkillId"
519 ],
520 "members": {
521 "SkillGroupArn": {},
522 "SkillId": {}
523 }
524 },
525 "output": {
526 "type": "structure",
527 "members": {}
528 }
529 },
530 "DisassociateSkillFromUsers": {
531 "input": {
532 "type": "structure",
533 "required": [
534 "SkillId"
535 ],
536 "members": {
537 "SkillId": {}
538 }
539 },
540 "output": {
541 "type": "structure",
542 "members": {}
543 }
544 },
545 "DisassociateSkillGroupFromRoom": {
546 "input": {
547 "type": "structure",
548 "members": {
549 "SkillGroupArn": {},
550 "RoomArn": {}
551 }
552 },
553 "output": {
554 "type": "structure",
555 "members": {}
556 }
557 },
558 "ForgetSmartHomeAppliances": {
559 "input": {
560 "type": "structure",
561 "required": [
562 "RoomArn"
563 ],
564 "members": {
565 "RoomArn": {}
566 }
567 },
568 "output": {
569 "type": "structure",
570 "members": {}
571 }
572 },
573 "GetAddressBook": {
574 "input": {
575 "type": "structure",
576 "required": [
577 "AddressBookArn"
578 ],
579 "members": {
580 "AddressBookArn": {}
581 }
582 },
583 "output": {
584 "type": "structure",
585 "members": {
586 "AddressBook": {
587 "type": "structure",
588 "members": {
589 "AddressBookArn": {},
590 "Name": {},
591 "Description": {}
592 }
593 }
594 }
595 }
596 },
597 "GetConferencePreference": {
598 "input": {
599 "type": "structure",
600 "members": {}
601 },
602 "output": {
603 "type": "structure",
604 "members": {
605 "Preference": {
606 "shape": "S3a"
607 }
608 }
609 }
610 },
611 "GetConferenceProvider": {
612 "input": {
613 "type": "structure",
614 "required": [
615 "ConferenceProviderArn"
616 ],
617 "members": {
618 "ConferenceProviderArn": {}
619 }
620 },
621 "output": {
622 "type": "structure",
623 "members": {
624 "ConferenceProvider": {
625 "shape": "S3d"
626 }
627 }
628 }
629 },
630 "GetContact": {
631 "input": {
632 "type": "structure",
633 "required": [
634 "ContactArn"
635 ],
636 "members": {
637 "ContactArn": {}
638 }
639 },
640 "output": {
641 "type": "structure",
642 "members": {
643 "Contact": {
644 "type": "structure",
645 "members": {
646 "ContactArn": {},
647 "DisplayName": {},
648 "FirstName": {},
649 "LastName": {},
650 "PhoneNumber": {
651 "shape": "S1a"
652 }
653 }
654 }
655 }
656 }
657 },
658 "GetDevice": {
659 "input": {
660 "type": "structure",
661 "members": {
662 "DeviceArn": {}
663 }
664 },
665 "output": {
666 "type": "structure",
667 "members": {
668 "Device": {
669 "type": "structure",
670 "members": {
671 "DeviceArn": {},
672 "DeviceSerialNumber": {},
673 "DeviceType": {},
674 "DeviceName": {},
675 "SoftwareVersion": {},
676 "MacAddress": {},
677 "RoomArn": {},
678 "DeviceStatus": {},
679 "DeviceStatusInfo": {
680 "shape": "S3q"
681 }
682 }
683 }
684 }
685 }
686 },
687 "GetInvitationConfiguration": {
688 "input": {
689 "type": "structure",
690 "members": {}
691 },
692 "output": {
693 "type": "structure",
694 "members": {
695 "OrganizationName": {},
696 "ContactEmail": {},
697 "PrivateSkillIds": {
698 "shape": "S3y"
699 }
700 }
701 }
702 },
703 "GetProfile": {
704 "input": {
705 "type": "structure",
706 "members": {
707 "ProfileArn": {}
708 }
709 },
710 "output": {
711 "type": "structure",
712 "members": {
713 "Profile": {
714 "type": "structure",
715 "members": {
716 "ProfileArn": {},
717 "ProfileName": {},
718 "IsDefault": {
719 "type": "boolean"
720 },
721 "Address": {},
722 "Timezone": {},
723 "DistanceUnit": {},
724 "TemperatureUnit": {},
725 "WakeWord": {},
726 "SetupModeDisabled": {
727 "type": "boolean"
728 },
729 "MaxVolumeLimit": {
730 "type": "integer"
731 },
732 "PSTNEnabled": {
733 "type": "boolean"
734 },
735 "AddressBookArn": {}
736 }
737 }
738 }
739 }
740 },
741 "GetRoom": {
742 "input": {
743 "type": "structure",
744 "members": {
745 "RoomArn": {}
746 }
747 },
748 "output": {
749 "type": "structure",
750 "members": {
751 "Room": {
752 "type": "structure",
753 "members": {
754 "RoomArn": {},
755 "RoomName": {},
756 "Description": {},
757 "ProviderCalendarId": {},
758 "ProfileArn": {}
759 }
760 }
761 }
762 }
763 },
764 "GetRoomSkillParameter": {
765 "input": {
766 "type": "structure",
767 "required": [
768 "SkillId",
769 "ParameterKey"
770 ],
771 "members": {
772 "RoomArn": {},
773 "SkillId": {},
774 "ParameterKey": {}
775 }
776 },
777 "output": {
778 "type": "structure",
779 "members": {
780 "RoomSkillParameter": {
781 "shape": "S47"
782 }
783 }
784 }
785 },
786 "GetSkillGroup": {
787 "input": {
788 "type": "structure",
789 "members": {
790 "SkillGroupArn": {}
791 }
792 },
793 "output": {
794 "type": "structure",
795 "members": {
796 "SkillGroup": {
797 "type": "structure",
798 "members": {
799 "SkillGroupArn": {},
800 "SkillGroupName": {},
801 "Description": {}
802 }
803 }
804 }
805 }
806 },
807 "ListBusinessReportSchedules": {
808 "input": {
809 "type": "structure",
810 "members": {
811 "NextToken": {},
812 "MaxResults": {
813 "type": "integer"
814 }
815 }
816 },
817 "output": {
818 "type": "structure",
819 "members": {
820 "BusinessReportSchedules": {
821 "type": "list",
822 "member": {
823 "type": "structure",
824 "members": {
825 "ScheduleArn": {},
826 "ScheduleName": {},
827 "S3BucketName": {},
828 "S3KeyPrefix": {},
829 "Format": {},
830 "ContentRange": {
831 "shape": "Sp"
832 },
833 "Recurrence": {
834 "shape": "Sr"
835 },
836 "LastBusinessReport": {
837 "type": "structure",
838 "members": {
839 "Status": {},
840 "FailureCode": {},
841 "S3Location": {
842 "type": "structure",
843 "members": {
844 "Path": {},
845 "BucketName": {}
846 }
847 },
848 "DeliveryTime": {
849 "type": "timestamp"
850 },
851 "DownloadUrl": {}
852 }
853 }
854 }
855 }
856 },
857 "NextToken": {}
858 }
859 }
860 },
861 "ListConferenceProviders": {
862 "input": {
863 "type": "structure",
864 "members": {
865 "NextToken": {},
866 "MaxResults": {
867 "type": "integer"
868 }
869 }
870 },
871 "output": {
872 "type": "structure",
873 "members": {
874 "ConferenceProviders": {
875 "type": "list",
876 "member": {
877 "shape": "S3d"
878 }
879 },
880 "NextToken": {}
881 }
882 }
883 },
884 "ListDeviceEvents": {
885 "input": {
886 "type": "structure",
887 "required": [
888 "DeviceArn"
889 ],
890 "members": {
891 "DeviceArn": {},
892 "EventType": {},
893 "NextToken": {},
894 "MaxResults": {
895 "type": "integer"
896 }
897 }
898 },
899 "output": {
900 "type": "structure",
901 "members": {
902 "DeviceEvents": {
903 "type": "list",
904 "member": {
905 "type": "structure",
906 "members": {
907 "Type": {},
908 "Value": {},
909 "Timestamp": {
910 "type": "timestamp"
911 }
912 }
913 }
914 },
915 "NextToken": {}
916 }
917 }
918 },
919 "ListSkills": {
920 "input": {
921 "type": "structure",
922 "members": {
923 "SkillGroupArn": {},
924 "EnablementType": {},
925 "SkillType": {},
926 "NextToken": {},
927 "MaxResults": {
928 "type": "integer"
929 }
930 }
931 },
932 "output": {
933 "type": "structure",
934 "members": {
935 "SkillSummaries": {
936 "type": "list",
937 "member": {
938 "type": "structure",
939 "members": {
940 "SkillId": {},
941 "SkillName": {},
942 "SupportsLinking": {
943 "type": "boolean"
944 },
945 "EnablementType": {},
946 "SkillType": {}
947 }
948 }
949 },
950 "NextToken": {}
951 }
952 }
953 },
954 "ListSkillsStoreCategories": {
955 "input": {
956 "type": "structure",
957 "members": {
958 "NextToken": {},
959 "MaxResults": {
960 "type": "integer"
961 }
962 }
963 },
964 "output": {
965 "type": "structure",
966 "members": {
967 "CategoryList": {
968 "type": "list",
969 "member": {
970 "type": "structure",
971 "members": {
972 "CategoryId": {
973 "type": "long"
974 },
975 "CategoryName": {}
976 }
977 }
978 },
979 "NextToken": {}
980 }
981 }
982 },
983 "ListSkillsStoreSkillsByCategory": {
984 "input": {
985 "type": "structure",
986 "required": [
987 "CategoryId"
988 ],
989 "members": {
990 "CategoryId": {
991 "type": "long"
992 },
993 "NextToken": {},
994 "MaxResults": {
995 "type": "integer"
996 }
997 }
998 },
999 "output": {
1000 "type": "structure",
1001 "members": {
1002 "SkillsStoreSkills": {
1003 "type": "list",
1004 "member": {
1005 "type": "structure",
1006 "members": {
1007 "SkillId": {},
1008 "SkillName": {},
1009 "ShortDescription": {},
1010 "IconUrl": {},
1011 "SampleUtterances": {
1012 "type": "list",
1013 "member": {}
1014 },
1015 "SkillDetails": {
1016 "type": "structure",
1017 "members": {
1018 "ProductDescription": {},
1019 "InvocationPhrase": {},
1020 "ReleaseDate": {},
1021 "EndUserLicenseAgreement": {},
1022 "GenericKeywords": {
1023 "type": "list",
1024 "member": {}
1025 },
1026 "BulletPoints": {
1027 "type": "list",
1028 "member": {}
1029 },
1030 "NewInThisVersionBulletPoints": {
1031 "type": "list",
1032 "member": {}
1033 },
1034 "SkillTypes": {
1035 "type": "list",
1036 "member": {}
1037 },
1038 "Reviews": {
1039 "type": "map",
1040 "key": {},
1041 "value": {}
1042 },
1043 "DeveloperInfo": {
1044 "type": "structure",
1045 "members": {
1046 "DeveloperName": {},
1047 "PrivacyPolicy": {},
1048 "Email": {},
1049 "Url": {}
1050 }
1051 }
1052 }
1053 },
1054 "SupportsLinking": {
1055 "type": "boolean"
1056 }
1057 }
1058 }
1059 },
1060 "NextToken": {}
1061 }
1062 }
1063 },
1064 "ListSmartHomeAppliances": {
1065 "input": {
1066 "type": "structure",
1067 "required": [
1068 "RoomArn"
1069 ],
1070 "members": {
1071 "RoomArn": {},
1072 "MaxResults": {
1073 "type": "integer"
1074 },
1075 "NextToken": {}
1076 }
1077 },
1078 "output": {
1079 "type": "structure",
1080 "members": {
1081 "SmartHomeAppliances": {
1082 "type": "list",
1083 "member": {
1084 "type": "structure",
1085 "members": {
1086 "FriendlyName": {},
1087 "Description": {},
1088 "ManufacturerName": {}
1089 }
1090 }
1091 },
1092 "NextToken": {}
1093 }
1094 }
1095 },
1096 "ListTags": {
1097 "input": {
1098 "type": "structure",
1099 "required": [
1100 "Arn"
1101 ],
1102 "members": {
1103 "Arn": {},
1104 "NextToken": {},
1105 "MaxResults": {
1106 "type": "integer"
1107 }
1108 }
1109 },
1110 "output": {
1111 "type": "structure",
1112 "members": {
1113 "Tags": {
1114 "shape": "S1q"
1115 },
1116 "NextToken": {}
1117 }
1118 }
1119 },
1120 "PutConferencePreference": {
1121 "input": {
1122 "type": "structure",
1123 "required": [
1124 "ConferencePreference"
1125 ],
1126 "members": {
1127 "ConferencePreference": {
1128 "shape": "S3a"
1129 }
1130 }
1131 },
1132 "output": {
1133 "type": "structure",
1134 "members": {}
1135 }
1136 },
1137 "PutInvitationConfiguration": {
1138 "input": {
1139 "type": "structure",
1140 "required": [
1141 "OrganizationName"
1142 ],
1143 "members": {
1144 "OrganizationName": {},
1145 "ContactEmail": {},
1146 "PrivateSkillIds": {
1147 "shape": "S3y"
1148 }
1149 }
1150 },
1151 "output": {
1152 "type": "structure",
1153 "members": {}
1154 }
1155 },
1156 "PutRoomSkillParameter": {
1157 "input": {
1158 "type": "structure",
1159 "required": [
1160 "SkillId",
1161 "RoomSkillParameter"
1162 ],
1163 "members": {
1164 "RoomArn": {},
1165 "SkillId": {},
1166 "RoomSkillParameter": {
1167 "shape": "S47"
1168 }
1169 }
1170 },
1171 "output": {
1172 "type": "structure",
1173 "members": {}
1174 }
1175 },
1176 "PutSkillAuthorization": {
1177 "input": {
1178 "type": "structure",
1179 "required": [
1180 "AuthorizationResult",
1181 "SkillId"
1182 ],
1183 "members": {
1184 "AuthorizationResult": {
1185 "type": "map",
1186 "key": {},
1187 "value": {},
1188 "sensitive": true
1189 },
1190 "SkillId": {},
1191 "RoomArn": {}
1192 }
1193 },
1194 "output": {
1195 "type": "structure",
1196 "members": {}
1197 }
1198 },
1199 "RegisterAVSDevice": {
1200 "input": {
1201 "type": "structure",
1202 "required": [
1203 "ClientId",
1204 "UserCode",
1205 "ProductId",
1206 "DeviceSerialNumber",
1207 "AmazonId"
1208 ],
1209 "members": {
1210 "ClientId": {},
1211 "UserCode": {},
1212 "ProductId": {},
1213 "DeviceSerialNumber": {},
1214 "AmazonId": {}
1215 }
1216 },
1217 "output": {
1218 "type": "structure",
1219 "members": {
1220 "DeviceArn": {}
1221 }
1222 }
1223 },
1224 "RejectSkill": {
1225 "input": {
1226 "type": "structure",
1227 "required": [
1228 "SkillId"
1229 ],
1230 "members": {
1231 "SkillId": {}
1232 }
1233 },
1234 "output": {
1235 "type": "structure",
1236 "members": {}
1237 }
1238 },
1239 "ResolveRoom": {
1240 "input": {
1241 "type": "structure",
1242 "required": [
1243 "UserId",
1244 "SkillId"
1245 ],
1246 "members": {
1247 "UserId": {},
1248 "SkillId": {}
1249 }
1250 },
1251 "output": {
1252 "type": "structure",
1253 "members": {
1254 "RoomArn": {},
1255 "RoomName": {},
1256 "RoomSkillParameters": {
1257 "type": "list",
1258 "member": {
1259 "shape": "S47"
1260 }
1261 }
1262 }
1263 }
1264 },
1265 "RevokeInvitation": {
1266 "input": {
1267 "type": "structure",
1268 "members": {
1269 "UserArn": {},
1270 "EnrollmentId": {}
1271 }
1272 },
1273 "output": {
1274 "type": "structure",
1275 "members": {}
1276 }
1277 },
1278 "SearchAddressBooks": {
1279 "input": {
1280 "type": "structure",
1281 "members": {
1282 "Filters": {
1283 "shape": "S76"
1284 },
1285 "SortCriteria": {
1286 "shape": "S7b"
1287 },
1288 "NextToken": {},
1289 "MaxResults": {
1290 "type": "integer"
1291 }
1292 }
1293 },
1294 "output": {
1295 "type": "structure",
1296 "members": {
1297 "AddressBooks": {
1298 "type": "list",
1299 "member": {
1300 "type": "structure",
1301 "members": {
1302 "AddressBookArn": {},
1303 "Name": {},
1304 "Description": {}
1305 }
1306 }
1307 },
1308 "NextToken": {},
1309 "TotalCount": {
1310 "type": "integer"
1311 }
1312 }
1313 }
1314 },
1315 "SearchContacts": {
1316 "input": {
1317 "type": "structure",
1318 "members": {
1319 "Filters": {
1320 "shape": "S76"
1321 },
1322 "SortCriteria": {
1323 "shape": "S7b"
1324 },
1325 "NextToken": {},
1326 "MaxResults": {
1327 "type": "integer"
1328 }
1329 }
1330 },
1331 "output": {
1332 "type": "structure",
1333 "members": {
1334 "Contacts": {
1335 "type": "list",
1336 "member": {
1337 "type": "structure",
1338 "members": {
1339 "ContactArn": {},
1340 "DisplayName": {},
1341 "FirstName": {},
1342 "LastName": {},
1343 "PhoneNumber": {
1344 "shape": "S1a"
1345 }
1346 }
1347 }
1348 },
1349 "NextToken": {},
1350 "TotalCount": {
1351 "type": "integer"
1352 }
1353 }
1354 }
1355 },
1356 "SearchDevices": {
1357 "input": {
1358 "type": "structure",
1359 "members": {
1360 "NextToken": {},
1361 "MaxResults": {
1362 "type": "integer"
1363 },
1364 "Filters": {
1365 "shape": "S76"
1366 },
1367 "SortCriteria": {
1368 "shape": "S7b"
1369 }
1370 }
1371 },
1372 "output": {
1373 "type": "structure",
1374 "members": {
1375 "Devices": {
1376 "type": "list",
1377 "member": {
1378 "type": "structure",
1379 "members": {
1380 "DeviceArn": {},
1381 "DeviceSerialNumber": {},
1382 "DeviceType": {},
1383 "DeviceName": {},
1384 "SoftwareVersion": {},
1385 "MacAddress": {},
1386 "DeviceStatus": {},
1387 "RoomArn": {},
1388 "RoomName": {},
1389 "DeviceStatusInfo": {
1390 "shape": "S3q"
1391 }
1392 }
1393 }
1394 },
1395 "NextToken": {},
1396 "TotalCount": {
1397 "type": "integer"
1398 }
1399 }
1400 }
1401 },
1402 "SearchProfiles": {
1403 "input": {
1404 "type": "structure",
1405 "members": {
1406 "NextToken": {},
1407 "MaxResults": {
1408 "type": "integer"
1409 },
1410 "Filters": {
1411 "shape": "S76"
1412 },
1413 "SortCriteria": {
1414 "shape": "S7b"
1415 }
1416 }
1417 },
1418 "output": {
1419 "type": "structure",
1420 "members": {
1421 "Profiles": {
1422 "type": "list",
1423 "member": {
1424 "type": "structure",
1425 "members": {
1426 "ProfileArn": {},
1427 "ProfileName": {},
1428 "IsDefault": {
1429 "type": "boolean"
1430 },
1431 "Address": {},
1432 "Timezone": {},
1433 "DistanceUnit": {},
1434 "TemperatureUnit": {},
1435 "WakeWord": {}
1436 }
1437 }
1438 },
1439 "NextToken": {},
1440 "TotalCount": {
1441 "type": "integer"
1442 }
1443 }
1444 }
1445 },
1446 "SearchRooms": {
1447 "input": {
1448 "type": "structure",
1449 "members": {
1450 "NextToken": {},
1451 "MaxResults": {
1452 "type": "integer"
1453 },
1454 "Filters": {
1455 "shape": "S76"
1456 },
1457 "SortCriteria": {
1458 "shape": "S7b"
1459 }
1460 }
1461 },
1462 "output": {
1463 "type": "structure",
1464 "members": {
1465 "Rooms": {
1466 "type": "list",
1467 "member": {
1468 "type": "structure",
1469 "members": {
1470 "RoomArn": {},
1471 "RoomName": {},
1472 "Description": {},
1473 "ProviderCalendarId": {},
1474 "ProfileArn": {},
1475 "ProfileName": {}
1476 }
1477 }
1478 },
1479 "NextToken": {},
1480 "TotalCount": {
1481 "type": "integer"
1482 }
1483 }
1484 }
1485 },
1486 "SearchSkillGroups": {
1487 "input": {
1488 "type": "structure",
1489 "members": {
1490 "NextToken": {},
1491 "MaxResults": {
1492 "type": "integer"
1493 },
1494 "Filters": {
1495 "shape": "S76"
1496 },
1497 "SortCriteria": {
1498 "shape": "S7b"
1499 }
1500 }
1501 },
1502 "output": {
1503 "type": "structure",
1504 "members": {
1505 "SkillGroups": {
1506 "type": "list",
1507 "member": {
1508 "type": "structure",
1509 "members": {
1510 "SkillGroupArn": {},
1511 "SkillGroupName": {},
1512 "Description": {}
1513 }
1514 }
1515 },
1516 "NextToken": {},
1517 "TotalCount": {
1518 "type": "integer"
1519 }
1520 }
1521 }
1522 },
1523 "SearchUsers": {
1524 "input": {
1525 "type": "structure",
1526 "members": {
1527 "NextToken": {},
1528 "MaxResults": {
1529 "type": "integer"
1530 },
1531 "Filters": {
1532 "shape": "S76"
1533 },
1534 "SortCriteria": {
1535 "shape": "S7b"
1536 }
1537 }
1538 },
1539 "output": {
1540 "type": "structure",
1541 "members": {
1542 "Users": {
1543 "type": "list",
1544 "member": {
1545 "type": "structure",
1546 "members": {
1547 "UserArn": {},
1548 "FirstName": {},
1549 "LastName": {},
1550 "Email": {},
1551 "EnrollmentStatus": {},
1552 "EnrollmentId": {}
1553 }
1554 }
1555 },
1556 "NextToken": {},
1557 "TotalCount": {
1558 "type": "integer"
1559 }
1560 }
1561 }
1562 },
1563 "SendInvitation": {
1564 "input": {
1565 "type": "structure",
1566 "members": {
1567 "UserArn": {}
1568 }
1569 },
1570 "output": {
1571 "type": "structure",
1572 "members": {}
1573 }
1574 },
1575 "StartDeviceSync": {
1576 "input": {
1577 "type": "structure",
1578 "required": [
1579 "Features"
1580 ],
1581 "members": {
1582 "RoomArn": {},
1583 "DeviceArn": {},
1584 "Features": {
1585 "type": "list",
1586 "member": {}
1587 }
1588 }
1589 },
1590 "output": {
1591 "type": "structure",
1592 "members": {}
1593 }
1594 },
1595 "StartSmartHomeApplianceDiscovery": {
1596 "input": {
1597 "type": "structure",
1598 "required": [
1599 "RoomArn"
1600 ],
1601 "members": {
1602 "RoomArn": {}
1603 }
1604 },
1605 "output": {
1606 "type": "structure",
1607 "members": {}
1608 }
1609 },
1610 "TagResource": {
1611 "input": {
1612 "type": "structure",
1613 "required": [
1614 "Arn",
1615 "Tags"
1616 ],
1617 "members": {
1618 "Arn": {},
1619 "Tags": {
1620 "shape": "S1q"
1621 }
1622 }
1623 },
1624 "output": {
1625 "type": "structure",
1626 "members": {}
1627 }
1628 },
1629 "UntagResource": {
1630 "input": {
1631 "type": "structure",
1632 "required": [
1633 "Arn",
1634 "TagKeys"
1635 ],
1636 "members": {
1637 "Arn": {},
1638 "TagKeys": {
1639 "type": "list",
1640 "member": {}
1641 }
1642 }
1643 },
1644 "output": {
1645 "type": "structure",
1646 "members": {}
1647 }
1648 },
1649 "UpdateAddressBook": {
1650 "input": {
1651 "type": "structure",
1652 "required": [
1653 "AddressBookArn"
1654 ],
1655 "members": {
1656 "AddressBookArn": {},
1657 "Name": {},
1658 "Description": {}
1659 }
1660 },
1661 "output": {
1662 "type": "structure",
1663 "members": {}
1664 }
1665 },
1666 "UpdateBusinessReportSchedule": {
1667 "input": {
1668 "type": "structure",
1669 "required": [
1670 "ScheduleArn"
1671 ],
1672 "members": {
1673 "ScheduleArn": {},
1674 "S3BucketName": {},
1675 "S3KeyPrefix": {},
1676 "Format": {},
1677 "ScheduleName": {},
1678 "Recurrence": {
1679 "shape": "Sr"
1680 }
1681 }
1682 },
1683 "output": {
1684 "type": "structure",
1685 "members": {}
1686 }
1687 },
1688 "UpdateConferenceProvider": {
1689 "input": {
1690 "type": "structure",
1691 "required": [
1692 "ConferenceProviderArn",
1693 "ConferenceProviderType",
1694 "MeetingSetting"
1695 ],
1696 "members": {
1697 "ConferenceProviderArn": {},
1698 "ConferenceProviderType": {},
1699 "IPDialIn": {
1700 "shape": "Sx"
1701 },
1702 "PSTNDialIn": {
1703 "shape": "S10"
1704 },
1705 "MeetingSetting": {
1706 "shape": "S15"
1707 }
1708 }
1709 },
1710 "output": {
1711 "type": "structure",
1712 "members": {}
1713 }
1714 },
1715 "UpdateContact": {
1716 "input": {
1717 "type": "structure",
1718 "required": [
1719 "ContactArn"
1720 ],
1721 "members": {
1722 "ContactArn": {},
1723 "DisplayName": {},
1724 "FirstName": {},
1725 "LastName": {},
1726 "PhoneNumber": {
1727 "shape": "S1a"
1728 }
1729 }
1730 },
1731 "output": {
1732 "type": "structure",
1733 "members": {}
1734 }
1735 },
1736 "UpdateDevice": {
1737 "input": {
1738 "type": "structure",
1739 "members": {
1740 "DeviceArn": {},
1741 "DeviceName": {}
1742 }
1743 },
1744 "output": {
1745 "type": "structure",
1746 "members": {}
1747 }
1748 },
1749 "UpdateProfile": {
1750 "input": {
1751 "type": "structure",
1752 "members": {
1753 "ProfileArn": {},
1754 "ProfileName": {},
1755 "IsDefault": {
1756 "type": "boolean"
1757 },
1758 "Timezone": {},
1759 "Address": {},
1760 "DistanceUnit": {},
1761 "TemperatureUnit": {},
1762 "WakeWord": {},
1763 "SetupModeDisabled": {
1764 "type": "boolean"
1765 },
1766 "MaxVolumeLimit": {
1767 "type": "integer"
1768 },
1769 "PSTNEnabled": {
1770 "type": "boolean"
1771 }
1772 }
1773 },
1774 "output": {
1775 "type": "structure",
1776 "members": {}
1777 }
1778 },
1779 "UpdateRoom": {
1780 "input": {
1781 "type": "structure",
1782 "members": {
1783 "RoomArn": {},
1784 "RoomName": {},
1785 "Description": {},
1786 "ProviderCalendarId": {},
1787 "ProfileArn": {}
1788 }
1789 },
1790 "output": {
1791 "type": "structure",
1792 "members": {}
1793 }
1794 },
1795 "UpdateSkillGroup": {
1796 "input": {
1797 "type": "structure",
1798 "members": {
1799 "SkillGroupArn": {},
1800 "SkillGroupName": {},
1801 "Description": {}
1802 }
1803 },
1804 "output": {
1805 "type": "structure",
1806 "members": {}
1807 }
1808 }
1809 },
1810 "shapes": {
1811 "Sp": {
1812 "type": "structure",
1813 "members": {
1814 "Interval": {}
1815 }
1816 },
1817 "Sr": {
1818 "type": "structure",
1819 "members": {
1820 "StartDate": {}
1821 }
1822 },
1823 "Sx": {
1824 "type": "structure",
1825 "required": [
1826 "Endpoint",
1827 "CommsProtocol"
1828 ],
1829 "members": {
1830 "Endpoint": {},
1831 "CommsProtocol": {}
1832 }
1833 },
1834 "S10": {
1835 "type": "structure",
1836 "required": [
1837 "CountryCode",
1838 "PhoneNumber",
1839 "OneClickIdDelay",
1840 "OneClickPinDelay"
1841 ],
1842 "members": {
1843 "CountryCode": {},
1844 "PhoneNumber": {},
1845 "OneClickIdDelay": {},
1846 "OneClickPinDelay": {}
1847 }
1848 },
1849 "S15": {
1850 "type": "structure",
1851 "required": [
1852 "RequirePin"
1853 ],
1854 "members": {
1855 "RequirePin": {}
1856 }
1857 },
1858 "S1a": {
1859 "type": "string",
1860 "sensitive": true
1861 },
1862 "S1q": {
1863 "type": "list",
1864 "member": {
1865 "type": "structure",
1866 "required": [
1867 "Key",
1868 "Value"
1869 ],
1870 "members": {
1871 "Key": {},
1872 "Value": {}
1873 }
1874 }
1875 },
1876 "S3a": {
1877 "type": "structure",
1878 "members": {
1879 "DefaultConferenceProviderArn": {}
1880 }
1881 },
1882 "S3d": {
1883 "type": "structure",
1884 "members": {
1885 "Arn": {},
1886 "Name": {},
1887 "Type": {},
1888 "IPDialIn": {
1889 "shape": "Sx"
1890 },
1891 "PSTNDialIn": {
1892 "shape": "S10"
1893 },
1894 "MeetingSetting": {
1895 "shape": "S15"
1896 }
1897 }
1898 },
1899 "S3q": {
1900 "type": "structure",
1901 "members": {
1902 "DeviceStatusDetails": {
1903 "type": "list",
1904 "member": {
1905 "type": "structure",
1906 "members": {
1907 "Code": {}
1908 }
1909 }
1910 },
1911 "ConnectionStatus": {}
1912 }
1913 },
1914 "S3y": {
1915 "type": "list",
1916 "member": {}
1917 },
1918 "S47": {
1919 "type": "structure",
1920 "required": [
1921 "ParameterKey",
1922 "ParameterValue"
1923 ],
1924 "members": {
1925 "ParameterKey": {},
1926 "ParameterValue": {}
1927 }
1928 },
1929 "S76": {
1930 "type": "list",
1931 "member": {
1932 "type": "structure",
1933 "required": [
1934 "Key",
1935 "Values"
1936 ],
1937 "members": {
1938 "Key": {},
1939 "Values": {
1940 "type": "list",
1941 "member": {}
1942 }
1943 }
1944 }
1945 },
1946 "S7b": {
1947 "type": "list",
1948 "member": {
1949 "type": "structure",
1950 "required": [
1951 "Key",
1952 "Value"
1953 ],
1954 "members": {
1955 "Key": {},
1956 "Value": {}
1957 }
1958 }
1959 }
1960 }
1961}
\No newline at end of file