1{
2    "smithy": "1.0",
3    "metadata": {
4        "suppressions": [
5            {
6                "id": "HttpMethodSemantics",
7                "namespace": "*"
8            },
9            {
10                "id": "HttpResponseCodeSemantics",
11                "namespace": "*"
12            },
13            {
14                "id": "PaginatedTrait",
15                "namespace": "*"
16            },
17            {
18                "id": "HttpHeaderTrait",
19                "namespace": "*"
20            },
21            {
22                "id": "HttpUriConflict",
23                "namespace": "*"
24            },
25            {
26                "id": "Service",
27                "namespace": "*"
28            }
29        ]
30    },
31    "shapes": {
32        "com.amazonaws.alexaforbusiness#Address": {
33            "type": "string",
34            "traits": {
35                "smithy.api#length": {
36                    "min": 1,
37                    "max": 500
38                }
39            }
40        },
41        "com.amazonaws.alexaforbusiness#AddressBook": {
42            "type": "structure",
43            "members": {
44                "AddressBookArn": {
45                    "target": "com.amazonaws.alexaforbusiness#Arn",
46                    "traits": {
47                        "smithy.api#documentation": "<p>The ARN of the address book.</p>"
48                    }
49                },
50                "Name": {
51                    "target": "com.amazonaws.alexaforbusiness#AddressBookName",
52                    "traits": {
53                        "smithy.api#documentation": "<p>The name of the address book.</p>"
54                    }
55                },
56                "Description": {
57                    "target": "com.amazonaws.alexaforbusiness#AddressBookDescription",
58                    "traits": {
59                        "smithy.api#documentation": "<p>The description of the address book.</p>"
60                    }
61                }
62            },
63            "traits": {
64                "smithy.api#documentation": "<p>An address book with attributes.</p>"
65            }
66        },
67        "com.amazonaws.alexaforbusiness#AddressBookData": {
68            "type": "structure",
69            "members": {
70                "AddressBookArn": {
71                    "target": "com.amazonaws.alexaforbusiness#Arn",
72                    "traits": {
73                        "smithy.api#documentation": "<p>The ARN of the address book.</p>"
74                    }
75                },
76                "Name": {
77                    "target": "com.amazonaws.alexaforbusiness#AddressBookName",
78                    "traits": {
79                        "smithy.api#documentation": "<p>The name of the address book.</p>"
80                    }
81                },
82                "Description": {
83                    "target": "com.amazonaws.alexaforbusiness#AddressBookDescription",
84                    "traits": {
85                        "smithy.api#documentation": "<p>The description of the address book.</p>"
86                    }
87                }
88            },
89            "traits": {
90                "smithy.api#documentation": "<p>Information related to an address book.</p>"
91            }
92        },
93        "com.amazonaws.alexaforbusiness#AddressBookDataList": {
94            "type": "list",
95            "member": {
96                "target": "com.amazonaws.alexaforbusiness#AddressBookData"
97            }
98        },
99        "com.amazonaws.alexaforbusiness#AddressBookDescription": {
100            "type": "string",
101            "traits": {
102                "smithy.api#length": {
103                    "min": 1,
104                    "max": 200
105                },
106                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
107            }
108        },
109        "com.amazonaws.alexaforbusiness#AddressBookName": {
110            "type": "string",
111            "traits": {
112                "smithy.api#length": {
113                    "min": 1,
114                    "max": 100
115                },
116                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
117            }
118        },
119        "com.amazonaws.alexaforbusiness#AlexaForBusiness": {
120            "type": "service",
121            "version": "2017-11-09",
122            "operations": [
123                {
124                    "target": "com.amazonaws.alexaforbusiness#ApproveSkill"
125                },
126                {
127                    "target": "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBook"
128                },
129                {
130                    "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfile"
131                },
132                {
133                    "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoom"
134                },
135                {
136                    "target": "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoom"
137                },
138                {
139                    "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroup"
140                },
141                {
142                    "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithUsers"
143                },
144                {
145                    "target": "com.amazonaws.alexaforbusiness#CreateAddressBook"
146                },
147                {
148                    "target": "com.amazonaws.alexaforbusiness#CreateBusinessReportSchedule"
149                },
150                {
151                    "target": "com.amazonaws.alexaforbusiness#CreateConferenceProvider"
152                },
153                {
154                    "target": "com.amazonaws.alexaforbusiness#CreateContact"
155                },
156                {
157                    "target": "com.amazonaws.alexaforbusiness#CreateGatewayGroup"
158                },
159                {
160                    "target": "com.amazonaws.alexaforbusiness#CreateNetworkProfile"
161                },
162                {
163                    "target": "com.amazonaws.alexaforbusiness#CreateProfile"
164                },
165                {
166                    "target": "com.amazonaws.alexaforbusiness#CreateRoom"
167                },
168                {
169                    "target": "com.amazonaws.alexaforbusiness#CreateSkillGroup"
170                },
171                {
172                    "target": "com.amazonaws.alexaforbusiness#CreateUser"
173                },
174                {
175                    "target": "com.amazonaws.alexaforbusiness#DeleteAddressBook"
176                },
177                {
178                    "target": "com.amazonaws.alexaforbusiness#DeleteBusinessReportSchedule"
179                },
180                {
181                    "target": "com.amazonaws.alexaforbusiness#DeleteConferenceProvider"
182                },
183                {
184                    "target": "com.amazonaws.alexaforbusiness#DeleteContact"
185                },
186                {
187                    "target": "com.amazonaws.alexaforbusiness#DeleteDevice"
188                },
189                {
190                    "target": "com.amazonaws.alexaforbusiness#DeleteDeviceUsageData"
191                },
192                {
193                    "target": "com.amazonaws.alexaforbusiness#DeleteGatewayGroup"
194                },
195                {
196                    "target": "com.amazonaws.alexaforbusiness#DeleteNetworkProfile"
197                },
198                {
199                    "target": "com.amazonaws.alexaforbusiness#DeleteProfile"
200                },
201                {
202                    "target": "com.amazonaws.alexaforbusiness#DeleteRoom"
203                },
204                {
205                    "target": "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameter"
206                },
207                {
208                    "target": "com.amazonaws.alexaforbusiness#DeleteSkillAuthorization"
209                },
210                {
211                    "target": "com.amazonaws.alexaforbusiness#DeleteSkillGroup"
212                },
213                {
214                    "target": "com.amazonaws.alexaforbusiness#DeleteUser"
215                },
216                {
217                    "target": "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBook"
218                },
219                {
220                    "target": "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoom"
221                },
222                {
223                    "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroup"
224                },
225                {
226                    "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsers"
227                },
228                {
229                    "target": "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoom"
230                },
231                {
232                    "target": "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliances"
233                },
234                {
235                    "target": "com.amazonaws.alexaforbusiness#GetAddressBook"
236                },
237                {
238                    "target": "com.amazonaws.alexaforbusiness#GetConferencePreference"
239                },
240                {
241                    "target": "com.amazonaws.alexaforbusiness#GetConferenceProvider"
242                },
243                {
244                    "target": "com.amazonaws.alexaforbusiness#GetContact"
245                },
246                {
247                    "target": "com.amazonaws.alexaforbusiness#GetDevice"
248                },
249                {
250                    "target": "com.amazonaws.alexaforbusiness#GetGateway"
251                },
252                {
253                    "target": "com.amazonaws.alexaforbusiness#GetGatewayGroup"
254                },
255                {
256                    "target": "com.amazonaws.alexaforbusiness#GetInvitationConfiguration"
257                },
258                {
259                    "target": "com.amazonaws.alexaforbusiness#GetNetworkProfile"
260                },
261                {
262                    "target": "com.amazonaws.alexaforbusiness#GetProfile"
263                },
264                {
265                    "target": "com.amazonaws.alexaforbusiness#GetRoom"
266                },
267                {
268                    "target": "com.amazonaws.alexaforbusiness#GetRoomSkillParameter"
269                },
270                {
271                    "target": "com.amazonaws.alexaforbusiness#GetSkillGroup"
272                },
273                {
274                    "target": "com.amazonaws.alexaforbusiness#ListBusinessReportSchedules"
275                },
276                {
277                    "target": "com.amazonaws.alexaforbusiness#ListConferenceProviders"
278                },
279                {
280                    "target": "com.amazonaws.alexaforbusiness#ListDeviceEvents"
281                },
282                {
283                    "target": "com.amazonaws.alexaforbusiness#ListGatewayGroups"
284                },
285                {
286                    "target": "com.amazonaws.alexaforbusiness#ListGateways"
287                },
288                {
289                    "target": "com.amazonaws.alexaforbusiness#ListSkills"
290                },
291                {
292                    "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreCategories"
293                },
294                {
295                    "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategory"
296                },
297                {
298                    "target": "com.amazonaws.alexaforbusiness#ListSmartHomeAppliances"
299                },
300                {
301                    "target": "com.amazonaws.alexaforbusiness#ListTags"
302                },
303                {
304                    "target": "com.amazonaws.alexaforbusiness#PutConferencePreference"
305                },
306                {
307                    "target": "com.amazonaws.alexaforbusiness#PutInvitationConfiguration"
308                },
309                {
310                    "target": "com.amazonaws.alexaforbusiness#PutRoomSkillParameter"
311                },
312                {
313                    "target": "com.amazonaws.alexaforbusiness#PutSkillAuthorization"
314                },
315                {
316                    "target": "com.amazonaws.alexaforbusiness#RegisterAVSDevice"
317                },
318                {
319                    "target": "com.amazonaws.alexaforbusiness#RejectSkill"
320                },
321                {
322                    "target": "com.amazonaws.alexaforbusiness#ResolveRoom"
323                },
324                {
325                    "target": "com.amazonaws.alexaforbusiness#RevokeInvitation"
326                },
327                {
328                    "target": "com.amazonaws.alexaforbusiness#SearchAddressBooks"
329                },
330                {
331                    "target": "com.amazonaws.alexaforbusiness#SearchContacts"
332                },
333                {
334                    "target": "com.amazonaws.alexaforbusiness#SearchDevices"
335                },
336                {
337                    "target": "com.amazonaws.alexaforbusiness#SearchNetworkProfiles"
338                },
339                {
340                    "target": "com.amazonaws.alexaforbusiness#SearchProfiles"
341                },
342                {
343                    "target": "com.amazonaws.alexaforbusiness#SearchRooms"
344                },
345                {
346                    "target": "com.amazonaws.alexaforbusiness#SearchSkillGroups"
347                },
348                {
349                    "target": "com.amazonaws.alexaforbusiness#SearchUsers"
350                },
351                {
352                    "target": "com.amazonaws.alexaforbusiness#SendAnnouncement"
353                },
354                {
355                    "target": "com.amazonaws.alexaforbusiness#SendInvitation"
356                },
357                {
358                    "target": "com.amazonaws.alexaforbusiness#StartDeviceSync"
359                },
360                {
361                    "target": "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscovery"
362                },
363                {
364                    "target": "com.amazonaws.alexaforbusiness#TagResource"
365                },
366                {
367                    "target": "com.amazonaws.alexaforbusiness#UntagResource"
368                },
369                {
370                    "target": "com.amazonaws.alexaforbusiness#UpdateAddressBook"
371                },
372                {
373                    "target": "com.amazonaws.alexaforbusiness#UpdateBusinessReportSchedule"
374                },
375                {
376                    "target": "com.amazonaws.alexaforbusiness#UpdateConferenceProvider"
377                },
378                {
379                    "target": "com.amazonaws.alexaforbusiness#UpdateContact"
380                },
381                {
382                    "target": "com.amazonaws.alexaforbusiness#UpdateDevice"
383                },
384                {
385                    "target": "com.amazonaws.alexaforbusiness#UpdateGateway"
386                },
387                {
388                    "target": "com.amazonaws.alexaforbusiness#UpdateGatewayGroup"
389                },
390                {
391                    "target": "com.amazonaws.alexaforbusiness#UpdateNetworkProfile"
392                },
393                {
394                    "target": "com.amazonaws.alexaforbusiness#UpdateProfile"
395                },
396                {
397                    "target": "com.amazonaws.alexaforbusiness#UpdateRoom"
398                },
399                {
400                    "target": "com.amazonaws.alexaforbusiness#UpdateSkillGroup"
401                }
402            ],
403            "traits": {
404                "aws.api#service": {
405                    "sdkId": "Alexa For Business",
406                    "arnNamespace": "a4b",
407                    "cloudFormationName": "AlexaForBusiness",
408                    "cloudTrailEventSource": "alexaforbusiness.amazonaws.com",
409                    "endpointPrefix": "a4b"
410                },
411                "aws.auth#sigv4": {
412                    "name": "a4b"
413                },
414                "aws.protocols#awsJson1_1": {},
415                "smithy.api#documentation": "<p>Alexa for Business helps you use Alexa in your organization. Alexa for Business provides you with the tools\n         to manage Alexa devices, enroll your users, and assign skills, at scale. You can build your\n         own context-aware voice skills using the Alexa Skills Kit and the Alexa for Business API operations.\n         You can also make these available as private skills for your organization. Alexa for Business makes it\n         efficient to voice-enable your products and services, thus providing context-aware voice\n         experiences for your customers. Device makers building with the Alexa Voice Service (AVS)\n         can create fully integrated solutions, register their products with Alexa for Business, and manage them\n         as shared devices in their organization. </p>",
416                "smithy.api#title": "Alexa For Business"
417            }
418        },
419        "com.amazonaws.alexaforbusiness#AlreadyExistsException": {
420            "type": "structure",
421            "members": {
422                "Message": {
423                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
424                }
425            },
426            "traits": {
427                "smithy.api#documentation": "<p>The resource being created already exists.</p>",
428                "smithy.api#error": "client"
429            }
430        },
431        "com.amazonaws.alexaforbusiness#AmazonId": {
432            "type": "string",
433            "traits": {
434                "smithy.api#pattern": "[a-zA-Z0-9]{1,18}"
435            }
436        },
437        "com.amazonaws.alexaforbusiness#ApplianceDescription": {
438            "type": "string"
439        },
440        "com.amazonaws.alexaforbusiness#ApplianceFriendlyName": {
441            "type": "string"
442        },
443        "com.amazonaws.alexaforbusiness#ApplianceManufacturerName": {
444            "type": "string"
445        },
446        "com.amazonaws.alexaforbusiness#ApproveSkill": {
447            "type": "operation",
448            "input": {
449                "target": "com.amazonaws.alexaforbusiness#ApproveSkillRequest"
450            },
451            "output": {
452                "target": "com.amazonaws.alexaforbusiness#ApproveSkillResponse"
453            },
454            "errors": [
455                {
456                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
457                },
458                {
459                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
460                },
461                {
462                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
463                }
464            ],
465            "traits": {
466                "smithy.api#documentation": "<p>Associates a skill with the organization under the customer's AWS account. If a skill\n         is private, the user implicitly accepts access to this skill during enablement.</p>"
467            }
468        },
469        "com.amazonaws.alexaforbusiness#ApproveSkillRequest": {
470            "type": "structure",
471            "members": {
472                "SkillId": {
473                    "target": "com.amazonaws.alexaforbusiness#SkillId",
474                    "traits": {
475                        "smithy.api#documentation": "<p>The unique identifier of the skill.</p>",
476                        "smithy.api#required": {}
477                    }
478                }
479            }
480        },
481        "com.amazonaws.alexaforbusiness#ApproveSkillResponse": {
482            "type": "structure",
483            "members": {}
484        },
485        "com.amazonaws.alexaforbusiness#Arn": {
486            "type": "string",
487            "traits": {
488                "smithy.api#pattern": "arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}"
489            }
490        },
491        "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBook": {
492            "type": "operation",
493            "input": {
494                "target": "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookRequest"
495            },
496            "output": {
497                "target": "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookResponse"
498            },
499            "errors": [
500                {
501                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
502                }
503            ],
504            "traits": {
505                "smithy.api#documentation": "<p>Associates a contact with a given address book.</p>"
506            }
507        },
508        "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookRequest": {
509            "type": "structure",
510            "members": {
511                "ContactArn": {
512                    "target": "com.amazonaws.alexaforbusiness#Arn",
513                    "traits": {
514                        "smithy.api#documentation": "<p>The ARN of the contact to associate with an address book.</p>",
515                        "smithy.api#required": {}
516                    }
517                },
518                "AddressBookArn": {
519                    "target": "com.amazonaws.alexaforbusiness#Arn",
520                    "traits": {
521                        "smithy.api#documentation": "<p>The ARN of the address book with which to associate the contact.</p>",
522                        "smithy.api#required": {}
523                    }
524                }
525            }
526        },
527        "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookResponse": {
528            "type": "structure",
529            "members": {}
530        },
531        "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfile": {
532            "type": "operation",
533            "input": {
534                "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileRequest"
535            },
536            "output": {
537                "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileResponse"
538            },
539            "errors": [
540                {
541                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
542                },
543                {
544                    "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException"
545                },
546                {
547                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
548                }
549            ],
550            "traits": {
551                "smithy.api#documentation": "<p>Associates a device with the specified network profile.</p>"
552            }
553        },
554        "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileRequest": {
555            "type": "structure",
556            "members": {
557                "DeviceArn": {
558                    "target": "com.amazonaws.alexaforbusiness#Arn",
559                    "traits": {
560                        "smithy.api#documentation": "<p>The device ARN.</p>",
561                        "smithy.api#required": {}
562                    }
563                },
564                "NetworkProfileArn": {
565                    "target": "com.amazonaws.alexaforbusiness#Arn",
566                    "traits": {
567                        "smithy.api#documentation": "<p>The ARN of the network profile to associate with a device.</p>",
568                        "smithy.api#required": {}
569                    }
570                }
571            }
572        },
573        "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileResponse": {
574            "type": "structure",
575            "members": {}
576        },
577        "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoom": {
578            "type": "operation",
579            "input": {
580                "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomRequest"
581            },
582            "output": {
583                "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomResponse"
584            },
585            "errors": [
586                {
587                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
588                },
589                {
590                    "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException"
591                },
592                {
593                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
594                }
595            ],
596            "traits": {
597                "smithy.api#documentation": "<p>Associates a device with a given room. This applies all the settings from the room\n         profile to the device, and all the skills in any skill groups added to that room. This\n         operation requires the device to be online, or else a manual sync is required. </p>"
598            }
599        },
600        "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomRequest": {
601            "type": "structure",
602            "members": {
603                "DeviceArn": {
604                    "target": "com.amazonaws.alexaforbusiness#Arn",
605                    "traits": {
606                        "smithy.api#documentation": "<p>The ARN of the device to associate to a room. Required.</p>"
607                    }
608                },
609                "RoomArn": {
610                    "target": "com.amazonaws.alexaforbusiness#Arn",
611                    "traits": {
612                        "smithy.api#documentation": "<p>The ARN of the room with which to associate the device. Required.</p>"
613                    }
614                }
615            }
616        },
617        "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomResponse": {
618            "type": "structure",
619            "members": {}
620        },
621        "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoom": {
622            "type": "operation",
623            "input": {
624                "target": "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomRequest"
625            },
626            "output": {
627                "target": "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomResponse"
628            },
629            "errors": [
630                {
631                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
632                }
633            ],
634            "traits": {
635                "smithy.api#documentation": "<p>Associates a skill group with a given room. This enables all skills in the associated\n         skill group on all devices in the room.</p>"
636            }
637        },
638        "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomRequest": {
639            "type": "structure",
640            "members": {
641                "SkillGroupArn": {
642                    "target": "com.amazonaws.alexaforbusiness#Arn",
643                    "traits": {
644                        "smithy.api#documentation": "<p>The ARN of the skill group to associate with a room. Required.</p>"
645                    }
646                },
647                "RoomArn": {
648                    "target": "com.amazonaws.alexaforbusiness#Arn",
649                    "traits": {
650                        "smithy.api#documentation": "<p>The ARN of the room with which to associate the skill group. Required.</p>"
651                    }
652                }
653            }
654        },
655        "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomResponse": {
656            "type": "structure",
657            "members": {}
658        },
659        "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroup": {
660            "type": "operation",
661            "input": {
662                "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupRequest"
663            },
664            "output": {
665                "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupResponse"
666            },
667            "errors": [
668                {
669                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
670                },
671                {
672                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
673                },
674                {
675                    "target": "com.amazonaws.alexaforbusiness#SkillNotLinkedException"
676                }
677            ],
678            "traits": {
679                "smithy.api#documentation": "<p>Associates a skill with a skill group.</p>"
680            }
681        },
682        "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupRequest": {
683            "type": "structure",
684            "members": {
685                "SkillGroupArn": {
686                    "target": "com.amazonaws.alexaforbusiness#Arn",
687                    "traits": {
688                        "smithy.api#documentation": "<p>The ARN of the skill group to associate the skill to. Required.</p>"
689                    }
690                },
691                "SkillId": {
692                    "target": "com.amazonaws.alexaforbusiness#SkillId",
693                    "traits": {
694                        "smithy.api#documentation": "<p>The unique identifier of the skill.</p>",
695                        "smithy.api#required": {}
696                    }
697                }
698            }
699        },
700        "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupResponse": {
701            "type": "structure",
702            "members": {}
703        },
704        "com.amazonaws.alexaforbusiness#AssociateSkillWithUsers": {
705            "type": "operation",
706            "input": {
707                "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersRequest"
708            },
709            "output": {
710                "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersResponse"
711            },
712            "errors": [
713                {
714                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
715                },
716                {
717                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
718                }
719            ],
720            "traits": {
721                "smithy.api#documentation": "<p>Makes a private skill available for enrolled users to enable on their devices.</p>"
722            }
723        },
724        "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersRequest": {
725            "type": "structure",
726            "members": {
727                "SkillId": {
728                    "target": "com.amazonaws.alexaforbusiness#SkillId",
729                    "traits": {
730                        "smithy.api#documentation": "<p>The private skill ID you want to make available to enrolled users.</p>",
731                        "smithy.api#required": {}
732                    }
733                }
734            }
735        },
736        "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersResponse": {
737            "type": "structure",
738            "members": {}
739        },
740        "com.amazonaws.alexaforbusiness#Audio": {
741            "type": "structure",
742            "members": {
743                "Locale": {
744                    "target": "com.amazonaws.alexaforbusiness#Locale",
745                    "traits": {
746                        "smithy.api#documentation": "<p>The locale of the audio message. Currently, en-US is supported.</p>",
747                        "smithy.api#required": {}
748                    }
749                },
750                "Location": {
751                    "target": "com.amazonaws.alexaforbusiness#AudioLocation",
752                    "traits": {
753                        "smithy.api#documentation": "<p>The location of the audio file. Currently, S3 URLs are supported. Only S3 locations\n         comprised of safe characters are valid. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#Safe%20Characters\">Safe Characters</a>.</p>",
754                        "smithy.api#required": {}
755                    }
756                }
757            },
758            "traits": {
759                "smithy.api#documentation": "<p>The audio message. There is a 1 MB limit on the audio file input and the only supported\n         format is MP3. To convert your MP3 audio files to an Alexa-friendly,  </p>\n         <p>required codec version (MPEG version 2) and bit rate (48 kbps), you might use converter\n         software. One option for this is a command-line tool, FFmpeg. For more information, see\n            <a href=\"https://www.ffmpeg.org/\">FFmpeg</a>. The following command converts the\n         provided <input-file> to an MP3 file that is played in the announcement:</p>\n         <p>\n            <code>ffmpeg -i <input-file> -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000\n            <output-file.mp3></code>\n         </p>"
760            }
761        },
762        "com.amazonaws.alexaforbusiness#AudioList": {
763            "type": "list",
764            "member": {
765                "target": "com.amazonaws.alexaforbusiness#Audio"
766            },
767            "traits": {
768                "smithy.api#length": {
769                    "min": 0,
770                    "max": 1
771                }
772            }
773        },
774        "com.amazonaws.alexaforbusiness#AudioLocation": {
775            "type": "string",
776            "traits": {
777                "smithy.api#length": {
778                    "min": 0,
779                    "max": 1200
780                },
781                "smithy.api#pattern": "https://([A-Za-z0-9_.-]+)?(s3-[A-Za-z0-9-]+|s3\\.([A-Za-z0-9-])+|s3|s3.dualstack\\.([A-Za-z0-9-])+)+.amazonaws.com/.*"
782            }
783        },
784        "com.amazonaws.alexaforbusiness#AuthorizationResult": {
785            "type": "map",
786            "key": {
787                "target": "com.amazonaws.alexaforbusiness#Key"
788            },
789            "value": {
790                "target": "com.amazonaws.alexaforbusiness#Value"
791            },
792            "traits": {
793                "smithy.api#sensitive": {}
794            }
795        },
796        "com.amazonaws.alexaforbusiness#Boolean": {
797            "type": "boolean",
798            "traits": {
799                "smithy.api#box": {}
800            }
801        },
802        "com.amazonaws.alexaforbusiness#Boolean2": {
803            "type": "boolean"
804        },
805        "com.amazonaws.alexaforbusiness#BulletPoint": {
806            "type": "string"
807        },
808        "com.amazonaws.alexaforbusiness#BulletPoints": {
809            "type": "list",
810            "member": {
811                "target": "com.amazonaws.alexaforbusiness#BulletPoint"
812            }
813        },
814        "com.amazonaws.alexaforbusiness#BusinessReport": {
815            "type": "structure",
816            "members": {
817                "Status": {
818                    "target": "com.amazonaws.alexaforbusiness#BusinessReportStatus",
819                    "traits": {
820                        "smithy.api#documentation": "<p>The status of the report generation execution (RUNNING, SUCCEEDED, or\n         FAILED).</p>"
821                    }
822                },
823                "FailureCode": {
824                    "target": "com.amazonaws.alexaforbusiness#BusinessReportFailureCode",
825                    "traits": {
826                        "smithy.api#documentation": "<p>The failure code.</p>"
827                    }
828                },
829                "S3Location": {
830                    "target": "com.amazonaws.alexaforbusiness#BusinessReportS3Location",
831                    "traits": {
832                        "smithy.api#documentation": "<p>The S3 location of the output reports.</p>"
833                    }
834                },
835                "DeliveryTime": {
836                    "target": "com.amazonaws.alexaforbusiness#BusinessReportDeliveryTime",
837                    "traits": {
838                        "smithy.api#documentation": "<p>The time of report delivery.</p>"
839                    }
840                },
841                "DownloadUrl": {
842                    "target": "com.amazonaws.alexaforbusiness#BusinessReportDownloadUrl",
843                    "traits": {
844                        "smithy.api#documentation": "<p>The download link where a user can download the report.</p>"
845                    }
846                }
847            },
848            "traits": {
849                "smithy.api#documentation": "<p>Usage report with specified parameters.</p>"
850            }
851        },
852        "com.amazonaws.alexaforbusiness#BusinessReportContentRange": {
853            "type": "structure",
854            "members": {
855                "Interval": {
856                    "target": "com.amazonaws.alexaforbusiness#BusinessReportInterval",
857                    "traits": {
858                        "smithy.api#documentation": "<p>The interval of the content range.</p>",
859                        "smithy.api#required": {}
860                    }
861                }
862            },
863            "traits": {
864                "smithy.api#documentation": "<p>The content range of the report.</p>"
865            }
866        },
867        "com.amazonaws.alexaforbusiness#BusinessReportDeliveryTime": {
868            "type": "timestamp"
869        },
870        "com.amazonaws.alexaforbusiness#BusinessReportDownloadUrl": {
871            "type": "string"
872        },
873        "com.amazonaws.alexaforbusiness#BusinessReportFailureCode": {
874            "type": "string",
875            "traits": {
876                "smithy.api#enum": [
877                    {
878                        "value": "ACCESS_DENIED",
879                        "name": "ACCESS_DENIED"
880                    },
881                    {
882                        "value": "NO_SUCH_BUCKET",
883                        "name": "NO_SUCH_BUCKET"
884                    },
885                    {
886                        "value": "INTERNAL_FAILURE",
887                        "name": "INTERNAL_FAILURE"
888                    }
889                ]
890            }
891        },
892        "com.amazonaws.alexaforbusiness#BusinessReportFormat": {
893            "type": "string",
894            "traits": {
895                "smithy.api#enum": [
896                    {
897                        "value": "CSV",
898                        "name": "CSV"
899                    },
900                    {
901                        "value": "CSV_ZIP",
902                        "name": "CSV_ZIP"
903                    }
904                ]
905            }
906        },
907        "com.amazonaws.alexaforbusiness#BusinessReportInterval": {
908            "type": "string",
909            "traits": {
910                "smithy.api#enum": [
911                    {
912                        "value": "ONE_DAY",
913                        "name": "ONE_DAY"
914                    },
915                    {
916                        "value": "ONE_WEEK",
917                        "name": "ONE_WEEK"
918                    },
919                    {
920                        "value": "THIRTY_DAYS",
921                        "name": "THIRTY_DAYS"
922                    }
923                ]
924            }
925        },
926        "com.amazonaws.alexaforbusiness#BusinessReportRecurrence": {
927            "type": "structure",
928            "members": {
929                "StartDate": {
930                    "target": "com.amazonaws.alexaforbusiness#Date",
931                    "traits": {
932                        "smithy.api#documentation": "<p>The start date.</p>"
933                    }
934                }
935            },
936            "traits": {
937                "smithy.api#documentation": "<p>The recurrence of the reports.</p>"
938            }
939        },
940        "com.amazonaws.alexaforbusiness#BusinessReportS3Location": {
941            "type": "structure",
942            "members": {
943                "Path": {
944                    "target": "com.amazonaws.alexaforbusiness#BusinessReportS3Path",
945                    "traits": {
946                        "smithy.api#documentation": "<p>The path of the business report.</p>"
947                    }
948                },
949                "BucketName": {
950                    "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName",
951                    "traits": {
952                        "smithy.api#documentation": "<p>The S3 bucket name of the output reports.</p>"
953                    }
954                }
955            },
956            "traits": {
957                "smithy.api#documentation": "<p>The S3 location of the output reports.</p>"
958            }
959        },
960        "com.amazonaws.alexaforbusiness#BusinessReportS3Path": {
961            "type": "string"
962        },
963        "com.amazonaws.alexaforbusiness#BusinessReportSchedule": {
964            "type": "structure",
965            "members": {
966                "ScheduleArn": {
967                    "target": "com.amazonaws.alexaforbusiness#Arn",
968                    "traits": {
969                        "smithy.api#documentation": "<p>The ARN of the business report schedule.</p>"
970                    }
971                },
972                "ScheduleName": {
973                    "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleName",
974                    "traits": {
975                        "smithy.api#documentation": "<p>The name identifier of the schedule.</p>"
976                    }
977                },
978                "S3BucketName": {
979                    "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName",
980                    "traits": {
981                        "smithy.api#documentation": "<p>The S3 bucket name of the output reports.</p>"
982                    }
983                },
984                "S3KeyPrefix": {
985                    "target": "com.amazonaws.alexaforbusiness#S3KeyPrefix",
986                    "traits": {
987                        "smithy.api#documentation": "<p>The S3 key where the report is delivered.</p>"
988                    }
989                },
990                "Format": {
991                    "target": "com.amazonaws.alexaforbusiness#BusinessReportFormat",
992                    "traits": {
993                        "smithy.api#documentation": "<p>The format of the generated report (individual CSV files or zipped files of\n         individual files).</p>"
994                    }
995                },
996                "ContentRange": {
997                    "target": "com.amazonaws.alexaforbusiness#BusinessReportContentRange",
998                    "traits": {
999                        "smithy.api#documentation": "<p>The content range of the reports.</p>"
1000                    }
1001                },
1002                "Recurrence": {
1003                    "target": "com.amazonaws.alexaforbusiness#BusinessReportRecurrence",
1004                    "traits": {
1005                        "smithy.api#documentation": "<p>The recurrence of the reports.</p>"
1006                    }
1007                },
1008                "LastBusinessReport": {
1009                    "target": "com.amazonaws.alexaforbusiness#BusinessReport",
1010                    "traits": {
1011                        "smithy.api#documentation": "<p>The details of the last business report delivery for a specified time\n         interval.</p>"
1012                    }
1013                }
1014            },
1015            "traits": {
1016                "smithy.api#documentation": "<p>The schedule of the usage report.</p>"
1017            }
1018        },
1019        "com.amazonaws.alexaforbusiness#BusinessReportScheduleList": {
1020            "type": "list",
1021            "member": {
1022                "target": "com.amazonaws.alexaforbusiness#BusinessReportSchedule"
1023            }
1024        },
1025        "com.amazonaws.alexaforbusiness#BusinessReportScheduleName": {
1026            "type": "string",
1027            "traits": {
1028                "smithy.api#length": {
1029                    "min": 0,
1030                    "max": 64
1031                },
1032                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
1033            }
1034        },
1035        "com.amazonaws.alexaforbusiness#BusinessReportStatus": {
1036            "type": "string",
1037            "traits": {
1038                "smithy.api#enum": [
1039                    {
1040                        "value": "RUNNING",
1041                        "name": "RUNNING"
1042                    },
1043                    {
1044                        "value": "SUCCEEDED",
1045                        "name": "SUCCEEDED"
1046                    },
1047                    {
1048                        "value": "FAILED",
1049                        "name": "FAILED"
1050                    }
1051                ]
1052            }
1053        },
1054        "com.amazonaws.alexaforbusiness#Category": {
1055            "type": "structure",
1056            "members": {
1057                "CategoryId": {
1058                    "target": "com.amazonaws.alexaforbusiness#CategoryId",
1059                    "traits": {
1060                        "smithy.api#documentation": "<p>The ID of the skill store category.</p>"
1061                    }
1062                },
1063                "CategoryName": {
1064                    "target": "com.amazonaws.alexaforbusiness#CategoryName",
1065                    "traits": {
1066                        "smithy.api#documentation": "<p>The name of the skill store category.</p>"
1067                    }
1068                }
1069            },
1070            "traits": {
1071                "smithy.api#documentation": "<p>The skill store category that is shown. Alexa skills are assigned a specific skill\n         category during creation, such as News, Social, and Sports.</p>"
1072            }
1073        },
1074        "com.amazonaws.alexaforbusiness#CategoryId": {
1075            "type": "long",
1076            "traits": {
1077                "smithy.api#box": {},
1078                "smithy.api#range": {
1079                    "min": 1
1080                }
1081            }
1082        },
1083        "com.amazonaws.alexaforbusiness#CategoryList": {
1084            "type": "list",
1085            "member": {
1086                "target": "com.amazonaws.alexaforbusiness#Category"
1087            }
1088        },
1089        "com.amazonaws.alexaforbusiness#CategoryName": {
1090            "type": "string"
1091        },
1092        "com.amazonaws.alexaforbusiness#CertificateTime": {
1093            "type": "timestamp"
1094        },
1095        "com.amazonaws.alexaforbusiness#ClientId": {
1096            "type": "string",
1097            "traits": {
1098                "smithy.api#pattern": "^\\S+{1,256}$"
1099            }
1100        },
1101        "com.amazonaws.alexaforbusiness#ClientRequestToken": {
1102            "type": "string",
1103            "traits": {
1104                "smithy.api#documentation": "<p>A unique, user-specified identifier for the request that ensures idempotency.</p>",
1105                "smithy.api#length": {
1106                    "min": 10,
1107                    "max": 150
1108                },
1109                "smithy.api#pattern": "[a-zA-Z0-9][a-zA-Z0-9_-]*"
1110            }
1111        },
1112        "com.amazonaws.alexaforbusiness#CommsProtocol": {
1113            "type": "string",
1114            "traits": {
1115                "smithy.api#enum": [
1116                    {
1117                        "value": "SIP",
1118                        "name": "SIP"
1119                    },
1120                    {
1121                        "value": "SIPS",
1122                        "name": "SIPS"
1123                    },
1124                    {
1125                        "value": "H323",
1126                        "name": "H323"
1127                    }
1128                ]
1129            }
1130        },
1131        "com.amazonaws.alexaforbusiness#ConcurrentModificationException": {
1132            "type": "structure",
1133            "members": {
1134                "Message": {
1135                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
1136                }
1137            },
1138            "traits": {
1139                "smithy.api#documentation": "<p>There is a concurrent modification of resources.</p>",
1140                "smithy.api#error": "client"
1141            }
1142        },
1143        "com.amazonaws.alexaforbusiness#ConferencePreference": {
1144            "type": "structure",
1145            "members": {
1146                "DefaultConferenceProviderArn": {
1147                    "target": "com.amazonaws.alexaforbusiness#Arn",
1148                    "traits": {
1149                        "smithy.api#documentation": "<p>The ARN of the default conference provider.</p>"
1150                    }
1151                }
1152            },
1153            "traits": {
1154                "smithy.api#documentation": "<p>The default conference provider that is used if no other scheduled meetings are\n         detected.</p>"
1155            }
1156        },
1157        "com.amazonaws.alexaforbusiness#ConferenceProvider": {
1158            "type": "structure",
1159            "members": {
1160                "Arn": {
1161                    "target": "com.amazonaws.alexaforbusiness#Arn",
1162                    "traits": {
1163                        "smithy.api#documentation": "<p>The ARN of the newly created conference provider.</p>"
1164                    }
1165                },
1166                "Name": {
1167                    "target": "com.amazonaws.alexaforbusiness#ConferenceProviderName",
1168                    "traits": {
1169                        "smithy.api#documentation": "<p>The name of the conference provider.</p>"
1170                    }
1171                },
1172                "Type": {
1173                    "target": "com.amazonaws.alexaforbusiness#ConferenceProviderType",
1174                    "traits": {
1175                        "smithy.api#documentation": "<p>The type of conference providers.</p>"
1176                    }
1177                },
1178                "IPDialIn": {
1179                    "target": "com.amazonaws.alexaforbusiness#IPDialIn",
1180                    "traits": {
1181                        "smithy.api#documentation": "<p>The IP endpoint and protocol for calling.</p>"
1182                    }
1183                },
1184                "PSTNDialIn": {
1185                    "target": "com.amazonaws.alexaforbusiness#PSTNDialIn",
1186                    "traits": {
1187                        "smithy.api#documentation": "<p>The information for PSTN conferencing.</p>"
1188                    }
1189                },
1190                "MeetingSetting": {
1191                    "target": "com.amazonaws.alexaforbusiness#MeetingSetting",
1192                    "traits": {
1193                        "smithy.api#documentation": "<p>The meeting settings for the conference provider.</p>"
1194                    }
1195                }
1196            },
1197            "traits": {
1198                "smithy.api#documentation": "<p>An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom. </p>"
1199            }
1200        },
1201        "com.amazonaws.alexaforbusiness#ConferenceProviderName": {
1202            "type": "string",
1203            "traits": {
1204                "smithy.api#length": {
1205                    "min": 1,
1206                    "max": 50
1207                },
1208                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
1209            }
1210        },
1211        "com.amazonaws.alexaforbusiness#ConferenceProviderType": {
1212            "type": "string",
1213            "traits": {
1214                "smithy.api#enum": [
1215                    {
1216                        "value": "CHIME",
1217                        "name": "CHIME"
1218                    },
1219                    {
1220                        "value": "BLUEJEANS",
1221                        "name": "BLUEJEANS"
1222                    },
1223                    {
1224                        "value": "FUZE",
1225                        "name": "FUZE"
1226                    },
1227                    {
1228                        "value": "GOOGLE_HANGOUTS",
1229                        "name": "GOOGLE_HANGOUTS"
1230                    },
1231                    {
1232                        "value": "POLYCOM",
1233                        "name": "POLYCOM"
1234                    },
1235                    {
1236                        "value": "RINGCENTRAL",
1237                        "name": "RINGCENTRAL"
1238                    },
1239                    {
1240                        "value": "SKYPE_FOR_BUSINESS",
1241                        "name": "SKYPE_FOR_BUSINESS"
1242                    },
1243                    {
1244                        "value": "WEBEX",
1245                        "name": "WEBEX"
1246                    },
1247                    {
1248                        "value": "ZOOM",
1249                        "name": "ZOOM"
1250                    },
1251                    {
1252                        "value": "CUSTOM",
1253                        "name": "CUSTOM"
1254                    }
1255                ]
1256            }
1257        },
1258        "com.amazonaws.alexaforbusiness#ConferenceProvidersList": {
1259            "type": "list",
1260            "member": {
1261                "target": "com.amazonaws.alexaforbusiness#ConferenceProvider"
1262            }
1263        },
1264        "com.amazonaws.alexaforbusiness#ConnectionStatus": {
1265            "type": "string",
1266            "traits": {
1267                "smithy.api#enum": [
1268                    {
1269                        "value": "ONLINE",
1270                        "name": "ONLINE"
1271                    },
1272                    {
1273                        "value": "OFFLINE",
1274                        "name": "OFFLINE"
1275                    }
1276                ]
1277            }
1278        },
1279        "com.amazonaws.alexaforbusiness#ConnectionStatusUpdatedTime": {
1280            "type": "timestamp"
1281        },
1282        "com.amazonaws.alexaforbusiness#Contact": {
1283            "type": "structure",
1284            "members": {
1285                "ContactArn": {
1286                    "target": "com.amazonaws.alexaforbusiness#Arn",
1287                    "traits": {
1288                        "smithy.api#documentation": "<p>The ARN of the contact.</p>"
1289                    }
1290                },
1291                "DisplayName": {
1292                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1293                    "traits": {
1294                        "smithy.api#documentation": "<p>The name of the contact to display on the console.</p>"
1295                    }
1296                },
1297                "FirstName": {
1298                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1299                    "traits": {
1300                        "smithy.api#documentation": "<p>The first name of the contact, used to call the contact on the device.</p>"
1301                    }
1302                },
1303                "LastName": {
1304                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1305                    "traits": {
1306                        "smithy.api#documentation": "<p>The last name of the contact, used to call the contact on the device.</p>"
1307                    }
1308                },
1309                "PhoneNumber": {
1310                    "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber",
1311                    "traits": {
1312                        "smithy.api#documentation": "<p>The phone number of the contact. The phone number type defaults to WORK. You can\n         either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which\n         lets you specify the phone number type and multiple numbers.</p>"
1313                    }
1314                },
1315                "PhoneNumbers": {
1316                    "target": "com.amazonaws.alexaforbusiness#PhoneNumberList",
1317                    "traits": {
1318                        "smithy.api#documentation": "<p>The list of phone numbers for the contact.</p>"
1319                    }
1320                },
1321                "SipAddresses": {
1322                    "target": "com.amazonaws.alexaforbusiness#SipAddressList",
1323                    "traits": {
1324                        "smithy.api#documentation": "<p>The list of SIP addresses for the contact.</p>"
1325                    }
1326                }
1327            },
1328            "traits": {
1329                "smithy.api#documentation": "<p>A contact with attributes.</p>"
1330            }
1331        },
1332        "com.amazonaws.alexaforbusiness#ContactData": {
1333            "type": "structure",
1334            "members": {
1335                "ContactArn": {
1336                    "target": "com.amazonaws.alexaforbusiness#Arn",
1337                    "traits": {
1338                        "smithy.api#documentation": "<p>The ARN of the contact.</p>"
1339                    }
1340                },
1341                "DisplayName": {
1342                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1343                    "traits": {
1344                        "smithy.api#documentation": "<p>The name of the contact to display on the console.</p>"
1345                    }
1346                },
1347                "FirstName": {
1348                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1349                    "traits": {
1350                        "smithy.api#documentation": "<p>The first name of the contact, used to call the contact on the device.</p>"
1351                    }
1352                },
1353                "LastName": {
1354                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1355                    "traits": {
1356                        "smithy.api#documentation": "<p>The last name of the contact, used to call the contact on the device.</p>"
1357                    }
1358                },
1359                "PhoneNumber": {
1360                    "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber",
1361                    "traits": {
1362                        "smithy.api#documentation": "<p>The phone number of the contact. The phone number type defaults to WORK. You can\n         specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you\n         specify the phone number type and multiple numbers.</p>"
1363                    }
1364                },
1365                "PhoneNumbers": {
1366                    "target": "com.amazonaws.alexaforbusiness#PhoneNumberList",
1367                    "traits": {
1368                        "smithy.api#documentation": "<p>The list of phone numbers for the contact.</p>"
1369                    }
1370                },
1371                "SipAddresses": {
1372                    "target": "com.amazonaws.alexaforbusiness#SipAddressList",
1373                    "traits": {
1374                        "smithy.api#documentation": "<p>The list of SIP addresses for the contact.</p>"
1375                    }
1376                }
1377            },
1378            "traits": {
1379                "smithy.api#documentation": "<p>Information related to a contact.</p>"
1380            }
1381        },
1382        "com.amazonaws.alexaforbusiness#ContactDataList": {
1383            "type": "list",
1384            "member": {
1385                "target": "com.amazonaws.alexaforbusiness#ContactData"
1386            }
1387        },
1388        "com.amazonaws.alexaforbusiness#ContactName": {
1389            "type": "string",
1390            "traits": {
1391                "smithy.api#length": {
1392                    "min": 1,
1393                    "max": 100
1394                },
1395                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
1396            }
1397        },
1398        "com.amazonaws.alexaforbusiness#Content": {
1399            "type": "structure",
1400            "members": {
1401                "TextList": {
1402                    "target": "com.amazonaws.alexaforbusiness#TextList",
1403                    "traits": {
1404                        "smithy.api#documentation": "<p>The list of text messages.</p>"
1405                    }
1406                },
1407                "SsmlList": {
1408                    "target": "com.amazonaws.alexaforbusiness#SsmlList",
1409                    "traits": {
1410                        "smithy.api#documentation": "<p>The list of SSML messages.</p>"
1411                    }
1412                },
1413                "AudioList": {
1414                    "target": "com.amazonaws.alexaforbusiness#AudioList",
1415                    "traits": {
1416                        "smithy.api#documentation": "<p>The list of audio messages.</p>"
1417                    }
1418                }
1419            },
1420            "traits": {
1421                "smithy.api#documentation": "<p>The content definition. This can contain only one text, SSML, or audio list\n         object.</p>"
1422            }
1423        },
1424        "com.amazonaws.alexaforbusiness#CountryCode": {
1425            "type": "string",
1426            "traits": {
1427                "smithy.api#pattern": "\\d{1,3}"
1428            }
1429        },
1430        "com.amazonaws.alexaforbusiness#CreateAddressBook": {
1431            "type": "operation",
1432            "input": {
1433                "target": "com.amazonaws.alexaforbusiness#CreateAddressBookRequest"
1434            },
1435            "output": {
1436                "target": "com.amazonaws.alexaforbusiness#CreateAddressBookResponse"
1437            },
1438            "errors": [
1439                {
1440                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
1441                },
1442                {
1443                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
1444                }
1445            ],
1446            "traits": {
1447                "smithy.api#documentation": "<p>Creates an address book with the specified details.</p>"
1448            }
1449        },
1450        "com.amazonaws.alexaforbusiness#CreateAddressBookRequest": {
1451            "type": "structure",
1452            "members": {
1453                "Name": {
1454                    "target": "com.amazonaws.alexaforbusiness#AddressBookName",
1455                    "traits": {
1456                        "smithy.api#documentation": "<p>The name of the address book.</p>",
1457                        "smithy.api#required": {}
1458                    }
1459                },
1460                "Description": {
1461                    "target": "com.amazonaws.alexaforbusiness#AddressBookDescription",
1462                    "traits": {
1463                        "smithy.api#documentation": "<p>The description of the address book.</p>"
1464                    }
1465                },
1466                "ClientRequestToken": {
1467                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
1468                    "traits": {
1469                        "smithy.api#documentation": "<p>A unique, user-specified identifier for the request that ensures\n         idempotency.</p>",
1470                        "smithy.api#idempotencyToken": {}
1471                    }
1472                },
1473                "Tags": {
1474                    "target": "com.amazonaws.alexaforbusiness#TagList",
1475                    "traits": {
1476                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1477                    }
1478                }
1479            }
1480        },
1481        "com.amazonaws.alexaforbusiness#CreateAddressBookResponse": {
1482            "type": "structure",
1483            "members": {
1484                "AddressBookArn": {
1485                    "target": "com.amazonaws.alexaforbusiness#Arn",
1486                    "traits": {
1487                        "smithy.api#documentation": "<p>The ARN of the newly created address book.</p>"
1488                    }
1489                }
1490            }
1491        },
1492        "com.amazonaws.alexaforbusiness#CreateBusinessReportSchedule": {
1493            "type": "operation",
1494            "input": {
1495                "target": "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleRequest"
1496            },
1497            "output": {
1498                "target": "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleResponse"
1499            },
1500            "errors": [
1501                {
1502                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
1503                }
1504            ],
1505            "traits": {
1506                "smithy.api#documentation": "<p>Creates a recurring schedule for usage reports to deliver to the specified S3\n         location with a specified daily or weekly interval.</p>"
1507            }
1508        },
1509        "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleRequest": {
1510            "type": "structure",
1511            "members": {
1512                "ScheduleName": {
1513                    "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleName",
1514                    "traits": {
1515                        "smithy.api#documentation": "<p>The name identifier of the schedule.</p>"
1516                    }
1517                },
1518                "S3BucketName": {
1519                    "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName",
1520                    "traits": {
1521                        "smithy.api#documentation": "<p>The S3 bucket name of the output reports. If this isn't specified, the report can be\n         retrieved from a download link by calling ListBusinessReportSchedule. </p>"
1522                    }
1523                },
1524                "S3KeyPrefix": {
1525                    "target": "com.amazonaws.alexaforbusiness#S3KeyPrefix",
1526                    "traits": {
1527                        "smithy.api#documentation": "<p>The S3 key where the report is delivered.</p>"
1528                    }
1529                },
1530                "Format": {
1531                    "target": "com.amazonaws.alexaforbusiness#BusinessReportFormat",
1532                    "traits": {
1533                        "smithy.api#documentation": "<p>The format of the generated report (individual CSV files or zipped files of\n         individual files).</p>",
1534                        "smithy.api#required": {}
1535                    }
1536                },
1537                "ContentRange": {
1538                    "target": "com.amazonaws.alexaforbusiness#BusinessReportContentRange",
1539                    "traits": {
1540                        "smithy.api#documentation": "<p>The content range of the reports.</p>",
1541                        "smithy.api#required": {}
1542                    }
1543                },
1544                "Recurrence": {
1545                    "target": "com.amazonaws.alexaforbusiness#BusinessReportRecurrence",
1546                    "traits": {
1547                        "smithy.api#documentation": "<p>The recurrence of the reports. If this isn't specified, the report will only be\n         delivered one time when the API is called. </p>"
1548                    }
1549                },
1550                "ClientRequestToken": {
1551                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
1552                    "traits": {
1553                        "smithy.api#documentation": "<p>The client request token.</p>",
1554                        "smithy.api#idempotencyToken": {}
1555                    }
1556                },
1557                "Tags": {
1558                    "target": "com.amazonaws.alexaforbusiness#TagList",
1559                    "traits": {
1560                        "smithy.api#documentation": "<p>The tags for the business report schedule.</p>"
1561                    }
1562                }
1563            }
1564        },
1565        "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleResponse": {
1566            "type": "structure",
1567            "members": {
1568                "ScheduleArn": {
1569                    "target": "com.amazonaws.alexaforbusiness#Arn",
1570                    "traits": {
1571                        "smithy.api#documentation": "<p>The ARN of the business report schedule.</p>"
1572                    }
1573                }
1574            }
1575        },
1576        "com.amazonaws.alexaforbusiness#CreateConferenceProvider": {
1577            "type": "operation",
1578            "input": {
1579                "target": "com.amazonaws.alexaforbusiness#CreateConferenceProviderRequest"
1580            },
1581            "output": {
1582                "target": "com.amazonaws.alexaforbusiness#CreateConferenceProviderResponse"
1583            },
1584            "errors": [
1585                {
1586                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
1587                }
1588            ],
1589            "traits": {
1590                "smithy.api#documentation": "<p>Adds a new conference provider under the user's AWS account.</p>"
1591            }
1592        },
1593        "com.amazonaws.alexaforbusiness#CreateConferenceProviderRequest": {
1594            "type": "structure",
1595            "members": {
1596                "ConferenceProviderName": {
1597                    "target": "com.amazonaws.alexaforbusiness#ConferenceProviderName",
1598                    "traits": {
1599                        "smithy.api#documentation": "<p>The name of the conference provider.</p>",
1600                        "smithy.api#required": {}
1601                    }
1602                },
1603                "ConferenceProviderType": {
1604                    "target": "com.amazonaws.alexaforbusiness#ConferenceProviderType",
1605                    "traits": {
1606                        "smithy.api#documentation": "<p>Represents a type within a list of predefined types.</p>",
1607                        "smithy.api#required": {}
1608                    }
1609                },
1610                "IPDialIn": {
1611                    "target": "com.amazonaws.alexaforbusiness#IPDialIn",
1612                    "traits": {
1613                        "smithy.api#documentation": "<p>The IP endpoint and protocol for calling.</p>"
1614                    }
1615                },
1616                "PSTNDialIn": {
1617                    "target": "com.amazonaws.alexaforbusiness#PSTNDialIn",
1618                    "traits": {
1619                        "smithy.api#documentation": "<p>The information for PSTN conferencing.</p>"
1620                    }
1621                },
1622                "MeetingSetting": {
1623                    "target": "com.amazonaws.alexaforbusiness#MeetingSetting",
1624                    "traits": {
1625                        "smithy.api#documentation": "<p>The meeting settings for the conference provider.</p>",
1626                        "smithy.api#required": {}
1627                    }
1628                },
1629                "ClientRequestToken": {
1630                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
1631                    "traits": {
1632                        "smithy.api#documentation": "<p>The request token of the client.</p>",
1633                        "smithy.api#idempotencyToken": {}
1634                    }
1635                },
1636                "Tags": {
1637                    "target": "com.amazonaws.alexaforbusiness#TagList",
1638                    "traits": {
1639                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1640                    }
1641                }
1642            }
1643        },
1644        "com.amazonaws.alexaforbusiness#CreateConferenceProviderResponse": {
1645            "type": "structure",
1646            "members": {
1647                "ConferenceProviderArn": {
1648                    "target": "com.amazonaws.alexaforbusiness#Arn",
1649                    "traits": {
1650                        "smithy.api#documentation": "<p>The ARN of the newly-created conference provider.</p>"
1651                    }
1652                }
1653            }
1654        },
1655        "com.amazonaws.alexaforbusiness#CreateContact": {
1656            "type": "operation",
1657            "input": {
1658                "target": "com.amazonaws.alexaforbusiness#CreateContactRequest"
1659            },
1660            "output": {
1661                "target": "com.amazonaws.alexaforbusiness#CreateContactResponse"
1662            },
1663            "errors": [
1664                {
1665                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
1666                },
1667                {
1668                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
1669                }
1670            ],
1671            "traits": {
1672                "smithy.api#documentation": "<p>Creates a contact with the specified details.</p>"
1673            }
1674        },
1675        "com.amazonaws.alexaforbusiness#CreateContactRequest": {
1676            "type": "structure",
1677            "members": {
1678                "DisplayName": {
1679                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1680                    "traits": {
1681                        "smithy.api#documentation": "<p>The name of the contact to display on the console.</p>"
1682                    }
1683                },
1684                "FirstName": {
1685                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1686                    "traits": {
1687                        "smithy.api#documentation": "<p>The first name of the contact that is used to call the contact on the\n         device.</p>",
1688                        "smithy.api#required": {}
1689                    }
1690                },
1691                "LastName": {
1692                    "target": "com.amazonaws.alexaforbusiness#ContactName",
1693                    "traits": {
1694                        "smithy.api#documentation": "<p>The last name of the contact that is used to call the contact on the\n         device.</p>"
1695                    }
1696                },
1697                "PhoneNumber": {
1698                    "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber",
1699                    "traits": {
1700                        "smithy.api#documentation": "<p>The phone number of the contact in E.164 format. The phone number type defaults to\n         WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers,\n         which lets you specify the phone number type and multiple numbers.</p>"
1701                    }
1702                },
1703                "PhoneNumbers": {
1704                    "target": "com.amazonaws.alexaforbusiness#PhoneNumberList",
1705                    "traits": {
1706                        "smithy.api#documentation": "<p>The list of phone numbers for the contact.</p>"
1707                    }
1708                },
1709                "SipAddresses": {
1710                    "target": "com.amazonaws.alexaforbusiness#SipAddressList",
1711                    "traits": {
1712                        "smithy.api#documentation": "<p>The list of SIP addresses for the contact.</p>"
1713                    }
1714                },
1715                "ClientRequestToken": {
1716                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
1717                    "traits": {
1718                        "smithy.api#documentation": "<p>A unique, user-specified identifier for this request that ensures\n         idempotency.</p>",
1719                        "smithy.api#idempotencyToken": {}
1720                    }
1721                },
1722                "Tags": {
1723                    "target": "com.amazonaws.alexaforbusiness#TagList",
1724                    "traits": {
1725                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1726                    }
1727                }
1728            }
1729        },
1730        "com.amazonaws.alexaforbusiness#CreateContactResponse": {
1731            "type": "structure",
1732            "members": {
1733                "ContactArn": {
1734                    "target": "com.amazonaws.alexaforbusiness#Arn",
1735                    "traits": {
1736                        "smithy.api#documentation": "<p>The ARN of the newly created address book.</p>"
1737                    }
1738                }
1739            }
1740        },
1741        "com.amazonaws.alexaforbusiness#CreateEndOfMeetingReminder": {
1742            "type": "structure",
1743            "members": {
1744                "ReminderAtMinutes": {
1745                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList",
1746                    "traits": {
1747                        "smithy.api#documentation": "<p> A range of 3 to 15 minutes that determines when the reminder begins.</p>",
1748                        "smithy.api#required": {}
1749                    }
1750                },
1751                "ReminderType": {
1752                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType",
1753                    "traits": {
1754                        "smithy.api#documentation": "<p>The type of sound that users hear during the end of meeting reminder. </p>",
1755                        "smithy.api#required": {}
1756                    }
1757                },
1758                "Enabled": {
1759                    "target": "com.amazonaws.alexaforbusiness#Boolean",
1760                    "traits": {
1761                        "smithy.api#documentation": "<p>Whether an end of meeting reminder is enabled or not.</p>",
1762                        "smithy.api#required": {}
1763                    }
1764                }
1765            },
1766            "traits": {
1767                "smithy.api#documentation": "<p>Creates settings for the end of meeting reminder feature that are applied to a room\n         profile. The end of meeting reminder enables Alexa to remind users when a meeting is\n         ending.</p>"
1768            }
1769        },
1770        "com.amazonaws.alexaforbusiness#CreateGatewayGroup": {
1771            "type": "operation",
1772            "input": {
1773                "target": "com.amazonaws.alexaforbusiness#CreateGatewayGroupRequest"
1774            },
1775            "output": {
1776                "target": "com.amazonaws.alexaforbusiness#CreateGatewayGroupResponse"
1777            },
1778            "errors": [
1779                {
1780                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
1781                },
1782                {
1783                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
1784                }
1785            ],
1786            "traits": {
1787                "smithy.api#documentation": "<p>Creates a gateway group with the specified details.</p>"
1788            }
1789        },
1790        "com.amazonaws.alexaforbusiness#CreateGatewayGroupRequest": {
1791            "type": "structure",
1792            "members": {
1793                "Name": {
1794                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupName",
1795                    "traits": {
1796                        "smithy.api#documentation": "<p>The name of the gateway group.</p>",
1797                        "smithy.api#required": {}
1798                    }
1799                },
1800                "Description": {
1801                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription",
1802                    "traits": {
1803                        "smithy.api#documentation": "<p>The description of the gateway group.</p>"
1804                    }
1805                },
1806                "ClientRequestToken": {
1807                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
1808                    "traits": {
1809                        "smithy.api#documentation": "<p> A unique, user-specified identifier for the request that ensures idempotency.</p>",
1810                        "smithy.api#idempotencyToken": {},
1811                        "smithy.api#required": {}
1812                    }
1813                },
1814                "Tags": {
1815                    "target": "com.amazonaws.alexaforbusiness#TagList",
1816                    "traits": {
1817                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
1818                    }
1819                }
1820            }
1821        },
1822        "com.amazonaws.alexaforbusiness#CreateGatewayGroupResponse": {
1823            "type": "structure",
1824            "members": {
1825                "GatewayGroupArn": {
1826                    "target": "com.amazonaws.alexaforbusiness#Arn",
1827                    "traits": {
1828                        "smithy.api#documentation": "<p>The ARN of the created gateway group.</p>"
1829                    }
1830                }
1831            }
1832        },
1833        "com.amazonaws.alexaforbusiness#CreateInstantBooking": {
1834            "type": "structure",
1835            "members": {
1836                "DurationInMinutes": {
1837                    "target": "com.amazonaws.alexaforbusiness#Minutes",
1838                    "traits": {
1839                        "smithy.api#documentation": "<p>Duration between 15 and 240 minutes at increments of 15 that determines how long to book\n         an available room when a meeting is started with Alexa.</p>",
1840                        "smithy.api#required": {}
1841                    }
1842                },
1843                "Enabled": {
1844                    "target": "com.amazonaws.alexaforbusiness#Boolean",
1845                    "traits": {
1846                        "smithy.api#documentation": "<p>Whether instant booking is enabled or not.</p>",
1847                        "smithy.api#required": {}
1848                    }
1849                }
1850            },
1851            "traits": {
1852                "smithy.api#documentation": "<p>Creates settings for the instant booking feature that are applied to a room profile.\n         When users start their meeting with Alexa, Alexa automatically books the room for the\n         configured duration if the room is available.</p>"
1853            }
1854        },
1855        "com.amazonaws.alexaforbusiness#CreateMeetingRoomConfiguration": {
1856            "type": "structure",
1857            "members": {
1858                "RoomUtilizationMetricsEnabled": {
1859                    "target": "com.amazonaws.alexaforbusiness#Boolean",
1860                    "traits": {
1861                        "smithy.api#documentation": "<p>Whether room utilization metrics are enabled or not.</p>"
1862                    }
1863                },
1864                "EndOfMeetingReminder": {
1865                    "target": "com.amazonaws.alexaforbusiness#CreateEndOfMeetingReminder"
1866                },
1867                "InstantBooking": {
1868                    "target": "com.amazonaws.alexaforbusiness#CreateInstantBooking",
1869                    "traits": {
1870                        "smithy.api#documentation": "<p>Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.</p>"
1871                    }
1872                },
1873                "RequireCheckIn": {
1874                    "target": "com.amazonaws.alexaforbusiness#CreateRequireCheckIn",
1875                    "traits": {
1876                        "smithy.api#documentation": "<p>Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”</p>"
1877                    }
1878                }
1879            },
1880            "traits": {
1881                "smithy.api#documentation": "<p>Creates meeting room settings of a room profile.</p>"
1882            }
1883        },
1884        "com.amazonaws.alexaforbusiness#CreateNetworkProfile": {
1885            "type": "operation",
1886            "input": {
1887                "target": "com.amazonaws.alexaforbusiness#CreateNetworkProfileRequest"
1888            },
1889            "output": {
1890                "target": "com.amazonaws.alexaforbusiness#CreateNetworkProfileResponse"
1891            },
1892            "errors": [
1893                {
1894                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
1895                },
1896                {
1897                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
1898                },
1899                {
1900                    "target": "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException"
1901                },
1902                {
1903                    "target": "com.amazonaws.alexaforbusiness#InvalidServiceLinkedRoleStateException"
1904                },
1905                {
1906                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
1907                }
1908            ],
1909            "traits": {
1910                "smithy.api#documentation": "<p>Creates a network profile with the specified details.</p>"
1911            }
1912        },
1913        "com.amazonaws.alexaforbusiness#CreateNetworkProfileRequest": {
1914            "type": "structure",
1915            "members": {
1916                "NetworkProfileName": {
1917                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileName",
1918                    "traits": {
1919                        "smithy.api#documentation": "<p>The name of the network profile associated with a device.</p>",
1920                        "smithy.api#required": {}
1921                    }
1922                },
1923                "Description": {
1924                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription",
1925                    "traits": {
1926                        "smithy.api#documentation": "<p>Detailed information about a device's network profile.</p>"
1927                    }
1928                },
1929                "Ssid": {
1930                    "target": "com.amazonaws.alexaforbusiness#NetworkSsid",
1931                    "traits": {
1932                        "smithy.api#documentation": "<p>The SSID of the Wi-Fi network.</p>",
1933                        "smithy.api#required": {}
1934                    }
1935                },
1936                "SecurityType": {
1937                    "target": "com.amazonaws.alexaforbusiness#NetworkSecurityType",
1938                    "traits": {
1939                        "smithy.api#documentation": "<p>The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,\n         WEP, or OPEN.</p>",
1940                        "smithy.api#required": {}
1941                    }
1942                },
1943                "EapMethod": {
1944                    "target": "com.amazonaws.alexaforbusiness#NetworkEapMethod",
1945                    "traits": {
1946                        "smithy.api#documentation": "<p>The authentication standard that is used in the EAP framework. Currently, EAP_TLS is\n         supported.</p>"
1947                    }
1948                },
1949                "CurrentPassword": {
1950                    "target": "com.amazonaws.alexaforbusiness#CurrentWiFiPassword",
1951                    "traits": {
1952                        "smithy.api#documentation": "<p>The current password of the Wi-Fi network.</p>"
1953                    }
1954                },
1955                "NextPassword": {
1956                    "target": "com.amazonaws.alexaforbusiness#NextWiFiPassword",
1957                    "traits": {
1958                        "smithy.api#documentation": "<p>The next, or subsequent, password of the Wi-Fi network. This password is asynchronously\n         transmitted to the device and is used when the password of the network changes to\n         NextPassword. </p>"
1959                    }
1960                },
1961                "CertificateAuthorityArn": {
1962                    "target": "com.amazonaws.alexaforbusiness#Arn",
1963                    "traits": {
1964                        "smithy.api#documentation": "<p>The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n         (ACM). This is used to issue certificates to the devices. </p>"
1965                    }
1966                },
1967                "TrustAnchors": {
1968                    "target": "com.amazonaws.alexaforbusiness#TrustAnchorList",
1969                    "traits": {
1970                        "smithy.api#documentation": "<p>The root certificates of your authentication server that is installed on your devices\n         and used to trust your authentication server during EAP negotiation. </p>"
1971                    }
1972                },
1973                "ClientRequestToken": {
1974                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
1975                    "traits": {
1976                        "smithy.api#idempotencyToken": {},
1977                        "smithy.api#required": {}
1978                    }
1979                },
1980                "Tags": {
1981                    "target": "com.amazonaws.alexaforbusiness#TagList",
1982                    "traits": {
1983                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags. </p>"
1984                    }
1985                }
1986            }
1987        },
1988        "com.amazonaws.alexaforbusiness#CreateNetworkProfileResponse": {
1989            "type": "structure",
1990            "members": {
1991                "NetworkProfileArn": {
1992                    "target": "com.amazonaws.alexaforbusiness#Arn",
1993                    "traits": {
1994                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>"
1995                    }
1996                }
1997            }
1998        },
1999        "com.amazonaws.alexaforbusiness#CreateProfile": {
2000            "type": "operation",
2001            "input": {
2002                "target": "com.amazonaws.alexaforbusiness#CreateProfileRequest"
2003            },
2004            "output": {
2005                "target": "com.amazonaws.alexaforbusiness#CreateProfileResponse"
2006            },
2007            "errors": [
2008                {
2009                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
2010                },
2011                {
2012                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2013                },
2014                {
2015                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
2016                }
2017            ],
2018            "traits": {
2019                "smithy.api#documentation": "<p>Creates a new room profile with the specified details.</p>"
2020            }
2021        },
2022        "com.amazonaws.alexaforbusiness#CreateProfileRequest": {
2023            "type": "structure",
2024            "members": {
2025                "ProfileName": {
2026                    "target": "com.amazonaws.alexaforbusiness#ProfileName",
2027                    "traits": {
2028                        "smithy.api#documentation": "<p>The name of a room profile.</p>",
2029                        "smithy.api#required": {}
2030                    }
2031                },
2032                "Timezone": {
2033                    "target": "com.amazonaws.alexaforbusiness#Timezone",
2034                    "traits": {
2035                        "smithy.api#documentation": "<p>The time zone used by a room profile.</p>",
2036                        "smithy.api#required": {}
2037                    }
2038                },
2039                "Address": {
2040                    "target": "com.amazonaws.alexaforbusiness#Address",
2041                    "traits": {
2042                        "smithy.api#documentation": "<p>The valid address for the room.</p>",
2043                        "smithy.api#required": {}
2044                    }
2045                },
2046                "DistanceUnit": {
2047                    "target": "com.amazonaws.alexaforbusiness#DistanceUnit",
2048                    "traits": {
2049                        "smithy.api#documentation": "<p>The distance unit to be used by devices in the profile.</p>",
2050                        "smithy.api#required": {}
2051                    }
2052                },
2053                "TemperatureUnit": {
2054                    "target": "com.amazonaws.alexaforbusiness#TemperatureUnit",
2055                    "traits": {
2056                        "smithy.api#documentation": "<p>The temperature unit to be used by devices in the profile.</p>",
2057                        "smithy.api#required": {}
2058                    }
2059                },
2060                "WakeWord": {
2061                    "target": "com.amazonaws.alexaforbusiness#WakeWord",
2062                    "traits": {
2063                        "smithy.api#documentation": "<p>A wake word for Alexa, Echo, Amazon, or a computer.</p>",
2064                        "smithy.api#required": {}
2065                    }
2066                },
2067                "Locale": {
2068                    "target": "com.amazonaws.alexaforbusiness#DeviceLocale",
2069                    "traits": {
2070                        "smithy.api#documentation": "<p>The locale of the room profile. (This is currently only available to a limited preview audience.)</p>"
2071                    }
2072                },
2073                "ClientRequestToken": {
2074                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
2075                    "traits": {
2076                        "smithy.api#documentation": "<p>The user-specified token that is used during the creation of a profile.</p>",
2077                        "smithy.api#idempotencyToken": {}
2078                    }
2079                },
2080                "SetupModeDisabled": {
2081                    "target": "com.amazonaws.alexaforbusiness#Boolean",
2082                    "traits": {
2083                        "smithy.api#documentation": "<p>Whether room profile setup is enabled.</p>"
2084                    }
2085                },
2086                "MaxVolumeLimit": {
2087                    "target": "com.amazonaws.alexaforbusiness#MaxVolumeLimit",
2088                    "traits": {
2089                        "smithy.api#documentation": "<p>The maximum volume limit for a room profile.</p>"
2090                    }
2091                },
2092                "PSTNEnabled": {
2093                    "target": "com.amazonaws.alexaforbusiness#Boolean",
2094                    "traits": {
2095                        "smithy.api#documentation": "<p>Whether PSTN calling is enabled.</p>"
2096                    }
2097                },
2098                "DataRetentionOptIn": {
2099                    "target": "com.amazonaws.alexaforbusiness#Boolean",
2100                    "traits": {
2101                        "smithy.api#documentation": "<p>Whether data retention of the profile is enabled.</p>"
2102                    }
2103                },
2104                "MeetingRoomConfiguration": {
2105                    "target": "com.amazonaws.alexaforbusiness#CreateMeetingRoomConfiguration",
2106                    "traits": {
2107                        "smithy.api#documentation": "<p>The meeting room settings of a room profile.</p>"
2108                    }
2109                },
2110                "Tags": {
2111                    "target": "com.amazonaws.alexaforbusiness#TagList",
2112                    "traits": {
2113                        "smithy.api#documentation": "<p>The tags for the profile.</p>"
2114                    }
2115                }
2116            }
2117        },
2118        "com.amazonaws.alexaforbusiness#CreateProfileResponse": {
2119            "type": "structure",
2120            "members": {
2121                "ProfileArn": {
2122                    "target": "com.amazonaws.alexaforbusiness#Arn",
2123                    "traits": {
2124                        "smithy.api#documentation": "<p>The ARN of the newly created room profile in the response.</p>"
2125                    }
2126                }
2127            }
2128        },
2129        "com.amazonaws.alexaforbusiness#CreateRequireCheckIn": {
2130            "type": "structure",
2131            "members": {
2132                "ReleaseAfterMinutes": {
2133                    "target": "com.amazonaws.alexaforbusiness#Minutes",
2134                    "traits": {
2135                        "smithy.api#documentation": "<p>Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.</p>",
2136                        "smithy.api#required": {}
2137                    }
2138                },
2139                "Enabled": {
2140                    "target": "com.amazonaws.alexaforbusiness#Boolean",
2141                    "traits": {
2142                        "smithy.api#documentation": "<p>Whether require check in is enabled or not.</p>",
2143                        "smithy.api#required": {}
2144                    }
2145                }
2146            },
2147            "traits": {
2148                "smithy.api#documentation": "<p>Creates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.</p>"
2149            }
2150        },
2151        "com.amazonaws.alexaforbusiness#CreateRoom": {
2152            "type": "operation",
2153            "input": {
2154                "target": "com.amazonaws.alexaforbusiness#CreateRoomRequest"
2155            },
2156            "output": {
2157                "target": "com.amazonaws.alexaforbusiness#CreateRoomResponse"
2158            },
2159            "errors": [
2160                {
2161                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
2162                },
2163                {
2164                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
2165                }
2166            ],
2167            "traits": {
2168                "smithy.api#documentation": "<p>Creates a room with the specified details.</p>"
2169            }
2170        },
2171        "com.amazonaws.alexaforbusiness#CreateRoomRequest": {
2172            "type": "structure",
2173            "members": {
2174                "RoomName": {
2175                    "target": "com.amazonaws.alexaforbusiness#RoomName",
2176                    "traits": {
2177                        "smithy.api#documentation": "<p>The name for the room.</p>",
2178                        "smithy.api#required": {}
2179                    }
2180                },
2181                "Description": {
2182                    "target": "com.amazonaws.alexaforbusiness#RoomDescription",
2183                    "traits": {
2184                        "smithy.api#documentation": "<p>The description for the room.</p>"
2185                    }
2186                },
2187                "ProfileArn": {
2188                    "target": "com.amazonaws.alexaforbusiness#Arn",
2189                    "traits": {
2190                        "smithy.api#documentation": "<p>The profile ARN for the room. This is required.</p>"
2191                    }
2192                },
2193                "ProviderCalendarId": {
2194                    "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId",
2195                    "traits": {
2196                        "smithy.api#documentation": "<p>The calendar ARN for the room.</p>"
2197                    }
2198                },
2199                "ClientRequestToken": {
2200                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
2201                    "traits": {
2202                        "smithy.api#documentation": "<p>A unique, user-specified identifier for this request that ensures idempotency.\n      </p>",
2203                        "smithy.api#idempotencyToken": {}
2204                    }
2205                },
2206                "Tags": {
2207                    "target": "com.amazonaws.alexaforbusiness#TagList",
2208                    "traits": {
2209                        "smithy.api#documentation": "<p>The tags for the room.</p>"
2210                    }
2211                }
2212            }
2213        },
2214        "com.amazonaws.alexaforbusiness#CreateRoomResponse": {
2215            "type": "structure",
2216            "members": {
2217                "RoomArn": {
2218                    "target": "com.amazonaws.alexaforbusiness#Arn",
2219                    "traits": {
2220                        "smithy.api#documentation": "<p>The ARN of the newly created room in the response.</p>"
2221                    }
2222                }
2223            }
2224        },
2225        "com.amazonaws.alexaforbusiness#CreateSkillGroup": {
2226            "type": "operation",
2227            "input": {
2228                "target": "com.amazonaws.alexaforbusiness#CreateSkillGroupRequest"
2229            },
2230            "output": {
2231                "target": "com.amazonaws.alexaforbusiness#CreateSkillGroupResponse"
2232            },
2233            "errors": [
2234                {
2235                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
2236                },
2237                {
2238                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2239                },
2240                {
2241                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
2242                }
2243            ],
2244            "traits": {
2245                "smithy.api#documentation": "<p>Creates a skill group with a specified name and description.</p>"
2246            }
2247        },
2248        "com.amazonaws.alexaforbusiness#CreateSkillGroupRequest": {
2249            "type": "structure",
2250            "members": {
2251                "SkillGroupName": {
2252                    "target": "com.amazonaws.alexaforbusiness#SkillGroupName",
2253                    "traits": {
2254                        "smithy.api#documentation": "<p>The name for the skill group.</p>",
2255                        "smithy.api#required": {}
2256                    }
2257                },
2258                "Description": {
2259                    "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription",
2260                    "traits": {
2261                        "smithy.api#documentation": "<p>The description for the skill group.</p>"
2262                    }
2263                },
2264                "ClientRequestToken": {
2265                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
2266                    "traits": {
2267                        "smithy.api#documentation": "<p>A unique, user-specified identifier for this request that ensures idempotency.\n      </p>",
2268                        "smithy.api#idempotencyToken": {}
2269                    }
2270                },
2271                "Tags": {
2272                    "target": "com.amazonaws.alexaforbusiness#TagList",
2273                    "traits": {
2274                        "smithy.api#documentation": "<p>The tags for the skill group.</p>"
2275                    }
2276                }
2277            }
2278        },
2279        "com.amazonaws.alexaforbusiness#CreateSkillGroupResponse": {
2280            "type": "structure",
2281            "members": {
2282                "SkillGroupArn": {
2283                    "target": "com.amazonaws.alexaforbusiness#Arn",
2284                    "traits": {
2285                        "smithy.api#documentation": "<p>The ARN of the newly created skill group in the response.</p>"
2286                    }
2287                }
2288            }
2289        },
2290        "com.amazonaws.alexaforbusiness#CreateUser": {
2291            "type": "operation",
2292            "input": {
2293                "target": "com.amazonaws.alexaforbusiness#CreateUserRequest"
2294            },
2295            "output": {
2296                "target": "com.amazonaws.alexaforbusiness#CreateUserResponse"
2297            },
2298            "errors": [
2299                {
2300                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2301                },
2302                {
2303                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
2304                },
2305                {
2306                    "target": "com.amazonaws.alexaforbusiness#ResourceInUseException"
2307                }
2308            ],
2309            "traits": {
2310                "smithy.api#documentation": "<p>Creates a user.</p>"
2311            }
2312        },
2313        "com.amazonaws.alexaforbusiness#CreateUserRequest": {
2314            "type": "structure",
2315            "members": {
2316                "UserId": {
2317                    "target": "com.amazonaws.alexaforbusiness#user_UserId",
2318                    "traits": {
2319                        "smithy.api#documentation": "<p>The ARN for the user.</p>",
2320                        "smithy.api#required": {}
2321                    }
2322                },
2323                "FirstName": {
2324                    "target": "com.amazonaws.alexaforbusiness#user_FirstName",
2325                    "traits": {
2326                        "smithy.api#documentation": "<p>The first name for the user.</p>"
2327                    }
2328                },
2329                "LastName": {
2330                    "target": "com.amazonaws.alexaforbusiness#user_LastName",
2331                    "traits": {
2332                        "smithy.api#documentation": "<p>The last name for the user.</p>"
2333                    }
2334                },
2335                "Email": {
2336                    "target": "com.amazonaws.alexaforbusiness#Email",
2337                    "traits": {
2338                        "smithy.api#documentation": "<p>The email address for the user.</p>"
2339                    }
2340                },
2341                "ClientRequestToken": {
2342                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
2343                    "traits": {
2344                        "smithy.api#documentation": "<p>A unique, user-specified identifier for this request that ensures idempotency.\n      </p>",
2345                        "smithy.api#idempotencyToken": {}
2346                    }
2347                },
2348                "Tags": {
2349                    "target": "com.amazonaws.alexaforbusiness#TagList",
2350                    "traits": {
2351                        "smithy.api#documentation": "<p>The tags for the user.</p>"
2352                    }
2353                }
2354            }
2355        },
2356        "com.amazonaws.alexaforbusiness#CreateUserResponse": {
2357            "type": "structure",
2358            "members": {
2359                "UserArn": {
2360                    "target": "com.amazonaws.alexaforbusiness#Arn",
2361                    "traits": {
2362                        "smithy.api#documentation": "<p>The ARN of the newly created user in the response.</p>"
2363                    }
2364                }
2365            }
2366        },
2367        "com.amazonaws.alexaforbusiness#CurrentWiFiPassword": {
2368            "type": "string",
2369            "traits": {
2370                "smithy.api#length": {
2371                    "min": 5,
2372                    "max": 128
2373                },
2374                "smithy.api#pattern": "[\\x00-\\x7F]*",
2375                "smithy.api#sensitive": {}
2376            }
2377        },
2378        "com.amazonaws.alexaforbusiness#CustomerS3BucketName": {
2379            "type": "string",
2380            "traits": {
2381                "smithy.api#pattern": "[a-z0-9-\\.]{3,63}"
2382            }
2383        },
2384        "com.amazonaws.alexaforbusiness#Date": {
2385            "type": "string",
2386            "traits": {
2387                "smithy.api#pattern": "^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$"
2388            }
2389        },
2390        "com.amazonaws.alexaforbusiness#DeleteAddressBook": {
2391            "type": "operation",
2392            "input": {
2393                "target": "com.amazonaws.alexaforbusiness#DeleteAddressBookRequest"
2394            },
2395            "output": {
2396                "target": "com.amazonaws.alexaforbusiness#DeleteAddressBookResponse"
2397            },
2398            "errors": [
2399                {
2400                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2401                },
2402                {
2403                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2404                }
2405            ],
2406            "traits": {
2407                "smithy.api#documentation": "<p>Deletes an address book by the address book ARN.</p>"
2408            }
2409        },
2410        "com.amazonaws.alexaforbusiness#DeleteAddressBookRequest": {
2411            "type": "structure",
2412            "members": {
2413                "AddressBookArn": {
2414                    "target": "com.amazonaws.alexaforbusiness#Arn",
2415                    "traits": {
2416                        "smithy.api#documentation": "<p>The ARN of the address book to delete.</p>",
2417                        "smithy.api#required": {}
2418                    }
2419                }
2420            }
2421        },
2422        "com.amazonaws.alexaforbusiness#DeleteAddressBookResponse": {
2423            "type": "structure",
2424            "members": {}
2425        },
2426        "com.amazonaws.alexaforbusiness#DeleteBusinessReportSchedule": {
2427            "type": "operation",
2428            "input": {
2429                "target": "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleRequest"
2430            },
2431            "output": {
2432                "target": "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleResponse"
2433            },
2434            "errors": [
2435                {
2436                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2437                },
2438                {
2439                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2440                }
2441            ],
2442            "traits": {
2443                "smithy.api#documentation": "<p>Deletes the recurring report delivery schedule with the specified schedule\n         ARN.</p>"
2444            }
2445        },
2446        "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleRequest": {
2447            "type": "structure",
2448            "members": {
2449                "ScheduleArn": {
2450                    "target": "com.amazonaws.alexaforbusiness#Arn",
2451                    "traits": {
2452                        "smithy.api#documentation": "<p>The ARN of the business report schedule.</p>",
2453                        "smithy.api#required": {}
2454                    }
2455                }
2456            }
2457        },
2458        "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleResponse": {
2459            "type": "structure",
2460            "members": {}
2461        },
2462        "com.amazonaws.alexaforbusiness#DeleteConferenceProvider": {
2463            "type": "operation",
2464            "input": {
2465                "target": "com.amazonaws.alexaforbusiness#DeleteConferenceProviderRequest"
2466            },
2467            "output": {
2468                "target": "com.amazonaws.alexaforbusiness#DeleteConferenceProviderResponse"
2469            },
2470            "errors": [
2471                {
2472                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2473                }
2474            ],
2475            "traits": {
2476                "smithy.api#documentation": "<p>Deletes a conference provider.</p>"
2477            }
2478        },
2479        "com.amazonaws.alexaforbusiness#DeleteConferenceProviderRequest": {
2480            "type": "structure",
2481            "members": {
2482                "ConferenceProviderArn": {
2483                    "target": "com.amazonaws.alexaforbusiness#Arn",
2484                    "traits": {
2485                        "smithy.api#documentation": "<p>The ARN of the conference provider.</p>",
2486                        "smithy.api#required": {}
2487                    }
2488                }
2489            }
2490        },
2491        "com.amazonaws.alexaforbusiness#DeleteConferenceProviderResponse": {
2492            "type": "structure",
2493            "members": {}
2494        },
2495        "com.amazonaws.alexaforbusiness#DeleteContact": {
2496            "type": "operation",
2497            "input": {
2498                "target": "com.amazonaws.alexaforbusiness#DeleteContactRequest"
2499            },
2500            "output": {
2501                "target": "com.amazonaws.alexaforbusiness#DeleteContactResponse"
2502            },
2503            "errors": [
2504                {
2505                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2506                },
2507                {
2508                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2509                }
2510            ],
2511            "traits": {
2512                "smithy.api#documentation": "<p>Deletes a contact by the contact ARN.</p>"
2513            }
2514        },
2515        "com.amazonaws.alexaforbusiness#DeleteContactRequest": {
2516            "type": "structure",
2517            "members": {
2518                "ContactArn": {
2519                    "target": "com.amazonaws.alexaforbusiness#Arn",
2520                    "traits": {
2521                        "smithy.api#documentation": "<p>The ARN of the contact to delete.</p>",
2522                        "smithy.api#required": {}
2523                    }
2524                }
2525            }
2526        },
2527        "com.amazonaws.alexaforbusiness#DeleteContactResponse": {
2528            "type": "structure",
2529            "members": {}
2530        },
2531        "com.amazonaws.alexaforbusiness#DeleteDevice": {
2532            "type": "operation",
2533            "input": {
2534                "target": "com.amazonaws.alexaforbusiness#DeleteDeviceRequest"
2535            },
2536            "output": {
2537                "target": "com.amazonaws.alexaforbusiness#DeleteDeviceResponse"
2538            },
2539            "errors": [
2540                {
2541                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2542                },
2543                {
2544                    "target": "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException"
2545                },
2546                {
2547                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2548                }
2549            ],
2550            "traits": {
2551                "smithy.api#documentation": "<p>Removes a device from Alexa For Business.</p>"
2552            }
2553        },
2554        "com.amazonaws.alexaforbusiness#DeleteDeviceRequest": {
2555            "type": "structure",
2556            "members": {
2557                "DeviceArn": {
2558                    "target": "com.amazonaws.alexaforbusiness#Arn",
2559                    "traits": {
2560                        "smithy.api#documentation": "<p>The ARN of the device for which to request details.</p>",
2561                        "smithy.api#required": {}
2562                    }
2563                }
2564            }
2565        },
2566        "com.amazonaws.alexaforbusiness#DeleteDeviceResponse": {
2567            "type": "structure",
2568            "members": {}
2569        },
2570        "com.amazonaws.alexaforbusiness#DeleteDeviceUsageData": {
2571            "type": "operation",
2572            "input": {
2573                "target": "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataRequest"
2574            },
2575            "output": {
2576                "target": "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataResponse"
2577            },
2578            "errors": [
2579                {
2580                    "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException"
2581                },
2582                {
2583                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
2584                },
2585                {
2586                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2587                }
2588            ],
2589            "traits": {
2590                "smithy.api#documentation": "<p>When this action is called for a specified shared device, it allows authorized users to\n         delete the device's entire previous history of voice input data and associated response\n         data. This action can be called once every 24 hours for a specific shared device.</p>"
2591            }
2592        },
2593        "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataRequest": {
2594            "type": "structure",
2595            "members": {
2596                "DeviceArn": {
2597                    "target": "com.amazonaws.alexaforbusiness#Arn",
2598                    "traits": {
2599                        "smithy.api#documentation": "<p>The ARN of the device.</p>",
2600                        "smithy.api#required": {}
2601                    }
2602                },
2603                "DeviceUsageType": {
2604                    "target": "com.amazonaws.alexaforbusiness#DeviceUsageType",
2605                    "traits": {
2606                        "smithy.api#documentation": "<p>The type of usage data to delete.</p>",
2607                        "smithy.api#required": {}
2608                    }
2609                }
2610            }
2611        },
2612        "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataResponse": {
2613            "type": "structure",
2614            "members": {}
2615        },
2616        "com.amazonaws.alexaforbusiness#DeleteGatewayGroup": {
2617            "type": "operation",
2618            "input": {
2619                "target": "com.amazonaws.alexaforbusiness#DeleteGatewayGroupRequest"
2620            },
2621            "output": {
2622                "target": "com.amazonaws.alexaforbusiness#DeleteGatewayGroupResponse"
2623            },
2624            "errors": [
2625                {
2626                    "target": "com.amazonaws.alexaforbusiness#ResourceAssociatedException"
2627                }
2628            ],
2629            "traits": {
2630                "smithy.api#documentation": "<p>Deletes a gateway group.</p>"
2631            }
2632        },
2633        "com.amazonaws.alexaforbusiness#DeleteGatewayGroupRequest": {
2634            "type": "structure",
2635            "members": {
2636                "GatewayGroupArn": {
2637                    "target": "com.amazonaws.alexaforbusiness#Arn",
2638                    "traits": {
2639                        "smithy.api#documentation": "<p>The ARN of the gateway group to delete.</p>",
2640                        "smithy.api#required": {}
2641                    }
2642                }
2643            }
2644        },
2645        "com.amazonaws.alexaforbusiness#DeleteGatewayGroupResponse": {
2646            "type": "structure",
2647            "members": {}
2648        },
2649        "com.amazonaws.alexaforbusiness#DeleteNetworkProfile": {
2650            "type": "operation",
2651            "input": {
2652                "target": "com.amazonaws.alexaforbusiness#DeleteNetworkProfileRequest"
2653            },
2654            "output": {
2655                "target": "com.amazonaws.alexaforbusiness#DeleteNetworkProfileResponse"
2656            },
2657            "errors": [
2658                {
2659                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2660                },
2661                {
2662                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2663                },
2664                {
2665                    "target": "com.amazonaws.alexaforbusiness#ResourceInUseException"
2666                }
2667            ],
2668            "traits": {
2669                "smithy.api#documentation": "<p>Deletes a network profile by the network profile ARN.</p>"
2670            }
2671        },
2672        "com.amazonaws.alexaforbusiness#DeleteNetworkProfileRequest": {
2673            "type": "structure",
2674            "members": {
2675                "NetworkProfileArn": {
2676                    "target": "com.amazonaws.alexaforbusiness#Arn",
2677                    "traits": {
2678                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>",
2679                        "smithy.api#required": {}
2680                    }
2681                }
2682            }
2683        },
2684        "com.amazonaws.alexaforbusiness#DeleteNetworkProfileResponse": {
2685            "type": "structure",
2686            "members": {}
2687        },
2688        "com.amazonaws.alexaforbusiness#DeleteProfile": {
2689            "type": "operation",
2690            "input": {
2691                "target": "com.amazonaws.alexaforbusiness#DeleteProfileRequest"
2692            },
2693            "output": {
2694                "target": "com.amazonaws.alexaforbusiness#DeleteProfileResponse"
2695            },
2696            "errors": [
2697                {
2698                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2699                },
2700                {
2701                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2702                }
2703            ],
2704            "traits": {
2705                "smithy.api#documentation": "<p>Deletes a room profile by the profile ARN.</p>"
2706            }
2707        },
2708        "com.amazonaws.alexaforbusiness#DeleteProfileRequest": {
2709            "type": "structure",
2710            "members": {
2711                "ProfileArn": {
2712                    "target": "com.amazonaws.alexaforbusiness#Arn",
2713                    "traits": {
2714                        "smithy.api#documentation": "<p>The ARN of the room profile to delete. Required.</p>"
2715                    }
2716                }
2717            }
2718        },
2719        "com.amazonaws.alexaforbusiness#DeleteProfileResponse": {
2720            "type": "structure",
2721            "members": {}
2722        },
2723        "com.amazonaws.alexaforbusiness#DeleteRoom": {
2724            "type": "operation",
2725            "input": {
2726                "target": "com.amazonaws.alexaforbusiness#DeleteRoomRequest"
2727            },
2728            "output": {
2729                "target": "com.amazonaws.alexaforbusiness#DeleteRoomResponse"
2730            },
2731            "errors": [
2732                {
2733                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2734                },
2735                {
2736                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2737                }
2738            ],
2739            "traits": {
2740                "smithy.api#documentation": "<p>Deletes a room by the room ARN.</p>"
2741            }
2742        },
2743        "com.amazonaws.alexaforbusiness#DeleteRoomRequest": {
2744            "type": "structure",
2745            "members": {
2746                "RoomArn": {
2747                    "target": "com.amazonaws.alexaforbusiness#Arn",
2748                    "traits": {
2749                        "smithy.api#documentation": "<p>The ARN of the room to delete. Required.</p>"
2750                    }
2751                }
2752            }
2753        },
2754        "com.amazonaws.alexaforbusiness#DeleteRoomResponse": {
2755            "type": "structure",
2756            "members": {}
2757        },
2758        "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameter": {
2759            "type": "operation",
2760            "input": {
2761                "target": "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterRequest"
2762            },
2763            "output": {
2764                "target": "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterResponse"
2765            },
2766            "errors": [
2767                {
2768                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2769                }
2770            ],
2771            "traits": {
2772                "smithy.api#documentation": "<p>Deletes room skill parameter details by room, skill, and parameter key ID.</p>"
2773            }
2774        },
2775        "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterRequest": {
2776            "type": "structure",
2777            "members": {
2778                "RoomArn": {
2779                    "target": "com.amazonaws.alexaforbusiness#Arn",
2780                    "traits": {
2781                        "smithy.api#documentation": "<p>The ARN of the room from which to remove the room skill parameter details.</p>"
2782                    }
2783                },
2784                "SkillId": {
2785                    "target": "com.amazonaws.alexaforbusiness#SkillId",
2786                    "traits": {
2787                        "smithy.api#documentation": "<p>The ID of the skill from which to remove the room skill parameter details.</p>",
2788                        "smithy.api#required": {}
2789                    }
2790                },
2791                "ParameterKey": {
2792                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterKey",
2793                    "traits": {
2794                        "smithy.api#documentation": "<p>The room skill parameter key for which to remove details.</p>",
2795                        "smithy.api#required": {}
2796                    }
2797                }
2798            }
2799        },
2800        "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterResponse": {
2801            "type": "structure",
2802            "members": {}
2803        },
2804        "com.amazonaws.alexaforbusiness#DeleteSkillAuthorization": {
2805            "type": "operation",
2806            "input": {
2807                "target": "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationRequest"
2808            },
2809            "output": {
2810                "target": "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationResponse"
2811            },
2812            "errors": [
2813                {
2814                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2815                },
2816                {
2817                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2818                }
2819            ],
2820            "traits": {
2821                "smithy.api#documentation": "<p>Unlinks a third-party account from a skill.</p>"
2822            }
2823        },
2824        "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationRequest": {
2825            "type": "structure",
2826            "members": {
2827                "SkillId": {
2828                    "target": "com.amazonaws.alexaforbusiness#SkillId",
2829                    "traits": {
2830                        "smithy.api#documentation": "<p>The unique identifier of a skill.</p>",
2831                        "smithy.api#required": {}
2832                    }
2833                },
2834                "RoomArn": {
2835                    "target": "com.amazonaws.alexaforbusiness#Arn",
2836                    "traits": {
2837                        "smithy.api#documentation": "<p>The room that the skill is authorized for.</p>"
2838                    }
2839                }
2840            }
2841        },
2842        "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationResponse": {
2843            "type": "structure",
2844            "members": {}
2845        },
2846        "com.amazonaws.alexaforbusiness#DeleteSkillGroup": {
2847            "type": "operation",
2848            "input": {
2849                "target": "com.amazonaws.alexaforbusiness#DeleteSkillGroupRequest"
2850            },
2851            "output": {
2852                "target": "com.amazonaws.alexaforbusiness#DeleteSkillGroupResponse"
2853            },
2854            "errors": [
2855                {
2856                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2857                },
2858                {
2859                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2860                }
2861            ],
2862            "traits": {
2863                "smithy.api#documentation": "<p>Deletes a skill group by skill group ARN.</p>"
2864            }
2865        },
2866        "com.amazonaws.alexaforbusiness#DeleteSkillGroupRequest": {
2867            "type": "structure",
2868            "members": {
2869                "SkillGroupArn": {
2870                    "target": "com.amazonaws.alexaforbusiness#Arn",
2871                    "traits": {
2872                        "smithy.api#documentation": "<p>The ARN of the skill group to delete. Required.</p>"
2873                    }
2874                }
2875            }
2876        },
2877        "com.amazonaws.alexaforbusiness#DeleteSkillGroupResponse": {
2878            "type": "structure",
2879            "members": {}
2880        },
2881        "com.amazonaws.alexaforbusiness#DeleteUser": {
2882            "type": "operation",
2883            "input": {
2884                "target": "com.amazonaws.alexaforbusiness#DeleteUserRequest"
2885            },
2886            "output": {
2887                "target": "com.amazonaws.alexaforbusiness#DeleteUserResponse"
2888            },
2889            "errors": [
2890                {
2891                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
2892                },
2893                {
2894                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
2895                }
2896            ],
2897            "traits": {
2898                "smithy.api#documentation": "<p>Deletes a specified user by user ARN and enrollment ARN.</p>"
2899            }
2900        },
2901        "com.amazonaws.alexaforbusiness#DeleteUserRequest": {
2902            "type": "structure",
2903            "members": {
2904                "UserArn": {
2905                    "target": "com.amazonaws.alexaforbusiness#Arn",
2906                    "traits": {
2907                        "smithy.api#documentation": "<p>The ARN of the user to delete in the organization. Required.</p>"
2908                    }
2909                },
2910                "EnrollmentId": {
2911                    "target": "com.amazonaws.alexaforbusiness#EnrollmentId",
2912                    "traits": {
2913                        "smithy.api#documentation": "<p>The ARN of the user's enrollment in the organization. Required.</p>",
2914                        "smithy.api#required": {}
2915                    }
2916                }
2917            }
2918        },
2919        "com.amazonaws.alexaforbusiness#DeleteUserResponse": {
2920            "type": "structure",
2921            "members": {}
2922        },
2923        "com.amazonaws.alexaforbusiness#DeveloperInfo": {
2924            "type": "structure",
2925            "members": {
2926                "DeveloperName": {
2927                    "target": "com.amazonaws.alexaforbusiness#DeveloperName",
2928                    "traits": {
2929                        "smithy.api#documentation": "<p>The name of the developer.</p>"
2930                    }
2931                },
2932                "PrivacyPolicy": {
2933                    "target": "com.amazonaws.alexaforbusiness#PrivacyPolicy",
2934                    "traits": {
2935                        "smithy.api#documentation": "<p>The URL of the privacy policy.</p>"
2936                    }
2937                },
2938                "Email": {
2939                    "target": "com.amazonaws.alexaforbusiness#Email",
2940                    "traits": {
2941                        "smithy.api#documentation": "<p>The email of the developer.</p>"
2942                    }
2943                },
2944                "Url": {
2945                    "target": "com.amazonaws.alexaforbusiness#Url",
2946                    "traits": {
2947                        "smithy.api#documentation": "<p>The website of the developer.</p>"
2948                    }
2949                }
2950            },
2951            "traits": {
2952                "smithy.api#documentation": "<p>The details about the developer that published the skill.</p>"
2953            }
2954        },
2955        "com.amazonaws.alexaforbusiness#DeveloperName": {
2956            "type": "string"
2957        },
2958        "com.amazonaws.alexaforbusiness#Device": {
2959            "type": "structure",
2960            "members": {
2961                "DeviceArn": {
2962                    "target": "com.amazonaws.alexaforbusiness#Arn",
2963                    "traits": {
2964                        "smithy.api#documentation": "<p>The ARN of a device.</p>"
2965                    }
2966                },
2967                "DeviceSerialNumber": {
2968                    "target": "com.amazonaws.alexaforbusiness#DeviceSerialNumber",
2969                    "traits": {
2970                        "smithy.api#documentation": "<p>The serial number of a device.</p>"
2971                    }
2972                },
2973                "DeviceType": {
2974                    "target": "com.amazonaws.alexaforbusiness#DeviceType",
2975                    "traits": {
2976                        "smithy.api#documentation": "<p>The type of a device.</p>"
2977                    }
2978                },
2979                "DeviceName": {
2980                    "target": "com.amazonaws.alexaforbusiness#DeviceName",
2981                    "traits": {
2982                        "smithy.api#documentation": "<p>The name of a device.</p>"
2983                    }
2984                },
2985                "SoftwareVersion": {
2986                    "target": "com.amazonaws.alexaforbusiness#SoftwareVersion",
2987                    "traits": {
2988                        "smithy.api#documentation": "<p>The software version of a device.</p>"
2989                    }
2990                },
2991                "MacAddress": {
2992                    "target": "com.amazonaws.alexaforbusiness#MacAddress",
2993                    "traits": {
2994                        "smithy.api#documentation": "<p>The MAC address of a device.</p>"
2995                    }
2996                },
2997                "RoomArn": {
2998                    "target": "com.amazonaws.alexaforbusiness#Arn",
2999                    "traits": {
3000                        "smithy.api#documentation": "<p>The room ARN of a device.</p>"
3001                    }
3002                },
3003                "DeviceStatus": {
3004                    "target": "com.amazonaws.alexaforbusiness#DeviceStatus",
3005                    "traits": {
3006                        "smithy.api#documentation": "<p>The status of a device. If the status is not READY, check the DeviceStatusInfo value\n         for details.</p>"
3007                    }
3008                },
3009                "DeviceStatusInfo": {
3010                    "target": "com.amazonaws.alexaforbusiness#DeviceStatusInfo",
3011                    "traits": {
3012                        "smithy.api#documentation": "<p>Detailed information about a device's status.</p>"
3013                    }
3014                },
3015                "NetworkProfileInfo": {
3016                    "target": "com.amazonaws.alexaforbusiness#DeviceNetworkProfileInfo",
3017                    "traits": {
3018                        "smithy.api#documentation": "<p>Detailed information about a device's network profile.</p>"
3019                    }
3020                }
3021            },
3022            "traits": {
3023                "smithy.api#documentation": "<p>A device with attributes.</p>"
3024            }
3025        },
3026        "com.amazonaws.alexaforbusiness#DeviceData": {
3027            "type": "structure",
3028            "members": {
3029                "DeviceArn": {
3030                    "target": "com.amazonaws.alexaforbusiness#Arn",
3031                    "traits": {
3032                        "smithy.api#documentation": "<p>The ARN of a device.</p>"
3033                    }
3034                },
3035                "DeviceSerialNumber": {
3036                    "target": "com.amazonaws.alexaforbusiness#DeviceSerialNumber",
3037                    "traits": {
3038                        "smithy.api#documentation": "<p>The serial number of a device.</p>"
3039                    }
3040                },
3041                "DeviceType": {
3042                    "target": "com.amazonaws.alexaforbusiness#DeviceType",
3043                    "traits": {
3044                        "smithy.api#documentation": "<p>The type of a device.</p>"
3045                    }
3046                },
3047                "DeviceName": {
3048                    "target": "com.amazonaws.alexaforbusiness#DeviceName",
3049                    "traits": {
3050                        "smithy.api#documentation": "<p>The name of a device.</p>"
3051                    }
3052                },
3053                "SoftwareVersion": {
3054                    "target": "com.amazonaws.alexaforbusiness#SoftwareVersion",
3055                    "traits": {
3056                        "smithy.api#documentation": "<p>The software version of a device.</p>"
3057                    }
3058                },
3059                "MacAddress": {
3060                    "target": "com.amazonaws.alexaforbusiness#MacAddress",
3061                    "traits": {
3062                        "smithy.api#documentation": "<p>The MAC address of a device.</p>"
3063                    }
3064                },
3065                "DeviceStatus": {
3066                    "target": "com.amazonaws.alexaforbusiness#DeviceStatus",
3067                    "traits": {
3068                        "smithy.api#documentation": "<p>The status of a device.</p>"
3069                    }
3070                },
3071                "NetworkProfileArn": {
3072                    "target": "com.amazonaws.alexaforbusiness#Arn",
3073                    "traits": {
3074                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>"
3075                    }
3076                },
3077                "NetworkProfileName": {
3078                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileName",
3079                    "traits": {
3080                        "smithy.api#documentation": "<p>The name of the network profile associated with a device.</p>"
3081                    }
3082                },
3083                "RoomArn": {
3084                    "target": "com.amazonaws.alexaforbusiness#Arn",
3085                    "traits": {
3086                        "smithy.api#documentation": "<p>The room ARN associated with a device.</p>"
3087                    }
3088                },
3089                "RoomName": {
3090                    "target": "com.amazonaws.alexaforbusiness#DeviceRoomName",
3091                    "traits": {
3092                        "smithy.api#documentation": "<p>The name of the room associated with a device.</p>"
3093                    }
3094                },
3095                "DeviceStatusInfo": {
3096                    "target": "com.amazonaws.alexaforbusiness#DeviceStatusInfo",
3097                    "traits": {
3098                        "smithy.api#documentation": "<p>Detailed information about a device's status.</p>"
3099                    }
3100                },
3101                "CreatedTime": {
3102                    "target": "com.amazonaws.alexaforbusiness#DeviceDataCreatedTime",
3103                    "traits": {
3104                        "smithy.api#documentation": "<p>The time (in epoch) when the device data was created.</p>"
3105                    }
3106                }
3107            },
3108            "traits": {
3109                "smithy.api#documentation": "<p>Device attributes.</p>"
3110            }
3111        },
3112        "com.amazonaws.alexaforbusiness#DeviceDataCreatedTime": {
3113            "type": "timestamp"
3114        },
3115        "com.amazonaws.alexaforbusiness#DeviceDataList": {
3116            "type": "list",
3117            "member": {
3118                "target": "com.amazonaws.alexaforbusiness#DeviceData"
3119            }
3120        },
3121        "com.amazonaws.alexaforbusiness#DeviceEvent": {
3122            "type": "structure",
3123            "members": {
3124                "Type": {
3125                    "target": "com.amazonaws.alexaforbusiness#DeviceEventType",
3126                    "traits": {
3127                        "smithy.api#documentation": "<p>The type of device event.</p>"
3128                    }
3129                },
3130                "Value": {
3131                    "target": "com.amazonaws.alexaforbusiness#DeviceEventValue",
3132                    "traits": {
3133                        "smithy.api#documentation": "<p>The value of the event.</p>"
3134                    }
3135                },
3136                "Timestamp": {
3137                    "target": "com.amazonaws.alexaforbusiness#DeviceEventTime",
3138                    "traits": {
3139                        "smithy.api#documentation": "<p>The time (in epoch) when the event occurred. </p>"
3140                    }
3141                }
3142            },
3143            "traits": {
3144                "smithy.api#documentation": "<p>The list of device events.</p>"
3145            }
3146        },
3147        "com.amazonaws.alexaforbusiness#DeviceEventList": {
3148            "type": "list",
3149            "member": {
3150                "target": "com.amazonaws.alexaforbusiness#DeviceEvent"
3151            }
3152        },
3153        "com.amazonaws.alexaforbusiness#DeviceEventTime": {
3154            "type": "timestamp"
3155        },
3156        "com.amazonaws.alexaforbusiness#DeviceEventType": {
3157            "type": "string",
3158            "traits": {
3159                "smithy.api#enum": [
3160                    {
3161                        "value": "CONNECTION_STATUS",
3162                        "name": "CONNECTION_STATUS"
3163                    },
3164                    {
3165                        "value": "DEVICE_STATUS",
3166                        "name": "DEVICE_STATUS"
3167                    }
3168                ]
3169            }
3170        },
3171        "com.amazonaws.alexaforbusiness#DeviceEventValue": {
3172            "type": "string"
3173        },
3174        "com.amazonaws.alexaforbusiness#DeviceLocale": {
3175            "type": "string",
3176            "traits": {
3177                "smithy.api#length": {
3178                    "min": 1,
3179                    "max": 256
3180                }
3181            }
3182        },
3183        "com.amazonaws.alexaforbusiness#DeviceName": {
3184            "type": "string",
3185            "traits": {
3186                "smithy.api#length": {
3187                    "min": 2,
3188                    "max": 100
3189                },
3190                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
3191            }
3192        },
3193        "com.amazonaws.alexaforbusiness#DeviceNetworkProfileInfo": {
3194            "type": "structure",
3195            "members": {
3196                "NetworkProfileArn": {
3197                    "target": "com.amazonaws.alexaforbusiness#Arn",
3198                    "traits": {
3199                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>"
3200                    }
3201                },
3202                "CertificateArn": {
3203                    "target": "com.amazonaws.alexaforbusiness#Arn",
3204                    "traits": {
3205                        "smithy.api#documentation": "<p>The ARN of the certificate associated with a device.</p>"
3206                    }
3207                },
3208                "CertificateExpirationTime": {
3209                    "target": "com.amazonaws.alexaforbusiness#CertificateTime",
3210                    "traits": {
3211                        "smithy.api#documentation": "<p>The time (in epoch) when the certificate expires.</p>"
3212                    }
3213                }
3214            },
3215            "traits": {
3216                "smithy.api#documentation": "<p>Detailed information about a device's network profile.</p>"
3217            }
3218        },
3219        "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException": {
3220            "type": "structure",
3221            "members": {
3222                "Message": {
3223                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
3224                }
3225            },
3226            "traits": {
3227                "smithy.api#documentation": "<p>The request failed because this device is no longer registered and therefore no longer managed by this account.</p>",
3228                "smithy.api#error": "client"
3229            }
3230        },
3231        "com.amazonaws.alexaforbusiness#DeviceRoomName": {
3232            "type": "string",
3233            "traits": {
3234                "smithy.api#length": {
3235                    "min": 1,
3236                    "max": 100
3237                },
3238                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
3239            }
3240        },
3241        "com.amazonaws.alexaforbusiness#DeviceSerialNumber": {
3242            "type": "string",
3243            "traits": {
3244                "smithy.api#pattern": "[a-zA-Z0-9]{1,200}"
3245            }
3246        },
3247        "com.amazonaws.alexaforbusiness#DeviceSerialNumberForAVS": {
3248            "type": "string",
3249            "traits": {
3250                "smithy.api#pattern": "^[a-zA-Z0-9]{1,50}$"
3251            }
3252        },
3253        "com.amazonaws.alexaforbusiness#DeviceStatus": {
3254            "type": "string",
3255            "traits": {
3256                "smithy.api#enum": [
3257                    {
3258                        "value": "READY",
3259                        "name": "READY"
3260                    },
3261                    {
3262                        "value": "PENDING",
3263                        "name": "PENDING"
3264                    },
3265                    {
3266                        "value": "WAS_OFFLINE",
3267                        "name": "WAS_OFFLINE"
3268                    },
3269                    {
3270                        "value": "DEREGISTERED",
3271                        "name": "DEREGISTERED"
3272                    },
3273                    {
3274                        "value": "FAILED",
3275                        "name": "FAILED"
3276                    }
3277                ]
3278            }
3279        },
3280        "com.amazonaws.alexaforbusiness#DeviceStatusDetail": {
3281            "type": "structure",
3282            "members": {
3283                "Feature": {
3284                    "target": "com.amazonaws.alexaforbusiness#Feature",
3285                    "traits": {
3286                        "smithy.api#documentation": "<p>The list of available features on the device.</p>"
3287                    }
3288                },
3289                "Code": {
3290                    "target": "com.amazonaws.alexaforbusiness#DeviceStatusDetailCode",
3291                    "traits": {
3292                        "smithy.api#documentation": "<p>The device status detail code.</p>"
3293                    }
3294                }
3295            },
3296            "traits": {
3297                "smithy.api#documentation": "<p>Details of a device’s status.</p>"
3298            }
3299        },
3300        "com.amazonaws.alexaforbusiness#DeviceStatusDetailCode": {
3301            "type": "string",
3302            "traits": {
3303                "smithy.api#enum": [
3304                    {
3305                        "value": "DEVICE_SOFTWARE_UPDATE_NEEDED",
3306                        "name": "DEVICE_SOFTWARE_UPDATE_NEEDED"
3307                    },
3308                    {
3309                        "value": "DEVICE_WAS_OFFLINE",
3310                        "name": "DEVICE_WAS_OFFLINE"
3311                    },
3312                    {
3313                        "value": "CREDENTIALS_ACCESS_FAILURE",
3314                        "name": "CREDENTIALS_ACCESS_FAILURE"
3315                    },
3316                    {
3317                        "value": "TLS_VERSION_MISMATCH",
3318                        "name": "TLS_VERSION_MISMATCH"
3319                    },
3320                    {
3321                        "value": "ASSOCIATION_REJECTION",
3322                        "name": "ASSOCIATION_REJECTION"
3323                    },
3324                    {
3325                        "value": "AUTHENTICATION_FAILURE",
3326                        "name": "AUTHENTICATION_FAILURE"
3327                    },
3328                    {
3329                        "value": "DHCP_FAILURE",
3330                        "name": "DHCP_FAILURE"
3331                    },
3332                    {
3333                        "value": "INTERNET_UNAVAILABLE",
3334                        "name": "INTERNET_UNAVAILABLE"
3335                    },
3336                    {
3337                        "value": "DNS_FAILURE",
3338                        "name": "DNS_FAILURE"
3339                    },
3340                    {
3341                        "value": "UNKNOWN_FAILURE",
3342                        "name": "UNKNOWN_FAILURE"
3343                    },
3344                    {
3345                        "value": "CERTIFICATE_ISSUING_LIMIT_EXCEEDED",
3346                        "name": "CERTIFICATE_ISSUING_LIMIT_EXCEEDED"
3347                    },
3348                    {
3349                        "value": "INVALID_CERTIFICATE_AUTHORITY",
3350                        "name": "INVALID_CERTIFICATE_AUTHORITY"
3351                    },
3352                    {
3353                        "value": "NETWORK_PROFILE_NOT_FOUND",
3354                        "name": "NETWORK_PROFILE_NOT_FOUND"
3355                    },
3356                    {
3357                        "value": "INVALID_PASSWORD_STATE",
3358                        "name": "INVALID_PASSWORD_STATE"
3359                    },
3360                    {
3361                        "value": "PASSWORD_NOT_FOUND",
3362                        "name": "PASSWORD_NOT_FOUND"
3363                    },
3364                    {
3365                        "value": "PASSWORD_MANAGER_ACCESS_DENIED",
3366                        "name": "PASSWORD_MANAGER_ACCESS_DENIED"
3367                    },
3368                    {
3369                        "value": "CERTIFICATE_AUTHORITY_ACCESS_DENIED",
3370                        "name": "CERTIFICATE_AUTHORITY_ACCESS_DENIED"
3371                    }
3372                ]
3373            }
3374        },
3375        "com.amazonaws.alexaforbusiness#DeviceStatusDetails": {
3376            "type": "list",
3377            "member": {
3378                "target": "com.amazonaws.alexaforbusiness#DeviceStatusDetail"
3379            }
3380        },
3381        "com.amazonaws.alexaforbusiness#DeviceStatusInfo": {
3382            "type": "structure",
3383            "members": {
3384                "DeviceStatusDetails": {
3385                    "target": "com.amazonaws.alexaforbusiness#DeviceStatusDetails",
3386                    "traits": {
3387                        "smithy.api#documentation": "<p>One or more device status detail descriptions.</p>"
3388                    }
3389                },
3390                "ConnectionStatus": {
3391                    "target": "com.amazonaws.alexaforbusiness#ConnectionStatus",
3392                    "traits": {
3393                        "smithy.api#documentation": "<p>The latest available information about the connection status of a device. </p>"
3394                    }
3395                },
3396                "ConnectionStatusUpdatedTime": {
3397                    "target": "com.amazonaws.alexaforbusiness#ConnectionStatusUpdatedTime",
3398                    "traits": {
3399                        "smithy.api#documentation": "<p>The time (in epoch) when the device connection status changed.</p>"
3400                    }
3401                }
3402            },
3403            "traits": {
3404                "smithy.api#documentation": "<p>Detailed information about a device's status.</p>"
3405            }
3406        },
3407        "com.amazonaws.alexaforbusiness#DeviceType": {
3408            "type": "string",
3409            "traits": {
3410                "smithy.api#pattern": "[a-zA-Z0-9]{1,200}"
3411            }
3412        },
3413        "com.amazonaws.alexaforbusiness#DeviceUsageType": {
3414            "type": "string",
3415            "traits": {
3416                "smithy.api#enum": [
3417                    {
3418                        "value": "VOICE",
3419                        "name": "VOICE"
3420                    }
3421                ]
3422            }
3423        },
3424        "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBook": {
3425            "type": "operation",
3426            "input": {
3427                "target": "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookRequest"
3428            },
3429            "output": {
3430                "target": "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookResponse"
3431            },
3432            "traits": {
3433                "smithy.api#documentation": "<p>Disassociates a contact from a given address book.</p>"
3434            }
3435        },
3436        "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookRequest": {
3437            "type": "structure",
3438            "members": {
3439                "ContactArn": {
3440                    "target": "com.amazonaws.alexaforbusiness#Arn",
3441                    "traits": {
3442                        "smithy.api#documentation": "<p>The ARN of the contact to disassociate from an address book.</p>",
3443                        "smithy.api#required": {}
3444                    }
3445                },
3446                "AddressBookArn": {
3447                    "target": "com.amazonaws.alexaforbusiness#Arn",
3448                    "traits": {
3449                        "smithy.api#documentation": "<p>The ARN of the address from which to disassociate the contact.</p>",
3450                        "smithy.api#required": {}
3451                    }
3452                }
3453            }
3454        },
3455        "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookResponse": {
3456            "type": "structure",
3457            "members": {}
3458        },
3459        "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoom": {
3460            "type": "operation",
3461            "input": {
3462                "target": "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomRequest"
3463            },
3464            "output": {
3465                "target": "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomResponse"
3466            },
3467            "errors": [
3468                {
3469                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
3470                },
3471                {
3472                    "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException"
3473                }
3474            ],
3475            "traits": {
3476                "smithy.api#documentation": "<p>Disassociates a device from its current room. The device continues to be connected to\n         the Wi-Fi network and is still registered to the account. The device settings and skills\n         are removed from the room.</p>"
3477            }
3478        },
3479        "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomRequest": {
3480            "type": "structure",
3481            "members": {
3482                "DeviceArn": {
3483                    "target": "com.amazonaws.alexaforbusiness#Arn",
3484                    "traits": {
3485                        "smithy.api#documentation": "<p>The ARN of the device to disassociate from a room. Required.</p>"
3486                    }
3487                }
3488            }
3489        },
3490        "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomResponse": {
3491            "type": "structure",
3492            "members": {}
3493        },
3494        "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroup": {
3495            "type": "operation",
3496            "input": {
3497                "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupRequest"
3498            },
3499            "output": {
3500                "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupResponse"
3501            },
3502            "errors": [
3503                {
3504                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
3505                },
3506                {
3507                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
3508                }
3509            ],
3510            "traits": {
3511                "smithy.api#documentation": "<p>Disassociates a skill from a skill group.</p>"
3512            }
3513        },
3514        "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupRequest": {
3515            "type": "structure",
3516            "members": {
3517                "SkillGroupArn": {
3518                    "target": "com.amazonaws.alexaforbusiness#Arn",
3519                    "traits": {
3520                        "smithy.api#documentation": "<p>The unique identifier of a skill. Required.</p>"
3521                    }
3522                },
3523                "SkillId": {
3524                    "target": "com.amazonaws.alexaforbusiness#SkillId",
3525                    "traits": {
3526                        "smithy.api#documentation": "<p>The ARN of a skill group to associate to a skill.</p>",
3527                        "smithy.api#required": {}
3528                    }
3529                }
3530            }
3531        },
3532        "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupResponse": {
3533            "type": "structure",
3534            "members": {}
3535        },
3536        "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsers": {
3537            "type": "operation",
3538            "input": {
3539                "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersRequest"
3540            },
3541            "output": {
3542                "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersResponse"
3543            },
3544            "errors": [
3545                {
3546                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
3547                },
3548                {
3549                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
3550                }
3551            ],
3552            "traits": {
3553                "smithy.api#documentation": "<p>Makes a private skill unavailable for enrolled users and prevents them from enabling it\n         on their devices.</p>"
3554            }
3555        },
3556        "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersRequest": {
3557            "type": "structure",
3558            "members": {
3559                "SkillId": {
3560                    "target": "com.amazonaws.alexaforbusiness#SkillId",
3561                    "traits": {
3562                        "smithy.api#documentation": "<p> The private skill ID you want to make unavailable for enrolled users.</p>",
3563                        "smithy.api#required": {}
3564                    }
3565                }
3566            }
3567        },
3568        "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersResponse": {
3569            "type": "structure",
3570            "members": {}
3571        },
3572        "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoom": {
3573            "type": "operation",
3574            "input": {
3575                "target": "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomRequest"
3576            },
3577            "output": {
3578                "target": "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomResponse"
3579            },
3580            "errors": [
3581                {
3582                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
3583                }
3584            ],
3585            "traits": {
3586                "smithy.api#documentation": "<p>Disassociates a skill group from a specified room. This disables all skills in the\n         skill group on all devices in the room.</p>"
3587            }
3588        },
3589        "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomRequest": {
3590            "type": "structure",
3591            "members": {
3592                "SkillGroupArn": {
3593                    "target": "com.amazonaws.alexaforbusiness#Arn",
3594                    "traits": {
3595                        "smithy.api#documentation": "<p>The ARN of the skill group to disassociate from a room. Required.</p>"
3596                    }
3597                },
3598                "RoomArn": {
3599                    "target": "com.amazonaws.alexaforbusiness#Arn",
3600                    "traits": {
3601                        "smithy.api#documentation": "<p>The ARN of the room from which the skill group is to be disassociated.\n         Required.</p>"
3602                    }
3603                }
3604            }
3605        },
3606        "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomResponse": {
3607            "type": "structure",
3608            "members": {}
3609        },
3610        "com.amazonaws.alexaforbusiness#DistanceUnit": {
3611            "type": "string",
3612            "traits": {
3613                "smithy.api#enum": [
3614                    {
3615                        "value": "METRIC",
3616                        "name": "METRIC"
3617                    },
3618                    {
3619                        "value": "IMPERIAL",
3620                        "name": "IMPERIAL"
3621                    }
3622                ]
3623            }
3624        },
3625        "com.amazonaws.alexaforbusiness#Email": {
3626            "type": "string",
3627            "traits": {
3628                "smithy.api#length": {
3629                    "min": 1,
3630                    "max": 128
3631                },
3632                "smithy.api#pattern": "([0-9a-zA-Z]([+-.\\w]*[0-9a-zA-Z])*@([0-9a-zA-Z]([-\\w]*[0-9a-zA-Z]+)*\\.)+[a-zA-Z]{2,9})"
3633            }
3634        },
3635        "com.amazonaws.alexaforbusiness#EnablementType": {
3636            "type": "string",
3637            "traits": {
3638                "smithy.api#enum": [
3639                    {
3640                        "value": "ENABLED",
3641                        "name": "ENABLED"
3642                    },
3643                    {
3644                        "value": "PENDING",
3645                        "name": "PENDING"
3646                    }
3647                ]
3648            }
3649        },
3650        "com.amazonaws.alexaforbusiness#EnablementTypeFilter": {
3651            "type": "string",
3652            "traits": {
3653                "smithy.api#enum": [
3654                    {
3655                        "value": "ENABLED",
3656                        "name": "ENABLED"
3657                    },
3658                    {
3659                        "value": "PENDING",
3660                        "name": "PENDING"
3661                    }
3662                ]
3663            }
3664        },
3665        "com.amazonaws.alexaforbusiness#EndOfMeetingReminder": {
3666            "type": "structure",
3667            "members": {
3668                "ReminderAtMinutes": {
3669                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList",
3670                    "traits": {
3671                        "smithy.api#documentation": "<p>A range of 3 to 15 minutes that determines when the reminder begins.</p>"
3672                    }
3673                },
3674                "ReminderType": {
3675                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType",
3676                    "traits": {
3677                        "smithy.api#documentation": "<p>The type of sound that users hear during the end of meeting reminder. </p>"
3678                    }
3679                },
3680                "Enabled": {
3681                    "target": "com.amazonaws.alexaforbusiness#Boolean",
3682                    "traits": {
3683                        "smithy.api#documentation": "<p>Whether an end of meeting reminder is enabled or not.</p>"
3684                    }
3685                }
3686            },
3687            "traits": {
3688                "smithy.api#documentation": "<p>Settings for the end of meeting reminder feature that are applied to a room profile. The\n         end of meeting reminder enables Alexa to remind users when a meeting is ending. </p>"
3689            }
3690        },
3691        "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList": {
3692            "type": "list",
3693            "member": {
3694                "target": "com.amazonaws.alexaforbusiness#Minutes"
3695            },
3696            "traits": {
3697                "smithy.api#length": {
3698                    "min": 1,
3699                    "max": 1
3700                }
3701            }
3702        },
3703        "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType": {
3704            "type": "string",
3705            "traits": {
3706                "smithy.api#enum": [
3707                    {
3708                        "value": "ANNOUNCEMENT_TIME_CHECK",
3709                        "name": "ANNOUNCEMENT_TIME_CHECK"
3710                    },
3711                    {
3712                        "value": "ANNOUNCEMENT_VARIABLE_TIME_LEFT",
3713                        "name": "ANNOUNCEMENT_VARIABLE_TIME_LEFT"
3714                    },
3715                    {
3716                        "value": "CHIME",
3717                        "name": "CHIME"
3718                    },
3719                    {
3720                        "value": "KNOCK",
3721                        "name": "KNOCK"
3722                    }
3723                ]
3724            }
3725        },
3726        "com.amazonaws.alexaforbusiness#EndUserLicenseAgreement": {
3727            "type": "string"
3728        },
3729        "com.amazonaws.alexaforbusiness#Endpoint": {
3730            "type": "string",
3731            "traits": {
3732                "smithy.api#length": {
3733                    "min": 1,
3734                    "max": 256
3735                }
3736            }
3737        },
3738        "com.amazonaws.alexaforbusiness#EnrollmentId": {
3739            "type": "string",
3740            "traits": {
3741                "smithy.api#length": {
3742                    "min": 0,
3743                    "max": 128
3744                }
3745            }
3746        },
3747        "com.amazonaws.alexaforbusiness#EnrollmentStatus": {
3748            "type": "string",
3749            "traits": {
3750                "smithy.api#enum": [
3751                    {
3752                        "value": "INITIALIZED",
3753                        "name": "INITIALIZED"
3754                    },
3755                    {
3756                        "value": "PENDING",
3757                        "name": "PENDING"
3758                    },
3759                    {
3760                        "value": "REGISTERED",
3761                        "name": "REGISTERED"
3762                    },
3763                    {
3764                        "value": "DISASSOCIATING",
3765                        "name": "DISASSOCIATING"
3766                    },
3767                    {
3768                        "value": "DEREGISTERING",
3769                        "name": "DEREGISTERING"
3770                    }
3771                ]
3772            }
3773        },
3774        "com.amazonaws.alexaforbusiness#ErrorMessage": {
3775            "type": "string"
3776        },
3777        "com.amazonaws.alexaforbusiness#Feature": {
3778            "type": "string",
3779            "traits": {
3780                "smithy.api#enum": [
3781                    {
3782                        "value": "BLUETOOTH",
3783                        "name": "BLUETOOTH"
3784                    },
3785                    {
3786                        "value": "VOLUME",
3787                        "name": "VOLUME"
3788                    },
3789                    {
3790                        "value": "NOTIFICATIONS",
3791                        "name": "NOTIFICATIONS"
3792                    },
3793                    {
3794                        "value": "LISTS",
3795                        "name": "LISTS"
3796                    },
3797                    {
3798                        "value": "SKILLS",
3799                        "name": "SKILLS"
3800                    },
3801                    {
3802                        "value": "NETWORK_PROFILE",
3803                        "name": "NETWORK_PROFILE"
3804                    },
3805                    {
3806                        "value": "SETTINGS",
3807                        "name": "SETTINGS"
3808                    },
3809                    {
3810                        "value": "ALL",
3811                        "name": "ALL"
3812                    }
3813                ]
3814            }
3815        },
3816        "com.amazonaws.alexaforbusiness#Features": {
3817            "type": "list",
3818            "member": {
3819                "target": "com.amazonaws.alexaforbusiness#Feature"
3820            }
3821        },
3822        "com.amazonaws.alexaforbusiness#Filter": {
3823            "type": "structure",
3824            "members": {
3825                "Key": {
3826                    "target": "com.amazonaws.alexaforbusiness#FilterKey",
3827                    "traits": {
3828                        "smithy.api#documentation": "<p>The key of a filter.</p>",
3829                        "smithy.api#required": {}
3830                    }
3831                },
3832                "Values": {
3833                    "target": "com.amazonaws.alexaforbusiness#FilterValueList",
3834                    "traits": {
3835                        "smithy.api#documentation": "<p>The values of a filter.</p>",
3836                        "smithy.api#required": {}
3837                    }
3838                }
3839            },
3840            "traits": {
3841                "smithy.api#documentation": "<p>A filter name and value pair that is used to return a more specific list of results.\n         Filters can be used to match a set of resources by various criteria.</p>"
3842            }
3843        },
3844        "com.amazonaws.alexaforbusiness#FilterKey": {
3845            "type": "string",
3846            "traits": {
3847                "smithy.api#length": {
3848                    "min": 1,
3849                    "max": 500
3850                }
3851            }
3852        },
3853        "com.amazonaws.alexaforbusiness#FilterList": {
3854            "type": "list",
3855            "member": {
3856                "target": "com.amazonaws.alexaforbusiness#Filter"
3857            },
3858            "traits": {
3859                "smithy.api#length": {
3860                    "min": 0,
3861                    "max": 25
3862                }
3863            }
3864        },
3865        "com.amazonaws.alexaforbusiness#FilterValue": {
3866            "type": "string",
3867            "traits": {
3868                "smithy.api#length": {
3869                    "min": 1,
3870                    "max": 500
3871                }
3872            }
3873        },
3874        "com.amazonaws.alexaforbusiness#FilterValueList": {
3875            "type": "list",
3876            "member": {
3877                "target": "com.amazonaws.alexaforbusiness#FilterValue"
3878            },
3879            "traits": {
3880                "smithy.api#length": {
3881                    "min": 0,
3882                    "max": 50
3883                }
3884            }
3885        },
3886        "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliances": {
3887            "type": "operation",
3888            "input": {
3889                "target": "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesRequest"
3890            },
3891            "output": {
3892                "target": "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesResponse"
3893            },
3894            "errors": [
3895                {
3896                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
3897                }
3898            ],
3899            "traits": {
3900                "smithy.api#documentation": "<p>Forgets smart home appliances associated to a room.</p>"
3901            }
3902        },
3903        "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesRequest": {
3904            "type": "structure",
3905            "members": {
3906                "RoomArn": {
3907                    "target": "com.amazonaws.alexaforbusiness#Arn",
3908                    "traits": {
3909                        "smithy.api#documentation": "<p>The room that the appliances are associated with.</p>",
3910                        "smithy.api#required": {}
3911                    }
3912                }
3913            }
3914        },
3915        "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesResponse": {
3916            "type": "structure",
3917            "members": {}
3918        },
3919        "com.amazonaws.alexaforbusiness#Gateway": {
3920            "type": "structure",
3921            "members": {
3922                "Arn": {
3923                    "target": "com.amazonaws.alexaforbusiness#Arn",
3924                    "traits": {
3925                        "smithy.api#documentation": "<p>The ARN of the gateway.</p>"
3926                    }
3927                },
3928                "Name": {
3929                    "target": "com.amazonaws.alexaforbusiness#GatewayName",
3930                    "traits": {
3931                        "smithy.api#documentation": "<p>The name of the gateway.</p>"
3932                    }
3933                },
3934                "Description": {
3935                    "target": "com.amazonaws.alexaforbusiness#GatewayDescription",
3936                    "traits": {
3937                        "smithy.api#documentation": "<p>The description of the gateway.</p>"
3938                    }
3939                },
3940                "GatewayGroupArn": {
3941                    "target": "com.amazonaws.alexaforbusiness#Arn",
3942                    "traits": {
3943                        "smithy.api#documentation": "<p>The ARN of the gateway group that the gateway is associated to.</p>"
3944                    }
3945                },
3946                "SoftwareVersion": {
3947                    "target": "com.amazonaws.alexaforbusiness#GatewayVersion",
3948                    "traits": {
3949                        "smithy.api#documentation": "<p>The software version of the gateway. The gateway automatically updates its software\n         version during normal operation.</p>"
3950                    }
3951                }
3952            },
3953            "traits": {
3954                "smithy.api#documentation": "<p>The details of the gateway. </p>"
3955            }
3956        },
3957        "com.amazonaws.alexaforbusiness#GatewayDescription": {
3958            "type": "string",
3959            "traits": {
3960                "smithy.api#length": {
3961                    "min": 0,
3962                    "max": 200
3963                },
3964                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
3965            }
3966        },
3967        "com.amazonaws.alexaforbusiness#GatewayGroup": {
3968            "type": "structure",
3969            "members": {
3970                "Arn": {
3971                    "target": "com.amazonaws.alexaforbusiness#Arn",
3972                    "traits": {
3973                        "smithy.api#documentation": "<p>The ARN of the gateway group.</p>"
3974                    }
3975                },
3976                "Name": {
3977                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupName",
3978                    "traits": {
3979                        "smithy.api#documentation": "<p>The name of the gateway group.</p>"
3980                    }
3981                },
3982                "Description": {
3983                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription",
3984                    "traits": {
3985                        "smithy.api#documentation": "<p>The description of the gateway group.</p>"
3986                    }
3987                }
3988            },
3989            "traits": {
3990                "smithy.api#documentation": "<p>The details of the gateway group.</p>"
3991            }
3992        },
3993        "com.amazonaws.alexaforbusiness#GatewayGroupDescription": {
3994            "type": "string",
3995            "traits": {
3996                "smithy.api#length": {
3997                    "min": 0,
3998                    "max": 200
3999                }
4000            }
4001        },
4002        "com.amazonaws.alexaforbusiness#GatewayGroupName": {
4003            "type": "string",
4004            "traits": {
4005                "smithy.api#length": {
4006                    "min": 1,
4007                    "max": 100
4008                },
4009                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
4010            }
4011        },
4012        "com.amazonaws.alexaforbusiness#GatewayGroupSummaries": {
4013            "type": "list",
4014            "member": {
4015                "target": "com.amazonaws.alexaforbusiness#GatewayGroupSummary"
4016            }
4017        },
4018        "com.amazonaws.alexaforbusiness#GatewayGroupSummary": {
4019            "type": "structure",
4020            "members": {
4021                "Arn": {
4022                    "target": "com.amazonaws.alexaforbusiness#Arn",
4023                    "traits": {
4024                        "smithy.api#documentation": "<p>The ARN of the gateway group.</p>"
4025                    }
4026                },
4027                "Name": {
4028                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupName",
4029                    "traits": {
4030                        "smithy.api#documentation": "<p>The name of the gateway group.</p>"
4031                    }
4032                },
4033                "Description": {
4034                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription",
4035                    "traits": {
4036                        "smithy.api#documentation": "<p>The description of the gateway group.</p>"
4037                    }
4038                }
4039            },
4040            "traits": {
4041                "smithy.api#documentation": "<p>The summary of a gateway group.</p>"
4042            }
4043        },
4044        "com.amazonaws.alexaforbusiness#GatewayName": {
4045            "type": "string",
4046            "traits": {
4047                "smithy.api#length": {
4048                    "min": 1,
4049                    "max": 253
4050                },
4051                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
4052            }
4053        },
4054        "com.amazonaws.alexaforbusiness#GatewaySummaries": {
4055            "type": "list",
4056            "member": {
4057                "target": "com.amazonaws.alexaforbusiness#GatewaySummary"
4058            }
4059        },
4060        "com.amazonaws.alexaforbusiness#GatewaySummary": {
4061            "type": "structure",
4062            "members": {
4063                "Arn": {
4064                    "target": "com.amazonaws.alexaforbusiness#Arn",
4065                    "traits": {
4066                        "smithy.api#documentation": "<p>The ARN of the gateway.</p>"
4067                    }
4068                },
4069                "Name": {
4070                    "target": "com.amazonaws.alexaforbusiness#GatewayName",
4071                    "traits": {
4072                        "smithy.api#documentation": "<p>The name of the gateway.</p>"
4073                    }
4074                },
4075                "Description": {
4076                    "target": "com.amazonaws.alexaforbusiness#GatewayDescription",
4077                    "traits": {
4078                        "smithy.api#documentation": "<p>The description of the gateway.</p>"
4079                    }
4080                },
4081                "GatewayGroupArn": {
4082                    "target": "com.amazonaws.alexaforbusiness#Arn",
4083                    "traits": {
4084                        "smithy.api#documentation": "<p>The ARN of the gateway group that the gateway is associated to.</p>"
4085                    }
4086                },
4087                "SoftwareVersion": {
4088                    "target": "com.amazonaws.alexaforbusiness#GatewayVersion",
4089                    "traits": {
4090                        "smithy.api#documentation": "<p>The software version of the gateway. The gateway automatically updates its software\n         version during normal operation.</p>"
4091                    }
4092                }
4093            },
4094            "traits": {
4095                "smithy.api#documentation": "<p>The summary of a gateway.</p>"
4096            }
4097        },
4098        "com.amazonaws.alexaforbusiness#GatewayVersion": {
4099            "type": "string",
4100            "traits": {
4101                "smithy.api#length": {
4102                    "min": 1,
4103                    "max": 50
4104                }
4105            }
4106        },
4107        "com.amazonaws.alexaforbusiness#GenericKeyword": {
4108            "type": "string"
4109        },
4110        "com.amazonaws.alexaforbusiness#GenericKeywords": {
4111            "type": "list",
4112            "member": {
4113                "target": "com.amazonaws.alexaforbusiness#GenericKeyword"
4114            }
4115        },
4116        "com.amazonaws.alexaforbusiness#GetAddressBook": {
4117            "type": "operation",
4118            "input": {
4119                "target": "com.amazonaws.alexaforbusiness#GetAddressBookRequest"
4120            },
4121            "output": {
4122                "target": "com.amazonaws.alexaforbusiness#GetAddressBookResponse"
4123            },
4124            "errors": [
4125                {
4126                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4127                }
4128            ],
4129            "traits": {
4130                "smithy.api#documentation": "<p>Gets address the book details by the address book ARN.</p>"
4131            }
4132        },
4133        "com.amazonaws.alexaforbusiness#GetAddressBookRequest": {
4134            "type": "structure",
4135            "members": {
4136                "AddressBookArn": {
4137                    "target": "com.amazonaws.alexaforbusiness#Arn",
4138                    "traits": {
4139                        "smithy.api#documentation": "<p>The ARN of the address book for which to request details.</p>",
4140                        "smithy.api#required": {}
4141                    }
4142                }
4143            }
4144        },
4145        "com.amazonaws.alexaforbusiness#GetAddressBookResponse": {
4146            "type": "structure",
4147            "members": {
4148                "AddressBook": {
4149                    "target": "com.amazonaws.alexaforbusiness#AddressBook",
4150                    "traits": {
4151                        "smithy.api#documentation": "<p>The details of the requested address book.</p>"
4152                    }
4153                }
4154            }
4155        },
4156        "com.amazonaws.alexaforbusiness#GetConferencePreference": {
4157            "type": "operation",
4158            "input": {
4159                "target": "com.amazonaws.alexaforbusiness#GetConferencePreferenceRequest"
4160            },
4161            "output": {
4162                "target": "com.amazonaws.alexaforbusiness#GetConferencePreferenceResponse"
4163            },
4164            "errors": [
4165                {
4166                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4167                }
4168            ],
4169            "traits": {
4170                "smithy.api#documentation": "<p>Retrieves the existing conference preferences.</p>"
4171            }
4172        },
4173        "com.amazonaws.alexaforbusiness#GetConferencePreferenceRequest": {
4174            "type": "structure",
4175            "members": {}
4176        },
4177        "com.amazonaws.alexaforbusiness#GetConferencePreferenceResponse": {
4178            "type": "structure",
4179            "members": {
4180                "Preference": {
4181                    "target": "com.amazonaws.alexaforbusiness#ConferencePreference",
4182                    "traits": {
4183                        "smithy.api#documentation": "<p>The conference preference.</p>"
4184                    }
4185                }
4186            }
4187        },
4188        "com.amazonaws.alexaforbusiness#GetConferenceProvider": {
4189            "type": "operation",
4190            "input": {
4191                "target": "com.amazonaws.alexaforbusiness#GetConferenceProviderRequest"
4192            },
4193            "output": {
4194                "target": "com.amazonaws.alexaforbusiness#GetConferenceProviderResponse"
4195            },
4196            "errors": [
4197                {
4198                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4199                }
4200            ],
4201            "traits": {
4202                "smithy.api#documentation": "<p>Gets details about a specific conference provider.</p>"
4203            }
4204        },
4205        "com.amazonaws.alexaforbusiness#GetConferenceProviderRequest": {
4206            "type": "structure",
4207            "members": {
4208                "ConferenceProviderArn": {
4209                    "target": "com.amazonaws.alexaforbusiness#Arn",
4210                    "traits": {
4211                        "smithy.api#documentation": "<p>The ARN of the newly created conference provider.</p>",
4212                        "smithy.api#required": {}
4213                    }
4214                }
4215            }
4216        },
4217        "com.amazonaws.alexaforbusiness#GetConferenceProviderResponse": {
4218            "type": "structure",
4219            "members": {
4220                "ConferenceProvider": {
4221                    "target": "com.amazonaws.alexaforbusiness#ConferenceProvider",
4222                    "traits": {
4223                        "smithy.api#documentation": "<p>The conference provider.</p>"
4224                    }
4225                }
4226            }
4227        },
4228        "com.amazonaws.alexaforbusiness#GetContact": {
4229            "type": "operation",
4230            "input": {
4231                "target": "com.amazonaws.alexaforbusiness#GetContactRequest"
4232            },
4233            "output": {
4234                "target": "com.amazonaws.alexaforbusiness#GetContactResponse"
4235            },
4236            "errors": [
4237                {
4238                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4239                }
4240            ],
4241            "traits": {
4242                "smithy.api#documentation": "<p>Gets the contact details by the contact ARN.</p>"
4243            }
4244        },
4245        "com.amazonaws.alexaforbusiness#GetContactRequest": {
4246            "type": "structure",
4247            "members": {
4248                "ContactArn": {
4249                    "target": "com.amazonaws.alexaforbusiness#Arn",
4250                    "traits": {
4251                        "smithy.api#documentation": "<p>The ARN of the contact for which to request details.</p>",
4252                        "smithy.api#required": {}
4253                    }
4254                }
4255            }
4256        },
4257        "com.amazonaws.alexaforbusiness#GetContactResponse": {
4258            "type": "structure",
4259            "members": {
4260                "Contact": {
4261                    "target": "com.amazonaws.alexaforbusiness#Contact",
4262                    "traits": {
4263                        "smithy.api#documentation": "<p>The details of the requested contact.</p>"
4264                    }
4265                }
4266            }
4267        },
4268        "com.amazonaws.alexaforbusiness#GetDevice": {
4269            "type": "operation",
4270            "input": {
4271                "target": "com.amazonaws.alexaforbusiness#GetDeviceRequest"
4272            },
4273            "output": {
4274                "target": "com.amazonaws.alexaforbusiness#GetDeviceResponse"
4275            },
4276            "errors": [
4277                {
4278                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4279                }
4280            ],
4281            "traits": {
4282                "smithy.api#documentation": "<p>Gets the details of a device by device ARN.</p>"
4283            }
4284        },
4285        "com.amazonaws.alexaforbusiness#GetDeviceRequest": {
4286            "type": "structure",
4287            "members": {
4288                "DeviceArn": {
4289                    "target": "com.amazonaws.alexaforbusiness#Arn",
4290                    "traits": {
4291                        "smithy.api#documentation": "<p>The ARN of the device for which to request details. Required.</p>"
4292                    }
4293                }
4294            }
4295        },
4296        "com.amazonaws.alexaforbusiness#GetDeviceResponse": {
4297            "type": "structure",
4298            "members": {
4299                "Device": {
4300                    "target": "com.amazonaws.alexaforbusiness#Device",
4301                    "traits": {
4302                        "smithy.api#documentation": "<p>The details of the device requested. Required.</p>"
4303                    }
4304                }
4305            }
4306        },
4307        "com.amazonaws.alexaforbusiness#GetGateway": {
4308            "type": "operation",
4309            "input": {
4310                "target": "com.amazonaws.alexaforbusiness#GetGatewayRequest"
4311            },
4312            "output": {
4313                "target": "com.amazonaws.alexaforbusiness#GetGatewayResponse"
4314            },
4315            "errors": [
4316                {
4317                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4318                }
4319            ],
4320            "traits": {
4321                "smithy.api#documentation": "<p>Retrieves the details of a gateway.</p>"
4322            }
4323        },
4324        "com.amazonaws.alexaforbusiness#GetGatewayGroup": {
4325            "type": "operation",
4326            "input": {
4327                "target": "com.amazonaws.alexaforbusiness#GetGatewayGroupRequest"
4328            },
4329            "output": {
4330                "target": "com.amazonaws.alexaforbusiness#GetGatewayGroupResponse"
4331            },
4332            "errors": [
4333                {
4334                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4335                }
4336            ],
4337            "traits": {
4338                "smithy.api#documentation": "<p>Retrieves the details of a gateway group.</p>"
4339            }
4340        },
4341        "com.amazonaws.alexaforbusiness#GetGatewayGroupRequest": {
4342            "type": "structure",
4343            "members": {
4344                "GatewayGroupArn": {
4345                    "target": "com.amazonaws.alexaforbusiness#Arn",
4346                    "traits": {
4347                        "smithy.api#documentation": "<p>The ARN of the gateway group to get.</p>",
4348                        "smithy.api#required": {}
4349                    }
4350                }
4351            }
4352        },
4353        "com.amazonaws.alexaforbusiness#GetGatewayGroupResponse": {
4354            "type": "structure",
4355            "members": {
4356                "GatewayGroup": {
4357                    "target": "com.amazonaws.alexaforbusiness#GatewayGroup"
4358                }
4359            }
4360        },
4361        "com.amazonaws.alexaforbusiness#GetGatewayRequest": {
4362            "type": "structure",
4363            "members": {
4364                "GatewayArn": {
4365                    "target": "com.amazonaws.alexaforbusiness#Arn",
4366                    "traits": {
4367                        "smithy.api#documentation": "<p>The ARN of the gateway to get.</p>",
4368                        "smithy.api#required": {}
4369                    }
4370                }
4371            }
4372        },
4373        "com.amazonaws.alexaforbusiness#GetGatewayResponse": {
4374            "type": "structure",
4375            "members": {
4376                "Gateway": {
4377                    "target": "com.amazonaws.alexaforbusiness#Gateway",
4378                    "traits": {
4379                        "smithy.api#documentation": "<p>The details of the gateway.</p>"
4380                    }
4381                }
4382            }
4383        },
4384        "com.amazonaws.alexaforbusiness#GetInvitationConfiguration": {
4385            "type": "operation",
4386            "input": {
4387                "target": "com.amazonaws.alexaforbusiness#GetInvitationConfigurationRequest"
4388            },
4389            "output": {
4390                "target": "com.amazonaws.alexaforbusiness#GetInvitationConfigurationResponse"
4391            },
4392            "errors": [
4393                {
4394                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4395                }
4396            ],
4397            "traits": {
4398                "smithy.api#documentation": "<p>Retrieves the configured values for the user enrollment invitation email\n         template.</p>"
4399            }
4400        },
4401        "com.amazonaws.alexaforbusiness#GetInvitationConfigurationRequest": {
4402            "type": "structure",
4403            "members": {}
4404        },
4405        "com.amazonaws.alexaforbusiness#GetInvitationConfigurationResponse": {
4406            "type": "structure",
4407            "members": {
4408                "OrganizationName": {
4409                    "target": "com.amazonaws.alexaforbusiness#OrganizationName",
4410                    "traits": {
4411                        "smithy.api#documentation": "<p>The name of the organization sending the enrollment invite to a user.</p>"
4412                    }
4413                },
4414                "ContactEmail": {
4415                    "target": "com.amazonaws.alexaforbusiness#Email",
4416                    "traits": {
4417                        "smithy.api#documentation": "<p>The email ID of the organization or individual contact that the enrolled user can use.\n      </p>"
4418                    }
4419                },
4420                "PrivateSkillIds": {
4421                    "target": "com.amazonaws.alexaforbusiness#ShortSkillIdList",
4422                    "traits": {
4423                        "smithy.api#documentation": "<p>The list of private skill IDs that you want to recommend to the user to enable in the\n         invitation.</p>"
4424                    }
4425                }
4426            }
4427        },
4428        "com.amazonaws.alexaforbusiness#GetNetworkProfile": {
4429            "type": "operation",
4430            "input": {
4431                "target": "com.amazonaws.alexaforbusiness#GetNetworkProfileRequest"
4432            },
4433            "output": {
4434                "target": "com.amazonaws.alexaforbusiness#GetNetworkProfileResponse"
4435            },
4436            "errors": [
4437                {
4438                    "target": "com.amazonaws.alexaforbusiness#InvalidSecretsManagerResourceException"
4439                },
4440                {
4441                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4442                }
4443            ],
4444            "traits": {
4445                "smithy.api#documentation": "<p>Gets the network profile details by the network profile ARN.</p>"
4446            }
4447        },
4448        "com.amazonaws.alexaforbusiness#GetNetworkProfileRequest": {
4449            "type": "structure",
4450            "members": {
4451                "NetworkProfileArn": {
4452                    "target": "com.amazonaws.alexaforbusiness#Arn",
4453                    "traits": {
4454                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>",
4455                        "smithy.api#required": {}
4456                    }
4457                }
4458            }
4459        },
4460        "com.amazonaws.alexaforbusiness#GetNetworkProfileResponse": {
4461            "type": "structure",
4462            "members": {
4463                "NetworkProfile": {
4464                    "target": "com.amazonaws.alexaforbusiness#NetworkProfile",
4465                    "traits": {
4466                        "smithy.api#documentation": "<p>The network profile associated with a device.</p>"
4467                    }
4468                }
4469            }
4470        },
4471        "com.amazonaws.alexaforbusiness#GetProfile": {
4472            "type": "operation",
4473            "input": {
4474                "target": "com.amazonaws.alexaforbusiness#GetProfileRequest"
4475            },
4476            "output": {
4477                "target": "com.amazonaws.alexaforbusiness#GetProfileResponse"
4478            },
4479            "errors": [
4480                {
4481                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4482                }
4483            ],
4484            "traits": {
4485                "smithy.api#documentation": "<p>Gets the details of a room profile by profile ARN.</p>"
4486            }
4487        },
4488        "com.amazonaws.alexaforbusiness#GetProfileRequest": {
4489            "type": "structure",
4490            "members": {
4491                "ProfileArn": {
4492                    "target": "com.amazonaws.alexaforbusiness#Arn",
4493                    "traits": {
4494                        "smithy.api#documentation": "<p>The ARN of the room profile for which to request details. Required.</p>"
4495                    }
4496                }
4497            }
4498        },
4499        "com.amazonaws.alexaforbusiness#GetProfileResponse": {
4500            "type": "structure",
4501            "members": {
4502                "Profile": {
4503                    "target": "com.amazonaws.alexaforbusiness#Profile",
4504                    "traits": {
4505                        "smithy.api#documentation": "<p>The details of the room profile requested. Required.</p>"
4506                    }
4507                }
4508            }
4509        },
4510        "com.amazonaws.alexaforbusiness#GetRoom": {
4511            "type": "operation",
4512            "input": {
4513                "target": "com.amazonaws.alexaforbusiness#GetRoomRequest"
4514            },
4515            "output": {
4516                "target": "com.amazonaws.alexaforbusiness#GetRoomResponse"
4517            },
4518            "errors": [
4519                {
4520                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4521                }
4522            ],
4523            "traits": {
4524                "smithy.api#documentation": "<p>Gets room details by room ARN.</p>"
4525            }
4526        },
4527        "com.amazonaws.alexaforbusiness#GetRoomRequest": {
4528            "type": "structure",
4529            "members": {
4530                "RoomArn": {
4531                    "target": "com.amazonaws.alexaforbusiness#Arn",
4532                    "traits": {
4533                        "smithy.api#documentation": "<p>The ARN of the room for which to request details. Required.</p>"
4534                    }
4535                }
4536            }
4537        },
4538        "com.amazonaws.alexaforbusiness#GetRoomResponse": {
4539            "type": "structure",
4540            "members": {
4541                "Room": {
4542                    "target": "com.amazonaws.alexaforbusiness#Room",
4543                    "traits": {
4544                        "smithy.api#documentation": "<p>The details of the room requested.</p>"
4545                    }
4546                }
4547            }
4548        },
4549        "com.amazonaws.alexaforbusiness#GetRoomSkillParameter": {
4550            "type": "operation",
4551            "input": {
4552                "target": "com.amazonaws.alexaforbusiness#GetRoomSkillParameterRequest"
4553            },
4554            "output": {
4555                "target": "com.amazonaws.alexaforbusiness#GetRoomSkillParameterResponse"
4556            },
4557            "errors": [
4558                {
4559                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4560                }
4561            ],
4562            "traits": {
4563                "smithy.api#documentation": "<p>Gets room skill parameter details by room, skill, and parameter key ARN.</p>"
4564            }
4565        },
4566        "com.amazonaws.alexaforbusiness#GetRoomSkillParameterRequest": {
4567            "type": "structure",
4568            "members": {
4569                "RoomArn": {
4570                    "target": "com.amazonaws.alexaforbusiness#Arn",
4571                    "traits": {
4572                        "smithy.api#documentation": "<p>The ARN of the room from which to get the room skill parameter details. </p>"
4573                    }
4574                },
4575                "SkillId": {
4576                    "target": "com.amazonaws.alexaforbusiness#SkillId",
4577                    "traits": {
4578                        "smithy.api#documentation": "<p>The ARN of the skill from which to get the room skill parameter details.\n         Required.</p>",
4579                        "smithy.api#required": {}
4580                    }
4581                },
4582                "ParameterKey": {
4583                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterKey",
4584                    "traits": {
4585                        "smithy.api#documentation": "<p>The room skill parameter key for which to get details. Required.</p>",
4586                        "smithy.api#required": {}
4587                    }
4588                }
4589            }
4590        },
4591        "com.amazonaws.alexaforbusiness#GetRoomSkillParameterResponse": {
4592            "type": "structure",
4593            "members": {
4594                "RoomSkillParameter": {
4595                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameter",
4596                    "traits": {
4597                        "smithy.api#documentation": "<p>The details of the room skill parameter requested. Required.</p>"
4598                    }
4599                }
4600            }
4601        },
4602        "com.amazonaws.alexaforbusiness#GetSkillGroup": {
4603            "type": "operation",
4604            "input": {
4605                "target": "com.amazonaws.alexaforbusiness#GetSkillGroupRequest"
4606            },
4607            "output": {
4608                "target": "com.amazonaws.alexaforbusiness#GetSkillGroupResponse"
4609            },
4610            "errors": [
4611                {
4612                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4613                }
4614            ],
4615            "traits": {
4616                "smithy.api#documentation": "<p>Gets skill group details by skill group ARN.</p>"
4617            }
4618        },
4619        "com.amazonaws.alexaforbusiness#GetSkillGroupRequest": {
4620            "type": "structure",
4621            "members": {
4622                "SkillGroupArn": {
4623                    "target": "com.amazonaws.alexaforbusiness#Arn",
4624                    "traits": {
4625                        "smithy.api#documentation": "<p>The ARN of the skill group for which to get details. Required.</p>"
4626                    }
4627                }
4628            }
4629        },
4630        "com.amazonaws.alexaforbusiness#GetSkillGroupResponse": {
4631            "type": "structure",
4632            "members": {
4633                "SkillGroup": {
4634                    "target": "com.amazonaws.alexaforbusiness#SkillGroup",
4635                    "traits": {
4636                        "smithy.api#documentation": "<p>The details of the skill group requested. Required.</p>"
4637                    }
4638                }
4639            }
4640        },
4641        "com.amazonaws.alexaforbusiness#IPDialIn": {
4642            "type": "structure",
4643            "members": {
4644                "Endpoint": {
4645                    "target": "com.amazonaws.alexaforbusiness#Endpoint",
4646                    "traits": {
4647                        "smithy.api#documentation": "<p>The IP address.</p>",
4648                        "smithy.api#required": {}
4649                    }
4650                },
4651                "CommsProtocol": {
4652                    "target": "com.amazonaws.alexaforbusiness#CommsProtocol",
4653                    "traits": {
4654                        "smithy.api#documentation": "<p>The protocol, including SIP, SIPS, and H323.</p>",
4655                        "smithy.api#required": {}
4656                    }
4657                }
4658            },
4659            "traits": {
4660                "smithy.api#documentation": "<p>The IP endpoint and protocol for calling.</p>"
4661            }
4662        },
4663        "com.amazonaws.alexaforbusiness#IconUrl": {
4664            "type": "string"
4665        },
4666        "com.amazonaws.alexaforbusiness#InstantBooking": {
4667            "type": "structure",
4668            "members": {
4669                "DurationInMinutes": {
4670                    "target": "com.amazonaws.alexaforbusiness#Minutes",
4671                    "traits": {
4672                        "smithy.api#documentation": "<p>Duration between 15 and 240 minutes at increments of 15 that determines how long to book\n         an available room when a meeting is started with Alexa. </p>"
4673                    }
4674                },
4675                "Enabled": {
4676                    "target": "com.amazonaws.alexaforbusiness#Boolean",
4677                    "traits": {
4678                        "smithy.api#documentation": "<p>Whether instant booking is enabled or not.</p>"
4679                    }
4680                }
4681            },
4682            "traits": {
4683                "smithy.api#documentation": "<p>Settings for the instant booking feature that are applied to a room profile. When users\n         start their meeting with Alexa, Alexa  automatically books the room for the configured\n         duration if the room is available.</p>"
4684            }
4685        },
4686        "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException": {
4687            "type": "structure",
4688            "members": {
4689                "Message": {
4690                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
4691                }
4692            },
4693            "traits": {
4694                "smithy.api#documentation": "<p>The Certificate Authority can't issue or revoke a certificate.</p>",
4695                "smithy.api#error": "client"
4696            }
4697        },
4698        "com.amazonaws.alexaforbusiness#InvalidDeviceException": {
4699            "type": "structure",
4700            "members": {
4701                "Message": {
4702                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
4703                }
4704            },
4705            "traits": {
4706                "smithy.api#documentation": "<p>The device is in an invalid state.</p>",
4707                "smithy.api#error": "client"
4708            }
4709        },
4710        "com.amazonaws.alexaforbusiness#InvalidSecretsManagerResourceException": {
4711            "type": "structure",
4712            "members": {
4713                "Message": {
4714                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
4715                }
4716            },
4717            "traits": {
4718                "smithy.api#documentation": "<p>A password in SecretsManager is in an invalid state.</p>",
4719                "smithy.api#error": "client"
4720            }
4721        },
4722        "com.amazonaws.alexaforbusiness#InvalidServiceLinkedRoleStateException": {
4723            "type": "structure",
4724            "members": {
4725                "Message": {
4726                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
4727                }
4728            },
4729            "traits": {
4730                "smithy.api#documentation": "<p>The service linked role is locked for deletion. </p>",
4731                "smithy.api#error": "client"
4732            }
4733        },
4734        "com.amazonaws.alexaforbusiness#InvalidUserStatusException": {
4735            "type": "structure",
4736            "members": {
4737                "Message": {
4738                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
4739                }
4740            },
4741            "traits": {
4742                "smithy.api#documentation": "<p>The attempt to update a user is invalid due to the user's current status.</p>",
4743                "smithy.api#error": "client"
4744            }
4745        },
4746        "com.amazonaws.alexaforbusiness#InvocationPhrase": {
4747            "type": "string"
4748        },
4749        "com.amazonaws.alexaforbusiness#Key": {
4750            "type": "string",
4751            "traits": {
4752                "smithy.api#length": {
4753                    "min": 1
4754                }
4755            }
4756        },
4757        "com.amazonaws.alexaforbusiness#LimitExceededException": {
4758            "type": "structure",
4759            "members": {
4760                "Message": {
4761                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
4762                }
4763            },
4764            "traits": {
4765                "smithy.api#documentation": "<p>You are performing an action that would put you beyond your account's limits.</p>",
4766                "smithy.api#error": "client"
4767            }
4768        },
4769        "com.amazonaws.alexaforbusiness#ListBusinessReportSchedules": {
4770            "type": "operation",
4771            "input": {
4772                "target": "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesRequest"
4773            },
4774            "output": {
4775                "target": "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesResponse"
4776            },
4777            "traits": {
4778                "smithy.api#documentation": "<p>Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.</p>",
4779                "smithy.api#paginated": {
4780                    "inputToken": "NextToken",
4781                    "outputToken": "NextToken",
4782                    "pageSize": "MaxResults"
4783                }
4784            }
4785        },
4786        "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesRequest": {
4787            "type": "structure",
4788            "members": {
4789                "NextToken": {
4790                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4791                    "traits": {
4792                        "smithy.api#documentation": "<p>The token used to list the remaining schedules from the previous API call.</p>"
4793                    }
4794                },
4795                "MaxResults": {
4796                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
4797                    "traits": {
4798                        "smithy.api#documentation": "<p>The maximum number of schedules listed in the call.</p>"
4799                    }
4800                }
4801            }
4802        },
4803        "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesResponse": {
4804            "type": "structure",
4805            "members": {
4806                "BusinessReportSchedules": {
4807                    "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleList",
4808                    "traits": {
4809                        "smithy.api#documentation": "<p>The schedule of the reports.</p>"
4810                    }
4811                },
4812                "NextToken": {
4813                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4814                    "traits": {
4815                        "smithy.api#documentation": "<p>The token used to list the remaining schedules from the previous API call.</p>"
4816                    }
4817                }
4818            }
4819        },
4820        "com.amazonaws.alexaforbusiness#ListConferenceProviders": {
4821            "type": "operation",
4822            "input": {
4823                "target": "com.amazonaws.alexaforbusiness#ListConferenceProvidersRequest"
4824            },
4825            "output": {
4826                "target": "com.amazonaws.alexaforbusiness#ListConferenceProvidersResponse"
4827            },
4828            "traits": {
4829                "smithy.api#documentation": "<p>Lists conference providers under a specific AWS account.</p>",
4830                "smithy.api#paginated": {
4831                    "inputToken": "NextToken",
4832                    "outputToken": "NextToken",
4833                    "pageSize": "MaxResults"
4834                }
4835            }
4836        },
4837        "com.amazonaws.alexaforbusiness#ListConferenceProvidersRequest": {
4838            "type": "structure",
4839            "members": {
4840                "NextToken": {
4841                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4842                    "traits": {
4843                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
4844                    }
4845                },
4846                "MaxResults": {
4847                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
4848                    "traits": {
4849                        "smithy.api#documentation": "<p>The maximum number of conference providers to be returned, per paginated\n         calls.</p>"
4850                    }
4851                }
4852            }
4853        },
4854        "com.amazonaws.alexaforbusiness#ListConferenceProvidersResponse": {
4855            "type": "structure",
4856            "members": {
4857                "ConferenceProviders": {
4858                    "target": "com.amazonaws.alexaforbusiness#ConferenceProvidersList",
4859                    "traits": {
4860                        "smithy.api#documentation": "<p>The conference providers.</p>"
4861                    }
4862                },
4863                "NextToken": {
4864                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4865                    "traits": {
4866                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
4867                    }
4868                }
4869            }
4870        },
4871        "com.amazonaws.alexaforbusiness#ListDeviceEvents": {
4872            "type": "operation",
4873            "input": {
4874                "target": "com.amazonaws.alexaforbusiness#ListDeviceEventsRequest"
4875            },
4876            "output": {
4877                "target": "com.amazonaws.alexaforbusiness#ListDeviceEventsResponse"
4878            },
4879            "errors": [
4880                {
4881                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
4882                }
4883            ],
4884            "traits": {
4885                "smithy.api#documentation": "<p>Lists the device event history, including device connection status, for up to 30\n         days.</p>",
4886                "smithy.api#paginated": {
4887                    "inputToken": "NextToken",
4888                    "outputToken": "NextToken",
4889                    "pageSize": "MaxResults"
4890                }
4891            }
4892        },
4893        "com.amazonaws.alexaforbusiness#ListDeviceEventsRequest": {
4894            "type": "structure",
4895            "members": {
4896                "DeviceArn": {
4897                    "target": "com.amazonaws.alexaforbusiness#Arn",
4898                    "traits": {
4899                        "smithy.api#documentation": "<p>The ARN of a device.</p>",
4900                        "smithy.api#required": {}
4901                    }
4902                },
4903                "EventType": {
4904                    "target": "com.amazonaws.alexaforbusiness#DeviceEventType",
4905                    "traits": {
4906                        "smithy.api#documentation": "<p>The event type to filter device events. If EventType isn't specified, this returns a\n         list of all device events in reverse chronological order. If EventType is specified, this\n         returns a list of device events for that EventType in reverse chronological order.\n      </p>"
4907                    }
4908                },
4909                "NextToken": {
4910                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4911                    "traits": {
4912                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response only includes\n         results beyond the token, up to the value specified by MaxResults. When the end of results\n         is reached, the response has a value of null.</p>"
4913                    }
4914                },
4915                "MaxResults": {
4916                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
4917                    "traits": {
4918                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. The default value is 50. If\n         more results exist than the specified MaxResults value, a token is included in the response\n         so that the remaining results can be retrieved. </p>"
4919                    }
4920                }
4921            }
4922        },
4923        "com.amazonaws.alexaforbusiness#ListDeviceEventsResponse": {
4924            "type": "structure",
4925            "members": {
4926                "DeviceEvents": {
4927                    "target": "com.amazonaws.alexaforbusiness#DeviceEventList",
4928                    "traits": {
4929                        "smithy.api#documentation": "<p>The device events requested for the device ARN.</p>"
4930                    }
4931                },
4932                "NextToken": {
4933                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4934                    "traits": {
4935                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
4936                    }
4937                }
4938            }
4939        },
4940        "com.amazonaws.alexaforbusiness#ListGatewayGroups": {
4941            "type": "operation",
4942            "input": {
4943                "target": "com.amazonaws.alexaforbusiness#ListGatewayGroupsRequest"
4944            },
4945            "output": {
4946                "target": "com.amazonaws.alexaforbusiness#ListGatewayGroupsResponse"
4947            },
4948            "traits": {
4949                "smithy.api#documentation": "<p>Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of\n         a specific gateway group.</p>",
4950                "smithy.api#paginated": {
4951                    "inputToken": "NextToken",
4952                    "outputToken": "NextToken",
4953                    "pageSize": "MaxResults"
4954                }
4955            }
4956        },
4957        "com.amazonaws.alexaforbusiness#ListGatewayGroupsRequest": {
4958            "type": "structure",
4959            "members": {
4960                "NextToken": {
4961                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4962                    "traits": {
4963                        "smithy.api#documentation": "<p>The token used to paginate though multiple pages of gateway group summaries.</p>"
4964                    }
4965                },
4966                "MaxResults": {
4967                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
4968                    "traits": {
4969                        "smithy.api#documentation": "<p>The maximum number of gateway group summaries to return. The default is 50.</p>"
4970                    }
4971                }
4972            }
4973        },
4974        "com.amazonaws.alexaforbusiness#ListGatewayGroupsResponse": {
4975            "type": "structure",
4976            "members": {
4977                "GatewayGroups": {
4978                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupSummaries",
4979                    "traits": {
4980                        "smithy.api#documentation": "<p>The gateway groups in the list.</p>"
4981                    }
4982                },
4983                "NextToken": {
4984                    "target": "com.amazonaws.alexaforbusiness#NextToken",
4985                    "traits": {
4986                        "smithy.api#documentation": "<p>The token used to paginate though multiple pages of gateway group summaries.</p>"
4987                    }
4988                }
4989            }
4990        },
4991        "com.amazonaws.alexaforbusiness#ListGateways": {
4992            "type": "operation",
4993            "input": {
4994                "target": "com.amazonaws.alexaforbusiness#ListGatewaysRequest"
4995            },
4996            "output": {
4997                "target": "com.amazonaws.alexaforbusiness#ListGatewaysResponse"
4998            },
4999            "traits": {
5000                "smithy.api#documentation": "<p>Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific\n         gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries\n         of gateways that are associated with that gateway group ARN.</p>",
5001                "smithy.api#paginated": {
5002                    "inputToken": "NextToken",
5003                    "outputToken": "NextToken",
5004                    "pageSize": "MaxResults"
5005                }
5006            }
5007        },
5008        "com.amazonaws.alexaforbusiness#ListGatewaysRequest": {
5009            "type": "structure",
5010            "members": {
5011                "GatewayGroupArn": {
5012                    "target": "com.amazonaws.alexaforbusiness#Arn",
5013                    "traits": {
5014                        "smithy.api#documentation": "<p>The gateway group ARN for which to list gateways.</p>"
5015                    }
5016                },
5017                "NextToken": {
5018                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5019                    "traits": {
5020                        "smithy.api#documentation": "<p>The token used to paginate though multiple pages of gateway summaries.</p>"
5021                    }
5022                },
5023                "MaxResults": {
5024                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
5025                    "traits": {
5026                        "smithy.api#documentation": "<p>The maximum number of gateway summaries to return. The default is 50.</p>"
5027                    }
5028                }
5029            }
5030        },
5031        "com.amazonaws.alexaforbusiness#ListGatewaysResponse": {
5032            "type": "structure",
5033            "members": {
5034                "Gateways": {
5035                    "target": "com.amazonaws.alexaforbusiness#GatewaySummaries",
5036                    "traits": {
5037                        "smithy.api#documentation": "<p>The gateways in the list.</p>"
5038                    }
5039                },
5040                "NextToken": {
5041                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5042                    "traits": {
5043                        "smithy.api#documentation": "<p>The token used to paginate though multiple pages of gateway summaries.</p>"
5044                    }
5045                }
5046            }
5047        },
5048        "com.amazonaws.alexaforbusiness#ListSkills": {
5049            "type": "operation",
5050            "input": {
5051                "target": "com.amazonaws.alexaforbusiness#ListSkillsRequest"
5052            },
5053            "output": {
5054                "target": "com.amazonaws.alexaforbusiness#ListSkillsResponse"
5055            },
5056            "traits": {
5057                "smithy.api#documentation": "<p>Lists all enabled skills in a specific skill group.</p>",
5058                "smithy.api#paginated": {
5059                    "inputToken": "NextToken",
5060                    "outputToken": "NextToken",
5061                    "pageSize": "MaxResults"
5062                }
5063            }
5064        },
5065        "com.amazonaws.alexaforbusiness#ListSkillsRequest": {
5066            "type": "structure",
5067            "members": {
5068                "SkillGroupArn": {
5069                    "target": "com.amazonaws.alexaforbusiness#Arn",
5070                    "traits": {
5071                        "smithy.api#documentation": "<p>The ARN of the skill group for which to list enabled skills.</p>"
5072                    }
5073                },
5074                "EnablementType": {
5075                    "target": "com.amazonaws.alexaforbusiness#EnablementTypeFilter",
5076                    "traits": {
5077                        "smithy.api#documentation": "<p>Whether the skill is enabled under the user's account.</p>"
5078                    }
5079                },
5080                "SkillType": {
5081                    "target": "com.amazonaws.alexaforbusiness#SkillTypeFilter",
5082                    "traits": {
5083                        "smithy.api#documentation": "<p>Whether the skill is publicly available or is a private skill.</p>"
5084                    }
5085                },
5086                "NextToken": {
5087                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5088                    "traits": {
5089                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>.</p>"
5090                    }
5091                },
5092                "MaxResults": {
5093                    "target": "com.amazonaws.alexaforbusiness#SkillListMaxResults",
5094                    "traits": {
5095                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved.</p>"
5096                    }
5097                }
5098            }
5099        },
5100        "com.amazonaws.alexaforbusiness#ListSkillsResponse": {
5101            "type": "structure",
5102            "members": {
5103                "SkillSummaries": {
5104                    "target": "com.amazonaws.alexaforbusiness#SkillSummaryList",
5105                    "traits": {
5106                        "smithy.api#documentation": "<p>The list of enabled skills requested. Required.</p>"
5107                    }
5108                },
5109                "NextToken": {
5110                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5111                    "traits": {
5112                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
5113                    }
5114                }
5115            }
5116        },
5117        "com.amazonaws.alexaforbusiness#ListSkillsStoreCategories": {
5118            "type": "operation",
5119            "input": {
5120                "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesRequest"
5121            },
5122            "output": {
5123                "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesResponse"
5124            },
5125            "traits": {
5126                "smithy.api#documentation": "<p>Lists all categories in the Alexa skill store.</p>",
5127                "smithy.api#paginated": {
5128                    "inputToken": "NextToken",
5129                    "outputToken": "NextToken",
5130                    "pageSize": "MaxResults"
5131                }
5132            }
5133        },
5134        "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesRequest": {
5135            "type": "structure",
5136            "members": {
5137                "NextToken": {
5138                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5139                    "traits": {
5140                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
5141                    }
5142                },
5143                "MaxResults": {
5144                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
5145                    "traits": {
5146                        "smithy.api#documentation": "<p>The maximum number of categories returned, per paginated calls.</p>"
5147                    }
5148                }
5149            }
5150        },
5151        "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesResponse": {
5152            "type": "structure",
5153            "members": {
5154                "CategoryList": {
5155                    "target": "com.amazonaws.alexaforbusiness#CategoryList",
5156                    "traits": {
5157                        "smithy.api#documentation": "<p>The list of categories.</p>"
5158                    }
5159                },
5160                "NextToken": {
5161                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5162                    "traits": {
5163                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
5164                    }
5165                }
5166            }
5167        },
5168        "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategory": {
5169            "type": "operation",
5170            "input": {
5171                "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryRequest"
5172            },
5173            "output": {
5174                "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryResponse"
5175            },
5176            "traits": {
5177                "smithy.api#documentation": "<p>Lists all skills in the Alexa skill store by category.</p>",
5178                "smithy.api#paginated": {
5179                    "inputToken": "NextToken",
5180                    "outputToken": "NextToken",
5181                    "pageSize": "MaxResults"
5182                }
5183            }
5184        },
5185        "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryRequest": {
5186            "type": "structure",
5187            "members": {
5188                "CategoryId": {
5189                    "target": "com.amazonaws.alexaforbusiness#CategoryId",
5190                    "traits": {
5191                        "smithy.api#documentation": "<p>The category ID for which the skills are being retrieved from the skill\n         store.</p>",
5192                        "smithy.api#required": {}
5193                    }
5194                },
5195                "NextToken": {
5196                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5197                    "traits": {
5198                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
5199                    }
5200                },
5201                "MaxResults": {
5202                    "target": "com.amazonaws.alexaforbusiness#SkillListMaxResults",
5203                    "traits": {
5204                        "smithy.api#documentation": "<p>The maximum number of skills returned per paginated calls.</p>"
5205                    }
5206                }
5207            }
5208        },
5209        "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryResponse": {
5210            "type": "structure",
5211            "members": {
5212                "SkillsStoreSkills": {
5213                    "target": "com.amazonaws.alexaforbusiness#SkillsStoreSkillList",
5214                    "traits": {
5215                        "smithy.api#documentation": "<p>The skill store skills.</p>"
5216                    }
5217                },
5218                "NextToken": {
5219                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5220                    "traits": {
5221                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
5222                    }
5223                }
5224            }
5225        },
5226        "com.amazonaws.alexaforbusiness#ListSmartHomeAppliances": {
5227            "type": "operation",
5228            "input": {
5229                "target": "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesRequest"
5230            },
5231            "output": {
5232                "target": "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesResponse"
5233            },
5234            "errors": [
5235                {
5236                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
5237                }
5238            ],
5239            "traits": {
5240                "smithy.api#documentation": "<p>Lists all of the smart home appliances associated with a room.</p>",
5241                "smithy.api#paginated": {
5242                    "inputToken": "NextToken",
5243                    "outputToken": "NextToken",
5244                    "pageSize": "MaxResults"
5245                }
5246            }
5247        },
5248        "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesRequest": {
5249            "type": "structure",
5250            "members": {
5251                "RoomArn": {
5252                    "target": "com.amazonaws.alexaforbusiness#Arn",
5253                    "traits": {
5254                        "smithy.api#documentation": "<p>The room that the appliances are associated with.</p>",
5255                        "smithy.api#required": {}
5256                    }
5257                },
5258                "MaxResults": {
5259                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
5260                    "traits": {
5261                        "smithy.api#documentation": "<p>The maximum number of appliances to be returned, per paginated calls.</p>"
5262                    }
5263                },
5264                "NextToken": {
5265                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5266                    "traits": {
5267                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
5268                    }
5269                }
5270            }
5271        },
5272        "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesResponse": {
5273            "type": "structure",
5274            "members": {
5275                "SmartHomeAppliances": {
5276                    "target": "com.amazonaws.alexaforbusiness#SmartHomeApplianceList",
5277                    "traits": {
5278                        "smithy.api#documentation": "<p>The smart home appliances.</p>"
5279                    }
5280                },
5281                "NextToken": {
5282                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5283                    "traits": {
5284                        "smithy.api#documentation": "<p>The tokens used for pagination.</p>"
5285                    }
5286                }
5287            }
5288        },
5289        "com.amazonaws.alexaforbusiness#ListTags": {
5290            "type": "operation",
5291            "input": {
5292                "target": "com.amazonaws.alexaforbusiness#ListTagsRequest"
5293            },
5294            "output": {
5295                "target": "com.amazonaws.alexaforbusiness#ListTagsResponse"
5296            },
5297            "errors": [
5298                {
5299                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
5300                }
5301            ],
5302            "traits": {
5303                "smithy.api#documentation": "<p>Lists all tags for the specified resource.</p>",
5304                "smithy.api#paginated": {
5305                    "inputToken": "NextToken",
5306                    "outputToken": "NextToken",
5307                    "pageSize": "MaxResults"
5308                }
5309            }
5310        },
5311        "com.amazonaws.alexaforbusiness#ListTagsRequest": {
5312            "type": "structure",
5313            "members": {
5314                "Arn": {
5315                    "target": "com.amazonaws.alexaforbusiness#Arn",
5316                    "traits": {
5317                        "smithy.api#documentation": "<p>The ARN of the specified resource for which to list tags.</p>",
5318                        "smithy.api#required": {}
5319                    }
5320                },
5321                "NextToken": {
5322                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5323                    "traits": {
5324                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>. </p>"
5325                    }
5326                },
5327                "MaxResults": {
5328                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
5329                    "traits": {
5330                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved.</p>"
5331                    }
5332                }
5333            }
5334        },
5335        "com.amazonaws.alexaforbusiness#ListTagsResponse": {
5336            "type": "structure",
5337            "members": {
5338                "Tags": {
5339                    "target": "com.amazonaws.alexaforbusiness#TagList",
5340                    "traits": {
5341                        "smithy.api#documentation": "<p>The tags requested for the specified resource.</p>"
5342                    }
5343                },
5344                "NextToken": {
5345                    "target": "com.amazonaws.alexaforbusiness#NextToken",
5346                    "traits": {
5347                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
5348                    }
5349                }
5350            }
5351        },
5352        "com.amazonaws.alexaforbusiness#Locale": {
5353            "type": "string",
5354            "traits": {
5355                "smithy.api#enum": [
5356                    {
5357                        "value": "en-US",
5358                        "name": "en_US"
5359                    }
5360                ]
5361            }
5362        },
5363        "com.amazonaws.alexaforbusiness#MacAddress": {
5364            "type": "string"
5365        },
5366        "com.amazonaws.alexaforbusiness#MaxResults": {
5367            "type": "integer",
5368            "traits": {
5369                "smithy.api#box": {},
5370                "smithy.api#range": {
5371                    "min": 1,
5372                    "max": 50
5373                }
5374            }
5375        },
5376        "com.amazonaws.alexaforbusiness#MaxVolumeLimit": {
5377            "type": "integer",
5378            "traits": {
5379                "smithy.api#box": {}
5380            }
5381        },
5382        "com.amazonaws.alexaforbusiness#MeetingRoomConfiguration": {
5383            "type": "structure",
5384            "members": {
5385                "RoomUtilizationMetricsEnabled": {
5386                    "target": "com.amazonaws.alexaforbusiness#Boolean",
5387                    "traits": {
5388                        "smithy.api#documentation": "<p>Whether room utilization metrics are enabled or not.</p>"
5389                    }
5390                },
5391                "EndOfMeetingReminder": {
5392                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminder",
5393                    "traits": {
5394                        "smithy.api#documentation": "<p>Settings for the end of meeting reminder feature that are applied to a room profile. The\n         end of meeting reminder enables Alexa to remind users when a meeting is ending. </p>"
5395                    }
5396                },
5397                "InstantBooking": {
5398                    "target": "com.amazonaws.alexaforbusiness#InstantBooking",
5399                    "traits": {
5400                        "smithy.api#documentation": "<p>Settings to automatically book the room if available for a configured duration when\n         joining a meeting with Alexa. </p>"
5401                    }
5402                },
5403                "RequireCheckIn": {
5404                    "target": "com.amazonaws.alexaforbusiness#RequireCheckIn",
5405                    "traits": {
5406                        "smithy.api#documentation": "<p>Settings for requiring a check in when a room is reserved. Alexa can cancel a room\n         reservation if it's not checked into. This makes the room available for others. Users can\n         check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check\n         in.” </p>"
5407                    }
5408                }
5409            },
5410            "traits": {
5411                "smithy.api#documentation": "<p>Meeting room settings of a room profile.</p>"
5412            }
5413        },
5414        "com.amazonaws.alexaforbusiness#MeetingSetting": {
5415            "type": "structure",
5416            "members": {
5417                "RequirePin": {
5418                    "target": "com.amazonaws.alexaforbusiness#RequirePin",
5419                    "traits": {
5420                        "smithy.api#documentation": "<p>The values that indicate whether the pin is always required.</p>",
5421                        "smithy.api#required": {}
5422                    }
5423                }
5424            },
5425            "traits": {
5426                "smithy.api#documentation": "<p>The values that indicate whether a pin is always required (YES), never required (NO),\n            or OPTIONAL.</p>\n        <ul>\n            <li>\n                <p>If YES, Alexa will always ask for a meeting pin.</p>\n            </li>\n            <li>\n                <p>If NO, Alexa will never ask for a meeting pin.</p>\n            </li>\n            <li>\n                <p>If OPTIONAL, Alexa will ask if you have a meeting pin and if the customer responds\n                    with yes, it will ask for the meeting pin.</p>\n            </li>\n         </ul>"
5427            }
5428        },
5429        "com.amazonaws.alexaforbusiness#Minutes": {
5430            "type": "integer",
5431            "traits": {
5432                "smithy.api#box": {}
5433            }
5434        },
5435        "com.amazonaws.alexaforbusiness#NameInUseException": {
5436            "type": "structure",
5437            "members": {
5438                "Message": {
5439                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
5440                }
5441            },
5442            "traits": {
5443                "smithy.api#documentation": "<p>The name sent in the request is already in use.</p>",
5444                "smithy.api#error": "client"
5445            }
5446        },
5447        "com.amazonaws.alexaforbusiness#NetworkEapMethod": {
5448            "type": "string",
5449            "traits": {
5450                "smithy.api#enum": [
5451                    {
5452                        "value": "EAP_TLS",
5453                        "name": "EAP_TLS"
5454                    }
5455                ]
5456            }
5457        },
5458        "com.amazonaws.alexaforbusiness#NetworkProfile": {
5459            "type": "structure",
5460            "members": {
5461                "NetworkProfileArn": {
5462                    "target": "com.amazonaws.alexaforbusiness#Arn",
5463                    "traits": {
5464                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>"
5465                    }
5466                },
5467                "NetworkProfileName": {
5468                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileName",
5469                    "traits": {
5470                        "smithy.api#documentation": "<p>The name of the network profile associated with a device.</p>"
5471                    }
5472                },
5473                "Description": {
5474                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription",
5475                    "traits": {
5476                        "smithy.api#documentation": "<p>Detailed information about a device's network profile.</p>"
5477                    }
5478                },
5479                "Ssid": {
5480                    "target": "com.amazonaws.alexaforbusiness#NetworkSsid",
5481                    "traits": {
5482                        "smithy.api#documentation": "<p>The SSID of the Wi-Fi network.</p>"
5483                    }
5484                },
5485                "SecurityType": {
5486                    "target": "com.amazonaws.alexaforbusiness#NetworkSecurityType",
5487                    "traits": {
5488                        "smithy.api#documentation": "<p>The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,\n         WEP, or OPEN.</p>"
5489                    }
5490                },
5491                "EapMethod": {
5492                    "target": "com.amazonaws.alexaforbusiness#NetworkEapMethod",
5493                    "traits": {
5494                        "smithy.api#documentation": "<p>The authentication standard that is used in the EAP framework. Currently, EAP_TLS is\n         supported. </p>"
5495                    }
5496                },
5497                "CurrentPassword": {
5498                    "target": "com.amazonaws.alexaforbusiness#CurrentWiFiPassword",
5499                    "traits": {
5500                        "smithy.api#documentation": "<p>The current password of the Wi-Fi network.</p>"
5501                    }
5502                },
5503                "NextPassword": {
5504                    "target": "com.amazonaws.alexaforbusiness#NextWiFiPassword",
5505                    "traits": {
5506                        "smithy.api#documentation": "<p>The next, or subsequent, password of the Wi-Fi network. This password is asynchronously\n         transmitted to the device and is used when the password of the network changes to\n         NextPassword. </p>"
5507                    }
5508                },
5509                "CertificateAuthorityArn": {
5510                    "target": "com.amazonaws.alexaforbusiness#Arn",
5511                    "traits": {
5512                        "smithy.api#documentation": "<p>The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n         (ACM). This is used to issue certificates to the devices. </p>"
5513                    }
5514                },
5515                "TrustAnchors": {
5516                    "target": "com.amazonaws.alexaforbusiness#TrustAnchorList",
5517                    "traits": {
5518                        "smithy.api#documentation": "<p>The root certificates of your authentication server, which is installed on your devices\n         and used to trust your authentication server during EAP negotiation.</p>"
5519                    }
5520                }
5521            },
5522            "traits": {
5523                "smithy.api#documentation": "<p>The network profile associated with a device.</p>"
5524            }
5525        },
5526        "com.amazonaws.alexaforbusiness#NetworkProfileData": {
5527            "type": "structure",
5528            "members": {
5529                "NetworkProfileArn": {
5530                    "target": "com.amazonaws.alexaforbusiness#Arn",
5531                    "traits": {
5532                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>"
5533                    }
5534                },
5535                "NetworkProfileName": {
5536                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileName",
5537                    "traits": {
5538                        "smithy.api#documentation": "<p>The name of the network profile associated with a device.</p>"
5539                    }
5540                },
5541                "Description": {
5542                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription",
5543                    "traits": {
5544                        "smithy.api#documentation": "<p>Detailed information about a device's network profile.</p>"
5545                    }
5546                },
5547                "Ssid": {
5548                    "target": "com.amazonaws.alexaforbusiness#NetworkSsid",
5549                    "traits": {
5550                        "smithy.api#documentation": "<p>The SSID of the Wi-Fi network.</p>"
5551                    }
5552                },
5553                "SecurityType": {
5554                    "target": "com.amazonaws.alexaforbusiness#NetworkSecurityType",
5555                    "traits": {
5556                        "smithy.api#documentation": "<p>The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,\n         WEP, or OPEN.</p>"
5557                    }
5558                },
5559                "EapMethod": {
5560                    "target": "com.amazonaws.alexaforbusiness#NetworkEapMethod",
5561                    "traits": {
5562                        "smithy.api#documentation": "<p>The authentication standard that is used in the EAP framework. Currently, EAP_TLS is\n         supported.</p>"
5563                    }
5564                },
5565                "CertificateAuthorityArn": {
5566                    "target": "com.amazonaws.alexaforbusiness#Arn",
5567                    "traits": {
5568                        "smithy.api#documentation": "<p>The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n         (ACM). This is used to issue certificates to the devices.</p>"
5569                    }
5570                }
5571            },
5572            "traits": {
5573                "smithy.api#documentation": "<p>The data associated with a network profile.</p>"
5574            }
5575        },
5576        "com.amazonaws.alexaforbusiness#NetworkProfileDataList": {
5577            "type": "list",
5578            "member": {
5579                "target": "com.amazonaws.alexaforbusiness#NetworkProfileData"
5580            }
5581        },
5582        "com.amazonaws.alexaforbusiness#NetworkProfileDescription": {
5583            "type": "string",
5584            "traits": {
5585                "smithy.api#length": {
5586                    "min": 0,
5587                    "max": 200
5588                },
5589                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
5590            }
5591        },
5592        "com.amazonaws.alexaforbusiness#NetworkProfileName": {
5593            "type": "string",
5594            "traits": {
5595                "smithy.api#length": {
5596                    "min": 1,
5597                    "max": 100
5598                },
5599                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
5600            }
5601        },
5602        "com.amazonaws.alexaforbusiness#NetworkSecurityType": {
5603            "type": "string",
5604            "traits": {
5605                "smithy.api#enum": [
5606                    {
5607                        "value": "OPEN",
5608                        "name": "OPEN"
5609                    },
5610                    {
5611                        "value": "WEP",
5612                        "name": "WEP"
5613                    },
5614                    {
5615                        "value": "WPA_PSK",
5616                        "name": "WPA_PSK"
5617                    },
5618                    {
5619                        "value": "WPA2_PSK",
5620                        "name": "WPA2_PSK"
5621                    },
5622                    {
5623                        "value": "WPA2_ENTERPRISE",
5624                        "name": "WPA2_ENTERPRISE"
5625                    }
5626                ]
5627            }
5628        },
5629        "com.amazonaws.alexaforbusiness#NetworkSsid": {
5630            "type": "string",
5631            "traits": {
5632                "smithy.api#length": {
5633                    "min": 1,
5634                    "max": 32
5635                },
5636                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
5637            }
5638        },
5639        "com.amazonaws.alexaforbusiness#NewInThisVersionBulletPoints": {
5640            "type": "list",
5641            "member": {
5642                "target": "com.amazonaws.alexaforbusiness#BulletPoint"
5643            }
5644        },
5645        "com.amazonaws.alexaforbusiness#NextToken": {
5646            "type": "string",
5647            "traits": {
5648                "smithy.api#length": {
5649                    "min": 1,
5650                    "max": 1100
5651                }
5652            }
5653        },
5654        "com.amazonaws.alexaforbusiness#NextWiFiPassword": {
5655            "type": "string",
5656            "traits": {
5657                "smithy.api#length": {
5658                    "min": 0,
5659                    "max": 128
5660                },
5661                "smithy.api#pattern": "(^$)|([\\x00-\\x7F]{5,})",
5662                "smithy.api#sensitive": {}
5663            }
5664        },
5665        "com.amazonaws.alexaforbusiness#NotFoundException": {
5666            "type": "structure",
5667            "members": {
5668                "Message": {
5669                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
5670                }
5671            },
5672            "traits": {
5673                "smithy.api#documentation": "<p>The resource is not found.</p>",
5674                "smithy.api#error": "client"
5675            }
5676        },
5677        "com.amazonaws.alexaforbusiness#OneClickIdDelay": {
5678            "type": "string",
5679            "traits": {
5680                "smithy.api#length": {
5681                    "min": 1,
5682                    "max": 2
5683                }
5684            }
5685        },
5686        "com.amazonaws.alexaforbusiness#OneClickPinDelay": {
5687            "type": "string",
5688            "traits": {
5689                "smithy.api#length": {
5690                    "min": 1,
5691                    "max": 2
5692                }
5693            }
5694        },
5695        "com.amazonaws.alexaforbusiness#OrganizationName": {
5696            "type": "string",
5697            "traits": {
5698                "smithy.api#length": {
5699                    "min": 1,
5700                    "max": 100
5701                },
5702                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
5703            }
5704        },
5705        "com.amazonaws.alexaforbusiness#OutboundPhoneNumber": {
5706            "type": "string",
5707            "traits": {
5708                "smithy.api#pattern": "\\d{10}"
5709            }
5710        },
5711        "com.amazonaws.alexaforbusiness#PSTNDialIn": {
5712            "type": "structure",
5713            "members": {
5714                "CountryCode": {
5715                    "target": "com.amazonaws.alexaforbusiness#CountryCode",
5716                    "traits": {
5717                        "smithy.api#documentation": "<p>The zip code.</p>",
5718                        "smithy.api#required": {}
5719                    }
5720                },
5721                "PhoneNumber": {
5722                    "target": "com.amazonaws.alexaforbusiness#OutboundPhoneNumber",
5723                    "traits": {
5724                        "smithy.api#documentation": "<p>The phone number to call to join the conference.</p>",
5725                        "smithy.api#required": {}
5726                    }
5727                },
5728                "OneClickIdDelay": {
5729                    "target": "com.amazonaws.alexaforbusiness#OneClickIdDelay",
5730                    "traits": {
5731                        "smithy.api#documentation": "<p>The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.</p>",
5732                        "smithy.api#required": {}
5733                    }
5734                },
5735                "OneClickPinDelay": {
5736                    "target": "com.amazonaws.alexaforbusiness#OneClickPinDelay",
5737                    "traits": {
5738                        "smithy.api#documentation": "<p>The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.</p>",
5739                        "smithy.api#required": {}
5740                    }
5741                }
5742            },
5743            "traits": {
5744                "smithy.api#documentation": "<p>The information for public switched telephone network (PSTN) conferencing.</p>"
5745            }
5746        },
5747        "com.amazonaws.alexaforbusiness#PhoneNumber": {
5748            "type": "structure",
5749            "members": {
5750                "Number": {
5751                    "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber",
5752                    "traits": {
5753                        "smithy.api#documentation": "<p>The raw value of the phone number.</p>",
5754                        "smithy.api#required": {}
5755                    }
5756                },
5757                "Type": {
5758                    "target": "com.amazonaws.alexaforbusiness#PhoneNumberType",
5759                    "traits": {
5760                        "smithy.api#documentation": "<p>The type of the phone number.</p>",
5761                        "smithy.api#required": {}
5762                    }
5763                }
5764            },
5765            "traits": {
5766                "smithy.api#documentation": "<p>The phone number for the contact containing the raw number and phone number type.</p>"
5767            }
5768        },
5769        "com.amazonaws.alexaforbusiness#PhoneNumberList": {
5770            "type": "list",
5771            "member": {
5772                "target": "com.amazonaws.alexaforbusiness#PhoneNumber"
5773            },
5774            "traits": {
5775                "smithy.api#length": {
5776                    "min": 0,
5777                    "max": 3
5778                }
5779            }
5780        },
5781        "com.amazonaws.alexaforbusiness#PhoneNumberType": {
5782            "type": "string",
5783            "traits": {
5784                "smithy.api#enum": [
5785                    {
5786                        "value": "MOBILE",
5787                        "name": "MOBILE"
5788                    },
5789                    {
5790                        "value": "WORK",
5791                        "name": "WORK"
5792                    },
5793                    {
5794                        "value": "HOME",
5795                        "name": "HOME"
5796                    }
5797                ],
5798                "smithy.api#sensitive": {}
5799            }
5800        },
5801        "com.amazonaws.alexaforbusiness#PrivacyPolicy": {
5802            "type": "string"
5803        },
5804        "com.amazonaws.alexaforbusiness#ProductDescription": {
5805            "type": "string"
5806        },
5807        "com.amazonaws.alexaforbusiness#ProductId": {
5808            "type": "string",
5809            "traits": {
5810                "smithy.api#pattern": "^[a-zA-Z0-9_]{1,256}$"
5811            }
5812        },
5813        "com.amazonaws.alexaforbusiness#Profile": {
5814            "type": "structure",
5815            "members": {
5816                "ProfileArn": {
5817                    "target": "com.amazonaws.alexaforbusiness#Arn",
5818                    "traits": {
5819                        "smithy.api#documentation": "<p>The ARN of a room profile.</p>"
5820                    }
5821                },
5822                "ProfileName": {
5823                    "target": "com.amazonaws.alexaforbusiness#ProfileName",
5824                    "traits": {
5825                        "smithy.api#documentation": "<p>The name of a room profile.</p>"
5826                    }
5827                },
5828                "IsDefault": {
5829                    "target": "com.amazonaws.alexaforbusiness#Boolean",
5830                    "traits": {
5831                        "smithy.api#documentation": "<p>Retrieves if the profile is default or not.</p>"
5832                    }
5833                },
5834                "Address": {
5835                    "target": "com.amazonaws.alexaforbusiness#Address",
5836                    "traits": {
5837                        "smithy.api#documentation": "<p>The address of a room profile.</p>"
5838                    }
5839                },
5840                "Timezone": {
5841                    "target": "com.amazonaws.alexaforbusiness#Timezone",
5842                    "traits": {
5843                        "smithy.api#documentation": "<p>The time zone of a room profile.</p>"
5844                    }
5845                },
5846                "DistanceUnit": {
5847                    "target": "com.amazonaws.alexaforbusiness#DistanceUnit",
5848                    "traits": {
5849                        "smithy.api#documentation": "<p>The distance unit of a room profile.</p>"
5850                    }
5851                },
5852                "TemperatureUnit": {
5853                    "target": "com.amazonaws.alexaforbusiness#TemperatureUnit",
5854                    "traits": {
5855                        "smithy.api#documentation": "<p>The temperature unit of a room profile.</p>"
5856                    }
5857                },
5858                "WakeWord": {
5859                    "target": "com.amazonaws.alexaforbusiness#WakeWord",
5860                    "traits": {
5861                        "smithy.api#documentation": "<p>The wake word of a room profile.</p>"
5862                    }
5863                },
5864                "Locale": {
5865                    "target": "com.amazonaws.alexaforbusiness#DeviceLocale",
5866                    "traits": {
5867                        "smithy.api#documentation": "<p>The locale of a room profile. (This is currently available only to a limited preview\n         audience.)</p>"
5868                    }
5869                },
5870                "SetupModeDisabled": {
5871                    "target": "com.amazonaws.alexaforbusiness#Boolean",
5872                    "traits": {
5873                        "smithy.api#documentation": "<p>The setup mode of a room profile.</p>"
5874                    }
5875                },
5876                "MaxVolumeLimit": {
5877                    "target": "com.amazonaws.alexaforbusiness#MaxVolumeLimit",
5878                    "traits": {
5879                        "smithy.api#documentation": "<p>The max volume limit of a room profile.</p>"
5880                    }
5881                },
5882                "PSTNEnabled": {
5883                    "target": "com.amazonaws.alexaforbusiness#Boolean",
5884                    "traits": {
5885                        "smithy.api#documentation": "<p>The PSTN setting of a room profile.</p>"
5886                    }
5887                },
5888                "DataRetentionOptIn": {
5889                    "target": "com.amazonaws.alexaforbusiness#Boolean",
5890                    "traits": {
5891                        "smithy.api#documentation": "<p>Whether data retention of the profile is enabled.</p>"
5892                    }
5893                },
5894                "AddressBookArn": {
5895                    "target": "com.amazonaws.alexaforbusiness#Arn",
5896                    "traits": {
5897                        "smithy.api#documentation": "<p>The ARN of the address book.</p>"
5898                    }
5899                },
5900                "MeetingRoomConfiguration": {
5901                    "target": "com.amazonaws.alexaforbusiness#MeetingRoomConfiguration",
5902                    "traits": {
5903                        "smithy.api#documentation": "<p>Meeting room settings of a room profile.</p>"
5904                    }
5905                }
5906            },
5907            "traits": {
5908                "smithy.api#documentation": "<p>A room profile with attributes.</p>"
5909            }
5910        },
5911        "com.amazonaws.alexaforbusiness#ProfileData": {
5912            "type": "structure",
5913            "members": {
5914                "ProfileArn": {
5915                    "target": "com.amazonaws.alexaforbusiness#Arn",
5916                    "traits": {
5917                        "smithy.api#documentation": "<p>The ARN of a room profile.</p>"
5918                    }
5919                },
5920                "ProfileName": {
5921                    "target": "com.amazonaws.alexaforbusiness#ProfileName",
5922                    "traits": {
5923                        "smithy.api#documentation": "<p>The name of a room profile.</p>"
5924                    }
5925                },
5926                "IsDefault": {
5927                    "target": "com.amazonaws.alexaforbusiness#Boolean",
5928                    "traits": {
5929                        "smithy.api#documentation": "<p>Retrieves if the profile data is default or not.</p>"
5930                    }
5931                },
5932                "Address": {
5933                    "target": "com.amazonaws.alexaforbusiness#Address",
5934                    "traits": {
5935                        "smithy.api#documentation": "<p>The address of a room profile.</p>"
5936                    }
5937                },
5938                "Timezone": {
5939                    "target": "com.amazonaws.alexaforbusiness#Timezone",
5940                    "traits": {
5941                        "smithy.api#documentation": "<p>The time zone of a room profile.</p>"
5942                    }
5943                },
5944                "DistanceUnit": {
5945                    "target": "com.amazonaws.alexaforbusiness#DistanceUnit",
5946                    "traits": {
5947                        "smithy.api#documentation": "<p>The distance unit of a room profile.</p>"
5948                    }
5949                },
5950                "TemperatureUnit": {
5951                    "target": "com.amazonaws.alexaforbusiness#TemperatureUnit",
5952                    "traits": {
5953                        "smithy.api#documentation": "<p>The temperature unit of a room profile.</p>"
5954                    }
5955                },
5956                "WakeWord": {
5957                    "target": "com.amazonaws.alexaforbusiness#WakeWord",
5958                    "traits": {
5959                        "smithy.api#documentation": "<p>The wake word of a room profile.</p>"
5960                    }
5961                },
5962                "Locale": {
5963                    "target": "com.amazonaws.alexaforbusiness#DeviceLocale",
5964                    "traits": {
5965                        "smithy.api#documentation": "<p>The locale of a room profile. (This is currently available only to a limited preview\n         audience.)</p>"
5966                    }
5967                }
5968            },
5969            "traits": {
5970                "smithy.api#documentation": "<p>The data of a room profile.</p>"
5971            }
5972        },
5973        "com.amazonaws.alexaforbusiness#ProfileDataList": {
5974            "type": "list",
5975            "member": {
5976                "target": "com.amazonaws.alexaforbusiness#ProfileData"
5977            }
5978        },
5979        "com.amazonaws.alexaforbusiness#ProfileName": {
5980            "type": "string",
5981            "traits": {
5982                "smithy.api#length": {
5983                    "min": 1,
5984                    "max": 100
5985                },
5986                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
5987            }
5988        },
5989        "com.amazonaws.alexaforbusiness#ProviderCalendarId": {
5990            "type": "string",
5991            "traits": {
5992                "smithy.api#length": {
5993                    "min": 0,
5994                    "max": 100
5995                }
5996            }
5997        },
5998        "com.amazonaws.alexaforbusiness#PutConferencePreference": {
5999            "type": "operation",
6000            "input": {
6001                "target": "com.amazonaws.alexaforbusiness#PutConferencePreferenceRequest"
6002            },
6003            "output": {
6004                "target": "com.amazonaws.alexaforbusiness#PutConferencePreferenceResponse"
6005            },
6006            "errors": [
6007                {
6008                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
6009                }
6010            ],
6011            "traits": {
6012                "smithy.api#documentation": "<p>Sets the conference preferences on a specific conference provider at the account\n         level.</p>"
6013            }
6014        },
6015        "com.amazonaws.alexaforbusiness#PutConferencePreferenceRequest": {
6016            "type": "structure",
6017            "members": {
6018                "ConferencePreference": {
6019                    "target": "com.amazonaws.alexaforbusiness#ConferencePreference",
6020                    "traits": {
6021                        "smithy.api#documentation": "<p>The conference preference of a specific conference provider.</p>",
6022                        "smithy.api#required": {}
6023                    }
6024                }
6025            }
6026        },
6027        "com.amazonaws.alexaforbusiness#PutConferencePreferenceResponse": {
6028            "type": "structure",
6029            "members": {}
6030        },
6031        "com.amazonaws.alexaforbusiness#PutInvitationConfiguration": {
6032            "type": "operation",
6033            "input": {
6034                "target": "com.amazonaws.alexaforbusiness#PutInvitationConfigurationRequest"
6035            },
6036            "output": {
6037                "target": "com.amazonaws.alexaforbusiness#PutInvitationConfigurationResponse"
6038            },
6039            "errors": [
6040                {
6041                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
6042                },
6043                {
6044                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
6045                }
6046            ],
6047            "traits": {
6048                "smithy.api#documentation": "<p>Configures the email template for the user enrollment invitation with the specified\n         attributes.</p>"
6049            }
6050        },
6051        "com.amazonaws.alexaforbusiness#PutInvitationConfigurationRequest": {
6052            "type": "structure",
6053            "members": {
6054                "OrganizationName": {
6055                    "target": "com.amazonaws.alexaforbusiness#OrganizationName",
6056                    "traits": {
6057                        "smithy.api#documentation": "<p>The name of the organization sending the enrollment invite to a user.</p>",
6058                        "smithy.api#required": {}
6059                    }
6060                },
6061                "ContactEmail": {
6062                    "target": "com.amazonaws.alexaforbusiness#Email",
6063                    "traits": {
6064                        "smithy.api#documentation": "<p>The email ID of the organization or individual contact that the enrolled user can use.\n      </p>"
6065                    }
6066                },
6067                "PrivateSkillIds": {
6068                    "target": "com.amazonaws.alexaforbusiness#ShortSkillIdList",
6069                    "traits": {
6070                        "smithy.api#documentation": "<p>The list of private skill IDs that you want to recommend to the user to enable in the\n         invitation.</p>"
6071                    }
6072                }
6073            }
6074        },
6075        "com.amazonaws.alexaforbusiness#PutInvitationConfigurationResponse": {
6076            "type": "structure",
6077            "members": {}
6078        },
6079        "com.amazonaws.alexaforbusiness#PutRoomSkillParameter": {
6080            "type": "operation",
6081            "input": {
6082                "target": "com.amazonaws.alexaforbusiness#PutRoomSkillParameterRequest"
6083            },
6084            "output": {
6085                "target": "com.amazonaws.alexaforbusiness#PutRoomSkillParameterResponse"
6086            },
6087            "errors": [
6088                {
6089                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
6090                }
6091            ],
6092            "traits": {
6093                "smithy.api#documentation": "<p>Updates room skill parameter details by room, skill, and parameter key ID. Not all\n         skills have a room skill parameter.</p>"
6094            }
6095        },
6096        "com.amazonaws.alexaforbusiness#PutRoomSkillParameterRequest": {
6097            "type": "structure",
6098            "members": {
6099                "RoomArn": {
6100                    "target": "com.amazonaws.alexaforbusiness#Arn",
6101                    "traits": {
6102                        "smithy.api#documentation": "<p>The ARN of the room associated with the room skill parameter. Required.</p>"
6103                    }
6104                },
6105                "SkillId": {
6106                    "target": "com.amazonaws.alexaforbusiness#SkillId",
6107                    "traits": {
6108                        "smithy.api#documentation": "<p>The ARN of the skill associated with the room skill parameter. Required.</p>",
6109                        "smithy.api#required": {}
6110                    }
6111                },
6112                "RoomSkillParameter": {
6113                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameter",
6114                    "traits": {
6115                        "smithy.api#documentation": "<p>The updated room skill parameter. Required.</p>",
6116                        "smithy.api#required": {}
6117                    }
6118                }
6119            }
6120        },
6121        "com.amazonaws.alexaforbusiness#PutRoomSkillParameterResponse": {
6122            "type": "structure",
6123            "members": {}
6124        },
6125        "com.amazonaws.alexaforbusiness#PutSkillAuthorization": {
6126            "type": "operation",
6127            "input": {
6128                "target": "com.amazonaws.alexaforbusiness#PutSkillAuthorizationRequest"
6129            },
6130            "output": {
6131                "target": "com.amazonaws.alexaforbusiness#PutSkillAuthorizationResponse"
6132            },
6133            "errors": [
6134                {
6135                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
6136                },
6137                {
6138                    "target": "com.amazonaws.alexaforbusiness#UnauthorizedException"
6139                }
6140            ],
6141            "traits": {
6142                "smithy.api#documentation": "<p>Links a user's account to a third-party skill provider. If this API operation is\n         called by an assumed IAM role, the skill being linked must be a private skill. Also, the\n         skill must be owned by the AWS account that assumed the IAM role.</p>"
6143            }
6144        },
6145        "com.amazonaws.alexaforbusiness#PutSkillAuthorizationRequest": {
6146            "type": "structure",
6147            "members": {
6148                "AuthorizationResult": {
6149                    "target": "com.amazonaws.alexaforbusiness#AuthorizationResult",
6150                    "traits": {
6151                        "smithy.api#documentation": "<p>The authorization result specific to OAUTH code grant output. \"Code” must be\n         populated in the AuthorizationResult map to establish the authorization.</p>",
6152                        "smithy.api#required": {}
6153                    }
6154                },
6155                "SkillId": {
6156                    "target": "com.amazonaws.alexaforbusiness#SkillId",
6157                    "traits": {
6158                        "smithy.api#documentation": "<p>The unique identifier of a skill.</p>",
6159                        "smithy.api#required": {}
6160                    }
6161                },
6162                "RoomArn": {
6163                    "target": "com.amazonaws.alexaforbusiness#Arn",
6164                    "traits": {
6165                        "smithy.api#documentation": "<p>The room that the skill is authorized for.</p>"
6166                    }
6167                }
6168            }
6169        },
6170        "com.amazonaws.alexaforbusiness#PutSkillAuthorizationResponse": {
6171            "type": "structure",
6172            "members": {}
6173        },
6174        "com.amazonaws.alexaforbusiness#RawPhoneNumber": {
6175            "type": "string",
6176            "traits": {
6177                "smithy.api#length": {
6178                    "min": 0,
6179                    "max": 50
6180                },
6181                "smithy.api#pattern": "^[\\+0-9\\#\\,\\(][\\+0-9\\-\\.\\/\\(\\)\\,\\#\\s]+$",
6182                "smithy.api#sensitive": {}
6183            }
6184        },
6185        "com.amazonaws.alexaforbusiness#RegisterAVSDevice": {
6186            "type": "operation",
6187            "input": {
6188                "target": "com.amazonaws.alexaforbusiness#RegisterAVSDeviceRequest"
6189            },
6190            "output": {
6191                "target": "com.amazonaws.alexaforbusiness#RegisterAVSDeviceResponse"
6192            },
6193            "errors": [
6194                {
6195                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
6196                },
6197                {
6198                    "target": "com.amazonaws.alexaforbusiness#InvalidDeviceException"
6199                },
6200                {
6201                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
6202                },
6203                {
6204                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
6205                }
6206            ],
6207            "traits": {
6208                "smithy.api#documentation": "<p>Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM)\n         using Alexa Voice Service (AVS).</p>"
6209            }
6210        },
6211        "com.amazonaws.alexaforbusiness#RegisterAVSDeviceRequest": {
6212            "type": "structure",
6213            "members": {
6214                "ClientId": {
6215                    "target": "com.amazonaws.alexaforbusiness#ClientId",
6216                    "traits": {
6217                        "smithy.api#documentation": "<p>The client ID of the OEM used for code-based linking authorization on an AVS\n         device.</p>",
6218                        "smithy.api#required": {}
6219                    }
6220                },
6221                "UserCode": {
6222                    "target": "com.amazonaws.alexaforbusiness#UserCode",
6223                    "traits": {
6224                        "smithy.api#documentation": "<p>The code that is obtained after your AVS device has made a POST request to LWA as a\n         part of the Device Authorization Request component of the OAuth code-based linking\n         specification.</p>",
6225                        "smithy.api#required": {}
6226                    }
6227                },
6228                "ProductId": {
6229                    "target": "com.amazonaws.alexaforbusiness#ProductId",
6230                    "traits": {
6231                        "smithy.api#documentation": "<p>The product ID used to identify your AVS device during authorization.</p>",
6232                        "smithy.api#required": {}
6233                    }
6234                },
6235                "DeviceSerialNumber": {
6236                    "target": "com.amazonaws.alexaforbusiness#DeviceSerialNumberForAVS",
6237                    "traits": {
6238                        "smithy.api#documentation": "<p>The key generated by the OEM that uniquely identifies a specified instance of your\n         AVS device.</p>"
6239                    }
6240                },
6241                "AmazonId": {
6242                    "target": "com.amazonaws.alexaforbusiness#AmazonId",
6243                    "traits": {
6244                        "smithy.api#documentation": "<p>The device type ID for your AVS device generated by Amazon when the OEM creates a new\n         product on Amazon's Developer Console.</p>",
6245                        "smithy.api#required": {}
6246                    }
6247                },
6248                "RoomArn": {
6249                    "target": "com.amazonaws.alexaforbusiness#Arn",
6250                    "traits": {
6251                        "smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the room with which to associate your AVS device.</p>"
6252                    }
6253                },
6254                "Tags": {
6255                    "target": "com.amazonaws.alexaforbusiness#TagList",
6256                    "traits": {
6257                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
6258                    }
6259                }
6260            }
6261        },
6262        "com.amazonaws.alexaforbusiness#RegisterAVSDeviceResponse": {
6263            "type": "structure",
6264            "members": {
6265                "DeviceArn": {
6266                    "target": "com.amazonaws.alexaforbusiness#Arn",
6267                    "traits": {
6268                        "smithy.api#documentation": "<p>The ARN of the device.</p>"
6269                    }
6270                }
6271            }
6272        },
6273        "com.amazonaws.alexaforbusiness#RejectSkill": {
6274            "type": "operation",
6275            "input": {
6276                "target": "com.amazonaws.alexaforbusiness#RejectSkillRequest"
6277            },
6278            "output": {
6279                "target": "com.amazonaws.alexaforbusiness#RejectSkillResponse"
6280            },
6281            "errors": [
6282                {
6283                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
6284                },
6285                {
6286                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
6287                }
6288            ],
6289            "traits": {
6290                "smithy.api#documentation": "<p>Disassociates a skill from the organization under a user's AWS account. If the skill\n         is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill\n         that is rejected can be added later by calling the ApproveSkill API. </p>"
6291            }
6292        },
6293        "com.amazonaws.alexaforbusiness#RejectSkillRequest": {
6294            "type": "structure",
6295            "members": {
6296                "SkillId": {
6297                    "target": "com.amazonaws.alexaforbusiness#SkillId",
6298                    "traits": {
6299                        "smithy.api#documentation": "<p>The unique identifier of the skill.</p>",
6300                        "smithy.api#required": {}
6301                    }
6302                }
6303            }
6304        },
6305        "com.amazonaws.alexaforbusiness#RejectSkillResponse": {
6306            "type": "structure",
6307            "members": {}
6308        },
6309        "com.amazonaws.alexaforbusiness#ReleaseDate": {
6310            "type": "string"
6311        },
6312        "com.amazonaws.alexaforbusiness#RequireCheckIn": {
6313            "type": "structure",
6314            "members": {
6315                "ReleaseAfterMinutes": {
6316                    "target": "com.amazonaws.alexaforbusiness#Minutes",
6317                    "traits": {
6318                        "smithy.api#documentation": "<p>Duration between 5 and 20 minutes to determine when to release the room if it's not checked into. </p>"
6319                    }
6320                },
6321                "Enabled": {
6322                    "target": "com.amazonaws.alexaforbusiness#Boolean",
6323                    "traits": {
6324                        "smithy.api#documentation": "<p>Whether require check in is enabled or not.</p>"
6325                    }
6326                }
6327            },
6328            "traits": {
6329                "smithy.api#documentation": "<p>Settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released. </p>"
6330            }
6331        },
6332        "com.amazonaws.alexaforbusiness#RequirePin": {
6333            "type": "string",
6334            "traits": {
6335                "smithy.api#enum": [
6336                    {
6337                        "value": "YES",
6338                        "name": "YES"
6339                    },
6340                    {
6341                        "value": "NO",
6342                        "name": "NO"
6343                    },
6344                    {
6345                        "value": "OPTIONAL",
6346                        "name": "OPTIONAL"
6347                    }
6348                ]
6349            }
6350        },
6351        "com.amazonaws.alexaforbusiness#ResolveRoom": {
6352            "type": "operation",
6353            "input": {
6354                "target": "com.amazonaws.alexaforbusiness#ResolveRoomRequest"
6355            },
6356            "output": {
6357                "target": "com.amazonaws.alexaforbusiness#ResolveRoomResponse"
6358            },
6359            "errors": [
6360                {
6361                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
6362                }
6363            ],
6364            "traits": {
6365                "smithy.api#documentation": "<p>Determines the details for the room from which a skill request was invoked. This\n         operation is used by skill developers.</p>\n         <p>To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When\n         the skill is using an AWS Lambda function, the skill is automatically authorized when you\n         publish your skill as a private skill to your AWS account. Skills that are hosted using a\n         custom web service must be manually authorized. To get your skill authorized, contact AWS\n         Support with your AWS account ID that queries the ResolveRoom API and skill ID. </p>"
6366            }
6367        },
6368        "com.amazonaws.alexaforbusiness#ResolveRoomRequest": {
6369            "type": "structure",
6370            "members": {
6371                "UserId": {
6372                    "target": "com.amazonaws.alexaforbusiness#UserId",
6373                    "traits": {
6374                        "smithy.api#documentation": "<p>The ARN of the user. Required.</p>",
6375                        "smithy.api#required": {}
6376                    }
6377                },
6378                "SkillId": {
6379                    "target": "com.amazonaws.alexaforbusiness#SkillId",
6380                    "traits": {
6381                        "smithy.api#documentation": "<p>The ARN of the skill that was requested. Required.</p>",
6382                        "smithy.api#required": {}
6383                    }
6384                }
6385            }
6386        },
6387        "com.amazonaws.alexaforbusiness#ResolveRoomResponse": {
6388            "type": "structure",
6389            "members": {
6390                "RoomArn": {
6391                    "target": "com.amazonaws.alexaforbusiness#Arn",
6392                    "traits": {
6393                        "smithy.api#documentation": "<p>The ARN of the room from which the skill request was invoked.</p>"
6394                    }
6395                },
6396                "RoomName": {
6397                    "target": "com.amazonaws.alexaforbusiness#RoomName",
6398                    "traits": {
6399                        "smithy.api#documentation": "<p>The name of the room from which the skill request was invoked.</p>"
6400                    }
6401                },
6402                "RoomSkillParameters": {
6403                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameters",
6404                    "traits": {
6405                        "smithy.api#documentation": "<p>Response to get the room profile request. Required.</p>"
6406                    }
6407                }
6408            }
6409        },
6410        "com.amazonaws.alexaforbusiness#ResourceAssociatedException": {
6411            "type": "structure",
6412            "members": {
6413                "Message": {
6414                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
6415                }
6416            },
6417            "traits": {
6418                "smithy.api#documentation": "<p>Another resource is associated with the resource in the request.</p>",
6419                "smithy.api#error": "client"
6420            }
6421        },
6422        "com.amazonaws.alexaforbusiness#ResourceInUseException": {
6423            "type": "structure",
6424            "members": {
6425                "Message": {
6426                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
6427                },
6428                "ClientRequestToken": {
6429                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken"
6430                }
6431            },
6432            "traits": {
6433                "smithy.api#documentation": "<p>The resource in the request is already in use.</p>",
6434                "smithy.api#error": "client"
6435            }
6436        },
6437        "com.amazonaws.alexaforbusiness#ReviewKey": {
6438            "type": "string"
6439        },
6440        "com.amazonaws.alexaforbusiness#ReviewValue": {
6441            "type": "string"
6442        },
6443        "com.amazonaws.alexaforbusiness#Reviews": {
6444            "type": "map",
6445            "key": {
6446                "target": "com.amazonaws.alexaforbusiness#ReviewKey"
6447            },
6448            "value": {
6449                "target": "com.amazonaws.alexaforbusiness#ReviewValue"
6450            }
6451        },
6452        "com.amazonaws.alexaforbusiness#RevokeInvitation": {
6453            "type": "operation",
6454            "input": {
6455                "target": "com.amazonaws.alexaforbusiness#RevokeInvitationRequest"
6456            },
6457            "output": {
6458                "target": "com.amazonaws.alexaforbusiness#RevokeInvitationResponse"
6459            },
6460            "errors": [
6461                {
6462                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
6463                },
6464                {
6465                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
6466                }
6467            ],
6468            "traits": {
6469                "smithy.api#documentation": "<p>Revokes an invitation and invalidates the enrollment URL.</p>"
6470            }
6471        },
6472        "com.amazonaws.alexaforbusiness#RevokeInvitationRequest": {
6473            "type": "structure",
6474            "members": {
6475                "UserArn": {
6476                    "target": "com.amazonaws.alexaforbusiness#Arn",
6477                    "traits": {
6478                        "smithy.api#documentation": "<p>The ARN of the user for whom to revoke an enrollment invitation. Required.</p>"
6479                    }
6480                },
6481                "EnrollmentId": {
6482                    "target": "com.amazonaws.alexaforbusiness#EnrollmentId",
6483                    "traits": {
6484                        "smithy.api#documentation": "<p>The ARN of the enrollment invitation to revoke. Required.</p>"
6485                    }
6486                }
6487            }
6488        },
6489        "com.amazonaws.alexaforbusiness#RevokeInvitationResponse": {
6490            "type": "structure",
6491            "members": {}
6492        },
6493        "com.amazonaws.alexaforbusiness#Room": {
6494            "type": "structure",
6495            "members": {
6496                "RoomArn": {
6497                    "target": "com.amazonaws.alexaforbusiness#Arn",
6498                    "traits": {
6499                        "smithy.api#documentation": "<p>The ARN of a room.</p>"
6500                    }
6501                },
6502                "RoomName": {
6503                    "target": "com.amazonaws.alexaforbusiness#RoomName",
6504                    "traits": {
6505                        "smithy.api#documentation": "<p>The name of a room.</p>"
6506                    }
6507                },
6508                "Description": {
6509                    "target": "com.amazonaws.alexaforbusiness#RoomDescription",
6510                    "traits": {
6511                        "smithy.api#documentation": "<p>The description of a room.</p>"
6512                    }
6513                },
6514                "ProviderCalendarId": {
6515                    "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId",
6516                    "traits": {
6517                        "smithy.api#documentation": "<p>The provider calendar ARN of a room.</p>"
6518                    }
6519                },
6520                "ProfileArn": {
6521                    "target": "com.amazonaws.alexaforbusiness#Arn",
6522                    "traits": {
6523                        "smithy.api#documentation": "<p>The profile ARN of a room.</p>"
6524                    }
6525                }
6526            },
6527            "traits": {
6528                "smithy.api#documentation": "<p>A room with attributes.</p>"
6529            }
6530        },
6531        "com.amazonaws.alexaforbusiness#RoomData": {
6532            "type": "structure",
6533            "members": {
6534                "RoomArn": {
6535                    "target": "com.amazonaws.alexaforbusiness#Arn",
6536                    "traits": {
6537                        "smithy.api#documentation": "<p>The ARN of a room.</p>"
6538                    }
6539                },
6540                "RoomName": {
6541                    "target": "com.amazonaws.alexaforbusiness#RoomName",
6542                    "traits": {
6543                        "smithy.api#documentation": "<p>The name of a room.</p>"
6544                    }
6545                },
6546                "Description": {
6547                    "target": "com.amazonaws.alexaforbusiness#RoomDescription",
6548                    "traits": {
6549                        "smithy.api#documentation": "<p>The description of a room.</p>"
6550                    }
6551                },
6552                "ProviderCalendarId": {
6553                    "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId",
6554                    "traits": {
6555                        "smithy.api#documentation": "<p>The provider calendar ARN of a room.</p>"
6556                    }
6557                },
6558                "ProfileArn": {
6559                    "target": "com.amazonaws.alexaforbusiness#Arn",
6560                    "traits": {
6561                        "smithy.api#documentation": "<p>The profile ARN of a room.</p>"
6562                    }
6563                },
6564                "ProfileName": {
6565                    "target": "com.amazonaws.alexaforbusiness#ProfileName",
6566                    "traits": {
6567                        "smithy.api#documentation": "<p>The profile name of a room.</p>"
6568                    }
6569                }
6570            },
6571            "traits": {
6572                "smithy.api#documentation": "<p>The data of a room.</p>"
6573            }
6574        },
6575        "com.amazonaws.alexaforbusiness#RoomDataList": {
6576            "type": "list",
6577            "member": {
6578                "target": "com.amazonaws.alexaforbusiness#RoomData"
6579            }
6580        },
6581        "com.amazonaws.alexaforbusiness#RoomDescription": {
6582            "type": "string",
6583            "traits": {
6584                "smithy.api#length": {
6585                    "min": 1,
6586                    "max": 200
6587                },
6588                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
6589            }
6590        },
6591        "com.amazonaws.alexaforbusiness#RoomName": {
6592            "type": "string",
6593            "traits": {
6594                "smithy.api#length": {
6595                    "min": 1,
6596                    "max": 100
6597                },
6598                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
6599            }
6600        },
6601        "com.amazonaws.alexaforbusiness#RoomSkillParameter": {
6602            "type": "structure",
6603            "members": {
6604                "ParameterKey": {
6605                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterKey",
6606                    "traits": {
6607                        "smithy.api#documentation": "<p>The parameter key of a room skill parameter. ParameterKey is an enumerated type that\n         only takes “DEFAULT” or “SCOPE” as valid values.</p>",
6608                        "smithy.api#required": {}
6609                    }
6610                },
6611                "ParameterValue": {
6612                    "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterValue",
6613                    "traits": {
6614                        "smithy.api#documentation": "<p>The parameter value of a room skill parameter.</p>",
6615                        "smithy.api#required": {}
6616                    }
6617                }
6618            },
6619            "traits": {
6620                "smithy.api#documentation": "<p>A skill parameter associated with a room.</p>"
6621            }
6622        },
6623        "com.amazonaws.alexaforbusiness#RoomSkillParameterKey": {
6624            "type": "string",
6625            "traits": {
6626                "smithy.api#length": {
6627                    "min": 1,
6628                    "max": 256
6629                }
6630            }
6631        },
6632        "com.amazonaws.alexaforbusiness#RoomSkillParameterValue": {
6633            "type": "string",
6634            "traits": {
6635                "smithy.api#length": {
6636                    "min": 1,
6637                    "max": 512
6638                }
6639            }
6640        },
6641        "com.amazonaws.alexaforbusiness#RoomSkillParameters": {
6642            "type": "list",
6643            "member": {
6644                "target": "com.amazonaws.alexaforbusiness#RoomSkillParameter"
6645            }
6646        },
6647        "com.amazonaws.alexaforbusiness#S3KeyPrefix": {
6648            "type": "string",
6649            "traits": {
6650                "smithy.api#length": {
6651                    "min": 0,
6652                    "max": 100
6653                },
6654                "smithy.api#pattern": "[A-Za-z0-9!_\\-\\.\\*'()/]*"
6655            }
6656        },
6657        "com.amazonaws.alexaforbusiness#SampleUtterances": {
6658            "type": "list",
6659            "member": {
6660                "target": "com.amazonaws.alexaforbusiness#Utterance"
6661            }
6662        },
6663        "com.amazonaws.alexaforbusiness#SearchAddressBooks": {
6664            "type": "operation",
6665            "input": {
6666                "target": "com.amazonaws.alexaforbusiness#SearchAddressBooksRequest"
6667            },
6668            "output": {
6669                "target": "com.amazonaws.alexaforbusiness#SearchAddressBooksResponse"
6670            },
6671            "traits": {
6672                "smithy.api#documentation": "<p>Searches address books and lists the ones that meet a set of filter and sort\n         criteria.</p>",
6673                "smithy.api#paginated": {
6674                    "inputToken": "NextToken",
6675                    "outputToken": "NextToken",
6676                    "pageSize": "MaxResults"
6677                }
6678            }
6679        },
6680        "com.amazonaws.alexaforbusiness#SearchAddressBooksRequest": {
6681            "type": "structure",
6682            "members": {
6683                "Filters": {
6684                    "target": "com.amazonaws.alexaforbusiness#FilterList",
6685                    "traits": {
6686                        "smithy.api#documentation": "<p>The filters to use to list a specified set of address books. The supported filter key\n         is AddressBookName.</p>"
6687                    }
6688                },
6689                "SortCriteria": {
6690                    "target": "com.amazonaws.alexaforbusiness#SortList",
6691                    "traits": {
6692                        "smithy.api#documentation": "<p>The sort order to use in listing the specified set of address books. The supported\n         sort key is AddressBookName.</p>"
6693                    }
6694                },
6695                "NextToken": {
6696                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6697                    "traits": {
6698                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response only includes\n         results beyond the token, up to the value specified by MaxResults.</p>"
6699                    }
6700                },
6701                "MaxResults": {
6702                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
6703                    "traits": {
6704                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified MaxResults value, a token is included in the response so that the remaining\n         results can be retrieved.</p>"
6705                    }
6706                }
6707            }
6708        },
6709        "com.amazonaws.alexaforbusiness#SearchAddressBooksResponse": {
6710            "type": "structure",
6711            "members": {
6712                "AddressBooks": {
6713                    "target": "com.amazonaws.alexaforbusiness#AddressBookDataList",
6714                    "traits": {
6715                        "smithy.api#documentation": "<p>The address books that meet the specified set of filter criteria, in sort\n         order.</p>"
6716                    }
6717                },
6718                "NextToken": {
6719                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6720                    "traits": {
6721                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
6722                    }
6723                },
6724                "TotalCount": {
6725                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
6726                    "traits": {
6727                        "smithy.api#documentation": "<p>The total number of address books returned.</p>"
6728                    }
6729                }
6730            }
6731        },
6732        "com.amazonaws.alexaforbusiness#SearchContacts": {
6733            "type": "operation",
6734            "input": {
6735                "target": "com.amazonaws.alexaforbusiness#SearchContactsRequest"
6736            },
6737            "output": {
6738                "target": "com.amazonaws.alexaforbusiness#SearchContactsResponse"
6739            },
6740            "traits": {
6741                "smithy.api#documentation": "<p>Searches contacts and lists the ones that meet a set of filter and sort\n         criteria.</p>",
6742                "smithy.api#paginated": {
6743                    "inputToken": "NextToken",
6744                    "outputToken": "NextToken",
6745                    "pageSize": "MaxResults"
6746                }
6747            }
6748        },
6749        "com.amazonaws.alexaforbusiness#SearchContactsRequest": {
6750            "type": "structure",
6751            "members": {
6752                "Filters": {
6753                    "target": "com.amazonaws.alexaforbusiness#FilterList",
6754                    "traits": {
6755                        "smithy.api#documentation": "<p>The filters to use to list a specified set of address books. The supported filter\n         keys are DisplayName, FirstName, LastName, and AddressBookArns.</p>"
6756                    }
6757                },
6758                "SortCriteria": {
6759                    "target": "com.amazonaws.alexaforbusiness#SortList",
6760                    "traits": {
6761                        "smithy.api#documentation": "<p>The sort order to use in listing the specified set of contacts. The supported sort\n         keys are DisplayName, FirstName, and LastName.</p>"
6762                    }
6763                },
6764                "NextToken": {
6765                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6766                    "traits": {
6767                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response only includes\n         results beyond the token, up to the value specified by MaxResults.</p>"
6768                    }
6769                },
6770                "MaxResults": {
6771                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
6772                    "traits": {
6773                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified MaxResults value, a token is included in the response so that the remaining\n         results can be retrieved.</p>"
6774                    }
6775                }
6776            }
6777        },
6778        "com.amazonaws.alexaforbusiness#SearchContactsResponse": {
6779            "type": "structure",
6780            "members": {
6781                "Contacts": {
6782                    "target": "com.amazonaws.alexaforbusiness#ContactDataList",
6783                    "traits": {
6784                        "smithy.api#documentation": "<p>The contacts that meet the specified set of filter criteria, in sort order.</p>"
6785                    }
6786                },
6787                "NextToken": {
6788                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6789                    "traits": {
6790                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
6791                    }
6792                },
6793                "TotalCount": {
6794                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
6795                    "traits": {
6796                        "smithy.api#documentation": "<p>The total number of contacts returned.</p>"
6797                    }
6798                }
6799            }
6800        },
6801        "com.amazonaws.alexaforbusiness#SearchDevices": {
6802            "type": "operation",
6803            "input": {
6804                "target": "com.amazonaws.alexaforbusiness#SearchDevicesRequest"
6805            },
6806            "output": {
6807                "target": "com.amazonaws.alexaforbusiness#SearchDevicesResponse"
6808            },
6809            "traits": {
6810                "smithy.api#documentation": "<p>Searches devices and lists the ones that meet a set of filter criteria.</p>",
6811                "smithy.api#paginated": {
6812                    "inputToken": "NextToken",
6813                    "outputToken": "NextToken",
6814                    "pageSize": "MaxResults"
6815                }
6816            }
6817        },
6818        "com.amazonaws.alexaforbusiness#SearchDevicesRequest": {
6819            "type": "structure",
6820            "members": {
6821                "NextToken": {
6822                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6823                    "traits": {
6824                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>.</p>"
6825                    }
6826                },
6827                "MaxResults": {
6828                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
6829                    "traits": {
6830                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved.</p>"
6831                    }
6832                },
6833                "Filters": {
6834                    "target": "com.amazonaws.alexaforbusiness#FilterList",
6835                    "traits": {
6836                        "smithy.api#documentation": "<p>The filters to use to list a specified set of devices. Supported filter keys are\n         DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber,\n         UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName,\n         NetworkProfileArn, Feature, and FailureCode.</p>"
6837                    }
6838                },
6839                "SortCriteria": {
6840                    "target": "com.amazonaws.alexaforbusiness#SortList",
6841                    "traits": {
6842                        "smithy.api#documentation": "<p>The sort order to use in listing the specified set of devices. Supported sort keys\n         are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus,\n         NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.</p>"
6843                    }
6844                }
6845            }
6846        },
6847        "com.amazonaws.alexaforbusiness#SearchDevicesResponse": {
6848            "type": "structure",
6849            "members": {
6850                "Devices": {
6851                    "target": "com.amazonaws.alexaforbusiness#DeviceDataList",
6852                    "traits": {
6853                        "smithy.api#documentation": "<p>The devices that meet the specified set of filter criteria, in sort order.</p>"
6854                    }
6855                },
6856                "NextToken": {
6857                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6858                    "traits": {
6859                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
6860                    }
6861                },
6862                "TotalCount": {
6863                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
6864                    "traits": {
6865                        "smithy.api#documentation": "<p>The total number of devices returned.</p>"
6866                    }
6867                }
6868            }
6869        },
6870        "com.amazonaws.alexaforbusiness#SearchNetworkProfiles": {
6871            "type": "operation",
6872            "input": {
6873                "target": "com.amazonaws.alexaforbusiness#SearchNetworkProfilesRequest"
6874            },
6875            "output": {
6876                "target": "com.amazonaws.alexaforbusiness#SearchNetworkProfilesResponse"
6877            },
6878            "traits": {
6879                "smithy.api#documentation": "<p>Searches network profiles and lists the ones that meet a set of filter and sort\n         criteria.</p>",
6880                "smithy.api#paginated": {
6881                    "inputToken": "NextToken",
6882                    "outputToken": "NextToken",
6883                    "pageSize": "MaxResults"
6884                }
6885            }
6886        },
6887        "com.amazonaws.alexaforbusiness#SearchNetworkProfilesRequest": {
6888            "type": "structure",
6889            "members": {
6890                "NextToken": {
6891                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6892                    "traits": {
6893                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by MaxResults. </p>"
6894                    }
6895                },
6896                "MaxResults": {
6897                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
6898                    "traits": {
6899                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than the\n         specified MaxResults value, a token is included in the response so that the remaining\n         results can be retrieved. </p>"
6900                    }
6901                },
6902                "Filters": {
6903                    "target": "com.amazonaws.alexaforbusiness#FilterList",
6904                    "traits": {
6905                        "smithy.api#documentation": "<p>The filters to use to list a specified set of network profiles. Valid filters are\n         NetworkProfileName, Ssid, and SecurityType.</p>"
6906                    }
6907                },
6908                "SortCriteria": {
6909                    "target": "com.amazonaws.alexaforbusiness#SortList",
6910                    "traits": {
6911                        "smithy.api#documentation": "<p>The sort order to use to list the specified set of network profiles. Valid sort criteria\n         includes NetworkProfileName, Ssid, and SecurityType.</p>"
6912                    }
6913                }
6914            }
6915        },
6916        "com.amazonaws.alexaforbusiness#SearchNetworkProfilesResponse": {
6917            "type": "structure",
6918            "members": {
6919                "NetworkProfiles": {
6920                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileDataList",
6921                    "traits": {
6922                        "smithy.api#documentation": "<p>The network profiles that meet the specified set of filter criteria, in sort order. It\n         is a list of NetworkProfileData objects. </p>"
6923                    }
6924                },
6925                "NextToken": {
6926                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6927                    "traits": {
6928                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by MaxResults.</p>"
6929                    }
6930                },
6931                "TotalCount": {
6932                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
6933                    "traits": {
6934                        "smithy.api#documentation": "<p>The total number of network profiles returned.</p>"
6935                    }
6936                }
6937            }
6938        },
6939        "com.amazonaws.alexaforbusiness#SearchProfiles": {
6940            "type": "operation",
6941            "input": {
6942                "target": "com.amazonaws.alexaforbusiness#SearchProfilesRequest"
6943            },
6944            "output": {
6945                "target": "com.amazonaws.alexaforbusiness#SearchProfilesResponse"
6946            },
6947            "traits": {
6948                "smithy.api#documentation": "<p>Searches room profiles and lists the ones that meet a set of filter\n         criteria.</p>",
6949                "smithy.api#paginated": {
6950                    "inputToken": "NextToken",
6951                    "outputToken": "NextToken",
6952                    "pageSize": "MaxResults"
6953                }
6954            }
6955        },
6956        "com.amazonaws.alexaforbusiness#SearchProfilesRequest": {
6957            "type": "structure",
6958            "members": {
6959                "NextToken": {
6960                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6961                    "traits": {
6962                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>.</p>"
6963                    }
6964                },
6965                "MaxResults": {
6966                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
6967                    "traits": {
6968                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved.</p>"
6969                    }
6970                },
6971                "Filters": {
6972                    "target": "com.amazonaws.alexaforbusiness#FilterList",
6973                    "traits": {
6974                        "smithy.api#documentation": "<p>The filters to use to list a specified set of room profiles. Supported filter keys\n         are ProfileName and Address. Required. </p>"
6975                    }
6976                },
6977                "SortCriteria": {
6978                    "target": "com.amazonaws.alexaforbusiness#SortList",
6979                    "traits": {
6980                        "smithy.api#documentation": "<p>The sort order to use in listing the specified set of room profiles. Supported sort\n         keys are ProfileName and Address.</p>"
6981                    }
6982                }
6983            }
6984        },
6985        "com.amazonaws.alexaforbusiness#SearchProfilesResponse": {
6986            "type": "structure",
6987            "members": {
6988                "Profiles": {
6989                    "target": "com.amazonaws.alexaforbusiness#ProfileDataList",
6990                    "traits": {
6991                        "smithy.api#documentation": "<p>The profiles that meet the specified set of filter criteria, in sort order.</p>"
6992                    }
6993                },
6994                "NextToken": {
6995                    "target": "com.amazonaws.alexaforbusiness#NextToken",
6996                    "traits": {
6997                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
6998                    }
6999                },
7000                "TotalCount": {
7001                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
7002                    "traits": {
7003                        "smithy.api#documentation": "<p>The total number of room profiles returned.</p>"
7004                    }
7005                }
7006            }
7007        },
7008        "com.amazonaws.alexaforbusiness#SearchRooms": {
7009            "type": "operation",
7010            "input": {
7011                "target": "com.amazonaws.alexaforbusiness#SearchRoomsRequest"
7012            },
7013            "output": {
7014                "target": "com.amazonaws.alexaforbusiness#SearchRoomsResponse"
7015            },
7016            "traits": {
7017                "smithy.api#documentation": "<p>Searches rooms and lists the ones that meet a set of filter and sort\n         criteria.</p>",
7018                "smithy.api#paginated": {
7019                    "inputToken": "NextToken",
7020                    "outputToken": "NextToken",
7021                    "pageSize": "MaxResults"
7022                }
7023            }
7024        },
7025        "com.amazonaws.alexaforbusiness#SearchRoomsRequest": {
7026            "type": "structure",
7027            "members": {
7028                "NextToken": {
7029                    "target": "com.amazonaws.alexaforbusiness#NextToken",
7030                    "traits": {
7031                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>.</p>"
7032                    }
7033                },
7034                "MaxResults": {
7035                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
7036                    "traits": {
7037                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved. </p>"
7038                    }
7039                },
7040                "Filters": {
7041                    "target": "com.amazonaws.alexaforbusiness#FilterList",
7042                    "traits": {
7043                        "smithy.api#documentation": "<p>The filters to use to list a specified set of rooms. The supported filter keys are\n         RoomName and ProfileName.</p>"
7044                    }
7045                },
7046                "SortCriteria": {
7047                    "target": "com.amazonaws.alexaforbusiness#SortList",
7048                    "traits": {
7049                        "smithy.api#documentation": "<p>The sort order to use in listing the specified set of rooms. The supported sort keys\n         are RoomName and ProfileName.</p>"
7050                    }
7051                }
7052            }
7053        },
7054        "com.amazonaws.alexaforbusiness#SearchRoomsResponse": {
7055            "type": "structure",
7056            "members": {
7057                "Rooms": {
7058                    "target": "com.amazonaws.alexaforbusiness#RoomDataList",
7059                    "traits": {
7060                        "smithy.api#documentation": "<p>The rooms that meet the specified set of filter criteria, in sort order.</p>"
7061                    }
7062                },
7063                "NextToken": {
7064                    "target": "com.amazonaws.alexaforbusiness#NextToken",
7065                    "traits": {
7066                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
7067                    }
7068                },
7069                "TotalCount": {
7070                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
7071                    "traits": {
7072                        "smithy.api#documentation": "<p>The total number of rooms returned.</p>"
7073                    }
7074                }
7075            }
7076        },
7077        "com.amazonaws.alexaforbusiness#SearchSkillGroups": {
7078            "type": "operation",
7079            "input": {
7080                "target": "com.amazonaws.alexaforbusiness#SearchSkillGroupsRequest"
7081            },
7082            "output": {
7083                "target": "com.amazonaws.alexaforbusiness#SearchSkillGroupsResponse"
7084            },
7085            "traits": {
7086                "smithy.api#documentation": "<p>Searches skill groups and lists the ones that meet a set of filter and sort\n         criteria.</p>",
7087                "smithy.api#paginated": {
7088                    "inputToken": "NextToken",
7089                    "outputToken": "NextToken",
7090                    "pageSize": "MaxResults"
7091                }
7092            }
7093        },
7094        "com.amazonaws.alexaforbusiness#SearchSkillGroupsRequest": {
7095            "type": "structure",
7096            "members": {
7097                "NextToken": {
7098                    "target": "com.amazonaws.alexaforbusiness#NextToken",
7099                    "traits": {
7100                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>.\n         Required.</p>"
7101                    }
7102                },
7103                "MaxResults": {
7104                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
7105                    "traits": {
7106                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved. </p>"
7107                    }
7108                },
7109                "Filters": {
7110                    "target": "com.amazonaws.alexaforbusiness#FilterList",
7111                    "traits": {
7112                        "smithy.api#documentation": "<p>The filters to use to list a specified set of skill groups. The supported filter key\n         is SkillGroupName. </p>"
7113                    }
7114                },
7115                "SortCriteria": {
7116                    "target": "com.amazonaws.alexaforbusiness#SortList",
7117                    "traits": {
7118                        "smithy.api#documentation": "<p>The sort order to use in listing the specified set of skill groups. The supported\n         sort key is SkillGroupName. </p>"
7119                    }
7120                }
7121            }
7122        },
7123        "com.amazonaws.alexaforbusiness#SearchSkillGroupsResponse": {
7124            "type": "structure",
7125            "members": {
7126                "SkillGroups": {
7127                    "target": "com.amazonaws.alexaforbusiness#SkillGroupDataList",
7128                    "traits": {
7129                        "smithy.api#documentation": "<p>The skill groups that meet the filter criteria, in sort order.</p>"
7130                    }
7131                },
7132                "NextToken": {
7133                    "target": "com.amazonaws.alexaforbusiness#NextToken",
7134                    "traits": {
7135                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
7136                    }
7137                },
7138                "TotalCount": {
7139                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
7140                    "traits": {
7141                        "smithy.api#documentation": "<p>The total number of skill groups returned.</p>"
7142                    }
7143                }
7144            }
7145        },
7146        "com.amazonaws.alexaforbusiness#SearchUsers": {
7147            "type": "operation",
7148            "input": {
7149                "target": "com.amazonaws.alexaforbusiness#SearchUsersRequest"
7150            },
7151            "output": {
7152                "target": "com.amazonaws.alexaforbusiness#SearchUsersResponse"
7153            },
7154            "traits": {
7155                "smithy.api#documentation": "<p>Searches users and lists the ones that meet a set of filter and sort\n         criteria.</p>",
7156                "smithy.api#paginated": {
7157                    "inputToken": "NextToken",
7158                    "outputToken": "NextToken",
7159                    "pageSize": "MaxResults"
7160                }
7161            }
7162        },
7163        "com.amazonaws.alexaforbusiness#SearchUsersRequest": {
7164            "type": "structure",
7165            "members": {
7166                "NextToken": {
7167                    "target": "com.amazonaws.alexaforbusiness#NextToken",
7168                    "traits": {
7169                        "smithy.api#documentation": "<p>An optional token returned from a prior request. Use this token for pagination of\n         results from this action. If this parameter is specified, the response includes only\n         results beyond the token, up to the value specified by <code>MaxResults</code>.\n         Required.</p>"
7170                    }
7171                },
7172                "MaxResults": {
7173                    "target": "com.amazonaws.alexaforbusiness#MaxResults",
7174                    "traits": {
7175                        "smithy.api#documentation": "<p>The maximum number of results to include in the response. If more results exist than\n         the specified <code>MaxResults</code> value, a token is included in the response so that\n         the remaining results can be retrieved. Required.</p>"
7176                    }
7177                },
7178                "Filters": {
7179                    "target": "com.amazonaws.alexaforbusiness#FilterList",
7180                    "traits": {
7181                        "smithy.api#documentation": "<p>The filters to use for listing a specific set of users. Required. Supported filter\n         keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.</p>"
7182                    }
7183                },
7184                "SortCriteria": {
7185                    "target": "com.amazonaws.alexaforbusiness#SortList",
7186                    "traits": {
7187                        "smithy.api#documentation": "<p>The sort order to use in listing the filtered set of users. Required. Supported sort\n         keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.</p>"
7188                    }
7189                }
7190            }
7191        },
7192        "com.amazonaws.alexaforbusiness#SearchUsersResponse": {
7193            "type": "structure",
7194            "members": {
7195                "Users": {
7196                    "target": "com.amazonaws.alexaforbusiness#UserDataList",
7197                    "traits": {
7198                        "smithy.api#documentation": "<p>The users that meet the specified set of filter criteria, in sort order.</p>"
7199                    }
7200                },
7201                "NextToken": {
7202                    "target": "com.amazonaws.alexaforbusiness#NextToken",
7203                    "traits": {
7204                        "smithy.api#documentation": "<p>The token returned to indicate that there is more data available.</p>"
7205                    }
7206                },
7207                "TotalCount": {
7208                    "target": "com.amazonaws.alexaforbusiness#TotalCount",
7209                    "traits": {
7210                        "smithy.api#documentation": "<p>The total number of users returned.</p>"
7211                    }
7212                }
7213            }
7214        },
7215        "com.amazonaws.alexaforbusiness#SendAnnouncement": {
7216            "type": "operation",
7217            "input": {
7218                "target": "com.amazonaws.alexaforbusiness#SendAnnouncementRequest"
7219            },
7220            "output": {
7221                "target": "com.amazonaws.alexaforbusiness#SendAnnouncementResponse"
7222            },
7223            "errors": [
7224                {
7225                    "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException"
7226                },
7227                {
7228                    "target": "com.amazonaws.alexaforbusiness#LimitExceededException"
7229                }
7230            ],
7231            "traits": {
7232                "smithy.api#documentation": "<p>Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that\n         are identified by a search or filter. </p>"
7233            }
7234        },
7235        "com.amazonaws.alexaforbusiness#SendAnnouncementRequest": {
7236            "type": "structure",
7237            "members": {
7238                "RoomFilters": {
7239                    "target": "com.amazonaws.alexaforbusiness#FilterList",
7240                    "traits": {
7241                        "smithy.api#documentation": "<p>The filters to use to send an announcement to a specified list of rooms. The supported filter keys are RoomName, ProfileName, RoomArn, and ProfileArn. To send to all rooms, specify an empty RoomFilters list.</p>",
7242                        "smithy.api#required": {}
7243                    }
7244                },
7245                "Content": {
7246                    "target": "com.amazonaws.alexaforbusiness#Content",
7247                    "traits": {
7248                        "smithy.api#documentation": "<p>The announcement content. This can contain only one of the three possible announcement types (text, SSML or audio).</p>",
7249                        "smithy.api#required": {}
7250                    }
7251                },
7252                "TimeToLiveInSeconds": {
7253                    "target": "com.amazonaws.alexaforbusiness#TimeToLiveInSeconds",
7254                    "traits": {
7255                        "smithy.api#documentation": "<p>The time to live for an announcement. Default is 300. If delivery doesn't occur within this time, the\n         announcement is not delivered.</p>"
7256                    }
7257                },
7258                "ClientRequestToken": {
7259                    "target": "com.amazonaws.alexaforbusiness#ClientRequestToken",
7260                    "traits": {
7261                        "smithy.api#documentation": "<p>The unique, user-specified identifier for the request that ensures idempotency.</p>",
7262                        "smithy.api#idempotencyToken": {},
7263                        "smithy.api#required": {}
7264                    }
7265                }
7266            }
7267        },
7268        "com.amazonaws.alexaforbusiness#SendAnnouncementResponse": {
7269            "type": "structure",
7270            "members": {
7271                "AnnouncementArn": {
7272                    "target": "com.amazonaws.alexaforbusiness#Arn",
7273                    "traits": {
7274                        "smithy.api#documentation": "<p>The identifier of the announcement.</p>"
7275                    }
7276                }
7277            }
7278        },
7279        "com.amazonaws.alexaforbusiness#SendInvitation": {
7280            "type": "operation",
7281            "input": {
7282                "target": "com.amazonaws.alexaforbusiness#SendInvitationRequest"
7283            },
7284            "output": {
7285                "target": "com.amazonaws.alexaforbusiness#SendInvitationResponse"
7286            },
7287            "errors": [
7288                {
7289                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
7290                },
7291                {
7292                    "target": "com.amazonaws.alexaforbusiness#InvalidUserStatusException"
7293                },
7294                {
7295                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
7296                }
7297            ],
7298            "traits": {
7299                "smithy.api#documentation": "<p>Sends an enrollment invitation email with a URL to a user. The URL is valid for 30\n         days or until you call this operation again, whichever comes first. </p>"
7300            }
7301        },
7302        "com.amazonaws.alexaforbusiness#SendInvitationRequest": {
7303            "type": "structure",
7304            "members": {
7305                "UserArn": {
7306                    "target": "com.amazonaws.alexaforbusiness#Arn",
7307                    "traits": {
7308                        "smithy.api#documentation": "<p>The ARN of the user to whom to send an invitation. Required.</p>"
7309                    }
7310                }
7311            }
7312        },
7313        "com.amazonaws.alexaforbusiness#SendInvitationResponse": {
7314            "type": "structure",
7315            "members": {}
7316        },
7317        "com.amazonaws.alexaforbusiness#ShortDescription": {
7318            "type": "string"
7319        },
7320        "com.amazonaws.alexaforbusiness#ShortSkillIdList": {
7321            "type": "list",
7322            "member": {
7323                "target": "com.amazonaws.alexaforbusiness#SkillId"
7324            },
7325            "traits": {
7326                "smithy.api#length": {
7327                    "min": 0,
7328                    "max": 3
7329                }
7330            }
7331        },
7332        "com.amazonaws.alexaforbusiness#SipAddress": {
7333            "type": "structure",
7334            "members": {
7335                "Uri": {
7336                    "target": "com.amazonaws.alexaforbusiness#SipUri",
7337                    "traits": {
7338                        "smithy.api#documentation": "<p>The URI for the SIP address.</p>",
7339                        "smithy.api#required": {}
7340                    }
7341                },
7342                "Type": {
7343                    "target": "com.amazonaws.alexaforbusiness#SipType",
7344                    "traits": {
7345                        "smithy.api#documentation": "<p>The type of the SIP address.</p>",
7346                        "smithy.api#required": {}
7347                    }
7348                }
7349            },
7350            "traits": {
7351                "smithy.api#documentation": "<p>The SIP address for the contact containing the URI and SIP address type.</p>"
7352            }
7353        },
7354        "com.amazonaws.alexaforbusiness#SipAddressList": {
7355            "type": "list",
7356            "member": {
7357                "target": "com.amazonaws.alexaforbusiness#SipAddress"
7358            },
7359            "traits": {
7360                "smithy.api#length": {
7361                    "min": 0,
7362                    "max": 1
7363                }
7364            }
7365        },
7366        "com.amazonaws.alexaforbusiness#SipType": {
7367            "type": "string",
7368            "traits": {
7369                "smithy.api#enum": [
7370                    {
7371                        "value": "WORK",
7372                        "name": "WORK"
7373                    }
7374                ],
7375                "smithy.api#sensitive": {}
7376            }
7377        },
7378        "com.amazonaws.alexaforbusiness#SipUri": {
7379            "type": "string",
7380            "traits": {
7381                "smithy.api#length": {
7382                    "min": 1,
7383                    "max": 256
7384                },
7385                "smithy.api#pattern": "^sip[s]?:([^@:]+)\\@([^@]+)$",
7386                "smithy.api#sensitive": {}
7387            }
7388        },
7389        "com.amazonaws.alexaforbusiness#SkillDetails": {
7390            "type": "structure",
7391            "members": {
7392                "ProductDescription": {
7393                    "target": "com.amazonaws.alexaforbusiness#ProductDescription",
7394                    "traits": {
7395                        "smithy.api#documentation": "<p>The description of the product.</p>"
7396                    }
7397                },
7398                "InvocationPhrase": {
7399                    "target": "com.amazonaws.alexaforbusiness#InvocationPhrase",
7400                    "traits": {
7401                        "smithy.api#documentation": "<p>The phrase used to trigger the skill.</p>"
7402                    }
7403                },
7404                "ReleaseDate": {
7405                    "target": "com.amazonaws.alexaforbusiness#ReleaseDate",
7406                    "traits": {
7407                        "smithy.api#documentation": "<p>The date when the skill was released.</p>"
7408                    }
7409                },
7410                "EndUserLicenseAgreement": {
7411                    "target": "com.amazonaws.alexaforbusiness#EndUserLicenseAgreement",
7412                    "traits": {
7413                        "smithy.api#documentation": "<p>The URL of the end user license agreement.</p>"
7414                    }
7415                },
7416                "GenericKeywords": {
7417                    "target": "com.amazonaws.alexaforbusiness#GenericKeywords",
7418                    "traits": {
7419                        "smithy.api#documentation": "<p>The generic keywords associated with the skill that can be used to find a\n         skill.</p>"
7420                    }
7421                },
7422                "BulletPoints": {
7423                    "target": "com.amazonaws.alexaforbusiness#BulletPoints",
7424                    "traits": {
7425                        "smithy.api#documentation": "<p>The details about what the skill supports organized as bullet points.</p>"
7426                    }
7427                },
7428                "NewInThisVersionBulletPoints": {
7429                    "target": "com.amazonaws.alexaforbusiness#NewInThisVersionBulletPoints",
7430                    "traits": {
7431                        "smithy.api#documentation": "<p>The updates added in bullet points.</p>"
7432                    }
7433                },
7434                "SkillTypes": {
7435                    "target": "com.amazonaws.alexaforbusiness#SkillTypes",
7436                    "traits": {
7437                        "smithy.api#documentation": "<p>The types of skills.</p>"
7438                    }
7439                },
7440                "Reviews": {
7441                    "target": "com.amazonaws.alexaforbusiness#Reviews",
7442                    "traits": {
7443                        "smithy.api#documentation": "<p>\n            <i>This member has been deprecated.</i>\n         </p>\n         <p>The list of reviews for the skill, including Key and Value pair.</p>"
7444                    }
7445                },
7446                "DeveloperInfo": {
7447                    "target": "com.amazonaws.alexaforbusiness#DeveloperInfo",
7448                    "traits": {
7449                        "smithy.api#documentation": "<p>The details about the developer that published the skill.</p>"
7450                    }
7451                }
7452            },
7453            "traits": {
7454                "smithy.api#documentation": "<p>Granular information about the skill.</p>"
7455            }
7456        },
7457        "com.amazonaws.alexaforbusiness#SkillGroup": {
7458            "type": "structure",
7459            "members": {
7460                "SkillGroupArn": {
7461                    "target": "com.amazonaws.alexaforbusiness#Arn",
7462                    "traits": {
7463                        "smithy.api#documentation": "<p>The ARN of a skill group.</p>"
7464                    }
7465                },
7466                "SkillGroupName": {
7467                    "target": "com.amazonaws.alexaforbusiness#SkillGroupName",
7468                    "traits": {
7469                        "smithy.api#documentation": "<p>The name of a skill group.</p>"
7470                    }
7471                },
7472                "Description": {
7473                    "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription",
7474                    "traits": {
7475                        "smithy.api#documentation": "<p>The description of a skill group.</p>"
7476                    }
7477                }
7478            },
7479            "traits": {
7480                "smithy.api#documentation": "<p>A skill group with attributes.</p>"
7481            }
7482        },
7483        "com.amazonaws.alexaforbusiness#SkillGroupData": {
7484            "type": "structure",
7485            "members": {
7486                "SkillGroupArn": {
7487                    "target": "com.amazonaws.alexaforbusiness#Arn",
7488                    "traits": {
7489                        "smithy.api#documentation": "<p>The skill group ARN of a skill group.</p>"
7490                    }
7491                },
7492                "SkillGroupName": {
7493                    "target": "com.amazonaws.alexaforbusiness#SkillGroupName",
7494                    "traits": {
7495                        "smithy.api#documentation": "<p>The skill group name of a skill group.</p>"
7496                    }
7497                },
7498                "Description": {
7499                    "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription",
7500                    "traits": {
7501                        "smithy.api#documentation": "<p>The description of a skill group.</p>"
7502                    }
7503                }
7504            },
7505            "traits": {
7506                "smithy.api#documentation": "<p>The attributes of a skill group.</p>"
7507            }
7508        },
7509        "com.amazonaws.alexaforbusiness#SkillGroupDataList": {
7510            "type": "list",
7511            "member": {
7512                "target": "com.amazonaws.alexaforbusiness#SkillGroupData"
7513            }
7514        },
7515        "com.amazonaws.alexaforbusiness#SkillGroupDescription": {
7516            "type": "string",
7517            "traits": {
7518                "smithy.api#length": {
7519                    "min": 1,
7520                    "max": 200
7521                },
7522                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
7523            }
7524        },
7525        "com.amazonaws.alexaforbusiness#SkillGroupName": {
7526            "type": "string",
7527            "traits": {
7528                "smithy.api#length": {
7529                    "min": 1,
7530                    "max": 100
7531                },
7532                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
7533            }
7534        },
7535        "com.amazonaws.alexaforbusiness#SkillId": {
7536            "type": "string",
7537            "traits": {
7538                "smithy.api#pattern": "(^amzn1\\.ask\\.skill\\.[0-9a-f\\-]{1,200})|(^amzn1\\.echo-sdk-ams\\.app\\.[0-9a-f\\-]{1,200})"
7539            }
7540        },
7541        "com.amazonaws.alexaforbusiness#SkillListMaxResults": {
7542            "type": "integer",
7543            "traits": {
7544                "smithy.api#box": {},
7545                "smithy.api#range": {
7546                    "min": 1,
7547                    "max": 10
7548                }
7549            }
7550        },
7551        "com.amazonaws.alexaforbusiness#SkillName": {
7552            "type": "string",
7553            "traits": {
7554                "smithy.api#length": {
7555                    "min": 1,
7556                    "max": 100
7557                },
7558                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
7559            }
7560        },
7561        "com.amazonaws.alexaforbusiness#SkillNotLinkedException": {
7562            "type": "structure",
7563            "members": {
7564                "Message": {
7565                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
7566                }
7567            },
7568            "traits": {
7569                "smithy.api#documentation": "<p>The skill must be linked to a third-party account.</p>",
7570                "smithy.api#error": "client"
7571            }
7572        },
7573        "com.amazonaws.alexaforbusiness#SkillStoreType": {
7574            "type": "string"
7575        },
7576        "com.amazonaws.alexaforbusiness#SkillSummary": {
7577            "type": "structure",
7578            "members": {
7579                "SkillId": {
7580                    "target": "com.amazonaws.alexaforbusiness#SkillId",
7581                    "traits": {
7582                        "smithy.api#documentation": "<p>The ARN of the skill summary.</p>"
7583                    }
7584                },
7585                "SkillName": {
7586                    "target": "com.amazonaws.alexaforbusiness#SkillName",
7587                    "traits": {
7588                        "smithy.api#documentation": "<p>The name of the skill.</p>"
7589                    }
7590                },
7591                "SupportsLinking": {
7592                    "target": "com.amazonaws.alexaforbusiness#Boolean2",
7593                    "traits": {
7594                        "smithy.api#documentation": "<p>Linking support for a skill.</p>"
7595                    }
7596                },
7597                "EnablementType": {
7598                    "target": "com.amazonaws.alexaforbusiness#EnablementType",
7599                    "traits": {
7600                        "smithy.api#documentation": "<p>Whether the skill is enabled under the user's account, or if it requires linking to be\n         used.</p>"
7601                    }
7602                },
7603                "SkillType": {
7604                    "target": "com.amazonaws.alexaforbusiness#SkillType",
7605                    "traits": {
7606                        "smithy.api#documentation": "<p>Whether the skill is publicly available or is a private skill.</p>"
7607                    }
7608                }
7609            },
7610            "traits": {
7611                "smithy.api#documentation": "<p>The summary of skills.</p>"
7612            }
7613        },
7614        "com.amazonaws.alexaforbusiness#SkillSummaryList": {
7615            "type": "list",
7616            "member": {
7617                "target": "com.amazonaws.alexaforbusiness#SkillSummary"
7618            }
7619        },
7620        "com.amazonaws.alexaforbusiness#SkillType": {
7621            "type": "string",
7622            "traits": {
7623                "smithy.api#enum": [
7624                    {
7625                        "value": "PUBLIC",
7626                        "name": "PUBLIC"
7627                    },
7628                    {
7629                        "value": "PRIVATE",
7630                        "name": "PRIVATE"
7631                    }
7632                ],
7633                "smithy.api#length": {
7634                    "min": 1,
7635                    "max": 100
7636                },
7637                "smithy.api#pattern": "[a-zA-Z0-9][a-zA-Z0-9_-]*"
7638            }
7639        },
7640        "com.amazonaws.alexaforbusiness#SkillTypeFilter": {
7641            "type": "string",
7642            "traits": {
7643                "smithy.api#enum": [
7644                    {
7645                        "value": "PUBLIC",
7646                        "name": "PUBLIC"
7647                    },
7648                    {
7649                        "value": "PRIVATE",
7650                        "name": "PRIVATE"
7651                    },
7652                    {
7653                        "value": "ALL",
7654                        "name": "ALL"
7655                    }
7656                ]
7657            }
7658        },
7659        "com.amazonaws.alexaforbusiness#SkillTypes": {
7660            "type": "list",
7661            "member": {
7662                "target": "com.amazonaws.alexaforbusiness#SkillStoreType"
7663            }
7664        },
7665        "com.amazonaws.alexaforbusiness#SkillsStoreSkill": {
7666            "type": "structure",
7667            "members": {
7668                "SkillId": {
7669                    "target": "com.amazonaws.alexaforbusiness#SkillId",
7670                    "traits": {
7671                        "smithy.api#documentation": "<p>The ARN of the skill.</p>"
7672                    }
7673                },
7674                "SkillName": {
7675                    "target": "com.amazonaws.alexaforbusiness#SkillName",
7676                    "traits": {
7677                        "smithy.api#documentation": "<p>The name of the skill.</p>"
7678                    }
7679                },
7680                "ShortDescription": {
7681                    "target": "com.amazonaws.alexaforbusiness#ShortDescription",
7682                    "traits": {
7683                        "smithy.api#documentation": "<p>Short description about the skill.</p>"
7684                    }
7685                },
7686                "IconUrl": {
7687                    "target": "com.amazonaws.alexaforbusiness#IconUrl",
7688                    "traits": {
7689                        "smithy.api#documentation": "<p>The URL where the skill icon resides.</p>"
7690                    }
7691                },
7692                "SampleUtterances": {
7693                    "target": "com.amazonaws.alexaforbusiness#SampleUtterances",
7694                    "traits": {
7695                        "smithy.api#documentation": "<p>Sample utterances that interact with the skill.</p>"
7696                    }
7697                },
7698                "SkillDetails": {
7699                    "target": "com.amazonaws.alexaforbusiness#SkillDetails",
7700                    "traits": {
7701                        "smithy.api#documentation": "<p>Information about the skill.</p>"
7702                    }
7703                },
7704                "SupportsLinking": {
7705                    "target": "com.amazonaws.alexaforbusiness#Boolean2",
7706                    "traits": {
7707                        "smithy.api#documentation": "<p>Linking support for a skill.</p>"
7708                    }
7709                }
7710            },
7711            "traits": {
7712                "smithy.api#documentation": "<p>The detailed information about an Alexa skill.</p>"
7713            }
7714        },
7715        "com.amazonaws.alexaforbusiness#SkillsStoreSkillList": {
7716            "type": "list",
7717            "member": {
7718                "target": "com.amazonaws.alexaforbusiness#SkillsStoreSkill"
7719            }
7720        },
7721        "com.amazonaws.alexaforbusiness#SmartHomeAppliance": {
7722            "type": "structure",
7723            "members": {
7724                "FriendlyName": {
7725                    "target": "com.amazonaws.alexaforbusiness#ApplianceFriendlyName",
7726                    "traits": {
7727                        "smithy.api#documentation": "<p>The friendly name of the smart home appliance.</p>"
7728                    }
7729                },
7730                "Description": {
7731                    "target": "com.amazonaws.alexaforbusiness#ApplianceDescription",
7732                    "traits": {
7733                        "smithy.api#documentation": "<p>The description of the smart home appliance.</p>"
7734                    }
7735                },
7736                "ManufacturerName": {
7737                    "target": "com.amazonaws.alexaforbusiness#ApplianceManufacturerName",
7738                    "traits": {
7739                        "smithy.api#documentation": "<p>The name of the manufacturer of the smart home appliance.</p>"
7740                    }
7741                }
7742            },
7743            "traits": {
7744                "smithy.api#documentation": "<p>A smart home appliance that can connect to a central system. Any domestic device can be\n         a smart appliance. </p>"
7745            }
7746        },
7747        "com.amazonaws.alexaforbusiness#SmartHomeApplianceList": {
7748            "type": "list",
7749            "member": {
7750                "target": "com.amazonaws.alexaforbusiness#SmartHomeAppliance"
7751            }
7752        },
7753        "com.amazonaws.alexaforbusiness#SoftwareVersion": {
7754            "type": "string"
7755        },
7756        "com.amazonaws.alexaforbusiness#Sort": {
7757            "type": "structure",
7758            "members": {
7759                "Key": {
7760                    "target": "com.amazonaws.alexaforbusiness#SortKey",
7761                    "traits": {
7762                        "smithy.api#documentation": "<p>The sort key of a sort object.</p>",
7763                        "smithy.api#required": {}
7764                    }
7765                },
7766                "Value": {
7767                    "target": "com.amazonaws.alexaforbusiness#SortValue",
7768                    "traits": {
7769                        "smithy.api#documentation": "<p>The sort value of a sort object.</p>",
7770                        "smithy.api#required": {}
7771                    }
7772                }
7773            },
7774            "traits": {
7775                "smithy.api#documentation": "<p>An object representing a sort criteria. </p>"
7776            }
7777        },
7778        "com.amazonaws.alexaforbusiness#SortKey": {
7779            "type": "string",
7780            "traits": {
7781                "smithy.api#length": {
7782                    "min": 1,
7783                    "max": 500
7784                }
7785            }
7786        },
7787        "com.amazonaws.alexaforbusiness#SortList": {
7788            "type": "list",
7789            "member": {
7790                "target": "com.amazonaws.alexaforbusiness#Sort"
7791            },
7792            "traits": {
7793                "smithy.api#length": {
7794                    "min": 0,
7795                    "max": 25
7796                }
7797            }
7798        },
7799        "com.amazonaws.alexaforbusiness#SortValue": {
7800            "type": "string",
7801            "traits": {
7802                "smithy.api#enum": [
7803                    {
7804                        "value": "ASC",
7805                        "name": "ASC"
7806                    },
7807                    {
7808                        "value": "DESC",
7809                        "name": "DESC"
7810                    }
7811                ]
7812            }
7813        },
7814        "com.amazonaws.alexaforbusiness#Ssml": {
7815            "type": "structure",
7816            "members": {
7817                "Locale": {
7818                    "target": "com.amazonaws.alexaforbusiness#Locale",
7819                    "traits": {
7820                        "smithy.api#documentation": "<p>The locale of the SSML message. Currently, en-US is supported.</p>",
7821                        "smithy.api#required": {}
7822                    }
7823                },
7824                "Value": {
7825                    "target": "com.amazonaws.alexaforbusiness#SsmlValue",
7826                    "traits": {
7827                        "smithy.api#documentation": "<p>The value of the SSML message in the correct SSML format. The audio tag is not supported.</p>",
7828                        "smithy.api#required": {}
7829                    }
7830                }
7831            },
7832            "traits": {
7833                "smithy.api#documentation": "<p>The SSML message. For more information, see <a href=\"https://developer.amazon.com/docs/custom-skills/speech-synthesis-markup-language-ssml-reference.html\">SSML Reference</a>.</p>"
7834            }
7835        },
7836        "com.amazonaws.alexaforbusiness#SsmlList": {
7837            "type": "list",
7838            "member": {
7839                "target": "com.amazonaws.alexaforbusiness#Ssml"
7840            },
7841            "traits": {
7842                "smithy.api#length": {
7843                    "min": 0,
7844                    "max": 1
7845                }
7846            }
7847        },
7848        "com.amazonaws.alexaforbusiness#SsmlValue": {
7849            "type": "string",
7850            "traits": {
7851                "smithy.api#length": {
7852                    "min": 0,
7853                    "max": 4096
7854                },
7855                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
7856            }
7857        },
7858        "com.amazonaws.alexaforbusiness#StartDeviceSync": {
7859            "type": "operation",
7860            "input": {
7861                "target": "com.amazonaws.alexaforbusiness#StartDeviceSyncRequest"
7862            },
7863            "output": {
7864                "target": "com.amazonaws.alexaforbusiness#StartDeviceSyncResponse"
7865            },
7866            "errors": [
7867                {
7868                    "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException"
7869                }
7870            ],
7871            "traits": {
7872                "smithy.api#documentation": "<p>Resets a device and its account to the known default settings. This clears all\n         information and settings set by previous users in the following ways:</p>\n         <ul>\n            <li>\n               <p>Bluetooth - This unpairs all bluetooth devices paired with your echo\n               device.</p>\n            </li>\n            <li>\n               <p>Volume - This resets the echo device's volume to the default value.</p>\n            </li>\n            <li>\n               <p>Notifications - This clears all notifications from your echo device.</p>\n            </li>\n            <li>\n               <p>Lists - This clears all to-do items from your echo device.</p>\n            </li>\n            <li>\n               <p>Settings - This internally syncs the room's profile (if the device is assigned to\n               a room), contacts, address books, delegation access for account linking, and\n               communications (if enabled on the room profile).</p>\n            </li>\n         </ul>"
7873            }
7874        },
7875        "com.amazonaws.alexaforbusiness#StartDeviceSyncRequest": {
7876            "type": "structure",
7877            "members": {
7878                "RoomArn": {
7879                    "target": "com.amazonaws.alexaforbusiness#Arn",
7880                    "traits": {
7881                        "smithy.api#documentation": "<p>The ARN of the room with which the device to sync is associated. Required.</p>"
7882                    }
7883                },
7884                "DeviceArn": {
7885                    "target": "com.amazonaws.alexaforbusiness#Arn",
7886                    "traits": {
7887                        "smithy.api#documentation": "<p>The ARN of the device to sync. Required.</p>"
7888                    }
7889                },
7890                "Features": {
7891                    "target": "com.amazonaws.alexaforbusiness#Features",
7892                    "traits": {
7893                        "smithy.api#documentation": "<p>Request structure to start the device sync. Required.</p>",
7894                        "smithy.api#required": {}
7895                    }
7896                }
7897            }
7898        },
7899        "com.amazonaws.alexaforbusiness#StartDeviceSyncResponse": {
7900            "type": "structure",
7901            "members": {}
7902        },
7903        "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscovery": {
7904            "type": "operation",
7905            "input": {
7906                "target": "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryRequest"
7907            },
7908            "output": {
7909                "target": "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryResponse"
7910            },
7911            "errors": [
7912                {
7913                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
7914                }
7915            ],
7916            "traits": {
7917                "smithy.api#documentation": "<p>Initiates the discovery of any smart home appliances associated with the\n         room.</p>"
7918            }
7919        },
7920        "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryRequest": {
7921            "type": "structure",
7922            "members": {
7923                "RoomArn": {
7924                    "target": "com.amazonaws.alexaforbusiness#Arn",
7925                    "traits": {
7926                        "smithy.api#documentation": "<p>The room where smart home appliance discovery was initiated.</p>",
7927                        "smithy.api#required": {}
7928                    }
7929                }
7930            }
7931        },
7932        "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryResponse": {
7933            "type": "structure",
7934            "members": {}
7935        },
7936        "com.amazonaws.alexaforbusiness#Tag": {
7937            "type": "structure",
7938            "members": {
7939                "Key": {
7940                    "target": "com.amazonaws.alexaforbusiness#TagKey",
7941                    "traits": {
7942                        "smithy.api#documentation": "<p>The key of a tag. Tag keys are case-sensitive. </p>",
7943                        "smithy.api#required": {}
7944                    }
7945                },
7946                "Value": {
7947                    "target": "com.amazonaws.alexaforbusiness#TagValue",
7948                    "traits": {
7949                        "smithy.api#documentation": "<p>The value of a tag. Tag values are case sensitive and can be null.</p>",
7950                        "smithy.api#required": {}
7951                    }
7952                }
7953            },
7954            "traits": {
7955                "smithy.api#documentation": "<p>A key-value pair that can be associated with a resource. </p>"
7956            }
7957        },
7958        "com.amazonaws.alexaforbusiness#TagKey": {
7959            "type": "string",
7960            "traits": {
7961                "smithy.api#length": {
7962                    "min": 1,
7963                    "max": 128
7964                },
7965                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
7966            }
7967        },
7968        "com.amazonaws.alexaforbusiness#TagKeyList": {
7969            "type": "list",
7970            "member": {
7971                "target": "com.amazonaws.alexaforbusiness#TagKey"
7972            }
7973        },
7974        "com.amazonaws.alexaforbusiness#TagList": {
7975            "type": "list",
7976            "member": {
7977                "target": "com.amazonaws.alexaforbusiness#Tag"
7978            }
7979        },
7980        "com.amazonaws.alexaforbusiness#TagResource": {
7981            "type": "operation",
7982            "input": {
7983                "target": "com.amazonaws.alexaforbusiness#TagResourceRequest"
7984            },
7985            "output": {
7986                "target": "com.amazonaws.alexaforbusiness#TagResourceResponse"
7987            },
7988            "errors": [
7989                {
7990                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
7991                }
7992            ],
7993            "traits": {
7994                "smithy.api#documentation": "<p>Adds metadata tags to a specified resource.</p>"
7995            }
7996        },
7997        "com.amazonaws.alexaforbusiness#TagResourceRequest": {
7998            "type": "structure",
7999            "members": {
8000                "Arn": {
8001                    "target": "com.amazonaws.alexaforbusiness#Arn",
8002                    "traits": {
8003                        "smithy.api#documentation": "<p>The ARN of the resource to which to add metadata tags. Required. </p>",
8004                        "smithy.api#required": {}
8005                    }
8006                },
8007                "Tags": {
8008                    "target": "com.amazonaws.alexaforbusiness#TagList",
8009                    "traits": {
8010                        "smithy.api#documentation": "<p>The tags to be added to the specified resource. Do not provide system tags. Required.\n      </p>",
8011                        "smithy.api#required": {}
8012                    }
8013                }
8014            }
8015        },
8016        "com.amazonaws.alexaforbusiness#TagResourceResponse": {
8017            "type": "structure",
8018            "members": {}
8019        },
8020        "com.amazonaws.alexaforbusiness#TagValue": {
8021            "type": "string",
8022            "traits": {
8023                "smithy.api#length": {
8024                    "min": 0,
8025                    "max": 256
8026                },
8027                "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
8028            }
8029        },
8030        "com.amazonaws.alexaforbusiness#TemperatureUnit": {
8031            "type": "string",
8032            "traits": {
8033                "smithy.api#enum": [
8034                    {
8035                        "value": "FAHRENHEIT",
8036                        "name": "FAHRENHEIT"
8037                    },
8038                    {
8039                        "value": "CELSIUS",
8040                        "name": "CELSIUS"
8041                    }
8042                ]
8043            }
8044        },
8045        "com.amazonaws.alexaforbusiness#Text": {
8046            "type": "structure",
8047            "members": {
8048                "Locale": {
8049                    "target": "com.amazonaws.alexaforbusiness#Locale",
8050                    "traits": {
8051                        "smithy.api#documentation": "<p>The locale of the text message. Currently, en-US is supported.</p>",
8052                        "smithy.api#required": {}
8053                    }
8054                },
8055                "Value": {
8056                    "target": "com.amazonaws.alexaforbusiness#TextValue",
8057                    "traits": {
8058                        "smithy.api#documentation": "<p>The value of the text message.</p>",
8059                        "smithy.api#required": {}
8060                    }
8061                }
8062            },
8063            "traits": {
8064                "smithy.api#documentation": "<p>The text message.</p>"
8065            }
8066        },
8067        "com.amazonaws.alexaforbusiness#TextList": {
8068            "type": "list",
8069            "member": {
8070                "target": "com.amazonaws.alexaforbusiness#Text"
8071            },
8072            "traits": {
8073                "smithy.api#length": {
8074                    "min": 0,
8075                    "max": 1
8076                }
8077            }
8078        },
8079        "com.amazonaws.alexaforbusiness#TextValue": {
8080            "type": "string",
8081            "traits": {
8082                "smithy.api#length": {
8083                    "min": 0,
8084                    "max": 4096
8085                },
8086                "smithy.api#pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*"
8087            }
8088        },
8089        "com.amazonaws.alexaforbusiness#TimeToLiveInSeconds": {
8090            "type": "integer",
8091            "traits": {
8092                "smithy.api#box": {},
8093                "smithy.api#range": {
8094                    "min": 1,
8095                    "max": 3600
8096                }
8097            }
8098        },
8099        "com.amazonaws.alexaforbusiness#Timezone": {
8100            "type": "string",
8101            "traits": {
8102                "smithy.api#length": {
8103                    "min": 1,
8104                    "max": 100
8105                }
8106            }
8107        },
8108        "com.amazonaws.alexaforbusiness#TotalCount": {
8109            "type": "integer",
8110            "traits": {
8111                "smithy.api#box": {}
8112            }
8113        },
8114        "com.amazonaws.alexaforbusiness#TrustAnchor": {
8115            "type": "string",
8116            "traits": {
8117                "smithy.api#pattern": "-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?"
8118            }
8119        },
8120        "com.amazonaws.alexaforbusiness#TrustAnchorList": {
8121            "type": "list",
8122            "member": {
8123                "target": "com.amazonaws.alexaforbusiness#TrustAnchor"
8124            },
8125            "traits": {
8126                "smithy.api#length": {
8127                    "min": 1,
8128                    "max": 5
8129                }
8130            }
8131        },
8132        "com.amazonaws.alexaforbusiness#UnauthorizedException": {
8133            "type": "structure",
8134            "members": {
8135                "Message": {
8136                    "target": "com.amazonaws.alexaforbusiness#ErrorMessage"
8137                }
8138            },
8139            "traits": {
8140                "smithy.api#documentation": "<p>The caller has no permissions to operate on the resource involved in the API call.</p>",
8141                "smithy.api#error": "client"
8142            }
8143        },
8144        "com.amazonaws.alexaforbusiness#UntagResource": {
8145            "type": "operation",
8146            "input": {
8147                "target": "com.amazonaws.alexaforbusiness#UntagResourceRequest"
8148            },
8149            "output": {
8150                "target": "com.amazonaws.alexaforbusiness#UntagResourceResponse"
8151            },
8152            "errors": [
8153                {
8154                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8155                }
8156            ],
8157            "traits": {
8158                "smithy.api#documentation": "<p>Removes metadata tags from a specified resource.</p>"
8159            }
8160        },
8161        "com.amazonaws.alexaforbusiness#UntagResourceRequest": {
8162            "type": "structure",
8163            "members": {
8164                "Arn": {
8165                    "target": "com.amazonaws.alexaforbusiness#Arn",
8166                    "traits": {
8167                        "smithy.api#documentation": "<p>The ARN of the resource from which to remove metadata tags. Required. </p>",
8168                        "smithy.api#required": {}
8169                    }
8170                },
8171                "TagKeys": {
8172                    "target": "com.amazonaws.alexaforbusiness#TagKeyList",
8173                    "traits": {
8174                        "smithy.api#documentation": "<p>The tags to be removed from the specified resource. Do not provide system tags.\n         Required. </p>",
8175                        "smithy.api#required": {}
8176                    }
8177                }
8178            }
8179        },
8180        "com.amazonaws.alexaforbusiness#UntagResourceResponse": {
8181            "type": "structure",
8182            "members": {}
8183        },
8184        "com.amazonaws.alexaforbusiness#UpdateAddressBook": {
8185            "type": "operation",
8186            "input": {
8187                "target": "com.amazonaws.alexaforbusiness#UpdateAddressBookRequest"
8188            },
8189            "output": {
8190                "target": "com.amazonaws.alexaforbusiness#UpdateAddressBookResponse"
8191            },
8192            "errors": [
8193                {
8194                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8195                },
8196                {
8197                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8198                },
8199                {
8200                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8201                }
8202            ],
8203            "traits": {
8204                "smithy.api#documentation": "<p>Updates address book details by the address book ARN.</p>"
8205            }
8206        },
8207        "com.amazonaws.alexaforbusiness#UpdateAddressBookRequest": {
8208            "type": "structure",
8209            "members": {
8210                "AddressBookArn": {
8211                    "target": "com.amazonaws.alexaforbusiness#Arn",
8212                    "traits": {
8213                        "smithy.api#documentation": "<p>The ARN of the room to update.</p>",
8214                        "smithy.api#required": {}
8215                    }
8216                },
8217                "Name": {
8218                    "target": "com.amazonaws.alexaforbusiness#AddressBookName",
8219                    "traits": {
8220                        "smithy.api#documentation": "<p>The updated name of the room.</p>"
8221                    }
8222                },
8223                "Description": {
8224                    "target": "com.amazonaws.alexaforbusiness#AddressBookDescription",
8225                    "traits": {
8226                        "smithy.api#documentation": "<p>The updated description of the room.</p>"
8227                    }
8228                }
8229            }
8230        },
8231        "com.amazonaws.alexaforbusiness#UpdateAddressBookResponse": {
8232            "type": "structure",
8233            "members": {}
8234        },
8235        "com.amazonaws.alexaforbusiness#UpdateBusinessReportSchedule": {
8236            "type": "operation",
8237            "input": {
8238                "target": "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleRequest"
8239            },
8240            "output": {
8241                "target": "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleResponse"
8242            },
8243            "errors": [
8244                {
8245                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8246                },
8247                {
8248                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8249                }
8250            ],
8251            "traits": {
8252                "smithy.api#documentation": "<p>Updates the configuration of the report delivery schedule with the specified schedule\n         ARN.</p>"
8253            }
8254        },
8255        "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleRequest": {
8256            "type": "structure",
8257            "members": {
8258                "ScheduleArn": {
8259                    "target": "com.amazonaws.alexaforbusiness#Arn",
8260                    "traits": {
8261                        "smithy.api#documentation": "<p>The ARN of the business report schedule.</p>",
8262                        "smithy.api#required": {}
8263                    }
8264                },
8265                "S3BucketName": {
8266                    "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName",
8267                    "traits": {
8268                        "smithy.api#documentation": "<p>The S3 location of the output reports.</p>"
8269                    }
8270                },
8271                "S3KeyPrefix": {
8272                    "target": "com.amazonaws.alexaforbusiness#S3KeyPrefix",
8273                    "traits": {
8274                        "smithy.api#documentation": "<p>The S3 key where the report is delivered.</p>"
8275                    }
8276                },
8277                "Format": {
8278                    "target": "com.amazonaws.alexaforbusiness#BusinessReportFormat",
8279                    "traits": {
8280                        "smithy.api#documentation": "<p>The format of the generated report (individual CSV files or zipped files of\n         individual files).</p>"
8281                    }
8282                },
8283                "ScheduleName": {
8284                    "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleName",
8285                    "traits": {
8286                        "smithy.api#documentation": "<p>The name identifier of the schedule.</p>"
8287                    }
8288                },
8289                "Recurrence": {
8290                    "target": "com.amazonaws.alexaforbusiness#BusinessReportRecurrence",
8291                    "traits": {
8292                        "smithy.api#documentation": "<p>The recurrence of the reports.</p>"
8293                    }
8294                }
8295            }
8296        },
8297        "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleResponse": {
8298            "type": "structure",
8299            "members": {}
8300        },
8301        "com.amazonaws.alexaforbusiness#UpdateConferenceProvider": {
8302            "type": "operation",
8303            "input": {
8304                "target": "com.amazonaws.alexaforbusiness#UpdateConferenceProviderRequest"
8305            },
8306            "output": {
8307                "target": "com.amazonaws.alexaforbusiness#UpdateConferenceProviderResponse"
8308            },
8309            "errors": [
8310                {
8311                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8312                }
8313            ],
8314            "traits": {
8315                "smithy.api#documentation": "<p>Updates an existing conference provider's settings.</p>"
8316            }
8317        },
8318        "com.amazonaws.alexaforbusiness#UpdateConferenceProviderRequest": {
8319            "type": "structure",
8320            "members": {
8321                "ConferenceProviderArn": {
8322                    "target": "com.amazonaws.alexaforbusiness#Arn",
8323                    "traits": {
8324                        "smithy.api#documentation": "<p>The ARN of the conference provider.</p>",
8325                        "smithy.api#required": {}
8326                    }
8327                },
8328                "ConferenceProviderType": {
8329                    "target": "com.amazonaws.alexaforbusiness#ConferenceProviderType",
8330                    "traits": {
8331                        "smithy.api#documentation": "<p>The type of the conference provider.</p>",
8332                        "smithy.api#required": {}
8333                    }
8334                },
8335                "IPDialIn": {
8336                    "target": "com.amazonaws.alexaforbusiness#IPDialIn",
8337                    "traits": {
8338                        "smithy.api#documentation": "<p>The IP endpoint and protocol for calling.</p>"
8339                    }
8340                },
8341                "PSTNDialIn": {
8342                    "target": "com.amazonaws.alexaforbusiness#PSTNDialIn",
8343                    "traits": {
8344                        "smithy.api#documentation": "<p>The information for PSTN conferencing.</p>"
8345                    }
8346                },
8347                "MeetingSetting": {
8348                    "target": "com.amazonaws.alexaforbusiness#MeetingSetting",
8349                    "traits": {
8350                        "smithy.api#documentation": "<p>The meeting settings for the conference provider.</p>",
8351                        "smithy.api#required": {}
8352                    }
8353                }
8354            }
8355        },
8356        "com.amazonaws.alexaforbusiness#UpdateConferenceProviderResponse": {
8357            "type": "structure",
8358            "members": {}
8359        },
8360        "com.amazonaws.alexaforbusiness#UpdateContact": {
8361            "type": "operation",
8362            "input": {
8363                "target": "com.amazonaws.alexaforbusiness#UpdateContactRequest"
8364            },
8365            "output": {
8366                "target": "com.amazonaws.alexaforbusiness#UpdateContactResponse"
8367            },
8368            "errors": [
8369                {
8370                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8371                },
8372                {
8373                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8374                }
8375            ],
8376            "traits": {
8377                "smithy.api#documentation": "<p>Updates the contact details by the contact ARN.</p>"
8378            }
8379        },
8380        "com.amazonaws.alexaforbusiness#UpdateContactRequest": {
8381            "type": "structure",
8382            "members": {
8383                "ContactArn": {
8384                    "target": "com.amazonaws.alexaforbusiness#Arn",
8385                    "traits": {
8386                        "smithy.api#documentation": "<p>The ARN of the contact to update.</p>",
8387                        "smithy.api#required": {}
8388                    }
8389                },
8390                "DisplayName": {
8391                    "target": "com.amazonaws.alexaforbusiness#ContactName",
8392                    "traits": {
8393                        "smithy.api#documentation": "<p>The updated display name of the contact.</p>"
8394                    }
8395                },
8396                "FirstName": {
8397                    "target": "com.amazonaws.alexaforbusiness#ContactName",
8398                    "traits": {
8399                        "smithy.api#documentation": "<p>The updated first name of the contact.</p>"
8400                    }
8401                },
8402                "LastName": {
8403                    "target": "com.amazonaws.alexaforbusiness#ContactName",
8404                    "traits": {
8405                        "smithy.api#documentation": "<p>The updated last name of the contact.</p>"
8406                    }
8407                },
8408                "PhoneNumber": {
8409                    "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber",
8410                    "traits": {
8411                        "smithy.api#documentation": "<p>The updated phone number of the contact. The phone number type defaults to WORK. You\n         can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers,\n         which lets you specify the phone number type and multiple numbers.</p>"
8412                    }
8413                },
8414                "PhoneNumbers": {
8415                    "target": "com.amazonaws.alexaforbusiness#PhoneNumberList",
8416                    "traits": {
8417                        "smithy.api#documentation": "<p>The list of phone numbers for the contact.</p>"
8418                    }
8419                },
8420                "SipAddresses": {
8421                    "target": "com.amazonaws.alexaforbusiness#SipAddressList",
8422                    "traits": {
8423                        "smithy.api#documentation": "<p>The list of SIP addresses for the contact.</p>"
8424                    }
8425                }
8426            }
8427        },
8428        "com.amazonaws.alexaforbusiness#UpdateContactResponse": {
8429            "type": "structure",
8430            "members": {}
8431        },
8432        "com.amazonaws.alexaforbusiness#UpdateDevice": {
8433            "type": "operation",
8434            "input": {
8435                "target": "com.amazonaws.alexaforbusiness#UpdateDeviceRequest"
8436            },
8437            "output": {
8438                "target": "com.amazonaws.alexaforbusiness#UpdateDeviceResponse"
8439            },
8440            "errors": [
8441                {
8442                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8443                },
8444                {
8445                    "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException"
8446                },
8447                {
8448                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8449                }
8450            ],
8451            "traits": {
8452                "smithy.api#documentation": "<p>Updates the device name by device ARN.</p>"
8453            }
8454        },
8455        "com.amazonaws.alexaforbusiness#UpdateDeviceRequest": {
8456            "type": "structure",
8457            "members": {
8458                "DeviceArn": {
8459                    "target": "com.amazonaws.alexaforbusiness#Arn",
8460                    "traits": {
8461                        "smithy.api#documentation": "<p>The ARN of the device to update. Required.</p>"
8462                    }
8463                },
8464                "DeviceName": {
8465                    "target": "com.amazonaws.alexaforbusiness#DeviceName",
8466                    "traits": {
8467                        "smithy.api#documentation": "<p>The updated device name. Required.</p>"
8468                    }
8469                }
8470            }
8471        },
8472        "com.amazonaws.alexaforbusiness#UpdateDeviceResponse": {
8473            "type": "structure",
8474            "members": {}
8475        },
8476        "com.amazonaws.alexaforbusiness#UpdateEndOfMeetingReminder": {
8477            "type": "structure",
8478            "members": {
8479                "ReminderAtMinutes": {
8480                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList",
8481                    "traits": {
8482                        "smithy.api#documentation": "<p>Updates settings for the end of meeting reminder feature that are applied to a room\n         profile. The end of meeting reminder enables Alexa to remind users when a meeting is\n         ending. </p>"
8483                    }
8484                },
8485                "ReminderType": {
8486                    "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType",
8487                    "traits": {
8488                        "smithy.api#documentation": "<p>The type of sound that users hear during the end of meeting reminder. </p>"
8489                    }
8490                },
8491                "Enabled": {
8492                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8493                    "traits": {
8494                        "smithy.api#documentation": "<p>Whether an end of meeting reminder is enabled or not.</p>"
8495                    }
8496                }
8497            },
8498            "traits": {
8499                "smithy.api#documentation": "<p>Settings for the end of meeting reminder feature that are applied to a room profile. The\n         end of meeting reminder enables Alexa to remind users when a meeting is ending. </p>"
8500            }
8501        },
8502        "com.amazonaws.alexaforbusiness#UpdateGateway": {
8503            "type": "operation",
8504            "input": {
8505                "target": "com.amazonaws.alexaforbusiness#UpdateGatewayRequest"
8506            },
8507            "output": {
8508                "target": "com.amazonaws.alexaforbusiness#UpdateGatewayResponse"
8509            },
8510            "errors": [
8511                {
8512                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8513                },
8514                {
8515                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8516                }
8517            ],
8518            "traits": {
8519                "smithy.api#documentation": "<p>Updates the details of a gateway. If any optional field is not provided, the existing\n         corresponding value is left unmodified.</p>"
8520            }
8521        },
8522        "com.amazonaws.alexaforbusiness#UpdateGatewayGroup": {
8523            "type": "operation",
8524            "input": {
8525                "target": "com.amazonaws.alexaforbusiness#UpdateGatewayGroupRequest"
8526            },
8527            "output": {
8528                "target": "com.amazonaws.alexaforbusiness#UpdateGatewayGroupResponse"
8529            },
8530            "errors": [
8531                {
8532                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8533                },
8534                {
8535                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8536                }
8537            ],
8538            "traits": {
8539                "smithy.api#documentation": "<p>Updates the details of a gateway group. If any optional field is not provided, the\n         existing corresponding value is left unmodified.</p>"
8540            }
8541        },
8542        "com.amazonaws.alexaforbusiness#UpdateGatewayGroupRequest": {
8543            "type": "structure",
8544            "members": {
8545                "GatewayGroupArn": {
8546                    "target": "com.amazonaws.alexaforbusiness#Arn",
8547                    "traits": {
8548                        "smithy.api#documentation": "<p>The ARN of the gateway group to update.</p>",
8549                        "smithy.api#required": {}
8550                    }
8551                },
8552                "Name": {
8553                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupName",
8554                    "traits": {
8555                        "smithy.api#documentation": "<p>The updated name of the gateway group.</p>"
8556                    }
8557                },
8558                "Description": {
8559                    "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription",
8560                    "traits": {
8561                        "smithy.api#documentation": "<p>The updated description of the gateway group.</p>"
8562                    }
8563                }
8564            }
8565        },
8566        "com.amazonaws.alexaforbusiness#UpdateGatewayGroupResponse": {
8567            "type": "structure",
8568            "members": {}
8569        },
8570        "com.amazonaws.alexaforbusiness#UpdateGatewayRequest": {
8571            "type": "structure",
8572            "members": {
8573                "GatewayArn": {
8574                    "target": "com.amazonaws.alexaforbusiness#Arn",
8575                    "traits": {
8576                        "smithy.api#documentation": "<p>The ARN of the gateway to update.</p>",
8577                        "smithy.api#required": {}
8578                    }
8579                },
8580                "Name": {
8581                    "target": "com.amazonaws.alexaforbusiness#GatewayName",
8582                    "traits": {
8583                        "smithy.api#documentation": "<p>The updated name of the gateway.</p>"
8584                    }
8585                },
8586                "Description": {
8587                    "target": "com.amazonaws.alexaforbusiness#GatewayDescription",
8588                    "traits": {
8589                        "smithy.api#documentation": "<p>The updated description of the gateway.</p>"
8590                    }
8591                },
8592                "SoftwareVersion": {
8593                    "target": "com.amazonaws.alexaforbusiness#GatewayVersion",
8594                    "traits": {
8595                        "smithy.api#documentation": "<p>The updated software version of the gateway. The gateway automatically updates its\n         software version during normal operation.</p>"
8596                    }
8597                }
8598            }
8599        },
8600        "com.amazonaws.alexaforbusiness#UpdateGatewayResponse": {
8601            "type": "structure",
8602            "members": {}
8603        },
8604        "com.amazonaws.alexaforbusiness#UpdateInstantBooking": {
8605            "type": "structure",
8606            "members": {
8607                "DurationInMinutes": {
8608                    "target": "com.amazonaws.alexaforbusiness#Minutes",
8609                    "traits": {
8610                        "smithy.api#documentation": "<p>Duration between 15 and 240 minutes at increments of 15 that determines how long to book\n         an available room when a meeting is started with Alexa.</p>"
8611                    }
8612                },
8613                "Enabled": {
8614                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8615                    "traits": {
8616                        "smithy.api#documentation": "<p>Whether instant booking is enabled or not.</p>"
8617                    }
8618                }
8619            },
8620            "traits": {
8621                "smithy.api#documentation": "<p>Updates settings for the instant booking feature that are applied to a room profile. If\n         instant booking is enabled, Alexa automatically reserves a room if it is free when a user\n         joins a meeting with Alexa.</p>"
8622            }
8623        },
8624        "com.amazonaws.alexaforbusiness#UpdateMeetingRoomConfiguration": {
8625            "type": "structure",
8626            "members": {
8627                "RoomUtilizationMetricsEnabled": {
8628                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8629                    "traits": {
8630                        "smithy.api#documentation": "<p>Whether room utilization metrics are enabled or not.</p>"
8631                    }
8632                },
8633                "EndOfMeetingReminder": {
8634                    "target": "com.amazonaws.alexaforbusiness#UpdateEndOfMeetingReminder",
8635                    "traits": {
8636                        "smithy.api#documentation": "<p>Settings for the end of meeting reminder feature that are applied to a room profile. The\n         end of meeting reminder enables Alexa to remind users when a meeting is ending. </p>"
8637                    }
8638                },
8639                "InstantBooking": {
8640                    "target": "com.amazonaws.alexaforbusiness#UpdateInstantBooking",
8641                    "traits": {
8642                        "smithy.api#documentation": "<p>Settings to automatically book an available room available for a configured duration\n         when joining a meeting with Alexa.</p>"
8643                    }
8644                },
8645                "RequireCheckIn": {
8646                    "target": "com.amazonaws.alexaforbusiness#UpdateRequireCheckIn",
8647                    "traits": {
8648                        "smithy.api#documentation": "<p>Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.” </p>"
8649                    }
8650                }
8651            },
8652            "traits": {
8653                "smithy.api#documentation": "<p>Updates meeting room settings of a room profile.</p>"
8654            }
8655        },
8656        "com.amazonaws.alexaforbusiness#UpdateNetworkProfile": {
8657            "type": "operation",
8658            "input": {
8659                "target": "com.amazonaws.alexaforbusiness#UpdateNetworkProfileRequest"
8660            },
8661            "output": {
8662                "target": "com.amazonaws.alexaforbusiness#UpdateNetworkProfileResponse"
8663            },
8664            "errors": [
8665                {
8666                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8667                },
8668                {
8669                    "target": "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException"
8670                },
8671                {
8672                    "target": "com.amazonaws.alexaforbusiness#InvalidSecretsManagerResourceException"
8673                },
8674                {
8675                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8676                },
8677                {
8678                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8679                }
8680            ],
8681            "traits": {
8682                "smithy.api#documentation": "<p>Updates a network profile by the network profile ARN.</p>"
8683            }
8684        },
8685        "com.amazonaws.alexaforbusiness#UpdateNetworkProfileRequest": {
8686            "type": "structure",
8687            "members": {
8688                "NetworkProfileArn": {
8689                    "target": "com.amazonaws.alexaforbusiness#Arn",
8690                    "traits": {
8691                        "smithy.api#documentation": "<p>The ARN of the network profile associated with a device.</p>",
8692                        "smithy.api#required": {}
8693                    }
8694                },
8695                "NetworkProfileName": {
8696                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileName",
8697                    "traits": {
8698                        "smithy.api#documentation": "<p>The name of the network profile associated with a device.</p>"
8699                    }
8700                },
8701                "Description": {
8702                    "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription",
8703                    "traits": {
8704                        "smithy.api#documentation": "<p>Detailed information about a device's network profile.</p>"
8705                    }
8706                },
8707                "CurrentPassword": {
8708                    "target": "com.amazonaws.alexaforbusiness#CurrentWiFiPassword",
8709                    "traits": {
8710                        "smithy.api#documentation": "<p>The current password of the Wi-Fi network.</p>"
8711                    }
8712                },
8713                "NextPassword": {
8714                    "target": "com.amazonaws.alexaforbusiness#NextWiFiPassword",
8715                    "traits": {
8716                        "smithy.api#documentation": "<p>The next, or subsequent, password of the Wi-Fi network. This password is asynchronously\n         transmitted to the device and is used when the password of the network changes to\n         NextPassword. </p>"
8717                    }
8718                },
8719                "CertificateAuthorityArn": {
8720                    "target": "com.amazonaws.alexaforbusiness#Arn",
8721                    "traits": {
8722                        "smithy.api#documentation": "<p>The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n         (ACM). This is used to issue certificates to the devices. </p>"
8723                    }
8724                },
8725                "TrustAnchors": {
8726                    "target": "com.amazonaws.alexaforbusiness#TrustAnchorList",
8727                    "traits": {
8728                        "smithy.api#documentation": "<p>The root certificate(s) of your authentication server that will be installed on your\n         devices and used to trust your authentication server during EAP negotiation. </p>"
8729                    }
8730                }
8731            }
8732        },
8733        "com.amazonaws.alexaforbusiness#UpdateNetworkProfileResponse": {
8734            "type": "structure",
8735            "members": {}
8736        },
8737        "com.amazonaws.alexaforbusiness#UpdateProfile": {
8738            "type": "operation",
8739            "input": {
8740                "target": "com.amazonaws.alexaforbusiness#UpdateProfileRequest"
8741            },
8742            "output": {
8743                "target": "com.amazonaws.alexaforbusiness#UpdateProfileResponse"
8744            },
8745            "errors": [
8746                {
8747                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8748                },
8749                {
8750                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8751                },
8752                {
8753                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8754                }
8755            ],
8756            "traits": {
8757                "smithy.api#documentation": "<p>Updates an existing room profile by room profile ARN.</p>"
8758            }
8759        },
8760        "com.amazonaws.alexaforbusiness#UpdateProfileRequest": {
8761            "type": "structure",
8762            "members": {
8763                "ProfileArn": {
8764                    "target": "com.amazonaws.alexaforbusiness#Arn",
8765                    "traits": {
8766                        "smithy.api#documentation": "<p>The ARN of the room profile to update. Required.</p>"
8767                    }
8768                },
8769                "ProfileName": {
8770                    "target": "com.amazonaws.alexaforbusiness#ProfileName",
8771                    "traits": {
8772                        "smithy.api#documentation": "<p>The updated name for the room profile.</p>"
8773                    }
8774                },
8775                "IsDefault": {
8776                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8777                    "traits": {
8778                        "smithy.api#documentation": "<p>Sets the profile as default if selected. If this is missing, no update is done to the\n         default status.</p>"
8779                    }
8780                },
8781                "Timezone": {
8782                    "target": "com.amazonaws.alexaforbusiness#Timezone",
8783                    "traits": {
8784                        "smithy.api#documentation": "<p>The updated timezone for the room profile.</p>"
8785                    }
8786                },
8787                "Address": {
8788                    "target": "com.amazonaws.alexaforbusiness#Address",
8789                    "traits": {
8790                        "smithy.api#documentation": "<p>The updated address for the room profile.</p>"
8791                    }
8792                },
8793                "DistanceUnit": {
8794                    "target": "com.amazonaws.alexaforbusiness#DistanceUnit",
8795                    "traits": {
8796                        "smithy.api#documentation": "<p>The updated distance unit for the room profile.</p>"
8797                    }
8798                },
8799                "TemperatureUnit": {
8800                    "target": "com.amazonaws.alexaforbusiness#TemperatureUnit",
8801                    "traits": {
8802                        "smithy.api#documentation": "<p>The updated temperature unit for the room profile.</p>"
8803                    }
8804                },
8805                "WakeWord": {
8806                    "target": "com.amazonaws.alexaforbusiness#WakeWord",
8807                    "traits": {
8808                        "smithy.api#documentation": "<p>The updated wake word for the room profile.</p>"
8809                    }
8810                },
8811                "Locale": {
8812                    "target": "com.amazonaws.alexaforbusiness#DeviceLocale",
8813                    "traits": {
8814                        "smithy.api#documentation": "<p>The updated locale for the room profile. (This is currently only available to a limited preview audience.)</p>"
8815                    }
8816                },
8817                "SetupModeDisabled": {
8818                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8819                    "traits": {
8820                        "smithy.api#documentation": "<p>Whether the setup mode of the profile is enabled.</p>"
8821                    }
8822                },
8823                "MaxVolumeLimit": {
8824                    "target": "com.amazonaws.alexaforbusiness#MaxVolumeLimit",
8825                    "traits": {
8826                        "smithy.api#documentation": "<p>The updated maximum volume limit for the room profile.</p>"
8827                    }
8828                },
8829                "PSTNEnabled": {
8830                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8831                    "traits": {
8832                        "smithy.api#documentation": "<p>Whether the PSTN setting of the room profile is enabled.</p>"
8833                    }
8834                },
8835                "DataRetentionOptIn": {
8836                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8837                    "traits": {
8838                        "smithy.api#documentation": "<p>Whether data retention of the profile is enabled.</p>"
8839                    }
8840                },
8841                "MeetingRoomConfiguration": {
8842                    "target": "com.amazonaws.alexaforbusiness#UpdateMeetingRoomConfiguration",
8843                    "traits": {
8844                        "smithy.api#documentation": "<p>The updated meeting room settings of a room profile.</p>"
8845                    }
8846                }
8847            }
8848        },
8849        "com.amazonaws.alexaforbusiness#UpdateProfileResponse": {
8850            "type": "structure",
8851            "members": {}
8852        },
8853        "com.amazonaws.alexaforbusiness#UpdateRequireCheckIn": {
8854            "type": "structure",
8855            "members": {
8856                "ReleaseAfterMinutes": {
8857                    "target": "com.amazonaws.alexaforbusiness#Minutes",
8858                    "traits": {
8859                        "smithy.api#documentation": "<p>Duration between 5 and 20 minutes to determine when to release the room if it's not checked into. </p>"
8860                    }
8861                },
8862                "Enabled": {
8863                    "target": "com.amazonaws.alexaforbusiness#Boolean",
8864                    "traits": {
8865                        "smithy.api#documentation": "<p>Whether require check in is enabled or not.</p>"
8866                    }
8867                }
8868            },
8869            "traits": {
8870                "smithy.api#documentation": "<p>Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released. </p>"
8871            }
8872        },
8873        "com.amazonaws.alexaforbusiness#UpdateRoom": {
8874            "type": "operation",
8875            "input": {
8876                "target": "com.amazonaws.alexaforbusiness#UpdateRoomRequest"
8877            },
8878            "output": {
8879                "target": "com.amazonaws.alexaforbusiness#UpdateRoomResponse"
8880            },
8881            "errors": [
8882                {
8883                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8884                },
8885                {
8886                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8887                }
8888            ],
8889            "traits": {
8890                "smithy.api#documentation": "<p>Updates room details by room ARN.</p>"
8891            }
8892        },
8893        "com.amazonaws.alexaforbusiness#UpdateRoomRequest": {
8894            "type": "structure",
8895            "members": {
8896                "RoomArn": {
8897                    "target": "com.amazonaws.alexaforbusiness#Arn",
8898                    "traits": {
8899                        "smithy.api#documentation": "<p>The ARN of the room to update. </p>"
8900                    }
8901                },
8902                "RoomName": {
8903                    "target": "com.amazonaws.alexaforbusiness#RoomName",
8904                    "traits": {
8905                        "smithy.api#documentation": "<p>The updated name for the room.</p>"
8906                    }
8907                },
8908                "Description": {
8909                    "target": "com.amazonaws.alexaforbusiness#RoomDescription",
8910                    "traits": {
8911                        "smithy.api#documentation": "<p>The updated description for the room.</p>"
8912                    }
8913                },
8914                "ProviderCalendarId": {
8915                    "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId",
8916                    "traits": {
8917                        "smithy.api#documentation": "<p>The updated provider calendar ARN for the room.</p>"
8918                    }
8919                },
8920                "ProfileArn": {
8921                    "target": "com.amazonaws.alexaforbusiness#Arn",
8922                    "traits": {
8923                        "smithy.api#documentation": "<p>The updated profile ARN for the room.</p>"
8924                    }
8925                }
8926            }
8927        },
8928        "com.amazonaws.alexaforbusiness#UpdateRoomResponse": {
8929            "type": "structure",
8930            "members": {}
8931        },
8932        "com.amazonaws.alexaforbusiness#UpdateSkillGroup": {
8933            "type": "operation",
8934            "input": {
8935                "target": "com.amazonaws.alexaforbusiness#UpdateSkillGroupRequest"
8936            },
8937            "output": {
8938                "target": "com.amazonaws.alexaforbusiness#UpdateSkillGroupResponse"
8939            },
8940            "errors": [
8941                {
8942                    "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException"
8943                },
8944                {
8945                    "target": "com.amazonaws.alexaforbusiness#NameInUseException"
8946                },
8947                {
8948                    "target": "com.amazonaws.alexaforbusiness#NotFoundException"
8949                }
8950            ],
8951            "traits": {
8952                "smithy.api#documentation": "<p>Updates skill group details by skill group ARN.</p>"
8953            }
8954        },
8955        "com.amazonaws.alexaforbusiness#UpdateSkillGroupRequest": {
8956            "type": "structure",
8957            "members": {
8958                "SkillGroupArn": {
8959                    "target": "com.amazonaws.alexaforbusiness#Arn",
8960                    "traits": {
8961                        "smithy.api#documentation": "<p>The ARN of the skill group to update. </p>"
8962                    }
8963                },
8964                "SkillGroupName": {
8965                    "target": "com.amazonaws.alexaforbusiness#SkillGroupName",
8966                    "traits": {
8967                        "smithy.api#documentation": "<p>The updated name for the skill group.</p>"
8968                    }
8969                },
8970                "Description": {
8971                    "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription",
8972                    "traits": {
8973                        "smithy.api#documentation": "<p>The updated description for the skill group.</p>"
8974                    }
8975                }
8976            }
8977        },
8978        "com.amazonaws.alexaforbusiness#UpdateSkillGroupResponse": {
8979            "type": "structure",
8980            "members": {}
8981        },
8982        "com.amazonaws.alexaforbusiness#Url": {
8983            "type": "string"
8984        },
8985        "com.amazonaws.alexaforbusiness#UserCode": {
8986            "type": "string",
8987            "traits": {
8988                "smithy.api#length": {
8989                    "min": 1,
8990                    "max": 128
8991                }
8992            }
8993        },
8994        "com.amazonaws.alexaforbusiness#UserData": {
8995            "type": "structure",
8996            "members": {
8997                "UserArn": {
8998                    "target": "com.amazonaws.alexaforbusiness#Arn",
8999                    "traits": {
9000                        "smithy.api#documentation": "<p>The ARN of a user.</p>"
9001                    }
9002                },
9003                "FirstName": {
9004                    "target": "com.amazonaws.alexaforbusiness#user_FirstName",
9005                    "traits": {
9006                        "smithy.api#documentation": "<p>The first name of a user.</p>"
9007                    }
9008                },
9009                "LastName": {
9010                    "target": "com.amazonaws.alexaforbusiness#user_LastName",
9011                    "traits": {
9012                        "smithy.api#documentation": "<p>The last name of a user.</p>"
9013                    }
9014                },
9015                "Email": {
9016                    "target": "com.amazonaws.alexaforbusiness#Email",
9017                    "traits": {
9018                        "smithy.api#documentation": "<p>The email of a user.</p>"
9019                    }
9020                },
9021                "EnrollmentStatus": {
9022                    "target": "com.amazonaws.alexaforbusiness#EnrollmentStatus",
9023                    "traits": {
9024                        "smithy.api#documentation": "<p>The enrollment status of a user.</p>"
9025                    }
9026                },
9027                "EnrollmentId": {
9028                    "target": "com.amazonaws.alexaforbusiness#EnrollmentId",
9029                    "traits": {
9030                        "smithy.api#documentation": "<p>The enrollment ARN of a user.</p>"
9031                    }
9032                }
9033            },
9034            "traits": {
9035                "smithy.api#documentation": "<p>Information related to a user.</p>"
9036            }
9037        },
9038        "com.amazonaws.alexaforbusiness#UserDataList": {
9039            "type": "list",
9040            "member": {
9041                "target": "com.amazonaws.alexaforbusiness#UserData"
9042            }
9043        },
9044        "com.amazonaws.alexaforbusiness#UserId": {
9045            "type": "string",
9046            "traits": {
9047                "smithy.api#pattern": "amzn1\\.[A-Za-z0-9+-\\/=.]{1,300}"
9048            }
9049        },
9050        "com.amazonaws.alexaforbusiness#Utterance": {
9051            "type": "string"
9052        },
9053        "com.amazonaws.alexaforbusiness#Value": {
9054            "type": "string",
9055            "traits": {
9056                "smithy.api#length": {
9057                    "min": 1
9058                }
9059            }
9060        },
9061        "com.amazonaws.alexaforbusiness#WakeWord": {
9062            "type": "string",
9063            "traits": {
9064                "smithy.api#enum": [
9065                    {
9066                        "value": "ALEXA",
9067                        "name": "ALEXA"
9068                    },
9069                    {
9070                        "value": "AMAZON",
9071                        "name": "AMAZON"
9072                    },
9073                    {
9074                        "value": "ECHO",
9075                        "name": "ECHO"
9076                    },
9077                    {
9078                        "value": "COMPUTER",
9079                        "name": "COMPUTER"
9080                    }
9081                ]
9082            }
9083        },
9084        "com.amazonaws.alexaforbusiness#user_FirstName": {
9085            "type": "string",
9086            "traits": {
9087                "smithy.api#length": {
9088                    "min": 0,
9089                    "max": 30
9090                },
9091                "smithy.api#pattern": "([A-Za-z\\-' 0-9._]|\\p{IsLetter})*"
9092            }
9093        },
9094        "com.amazonaws.alexaforbusiness#user_LastName": {
9095            "type": "string",
9096            "traits": {
9097                "smithy.api#length": {
9098                    "min": 0,
9099                    "max": 30
9100                },
9101                "smithy.api#pattern": "([A-Za-z\\-' 0-9._]|\\p{IsLetter})*"
9102            }
9103        },
9104        "com.amazonaws.alexaforbusiness#user_UserId": {
9105            "type": "string",
9106            "traits": {
9107                "smithy.api#length": {
9108                    "min": 1,
9109                    "max": 128
9110                },
9111                "smithy.api#pattern": "[a-zA-Z0-9@_+.-]*"
9112            }
9113        }
9114    }
9115}
9116