UNPKG

76.6 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2018-05-01",
5 "endpointPrefix": "chime",
6 "protocol": "rest-json",
7 "serviceFullName": "Amazon Chime",
8 "serviceId": "Chime",
9 "signatureVersion": "v4",
10 "uid": "chime-2018-05-01"
11 },
12 "operations": {
13 "AssociatePhoneNumberWithUser": {
14 "http": {
15 "requestUri": "/accounts/{accountId}/users/{userId}?operation=associate-phone-number",
16 "responseCode": 200
17 },
18 "input": {
19 "type": "structure",
20 "required": [
21 "AccountId",
22 "UserId",
23 "E164PhoneNumber"
24 ],
25 "members": {
26 "AccountId": {
27 "location": "uri",
28 "locationName": "accountId"
29 },
30 "UserId": {
31 "location": "uri",
32 "locationName": "userId"
33 },
34 "E164PhoneNumber": {
35 "shape": "S3"
36 }
37 }
38 },
39 "output": {
40 "type": "structure",
41 "members": {}
42 }
43 },
44 "AssociatePhoneNumbersWithVoiceConnector": {
45 "http": {
46 "requestUri": "/voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers",
47 "responseCode": 200
48 },
49 "input": {
50 "type": "structure",
51 "required": [
52 "VoiceConnectorId"
53 ],
54 "members": {
55 "VoiceConnectorId": {
56 "location": "uri",
57 "locationName": "voiceConnectorId"
58 },
59 "E164PhoneNumbers": {
60 "shape": "S7"
61 },
62 "ForceAssociate": {
63 "type": "boolean"
64 }
65 }
66 },
67 "output": {
68 "type": "structure",
69 "members": {
70 "PhoneNumberErrors": {
71 "shape": "Sa"
72 }
73 }
74 }
75 },
76 "AssociatePhoneNumbersWithVoiceConnectorGroup": {
77 "http": {
78 "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers",
79 "responseCode": 200
80 },
81 "input": {
82 "type": "structure",
83 "required": [
84 "VoiceConnectorGroupId"
85 ],
86 "members": {
87 "VoiceConnectorGroupId": {
88 "location": "uri",
89 "locationName": "voiceConnectorGroupId"
90 },
91 "E164PhoneNumbers": {
92 "shape": "S7"
93 },
94 "ForceAssociate": {
95 "type": "boolean"
96 }
97 }
98 },
99 "output": {
100 "type": "structure",
101 "members": {
102 "PhoneNumberErrors": {
103 "shape": "Sa"
104 }
105 }
106 }
107 },
108 "AssociateSigninDelegateGroupsWithAccount": {
109 "http": {
110 "requestUri": "/accounts/{accountId}?operation=associate-signin-delegate-groups",
111 "responseCode": 200
112 },
113 "input": {
114 "type": "structure",
115 "required": [
116 "AccountId",
117 "SigninDelegateGroups"
118 ],
119 "members": {
120 "AccountId": {
121 "location": "uri",
122 "locationName": "accountId"
123 },
124 "SigninDelegateGroups": {
125 "shape": "Sg"
126 }
127 }
128 },
129 "output": {
130 "type": "structure",
131 "members": {}
132 }
133 },
134 "BatchCreateAttendee": {
135 "http": {
136 "requestUri": "/meetings/{meetingId}/attendees?operation=batch-create",
137 "responseCode": 201
138 },
139 "input": {
140 "type": "structure",
141 "required": [
142 "MeetingId",
143 "Attendees"
144 ],
145 "members": {
146 "MeetingId": {
147 "location": "uri",
148 "locationName": "meetingId"
149 },
150 "Attendees": {
151 "type": "list",
152 "member": {
153 "type": "structure",
154 "required": [
155 "ExternalUserId"
156 ],
157 "members": {
158 "ExternalUserId": {
159 "shape": "Sn"
160 }
161 }
162 }
163 }
164 }
165 },
166 "output": {
167 "type": "structure",
168 "members": {
169 "Attendees": {
170 "shape": "Sp"
171 },
172 "Errors": {
173 "type": "list",
174 "member": {
175 "type": "structure",
176 "members": {
177 "ExternalUserId": {
178 "shape": "Sn"
179 },
180 "ErrorCode": {},
181 "ErrorMessage": {}
182 }
183 }
184 }
185 }
186 }
187 },
188 "BatchCreateRoomMembership": {
189 "http": {
190 "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create",
191 "responseCode": 201
192 },
193 "input": {
194 "type": "structure",
195 "required": [
196 "AccountId",
197 "RoomId",
198 "MembershipItemList"
199 ],
200 "members": {
201 "AccountId": {
202 "location": "uri",
203 "locationName": "accountId"
204 },
205 "RoomId": {
206 "location": "uri",
207 "locationName": "roomId"
208 },
209 "MembershipItemList": {
210 "type": "list",
211 "member": {
212 "type": "structure",
213 "members": {
214 "MemberId": {},
215 "Role": {}
216 }
217 }
218 }
219 }
220 },
221 "output": {
222 "type": "structure",
223 "members": {
224 "Errors": {
225 "type": "list",
226 "member": {
227 "type": "structure",
228 "members": {
229 "MemberId": {},
230 "ErrorCode": {},
231 "ErrorMessage": {}
232 }
233 }
234 }
235 }
236 }
237 },
238 "BatchDeletePhoneNumber": {
239 "http": {
240 "requestUri": "/phone-numbers?operation=batch-delete",
241 "responseCode": 200
242 },
243 "input": {
244 "type": "structure",
245 "required": [
246 "PhoneNumberIds"
247 ],
248 "members": {
249 "PhoneNumberIds": {
250 "shape": "S12"
251 }
252 }
253 },
254 "output": {
255 "type": "structure",
256 "members": {
257 "PhoneNumberErrors": {
258 "shape": "Sa"
259 }
260 }
261 }
262 },
263 "BatchSuspendUser": {
264 "http": {
265 "requestUri": "/accounts/{accountId}/users?operation=suspend",
266 "responseCode": 200
267 },
268 "input": {
269 "type": "structure",
270 "required": [
271 "AccountId",
272 "UserIdList"
273 ],
274 "members": {
275 "AccountId": {
276 "location": "uri",
277 "locationName": "accountId"
278 },
279 "UserIdList": {
280 "shape": "S15"
281 }
282 }
283 },
284 "output": {
285 "type": "structure",
286 "members": {
287 "UserErrors": {
288 "shape": "S17"
289 }
290 }
291 }
292 },
293 "BatchUnsuspendUser": {
294 "http": {
295 "requestUri": "/accounts/{accountId}/users?operation=unsuspend",
296 "responseCode": 200
297 },
298 "input": {
299 "type": "structure",
300 "required": [
301 "AccountId",
302 "UserIdList"
303 ],
304 "members": {
305 "AccountId": {
306 "location": "uri",
307 "locationName": "accountId"
308 },
309 "UserIdList": {
310 "shape": "S15"
311 }
312 }
313 },
314 "output": {
315 "type": "structure",
316 "members": {
317 "UserErrors": {
318 "shape": "S17"
319 }
320 }
321 }
322 },
323 "BatchUpdatePhoneNumber": {
324 "http": {
325 "requestUri": "/phone-numbers?operation=batch-update",
326 "responseCode": 200
327 },
328 "input": {
329 "type": "structure",
330 "required": [
331 "UpdatePhoneNumberRequestItems"
332 ],
333 "members": {
334 "UpdatePhoneNumberRequestItems": {
335 "type": "list",
336 "member": {
337 "type": "structure",
338 "required": [
339 "PhoneNumberId"
340 ],
341 "members": {
342 "PhoneNumberId": {},
343 "ProductType": {},
344 "CallingName": {
345 "shape": "S1f"
346 }
347 }
348 }
349 }
350 }
351 },
352 "output": {
353 "type": "structure",
354 "members": {
355 "PhoneNumberErrors": {
356 "shape": "Sa"
357 }
358 }
359 }
360 },
361 "BatchUpdateUser": {
362 "http": {
363 "requestUri": "/accounts/{accountId}/users",
364 "responseCode": 200
365 },
366 "input": {
367 "type": "structure",
368 "required": [
369 "AccountId",
370 "UpdateUserRequestItems"
371 ],
372 "members": {
373 "AccountId": {
374 "location": "uri",
375 "locationName": "accountId"
376 },
377 "UpdateUserRequestItems": {
378 "type": "list",
379 "member": {
380 "type": "structure",
381 "required": [
382 "UserId"
383 ],
384 "members": {
385 "UserId": {},
386 "LicenseType": {},
387 "UserType": {},
388 "AlexaForBusinessMetadata": {
389 "shape": "S1m"
390 }
391 }
392 }
393 }
394 }
395 },
396 "output": {
397 "type": "structure",
398 "members": {
399 "UserErrors": {
400 "shape": "S17"
401 }
402 }
403 }
404 },
405 "CreateAccount": {
406 "http": {
407 "requestUri": "/accounts",
408 "responseCode": 201
409 },
410 "input": {
411 "type": "structure",
412 "required": [
413 "Name"
414 ],
415 "members": {
416 "Name": {}
417 }
418 },
419 "output": {
420 "type": "structure",
421 "members": {
422 "Account": {
423 "shape": "S1t"
424 }
425 }
426 }
427 },
428 "CreateAttendee": {
429 "http": {
430 "requestUri": "/meetings/{meetingId}/attendees",
431 "responseCode": 201
432 },
433 "input": {
434 "type": "structure",
435 "required": [
436 "MeetingId",
437 "ExternalUserId"
438 ],
439 "members": {
440 "MeetingId": {
441 "location": "uri",
442 "locationName": "meetingId"
443 },
444 "ExternalUserId": {
445 "shape": "Sn"
446 }
447 }
448 },
449 "output": {
450 "type": "structure",
451 "members": {
452 "Attendee": {
453 "shape": "Sq"
454 }
455 }
456 }
457 },
458 "CreateBot": {
459 "http": {
460 "requestUri": "/accounts/{accountId}/bots",
461 "responseCode": 201
462 },
463 "input": {
464 "type": "structure",
465 "required": [
466 "DisplayName",
467 "AccountId"
468 ],
469 "members": {
470 "AccountId": {
471 "location": "uri",
472 "locationName": "accountId"
473 },
474 "DisplayName": {
475 "shape": "S1o"
476 },
477 "Domain": {}
478 }
479 },
480 "output": {
481 "type": "structure",
482 "members": {
483 "Bot": {
484 "shape": "S21"
485 }
486 }
487 }
488 },
489 "CreateMeeting": {
490 "http": {
491 "requestUri": "/meetings",
492 "responseCode": 201
493 },
494 "input": {
495 "type": "structure",
496 "required": [
497 "ClientRequestToken"
498 ],
499 "members": {
500 "ClientRequestToken": {
501 "shape": "S24",
502 "idempotencyToken": true
503 },
504 "MeetingHostId": {
505 "shape": "Sn"
506 },
507 "MediaRegion": {},
508 "NotificationsConfiguration": {
509 "type": "structure",
510 "members": {
511 "SnsTopicArn": {
512 "shape": "S26"
513 },
514 "SqsQueueArn": {
515 "shape": "S26"
516 }
517 }
518 }
519 }
520 },
521 "output": {
522 "type": "structure",
523 "members": {
524 "Meeting": {
525 "shape": "S28"
526 }
527 }
528 }
529 },
530 "CreatePhoneNumberOrder": {
531 "http": {
532 "requestUri": "/phone-number-orders",
533 "responseCode": 201
534 },
535 "input": {
536 "type": "structure",
537 "required": [
538 "ProductType",
539 "E164PhoneNumbers"
540 ],
541 "members": {
542 "ProductType": {},
543 "E164PhoneNumbers": {
544 "shape": "S7"
545 }
546 }
547 },
548 "output": {
549 "type": "structure",
550 "members": {
551 "PhoneNumberOrder": {
552 "shape": "S2d"
553 }
554 }
555 }
556 },
557 "CreateRoom": {
558 "http": {
559 "requestUri": "/accounts/{accountId}/rooms",
560 "responseCode": 201
561 },
562 "input": {
563 "type": "structure",
564 "required": [
565 "AccountId",
566 "Name"
567 ],
568 "members": {
569 "AccountId": {
570 "location": "uri",
571 "locationName": "accountId"
572 },
573 "Name": {
574 "shape": "S1o"
575 },
576 "ClientRequestToken": {
577 "shape": "S24",
578 "idempotencyToken": true
579 }
580 }
581 },
582 "output": {
583 "type": "structure",
584 "members": {
585 "Room": {
586 "shape": "S2k"
587 }
588 }
589 }
590 },
591 "CreateRoomMembership": {
592 "http": {
593 "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships",
594 "responseCode": 201
595 },
596 "input": {
597 "type": "structure",
598 "required": [
599 "AccountId",
600 "RoomId",
601 "MemberId"
602 ],
603 "members": {
604 "AccountId": {
605 "location": "uri",
606 "locationName": "accountId"
607 },
608 "RoomId": {
609 "location": "uri",
610 "locationName": "roomId"
611 },
612 "MemberId": {},
613 "Role": {}
614 }
615 },
616 "output": {
617 "type": "structure",
618 "members": {
619 "RoomMembership": {
620 "shape": "S2n"
621 }
622 }
623 }
624 },
625 "CreateUser": {
626 "http": {
627 "requestUri": "/accounts/{accountId}/users?operation=create",
628 "responseCode": 201
629 },
630 "input": {
631 "type": "structure",
632 "required": [
633 "AccountId"
634 ],
635 "members": {
636 "AccountId": {
637 "location": "uri",
638 "locationName": "accountId"
639 },
640 "Username": {},
641 "Email": {
642 "shape": "S2r"
643 },
644 "UserType": {}
645 }
646 },
647 "output": {
648 "type": "structure",
649 "members": {
650 "User": {
651 "shape": "S2t"
652 }
653 }
654 }
655 },
656 "CreateVoiceConnector": {
657 "http": {
658 "requestUri": "/voice-connectors",
659 "responseCode": 201
660 },
661 "input": {
662 "type": "structure",
663 "required": [
664 "Name",
665 "RequireEncryption"
666 ],
667 "members": {
668 "Name": {},
669 "AwsRegion": {},
670 "RequireEncryption": {
671 "type": "boolean"
672 }
673 }
674 },
675 "output": {
676 "type": "structure",
677 "members": {
678 "VoiceConnector": {
679 "shape": "S30"
680 }
681 }
682 }
683 },
684 "CreateVoiceConnectorGroup": {
685 "http": {
686 "requestUri": "/voice-connector-groups",
687 "responseCode": 201
688 },
689 "input": {
690 "type": "structure",
691 "required": [
692 "Name"
693 ],
694 "members": {
695 "Name": {},
696 "VoiceConnectorItems": {
697 "shape": "S33"
698 }
699 }
700 },
701 "output": {
702 "type": "structure",
703 "members": {
704 "VoiceConnectorGroup": {
705 "shape": "S37"
706 }
707 }
708 }
709 },
710 "DeleteAccount": {
711 "http": {
712 "method": "DELETE",
713 "requestUri": "/accounts/{accountId}",
714 "responseCode": 204
715 },
716 "input": {
717 "type": "structure",
718 "required": [
719 "AccountId"
720 ],
721 "members": {
722 "AccountId": {
723 "location": "uri",
724 "locationName": "accountId"
725 }
726 }
727 },
728 "output": {
729 "type": "structure",
730 "members": {}
731 }
732 },
733 "DeleteAttendee": {
734 "http": {
735 "method": "DELETE",
736 "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}",
737 "responseCode": 204
738 },
739 "input": {
740 "type": "structure",
741 "required": [
742 "MeetingId",
743 "AttendeeId"
744 ],
745 "members": {
746 "MeetingId": {
747 "location": "uri",
748 "locationName": "meetingId"
749 },
750 "AttendeeId": {
751 "location": "uri",
752 "locationName": "attendeeId"
753 }
754 }
755 }
756 },
757 "DeleteEventsConfiguration": {
758 "http": {
759 "method": "DELETE",
760 "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
761 "responseCode": 204
762 },
763 "input": {
764 "type": "structure",
765 "required": [
766 "AccountId",
767 "BotId"
768 ],
769 "members": {
770 "AccountId": {
771 "location": "uri",
772 "locationName": "accountId"
773 },
774 "BotId": {
775 "location": "uri",
776 "locationName": "botId"
777 }
778 }
779 }
780 },
781 "DeleteMeeting": {
782 "http": {
783 "method": "DELETE",
784 "requestUri": "/meetings/{meetingId}",
785 "responseCode": 204
786 },
787 "input": {
788 "type": "structure",
789 "required": [
790 "MeetingId"
791 ],
792 "members": {
793 "MeetingId": {
794 "location": "uri",
795 "locationName": "meetingId"
796 }
797 }
798 }
799 },
800 "DeletePhoneNumber": {
801 "http": {
802 "method": "DELETE",
803 "requestUri": "/phone-numbers/{phoneNumberId}",
804 "responseCode": 204
805 },
806 "input": {
807 "type": "structure",
808 "required": [
809 "PhoneNumberId"
810 ],
811 "members": {
812 "PhoneNumberId": {
813 "location": "uri",
814 "locationName": "phoneNumberId"
815 }
816 }
817 }
818 },
819 "DeleteRoom": {
820 "http": {
821 "method": "DELETE",
822 "requestUri": "/accounts/{accountId}/rooms/{roomId}",
823 "responseCode": 204
824 },
825 "input": {
826 "type": "structure",
827 "required": [
828 "AccountId",
829 "RoomId"
830 ],
831 "members": {
832 "AccountId": {
833 "location": "uri",
834 "locationName": "accountId"
835 },
836 "RoomId": {
837 "location": "uri",
838 "locationName": "roomId"
839 }
840 }
841 }
842 },
843 "DeleteRoomMembership": {
844 "http": {
845 "method": "DELETE",
846 "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
847 "responseCode": 204
848 },
849 "input": {
850 "type": "structure",
851 "required": [
852 "AccountId",
853 "RoomId",
854 "MemberId"
855 ],
856 "members": {
857 "AccountId": {
858 "location": "uri",
859 "locationName": "accountId"
860 },
861 "RoomId": {
862 "location": "uri",
863 "locationName": "roomId"
864 },
865 "MemberId": {
866 "location": "uri",
867 "locationName": "memberId"
868 }
869 }
870 }
871 },
872 "DeleteVoiceConnector": {
873 "http": {
874 "method": "DELETE",
875 "requestUri": "/voice-connectors/{voiceConnectorId}",
876 "responseCode": 204
877 },
878 "input": {
879 "type": "structure",
880 "required": [
881 "VoiceConnectorId"
882 ],
883 "members": {
884 "VoiceConnectorId": {
885 "location": "uri",
886 "locationName": "voiceConnectorId"
887 }
888 }
889 }
890 },
891 "DeleteVoiceConnectorGroup": {
892 "http": {
893 "method": "DELETE",
894 "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
895 "responseCode": 204
896 },
897 "input": {
898 "type": "structure",
899 "required": [
900 "VoiceConnectorGroupId"
901 ],
902 "members": {
903 "VoiceConnectorGroupId": {
904 "location": "uri",
905 "locationName": "voiceConnectorGroupId"
906 }
907 }
908 }
909 },
910 "DeleteVoiceConnectorOrigination": {
911 "http": {
912 "method": "DELETE",
913 "requestUri": "/voice-connectors/{voiceConnectorId}/origination",
914 "responseCode": 204
915 },
916 "input": {
917 "type": "structure",
918 "required": [
919 "VoiceConnectorId"
920 ],
921 "members": {
922 "VoiceConnectorId": {
923 "location": "uri",
924 "locationName": "voiceConnectorId"
925 }
926 }
927 }
928 },
929 "DeleteVoiceConnectorStreamingConfiguration": {
930 "http": {
931 "method": "DELETE",
932 "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
933 "responseCode": 204
934 },
935 "input": {
936 "type": "structure",
937 "required": [
938 "VoiceConnectorId"
939 ],
940 "members": {
941 "VoiceConnectorId": {
942 "location": "uri",
943 "locationName": "voiceConnectorId"
944 }
945 }
946 }
947 },
948 "DeleteVoiceConnectorTermination": {
949 "http": {
950 "method": "DELETE",
951 "requestUri": "/voice-connectors/{voiceConnectorId}/termination",
952 "responseCode": 204
953 },
954 "input": {
955 "type": "structure",
956 "required": [
957 "VoiceConnectorId"
958 ],
959 "members": {
960 "VoiceConnectorId": {
961 "location": "uri",
962 "locationName": "voiceConnectorId"
963 }
964 }
965 }
966 },
967 "DeleteVoiceConnectorTerminationCredentials": {
968 "http": {
969 "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete",
970 "responseCode": 204
971 },
972 "input": {
973 "type": "structure",
974 "required": [
975 "VoiceConnectorId"
976 ],
977 "members": {
978 "VoiceConnectorId": {
979 "location": "uri",
980 "locationName": "voiceConnectorId"
981 },
982 "Usernames": {
983 "shape": "S3m"
984 }
985 }
986 }
987 },
988 "DisassociatePhoneNumberFromUser": {
989 "http": {
990 "requestUri": "/accounts/{accountId}/users/{userId}?operation=disassociate-phone-number",
991 "responseCode": 200
992 },
993 "input": {
994 "type": "structure",
995 "required": [
996 "AccountId",
997 "UserId"
998 ],
999 "members": {
1000 "AccountId": {
1001 "location": "uri",
1002 "locationName": "accountId"
1003 },
1004 "UserId": {
1005 "location": "uri",
1006 "locationName": "userId"
1007 }
1008 }
1009 },
1010 "output": {
1011 "type": "structure",
1012 "members": {}
1013 }
1014 },
1015 "DisassociatePhoneNumbersFromVoiceConnector": {
1016 "http": {
1017 "requestUri": "/voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers",
1018 "responseCode": 200
1019 },
1020 "input": {
1021 "type": "structure",
1022 "required": [
1023 "VoiceConnectorId"
1024 ],
1025 "members": {
1026 "VoiceConnectorId": {
1027 "location": "uri",
1028 "locationName": "voiceConnectorId"
1029 },
1030 "E164PhoneNumbers": {
1031 "shape": "S7"
1032 }
1033 }
1034 },
1035 "output": {
1036 "type": "structure",
1037 "members": {
1038 "PhoneNumberErrors": {
1039 "shape": "Sa"
1040 }
1041 }
1042 }
1043 },
1044 "DisassociatePhoneNumbersFromVoiceConnectorGroup": {
1045 "http": {
1046 "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers",
1047 "responseCode": 200
1048 },
1049 "input": {
1050 "type": "structure",
1051 "required": [
1052 "VoiceConnectorGroupId"
1053 ],
1054 "members": {
1055 "VoiceConnectorGroupId": {
1056 "location": "uri",
1057 "locationName": "voiceConnectorGroupId"
1058 },
1059 "E164PhoneNumbers": {
1060 "shape": "S7"
1061 }
1062 }
1063 },
1064 "output": {
1065 "type": "structure",
1066 "members": {
1067 "PhoneNumberErrors": {
1068 "shape": "Sa"
1069 }
1070 }
1071 }
1072 },
1073 "DisassociateSigninDelegateGroupsFromAccount": {
1074 "http": {
1075 "requestUri": "/accounts/{accountId}?operation=disassociate-signin-delegate-groups",
1076 "responseCode": 200
1077 },
1078 "input": {
1079 "type": "structure",
1080 "required": [
1081 "AccountId",
1082 "GroupNames"
1083 ],
1084 "members": {
1085 "AccountId": {
1086 "location": "uri",
1087 "locationName": "accountId"
1088 },
1089 "GroupNames": {
1090 "shape": "S12"
1091 }
1092 }
1093 },
1094 "output": {
1095 "type": "structure",
1096 "members": {}
1097 }
1098 },
1099 "GetAccount": {
1100 "http": {
1101 "method": "GET",
1102 "requestUri": "/accounts/{accountId}"
1103 },
1104 "input": {
1105 "type": "structure",
1106 "required": [
1107 "AccountId"
1108 ],
1109 "members": {
1110 "AccountId": {
1111 "location": "uri",
1112 "locationName": "accountId"
1113 }
1114 }
1115 },
1116 "output": {
1117 "type": "structure",
1118 "members": {
1119 "Account": {
1120 "shape": "S1t"
1121 }
1122 }
1123 }
1124 },
1125 "GetAccountSettings": {
1126 "http": {
1127 "method": "GET",
1128 "requestUri": "/accounts/{accountId}/settings"
1129 },
1130 "input": {
1131 "type": "structure",
1132 "required": [
1133 "AccountId"
1134 ],
1135 "members": {
1136 "AccountId": {
1137 "location": "uri",
1138 "locationName": "accountId"
1139 }
1140 }
1141 },
1142 "output": {
1143 "type": "structure",
1144 "members": {
1145 "AccountSettings": {
1146 "shape": "S3z"
1147 }
1148 }
1149 }
1150 },
1151 "GetAttendee": {
1152 "http": {
1153 "method": "GET",
1154 "requestUri": "/meetings/{meetingId}/attendees/{attendeeId}",
1155 "responseCode": 200
1156 },
1157 "input": {
1158 "type": "structure",
1159 "required": [
1160 "MeetingId",
1161 "AttendeeId"
1162 ],
1163 "members": {
1164 "MeetingId": {
1165 "location": "uri",
1166 "locationName": "meetingId"
1167 },
1168 "AttendeeId": {
1169 "location": "uri",
1170 "locationName": "attendeeId"
1171 }
1172 }
1173 },
1174 "output": {
1175 "type": "structure",
1176 "members": {
1177 "Attendee": {
1178 "shape": "Sq"
1179 }
1180 }
1181 }
1182 },
1183 "GetBot": {
1184 "http": {
1185 "method": "GET",
1186 "requestUri": "/accounts/{accountId}/bots/{botId}",
1187 "responseCode": 200
1188 },
1189 "input": {
1190 "type": "structure",
1191 "required": [
1192 "AccountId",
1193 "BotId"
1194 ],
1195 "members": {
1196 "AccountId": {
1197 "location": "uri",
1198 "locationName": "accountId"
1199 },
1200 "BotId": {
1201 "location": "uri",
1202 "locationName": "botId"
1203 }
1204 }
1205 },
1206 "output": {
1207 "type": "structure",
1208 "members": {
1209 "Bot": {
1210 "shape": "S21"
1211 }
1212 }
1213 }
1214 },
1215 "GetEventsConfiguration": {
1216 "http": {
1217 "method": "GET",
1218 "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
1219 "responseCode": 200
1220 },
1221 "input": {
1222 "type": "structure",
1223 "required": [
1224 "AccountId",
1225 "BotId"
1226 ],
1227 "members": {
1228 "AccountId": {
1229 "location": "uri",
1230 "locationName": "accountId"
1231 },
1232 "BotId": {
1233 "location": "uri",
1234 "locationName": "botId"
1235 }
1236 }
1237 },
1238 "output": {
1239 "type": "structure",
1240 "members": {
1241 "EventsConfiguration": {
1242 "shape": "S46"
1243 }
1244 }
1245 }
1246 },
1247 "GetGlobalSettings": {
1248 "http": {
1249 "method": "GET",
1250 "requestUri": "/settings",
1251 "responseCode": 200
1252 },
1253 "output": {
1254 "type": "structure",
1255 "members": {
1256 "BusinessCalling": {
1257 "shape": "S48"
1258 },
1259 "VoiceConnector": {
1260 "shape": "S49"
1261 }
1262 }
1263 }
1264 },
1265 "GetMeeting": {
1266 "http": {
1267 "method": "GET",
1268 "requestUri": "/meetings/{meetingId}",
1269 "responseCode": 200
1270 },
1271 "input": {
1272 "type": "structure",
1273 "required": [
1274 "MeetingId"
1275 ],
1276 "members": {
1277 "MeetingId": {
1278 "location": "uri",
1279 "locationName": "meetingId"
1280 }
1281 }
1282 },
1283 "output": {
1284 "type": "structure",
1285 "members": {
1286 "Meeting": {
1287 "shape": "S28"
1288 }
1289 }
1290 }
1291 },
1292 "GetPhoneNumber": {
1293 "http": {
1294 "method": "GET",
1295 "requestUri": "/phone-numbers/{phoneNumberId}"
1296 },
1297 "input": {
1298 "type": "structure",
1299 "required": [
1300 "PhoneNumberId"
1301 ],
1302 "members": {
1303 "PhoneNumberId": {
1304 "location": "uri",
1305 "locationName": "phoneNumberId"
1306 }
1307 }
1308 },
1309 "output": {
1310 "type": "structure",
1311 "members": {
1312 "PhoneNumber": {
1313 "shape": "S4e"
1314 }
1315 }
1316 }
1317 },
1318 "GetPhoneNumberOrder": {
1319 "http": {
1320 "method": "GET",
1321 "requestUri": "/phone-number-orders/{phoneNumberOrderId}",
1322 "responseCode": 200
1323 },
1324 "input": {
1325 "type": "structure",
1326 "required": [
1327 "PhoneNumberOrderId"
1328 ],
1329 "members": {
1330 "PhoneNumberOrderId": {
1331 "location": "uri",
1332 "locationName": "phoneNumberOrderId"
1333 }
1334 }
1335 },
1336 "output": {
1337 "type": "structure",
1338 "members": {
1339 "PhoneNumberOrder": {
1340 "shape": "S2d"
1341 }
1342 }
1343 }
1344 },
1345 "GetPhoneNumberSettings": {
1346 "http": {
1347 "method": "GET",
1348 "requestUri": "/settings/phone-number",
1349 "responseCode": 200
1350 },
1351 "output": {
1352 "type": "structure",
1353 "members": {
1354 "CallingName": {
1355 "shape": "S1f"
1356 },
1357 "CallingNameUpdatedTimestamp": {
1358 "shape": "S1v"
1359 }
1360 }
1361 }
1362 },
1363 "GetRoom": {
1364 "http": {
1365 "method": "GET",
1366 "requestUri": "/accounts/{accountId}/rooms/{roomId}",
1367 "responseCode": 200
1368 },
1369 "input": {
1370 "type": "structure",
1371 "required": [
1372 "AccountId",
1373 "RoomId"
1374 ],
1375 "members": {
1376 "AccountId": {
1377 "location": "uri",
1378 "locationName": "accountId"
1379 },
1380 "RoomId": {
1381 "location": "uri",
1382 "locationName": "roomId"
1383 }
1384 }
1385 },
1386 "output": {
1387 "type": "structure",
1388 "members": {
1389 "Room": {
1390 "shape": "S2k"
1391 }
1392 }
1393 }
1394 },
1395 "GetUser": {
1396 "http": {
1397 "method": "GET",
1398 "requestUri": "/accounts/{accountId}/users/{userId}",
1399 "responseCode": 200
1400 },
1401 "input": {
1402 "type": "structure",
1403 "required": [
1404 "AccountId",
1405 "UserId"
1406 ],
1407 "members": {
1408 "AccountId": {
1409 "location": "uri",
1410 "locationName": "accountId"
1411 },
1412 "UserId": {
1413 "location": "uri",
1414 "locationName": "userId"
1415 }
1416 }
1417 },
1418 "output": {
1419 "type": "structure",
1420 "members": {
1421 "User": {
1422 "shape": "S2t"
1423 }
1424 }
1425 }
1426 },
1427 "GetUserSettings": {
1428 "http": {
1429 "method": "GET",
1430 "requestUri": "/accounts/{accountId}/users/{userId}/settings",
1431 "responseCode": 200
1432 },
1433 "input": {
1434 "type": "structure",
1435 "required": [
1436 "AccountId",
1437 "UserId"
1438 ],
1439 "members": {
1440 "AccountId": {
1441 "location": "uri",
1442 "locationName": "accountId"
1443 },
1444 "UserId": {
1445 "location": "uri",
1446 "locationName": "userId"
1447 }
1448 }
1449 },
1450 "output": {
1451 "type": "structure",
1452 "members": {
1453 "UserSettings": {
1454 "shape": "S4v"
1455 }
1456 }
1457 }
1458 },
1459 "GetVoiceConnector": {
1460 "http": {
1461 "method": "GET",
1462 "requestUri": "/voice-connectors/{voiceConnectorId}",
1463 "responseCode": 200
1464 },
1465 "input": {
1466 "type": "structure",
1467 "required": [
1468 "VoiceConnectorId"
1469 ],
1470 "members": {
1471 "VoiceConnectorId": {
1472 "location": "uri",
1473 "locationName": "voiceConnectorId"
1474 }
1475 }
1476 },
1477 "output": {
1478 "type": "structure",
1479 "members": {
1480 "VoiceConnector": {
1481 "shape": "S30"
1482 }
1483 }
1484 }
1485 },
1486 "GetVoiceConnectorGroup": {
1487 "http": {
1488 "method": "GET",
1489 "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
1490 "responseCode": 200
1491 },
1492 "input": {
1493 "type": "structure",
1494 "required": [
1495 "VoiceConnectorGroupId"
1496 ],
1497 "members": {
1498 "VoiceConnectorGroupId": {
1499 "location": "uri",
1500 "locationName": "voiceConnectorGroupId"
1501 }
1502 }
1503 },
1504 "output": {
1505 "type": "structure",
1506 "members": {
1507 "VoiceConnectorGroup": {
1508 "shape": "S37"
1509 }
1510 }
1511 }
1512 },
1513 "GetVoiceConnectorLoggingConfiguration": {
1514 "http": {
1515 "method": "GET",
1516 "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration",
1517 "responseCode": 200
1518 },
1519 "input": {
1520 "type": "structure",
1521 "required": [
1522 "VoiceConnectorId"
1523 ],
1524 "members": {
1525 "VoiceConnectorId": {
1526 "location": "uri",
1527 "locationName": "voiceConnectorId"
1528 }
1529 }
1530 },
1531 "output": {
1532 "type": "structure",
1533 "members": {
1534 "LoggingConfiguration": {
1535 "shape": "S53"
1536 }
1537 }
1538 }
1539 },
1540 "GetVoiceConnectorOrigination": {
1541 "http": {
1542 "method": "GET",
1543 "requestUri": "/voice-connectors/{voiceConnectorId}/origination",
1544 "responseCode": 200
1545 },
1546 "input": {
1547 "type": "structure",
1548 "required": [
1549 "VoiceConnectorId"
1550 ],
1551 "members": {
1552 "VoiceConnectorId": {
1553 "location": "uri",
1554 "locationName": "voiceConnectorId"
1555 }
1556 }
1557 },
1558 "output": {
1559 "type": "structure",
1560 "members": {
1561 "Origination": {
1562 "shape": "S56"
1563 }
1564 }
1565 }
1566 },
1567 "GetVoiceConnectorStreamingConfiguration": {
1568 "http": {
1569 "method": "GET",
1570 "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
1571 "responseCode": 200
1572 },
1573 "input": {
1574 "type": "structure",
1575 "required": [
1576 "VoiceConnectorId"
1577 ],
1578 "members": {
1579 "VoiceConnectorId": {
1580 "location": "uri",
1581 "locationName": "voiceConnectorId"
1582 }
1583 }
1584 },
1585 "output": {
1586 "type": "structure",
1587 "members": {
1588 "StreamingConfiguration": {
1589 "shape": "S5f"
1590 }
1591 }
1592 }
1593 },
1594 "GetVoiceConnectorTermination": {
1595 "http": {
1596 "method": "GET",
1597 "requestUri": "/voice-connectors/{voiceConnectorId}/termination",
1598 "responseCode": 200
1599 },
1600 "input": {
1601 "type": "structure",
1602 "required": [
1603 "VoiceConnectorId"
1604 ],
1605 "members": {
1606 "VoiceConnectorId": {
1607 "location": "uri",
1608 "locationName": "voiceConnectorId"
1609 }
1610 }
1611 },
1612 "output": {
1613 "type": "structure",
1614 "members": {
1615 "Termination": {
1616 "shape": "S5j"
1617 }
1618 }
1619 }
1620 },
1621 "GetVoiceConnectorTerminationHealth": {
1622 "http": {
1623 "method": "GET",
1624 "requestUri": "/voice-connectors/{voiceConnectorId}/termination/health",
1625 "responseCode": 200
1626 },
1627 "input": {
1628 "type": "structure",
1629 "required": [
1630 "VoiceConnectorId"
1631 ],
1632 "members": {
1633 "VoiceConnectorId": {
1634 "location": "uri",
1635 "locationName": "voiceConnectorId"
1636 }
1637 }
1638 },
1639 "output": {
1640 "type": "structure",
1641 "members": {
1642 "TerminationHealth": {
1643 "type": "structure",
1644 "members": {
1645 "Timestamp": {
1646 "shape": "S1v"
1647 },
1648 "Source": {}
1649 }
1650 }
1651 }
1652 }
1653 },
1654 "InviteUsers": {
1655 "http": {
1656 "requestUri": "/accounts/{accountId}/users?operation=add",
1657 "responseCode": 201
1658 },
1659 "input": {
1660 "type": "structure",
1661 "required": [
1662 "AccountId",
1663 "UserEmailList"
1664 ],
1665 "members": {
1666 "AccountId": {
1667 "location": "uri",
1668 "locationName": "accountId"
1669 },
1670 "UserEmailList": {
1671 "type": "list",
1672 "member": {
1673 "shape": "S2r"
1674 }
1675 },
1676 "UserType": {}
1677 }
1678 },
1679 "output": {
1680 "type": "structure",
1681 "members": {
1682 "Invites": {
1683 "type": "list",
1684 "member": {
1685 "type": "structure",
1686 "members": {
1687 "InviteId": {},
1688 "Status": {},
1689 "EmailAddress": {
1690 "shape": "S2r"
1691 },
1692 "EmailStatus": {}
1693 }
1694 }
1695 }
1696 }
1697 }
1698 },
1699 "ListAccounts": {
1700 "http": {
1701 "method": "GET",
1702 "requestUri": "/accounts"
1703 },
1704 "input": {
1705 "type": "structure",
1706 "members": {
1707 "Name": {
1708 "location": "querystring",
1709 "locationName": "name"
1710 },
1711 "UserEmail": {
1712 "shape": "S2r",
1713 "location": "querystring",
1714 "locationName": "user-email"
1715 },
1716 "NextToken": {
1717 "location": "querystring",
1718 "locationName": "next-token"
1719 },
1720 "MaxResults": {
1721 "location": "querystring",
1722 "locationName": "max-results",
1723 "type": "integer"
1724 }
1725 }
1726 },
1727 "output": {
1728 "type": "structure",
1729 "members": {
1730 "Accounts": {
1731 "type": "list",
1732 "member": {
1733 "shape": "S1t"
1734 }
1735 },
1736 "NextToken": {}
1737 }
1738 }
1739 },
1740 "ListAttendees": {
1741 "http": {
1742 "method": "GET",
1743 "requestUri": "/meetings/{meetingId}/attendees",
1744 "responseCode": 200
1745 },
1746 "input": {
1747 "type": "structure",
1748 "required": [
1749 "MeetingId"
1750 ],
1751 "members": {
1752 "MeetingId": {
1753 "location": "uri",
1754 "locationName": "meetingId"
1755 },
1756 "NextToken": {
1757 "location": "querystring",
1758 "locationName": "next-token"
1759 },
1760 "MaxResults": {
1761 "location": "querystring",
1762 "locationName": "max-results",
1763 "type": "integer"
1764 }
1765 }
1766 },
1767 "output": {
1768 "type": "structure",
1769 "members": {
1770 "Attendees": {
1771 "shape": "Sp"
1772 },
1773 "NextToken": {}
1774 }
1775 }
1776 },
1777 "ListBots": {
1778 "http": {
1779 "method": "GET",
1780 "requestUri": "/accounts/{accountId}/bots",
1781 "responseCode": 200
1782 },
1783 "input": {
1784 "type": "structure",
1785 "required": [
1786 "AccountId"
1787 ],
1788 "members": {
1789 "AccountId": {
1790 "location": "uri",
1791 "locationName": "accountId"
1792 },
1793 "MaxResults": {
1794 "location": "querystring",
1795 "locationName": "max-results",
1796 "type": "integer"
1797 },
1798 "NextToken": {
1799 "location": "querystring",
1800 "locationName": "next-token"
1801 }
1802 }
1803 },
1804 "output": {
1805 "type": "structure",
1806 "members": {
1807 "Bots": {
1808 "type": "list",
1809 "member": {
1810 "shape": "S21"
1811 }
1812 },
1813 "NextToken": {}
1814 }
1815 }
1816 },
1817 "ListMeetings": {
1818 "http": {
1819 "method": "GET",
1820 "requestUri": "/meetings",
1821 "responseCode": 200
1822 },
1823 "input": {
1824 "type": "structure",
1825 "members": {
1826 "NextToken": {
1827 "location": "querystring",
1828 "locationName": "next-token"
1829 },
1830 "MaxResults": {
1831 "location": "querystring",
1832 "locationName": "max-results",
1833 "type": "integer"
1834 }
1835 }
1836 },
1837 "output": {
1838 "type": "structure",
1839 "members": {
1840 "Meetings": {
1841 "type": "list",
1842 "member": {
1843 "shape": "S28"
1844 }
1845 },
1846 "NextToken": {}
1847 }
1848 }
1849 },
1850 "ListPhoneNumberOrders": {
1851 "http": {
1852 "method": "GET",
1853 "requestUri": "/phone-number-orders",
1854 "responseCode": 200
1855 },
1856 "input": {
1857 "type": "structure",
1858 "members": {
1859 "NextToken": {
1860 "location": "querystring",
1861 "locationName": "next-token"
1862 },
1863 "MaxResults": {
1864 "location": "querystring",
1865 "locationName": "max-results",
1866 "type": "integer"
1867 }
1868 }
1869 },
1870 "output": {
1871 "type": "structure",
1872 "members": {
1873 "PhoneNumberOrders": {
1874 "type": "list",
1875 "member": {
1876 "shape": "S2d"
1877 }
1878 },
1879 "NextToken": {}
1880 }
1881 }
1882 },
1883 "ListPhoneNumbers": {
1884 "http": {
1885 "method": "GET",
1886 "requestUri": "/phone-numbers"
1887 },
1888 "input": {
1889 "type": "structure",
1890 "members": {
1891 "Status": {
1892 "location": "querystring",
1893 "locationName": "status"
1894 },
1895 "ProductType": {
1896 "location": "querystring",
1897 "locationName": "product-type"
1898 },
1899 "FilterName": {
1900 "location": "querystring",
1901 "locationName": "filter-name"
1902 },
1903 "FilterValue": {
1904 "location": "querystring",
1905 "locationName": "filter-value"
1906 },
1907 "MaxResults": {
1908 "location": "querystring",
1909 "locationName": "max-results",
1910 "type": "integer"
1911 },
1912 "NextToken": {
1913 "location": "querystring",
1914 "locationName": "next-token"
1915 }
1916 }
1917 },
1918 "output": {
1919 "type": "structure",
1920 "members": {
1921 "PhoneNumbers": {
1922 "type": "list",
1923 "member": {
1924 "shape": "S4e"
1925 }
1926 },
1927 "NextToken": {}
1928 }
1929 }
1930 },
1931 "ListRoomMemberships": {
1932 "http": {
1933 "method": "GET",
1934 "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships",
1935 "responseCode": 200
1936 },
1937 "input": {
1938 "type": "structure",
1939 "required": [
1940 "AccountId",
1941 "RoomId"
1942 ],
1943 "members": {
1944 "AccountId": {
1945 "location": "uri",
1946 "locationName": "accountId"
1947 },
1948 "RoomId": {
1949 "location": "uri",
1950 "locationName": "roomId"
1951 },
1952 "MaxResults": {
1953 "location": "querystring",
1954 "locationName": "max-results",
1955 "type": "integer"
1956 },
1957 "NextToken": {
1958 "location": "querystring",
1959 "locationName": "next-token"
1960 }
1961 }
1962 },
1963 "output": {
1964 "type": "structure",
1965 "members": {
1966 "RoomMemberships": {
1967 "type": "list",
1968 "member": {
1969 "shape": "S2n"
1970 }
1971 },
1972 "NextToken": {}
1973 }
1974 }
1975 },
1976 "ListRooms": {
1977 "http": {
1978 "method": "GET",
1979 "requestUri": "/accounts/{accountId}/rooms",
1980 "responseCode": 200
1981 },
1982 "input": {
1983 "type": "structure",
1984 "required": [
1985 "AccountId"
1986 ],
1987 "members": {
1988 "AccountId": {
1989 "location": "uri",
1990 "locationName": "accountId"
1991 },
1992 "MemberId": {
1993 "location": "querystring",
1994 "locationName": "member-id"
1995 },
1996 "MaxResults": {
1997 "location": "querystring",
1998 "locationName": "max-results",
1999 "type": "integer"
2000 },
2001 "NextToken": {
2002 "location": "querystring",
2003 "locationName": "next-token"
2004 }
2005 }
2006 },
2007 "output": {
2008 "type": "structure",
2009 "members": {
2010 "Rooms": {
2011 "type": "list",
2012 "member": {
2013 "shape": "S2k"
2014 }
2015 },
2016 "NextToken": {}
2017 }
2018 }
2019 },
2020 "ListUsers": {
2021 "http": {
2022 "method": "GET",
2023 "requestUri": "/accounts/{accountId}/users",
2024 "responseCode": 200
2025 },
2026 "input": {
2027 "type": "structure",
2028 "required": [
2029 "AccountId"
2030 ],
2031 "members": {
2032 "AccountId": {
2033 "location": "uri",
2034 "locationName": "accountId"
2035 },
2036 "UserEmail": {
2037 "shape": "S2r",
2038 "location": "querystring",
2039 "locationName": "user-email"
2040 },
2041 "UserType": {
2042 "location": "querystring",
2043 "locationName": "user-type"
2044 },
2045 "MaxResults": {
2046 "location": "querystring",
2047 "locationName": "max-results",
2048 "type": "integer"
2049 },
2050 "NextToken": {
2051 "location": "querystring",
2052 "locationName": "next-token"
2053 }
2054 }
2055 },
2056 "output": {
2057 "type": "structure",
2058 "members": {
2059 "Users": {
2060 "type": "list",
2061 "member": {
2062 "shape": "S2t"
2063 }
2064 },
2065 "NextToken": {}
2066 }
2067 }
2068 },
2069 "ListVoiceConnectorGroups": {
2070 "http": {
2071 "method": "GET",
2072 "requestUri": "/voice-connector-groups",
2073 "responseCode": 200
2074 },
2075 "input": {
2076 "type": "structure",
2077 "members": {
2078 "NextToken": {
2079 "location": "querystring",
2080 "locationName": "next-token"
2081 },
2082 "MaxResults": {
2083 "location": "querystring",
2084 "locationName": "max-results",
2085 "type": "integer"
2086 }
2087 }
2088 },
2089 "output": {
2090 "type": "structure",
2091 "members": {
2092 "VoiceConnectorGroups": {
2093 "type": "list",
2094 "member": {
2095 "shape": "S37"
2096 }
2097 },
2098 "NextToken": {}
2099 }
2100 }
2101 },
2102 "ListVoiceConnectorTerminationCredentials": {
2103 "http": {
2104 "method": "GET",
2105 "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials",
2106 "responseCode": 200
2107 },
2108 "input": {
2109 "type": "structure",
2110 "required": [
2111 "VoiceConnectorId"
2112 ],
2113 "members": {
2114 "VoiceConnectorId": {
2115 "location": "uri",
2116 "locationName": "voiceConnectorId"
2117 }
2118 }
2119 },
2120 "output": {
2121 "type": "structure",
2122 "members": {
2123 "Usernames": {
2124 "shape": "S3m"
2125 }
2126 }
2127 }
2128 },
2129 "ListVoiceConnectors": {
2130 "http": {
2131 "method": "GET",
2132 "requestUri": "/voice-connectors",
2133 "responseCode": 200
2134 },
2135 "input": {
2136 "type": "structure",
2137 "members": {
2138 "NextToken": {
2139 "location": "querystring",
2140 "locationName": "next-token"
2141 },
2142 "MaxResults": {
2143 "location": "querystring",
2144 "locationName": "max-results",
2145 "type": "integer"
2146 }
2147 }
2148 },
2149 "output": {
2150 "type": "structure",
2151 "members": {
2152 "VoiceConnectors": {
2153 "type": "list",
2154 "member": {
2155 "shape": "S30"
2156 }
2157 },
2158 "NextToken": {}
2159 }
2160 }
2161 },
2162 "LogoutUser": {
2163 "http": {
2164 "requestUri": "/accounts/{accountId}/users/{userId}?operation=logout",
2165 "responseCode": 204
2166 },
2167 "input": {
2168 "type": "structure",
2169 "required": [
2170 "AccountId",
2171 "UserId"
2172 ],
2173 "members": {
2174 "AccountId": {
2175 "location": "uri",
2176 "locationName": "accountId"
2177 },
2178 "UserId": {
2179 "location": "uri",
2180 "locationName": "userId"
2181 }
2182 }
2183 },
2184 "output": {
2185 "type": "structure",
2186 "members": {}
2187 }
2188 },
2189 "PutEventsConfiguration": {
2190 "http": {
2191 "method": "PUT",
2192 "requestUri": "/accounts/{accountId}/bots/{botId}/events-configuration",
2193 "responseCode": 201
2194 },
2195 "input": {
2196 "type": "structure",
2197 "required": [
2198 "AccountId",
2199 "BotId"
2200 ],
2201 "members": {
2202 "AccountId": {
2203 "location": "uri",
2204 "locationName": "accountId"
2205 },
2206 "BotId": {
2207 "location": "uri",
2208 "locationName": "botId"
2209 },
2210 "OutboundEventsHTTPSEndpoint": {
2211 "shape": "S1o"
2212 },
2213 "LambdaFunctionArn": {
2214 "shape": "S1o"
2215 }
2216 }
2217 },
2218 "output": {
2219 "type": "structure",
2220 "members": {
2221 "EventsConfiguration": {
2222 "shape": "S46"
2223 }
2224 }
2225 }
2226 },
2227 "PutVoiceConnectorLoggingConfiguration": {
2228 "http": {
2229 "method": "PUT",
2230 "requestUri": "/voice-connectors/{voiceConnectorId}/logging-configuration",
2231 "responseCode": 200
2232 },
2233 "input": {
2234 "type": "structure",
2235 "required": [
2236 "VoiceConnectorId",
2237 "LoggingConfiguration"
2238 ],
2239 "members": {
2240 "VoiceConnectorId": {
2241 "location": "uri",
2242 "locationName": "voiceConnectorId"
2243 },
2244 "LoggingConfiguration": {
2245 "shape": "S53"
2246 }
2247 }
2248 },
2249 "output": {
2250 "type": "structure",
2251 "members": {
2252 "LoggingConfiguration": {
2253 "shape": "S53"
2254 }
2255 }
2256 }
2257 },
2258 "PutVoiceConnectorOrigination": {
2259 "http": {
2260 "method": "PUT",
2261 "requestUri": "/voice-connectors/{voiceConnectorId}/origination",
2262 "responseCode": 200
2263 },
2264 "input": {
2265 "type": "structure",
2266 "required": [
2267 "VoiceConnectorId",
2268 "Origination"
2269 ],
2270 "members": {
2271 "VoiceConnectorId": {
2272 "location": "uri",
2273 "locationName": "voiceConnectorId"
2274 },
2275 "Origination": {
2276 "shape": "S56"
2277 }
2278 }
2279 },
2280 "output": {
2281 "type": "structure",
2282 "members": {
2283 "Origination": {
2284 "shape": "S56"
2285 }
2286 }
2287 }
2288 },
2289 "PutVoiceConnectorStreamingConfiguration": {
2290 "http": {
2291 "method": "PUT",
2292 "requestUri": "/voice-connectors/{voiceConnectorId}/streaming-configuration",
2293 "responseCode": 200
2294 },
2295 "input": {
2296 "type": "structure",
2297 "required": [
2298 "VoiceConnectorId",
2299 "StreamingConfiguration"
2300 ],
2301 "members": {
2302 "VoiceConnectorId": {
2303 "location": "uri",
2304 "locationName": "voiceConnectorId"
2305 },
2306 "StreamingConfiguration": {
2307 "shape": "S5f"
2308 }
2309 }
2310 },
2311 "output": {
2312 "type": "structure",
2313 "members": {
2314 "StreamingConfiguration": {
2315 "shape": "S5f"
2316 }
2317 }
2318 }
2319 },
2320 "PutVoiceConnectorTermination": {
2321 "http": {
2322 "method": "PUT",
2323 "requestUri": "/voice-connectors/{voiceConnectorId}/termination",
2324 "responseCode": 200
2325 },
2326 "input": {
2327 "type": "structure",
2328 "required": [
2329 "VoiceConnectorId",
2330 "Termination"
2331 ],
2332 "members": {
2333 "VoiceConnectorId": {
2334 "location": "uri",
2335 "locationName": "voiceConnectorId"
2336 },
2337 "Termination": {
2338 "shape": "S5j"
2339 }
2340 }
2341 },
2342 "output": {
2343 "type": "structure",
2344 "members": {
2345 "Termination": {
2346 "shape": "S5j"
2347 }
2348 }
2349 }
2350 },
2351 "PutVoiceConnectorTerminationCredentials": {
2352 "http": {
2353 "requestUri": "/voice-connectors/{voiceConnectorId}/termination/credentials?operation=put",
2354 "responseCode": 204
2355 },
2356 "input": {
2357 "type": "structure",
2358 "required": [
2359 "VoiceConnectorId"
2360 ],
2361 "members": {
2362 "VoiceConnectorId": {
2363 "location": "uri",
2364 "locationName": "voiceConnectorId"
2365 },
2366 "Credentials": {
2367 "type": "list",
2368 "member": {
2369 "type": "structure",
2370 "members": {
2371 "Username": {
2372 "shape": "S1o"
2373 },
2374 "Password": {
2375 "shape": "S1o"
2376 }
2377 }
2378 }
2379 }
2380 }
2381 }
2382 },
2383 "RegenerateSecurityToken": {
2384 "http": {
2385 "requestUri": "/accounts/{accountId}/bots/{botId}?operation=regenerate-security-token",
2386 "responseCode": 200
2387 },
2388 "input": {
2389 "type": "structure",
2390 "required": [
2391 "AccountId",
2392 "BotId"
2393 ],
2394 "members": {
2395 "AccountId": {
2396 "location": "uri",
2397 "locationName": "accountId"
2398 },
2399 "BotId": {
2400 "location": "uri",
2401 "locationName": "botId"
2402 }
2403 }
2404 },
2405 "output": {
2406 "type": "structure",
2407 "members": {
2408 "Bot": {
2409 "shape": "S21"
2410 }
2411 }
2412 }
2413 },
2414 "ResetPersonalPIN": {
2415 "http": {
2416 "requestUri": "/accounts/{accountId}/users/{userId}?operation=reset-personal-pin",
2417 "responseCode": 200
2418 },
2419 "input": {
2420 "type": "structure",
2421 "required": [
2422 "AccountId",
2423 "UserId"
2424 ],
2425 "members": {
2426 "AccountId": {
2427 "location": "uri",
2428 "locationName": "accountId"
2429 },
2430 "UserId": {
2431 "location": "uri",
2432 "locationName": "userId"
2433 }
2434 }
2435 },
2436 "output": {
2437 "type": "structure",
2438 "members": {
2439 "User": {
2440 "shape": "S2t"
2441 }
2442 }
2443 }
2444 },
2445 "RestorePhoneNumber": {
2446 "http": {
2447 "requestUri": "/phone-numbers/{phoneNumberId}?operation=restore",
2448 "responseCode": 200
2449 },
2450 "input": {
2451 "type": "structure",
2452 "required": [
2453 "PhoneNumberId"
2454 ],
2455 "members": {
2456 "PhoneNumberId": {
2457 "location": "uri",
2458 "locationName": "phoneNumberId"
2459 }
2460 }
2461 },
2462 "output": {
2463 "type": "structure",
2464 "members": {
2465 "PhoneNumber": {
2466 "shape": "S4e"
2467 }
2468 }
2469 }
2470 },
2471 "SearchAvailablePhoneNumbers": {
2472 "http": {
2473 "method": "GET",
2474 "requestUri": "/search?type=phone-numbers"
2475 },
2476 "input": {
2477 "type": "structure",
2478 "members": {
2479 "AreaCode": {
2480 "location": "querystring",
2481 "locationName": "area-code"
2482 },
2483 "City": {
2484 "location": "querystring",
2485 "locationName": "city"
2486 },
2487 "Country": {
2488 "location": "querystring",
2489 "locationName": "country"
2490 },
2491 "State": {
2492 "location": "querystring",
2493 "locationName": "state"
2494 },
2495 "TollFreePrefix": {
2496 "location": "querystring",
2497 "locationName": "toll-free-prefix"
2498 },
2499 "MaxResults": {
2500 "location": "querystring",
2501 "locationName": "max-results",
2502 "type": "integer"
2503 },
2504 "NextToken": {
2505 "location": "querystring",
2506 "locationName": "next-token"
2507 }
2508 }
2509 },
2510 "output": {
2511 "type": "structure",
2512 "members": {
2513 "E164PhoneNumbers": {
2514 "shape": "S7"
2515 }
2516 }
2517 }
2518 },
2519 "UpdateAccount": {
2520 "http": {
2521 "requestUri": "/accounts/{accountId}",
2522 "responseCode": 200
2523 },
2524 "input": {
2525 "type": "structure",
2526 "required": [
2527 "AccountId"
2528 ],
2529 "members": {
2530 "AccountId": {
2531 "location": "uri",
2532 "locationName": "accountId"
2533 },
2534 "Name": {}
2535 }
2536 },
2537 "output": {
2538 "type": "structure",
2539 "members": {
2540 "Account": {
2541 "shape": "S1t"
2542 }
2543 }
2544 }
2545 },
2546 "UpdateAccountSettings": {
2547 "http": {
2548 "method": "PUT",
2549 "requestUri": "/accounts/{accountId}/settings",
2550 "responseCode": 204
2551 },
2552 "input": {
2553 "type": "structure",
2554 "required": [
2555 "AccountId",
2556 "AccountSettings"
2557 ],
2558 "members": {
2559 "AccountId": {
2560 "location": "uri",
2561 "locationName": "accountId"
2562 },
2563 "AccountSettings": {
2564 "shape": "S3z"
2565 }
2566 }
2567 },
2568 "output": {
2569 "type": "structure",
2570 "members": {}
2571 }
2572 },
2573 "UpdateBot": {
2574 "http": {
2575 "requestUri": "/accounts/{accountId}/bots/{botId}",
2576 "responseCode": 200
2577 },
2578 "input": {
2579 "type": "structure",
2580 "required": [
2581 "AccountId",
2582 "BotId"
2583 ],
2584 "members": {
2585 "AccountId": {
2586 "location": "uri",
2587 "locationName": "accountId"
2588 },
2589 "BotId": {
2590 "location": "uri",
2591 "locationName": "botId"
2592 },
2593 "Disabled": {
2594 "type": "boolean"
2595 }
2596 }
2597 },
2598 "output": {
2599 "type": "structure",
2600 "members": {
2601 "Bot": {
2602 "shape": "S21"
2603 }
2604 }
2605 }
2606 },
2607 "UpdateGlobalSettings": {
2608 "http": {
2609 "method": "PUT",
2610 "requestUri": "/settings",
2611 "responseCode": 204
2612 },
2613 "input": {
2614 "type": "structure",
2615 "required": [
2616 "BusinessCalling",
2617 "VoiceConnector"
2618 ],
2619 "members": {
2620 "BusinessCalling": {
2621 "shape": "S48"
2622 },
2623 "VoiceConnector": {
2624 "shape": "S49"
2625 }
2626 }
2627 }
2628 },
2629 "UpdatePhoneNumber": {
2630 "http": {
2631 "requestUri": "/phone-numbers/{phoneNumberId}",
2632 "responseCode": 200
2633 },
2634 "input": {
2635 "type": "structure",
2636 "required": [
2637 "PhoneNumberId"
2638 ],
2639 "members": {
2640 "PhoneNumberId": {
2641 "location": "uri",
2642 "locationName": "phoneNumberId"
2643 },
2644 "ProductType": {},
2645 "CallingName": {
2646 "shape": "S1f"
2647 }
2648 }
2649 },
2650 "output": {
2651 "type": "structure",
2652 "members": {
2653 "PhoneNumber": {
2654 "shape": "S4e"
2655 }
2656 }
2657 }
2658 },
2659 "UpdatePhoneNumberSettings": {
2660 "http": {
2661 "method": "PUT",
2662 "requestUri": "/settings/phone-number",
2663 "responseCode": 204
2664 },
2665 "input": {
2666 "type": "structure",
2667 "required": [
2668 "CallingName"
2669 ],
2670 "members": {
2671 "CallingName": {
2672 "shape": "S1f"
2673 }
2674 }
2675 }
2676 },
2677 "UpdateRoom": {
2678 "http": {
2679 "requestUri": "/accounts/{accountId}/rooms/{roomId}",
2680 "responseCode": 200
2681 },
2682 "input": {
2683 "type": "structure",
2684 "required": [
2685 "AccountId",
2686 "RoomId"
2687 ],
2688 "members": {
2689 "AccountId": {
2690 "location": "uri",
2691 "locationName": "accountId"
2692 },
2693 "RoomId": {
2694 "location": "uri",
2695 "locationName": "roomId"
2696 },
2697 "Name": {
2698 "shape": "S1o"
2699 }
2700 }
2701 },
2702 "output": {
2703 "type": "structure",
2704 "members": {
2705 "Room": {
2706 "shape": "S2k"
2707 }
2708 }
2709 }
2710 },
2711 "UpdateRoomMembership": {
2712 "http": {
2713 "requestUri": "/accounts/{accountId}/rooms/{roomId}/memberships/{memberId}",
2714 "responseCode": 200
2715 },
2716 "input": {
2717 "type": "structure",
2718 "required": [
2719 "AccountId",
2720 "RoomId",
2721 "MemberId"
2722 ],
2723 "members": {
2724 "AccountId": {
2725 "location": "uri",
2726 "locationName": "accountId"
2727 },
2728 "RoomId": {
2729 "location": "uri",
2730 "locationName": "roomId"
2731 },
2732 "MemberId": {
2733 "location": "uri",
2734 "locationName": "memberId"
2735 },
2736 "Role": {}
2737 }
2738 },
2739 "output": {
2740 "type": "structure",
2741 "members": {
2742 "RoomMembership": {
2743 "shape": "S2n"
2744 }
2745 }
2746 }
2747 },
2748 "UpdateUser": {
2749 "http": {
2750 "requestUri": "/accounts/{accountId}/users/{userId}",
2751 "responseCode": 200
2752 },
2753 "input": {
2754 "type": "structure",
2755 "required": [
2756 "AccountId",
2757 "UserId"
2758 ],
2759 "members": {
2760 "AccountId": {
2761 "location": "uri",
2762 "locationName": "accountId"
2763 },
2764 "UserId": {
2765 "location": "uri",
2766 "locationName": "userId"
2767 },
2768 "LicenseType": {},
2769 "UserType": {},
2770 "AlexaForBusinessMetadata": {
2771 "shape": "S1m"
2772 }
2773 }
2774 },
2775 "output": {
2776 "type": "structure",
2777 "members": {
2778 "User": {
2779 "shape": "S2t"
2780 }
2781 }
2782 }
2783 },
2784 "UpdateUserSettings": {
2785 "http": {
2786 "method": "PUT",
2787 "requestUri": "/accounts/{accountId}/users/{userId}/settings",
2788 "responseCode": 204
2789 },
2790 "input": {
2791 "type": "structure",
2792 "required": [
2793 "AccountId",
2794 "UserId",
2795 "UserSettings"
2796 ],
2797 "members": {
2798 "AccountId": {
2799 "location": "uri",
2800 "locationName": "accountId"
2801 },
2802 "UserId": {
2803 "location": "uri",
2804 "locationName": "userId"
2805 },
2806 "UserSettings": {
2807 "shape": "S4v"
2808 }
2809 }
2810 }
2811 },
2812 "UpdateVoiceConnector": {
2813 "http": {
2814 "method": "PUT",
2815 "requestUri": "/voice-connectors/{voiceConnectorId}",
2816 "responseCode": 200
2817 },
2818 "input": {
2819 "type": "structure",
2820 "required": [
2821 "VoiceConnectorId",
2822 "Name",
2823 "RequireEncryption"
2824 ],
2825 "members": {
2826 "VoiceConnectorId": {
2827 "location": "uri",
2828 "locationName": "voiceConnectorId"
2829 },
2830 "Name": {},
2831 "RequireEncryption": {
2832 "type": "boolean"
2833 }
2834 }
2835 },
2836 "output": {
2837 "type": "structure",
2838 "members": {
2839 "VoiceConnector": {
2840 "shape": "S30"
2841 }
2842 }
2843 }
2844 },
2845 "UpdateVoiceConnectorGroup": {
2846 "http": {
2847 "method": "PUT",
2848 "requestUri": "/voice-connector-groups/{voiceConnectorGroupId}",
2849 "responseCode": 202
2850 },
2851 "input": {
2852 "type": "structure",
2853 "required": [
2854 "VoiceConnectorGroupId",
2855 "Name",
2856 "VoiceConnectorItems"
2857 ],
2858 "members": {
2859 "VoiceConnectorGroupId": {
2860 "location": "uri",
2861 "locationName": "voiceConnectorGroupId"
2862 },
2863 "Name": {},
2864 "VoiceConnectorItems": {
2865 "shape": "S33"
2866 }
2867 }
2868 },
2869 "output": {
2870 "type": "structure",
2871 "members": {
2872 "VoiceConnectorGroup": {
2873 "shape": "S37"
2874 }
2875 }
2876 }
2877 }
2878 },
2879 "shapes": {
2880 "S3": {
2881 "type": "string",
2882 "sensitive": true
2883 },
2884 "S7": {
2885 "type": "list",
2886 "member": {
2887 "shape": "S3"
2888 }
2889 },
2890 "Sa": {
2891 "type": "list",
2892 "member": {
2893 "type": "structure",
2894 "members": {
2895 "PhoneNumberId": {},
2896 "ErrorCode": {},
2897 "ErrorMessage": {}
2898 }
2899 }
2900 },
2901 "Sg": {
2902 "type": "list",
2903 "member": {
2904 "type": "structure",
2905 "members": {
2906 "GroupName": {}
2907 }
2908 }
2909 },
2910 "Sn": {
2911 "type": "string",
2912 "sensitive": true
2913 },
2914 "Sp": {
2915 "type": "list",
2916 "member": {
2917 "shape": "Sq"
2918 }
2919 },
2920 "Sq": {
2921 "type": "structure",
2922 "members": {
2923 "ExternalUserId": {
2924 "shape": "Sn"
2925 },
2926 "AttendeeId": {},
2927 "JoinToken": {
2928 "type": "string",
2929 "sensitive": true
2930 }
2931 }
2932 },
2933 "S12": {
2934 "type": "list",
2935 "member": {}
2936 },
2937 "S15": {
2938 "type": "list",
2939 "member": {}
2940 },
2941 "S17": {
2942 "type": "list",
2943 "member": {
2944 "type": "structure",
2945 "members": {
2946 "UserId": {},
2947 "ErrorCode": {},
2948 "ErrorMessage": {}
2949 }
2950 }
2951 },
2952 "S1f": {
2953 "type": "string",
2954 "sensitive": true
2955 },
2956 "S1m": {
2957 "type": "structure",
2958 "members": {
2959 "IsAlexaForBusinessEnabled": {
2960 "type": "boolean"
2961 },
2962 "AlexaForBusinessRoomArn": {
2963 "shape": "S1o"
2964 }
2965 }
2966 },
2967 "S1o": {
2968 "type": "string",
2969 "sensitive": true
2970 },
2971 "S1t": {
2972 "type": "structure",
2973 "required": [
2974 "AwsAccountId",
2975 "AccountId",
2976 "Name"
2977 ],
2978 "members": {
2979 "AwsAccountId": {},
2980 "AccountId": {},
2981 "Name": {},
2982 "AccountType": {},
2983 "CreatedTimestamp": {
2984 "shape": "S1v"
2985 },
2986 "DefaultLicense": {},
2987 "SupportedLicenses": {
2988 "type": "list",
2989 "member": {}
2990 },
2991 "SigninDelegateGroups": {
2992 "shape": "Sg"
2993 }
2994 }
2995 },
2996 "S1v": {
2997 "type": "timestamp",
2998 "timestampFormat": "iso8601"
2999 },
3000 "S21": {
3001 "type": "structure",
3002 "members": {
3003 "BotId": {},
3004 "UserId": {},
3005 "DisplayName": {
3006 "shape": "S1o"
3007 },
3008 "BotType": {},
3009 "Disabled": {
3010 "type": "boolean"
3011 },
3012 "CreatedTimestamp": {
3013 "shape": "S1v"
3014 },
3015 "UpdatedTimestamp": {
3016 "shape": "S1v"
3017 },
3018 "BotEmail": {
3019 "shape": "S1o"
3020 },
3021 "SecurityToken": {
3022 "shape": "S1o"
3023 }
3024 }
3025 },
3026 "S24": {
3027 "type": "string",
3028 "sensitive": true
3029 },
3030 "S26": {
3031 "type": "string",
3032 "sensitive": true
3033 },
3034 "S28": {
3035 "type": "structure",
3036 "members": {
3037 "MeetingId": {},
3038 "MediaPlacement": {
3039 "type": "structure",
3040 "members": {
3041 "AudioHostUrl": {},
3042 "AudioFallbackUrl": {},
3043 "ScreenDataUrl": {},
3044 "ScreenSharingUrl": {},
3045 "ScreenViewingUrl": {},
3046 "SignalingUrl": {},
3047 "TurnControlUrl": {}
3048 }
3049 },
3050 "MediaRegion": {}
3051 }
3052 },
3053 "S2d": {
3054 "type": "structure",
3055 "members": {
3056 "PhoneNumberOrderId": {},
3057 "ProductType": {},
3058 "Status": {},
3059 "OrderedPhoneNumbers": {
3060 "type": "list",
3061 "member": {
3062 "type": "structure",
3063 "members": {
3064 "E164PhoneNumber": {
3065 "shape": "S3"
3066 },
3067 "Status": {}
3068 }
3069 }
3070 },
3071 "CreatedTimestamp": {
3072 "shape": "S1v"
3073 },
3074 "UpdatedTimestamp": {
3075 "shape": "S1v"
3076 }
3077 }
3078 },
3079 "S2k": {
3080 "type": "structure",
3081 "members": {
3082 "RoomId": {},
3083 "Name": {
3084 "shape": "S1o"
3085 },
3086 "AccountId": {},
3087 "CreatedBy": {},
3088 "CreatedTimestamp": {
3089 "shape": "S1v"
3090 },
3091 "UpdatedTimestamp": {
3092 "shape": "S1v"
3093 }
3094 }
3095 },
3096 "S2n": {
3097 "type": "structure",
3098 "members": {
3099 "RoomId": {},
3100 "Member": {
3101 "type": "structure",
3102 "members": {
3103 "MemberId": {},
3104 "MemberType": {},
3105 "Email": {
3106 "shape": "S1o"
3107 },
3108 "FullName": {
3109 "shape": "S1o"
3110 },
3111 "AccountId": {}
3112 }
3113 },
3114 "Role": {},
3115 "InvitedBy": {},
3116 "UpdatedTimestamp": {
3117 "shape": "S1v"
3118 }
3119 }
3120 },
3121 "S2r": {
3122 "type": "string",
3123 "sensitive": true
3124 },
3125 "S2t": {
3126 "type": "structure",
3127 "required": [
3128 "UserId"
3129 ],
3130 "members": {
3131 "UserId": {},
3132 "AccountId": {},
3133 "PrimaryEmail": {
3134 "shape": "S2r"
3135 },
3136 "PrimaryProvisionedNumber": {
3137 "shape": "S1o"
3138 },
3139 "DisplayName": {
3140 "shape": "S1o"
3141 },
3142 "LicenseType": {},
3143 "UserType": {},
3144 "UserRegistrationStatus": {},
3145 "UserInvitationStatus": {},
3146 "RegisteredOn": {
3147 "shape": "S1v"
3148 },
3149 "InvitedOn": {
3150 "shape": "S1v"
3151 },
3152 "AlexaForBusinessMetadata": {
3153 "shape": "S1m"
3154 },
3155 "PersonalPIN": {}
3156 }
3157 },
3158 "S30": {
3159 "type": "structure",
3160 "members": {
3161 "VoiceConnectorId": {},
3162 "AwsRegion": {},
3163 "Name": {},
3164 "OutboundHostName": {},
3165 "RequireEncryption": {
3166 "type": "boolean"
3167 },
3168 "CreatedTimestamp": {
3169 "shape": "S1v"
3170 },
3171 "UpdatedTimestamp": {
3172 "shape": "S1v"
3173 }
3174 }
3175 },
3176 "S33": {
3177 "type": "list",
3178 "member": {
3179 "type": "structure",
3180 "required": [
3181 "VoiceConnectorId",
3182 "Priority"
3183 ],
3184 "members": {
3185 "VoiceConnectorId": {},
3186 "Priority": {
3187 "type": "integer"
3188 }
3189 }
3190 }
3191 },
3192 "S37": {
3193 "type": "structure",
3194 "members": {
3195 "VoiceConnectorGroupId": {},
3196 "Name": {},
3197 "VoiceConnectorItems": {
3198 "shape": "S33"
3199 },
3200 "CreatedTimestamp": {
3201 "shape": "S1v"
3202 },
3203 "UpdatedTimestamp": {
3204 "shape": "S1v"
3205 }
3206 }
3207 },
3208 "S3m": {
3209 "type": "list",
3210 "member": {
3211 "shape": "S1o"
3212 }
3213 },
3214 "S3z": {
3215 "type": "structure",
3216 "members": {
3217 "DisableRemoteControl": {
3218 "type": "boolean"
3219 },
3220 "EnableDialOut": {
3221 "type": "boolean"
3222 }
3223 }
3224 },
3225 "S46": {
3226 "type": "structure",
3227 "members": {
3228 "BotId": {},
3229 "OutboundEventsHTTPSEndpoint": {
3230 "shape": "S1o"
3231 },
3232 "LambdaFunctionArn": {
3233 "shape": "S1o"
3234 }
3235 }
3236 },
3237 "S48": {
3238 "type": "structure",
3239 "members": {
3240 "CdrBucket": {}
3241 }
3242 },
3243 "S49": {
3244 "type": "structure",
3245 "members": {
3246 "CdrBucket": {}
3247 }
3248 },
3249 "S4e": {
3250 "type": "structure",
3251 "members": {
3252 "PhoneNumberId": {},
3253 "E164PhoneNumber": {
3254 "shape": "S3"
3255 },
3256 "Type": {},
3257 "ProductType": {},
3258 "Status": {},
3259 "Capabilities": {
3260 "type": "structure",
3261 "members": {
3262 "InboundCall": {
3263 "type": "boolean"
3264 },
3265 "OutboundCall": {
3266 "type": "boolean"
3267 },
3268 "InboundSMS": {
3269 "type": "boolean"
3270 },
3271 "OutboundSMS": {
3272 "type": "boolean"
3273 },
3274 "InboundMMS": {
3275 "type": "boolean"
3276 },
3277 "OutboundMMS": {
3278 "type": "boolean"
3279 }
3280 }
3281 },
3282 "Associations": {
3283 "type": "list",
3284 "member": {
3285 "type": "structure",
3286 "members": {
3287 "Value": {},
3288 "Name": {},
3289 "AssociatedTimestamp": {
3290 "shape": "S1v"
3291 }
3292 }
3293 }
3294 },
3295 "CallingName": {
3296 "shape": "S1f"
3297 },
3298 "CallingNameStatus": {},
3299 "CreatedTimestamp": {
3300 "shape": "S1v"
3301 },
3302 "UpdatedTimestamp": {
3303 "shape": "S1v"
3304 },
3305 "DeletionTimestamp": {
3306 "shape": "S1v"
3307 }
3308 }
3309 },
3310 "S4v": {
3311 "type": "structure",
3312 "required": [
3313 "Telephony"
3314 ],
3315 "members": {
3316 "Telephony": {
3317 "type": "structure",
3318 "required": [
3319 "InboundCalling",
3320 "OutboundCalling",
3321 "SMS"
3322 ],
3323 "members": {
3324 "InboundCalling": {
3325 "type": "boolean"
3326 },
3327 "OutboundCalling": {
3328 "type": "boolean"
3329 },
3330 "SMS": {
3331 "type": "boolean"
3332 }
3333 }
3334 }
3335 }
3336 },
3337 "S53": {
3338 "type": "structure",
3339 "members": {
3340 "EnableSIPLogs": {
3341 "type": "boolean"
3342 }
3343 }
3344 },
3345 "S56": {
3346 "type": "structure",
3347 "members": {
3348 "Routes": {
3349 "type": "list",
3350 "member": {
3351 "type": "structure",
3352 "members": {
3353 "Host": {},
3354 "Port": {
3355 "type": "integer"
3356 },
3357 "Protocol": {},
3358 "Priority": {
3359 "type": "integer"
3360 },
3361 "Weight": {
3362 "type": "integer"
3363 }
3364 }
3365 }
3366 },
3367 "Disabled": {
3368 "type": "boolean"
3369 }
3370 }
3371 },
3372 "S5f": {
3373 "type": "structure",
3374 "required": [
3375 "DataRetentionInHours"
3376 ],
3377 "members": {
3378 "DataRetentionInHours": {
3379 "type": "integer"
3380 },
3381 "Disabled": {
3382 "type": "boolean"
3383 }
3384 }
3385 },
3386 "S5j": {
3387 "type": "structure",
3388 "members": {
3389 "CpsLimit": {
3390 "type": "integer"
3391 },
3392 "DefaultPhoneNumber": {
3393 "shape": "S3"
3394 },
3395 "CallingRegions": {
3396 "type": "list",
3397 "member": {}
3398 },
3399 "CidrAllowedList": {
3400 "type": "list",
3401 "member": {}
3402 },
3403 "Disabled": {
3404 "type": "boolean"
3405 }
3406 }
3407 }
3408 }
3409}
\No newline at end of file