1{
2  "version": "2.0",
3  "service": "<p>The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes. It also includes some server-side API actions to use with the Amazon Chime SDK. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\"> Using the Amazon Chime SDK </a> in the <i>Amazon Chime Developer Guide</i>.</p> <p>You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.</p> <dl> <dt>Using an AWS SDK</dt> <dd> <p> You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the <a href=\"http://aws.amazon.com/developer/\">AWS Developer Center</a>. </p> </dd> <dt>Using the AWS CLI</dt> <dd> <p>Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/installing.html\">Installing the AWS Command Line Interface</a> in the <i>AWS Command Line Interface User Guide</i>. For a list of available Amazon Chime commands, see the <a href=\"https://docs.aws.amazon.com/cli/latest/reference/chime/index.html\">Amazon Chime commands</a> in the <i>AWS CLI Command Reference</i>. </p> </dd> <dt>Using REST APIs</dt> <dd> <p>If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports signature version 4. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html\">Signature Version 4 Signing Process</a> in the <i>Amazon Web Services General Reference</i>.</p> <p>When making REST API calls, use the service name <code>chime</code> and REST endpoint <code>https://service.chime.aws.amazon.com</code>.</p> </dd> </dl> <p>Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/security-iam.html\">Identity and Access Management for Amazon Chime</a> in the <i>Amazon Chime Administration Guide</i>.</p>",
4  "operations": {
5    "AssociatePhoneNumberWithUser": "<p>Associates a phone number with the specified Amazon Chime user.</p>",
6    "AssociatePhoneNumbersWithVoiceConnector": "<p>Associates phone numbers with the specified Amazon Chime Voice Connector.</p>",
7    "AssociatePhoneNumbersWithVoiceConnectorGroup": "<p>Associates phone numbers with the specified Amazon Chime Voice Connector group.</p>",
8    "AssociateSigninDelegateGroupsWithAccount": "<p>Associates the specified sign-in delegate groups with the specified Amazon Chime account.</p>",
9    "BatchCreateAttendee": "<p> Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>",
10    "BatchCreateRoomMembership": "<p>Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.</p>",
11    "BatchDeletePhoneNumber": "<p> Moves phone numbers into the <b>Deletion queue</b>. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted. </p> <p> Phone numbers remain in the <b>Deletion queue</b> for 7 days before they are deleted permanently. </p>",
12    "BatchSuspendUser": "<p>Suspends up to 50 users from a <code>Team</code> or <code>EnterpriseLWA</code> Amazon Chime account. For more information about different account types, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p> <p>Users suspended from a <code>Team</code> account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended <code>Team</code> account users, invite them to the <code>Team</code> account again. You can use the <a>InviteUsers</a> action to do so.</p> <p>Users suspended from an <code>EnterpriseLWA</code> account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended <code>EnterpriseLWA</code> account users, use the <a>BatchUnsuspendUser</a> action.</p> <p> To sign out users without suspending them, use the <a>LogoutUser</a> action. </p>",
13    "BatchUnsuspendUser": "<p>Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime <code>EnterpriseLWA</code> account. Only users on <code>EnterpriseLWA</code> accounts can be unsuspended using this action. For more information about different account types, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p> <p> Previously suspended users who are unsuspended using this action are returned to <code>Registered</code> status. Users who are not previously suspended are ignored. </p>",
14    "BatchUpdatePhoneNumber": "<p> Updates phone number product types or calling names. You can update one attribute at a time for each <code>UpdatePhoneNumberRequestItem</code> . For example, you can update either the product type or the calling name. </p> <p>For product types, choose from Amazon Chime Business Calling and Amazon Chime Voice Connector. For toll-free numbers, you must use the Amazon Chime Voice Connector product type.</p> <p>Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>",
15    "BatchUpdateUser": "<p> Updates user details within the <a>UpdateUserRequestItem</a> object for up to 20 users for the specified Amazon Chime account. Currently, only <code>LicenseType</code> updates are supported for this action. </p>",
16    "CreateAccount": "<p>Creates an Amazon Chime account under the administrator's AWS account. Only <code>Team</code> account types are currently supported for this action. For more information about different account types, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>",
17    "CreateAppInstance": "<p>Creates an Amazon Chime SDK messaging <code>AppInstance</code> under an AWS account. Only SDK messaging customers use this API. <code>CreateAppInstance</code> supports idempotency behavior as described in the AWS API Standard.</p>",
18    "CreateAppInstanceAdmin": "<p>Promotes an <code>AppInstanceUser</code> to an <code>AppInstanceAdmin</code>. The promoted user can perform the following actions. </p> <ul> <li> <p> <code>ChannelModerator</code> actions across all channels in the <code>AppInstance</code>.</p> </li> <li> <p> <code>DeleteChannelMessage</code> actions.</p> </li> </ul> <p>Only an <code>AppInstanceUser</code> can be promoted to an <code>AppInstanceAdmin</code> role.</p>",
19    "CreateAppInstanceUser": "<p>Creates a user under an Amazon Chime <code>AppInstance</code>. The request consists of a unique <code>appInstanceUserId</code> and <code>Name</code> for that user.</p>",
20    "CreateAttendee": "<p> Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>",
21    "CreateBot": "<p>Creates a bot for an Amazon Chime Enterprise account.</p>",
22    "CreateChannel": "<p>Creates a channel to which you can add users and send messages.</p> <p> <b>Restriction</b>: You can't change a channel's privacy.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
23    "CreateChannelBan": "<p>Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to <code>DeleteChannelBan</code>, and then <code>CreateChannelMembership</code>. Bans are cleaned up when you delete users or channels.</p> <p>If you ban a user who is already part of a channel, that user is automatically kicked from the channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
24    "CreateChannelMembership": "<p>Adds a user to a channel. The <code>InvitedBy</code> response field is derived from the request header. A channel member can:</p> <ul> <li> <p>List messages</p> </li> <li> <p>Send messages</p> </li> <li> <p>Receive messages</p> </li> <li> <p>Edit their own messages</p> </li> <li> <p>Leave the channel</p> </li> </ul> <p>Privacy settings impact this action as follows:</p> <ul> <li> <p>Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.</p> </li> <li> <p>Private Channels: You must be a member to list or send messages.</p> </li> </ul> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
25    "CreateChannelModerator": "<p>Creates a new <code>ChannelModerator</code>. A channel moderator can:</p> <ul> <li> <p>Add and remove other members of the channel.</p> </li> <li> <p>Add and remove other moderators of the channel.</p> </li> <li> <p>Add and remove user bans for the channel.</p> </li> <li> <p>Redact messages in the channel.</p> </li> <li> <p>List messages in the channel.</p> </li> </ul> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
26    "CreateMeeting": "<p> Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html\">Amazon Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i> . For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
27    "CreateMeetingDialOut": "<p>Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer.</p> <p>To play welcome audio or implement an interactive voice response (IVR), use the <code>CreateSipMediaApplicationCall</code> action with the corresponding SIP media application ID.</p>",
28    "CreateMeetingWithAttendees": "<p> Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html\">Amazon Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i> . For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
29    "CreatePhoneNumberOrder": "<p>Creates an order for phone numbers to be provisioned. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you must use the Amazon Chime Voice Connector product type.</p>",
30    "CreateProxySession": "<p>Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.</p>",
31    "CreateRoom": "<p>Creates a chat room for the specified Amazon Chime Enterprise account.</p>",
32    "CreateRoomMembership": "<p>Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The member role designates whether the member is a chat room administrator or a general chat room member.</p>",
33    "CreateSipMediaApplication": "<p>Creates a SIP media application.</p>",
34    "CreateSipMediaApplicationCall": "<p>Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified <code>sipMediaApplicationId</code>.</p>",
35    "CreateSipRule": "<p>Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.</p>",
36    "CreateUser": "<p>Creates a user under the specified Amazon Chime account.</p>",
37    "CreateVoiceConnector": "<p>Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region.</p> <p> Enabling <a>CreateVoiceConnectorRequest$RequireEncryption</a> configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked. </p>",
38    "CreateVoiceConnectorGroup": "<p>Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including <code>VoiceConnectorItems</code> in the request.</p> <p>You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.</p>",
39    "DeleteAccount": "<p>Deletes the specified Amazon Chime account. You must suspend all users before deleting <code>Team</code> account. You can use the <a>BatchSuspendUser</a> action to dodo.</p> <p>For <code>EnterpriseLWA</code> and <code>EnterpriseAD</code> accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.</p> <p>Deleted accounts appear in your <code>Disabled</code> accounts list for 90 days. To restore deleted account from your <code>Disabled</code> accounts list, you must contact AWS Support.</p> <p> After 90 days, deleted accounts are permanently removed from your <code>Disabled</code> accounts list. </p>",
40    "DeleteAppInstance": "<p>Deletes an <code>AppInstance</code> and all associated data asynchronously.</p>",
41    "DeleteAppInstanceAdmin": "<p>Demotes an <code>AppInstanceAdmin</code> to an <code>AppInstanceUser</code>. This action does not delete the user.</p>",
42    "DeleteAppInstanceStreamingConfigurations": "<p>Deletes the streaming configurations of an <code>AppInstance</code>.</p>",
43    "DeleteAppInstanceUser": "<p>Deletes an <code>AppInstanceUser</code>.</p>",
44    "DeleteAttendee": "<p> Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their <code>JoinToken</code> . Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
45    "DeleteChannel": "<p>Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
46    "DeleteChannelBan": "<p>Removes a user from a channel's ban list.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
47    "DeleteChannelMembership": "<p>Removes a member from a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
48    "DeleteChannelMessage": "<p>Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by <code>UpdateChannelMessage</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
49    "DeleteChannelModerator": "<p>Deletes a channel moderator.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
50    "DeleteEventsConfiguration": "<p>Deletes the events configuration that allows a bot to receive outgoing events.</p>",
51    "DeleteMeeting": "<p>Deletes the specified Amazon Chime SDK meeting. When a meeting is deleted, its attendees are also deleted, clients connected to the meeting are disconnected, and clients can no longer join the meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>",
52    "DeletePhoneNumber": "<p>Moves the specified phone number into the <b>Deletionqueue</b>. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted.</p> <p> Deleted phone numbers remain in the <b>Deletion queue</b> for 7 days before they are deleted permanently. </p>",
53    "DeleteProxySession": "<p>Deletes the specified proxy session from the specified Amazon Chime Voice Connector.</p>",
54    "DeleteRoom": "<p>Deletes a chat room in an Amazon Chime Enterprise account.</p>",
55    "DeleteRoomMembership": "<p>Removes a member from a chat room in an Amazon Chime Enterprise account.</p>",
56    "DeleteSipMediaApplication": "<p>Deletes a SIP media application.</p>",
57    "DeleteSipRule": "<p>Deletes a SIP rule. You must disable a SIP rule before you can delete it.</p>",
58    "DeleteVoiceConnector": "<p>Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.</p>",
59    "DeleteVoiceConnectorEmergencyCallingConfiguration": "<p>Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.</p>",
60    "DeleteVoiceConnectorGroup": "<p> Deletes the specified Amazon Chime Voice Connector group. Any <code>VoiceConnectorItems</code> and phone numbers associated with the group must be removed before it can be deleted. </p>",
61    "DeleteVoiceConnectorOrigination": "<p>Deletes the origination settings for the specified Amazon Chime Voice Connector.</p> <note> <p>If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.</p> </note>",
62    "DeleteVoiceConnectorProxy": "<p>Deletes the proxy configuration from the specified Amazon Chime Voice Connector.</p>",
63    "DeleteVoiceConnectorStreamingConfiguration": "<p>Deletes the streaming configuration for the specified Amazon Chime Voice Connector.</p>",
64    "DeleteVoiceConnectorTermination": "<p>Deletes the termination settings for the specified Amazon Chime Voice Connector.</p> <note> <p>If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.</p> </note>",
65    "DeleteVoiceConnectorTerminationCredentials": "<p>Deletes the specified SIP credentials used by your equipment to authenticate during call termination.</p>",
66    "DescribeAppInstance": "<p>Returns the full details of an <code>AppInstance</code>.</p>",
67    "DescribeAppInstanceAdmin": "<p>Returns the full details of an <code>AppInstanceAdmin</code>.</p>",
68    "DescribeAppInstanceUser": "<p> Returns the full details of an <code>AppInstanceUser</code> . </p>",
69    "DescribeChannel": "<p>Returns the full details of a channel in an Amazon Chime <code>AppInstance</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
70    "DescribeChannelBan": "<p>Returns the full details of a channel ban.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
71    "DescribeChannelMembership": "<p>Returns the full details of a user's channel membership.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
72    "DescribeChannelMembershipForAppInstanceUser": "<p> Returns the details of a channel based on the membership of the specified <code>AppInstanceUser</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
73    "DescribeChannelModeratedByAppInstanceUser": "<p>Returns the full details of a channel moderated by the specified <code>AppInstanceUser</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
74    "DescribeChannelModerator": "<p>Returns the full details of a single ChannelModerator.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
75    "DisassociatePhoneNumberFromUser": "<p>Disassociates the primary provisioned phone number from the specified Amazon Chime user.</p>",
76    "DisassociatePhoneNumbersFromVoiceConnector": "<p>Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.</p>",
77    "DisassociatePhoneNumbersFromVoiceConnectorGroup": "<p>Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.</p>",
78    "DisassociateSigninDelegateGroupsFromAccount": "<p>Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.</p>",
79    "GetAccount": "<p>Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.</p>",
80    "GetAccountSettings": "<p>Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings. For more information about these settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>",
81    "GetAppInstanceRetentionSettings": "<p>Gets the retention settings for an <code>AppInstance</code>.</p>",
82    "GetAppInstanceStreamingConfigurations": "<p>Gets the streaming settings for an <code>AppInstance</code>.</p>",
83    "GetAttendee": "<p> Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
84    "GetBot": "<p>Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.</p>",
85    "GetChannelMessage": "<p>Gets the full details of a channel message.</p> <note> <p>The x-amz-chime-bearer request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
86    "GetEventsConfiguration": "<p>Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.</p>",
87    "GetGlobalSettings": "<p>Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>",
88    "GetMeeting": "<p> Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
89    "GetMessagingSessionEndpoint": "<p>The details of the endpoint for the messaging session.</p>",
90    "GetPhoneNumber": "<p>Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.</p>",
91    "GetPhoneNumberOrder": "<p>Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in E.164 format, product type, and order status.</p>",
92    "GetPhoneNumberSettings": "<p>Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.</p>",
93    "GetProxySession": "<p>Gets the specified proxy session details for the specified Amazon Chime Voice Connector.</p>",
94    "GetRetentionSettings": "<p> Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/chat-retention.html\">Managing Chat Retention Policies</a> in the <i>Amazon Chime Administration Guide</i> . </p>",
95    "GetRoom": "<p>Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>",
96    "GetSipMediaApplication": "<p>Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.</p>",
97    "GetSipMediaApplicationLoggingConfiguration": "<p>Returns the logging configuration for the specified SIP media application.</p>",
98    "GetSipRule": "<p>Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.</p>",
99    "GetUser": "<p>Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting PIN.</p> <p> To retrieve user details with an email address instead of a user ID, use the <a>ListUsers</a> action, and then filter by email address. </p>",
100    "GetUserSettings": "<p>Retrieves settings for the specified user ID, such as any associated phone number settings.</p>",
101    "GetVoiceConnector": "<p>Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.</p>",
102    "GetVoiceConnectorEmergencyCallingConfiguration": "<p>Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.</p>",
103    "GetVoiceConnectorGroup": "<p> Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated <code>VoiceConnectorItems</code> . </p>",
104    "GetVoiceConnectorLoggingConfiguration": "<p>Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>",
105    "GetVoiceConnectorOrigination": "<p>Retrieves origination setting details for the specified Amazon Chime Voice Connector.</p>",
106    "GetVoiceConnectorProxy": "<p>Gets the proxy configuration details for the specified Amazon Chime Voice Connector.</p>",
107    "GetVoiceConnectorStreamingConfiguration": "<p>Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.</p>",
108    "GetVoiceConnectorTermination": "<p>Retrieves termination setting details for the specified Amazon Chime Voice Connector.</p>",
109    "GetVoiceConnectorTerminationHealth": "<p>Retrieves information about the last time a SIP <code>OPTIONS</code> ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.</p>",
110    "InviteUsers": "<p>Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime <code>Team</code> account. Only <code>Team</code> account types are currently supported for this action.</p>",
111    "ListAccounts": "<p>Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, toucan filter by the user's email address, which returns one account result.</p>",
112    "ListAppInstanceAdmins": "<p>Returns a list of the administrators in the <code>AppInstance</code>.</p>",
113    "ListAppInstanceUsers": "<p> List all <code>AppInstanceUsers</code> created under a single <code>AppInstance</code>. </p>",
114    "ListAppInstances": "<p>Lists all Amazon Chime <code>AppInstance</code>s created under a single AWS account.</p>",
115    "ListAttendeeTags": "<p>Lists the tags applied to an Amazon Chime SDK attendee resource.</p>",
116    "ListAttendees": "<p> Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
117    "ListBots": "<p>Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.</p>",
118    "ListChannelBans": "<p>Lists all the users banned from a particular channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
119    "ListChannelMemberships": "<p>Lists all channel memberships in a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
120    "ListChannelMembershipsForAppInstanceUser": "<p> Lists all channels that a particular <code>AppInstanceUser</code> is a part of. Only an <code>AppInstanceAdmin</code> can call the API with a user ARN that is not their own. </p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
121    "ListChannelMessages": "<p>List all the messages in a channel. Returns a paginated list of <code>ChannelMessages</code>. By default, sorted by creation timestamp in descending order .</p> <note> <p>Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message.</p> <p>Also, the x-amz-chime-bearer request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
122    "ListChannelModerators": "<p>Lists all the moderators for a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
123    "ListChannels": "<p>Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.</p> <p class=\"title\"> <b>Functionality &amp; restrictions</b> </p> <ul> <li> <p> Use privacy = <code>PUBLIC</code> to retrieve all public channels in the account </p> </li> <li> <p>Only an <code>AppInstanceAdmin</code> can set privacy = <code>PRIVATE</code> to list the private channels in an account.</p> </li> </ul> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
124    "ListChannelsModeratedByAppInstanceUser": "<p>A list of the channels moderated by an <code>AppInstanceUser</code>.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
125    "ListMeetingTags": "<p>Lists the tags applied to an Amazon Chime SDK meeting resource.</p>",
126    "ListMeetings": "<p> Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i> . </p>",
127    "ListPhoneNumberOrders": "<p>Lists the phone number orders for the administrator's Amazon Chime account.</p>",
128    "ListPhoneNumbers": "<p>Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.</p>",
129    "ListProxySessions": "<p>Lists the proxy sessions for the specified Amazon Chime Voice Connector.</p>",
130    "ListRoomMemberships": "<p>Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.</p>",
131    "ListRooms": "<p>Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.</p>",
132    "ListSipMediaApplications": "<p>Lists the SIP media applications under the administrator's AWS account.</p>",
133    "ListSipRules": "<p>Lists the SIP rules under the administrator's AWS account.</p>",
134    "ListTagsForResource": "<p>Lists the tags applied to an Amazon Chime SDK meeting resource.</p>",
135    "ListUsers": "<p>Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.</p>",
136    "ListVoiceConnectorGroups": "<p>Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.</p>",
137    "ListVoiceConnectorTerminationCredentials": "<p>Lists the SIP credentials for the specified Amazon Chime Voice Connector.</p>",
138    "ListVoiceConnectors": "<p>Lists the Amazon Chime Voice Connectors for the administrator's AWS account.</p>",
139    "LogoutUser": "<p>Logs out the specified user from all of the devices they are currently logged into.</p>",
140    "PutAppInstanceRetentionSettings": "<p>Sets the amount of time in days that a given <code>AppInstance</code> retains data.</p>",
141    "PutAppInstanceStreamingConfigurations": "<p>The data streaming configurations of an <code>AppInstance</code>.</p>",
142    "PutEventsConfiguration": "<p>Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see <a>Bot</a>.</p>",
143    "PutRetentionSettings": "<p> Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to monitor usage of this API for your account. For more information, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/cloudtrail.html\">Logging Amazon Chime API Calls with AWS CloudTrail</a> in the <i>Amazon Chime Administration Guide</i> . </p> <p> To turn off existing retention settings, remove the number of days from the corresponding <b>RetentionDays</b> field in the <b>RetentionSettings</b> object. For more information about retention settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/chat-retention.html\">Managing Chat Retention Policies</a> in the <i>Amazon Chime Administration Guide</i> . </p>",
144    "PutSipMediaApplicationLoggingConfiguration": "<p>Updates the logging configuration for the specified SIP media application.</p>",
145    "PutVoiceConnectorEmergencyCallingConfiguration": "<p>Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.</p>",
146    "PutVoiceConnectorLoggingConfiguration": "<p>Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>",
147    "PutVoiceConnectorOrigination": "<p>Adds origination settings for the specified Amazon Chime Voice Connector.</p> <note> <p>If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.</p> </note>",
148    "PutVoiceConnectorProxy": "<p>Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.</p>",
149    "PutVoiceConnectorStreamingConfiguration": "<p>Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Indonesians. It also sets the retention period, in hours, for the Amazon Kinesis data.</p>",
150    "PutVoiceConnectorTermination": "<p>Adds termination settings for the specified Amazon Chime Voice Connector.</p> <note> <p>If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.</p> </note>",
151    "PutVoiceConnectorTerminationCredentials": "<p>Adds termination SIP credentials for the specified Amazon Chime Voice Connector.</p>",
152    "RedactChannelMessage": "<p>Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
153    "RedactConversationMessage": "<p>Redacts the specified message from the specified Amazon Chime conversation.</p>",
154    "RedactRoomMessage": "<p>Redacts the specified message from the specified Amazon Chime channel.</p>",
155    "RegenerateSecurityToken": "<p>Regenerates the security token for a bot.</p>",
156    "ResetPersonalPIN": "<p>Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the <a>User</a> object with the updated personal meeting PIN.</p>",
157    "RestorePhoneNumber": "<p>Moves a phone number from the <b>Deletion queue</b> back into the phone number <b>Inventory</b>.</p>",
158    "SearchAvailablePhoneNumbers": "<p>Searches phone numbers that can be ordered.</p>",
159    "SendChannelMessage": "<p>Sends a message to a particular channel that the member is a part of.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> <p>Also, <code>STANDARD</code> messages can contain 4KB of data and the 1KB of metadata. <code>CONTROL</code> messages can contain 30 bytes of data and no metadata.</p> </note>",
160    "TagAttendee": "<p>Applies the specified tags to the specified Amazon Chime SDK attendee.</p>",
161    "TagMeeting": "<p>Applies the specified tags to the specified Amazon Chime SDK meeting.</p>",
162    "TagResource": "<p>Applies the specified tags to the specified Amazon Chime SDK meeting resource.</p>",
163    "UntagAttendee": "<p>Untags the specified tags from the specified Amazon Chime SDK attendee.</p>",
164    "UntagMeeting": "<p>Untags the specified tags from the specified Amazon Chime SDK meeting.</p>",
165    "UntagResource": "<p>Untags the specified tags from the specified Amazon Chime SDK meeting resource.</p>",
166    "UpdateAccount": "<p>Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.</p>",
167    "UpdateAccountSettings": "<p>Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>",
168    "UpdateAppInstance": "<p>Updates <code>AppInstance</code> metadata.</p>",
169    "UpdateAppInstanceUser": "<p>Updates the details of an <code>AppInstanceUser</code>. You can update names and metadata.</p>",
170    "UpdateBot": "<p>Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.</p>",
171    "UpdateChannel": "<p>Update a channel's attributes.</p> <p> <b>Restriction</b>: You can't change a channel's privacy. </p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
172    "UpdateChannelMessage": "<p>Updates the content of a message.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
173    "UpdateChannelReadMarker": "<p>The details of the time when a user last read messages in a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the <code>AppInstanceUserArn</code> of the user that makes the API call as the value in the header.</p> </note>",
174    "UpdateGlobalSettings": "<p>Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>",
175    "UpdatePhoneNumber": "<p>Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.</p> <p>For toll-free numbers, you must use the Amazon Chime Voice Connector product type.</p> <p>Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.</p>",
176    "UpdatePhoneNumberSettings": "<p>Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.</p>",
177    "UpdateProxySession": "<p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>",
178    "UpdateRoom": "<p>Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>",
179    "UpdateRoomMembership": "<p>Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account. The member role designates whether the member is a chat room administrator or a general chat room member. The member role can be updated only for user IDs.</p>",
180    "UpdateSipMediaApplication": "<p>Updates the details of the specified SIP media application.</p>",
181    "UpdateSipRule": "<p>Updates the details of the specified SIP rule.</p>",
182    "UpdateUser": "<p> Updates user details for a specified user ID. Currently, only <code>LicenseType</code> updates are supported for this action. </p>",
183    "UpdateUserSettings": "<p>Updates the settings for the specified user, such as phone number settings.</p>",
184    "UpdateVoiceConnector": "<p>Updates details for the specified Amazon Chime Voice Connector.</p>",
185    "UpdateVoiceConnectorGroup": "<p>Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.</p>"
186  },
187  "shapes": {
188    "AccessDeniedException": {
189      "base": "<p>You don't have permissions to perform the requested operation.</p>",
190      "refs": {
191      }
192    },
193    "Account": {
194      "base": "<p>The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.</p>",
195      "refs": {
196        "AccountList$member": null,
197        "CreateAccountResponse$Account": "<p>The Amazon Chime account details.</p>",
198        "GetAccountResponse$Account": "<p>The Amazon Chime account details.</p>",
199        "UpdateAccountResponse$Account": "<p>The updated Amazon Chime account details.</p>"
200      }
201    },
202    "AccountList": {
203      "base": null,
204      "refs": {
205        "ListAccountsResponse$Accounts": "<p>List of Amazon Chime accounts and account details.</p>"
206      }
207    },
208    "AccountName": {
209      "base": null,
210      "refs": {
211        "CreateAccountRequest$Name": "<p>The name of the Amazon Chime account.</p>",
212        "ListAccountsRequest$Name": "<p>Amazon Chime account name prefix with which to filter results.</p>",
213        "UpdateAccountRequest$Name": "<p>The new name for the specified Amazon Chime account.</p>"
214      }
215    },
216    "AccountSettings": {
217      "base": "<p>Settings related to the Amazon Chime account. This includes settings that start or stop remote control of shared screens, or start or stop the dial-out option in the Amazon Chime web application. For more information about these settings, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/policies.html\">Use the Policies Page</a> in the <i>Amazon Chime Administration Guide</i>.</p>",
218      "refs": {
219        "GetAccountSettingsResponse$AccountSettings": "<p>The Amazon Chime account settings.</p>",
220        "UpdateAccountSettingsRequest$AccountSettings": "<p>The Amazon Chime account settings to update.</p>"
221      }
222    },
223    "AccountType": {
224      "base": null,
225      "refs": {
226        "Account$AccountType": "<p>The Amazon Chime account type. For more information about different account types, see <a href=\"https://docs.aws.amazon.com/chime/latest/ag/manage-chime-account.html\">Managing Your Amazon Chime Accounts</a> in the <i>Amazon Chime Administration Guide</i>.</p>"
227      }
228    },
229    "AlexaForBusinessMetadata": {
230      "base": "<p>The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.</p>",
231      "refs": {
232        "UpdateUserRequest$AlexaForBusinessMetadata": "<p>The Alexa for Business metadata.</p>",
233        "UpdateUserRequestItem$AlexaForBusinessMetadata": "<p>The Alexa for Business metadata.</p>",
234        "User$AlexaForBusinessMetadata": "<p>The Alexa for Business metadata.</p>"
235      }
236    },
237    "Alpha2CountryCode": {
238      "base": null,
239      "refs": {
240        "DNISEmergencyCallingConfiguration$CallingCountry": "<p>The country from which emergency calls are allowed, in ISO 3166-1 alpha-2 format.</p>"
241      }
242    },
243    "AppInstance": {
244      "base": "<p>The details of an <code>AppInstance</code>, an instance of an Amazon Chime SDK messaging application.</p>",
245      "refs": {
246        "DescribeAppInstanceResponse$AppInstance": "<p>The ARN, metadata, created and last-updated timestamps, and the name of the <code>AppInstance</code>. All timestamps use epoch milliseconds.</p>"
247      }
248    },
249    "AppInstanceAdmin": {
250      "base": "<p>The details of an <code>AppInstanceAdmin</code>.</p>",
251      "refs": {
252        "DescribeAppInstanceAdminResponse$AppInstanceAdmin": "<p>The ARN and name of the <code>AppInstanceUser</code>, the ARN of the <code>AppInstance</code>, and the created and last-updated timestamps. All timestamps use epoch milliseconds.</p>"
253      }
254    },
255    "AppInstanceAdminList": {
256      "base": null,
257      "refs": {
258        "ListAppInstanceAdminsResponse$AppInstanceAdmins": "<p>The information for each administrator.</p>"
259      }
260    },
261    "AppInstanceAdminSummary": {
262      "base": "<p>Summary of the details of an <code>AppInstanceAdmin</code>.</p>",
263      "refs": {
264        "AppInstanceAdminList$member": null
265      }
266    },
267    "AppInstanceDataType": {
268      "base": null,
269      "refs": {
270        "AppInstanceStreamingConfiguration$AppInstanceDataType": "<p>The type of data to be streamed.</p>"
271      }
272    },
273    "AppInstanceList": {
274      "base": null,
275      "refs": {
276        "ListAppInstancesResponse$AppInstances": "<p>The information for each <code>AppInstance</code>.</p>"
277      }
278    },
279    "AppInstanceRetentionSettings": {
280      "base": "<p>The details of the data-retention settings for an <code>AppInstance</code>.</p>",
281      "refs": {
282        "GetAppInstanceRetentionSettingsResponse$AppInstanceRetentionSettings": "<p>The retention settings for the <code>AppInstance</code>.</p>",
283        "PutAppInstanceRetentionSettingsRequest$AppInstanceRetentionSettings": "<p>The time in days to retain data. Data type: number.</p>",
284        "PutAppInstanceRetentionSettingsResponse$AppInstanceRetentionSettings": "<p>The time in days to retain data. Data type: number.</p>"
285      }
286    },
287    "AppInstanceStreamingConfiguration": {
288      "base": "<p>The details of the streaming configuration of an <code>AppInstance</code>.</p>",
289      "refs": {
290        "AppInstanceStreamingConfigurationList$member": null
291      }
292    },
293    "AppInstanceStreamingConfigurationList": {
294      "base": null,
295      "refs": {
296        "GetAppInstanceStreamingConfigurationsResponse$AppInstanceStreamingConfigurations": "<p>The streaming settings.</p>",
297        "PutAppInstanceStreamingConfigurationsRequest$AppInstanceStreamingConfigurations": "<p>The streaming configurations set for an <code>AppInstance</code>.</p>",
298        "PutAppInstanceStreamingConfigurationsResponse$AppInstanceStreamingConfigurations": "<p>The streaming configurations of an <code>AppInstance</code>.</p>"
299      }
300    },
301    "AppInstanceSummary": {
302      "base": "<p>Summary of the data for an <code>AppInstance</code>.</p>",
303      "refs": {
304        "AppInstanceList$member": null
305      }
306    },
307    "AppInstanceUser": {
308      "base": "<p>The details of an <code>AppInstanceUser</code>.</p>",
309      "refs": {
310        "DescribeAppInstanceUserResponse$AppInstanceUser": "<p>The name of the <code>AppInstanceUser</code>.</p>"
311      }
312    },
313    "AppInstanceUserList": {
314      "base": null,
315      "refs": {
316        "ListAppInstanceUsersResponse$AppInstanceUsers": "<p>The information for each requested <code>AppInstanceUser</code>.</p>"
317      }
318    },
319    "AppInstanceUserMembershipSummary": {
320      "base": "<p>Summary of the membership details of an <code>AppInstanceUser</code>.</p>",
321      "refs": {
322        "ChannelMembershipForAppInstanceUserSummary$AppInstanceUserMembershipSummary": "<p>Returns the channel membership data for an <code>AppInstance</code>.</p>"
323      }
324    },
325    "AppInstanceUserSummary": {
326      "base": "<p>Summary of the details of an <code>AppInstanceUser</code>.</p>",
327      "refs": {
328        "AppInstanceUserList$member": null
329      }
330    },
331    "AreaCode": {
332      "base": null,
333      "refs": {
334        "GeoMatchParams$AreaCode": "<p>The area code.</p>"
335      }
336    },
337    "Arn": {
338      "base": null,
339      "refs": {
340        "AppInstanceStreamingConfiguration$ResourceArn": "<p>The resource ARN.</p>",
341        "ListTagsForResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
342        "MeetingNotificationConfiguration$SnsTopicArn": "<p>The SNS topic ARN.</p>",
343        "MeetingNotificationConfiguration$SqsQueueArn": "<p>The SQS queue ARN.</p>",
344        "TagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
345        "UntagResourceRequest$ResourceARN": "<p>The resource ARN.</p>"
346      }
347    },
348    "AssociatePhoneNumberWithUserRequest": {
349      "base": null,
350      "refs": {
351      }
352    },
353    "AssociatePhoneNumberWithUserResponse": {
354      "base": null,
355      "refs": {
356      }
357    },
358    "AssociatePhoneNumbersWithVoiceConnectorGroupRequest": {
359      "base": null,
360      "refs": {
361      }
362    },
363    "AssociatePhoneNumbersWithVoiceConnectorGroupResponse": {
364      "base": null,
365      "refs": {
366      }
367    },
368    "AssociatePhoneNumbersWithVoiceConnectorRequest": {
369      "base": null,
370      "refs": {
371      }
372    },
373    "AssociatePhoneNumbersWithVoiceConnectorResponse": {
374      "base": null,
375      "refs": {
376      }
377    },
378    "AssociateSigninDelegateGroupsWithAccountRequest": {
379      "base": null,
380      "refs": {
381      }
382    },
383    "AssociateSigninDelegateGroupsWithAccountResponse": {
384      "base": null,
385      "refs": {
386      }
387    },
388    "Attendee": {
389      "base": "<p> An Amazon Chime SDK meeting attendee. Includes a unique <code>AttendeeId</code> and <code>JoinToken</code> . The <code>JoinToken</code> allows a client to authenticate and join as the specified attendee. The <code>JoinToken</code> expires when the meeting ends or when <a>DeleteAttendee</a> is called. After that, the attendee is unable to join the meeting. </p> <p>We recommend securely transferring each <code>JoinToken</code> from your server application to the client so that no other client has access to the token except for the one authorized to represent the attendee.</p>",
390      "refs": {
391        "AttendeeList$member": null,
392        "CreateAttendeeResponse$Attendee": "<p>The attendee information, including attendee ID and join token.</p>",
393        "GetAttendeeResponse$Attendee": "<p>The Amazon Chime SDK attendee information.</p>"
394      }
395    },
396    "AttendeeList": {
397      "base": null,
398      "refs": {
399        "BatchCreateAttendeeResponse$Attendees": "<p>The attendee information, including attendees IDs and join tokens.</p>",
400        "CreateMeetingWithAttendeesResponse$Attendees": "<p>The attendee information, including attendees IDs and join tokens.</p>",
401        "ListAttendeesResponse$Attendees": "<p>The Amazon Chime SDK attendee information.</p>"
402      }
403    },
404    "AttendeeTagKeyList": {
405      "base": null,
406      "refs": {
407        "UntagAttendeeRequest$TagKeys": "<p>The tag keys.</p>"
408      }
409    },
410    "AttendeeTagList": {
411      "base": null,
412      "refs": {
413        "CreateAttendeeRequest$Tags": "<p>The tag key-value pairs.</p>",
414        "CreateAttendeeRequestItem$Tags": "<p>The tag key-value pairs.</p>",
415        "TagAttendeeRequest$Tags": "<p>The tag key-value pairs.</p>"
416      }
417    },
418    "BadRequestException": {
419      "base": "<p>The input parameters don't match the service's restrictions.</p>",
420      "refs": {
421      }
422    },
423    "BatchCreateAttendeeErrorList": {
424      "base": null,
425      "refs": {
426        "BatchCreateAttendeeResponse$Errors": "<p>If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.</p>",
427        "CreateMeetingWithAttendeesResponse$Errors": "<p>If the action fails for one or more of the attendees in the request, a list of the attendees is returned, along with error codes and error messages.</p>"
428      }
429    },
430    "BatchCreateAttendeeRequest": {
431      "base": null,
432      "refs": {
433      }
434    },
435    "BatchCreateAttendeeResponse": {
436      "base": null,
437      "refs": {
438      }
439    },
440    "BatchCreateRoomMembershipRequest": {
441      "base": null,
442      "refs": {
443      }
444    },
445    "BatchCreateRoomMembershipResponse": {
446      "base": null,
447      "refs": {
448      }
449    },
450    "BatchDeletePhoneNumberRequest": {
451      "base": null,
452      "refs": {
453      }
454    },
455    "BatchDeletePhoneNumberResponse": {
456      "base": null,
457      "refs": {
458      }
459    },
460    "BatchSuspendUserRequest": {
461      "base": null,
462      "refs": {
463      }
464    },
465    "BatchSuspendUserResponse": {
466      "base": null,
467      "refs": {
468      }
469    },
470    "BatchUnsuspendUserRequest": {
471      "base": null,
472      "refs": {
473      }
474    },
475    "BatchUnsuspendUserResponse": {
476      "base": null,
477      "refs": {
478      }
479    },
480    "BatchUpdatePhoneNumberRequest": {
481      "base": null,
482      "refs": {
483      }
484    },
485    "BatchUpdatePhoneNumberResponse": {
486      "base": null,
487      "refs": {
488      }
489    },
490    "BatchUpdateUserRequest": {
491      "base": null,
492      "refs": {
493      }
494    },
495    "BatchUpdateUserResponse": {
496      "base": null,
497      "refs": {
498      }
499    },
500    "Boolean": {
501      "base": null,
502      "refs": {
503        "AccountSettings$DisableRemoteControl": "<p>Setting that stops or starts remote control of shared screens during meetings.</p>",
504        "AccountSettings$EnableDialOut": "<p>Setting that allows meeting participants to choose the <b>Call me at a phone number</b> option. For more information, see <a href=\"https://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html\">Join a Meeting without the Amazon Chime App</a>.</p>",
505        "AlexaForBusinessMetadata$IsAlexaForBusinessEnabled": "<p>Starts or stops Alexa for Business.</p>",
506        "CreateVoiceConnectorRequest$RequireEncryption": "<p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>",
507        "LoggingConfiguration$EnableSIPLogs": "<p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>",
508        "Origination$Disabled": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.</p>",
509        "Proxy$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>",
510        "PutVoiceConnectorProxyRequest$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>",
511        "SipMediaApplicationLoggingConfiguration$EnableSipMediaApplicationMessageLogs": "<p>Enables application message logs for the SIP media application.</p>",
512        "SipRule$Disabled": "<p>Indicates whether the SIP rule is enabled or disabled. You must disable a rule before you can delete it.</p>",
513        "StreamingConfiguration$Disabled": "<p>When true, media streaming to Amazon Kinesis is turned off.</p>",
514        "TelephonySettings$InboundCalling": "<p>Allows or denies inbound calling.</p>",
515        "TelephonySettings$OutboundCalling": "<p>Allows or denies outbound calling.</p>",
516        "TelephonySettings$SMS": "<p>Allows or denies SMS messaging.</p>",
517        "Termination$Disabled": "<p>When termination settings are disabled, outbound calls can not be made.</p>",
518        "UpdateVoiceConnectorRequest$RequireEncryption": "<p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>",
519        "VoiceConnector$RequireEncryption": "<p>Designates whether encryption is required for the Amazon Chime Voice Connector.</p>"
520      }
521    },
522    "Bot": {
523      "base": "<p>A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.</p>",
524      "refs": {
525        "BotList$member": null,
526        "CreateBotResponse$Bot": "<p>The bot details.</p>",
527        "GetBotResponse$Bot": "<p>The chat bot details.</p>",
528        "RegenerateSecurityTokenResponse$Bot": null,
529        "UpdateBotResponse$Bot": "<p>The updated bot details.</p>"
530      }
531    },
532    "BotList": {
533      "base": null,
534      "refs": {
535        "ListBotsResponse$Bots": "<p>List of bots and bot details.</p>"
536      }
537    },
538    "BotType": {
539      "base": null,
540      "refs": {
541        "Bot$BotType": "<p>The bot type.</p>"
542      }
543    },
544    "BusinessCallingSettings": {
545      "base": "<p>The Amazon Chime Business Calling settings for the administrator's AWS account. Includes any Amazon S3 buckets designated for storing call detail records.</p>",
546      "refs": {
547        "GetGlobalSettingsResponse$BusinessCalling": "<p>The Amazon Chime Business Calling settings.</p>",
548        "UpdateGlobalSettingsRequest$BusinessCalling": "<p>The Amazon Chime Business Calling settings.</p>"
549      }
550    },
551    "CallingName": {
552      "base": null,
553      "refs": {
554        "GetPhoneNumberSettingsResponse$CallingName": "<p>The default outbound calling name for the account.</p>",
555        "PhoneNumber$CallingName": "<p>The outbound calling name associated with the phone number.</p>",
556        "UpdatePhoneNumberRequest$CallingName": "<p>The outbound calling name associated with the phone number.</p>",
557        "UpdatePhoneNumberRequestItem$CallingName": "<p>The outbound calling name to update.</p>",
558        "UpdatePhoneNumberSettingsRequest$CallingName": "<p>The default outbound calling name for the account.</p>"
559      }
560    },
561    "CallingNameStatus": {
562      "base": null,
563      "refs": {
564        "PhoneNumber$CallingNameStatus": "<p>The outbound calling name status.</p>"
565      }
566    },
567    "CallingRegion": {
568      "base": null,
569      "refs": {
570        "CallingRegionList$member": null
571      }
572    },
573    "CallingRegionList": {
574      "base": null,
575      "refs": {
576        "Termination$CallingRegions": "<p>The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.</p>"
577      }
578    },
579    "Capability": {
580      "base": null,
581      "refs": {
582        "CapabilityList$member": null
583      }
584    },
585    "CapabilityList": {
586      "base": null,
587      "refs": {
588        "CreateProxySessionRequest$Capabilities": "<p>The proxy session capabilities.</p>",
589        "ProxySession$Capabilities": "<p>The proxy session capabilities.</p>",
590        "UpdateProxySessionRequest$Capabilities": "<p>The proxy session capabilities.</p>"
591      }
592    },
593    "Channel": {
594      "base": "<p>The details of a channel.</p>",
595      "refs": {
596        "DescribeChannelResponse$Channel": "<p>The channel details.</p>"
597      }
598    },
599    "ChannelBan": {
600      "base": "<p>The details of a channel ban.</p>",
601      "refs": {
602        "DescribeChannelBanResponse$ChannelBan": "<p>The the details of the ban.</p>"
603      }
604    },
605    "ChannelBanSummary": {
606      "base": "<p>Summary of the details of a <code>ChannelBan</code>.</p>",
607      "refs": {
608        "ChannelBanSummaryList$member": null
609      }
610    },
611    "ChannelBanSummaryList": {
612      "base": null,
613      "refs": {
614        "ListChannelBansResponse$ChannelBans": "<p>The information for each requested ban.</p>"
615      }
616    },
617    "ChannelMembership": {
618      "base": "<p>The details of a channel member.</p>",
619      "refs": {
620        "DescribeChannelMembershipResponse$ChannelMembership": "<p>The details of the membership.</p>"
621      }
622    },
623    "ChannelMembershipForAppInstanceUserSummary": {
624      "base": "<p>Summary of the channel membership details of an <code>AppInstanceUser</code>.</p>",
625      "refs": {
626        "ChannelMembershipForAppInstanceUserSummaryList$member": null,
627        "DescribeChannelMembershipForAppInstanceUserResponse$ChannelMembership": "<p>The channel to which a user belongs.</p>"
628      }
629    },
630    "ChannelMembershipForAppInstanceUserSummaryList": {
631      "base": null,
632      "refs": {
633        "ListChannelMembershipsForAppInstanceUserResponse$ChannelMemberships": "<p>The token passed by previous API calls until all requested users are returned.</p>"
634      }
635    },
636    "ChannelMembershipSummary": {
637      "base": "<p>Summary of the details of a <code>ChannelMembership</code>.</p>",
638      "refs": {
639        "ChannelMembershipSummaryList$member": null
640      }
641    },
642    "ChannelMembershipSummaryList": {
643      "base": null,
644      "refs": {
645        "ListChannelMembershipsResponse$ChannelMemberships": "<p>The information for the requested channel memberships.</p>"
646      }
647    },
648    "ChannelMembershipType": {
649      "base": null,
650      "refs": {
651        "AppInstanceUserMembershipSummary$Type": "<p>The type of <code>ChannelMembership</code>.</p>",
652        "ChannelMembership$Type": "<p>The membership type set for the channel member.</p>",
653        "CreateChannelMembershipRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned. This is only supported by moderators.</p>",
654        "ListChannelMembershipsRequest$Type": "<p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default members are always returned as part of <code>ListChannelMemberships</code>. Hidden members are only returned if the type filter in <code>ListChannelMemberships</code> equals <code>HIDDEN</code>. Otherwise hidden members are not returned.</p>"
655      }
656    },
657    "ChannelMessage": {
658      "base": "<p>The details of a message in a channel.</p>",
659      "refs": {
660        "GetChannelMessageResponse$ChannelMessage": "<p>The details of and content in the message.</p>"
661      }
662    },
663    "ChannelMessagePersistenceType": {
664      "base": null,
665      "refs": {
666        "ChannelMessage$Persistence": "<p>The persistence setting for a channel message.</p>",
667        "SendChannelMessageRequest$Persistence": "<p>Boolean that controls whether the message is persisted on the back end. Required.</p>"
668      }
669    },
670    "ChannelMessageSummary": {
671      "base": "<p>Summary of the messages in a <code>Channel</code>.</p>",
672      "refs": {
673        "ChannelMessageSummaryList$member": null
674      }
675    },
676    "ChannelMessageSummaryList": {
677      "base": null,
678      "refs": {
679        "ListChannelMessagesResponse$ChannelMessages": "<p>The information about, and content of, each requested message.</p>"
680      }
681    },
682    "ChannelMessageType": {
683      "base": null,
684      "refs": {
685        "ChannelMessage$Type": "<p>The message type.</p>",
686        "ChannelMessageSummary$Type": "<p>The type of message.</p>",
687        "SendChannelMessageRequest$Type": "<p>The type of message, <code>STANDARD</code> or <code>CONTROL</code>.</p>"
688      }
689    },
690    "ChannelMode": {
691      "base": null,
692      "refs": {
693        "Channel$Mode": "<p>The mode of the channel.</p>",
694        "ChannelSummary$Mode": "<p>The mode of the channel.</p>",
695        "CreateChannelRequest$Mode": "<p>The channel mode: <code>UNRESTRICTED</code> or <code>RESTRICTED</code>. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.</p>",
696        "UpdateChannelRequest$Mode": "<p>The mode of the update request.</p>"
697      }
698    },
699    "ChannelModeratedByAppInstanceUserSummary": {
700      "base": "<p>Summary of the details of a moderated channel.</p>",
701      "refs": {
702        "ChannelModeratedByAppInstanceUserSummaryList$member": null,
703        "DescribeChannelModeratedByAppInstanceUserResponse$Channel": "<p>The moderated channel.</p>"
704      }
705    },
706    "ChannelModeratedByAppInstanceUserSummaryList": {
707      "base": null,
708      "refs": {
709        "ListChannelsModeratedByAppInstanceUserResponse$Channels": "<p>The moderated channels in the request.</p>"
710      }
711    },
712    "ChannelModerator": {
713      "base": "<p>The details of a channel moderator.</p>",
714      "refs": {
715        "DescribeChannelModeratorResponse$ChannelModerator": "<p>The details of the channel moderator.</p>"
716      }
717    },
718    "ChannelModeratorSummary": {
719      "base": "<p>Summary of the details of a <code>ChannelModerator</code>.</p>",
720      "refs": {
721        "ChannelModeratorSummaryList$member": null
722      }
723    },
724    "ChannelModeratorSummaryList": {
725      "base": null,
726      "refs": {
727        "ListChannelModeratorsResponse$ChannelModerators": "<p>The information about and names of each moderator.</p>"
728      }
729    },
730    "ChannelPrivacy": {
731      "base": null,
732      "refs": {
733        "Channel$Privacy": "<p>The channel's privacy setting.</p>",
734        "ChannelSummary$Privacy": "<p>The privacy setting of the channel.</p>",
735        "CreateChannelRequest$Privacy": "<p>The channel's privacy level: <code>PUBLIC</code> or <code>PRIVATE</code>. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the <code>AppInstance</code>.</p>",
736        "ListChannelsRequest$Privacy": "<p> The privacy setting. <code>PUBLIC</code> retrieves all the public channels. <code>PRIVATE</code> retrieves private channels. Only an <code>AppInstanceAdmin</code> can retrieve private channels. </p>"
737      }
738    },
739    "ChannelRetentionSettings": {
740      "base": "<p>The details of the retention settings for a channel.</p>",
741      "refs": {
742        "AppInstanceRetentionSettings$ChannelRetentionSettings": "<p>The length of time in days to retain the messages in a channel.</p>"
743      }
744    },
745    "ChannelSummary": {
746      "base": "<p>Summary of the details of a <code>Channel</code>.</p>",
747      "refs": {
748        "ChannelMembershipForAppInstanceUserSummary$ChannelSummary": null,
749        "ChannelModeratedByAppInstanceUserSummary$ChannelSummary": null,
750        "ChannelSummaryList$member": null
751      }
752    },
753    "ChannelSummaryList": {
754      "base": null,
755      "refs": {
756        "ListChannelsResponse$Channels": "<p>The information about each channel.</p>"
757      }
758    },
759    "ChimeArn": {
760      "base": null,
761      "refs": {
762        "AppInstance$AppInstanceArn": "<p>The ARN of the messaging instance.</p>",
763        "AppInstanceAdmin$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code> for which the user is an administrator.</p>",
764        "AppInstanceSummary$AppInstanceArn": "<p>The <code>AppInstance</code> ARN.</p>",
765        "AppInstanceUser$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
766        "AppInstanceUserSummary$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
767        "Channel$ChannelArn": "<p>The ARN of the channel.</p>",
768        "ChannelBan$ChannelArn": "<p>The ARN of the channel from which a member is being banned.</p>",
769        "ChannelMembership$ChannelArn": "<p>The ARN of the member's channel.</p>",
770        "ChannelMessage$ChannelArn": "<p>The ARN of the channel.</p>",
771        "ChannelModerator$ChannelArn": "<p>The ARN of the moderator's channel.</p>",
772        "ChannelSummary$ChannelArn": "<p>The ARN of the channel.</p>",
773        "CreateAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the administrator of the current <code>AppInstance</code>.</p>",
774        "CreateAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
775        "CreateAppInstanceAdminResponse$AppInstanceArn": "<p>The ARN of the of the admin for the <code>AppInstance</code>.</p>",
776        "CreateAppInstanceResponse$AppInstanceArn": "<p>The Amazon Resource Number (ARN) of the <code>AppInstance</code>.</p>",
777        "CreateAppInstanceUserRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code> request.</p>",
778        "CreateAppInstanceUserResponse$AppInstanceUserArn": "<p>The user's ARN.</p>",
779        "CreateChannelBanRequest$ChannelArn": "<p>The ARN of the ban request.</p>",
780        "CreateChannelBanRequest$MemberArn": "<p>The ARN of the member being banned.</p>",
781        "CreateChannelBanRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
782        "CreateChannelBanResponse$ChannelArn": "<p>The ARN of the response to the ban request.</p>",
783        "CreateChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel to which you're adding users.</p>",
784        "CreateChannelMembershipRequest$MemberArn": "<p>The ARN of the member you want to add to the channel.</p>",
785        "CreateChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
786        "CreateChannelMembershipResponse$ChannelArn": "<p>The ARN of the channel.</p>",
787        "CreateChannelModeratorRequest$ChannelArn": "<p>The ARN of the channel.</p>",
788        "CreateChannelModeratorRequest$ChannelModeratorArn": "<p>The ARN of the moderator.</p>",
789        "CreateChannelModeratorRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
790        "CreateChannelModeratorResponse$ChannelArn": "<p>The ARN of the channel.</p>",
791        "CreateChannelRequest$AppInstanceArn": "<p>The ARN of the channel request.</p>",
792        "CreateChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
793        "CreateChannelResponse$ChannelArn": "<p>The ARN of the channel.</p>",
794        "DeleteAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the <code>AppInstance</code>'s administrator.</p>",
795        "DeleteAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
796        "DeleteAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
797        "DeleteAppInstanceStreamingConfigurationsRequest$AppInstanceArn": "<p>The ARN of the streaming configurations being deleted.</p>",
798        "DeleteAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user request being deleted.</p>",
799        "DeleteChannelBanRequest$ChannelArn": "<p>The ARN of the channel from which the <code>AppInstanceUser</code> was banned.</p>",
800        "DeleteChannelBanRequest$MemberArn": "<p>The ARN of the <code>AppInstanceUser</code> that you want to reinstate.</p>",
801        "DeleteChannelBanRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
802        "DeleteChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel from which you want to remove the user.</p>",
803        "DeleteChannelMembershipRequest$MemberArn": "<p>The ARN of the member that you're removing from the channel.</p>",
804        "DeleteChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
805        "DeleteChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
806        "DeleteChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
807        "DeleteChannelModeratorRequest$ChannelArn": "<p>The ARN of the channel.</p>",
808        "DeleteChannelModeratorRequest$ChannelModeratorArn": "<p>The ARN of the moderator being deleted.</p>",
809        "DeleteChannelModeratorRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
810        "DeleteChannelRequest$ChannelArn": "<p>The ARN of the channel being deleted.</p>",
811        "DeleteChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
812        "DescribeAppInstanceAdminRequest$AppInstanceAdminArn": "<p>The ARN of the <code>AppInstanceAdmin</code>.</p>",
813        "DescribeAppInstanceAdminRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
814        "DescribeAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
815        "DescribeAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
816        "DescribeChannelBanRequest$ChannelArn": "<p>The ARN of the channel from which the user is banned.</p>",
817        "DescribeChannelBanRequest$MemberArn": "<p>The ARN of the member being banned.</p>",
818        "DescribeChannelBanRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
819        "DescribeChannelMembershipForAppInstanceUserRequest$ChannelArn": "<p>The ARN of the channel to which the user belongs.</p>",
820        "DescribeChannelMembershipForAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user in a channel.</p>",
821        "DescribeChannelMembershipForAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
822        "DescribeChannelMembershipRequest$ChannelArn": "<p>The ARN of the channel.</p>",
823        "DescribeChannelMembershipRequest$MemberArn": "<p>The ARN of the member.</p>",
824        "DescribeChannelMembershipRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
825        "DescribeChannelModeratedByAppInstanceUserRequest$ChannelArn": "<p>The ARN of the moderated channel.</p>",
826        "DescribeChannelModeratedByAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code> in the moderated channel.</p>",
827        "DescribeChannelModeratedByAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
828        "DescribeChannelModeratorRequest$ChannelArn": "<p>The ARN of the channel.</p>",
829        "DescribeChannelModeratorRequest$ChannelModeratorArn": "<p>The ARN of the channel moderator.</p>",
830        "DescribeChannelModeratorRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
831        "DescribeChannelRequest$ChannelArn": "<p>The ARN of the channel.</p>",
832        "DescribeChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
833        "GetAppInstanceRetentionSettingsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
834        "GetAppInstanceStreamingConfigurationsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
835        "GetChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
836        "GetChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
837        "Identity$Arn": "<p>The ARN in an Identity.</p>",
838        "ListAppInstanceAdminsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
839        "ListAppInstanceAdminsResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
840        "ListAppInstanceUsersRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
841        "ListAppInstanceUsersResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
842        "ListChannelBansRequest$ChannelArn": "<p>The ARN of the channel.</p>",
843        "ListChannelBansRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
844        "ListChannelBansResponse$ChannelArn": "<p>The ARN of the channel.</p>",
845        "ListChannelMembershipsForAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>s</p>",
846        "ListChannelMembershipsForAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
847        "ListChannelMembershipsRequest$ChannelArn": "<p>The maximum number of channel memberships that you want returned.</p>",
848        "ListChannelMembershipsRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
849        "ListChannelMembershipsResponse$ChannelArn": "<p>The ARN of the channel.</p>",
850        "ListChannelMessagesRequest$ChannelArn": "<p>The ARN of the channel.</p>",
851        "ListChannelMessagesRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
852        "ListChannelMessagesResponse$ChannelArn": "<p>The ARN of the channel containing the requested messages.</p>",
853        "ListChannelModeratorsRequest$ChannelArn": "<p>The ARN of the channel.</p>",
854        "ListChannelModeratorsRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
855        "ListChannelModeratorsResponse$ChannelArn": "<p>The ARN of the channel.</p>",
856        "ListChannelsModeratedByAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the user in the moderated channel.</p>",
857        "ListChannelsModeratedByAppInstanceUserRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
858        "ListChannelsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
859        "ListChannelsRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
860        "PutAppInstanceRetentionSettingsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
861        "PutAppInstanceStreamingConfigurationsRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
862        "RedactChannelMessageRequest$ChannelArn": "<p>The ARN of the channel containing the messages that you want to redact.</p>",
863        "RedactChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
864        "RedactChannelMessageResponse$ChannelArn": "<p>The ARN of the channel containing the messages that you want to redact.</p>",
865        "SendChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
866        "SendChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
867        "SendChannelMessageResponse$ChannelArn": "<p>The ARN of the channel.</p>",
868        "UpdateAppInstanceRequest$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
869        "UpdateAppInstanceResponse$AppInstanceArn": "<p>The ARN of the <code>AppInstance</code>.</p>",
870        "UpdateAppInstanceUserRequest$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
871        "UpdateAppInstanceUserResponse$AppInstanceUserArn": "<p>The ARN of the <code>AppInstanceUser</code>.</p>",
872        "UpdateChannelMessageRequest$ChannelArn": "<p>The ARN of the channel.</p>",
873        "UpdateChannelMessageRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
874        "UpdateChannelMessageResponse$ChannelArn": "<p>The ARN of the channel.</p>",
875        "UpdateChannelReadMarkerRequest$ChannelArn": "<p>The ARN of the channel.</p>",
876        "UpdateChannelReadMarkerRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
877        "UpdateChannelReadMarkerResponse$ChannelArn": "<p>The ARN of the channel.</p>",
878        "UpdateChannelRequest$ChannelArn": "<p>The ARN of the channel.</p>",
879        "UpdateChannelRequest$ChimeBearer": "<p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>",
880        "UpdateChannelResponse$ChannelArn": "<p>The ARN of the channel.</p>"
881      }
882    },
883    "ClientRequestToken": {
884      "base": null,
885      "refs": {
886        "CreateAppInstanceRequest$ClientRequestToken": "<p>The <code>ClientRequestToken</code> of the <code>AppInstance</code>.</p>",
887        "CreateAppInstanceUserRequest$ClientRequestToken": "<p>The token assigned to the user requesting an <code>AppInstance</code>.</p>",
888        "CreateChannelRequest$ClientRequestToken": "<p>The client token for the request. An <code>Idempotency</code> token.</p>",
889        "CreateMeetingRequest$ClientRequestToken": "<p>The unique identifier for the client request. Use a different token for different meetings.</p>",
890        "CreateMeetingWithAttendeesRequest$ClientRequestToken": "<p>The unique identifier for the client request. Use a different token for different meetings.</p>",
891        "CreateRoomRequest$ClientRequestToken": "<p>The idempotency token for the request.</p>",
892        "SendChannelMessageRequest$ClientRequestToken": "<p>The <code>Idempotency</code> token for each client request.</p>"
893      }
894    },
895    "ConflictException": {
896      "base": "<p>The request could not be processed because of conflict in the current state of the resource.</p>",
897      "refs": {
898      }
899    },
900    "Content": {
901      "base": null,
902      "refs": {
903        "ChannelMessage$Content": "<p>The message content.</p>",
904        "ChannelMessageSummary$Content": "<p>The content of the message.</p>",
905        "UpdateChannelMessageRequest$Content": "<p>The content of the message being updated.</p>"
906      }
907    },
908    "ConversationRetentionSettings": {
909      "base": "<p>The retention settings that determine how long to retain conversation messages for an Amazon Chime Enterprise account.</p>",
910      "refs": {
911        "RetentionSettings$ConversationRetentionSettings": "<p>The chat conversation retention settings.</p>"
912      }
913    },
914    "Country": {
915      "base": null,
916      "refs": {
917        "CountryList$member": null,
918        "GeoMatchParams$Country": "<p>The country.</p>"
919      }
920    },
921    "CountryList": {
922      "base": null,
923      "refs": {
924        "PutVoiceConnectorProxyRequest$PhoneNumberPoolCountries": "<p>The countries for proxy phone numbers to be selected from.</p>"
925      }
926    },
927    "CpsLimit": {
928      "base": null,
929      "refs": {
930        "Termination$CpsLimit": "<p>The limit on calls per second. Max value based on account service quota. Default value of 1.</p>"
931      }
932    },
933    "CreateAccountRequest": {
934      "base": null,
935      "refs": {
936      }
937    },
938    "CreateAccountResponse": {
939      "base": null,
940      "refs": {
941      }
942    },
943    "CreateAppInstanceAdminRequest": {
944      "base": null,
945      "refs": {
946      }
947    },
948    "CreateAppInstanceAdminResponse": {
949      "base": null,
950      "refs": {
951      }
952    },
953    "CreateAppInstanceRequest": {
954      "base": null,
955      "refs": {
956      }
957    },
958    "CreateAppInstanceResponse": {
959      "base": null,
960      "refs": {
961      }
962    },
963    "CreateAppInstanceUserRequest": {
964      "base": null,
965      "refs": {
966      }
967    },
968    "CreateAppInstanceUserResponse": {
969      "base": null,
970      "refs": {
971      }
972    },
973    "CreateAttendeeError": {
974      "base": "<p>The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.</p>",
975      "refs": {
976        "BatchCreateAttendeeErrorList$member": null
977      }
978    },
979    "CreateAttendeeRequest": {
980      "base": null,
981      "refs": {
982      }
983    },
984    "CreateAttendeeRequestItem": {
985      "base": "<p>The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.</p>",
986      "refs": {
987        "CreateAttendeeRequestItemList$member": null,
988        "CreateMeetingWithAttendeesRequestItemList$member": null
989      }
990    },
991    "CreateAttendeeRequestItemList": {
992      "base": null,
993      "refs": {
994        "BatchCreateAttendeeRequest$Attendees": "<p>The request containing the attendees to create.</p>"
995      }
996    },
997    "CreateAttendeeResponse": {
998      "base": null,
999      "refs": {
1000      }
1001    },
1002    "CreateBotRequest": {
1003      "base": null,
1004      "refs": {
1005      }
1006    },
1007    "CreateBotResponse": {
1008      "base": null,
1009      "refs": {
1010      }
1011    },
1012    "CreateChannelBanRequest": {
1013      "base": null,
1014      "refs": {
1015      }
1016    },
1017    "CreateChannelBanResponse": {
1018      "base": null,
1019      "refs": {
1020      }
1021    },
1022    "CreateChannelMembershipRequest": {
1023      "base": null,
1024      "refs": {
1025      }
1026    },
1027    "CreateChannelMembershipResponse": {
1028      "base": null,
1029      "refs": {
1030      }
1031    },
1032    "CreateChannelModeratorRequest": {
1033      "base": null,
1034      "refs": {
1035      }
1036    },
1037    "CreateChannelModeratorResponse": {
1038      "base": null,
1039      "refs": {
1040      }
1041    },
1042    "CreateChannelRequest": {
1043      "base": null,
1044      "refs": {
1045      }
1046    },
1047    "CreateChannelResponse": {
1048      "base": null,
1049      "refs": {
1050      }
1051    },
1052    "CreateMeetingDialOutRequest": {
1053      "base": null,
1054      "refs": {
1055      }
1056    },
1057    "CreateMeetingDialOutResponse": {
1058      "base": null,
1059      "refs": {
1060      }
1061    },
1062    "CreateMeetingRequest": {
1063      "base": null,
1064      "refs": {
1065      }
1066    },
1067    "CreateMeetingResponse": {
1068      "base": null,
1069      "refs": {
1070      }
1071    },
1072    "CreateMeetingWithAttendeesRequest": {
1073      "base": null,
1074      "refs": {
1075      }
1076    },
1077    "CreateMeetingWithAttendeesRequestItemList": {
1078      "base": null,
1079      "refs": {
1080        "CreateMeetingWithAttendeesRequest$Attendees": "<p>The request containing the attendees to create.</p>"
1081      }
1082    },
1083    "CreateMeetingWithAttendeesResponse": {
1084      "base": null,
1085      "refs": {
1086      }
1087    },
1088    "CreatePhoneNumberOrderRequest": {
1089      "base": null,
1090      "refs": {
1091      }
1092    },
1093    "CreatePhoneNumberOrderResponse": {
1094      "base": null,
1095      "refs": {
1096      }
1097    },
1098    "CreateProxySessionRequest": {
1099      "base": null,
1100      "refs": {
1101      }
1102    },
1103    "CreateProxySessionResponse": {
1104      "base": null,
1105      "refs": {
1106      }
1107    },
1108    "CreateRoomMembershipRequest": {
1109      "base": null,
1110      "refs": {
1111      }
1112    },
1113    "CreateRoomMembershipResponse": {
1114      "base": null,
1115      "refs": {
1116      }
1117    },
1118    "CreateRoomRequest": {
1119      "base": null,
1120      "refs": {
1121      }
1122    },
1123    "CreateRoomResponse": {
1124      "base": null,
1125      "refs": {
1126      }
1127    },
1128    "CreateSipMediaApplicationCallRequest": {
1129      "base": null,
1130      "refs": {
1131      }
1132    },
1133    "CreateSipMediaApplicationCallResponse": {
1134      "base": null,
1135      "refs": {
1136      }
1137    },
1138    "CreateSipMediaApplicationRequest": {
1139      "base": null,
1140      "refs": {
1141      }
1142    },
1143    "CreateSipMediaApplicationResponse": {
1144      "base": null,
1145      "refs": {
1146      }
1147    },
1148    "CreateSipRuleRequest": {
1149      "base": null,
1150      "refs": {
1151      }
1152    },
1153    "CreateSipRuleResponse": {
1154      "base": null,
1155      "refs": {
1156      }
1157    },
1158    "CreateUserRequest": {
1159      "base": null,
1160      "refs": {
1161      }
1162    },
1163    "CreateUserResponse": {
1164      "base": null,
1165      "refs": {
1166      }
1167    },
1168    "CreateVoiceConnectorGroupRequest": {
1169      "base": null,
1170      "refs": {
1171      }
1172    },
1173    "CreateVoiceConnectorGroupResponse": {
1174      "base": null,
1175      "refs": {
1176      }
1177    },
1178    "CreateVoiceConnectorRequest": {
1179      "base": null,
1180      "refs": {
1181      }
1182    },
1183    "CreateVoiceConnectorResponse": {
1184      "base": null,
1185      "refs": {
1186      }
1187    },
1188    "Credential": {
1189      "base": "<p>The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.</p>",
1190      "refs": {
1191        "CredentialList$member": null
1192      }
1193    },
1194    "CredentialList": {
1195      "base": null,
1196      "refs": {
1197        "PutVoiceConnectorTerminationCredentialsRequest$Credentials": "<p>The termination SIP credentials.</p>"
1198      }
1199    },
1200    "DNISEmergencyCallingConfiguration": {
1201      "base": "<p>The Dialed Number Identification Service (DNIS) emergency calling configuration details associated with an Amazon Chime Voice Connector's emergency calling configuration.</p>",
1202      "refs": {
1203        "DNISEmergencyCallingConfigurationList$member": null
1204      }
1205    },
1206    "DNISEmergencyCallingConfigurationList": {
1207      "base": null,
1208      "refs": {
1209        "EmergencyCallingConfiguration$DNIS": "<p>The Dialed Number Identification Service (DNIS) emergency calling configuration details.</p>"
1210      }
1211    },
1212    "DataRetentionInHours": {
1213      "base": null,
1214      "refs": {
1215        "StreamingConfiguration$DataRetentionInHours": "<p>The retention period, in hours, for the Amazon Kinesis data.</p>"
1216      }
1217    },
1218    "DeleteAccountRequest": {
1219      "base": null,
1220      "refs": {
1221      }
1222    },
1223    "DeleteAccountResponse": {
1224      "base": null,
1225      "refs": {
1226      }
1227    },
1228    "DeleteAppInstanceAdminRequest": {
1229      "base": null,
1230      "refs": {
1231      }
1232    },
1233    "DeleteAppInstanceRequest": {
1234      "base": null,
1235      "refs": {
1236      }
1237    },
1238    "DeleteAppInstanceStreamingConfigurationsRequest": {
1239      "base": null,
1240      "refs": {
1241      }
1242    },
1243    "DeleteAppInstanceUserRequest": {
1244      "base": null,
1245      "refs": {
1246      }
1247    },
1248    "DeleteAttendeeRequest": {
1249      "base": null,
1250      "refs": {
1251      }
1252    },
1253    "DeleteChannelBanRequest": {
1254      "base": null,
1255      "refs": {
1256      }
1257    },
1258    "DeleteChannelMembershipRequest": {
1259      "base": null,
1260      "refs": {
1261      }
1262    },
1263    "DeleteChannelMessageRequest": {
1264      "base": null,
1265      "refs": {
1266      }
1267    },
1268    "DeleteChannelModeratorRequest": {
1269      "base": null,
1270      "refs": {
1271      }
1272    },
1273    "DeleteChannelRequest": {
1274      "base": null,
1275      "refs": {
1276      }
1277    },
1278    "DeleteEventsConfigurationRequest": {
1279      "base": null,
1280      "refs": {
1281      }
1282    },
1283    "DeleteMeetingRequest": {
1284      "base": null,
1285      "refs": {
1286      }
1287    },
1288    "DeletePhoneNumberRequest": {
1289      "base": null,
1290      "refs": {
1291      }
1292    },
1293    "DeleteProxySessionRequest": {
1294      "base": null,
1295      "refs": {
1296      }
1297    },
1298    "DeleteRoomMembershipRequest": {
1299      "base": null,
1300      "refs": {
1301      }
1302    },
1303    "DeleteRoomRequest": {
1304      "base": null,
1305      "refs": {
1306      }
1307    },
1308    "DeleteSipMediaApplicationRequest": {
1309      "base": null,
1310      "refs": {
1311      }
1312    },
1313    "DeleteSipRuleRequest": {
1314      "base": null,
1315      "refs": {
1316      }
1317    },
1318    "DeleteVoiceConnectorEmergencyCallingConfigurationRequest": {
1319      "base": null,
1320      "refs": {
1321      }
1322    },
1323    "DeleteVoiceConnectorGroupRequest": {
1324      "base": null,
1325      "refs": {
1326      }
1327    },
1328    "DeleteVoiceConnectorOriginationRequest": {
1329      "base": null,
1330      "refs": {
1331      }
1332    },
1333    "DeleteVoiceConnectorProxyRequest": {
1334      "base": null,
1335      "refs": {
1336      }
1337    },
1338    "DeleteVoiceConnectorRequest": {
1339      "base": null,
1340      "refs": {
1341      }
1342    },
1343    "DeleteVoiceConnectorStreamingConfigurationRequest": {
1344      "base": null,
1345      "refs": {
1346      }
1347    },
1348    "DeleteVoiceConnectorTerminationCredentialsRequest": {
1349      "base": null,
1350      "refs": {
1351      }
1352    },
1353    "DeleteVoiceConnectorTerminationRequest": {
1354      "base": null,
1355      "refs": {
1356      }
1357    },
1358    "DescribeAppInstanceAdminRequest": {
1359      "base": null,
1360      "refs": {
1361      }
1362    },
1363    "DescribeAppInstanceAdminResponse": {
1364      "base": null,
1365      "refs": {
1366      }
1367    },
1368    "DescribeAppInstanceRequest": {
1369      "base": null,
1370      "refs": {
1371      }
1372    },
1373    "DescribeAppInstanceResponse": {
1374      "base": null,
1375      "refs": {
1376      }
1377    },
1378    "DescribeAppInstanceUserRequest": {
1379      "base": null,
1380      "refs": {
1381      }
1382    },
1383    "DescribeAppInstanceUserResponse": {
1384      "base": null,
1385      "refs": {
1386      }
1387    },
1388    "DescribeChannelBanRequest": {
1389      "base": null,
1390      "refs": {
1391      }
1392    },
1393    "DescribeChannelBanResponse": {
1394      "base": null,
1395      "refs": {
1396      }
1397    },
1398    "DescribeChannelMembershipForAppInstanceUserRequest": {
1399      "base": null,
1400      "refs": {
1401      }
1402    },
1403    "DescribeChannelMembershipForAppInstanceUserResponse": {
1404      "base": null,
1405      "refs": {
1406      }
1407    },
1408    "DescribeChannelMembershipRequest": {
1409      "base": null,
1410      "refs": {
1411      }
1412    },
1413    "DescribeChannelMembershipResponse": {
1414      "base": null,
1415      "refs": {
1416      }
1417    },
1418    "DescribeChannelModeratedByAppInstanceUserRequest": {
1419      "base": null,
1420      "refs": {
1421      }
1422    },
1423    "DescribeChannelModeratedByAppInstanceUserResponse": {
1424      "base": null,
1425      "refs": {
1426      }
1427    },
1428    "DescribeChannelModeratorRequest": {
1429      "base": null,
1430      "refs": {
1431      }
1432    },
1433    "DescribeChannelModeratorResponse": {
1434      "base": null,
1435      "refs": {
1436      }
1437    },
1438    "DescribeChannelRequest": {
1439      "base": null,
1440      "refs": {
1441      }
1442    },
1443    "DescribeChannelResponse": {
1444      "base": null,
1445      "refs": {
1446      }
1447    },
1448    "DisassociatePhoneNumberFromUserRequest": {
1449      "base": null,
1450      "refs": {
1451      }
1452    },
1453    "DisassociatePhoneNumberFromUserResponse": {
1454      "base": null,
1455      "refs": {
1456      }
1457    },
1458    "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest": {
1459      "base": null,
1460      "refs": {
1461      }
1462    },
1463    "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse": {
1464      "base": null,
1465      "refs": {
1466      }
1467    },
1468    "DisassociatePhoneNumbersFromVoiceConnectorRequest": {
1469      "base": null,
1470      "refs": {
1471      }
1472    },
1473    "DisassociatePhoneNumbersFromVoiceConnectorResponse": {
1474      "base": null,
1475      "refs": {
1476      }
1477    },
1478    "DisassociateSigninDelegateGroupsFromAccountRequest": {
1479      "base": null,
1480      "refs": {
1481      }
1482    },
1483    "DisassociateSigninDelegateGroupsFromAccountResponse": {
1484      "base": null,
1485      "refs": {
1486      }
1487    },
1488    "E164PhoneNumber": {
1489      "base": null,
1490      "refs": {
1491        "AssociatePhoneNumberWithUserRequest$E164PhoneNumber": "<p>The phone number, in E.164 format.</p>",
1492        "CreateMeetingDialOutRequest$FromPhoneNumber": "<p>Phone number used as the caller ID when the remote party receives a call.</p>",
1493        "CreateMeetingDialOutRequest$ToPhoneNumber": "<p>Phone number called when inviting someone to a meeting.</p>",
1494        "CreateSipMediaApplicationCallRequest$FromPhoneNumber": "<p>The phone number that a user calls from.</p>",
1495        "CreateSipMediaApplicationCallRequest$ToPhoneNumber": "<p>The phone number that the user dials in order to connect to a meeting.</p>",
1496        "DNISEmergencyCallingConfiguration$EmergencyPhoneNumber": "<p>The DNIS phone number to route emergency calls to, in E.164 format.</p>",
1497        "DNISEmergencyCallingConfiguration$TestPhoneNumber": "<p>The DNIS phone number to route test emergency calls to, in E.164 format.</p>",
1498        "E164PhoneNumberList$member": null,
1499        "OrderedPhoneNumber$E164PhoneNumber": "<p>The phone number, in E.164 format.</p>",
1500        "Participant$PhoneNumber": "<p>The participant's phone number.</p>",
1501        "Participant$ProxyPhoneNumber": "<p>The participant's proxy phone number.</p>",
1502        "ParticipantPhoneNumberList$member": null,
1503        "PhoneNumber$E164PhoneNumber": "<p>The phone number, in E.164 format.</p>",
1504        "Proxy$FallBackPhoneNumber": "<p>The phone number to route calls to after a proxy session expires.</p>",
1505        "PutVoiceConnectorProxyRequest$FallBackPhoneNumber": "<p>The phone number to route calls to after a proxy session expires.</p>",
1506        "Termination$DefaultPhoneNumber": "<p>The default caller ID phone number.</p>"
1507      }
1508    },
1509    "E164PhoneNumberList": {
1510      "base": null,
1511      "refs": {
1512        "AssociatePhoneNumbersWithVoiceConnectorGroupRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
1513        "AssociatePhoneNumbersWithVoiceConnectorRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
1514        "CreatePhoneNumberOrderRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
1515        "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
1516        "DisassociatePhoneNumbersFromVoiceConnectorRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
1517        "SearchAvailablePhoneNumbersResponse$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>"
1518      }
1519    },
1520    "EmailAddress": {
1521      "base": null,
1522      "refs": {
1523        "CreateUserRequest$Email": "<p>The user's email address.</p>",
1524        "Invite$EmailAddress": "<p>The email address to which the invite is sent.</p>",
1525        "ListAccountsRequest$UserEmail": "<p>User email address with which to filter results.</p>",
1526        "ListUsersRequest$UserEmail": "<p>Optional. The user email address used to filter results. Maximum 1.</p>",
1527        "User$PrimaryEmail": "<p>The primary email address of the user.</p>",
1528        "UserEmailList$member": null
1529      }
1530    },
1531    "EmailStatus": {
1532      "base": null,
1533      "refs": {
1534        "Invite$EmailStatus": "<p>The status of the invite email.</p>"
1535      }
1536    },
1537    "EmergencyCallingConfiguration": {
1538      "base": "<p>The emergency calling configuration details associated with an Amazon Chime Voice Connector.</p>",
1539      "refs": {
1540        "GetVoiceConnectorEmergencyCallingConfigurationResponse$EmergencyCallingConfiguration": "<p>The emergency calling configuration details.</p>",
1541        "PutVoiceConnectorEmergencyCallingConfigurationRequest$EmergencyCallingConfiguration": "<p>The emergency calling configuration details.</p>",
1542        "PutVoiceConnectorEmergencyCallingConfigurationResponse$EmergencyCallingConfiguration": "<p>The emergency calling configuration details.</p>"
1543      }
1544    },
1545    "ErrorCode": {
1546      "base": null,
1547      "refs": {
1548        "AccessDeniedException$Code": null,
1549        "BadRequestException$Code": null,
1550        "ConflictException$Code": null,
1551        "ForbiddenException$Code": null,
1552        "MemberError$ErrorCode": "<p>The error code.</p>",
1553        "NotFoundException$Code": null,
1554        "PhoneNumberError$ErrorCode": "<p>The error code.</p>",
1555        "ResourceLimitExceededException$Code": null,
1556        "ServiceFailureException$Code": null,
1557        "ServiceUnavailableException$Code": null,
1558        "ThrottledClientException$Code": null,
1559        "UnauthorizedClientException$Code": null,
1560        "UnprocessableEntityException$Code": null,
1561        "UserError$ErrorCode": "<p>The error code.</p>"
1562      }
1563    },
1564    "EventsConfiguration": {
1565      "base": "<p>The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.</p>",
1566      "refs": {
1567        "GetEventsConfigurationResponse$EventsConfiguration": "<p>The events configuration details.</p>",
1568        "PutEventsConfigurationResponse$EventsConfiguration": null
1569      }
1570    },
1571    "ExternalMeetingIdType": {
1572      "base": null,
1573      "refs": {
1574        "CreateMeetingRequest$ExternalMeetingId": "<p>The external meeting ID.</p>",
1575        "CreateMeetingWithAttendeesRequest$ExternalMeetingId": "<p>The external meeting ID.</p>",
1576        "Meeting$ExternalMeetingId": "<p>The external meeting ID.</p>"
1577      }
1578    },
1579    "ExternalUserIdType": {
1580      "base": null,
1581      "refs": {
1582        "Attendee$ExternalUserId": "<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>",
1583        "CreateAttendeeError$ExternalUserId": "<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>",
1584        "CreateAttendeeRequest$ExternalUserId": "<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>",
1585        "CreateAttendeeRequestItem$ExternalUserId": "<p>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.</p>",
1586        "CreateMeetingRequest$MeetingHostId": "<p>Reserved.</p>",
1587        "CreateMeetingWithAttendeesRequest$MeetingHostId": "<p>Reserved.</p>"
1588      }
1589    },
1590    "ForbiddenException": {
1591      "base": "<p>The client is permanently forbidden from making the request.</p>",
1592      "refs": {
1593      }
1594    },
1595    "FunctionArn": {
1596      "base": null,
1597      "refs": {
1598        "SipMediaApplicationEndpoint$LambdaArn": "<p>Valid Amazon Resource Name (ARN) of the Lambda function. The function must be created in the same AWS Region as the SIP media application.</p>"
1599      }
1600    },
1601    "GeoMatchLevel": {
1602      "base": null,
1603      "refs": {
1604        "CreateProxySessionRequest$GeoMatchLevel": "<p>The preference for matching the country or area code of the proxy phone number with that of the first participant.</p>",
1605        "ProxySession$GeoMatchLevel": "<p>The preference for matching the country or area code of the proxy phone number with that of the first participant.</p>"
1606      }
1607    },
1608    "GeoMatchParams": {
1609      "base": "<p>The country and area code for a proxy phone number in a proxy phone session.</p>",
1610      "refs": {
1611        "CreateProxySessionRequest$GeoMatchParams": "<p>The country and area code for the proxy phone number.</p>",
1612        "ProxySession$GeoMatchParams": "<p>The country and area code for the proxy phone number.</p>"
1613      }
1614    },
1615    "GetAccountRequest": {
1616      "base": null,
1617      "refs": {
1618      }
1619    },
1620    "GetAccountResponse": {
1621      "base": null,
1622      "refs": {
1623      }
1624    },
1625    "GetAccountSettingsRequest": {
1626      "base": null,
1627      "refs": {
1628      }
1629    },
1630    "GetAccountSettingsResponse": {
1631      "base": null,
1632      "refs": {
1633      }
1634    },
1635    "GetAppInstanceRetentionSettingsRequest": {
1636      "base": null,
1637      "refs": {
1638      }
1639    },
1640    "GetAppInstanceRetentionSettingsResponse": {
1641      "base": null,
1642      "refs": {
1643      }
1644    },
1645    "GetAppInstanceStreamingConfigurationsRequest": {
1646      "base": null,
1647      "refs": {
1648      }
1649    },
1650    "GetAppInstanceStreamingConfigurationsResponse": {
1651      "base": null,
1652      "refs": {
1653      }
1654    },
1655    "GetAttendeeRequest": {
1656      "base": null,
1657      "refs": {
1658      }
1659    },
1660    "GetAttendeeResponse": {
1661      "base": null,
1662      "refs": {
1663      }
1664    },
1665    "GetBotRequest": {
1666      "base": null,
1667      "refs": {
1668      }
1669    },
1670    "GetBotResponse": {
1671      "base": null,
1672      "refs": {
1673      }
1674    },
1675    "GetChannelMessageRequest": {
1676      "base": null,
1677      "refs": {
1678      }
1679    },
1680    "GetChannelMessageResponse": {
1681      "base": null,
1682      "refs": {
1683      }
1684    },
1685    "GetEventsConfigurationRequest": {
1686      "base": null,
1687      "refs": {
1688      }
1689    },
1690    "GetEventsConfigurationResponse": {
1691      "base": null,
1692      "refs": {
1693      }
1694    },
1695    "GetGlobalSettingsResponse": {
1696      "base": null,
1697      "refs": {
1698      }
1699    },
1700    "GetMeetingRequest": {
1701      "base": null,
1702      "refs": {
1703      }
1704    },
1705    "GetMeetingResponse": {
1706      "base": null,
1707      "refs": {
1708      }
1709    },
1710    "GetMessagingSessionEndpointRequest": {
1711      "base": null,
1712      "refs": {
1713      }
1714    },
1715    "GetMessagingSessionEndpointResponse": {
1716      "base": null,
1717      "refs": {
1718      }
1719    },
1720    "GetPhoneNumberOrderRequest": {
1721      "base": null,
1722      "refs": {
1723      }
1724    },
1725    "GetPhoneNumberOrderResponse": {
1726      "base": null,
1727      "refs": {
1728      }
1729    },
1730    "GetPhoneNumberRequest": {
1731      "base": null,
1732      "refs": {
1733      }
1734    },
1735    "GetPhoneNumberResponse": {
1736      "base": null,
1737      "refs": {
1738      }
1739    },
1740    "GetPhoneNumberSettingsResponse": {
1741      "base": null,
1742      "refs": {
1743      }
1744    },
1745    "GetProxySessionRequest": {
1746      "base": null,
1747      "refs": {
1748      }
1749    },
1750    "GetProxySessionResponse": {
1751      "base": null,
1752      "refs": {
1753      }
1754    },
1755    "GetRetentionSettingsRequest": {
1756      "base": null,
1757      "refs": {
1758      }
1759    },
1760    "GetRetentionSettingsResponse": {
1761      "base": null,
1762      "refs": {
1763      }
1764    },
1765    "GetRoomRequest": {
1766      "base": null,
1767      "refs": {
1768      }
1769    },
1770    "GetRoomResponse": {
1771      "base": null,
1772      "refs": {
1773      }
1774    },
1775    "GetSipMediaApplicationLoggingConfigurationRequest": {
1776      "base": null,
1777      "refs": {
1778      }
1779    },
1780    "GetSipMediaApplicationLoggingConfigurationResponse": {
1781      "base": null,
1782      "refs": {
1783      }
1784    },
1785    "GetSipMediaApplicationRequest": {
1786      "base": null,
1787      "refs": {
1788      }
1789    },
1790    "GetSipMediaApplicationResponse": {
1791      "base": null,
1792      "refs": {
1793      }
1794    },
1795    "GetSipRuleRequest": {
1796      "base": null,
1797      "refs": {
1798      }
1799    },
1800    "GetSipRuleResponse": {
1801      "base": null,
1802      "refs": {
1803      }
1804    },
1805    "GetUserRequest": {
1806      "base": null,
1807      "refs": {
1808      }
1809    },
1810    "GetUserResponse": {
1811      "base": null,
1812      "refs": {
1813      }
1814    },
1815    "GetUserSettingsRequest": {
1816      "base": null,
1817      "refs": {
1818      }
1819    },
1820    "GetUserSettingsResponse": {
1821      "base": null,
1822      "refs": {
1823      }
1824    },
1825    "GetVoiceConnectorEmergencyCallingConfigurationRequest": {
1826      "base": null,
1827      "refs": {
1828      }
1829    },
1830    "GetVoiceConnectorEmergencyCallingConfigurationResponse": {
1831      "base": null,
1832      "refs": {
1833      }
1834    },
1835    "GetVoiceConnectorGroupRequest": {
1836      "base": null,
1837      "refs": {
1838      }
1839    },
1840    "GetVoiceConnectorGroupResponse": {
1841      "base": null,
1842      "refs": {
1843      }
1844    },
1845    "GetVoiceConnectorLoggingConfigurationRequest": {
1846      "base": null,
1847      "refs": {
1848      }
1849    },
1850    "GetVoiceConnectorLoggingConfigurationResponse": {
1851      "base": null,
1852      "refs": {
1853      }
1854    },
1855    "GetVoiceConnectorOriginationRequest": {
1856      "base": null,
1857      "refs": {
1858      }
1859    },
1860    "GetVoiceConnectorOriginationResponse": {
1861      "base": null,
1862      "refs": {
1863      }
1864    },
1865    "GetVoiceConnectorProxyRequest": {
1866      "base": null,
1867      "refs": {
1868      }
1869    },
1870    "GetVoiceConnectorProxyResponse": {
1871      "base": null,
1872      "refs": {
1873      }
1874    },
1875    "GetVoiceConnectorRequest": {
1876      "base": null,
1877      "refs": {
1878      }
1879    },
1880    "GetVoiceConnectorResponse": {
1881      "base": null,
1882      "refs": {
1883      }
1884    },
1885    "GetVoiceConnectorStreamingConfigurationRequest": {
1886      "base": null,
1887      "refs": {
1888      }
1889    },
1890    "GetVoiceConnectorStreamingConfigurationResponse": {
1891      "base": null,
1892      "refs": {
1893      }
1894    },
1895    "GetVoiceConnectorTerminationHealthRequest": {
1896      "base": null,
1897      "refs": {
1898      }
1899    },
1900    "GetVoiceConnectorTerminationHealthResponse": {
1901      "base": null,
1902      "refs": {
1903      }
1904    },
1905    "GetVoiceConnectorTerminationRequest": {
1906      "base": null,
1907      "refs": {
1908      }
1909    },
1910    "GetVoiceConnectorTerminationResponse": {
1911      "base": null,
1912      "refs": {
1913      }
1914    },
1915    "GuidString": {
1916      "base": null,
1917      "refs": {
1918        "Attendee$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1919        "BatchCreateAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1920        "CreateAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1921        "CreateMeetingDialOutRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1922        "CreateMeetingDialOutResponse$TransactionId": "<p>Unique ID that tracks API calls.</p>",
1923        "DeleteAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1924        "DeleteAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1925        "DeleteMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1926        "GetAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1927        "GetAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1928        "GetMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1929        "GetPhoneNumberOrderRequest$PhoneNumberOrderId": "<p>The ID for the phone number order.</p>",
1930        "ListAttendeeTagsRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1931        "ListAttendeeTagsRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1932        "ListAttendeesRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1933        "ListMeetingTagsRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1934        "Meeting$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1935        "PhoneNumberOrder$PhoneNumberOrderId": "<p>The phone number order ID.</p>",
1936        "SipMediaApplicationCall$TransactionId": "<p>The transaction ID of a call.</p>",
1937        "TagAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1938        "TagAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1939        "TagMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1940        "UntagAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1941        "UntagAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1942        "UntagMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>"
1943      }
1944    },
1945    "Identity": {
1946      "base": "<p>The details of a user.</p>",
1947      "refs": {
1948        "AppInstanceAdmin$Admin": "<p>The <code>AppInstanceAdmin</code> data.</p>",
1949        "AppInstanceAdminSummary$Admin": "<p>The details of the <code>AppInstanceAdmin</code>.</p>",
1950        "Channel$CreatedBy": "<p>The <code>AppInstanceUser</code> who created the channel.</p>",
1951        "ChannelBan$Member": "<p>The member being banned from the channel.</p>",
1952        "ChannelBan$CreatedBy": "<p>The <code>AppInstanceUser</code> who created the ban.</p>",
1953        "ChannelBanSummary$Member": "<p>The member being banned from a channel.</p>",
1954        "ChannelMembership$InvitedBy": "<p>The identifier of the member who invited another member.</p>",
1955        "ChannelMembership$Member": "<p>The data of the channel member.</p>",
1956        "ChannelMembershipSummary$Member": "<p>A member's summary data.</p>",
1957        "ChannelMessage$Sender": "<p>The message sender.</p>",
1958        "ChannelMessageSummary$Sender": "<p>The message sender.</p>",
1959        "ChannelModerator$Moderator": "<p>The moderator's data.</p>",
1960        "ChannelModerator$CreatedBy": "<p>The <code>AppInstanceUser</code> who created the moderator.</p>",
1961        "ChannelModeratorSummary$Moderator": "<p>The data for a moderator.</p>",
1962        "CreateAppInstanceAdminResponse$AppInstanceAdmin": "<p>The name and ARN of the admin for the <code>AppInstance</code>.</p>",
1963        "CreateChannelBanResponse$Member": "<p>The <code>ChannelArn</code> and <code>BannedIdentity</code> of the member in the ban response.</p>",
1964        "CreateChannelMembershipResponse$Member": "<p>The ARN and metadata of the member being added.</p>",
1965        "CreateChannelModeratorResponse$ChannelModerator": "<p>The ARNs of the channel and the moderator.</p>"
1966      }
1967    },
1968    "Integer": {
1969      "base": null,
1970      "refs": {
1971        "Proxy$DefaultSessionExpiryMinutes": "<p>The default number of minutes allowed for proxy sessions.</p>",
1972        "PutVoiceConnectorProxyRequest$DefaultSessionExpiryMinutes": "<p>The default number of minutes allowed for proxy sessions.</p>"
1973      }
1974    },
1975    "Invite": {
1976      "base": "<p>Invitation object returned after emailing users to invite them to join the Amazon Chime <code>Team</code> account.</p>",
1977      "refs": {
1978        "InviteList$member": null
1979      }
1980    },
1981    "InviteList": {
1982      "base": null,
1983      "refs": {
1984        "InviteUsersResponse$Invites": "<p>The email invitation details.</p>"
1985      }
1986    },
1987    "InviteStatus": {
1988      "base": null,
1989      "refs": {
1990        "Invite$Status": "<p>The status of the invite.</p>",
1991        "User$UserInvitationStatus": "<p>The user invite status.</p>"
1992      }
1993    },
1994    "InviteUsersRequest": {
1995      "base": null,
1996      "refs": {
1997      }
1998    },
1999    "InviteUsersResponse": {
2000      "base": null,
2001      "refs": {
2002      }
2003    },
2004    "Iso8601Timestamp": {
2005      "base": null,
2006      "refs": {
2007        "Account$CreatedTimestamp": "<p>The Amazon Chime account creation timestamp, in ISO 8601 format.</p>",
2008        "Bot$CreatedTimestamp": "<p>The bot creation timestamp, in ISO 8601 format.</p>",
2009        "Bot$UpdatedTimestamp": "<p>The updated bot timestamp, in ISO 8601 format.</p>",
2010        "GetPhoneNumberSettingsResponse$CallingNameUpdatedTimestamp": "<p>The updated outbound calling name timestamp, in ISO 8601 format.</p>",
2011        "GetRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>",
2012        "PhoneNumber$CreatedTimestamp": "<p>The phone number creation timestamp, in ISO 8601 format.</p>",
2013        "PhoneNumber$UpdatedTimestamp": "<p>The updated phone number timestamp, in ISO 8601 format.</p>",
2014        "PhoneNumber$DeletionTimestamp": "<p>The deleted phone number timestamp, in ISO 8601 format.</p>",
2015        "PhoneNumberAssociation$AssociatedTimestamp": "<p>The timestamp of the phone number association, in ISO 8601 format.</p>",
2016        "PhoneNumberOrder$CreatedTimestamp": "<p>The phone number order creation time stamp, in ISO 8601 format.</p>",
2017        "PhoneNumberOrder$UpdatedTimestamp": "<p>The updated phone number order time stamp, in ISO 8601 format.</p>",
2018        "ProxySession$CreatedTimestamp": "<p>The created time stamp, in ISO 8601 format.</p>",
2019        "ProxySession$UpdatedTimestamp": "<p>The updated time stamp, in ISO 8601 format.</p>",
2020        "ProxySession$EndedTimestamp": "<p>The ended time stamp, in ISO 8601 format.</p>",
2021        "PutRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>",
2022        "Room$CreatedTimestamp": "<p>The room creation timestamp, in ISO 8601 format.</p>",
2023        "Room$UpdatedTimestamp": "<p>The room update timestamp, in ISO 8601 format.</p>",
2024        "RoomMembership$UpdatedTimestamp": "<p>The room membership update timestamp, in ISO 8601 format.</p>",
2025        "SipMediaApplication$CreatedTimestamp": "<p>The SIP media application creation timestamp, in ISO 8601 format.</p>",
2026        "SipMediaApplication$UpdatedTimestamp": "<p>The SIP media application updated timestamp, in ISO 8601 format.</p>",
2027        "SipRule$CreatedTimestamp": "<p>The time at which the SIP rule was created, in ISO 8601 format.</p>",
2028        "SipRule$UpdatedTimestamp": "<p>The time at which the SIP rule was last updated, in ISO 8601 format.</p>",
2029        "TerminationHealth$Timestamp": "<p>The timestamp, in ISO 8601 format.</p>",
2030        "User$RegisteredOn": "<p>Date and time when the user is registered, in ISO 8601 format.</p>",
2031        "User$InvitedOn": "<p>Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.</p>",
2032        "VoiceConnector$CreatedTimestamp": "<p>The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.</p>",
2033        "VoiceConnector$UpdatedTimestamp": "<p>The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.</p>",
2034        "VoiceConnectorGroup$CreatedTimestamp": "<p>The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.</p>",
2035        "VoiceConnectorGroup$UpdatedTimestamp": "<p>The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.</p>"
2036      }
2037    },
2038    "JoinTokenString": {
2039      "base": null,
2040      "refs": {
2041        "Attendee$JoinToken": "<p>The join token used by the Amazon Chime SDK attendee.</p>",
2042        "CreateMeetingDialOutRequest$JoinToken": "<p>Token used by the Amazon Chime SDK attendee. Call the <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Attendee.htmlCreateAttendee\">CreateAttendee</a> action to get a join token.</p>"
2043      }
2044    },
2045    "License": {
2046      "base": null,
2047      "refs": {
2048        "Account$DefaultLicense": "<p>The default license for the Amazon Chime account.</p>",
2049        "LicenseList$member": null,
2050        "UpdateUserRequest$LicenseType": "<p>The user license type to update. This must be a supported license type for the Amazon Chime account that the user belongs to.</p>",
2051        "UpdateUserRequestItem$LicenseType": "<p>The user license type.</p>",
2052        "User$LicenseType": "<p>The license type for the user.</p>"
2053      }
2054    },
2055    "LicenseList": {
2056      "base": null,
2057      "refs": {
2058        "Account$SupportedLicenses": "<p>Supported licenses for the Amazon Chime account.</p>"
2059      }
2060    },
2061    "ListAccountsRequest": {
2062      "base": null,
2063      "refs": {
2064      }
2065    },
2066    "ListAccountsResponse": {
2067      "base": null,
2068      "refs": {
2069      }
2070    },
2071    "ListAppInstanceAdminsRequest": {
2072      "base": null,
2073      "refs": {
2074      }
2075    },
2076    "ListAppInstanceAdminsResponse": {
2077      "base": null,
2078      "refs": {
2079      }
2080    },
2081    "ListAppInstanceUsersRequest": {
2082      "base": null,
2083      "refs": {
2084      }
2085    },
2086    "ListAppInstanceUsersResponse": {
2087      "base": null,
2088      "refs": {
2089      }
2090    },
2091    "ListAppInstancesRequest": {
2092      "base": null,
2093      "refs": {
2094      }
2095    },
2096    "ListAppInstancesResponse": {
2097      "base": null,
2098      "refs": {
2099      }
2100    },
2101    "ListAttendeeTagsRequest": {
2102      "base": null,
2103      "refs": {
2104      }
2105    },
2106    "ListAttendeeTagsResponse": {
2107      "base": null,
2108      "refs": {
2109      }
2110    },
2111    "ListAttendeesRequest": {
2112      "base": null,
2113      "refs": {
2114      }
2115    },
2116    "ListAttendeesResponse": {
2117      "base": null,
2118      "refs": {
2119      }
2120    },
2121    "ListBotsRequest": {
2122      "base": null,
2123      "refs": {
2124      }
2125    },
2126    "ListBotsResponse": {
2127      "base": null,
2128      "refs": {
2129      }
2130    },
2131    "ListChannelBansRequest": {
2132      "base": null,
2133      "refs": {
2134      }
2135    },
2136    "ListChannelBansResponse": {
2137      "base": null,
2138      "refs": {
2139      }
2140    },
2141    "ListChannelMembershipsForAppInstanceUserRequest": {
2142      "base": null,
2143      "refs": {
2144      }
2145    },
2146    "ListChannelMembershipsForAppInstanceUserResponse": {
2147      "base": null,
2148      "refs": {
2149      }
2150    },
2151    "ListChannelMembershipsRequest": {
2152      "base": null,
2153      "refs": {
2154      }
2155    },
2156    "ListChannelMembershipsResponse": {
2157      "base": null,
2158      "refs": {
2159      }
2160    },
2161    "ListChannelMessagesRequest": {
2162      "base": null,
2163      "refs": {
2164      }
2165    },
2166    "ListChannelMessagesResponse": {
2167      "base": null,
2168      "refs": {
2169      }
2170    },
2171    "ListChannelModeratorsRequest": {
2172      "base": null,
2173      "refs": {
2174      }
2175    },
2176    "ListChannelModeratorsResponse": {
2177      "base": null,
2178      "refs": {
2179      }
2180    },
2181    "ListChannelsModeratedByAppInstanceUserRequest": {
2182      "base": null,
2183      "refs": {
2184      }
2185    },
2186    "ListChannelsModeratedByAppInstanceUserResponse": {
2187      "base": null,
2188      "refs": {
2189      }
2190    },
2191    "ListChannelsRequest": {
2192      "base": null,
2193      "refs": {
2194      }
2195    },
2196    "ListChannelsResponse": {
2197      "base": null,
2198      "refs": {
2199      }
2200    },
2201    "ListMeetingTagsRequest": {
2202      "base": null,
2203      "refs": {
2204      }
2205    },
2206    "ListMeetingTagsResponse": {
2207      "base": null,
2208      "refs": {
2209      }
2210    },
2211    "ListMeetingsRequest": {
2212      "base": null,
2213      "refs": {
2214      }
2215    },
2216    "ListMeetingsResponse": {
2217      "base": null,
2218      "refs": {
2219      }
2220    },
2221    "ListPhoneNumberOrdersRequest": {
2222      "base": null,
2223      "refs": {
2224      }
2225    },
2226    "ListPhoneNumberOrdersResponse": {
2227      "base": null,
2228      "refs": {
2229      }
2230    },
2231    "ListPhoneNumbersRequest": {
2232      "base": null,
2233      "refs": {
2234      }
2235    },
2236    "ListPhoneNumbersResponse": {
2237      "base": null,
2238      "refs": {
2239      }
2240    },
2241    "ListProxySessionsRequest": {
2242      "base": null,
2243      "refs": {
2244      }
2245    },
2246    "ListProxySessionsResponse": {
2247      "base": null,
2248      "refs": {
2249      }
2250    },
2251    "ListRoomMembershipsRequest": {
2252      "base": null,
2253      "refs": {
2254      }
2255    },
2256    "ListRoomMembershipsResponse": {
2257      "base": null,
2258      "refs": {
2259      }
2260    },
2261    "ListRoomsRequest": {
2262      "base": null,
2263      "refs": {
2264      }
2265    },
2266    "ListRoomsResponse": {
2267      "base": null,
2268      "refs": {
2269      }
2270    },
2271    "ListSipMediaApplicationsRequest": {
2272      "base": null,
2273      "refs": {
2274      }
2275    },
2276    "ListSipMediaApplicationsResponse": {
2277      "base": null,
2278      "refs": {
2279      }
2280    },
2281    "ListSipRulesRequest": {
2282      "base": null,
2283      "refs": {
2284      }
2285    },
2286    "ListSipRulesResponse": {
2287      "base": null,
2288      "refs": {
2289      }
2290    },
2291    "ListTagsForResourceRequest": {
2292      "base": null,
2293      "refs": {
2294      }
2295    },
2296    "ListTagsForResourceResponse": {
2297      "base": null,
2298      "refs": {
2299      }
2300    },
2301    "ListUsersRequest": {
2302      "base": null,
2303      "refs": {
2304      }
2305    },
2306    "ListUsersResponse": {
2307      "base": null,
2308      "refs": {
2309      }
2310    },
2311    "ListVoiceConnectorGroupsRequest": {
2312      "base": null,
2313      "refs": {
2314      }
2315    },
2316    "ListVoiceConnectorGroupsResponse": {
2317      "base": null,
2318      "refs": {
2319      }
2320    },
2321    "ListVoiceConnectorTerminationCredentialsRequest": {
2322      "base": null,
2323      "refs": {
2324      }
2325    },
2326    "ListVoiceConnectorTerminationCredentialsResponse": {
2327      "base": null,
2328      "refs": {
2329      }
2330    },
2331    "ListVoiceConnectorsRequest": {
2332      "base": null,
2333      "refs": {
2334      }
2335    },
2336    "ListVoiceConnectorsResponse": {
2337      "base": null,
2338      "refs": {
2339      }
2340    },
2341    "LoggingConfiguration": {
2342      "base": "<p>The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>",
2343      "refs": {
2344        "GetVoiceConnectorLoggingConfigurationResponse$LoggingConfiguration": "<p>The logging configuration details.</p>",
2345        "PutVoiceConnectorLoggingConfigurationRequest$LoggingConfiguration": "<p>The logging configuration details to add.</p>",
2346        "PutVoiceConnectorLoggingConfigurationResponse$LoggingConfiguration": "<p>The updated logging configuration details.</p>"
2347      }
2348    },
2349    "LogoutUserRequest": {
2350      "base": null,
2351      "refs": {
2352      }
2353    },
2354    "LogoutUserResponse": {
2355      "base": null,
2356      "refs": {
2357      }
2358    },
2359    "MaxResults": {
2360      "base": null,
2361      "refs": {
2362        "ListAppInstanceAdminsRequest$MaxResults": "<p>The maximum number of administrators that you want to return.</p>",
2363        "ListAppInstanceUsersRequest$MaxResults": "<p>The maximum number of requests that you want returned.</p>",
2364        "ListAppInstancesRequest$MaxResults": "<p>The maximum number of <code>AppInstance</code>s that you want to return.</p>",
2365        "ListChannelBansRequest$MaxResults": "<p>The maximum number of bans that you want returned.</p>",
2366        "ListChannelMembershipsForAppInstanceUserRequest$MaxResults": "<p>The maximum number of users that you want returned.</p>",
2367        "ListChannelMembershipsRequest$MaxResults": "<p>The maximum number of channel memberships that you want returned.</p>",
2368        "ListChannelMessagesRequest$MaxResults": "<p>The maximum number of messages that you want returned.</p>",
2369        "ListChannelModeratorsRequest$MaxResults": "<p>The maximum number of moderators that you want returned.</p>",
2370        "ListChannelsModeratedByAppInstanceUserRequest$MaxResults": "<p>The maximum number of channels in the request.</p>",
2371        "ListChannelsRequest$MaxResults": "<p>The maximum number of channels that you want to return.</p>"
2372      }
2373    },
2374    "MediaPlacement": {
2375      "base": "<p>A set of endpoints used by clients to connect to the media service group for a Amazon Chime SDK meeting.</p>",
2376      "refs": {
2377        "Meeting$MediaPlacement": "<p>The media placement for the meeting.</p>"
2378      }
2379    },
2380    "Meeting": {
2381      "base": "<p>A meeting created using the Amazon Chime SDK.</p>",
2382      "refs": {
2383        "CreateMeetingResponse$Meeting": "<p> The meeting information, including the meeting ID and <code>MediaPlacement</code> . </p>",
2384        "CreateMeetingWithAttendeesResponse$Meeting": null,
2385        "GetMeetingResponse$Meeting": "<p>The Amazon Chime SDK meeting information.</p>",
2386        "MeetingList$member": null
2387      }
2388    },
2389    "MeetingList": {
2390      "base": null,
2391      "refs": {
2392        "ListMeetingsResponse$Meetings": "<p>The Amazon Chime SDK meeting information.</p>"
2393      }
2394    },
2395    "MeetingNotificationConfiguration": {
2396      "base": "<p> The resource target configurations for receiving Amazon Chime SDK meeting and attendee event notifications. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (<code>us-east-1</code>). </p>",
2397      "refs": {
2398        "CreateMeetingRequest$NotificationsConfiguration": "<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>",
2399        "CreateMeetingWithAttendeesRequest$NotificationsConfiguration": null
2400      }
2401    },
2402    "MeetingTagKeyList": {
2403      "base": null,
2404      "refs": {
2405        "UntagMeetingRequest$TagKeys": "<p>The tag keys.</p>"
2406      }
2407    },
2408    "MeetingTagList": {
2409      "base": null,
2410      "refs": {
2411        "CreateMeetingRequest$Tags": "<p>The tag key-value pairs.</p>",
2412        "CreateMeetingWithAttendeesRequest$Tags": "<p>The tag key-value pairs.</p>",
2413        "TagMeetingRequest$Tags": "<p>The tag key-value pairs.</p>"
2414      }
2415    },
2416    "Member": {
2417      "base": "<p>The member details, such as email address, name, member ID, and member type.</p>",
2418      "refs": {
2419        "RoomMembership$Member": null
2420      }
2421    },
2422    "MemberError": {
2423      "base": "<p>The list of errors returned when a member action results in an error.</p>",
2424      "refs": {
2425        "MemberErrorList$member": null
2426      }
2427    },
2428    "MemberErrorList": {
2429      "base": null,
2430      "refs": {
2431        "BatchCreateRoomMembershipResponse$Errors": "<p>If the action fails for one or more of the member IDs in the request, a list of the member IDs is returned, along with error codes and error messages.</p>"
2432      }
2433    },
2434    "MemberType": {
2435      "base": null,
2436      "refs": {
2437        "Member$MemberType": "<p>The member type.</p>"
2438      }
2439    },
2440    "MembershipItem": {
2441      "base": "<p>Membership details, such as member ID and member role.</p>",
2442      "refs": {
2443        "MembershipItemList$member": null
2444      }
2445    },
2446    "MembershipItemList": {
2447      "base": null,
2448      "refs": {
2449        "BatchCreateRoomMembershipRequest$MembershipItemList": "<p>The list of membership items.</p>"
2450      }
2451    },
2452    "MessageId": {
2453      "base": null,
2454      "refs": {
2455        "ChannelMessage$MessageId": "<p>The ID of a message.</p>",
2456        "ChannelMessageSummary$MessageId": "<p>The ID of the message.</p>",
2457        "DeleteChannelMessageRequest$MessageId": "<p>The ID of the message being deleted.</p>",
2458        "GetChannelMessageRequest$MessageId": "<p>The ID of the message.</p>",
2459        "RedactChannelMessageRequest$MessageId": "<p>The ID of the message being redacted.</p>",
2460        "RedactChannelMessageResponse$MessageId": "<p>The ID of the message being redacted.</p>",
2461        "SendChannelMessageResponse$MessageId": "<p>The ID string assigned to each message.</p>",
2462        "UpdateChannelMessageRequest$MessageId": "<p>The ID string of the message being updated.</p>",
2463        "UpdateChannelMessageResponse$MessageId": "<p>The ID string of the message being updated.</p>"
2464      }
2465    },
2466    "MessagingSessionEndpoint": {
2467      "base": "<p>The websocket endpoint used to connect to Amazon Chime SDK messaging.</p>",
2468      "refs": {
2469        "GetMessagingSessionEndpointResponse$Endpoint": "<p>The endpoint returned in the response.</p>"
2470      }
2471    },
2472    "Metadata": {
2473      "base": null,
2474      "refs": {
2475        "AppInstance$Metadata": "<p>The metadata of an <code>AppInstance</code>.</p>",
2476        "AppInstanceSummary$Metadata": "<p>The metadata of the <code>AppInstance</code>.</p>",
2477        "AppInstanceUser$Metadata": "<p>The metadata of the <code>AppInstanceUser</code>.</p>",
2478        "AppInstanceUserSummary$Metadata": "<p>The metadata of the <code>AppInstanceUser</code>.</p>",
2479        "Channel$Metadata": "<p>The channel's metadata.</p>",
2480        "ChannelMessage$Metadata": "<p>The message metadata.</p>",
2481        "ChannelMessageSummary$Metadata": "<p>The metadata of the message.</p>",
2482        "ChannelSummary$Metadata": "<p>The metadata of the channel.</p>",
2483        "CreateAppInstanceRequest$Metadata": "<p>The metadata of the <code>AppInstance</code>. Limited to a 1KB string in UTF-8.</p>",
2484        "CreateAppInstanceUserRequest$Metadata": "<p>The request's metadata. Limited to a 1KB string in UTF-8.</p>",
2485        "CreateChannelRequest$Metadata": "<p>The metadata of the creation request. Limited to 1KB and UTF-8.</p>",
2486        "SendChannelMessageRequest$Metadata": "<p>The optional metadata for each message.</p>",
2487        "UpdateAppInstanceRequest$Metadata": "<p>The metadata that you want to change.</p>",
2488        "UpdateAppInstanceUserRequest$Metadata": "<p>The metadata of the <code>AppInstanceUser</code>.</p>",
2489        "UpdateChannelMessageRequest$Metadata": "<p>The metadata of the message being updated.</p>",
2490        "UpdateChannelRequest$Metadata": "<p>The metadata for the update request.</p>"
2491      }
2492    },
2493    "NextToken": {
2494      "base": null,
2495      "refs": {
2496        "ListAppInstanceAdminsRequest$NextToken": "<p>The token returned from previous API requests until the number of administrators is reached.</p>",
2497        "ListAppInstanceAdminsResponse$NextToken": "<p>The token returned from previous API requests until the number of administrators is reached.</p>",
2498        "ListAppInstanceUsersRequest$NextToken": "<p>The token passed by previous API calls until all requested users are returned.</p>",
2499        "ListAppInstanceUsersResponse$NextToken": "<p>The token passed by previous API calls until all requested users are returned.</p>",
2500        "ListAppInstancesRequest$NextToken": "<p>The token passed by previous API requests until you reach the maximum number of <code>AppInstance</code>s.</p>",
2501        "ListAppInstancesResponse$NextToken": "<p>The token passed by previous API requests until the maximum number of <code>AppInstance</code>s is reached.</p>",
2502        "ListChannelBansRequest$NextToken": "<p>The token passed by previous API calls until all requested bans are returned.</p>",
2503        "ListChannelBansResponse$NextToken": "<p>The token passed by previous API calls until all requested bans are returned.</p>",
2504        "ListChannelMembershipsForAppInstanceUserRequest$NextToken": "<p>The token returned from previous API requests until the number of channel memberships is reached.</p>",
2505        "ListChannelMembershipsForAppInstanceUserResponse$NextToken": "<p>The token passed by previous API calls until all requested users are returned.</p>",
2506        "ListChannelMembershipsRequest$NextToken": "<p>The token passed by previous API calls until all requested channel memberships are returned.</p>",
2507        "ListChannelMembershipsResponse$NextToken": "<p>The token passed by previous API calls until all requested channel memberships are returned.</p>",
2508        "ListChannelMessagesRequest$NextToken": "<p>The token passed by previous API calls until all requested messages are returned.</p>",
2509        "ListChannelMessagesResponse$NextToken": "<p>The token passed by previous API calls until all requested messages are returned.</p>",
2510        "ListChannelModeratorsRequest$NextToken": "<p>The token passed by previous API calls until all requested moderators are returned.</p>",
2511        "ListChannelModeratorsResponse$NextToken": "<p>The token passed by previous API calls until all requested moderators are returned.</p>",
2512        "ListChannelsModeratedByAppInstanceUserRequest$NextToken": "<p>The token returned from previous API requests until the number of channels moderated by the user is reached.</p>",
2513        "ListChannelsModeratedByAppInstanceUserResponse$NextToken": "<p>The token returned from previous API requests until the number of channels moderated by the user is reached.</p>",
2514        "ListChannelsRequest$NextToken": "<p>The token passed by previous API calls until all requested channels are returned.</p>",
2515        "ListChannelsResponse$NextToken": "<p>The token returned from previous API requests until the number of channels is reached.</p>"
2516      }
2517    },
2518    "NextTokenString": {
2519      "base": null,
2520      "refs": {
2521        "ListProxySessionsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2522        "ListProxySessionsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2523        "ListSipMediaApplicationsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2524        "ListSipMediaApplicationsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2525        "ListSipRulesRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2526        "ListSipRulesResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>"
2527      }
2528    },
2529    "NonEmptyContent": {
2530      "base": null,
2531      "refs": {
2532        "SendChannelMessageRequest$Content": "<p>The content of the message.</p>"
2533      }
2534    },
2535    "NonEmptyResourceName": {
2536      "base": null,
2537      "refs": {
2538        "AppInstance$Name": "<p>The name of an <code>AppInstance</code>.</p>",
2539        "AppInstanceSummary$Name": "<p>The name of the <code>AppInstance</code>.</p>",
2540        "Channel$Name": "<p>The name of the channel.</p>",
2541        "ChannelSummary$Name": "<p>The name of the channel.</p>",
2542        "CreateAppInstanceRequest$Name": "<p>The name of the <code>AppInstance</code>.</p>",
2543        "CreateChannelRequest$Name": "<p>The name of the channel.</p>",
2544        "UpdateAppInstanceRequest$Name": "<p>The name that you want to change.</p>",
2545        "UpdateChannelRequest$Name": "<p>The name of the channel.</p>"
2546      }
2547    },
2548    "NonEmptyString": {
2549      "base": null,
2550      "refs": {
2551        "AssociatePhoneNumbersWithVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
2552        "AssociatePhoneNumbersWithVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2553        "AssociateSigninDelegateGroupsWithAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2554        "BatchCreateRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2555        "BatchCreateRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
2556        "BatchSuspendUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2557        "BatchUnsuspendUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2558        "BatchUpdateUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2559        "CreateBotRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2560        "CreateBotRequest$Domain": "<p>The domain of the Amazon Chime Enterprise account.</p>",
2561        "CreateRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2562        "CreateRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
2563        "CreateRoomMembershipRequest$MemberId": "<p>The Amazon Chime member ID (user ID or bot ID).</p>",
2564        "CreateRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2565        "CreateSipMediaApplicationCallRequest$SipMediaApplicationId": "<p>The ID of the SIP media application.</p>",
2566        "CreateSipRuleRequest$TriggerValue": "<p>If <code>TriggerType</code> is <code>RequestUriHostname</code>, the value can be the outbound host name of an Amazon Chime Voice Connector. If <code>TriggerType</code> is <code>ToPhoneNumber</code>, the value can be a customer-owned phone number in the E164 format. The <code>SipMediaApplication</code> specified in the <code>SipRule</code> is triggered if the request URI in an incoming SIP request matches the <code>RequestUriHostname</code>, or if the <code>To</code> header in the incoming SIP request matches the <code>ToPhoneNumber</code> value.</p>",
2567        "CreateUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2568        "DeleteAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2569        "DeleteEventsConfigurationRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2570        "DeleteEventsConfigurationRequest$BotId": "<p>The bot ID.</p>",
2571        "DeleteRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2572        "DeleteRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
2573        "DeleteRoomMembershipRequest$MemberId": "<p>The member ID (user ID or bot ID).</p>",
2574        "DeleteRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2575        "DeleteRoomRequest$RoomId": "<p>The chat room ID.</p>",
2576        "DeleteSipMediaApplicationRequest$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2577        "DeleteSipRuleRequest$SipRuleId": "<p>The SIP rule ID.</p>",
2578        "DeleteVoiceConnectorEmergencyCallingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2579        "DeleteVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
2580        "DeleteVoiceConnectorOriginationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2581        "DeleteVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2582        "DeleteVoiceConnectorStreamingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2583        "DeleteVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2584        "DeleteVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2585        "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
2586        "DisassociatePhoneNumbersFromVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2587        "DisassociateSigninDelegateGroupsFromAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2588        "GetAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2589        "GetAccountSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2590        "GetBotRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2591        "GetBotRequest$BotId": "<p>The bot ID.</p>",
2592        "GetEventsConfigurationRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2593        "GetEventsConfigurationRequest$BotId": "<p>The bot ID.</p>",
2594        "GetRetentionSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2595        "GetRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2596        "GetRoomRequest$RoomId": "<p>The room ID.</p>",
2597        "GetSipMediaApplicationLoggingConfigurationRequest$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2598        "GetSipMediaApplicationRequest$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2599        "GetSipRuleRequest$SipRuleId": "<p>The SIP rule ID.</p>",
2600        "GetUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2601        "GetUserRequest$UserId": "<p>The user ID.</p>",
2602        "GetVoiceConnectorEmergencyCallingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2603        "GetVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
2604        "GetVoiceConnectorLoggingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2605        "GetVoiceConnectorOriginationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2606        "GetVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2607        "GetVoiceConnectorStreamingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2608        "GetVoiceConnectorTerminationHealthRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2609        "GetVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2610        "InviteUsersRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2611        "ListBotsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2612        "ListRoomMembershipsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2613        "ListRoomMembershipsRequest$RoomId": "<p>The room ID.</p>",
2614        "ListRoomsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2615        "ListSipRulesRequest$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2616        "ListUsersRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2617        "ListVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2618        "LogoutUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2619        "LogoutUserRequest$UserId": "<p>The user ID.</p>",
2620        "Member$MemberId": "<p>The member ID (user ID or bot ID).</p>",
2621        "Member$AccountId": "<p>The Amazon Chime account ID.</p>",
2622        "MemberError$MemberId": "<p>The member ID.</p>",
2623        "MembershipItem$MemberId": "<p>The member ID.</p>",
2624        "PhoneNumberError$PhoneNumberId": "<p>The phone number ID for which the action failed.</p>",
2625        "PutEventsConfigurationRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2626        "PutEventsConfigurationRequest$BotId": "<p>The bot ID.</p>",
2627        "PutRetentionSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2628        "PutSipMediaApplicationLoggingConfigurationRequest$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2629        "PutVoiceConnectorEmergencyCallingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2630        "PutVoiceConnectorLoggingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2631        "PutVoiceConnectorOriginationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2632        "PutVoiceConnectorStreamingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2633        "PutVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2634        "PutVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2635        "RedactConversationMessageRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2636        "RedactConversationMessageRequest$ConversationId": "<p>The conversation ID.</p>",
2637        "RedactConversationMessageRequest$MessageId": "<p>The message ID.</p>",
2638        "RedactRoomMessageRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2639        "RedactRoomMessageRequest$RoomId": "<p>The room ID.</p>",
2640        "RedactRoomMessageRequest$MessageId": "<p>The message ID.</p>",
2641        "RegenerateSecurityTokenRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2642        "RegenerateSecurityTokenRequest$BotId": "<p>The bot ID.</p>",
2643        "ResetPersonalPINRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2644        "ResetPersonalPINRequest$UserId": "<p>The user ID.</p>",
2645        "RestorePhoneNumberRequest$PhoneNumberId": "<p>The phone number.</p>",
2646        "Room$RoomId": "<p>The room ID.</p>",
2647        "Room$AccountId": "<p>The Amazon Chime account ID.</p>",
2648        "Room$CreatedBy": "<p>The identifier of the room creator.</p>",
2649        "RoomMembership$RoomId": "<p>The room ID.</p>",
2650        "RoomMembership$InvitedBy": "<p>The identifier of the user that invited the room member.</p>",
2651        "SigninDelegateGroup$GroupName": "<p>The group name.</p>",
2652        "SipMediaApplication$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2653        "SipRule$SipRuleId": "<p>The SIP rule ID.</p>",
2654        "SipRule$TriggerValue": "<p>If <code>TriggerType</code> is <code>RequestUriHostname</code>, then the value can be the outbound host name of the Amazon Chime Voice Connector. If <code>TriggerType</code> is <code>ToPhoneNumber</code>, then the value can be a customer-owned phone number in E164 format. <code>SipRule</code> is triggered when a SIP rule requests host name or <code>ToPhoneNumber</code> matches in the incoming SIP request.</p>",
2655        "SipRuleTargetApplication$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2656        "UpdateAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2657        "UpdateAccountSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2658        "UpdateBotRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2659        "UpdateBotRequest$BotId": "<p>The bot ID.</p>",
2660        "UpdatePhoneNumberRequestItem$PhoneNumberId": "<p>The phone number ID to update.</p>",
2661        "UpdateRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2662        "UpdateRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
2663        "UpdateRoomMembershipRequest$MemberId": "<p>The member ID.</p>",
2664        "UpdateRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2665        "UpdateRoomRequest$RoomId": "<p>The room ID.</p>",
2666        "UpdateSipMediaApplicationRequest$SipMediaApplicationId": "<p>The SIP media application ID.</p>",
2667        "UpdateSipRuleRequest$SipRuleId": "<p>The SIP rule ID.</p>",
2668        "UpdateUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2669        "UpdateUserRequest$UserId": "<p>The user ID.</p>",
2670        "UpdateUserRequestItem$UserId": "<p>The user ID.</p>",
2671        "UpdateVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
2672        "UpdateVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2673        "UserError$UserId": "<p>The user ID for which the action failed.</p>",
2674        "UserIdList$member": null,
2675        "VoiceConnector$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2676        "VoiceConnectorGroup$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
2677        "VoiceConnectorItem$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>"
2678      }
2679    },
2680    "NonEmptyString128": {
2681      "base": null,
2682      "refs": {
2683        "CreateProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2684        "DeleteProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2685        "DeleteProxySessionRequest$ProxySessionId": "<p>The proxy session ID.</p>",
2686        "DeleteVoiceConnectorProxyRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
2687        "GetProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2688        "GetProxySessionRequest$ProxySessionId": "<p>The proxy session ID.</p>",
2689        "GetVoiceConnectorProxyRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2690        "ListProxySessionsRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2691        "ProxySession$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2692        "ProxySession$ProxySessionId": "<p>The proxy session ID.</p>",
2693        "PutVoiceConnectorProxyRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2694        "UpdateProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
2695        "UpdateProxySessionRequest$ProxySessionId": "<p>The proxy session ID.</p>"
2696      }
2697    },
2698    "NonEmptyStringList": {
2699      "base": null,
2700      "refs": {
2701        "BatchDeletePhoneNumberRequest$PhoneNumberIds": "<p>List of phone number IDs.</p>",
2702        "DisassociateSigninDelegateGroupsFromAccountRequest$GroupNames": "<p>The sign-in delegate group names.</p>"
2703      }
2704    },
2705    "NonNullableBoolean": {
2706      "base": null,
2707      "refs": {
2708        "ChannelMessage$Redacted": "<p>Hides the content of a message.</p>",
2709        "ChannelMessageSummary$Redacted": "<p>Indicates whether a message was redacted.</p>"
2710      }
2711    },
2712    "NotFoundException": {
2713      "base": "<p>One or more of the resources in the request does not exist in the system.</p>",
2714      "refs": {
2715      }
2716    },
2717    "NotificationTarget": {
2718      "base": null,
2719      "refs": {
2720        "StreamingNotificationTarget$NotificationTarget": "<p>The streaming notification target.</p>"
2721      }
2722    },
2723    "NullableBoolean": {
2724      "base": null,
2725      "refs": {
2726        "AssociatePhoneNumbersWithVoiceConnectorGroupRequest$ForceAssociate": "<p>If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector Group and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.</p>",
2727        "AssociatePhoneNumbersWithVoiceConnectorRequest$ForceAssociate": "<p>If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.</p>",
2728        "Bot$Disabled": "<p>When true, the bot is stopped from running in your account.</p>",
2729        "CreateSipRuleRequest$Disabled": "<p>Enables or disables a rule. You must disable rules before you can delete them.</p>",
2730        "PhoneNumberCapabilities$InboundCall": "<p>Allows or denies inbound calling for the specified phone number.</p>",
2731        "PhoneNumberCapabilities$OutboundCall": "<p>Allows or denies outbound calling for the specified phone number.</p>",
2732        "PhoneNumberCapabilities$InboundSMS": "<p>Allows or denies inbound SMS messaging for the specified phone number.</p>",
2733        "PhoneNumberCapabilities$OutboundSMS": "<p>Allows or denies outbound SMS messaging for the specified phone number.</p>",
2734        "PhoneNumberCapabilities$InboundMMS": "<p>Allows or denies inbound MMS messaging for the specified phone number.</p>",
2735        "PhoneNumberCapabilities$OutboundMMS": "<p>Allows or denies outbound MMS messaging for the specified phone number.</p>",
2736        "UpdateBotRequest$Disabled": "<p>When true, stops the specified bot from running in your account.</p>",
2737        "UpdateSipRuleRequest$Disabled": "<p>The new value specified to indicate whether the rule is disabled.</p>"
2738      }
2739    },
2740    "NumberSelectionBehavior": {
2741      "base": null,
2742      "refs": {
2743        "CreateProxySessionRequest$NumberSelectionBehavior": "<p>The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.</p>",
2744        "ProxySession$NumberSelectionBehavior": "<p>The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.</p>"
2745      }
2746    },
2747    "OrderedPhoneNumber": {
2748      "base": "<p>A phone number for which an order has been placed.</p>",
2749      "refs": {
2750        "OrderedPhoneNumberList$member": null
2751      }
2752    },
2753    "OrderedPhoneNumberList": {
2754      "base": null,
2755      "refs": {
2756        "PhoneNumberOrder$OrderedPhoneNumbers": "<p>The ordered phone number details, such as the phone number in E.164 format and the phone number status.</p>"
2757      }
2758    },
2759    "OrderedPhoneNumberStatus": {
2760      "base": null,
2761      "refs": {
2762        "OrderedPhoneNumber$Status": "<p>The phone number status.</p>"
2763      }
2764    },
2765    "Origination": {
2766      "base": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.</p>",
2767      "refs": {
2768        "GetVoiceConnectorOriginationResponse$Origination": "<p>The origination setting details.</p>",
2769        "PutVoiceConnectorOriginationRequest$Origination": "<p>The origination setting details to add.</p>",
2770        "PutVoiceConnectorOriginationResponse$Origination": "<p>The updated origination setting details.</p>"
2771      }
2772    },
2773    "OriginationRoute": {
2774      "base": "<p>Origination routes define call distribution properties for your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each Amazon Chime Voice Connector.</p>",
2775      "refs": {
2776        "OriginationRouteList$member": null
2777      }
2778    },
2779    "OriginationRouteList": {
2780      "base": null,
2781      "refs": {
2782        "Origination$Routes": "<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.</p>"
2783      }
2784    },
2785    "OriginationRoutePriority": {
2786      "base": null,
2787      "refs": {
2788        "OriginationRoute$Priority": "<p>The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.</p>"
2789      }
2790    },
2791    "OriginationRouteProtocol": {
2792      "base": null,
2793      "refs": {
2794        "OriginationRoute$Protocol": "<p>The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.</p>"
2795      }
2796    },
2797    "OriginationRouteWeight": {
2798      "base": null,
2799      "refs": {
2800        "OriginationRoute$Weight": "<p>The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.</p>"
2801      }
2802    },
2803    "Participant": {
2804      "base": "<p>The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.</p>",
2805      "refs": {
2806        "Participants$member": null
2807      }
2808    },
2809    "ParticipantPhoneNumberList": {
2810      "base": null,
2811      "refs": {
2812        "CreateProxySessionRequest$ParticipantPhoneNumbers": "<p>The participant phone numbers.</p>"
2813      }
2814    },
2815    "Participants": {
2816      "base": null,
2817      "refs": {
2818        "ProxySession$Participants": "<p>The proxy session participants.</p>"
2819      }
2820    },
2821    "PhoneNumber": {
2822      "base": "<p>A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.</p>",
2823      "refs": {
2824        "GetPhoneNumberResponse$PhoneNumber": "<p>The phone number details.</p>",
2825        "PhoneNumberList$member": null,
2826        "RestorePhoneNumberResponse$PhoneNumber": "<p>The phone number details.</p>",
2827        "UpdatePhoneNumberResponse$PhoneNumber": "<p>The updated phone number details.</p>"
2828      }
2829    },
2830    "PhoneNumberAssociation": {
2831      "base": "<p>The phone number associations, such as Amazon Chime account ID, Amazon Chime user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.</p>",
2832      "refs": {
2833        "PhoneNumberAssociationList$member": null
2834      }
2835    },
2836    "PhoneNumberAssociationList": {
2837      "base": null,
2838      "refs": {
2839        "PhoneNumber$Associations": "<p>The phone number associations.</p>"
2840      }
2841    },
2842    "PhoneNumberAssociationName": {
2843      "base": null,
2844      "refs": {
2845        "ListPhoneNumbersRequest$FilterName": "<p>The filter to use to limit the number of results.</p>",
2846        "PhoneNumberAssociation$Name": "<p>Defines the association with an Amazon Chime account ID, user ID, Amazon Chime Voice Connector ID, or Amazon Chime Voice Connector group ID.</p>"
2847      }
2848    },
2849    "PhoneNumberCapabilities": {
2850      "base": "<p>The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.</p>",
2851      "refs": {
2852        "PhoneNumber$Capabilities": "<p>The phone number capabilities.</p>"
2853      }
2854    },
2855    "PhoneNumberError": {
2856      "base": "<p>If the phone number action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>",
2857      "refs": {
2858        "PhoneNumberErrorList$member": null
2859      }
2860    },
2861    "PhoneNumberErrorList": {
2862      "base": null,
2863      "refs": {
2864        "AssociatePhoneNumbersWithVoiceConnectorGroupResponse$PhoneNumberErrors": "<p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>",
2865        "AssociatePhoneNumbersWithVoiceConnectorResponse$PhoneNumberErrors": "<p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>",
2866        "BatchDeletePhoneNumberResponse$PhoneNumberErrors": "<p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>",
2867        "BatchUpdatePhoneNumberResponse$PhoneNumberErrors": "<p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>",
2868        "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse$PhoneNumberErrors": "<p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>",
2869        "DisassociatePhoneNumbersFromVoiceConnectorResponse$PhoneNumberErrors": "<p>If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.</p>"
2870      }
2871    },
2872    "PhoneNumberList": {
2873      "base": null,
2874      "refs": {
2875        "ListPhoneNumbersResponse$PhoneNumbers": "<p>The phone number details.</p>"
2876      }
2877    },
2878    "PhoneNumberMaxResults": {
2879      "base": null,
2880      "refs": {
2881        "SearchAvailablePhoneNumbersRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>"
2882      }
2883    },
2884    "PhoneNumberOrder": {
2885      "base": "<p>The details of a phone number order created for Amazon Chime.</p>",
2886      "refs": {
2887        "CreatePhoneNumberOrderResponse$PhoneNumberOrder": "<p>The phone number order details.</p>",
2888        "GetPhoneNumberOrderResponse$PhoneNumberOrder": "<p>The phone number order details.</p>",
2889        "PhoneNumberOrderList$member": null
2890      }
2891    },
2892    "PhoneNumberOrderList": {
2893      "base": null,
2894      "refs": {
2895        "ListPhoneNumberOrdersResponse$PhoneNumberOrders": "<p>The phone number order details.</p>"
2896      }
2897    },
2898    "PhoneNumberOrderStatus": {
2899      "base": null,
2900      "refs": {
2901        "PhoneNumberOrder$Status": "<p>The status of the phone number order.</p>"
2902      }
2903    },
2904    "PhoneNumberProductType": {
2905      "base": null,
2906      "refs": {
2907        "CreatePhoneNumberOrderRequest$ProductType": "<p>The phone number product type.</p>",
2908        "ListPhoneNumbersRequest$ProductType": "<p>The phone number product type.</p>",
2909        "PhoneNumber$ProductType": "<p>The phone number product type.</p>",
2910        "PhoneNumberOrder$ProductType": "<p>The phone number order product type.</p>",
2911        "UpdatePhoneNumberRequest$ProductType": "<p>The product type.</p>",
2912        "UpdatePhoneNumberRequestItem$ProductType": "<p>The product type to update.</p>"
2913      }
2914    },
2915    "PhoneNumberStatus": {
2916      "base": null,
2917      "refs": {
2918        "ListPhoneNumbersRequest$Status": "<p>The phone number status.</p>",
2919        "PhoneNumber$Status": "<p>The phone number status.</p>"
2920      }
2921    },
2922    "PhoneNumberType": {
2923      "base": null,
2924      "refs": {
2925        "PhoneNumber$Type": "<p>The phone number type.</p>"
2926      }
2927    },
2928    "Port": {
2929      "base": null,
2930      "refs": {
2931        "OriginationRoute$Port": "<p>The designated origination route port. Defaults to 5060.</p>"
2932      }
2933    },
2934    "PositiveInteger": {
2935      "base": null,
2936      "refs": {
2937        "CreateProxySessionRequest$ExpiryMinutes": "<p>The number of minutes allowed for the proxy session.</p>",
2938        "ProxySession$ExpiryMinutes": "<p>The number of minutes allowed for the proxy session.</p>",
2939        "UpdateProxySessionRequest$ExpiryMinutes": "<p>The number of minutes allowed for the proxy session.</p>"
2940      }
2941    },
2942    "ProfileServiceMaxResults": {
2943      "base": null,
2944      "refs": {
2945        "ListAccountsRequest$MaxResults": "<p>The maximum number of results to return in a single call. Defaults to 100.</p>",
2946        "ListUsersRequest$MaxResults": "<p>The maximum number of results to return in a single call. Defaults to 100.</p>"
2947      }
2948    },
2949    "Proxy": {
2950      "base": "<p>The proxy configuration for an Amazon Chime Voice Connector.</p>",
2951      "refs": {
2952        "GetVoiceConnectorProxyResponse$Proxy": "<p>The proxy configuration details.</p>",
2953        "PutVoiceConnectorProxyResponse$Proxy": "<p>The proxy configuration details.</p>"
2954      }
2955    },
2956    "ProxySession": {
2957      "base": "<p>The proxy session for an Amazon Chime Voice Connector.</p>",
2958      "refs": {
2959        "CreateProxySessionResponse$ProxySession": "<p>The proxy session details.</p>",
2960        "GetProxySessionResponse$ProxySession": "<p>The proxy session details.</p>",
2961        "ProxySessions$member": null,
2962        "UpdateProxySessionResponse$ProxySession": "<p>The proxy session details.</p>"
2963      }
2964    },
2965    "ProxySessionNameString": {
2966      "base": null,
2967      "refs": {
2968        "CreateProxySessionRequest$Name": "<p>The name of the proxy session.</p>"
2969      }
2970    },
2971    "ProxySessionStatus": {
2972      "base": null,
2973      "refs": {
2974        "ListProxySessionsRequest$Status": "<p>The proxy session status.</p>",
2975        "ProxySession$Status": "<p>The status of the proxy session.</p>"
2976      }
2977    },
2978    "ProxySessions": {
2979      "base": null,
2980      "refs": {
2981        "ListProxySessionsResponse$ProxySessions": "<p>The proxy session details.</p>"
2982      }
2983    },
2984    "PutAppInstanceRetentionSettingsRequest": {
2985      "base": null,
2986      "refs": {
2987      }
2988    },
2989    "PutAppInstanceRetentionSettingsResponse": {
2990      "base": null,
2991      "refs": {
2992      }
2993    },
2994    "PutAppInstanceStreamingConfigurationsRequest": {
2995      "base": null,
2996      "refs": {
2997      }
2998    },
2999    "PutAppInstanceStreamingConfigurationsResponse": {
3000      "base": null,
3001      "refs": {
3002      }
3003    },
3004    "PutEventsConfigurationRequest": {
3005      "base": null,
3006      "refs": {
3007      }
3008    },
3009    "PutEventsConfigurationResponse": {
3010      "base": null,
3011      "refs": {
3012      }
3013    },
3014    "PutRetentionSettingsRequest": {
3015      "base": null,
3016      "refs": {
3017      }
3018    },
3019    "PutRetentionSettingsResponse": {
3020      "base": null,
3021      "refs": {
3022      }
3023    },
3024    "PutSipMediaApplicationLoggingConfigurationRequest": {
3025      "base": null,
3026      "refs": {
3027      }
3028    },
3029    "PutSipMediaApplicationLoggingConfigurationResponse": {
3030      "base": null,
3031      "refs": {
3032      }
3033    },
3034    "PutVoiceConnectorEmergencyCallingConfigurationRequest": {
3035      "base": null,
3036      "refs": {
3037      }
3038    },
3039    "PutVoiceConnectorEmergencyCallingConfigurationResponse": {
3040      "base": null,
3041      "refs": {
3042      }
3043    },
3044    "PutVoiceConnectorLoggingConfigurationRequest": {
3045      "base": null,
3046      "refs": {
3047      }
3048    },
3049    "PutVoiceConnectorLoggingConfigurationResponse": {
3050      "base": null,
3051      "refs": {
3052      }
3053    },
3054    "PutVoiceConnectorOriginationRequest": {
3055      "base": null,
3056      "refs": {
3057      }
3058    },
3059    "PutVoiceConnectorOriginationResponse": {
3060      "base": null,
3061      "refs": {
3062      }
3063    },
3064    "PutVoiceConnectorProxyRequest": {
3065      "base": null,
3066      "refs": {
3067      }
3068    },
3069    "PutVoiceConnectorProxyResponse": {
3070      "base": null,
3071      "refs": {
3072      }
3073    },
3074    "PutVoiceConnectorStreamingConfigurationRequest": {
3075      "base": null,
3076      "refs": {
3077      }
3078    },
3079    "PutVoiceConnectorStreamingConfigurationResponse": {
3080      "base": null,
3081      "refs": {
3082      }
3083    },
3084    "PutVoiceConnectorTerminationCredentialsRequest": {
3085      "base": null,
3086      "refs": {
3087      }
3088    },
3089    "PutVoiceConnectorTerminationRequest": {
3090      "base": null,
3091      "refs": {
3092      }
3093    },
3094    "PutVoiceConnectorTerminationResponse": {
3095      "base": null,
3096      "refs": {
3097      }
3098    },
3099    "RedactChannelMessageRequest": {
3100      "base": null,
3101      "refs": {
3102      }
3103    },
3104    "RedactChannelMessageResponse": {
3105      "base": null,
3106      "refs": {
3107      }
3108    },
3109    "RedactConversationMessageRequest": {
3110      "base": null,
3111      "refs": {
3112      }
3113    },
3114    "RedactConversationMessageResponse": {
3115      "base": null,
3116      "refs": {
3117      }
3118    },
3119    "RedactRoomMessageRequest": {
3120      "base": null,
3121      "refs": {
3122      }
3123    },
3124    "RedactRoomMessageResponse": {
3125      "base": null,
3126      "refs": {
3127      }
3128    },
3129    "RegenerateSecurityTokenRequest": {
3130      "base": null,
3131      "refs": {
3132      }
3133    },
3134    "RegenerateSecurityTokenResponse": {
3135      "base": null,
3136      "refs": {
3137      }
3138    },
3139    "RegistrationStatus": {
3140      "base": null,
3141      "refs": {
3142        "User$UserRegistrationStatus": "<p>The user registration status.</p>"
3143      }
3144    },
3145    "ResetPersonalPINRequest": {
3146      "base": null,
3147      "refs": {
3148      }
3149    },
3150    "ResetPersonalPINResponse": {
3151      "base": null,
3152      "refs": {
3153      }
3154    },
3155    "ResourceLimitExceededException": {
3156      "base": "<p>The request exceeds the resource limit.</p>",
3157      "refs": {
3158      }
3159    },
3160    "ResourceName": {
3161      "base": null,
3162      "refs": {
3163        "Identity$Name": "<p>The name in an Identity.</p>"
3164      }
3165    },
3166    "RestorePhoneNumberRequest": {
3167      "base": null,
3168      "refs": {
3169      }
3170    },
3171    "RestorePhoneNumberResponse": {
3172      "base": null,
3173      "refs": {
3174      }
3175    },
3176    "ResultMax": {
3177      "base": null,
3178      "refs": {
3179        "ListAttendeesRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3180        "ListBotsRequest$MaxResults": "<p>The maximum number of results to return in a single call. The default is 10.</p>",
3181        "ListMeetingsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3182        "ListPhoneNumberOrdersRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3183        "ListPhoneNumbersRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3184        "ListProxySessionsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3185        "ListRoomMembershipsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3186        "ListRoomsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3187        "ListSipMediaApplicationsRequest$MaxResults": "<p>The maximum number of results to return in a single call. Defaults to 100.</p>",
3188        "ListSipRulesRequest$MaxResults": "<p>The maximum number of results to return in a single call. Defaults to 100.</p>",
3189        "ListVoiceConnectorGroupsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
3190        "ListVoiceConnectorsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>"
3191      }
3192    },
3193    "RetentionDays": {
3194      "base": null,
3195      "refs": {
3196        "ChannelRetentionSettings$RetentionDays": "<p>The time in days to retain the messages in a channel.</p>",
3197        "ConversationRetentionSettings$RetentionDays": "<p>The number of days for which to retain conversation messages.</p>",
3198        "RoomRetentionSettings$RetentionDays": "<p>The number of days for which to retain chat-room messages.</p>"
3199      }
3200    },
3201    "RetentionSettings": {
3202      "base": "<p>The retention settings for an Amazon Chime Enterprise account that determine how long to retain items such as chat-room messages and chat-conversation messages.</p>",
3203      "refs": {
3204        "GetRetentionSettingsResponse$RetentionSettings": "<p>The retention settings.</p>",
3205        "PutRetentionSettingsRequest$RetentionSettings": "<p>The retention settings.</p>",
3206        "PutRetentionSettingsResponse$RetentionSettings": "<p>The retention settings.</p>"
3207      }
3208    },
3209    "Room": {
3210      "base": "<p>The Amazon Chime chat room details.</p>",
3211      "refs": {
3212        "CreateRoomResponse$Room": "<p>The room details.</p>",
3213        "GetRoomResponse$Room": "<p>The room details.</p>",
3214        "RoomList$member": null,
3215        "UpdateRoomResponse$Room": "<p>The room details.</p>"
3216      }
3217    },
3218    "RoomList": {
3219      "base": null,
3220      "refs": {
3221        "ListRoomsResponse$Rooms": "<p>The room details.</p>"
3222      }
3223    },
3224    "RoomMembership": {
3225      "base": "<p>The room membership details.</p>",
3226      "refs": {
3227        "CreateRoomMembershipResponse$RoomMembership": "<p>The room membership details.</p>",
3228        "RoomMembershipList$member": null,
3229        "UpdateRoomMembershipResponse$RoomMembership": "<p>The room membership details.</p>"
3230      }
3231    },
3232    "RoomMembershipList": {
3233      "base": null,
3234      "refs": {
3235        "ListRoomMembershipsResponse$RoomMemberships": "<p>The room membership details.</p>"
3236      }
3237    },
3238    "RoomMembershipRole": {
3239      "base": null,
3240      "refs": {
3241        "CreateRoomMembershipRequest$Role": "<p>The role of the member.</p>",
3242        "MembershipItem$Role": "<p>The member role.</p>",
3243        "RoomMembership$Role": "<p>The membership role.</p>",
3244        "UpdateRoomMembershipRequest$Role": "<p>The role of the member.</p>"
3245      }
3246    },
3247    "RoomRetentionSettings": {
3248      "base": "<p>The retention settings that determine how long to retain chat-room messages for an Amazon Chime Enterprise account.</p>",
3249      "refs": {
3250        "RetentionSettings$RoomRetentionSettings": "<p>The chat room retention settings.</p>"
3251      }
3252    },
3253    "SearchAvailablePhoneNumbersRequest": {
3254      "base": null,
3255      "refs": {
3256      }
3257    },
3258    "SearchAvailablePhoneNumbersResponse": {
3259      "base": null,
3260      "refs": {
3261      }
3262    },
3263    "SendChannelMessageRequest": {
3264      "base": null,
3265      "refs": {
3266      }
3267    },
3268    "SendChannelMessageResponse": {
3269      "base": null,
3270      "refs": {
3271      }
3272    },
3273    "SensitiveString": {
3274      "base": null,
3275      "refs": {
3276        "AlexaForBusinessMetadata$AlexaForBusinessRoomArn": "<p>The ARN of the room resource.</p>",
3277        "Bot$DisplayName": "<p>The bot display name.</p>",
3278        "Bot$BotEmail": "<p>The bot email address.</p>",
3279        "Bot$SecurityToken": "<p>The security token used to authenticate Amazon Chime with the outgoing event endpoint.</p>",
3280        "CreateBotRequest$DisplayName": "<p>The bot display name.</p>",
3281        "CreateRoomRequest$Name": "<p>The room name.</p>",
3282        "Credential$Username": "<p>The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.</p>",
3283        "Credential$Password": "<p>The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.</p>",
3284        "EventsConfiguration$OutboundEventsHTTPSEndpoint": "<p>HTTPS endpoint that allows a bot to receive outgoing events.</p>",
3285        "EventsConfiguration$LambdaFunctionArn": "<p>Lambda function ARN that allows a bot to receive outgoing events.</p>",
3286        "Member$Email": "<p>The member email address.</p>",
3287        "Member$FullName": "<p>The member name.</p>",
3288        "PutEventsConfigurationRequest$OutboundEventsHTTPSEndpoint": "<p>HTTPS endpoint that allows the bot to receive outgoing events.</p>",
3289        "PutEventsConfigurationRequest$LambdaFunctionArn": "<p>Lambda function ARN that allows the bot to receive outgoing events.</p>",
3290        "Room$Name": "<p>The room name.</p>",
3291        "SensitiveStringList$member": null,
3292        "UpdateRoomRequest$Name": "<p>The room name.</p>",
3293        "User$PrimaryProvisionedNumber": "<p>The primary phone number associated with the user.</p>",
3294        "User$DisplayName": "<p>The display name of the user.</p>"
3295      }
3296    },
3297    "SensitiveStringList": {
3298      "base": null,
3299      "refs": {
3300        "DeleteVoiceConnectorTerminationCredentialsRequest$Usernames": "<p>The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.</p>",
3301        "ListVoiceConnectorTerminationCredentialsResponse$Usernames": "<p>A list of user names.</p>"
3302      }
3303    },
3304    "ServiceFailureException": {
3305      "base": "<p>The service encountered an unexpected error.</p>",
3306      "refs": {
3307      }
3308    },
3309    "ServiceUnavailableException": {
3310      "base": "<p>The service is currently unavailable.</p>",
3311      "refs": {
3312      }
3313    },
3314    "SigninDelegateGroup": {
3315      "base": "<p>An Active Directory (AD) group whose members are granted permission to act as delegates.</p>",
3316      "refs": {
3317        "SigninDelegateGroupList$member": null
3318      }
3319    },
3320    "SigninDelegateGroupList": {
3321      "base": null,
3322      "refs": {
3323        "Account$SigninDelegateGroups": "<p>The sign-in delegate groups associated with the account.</p>",
3324        "AssociateSigninDelegateGroupsWithAccountRequest$SigninDelegateGroups": "<p>The sign-in delegate groups.</p>"
3325      }
3326    },
3327    "SipApplicationPriority": {
3328      "base": null,
3329      "refs": {
3330        "SipRuleTargetApplication$Priority": "<p>Priority of the SIP media application in the target list.</p>"
3331      }
3332    },
3333    "SipMediaApplication": {
3334      "base": "<p>The details of the SIP media application, including name and endpoints. An AWS account can have multiple SIP media applications.</p>",
3335      "refs": {
3336        "CreateSipMediaApplicationResponse$SipMediaApplication": "<p>The SIP media application details.</p>",
3337        "GetSipMediaApplicationResponse$SipMediaApplication": "<p>The SIP media application details.</p>",
3338        "SipMediaApplicationList$member": null,
3339        "UpdateSipMediaApplicationResponse$SipMediaApplication": "<p>The updated SIP media application details.</p>"
3340      }
3341    },
3342    "SipMediaApplicationCall": {
3343      "base": "<p>A <code>Call</code> instance for a SIP media application.</p>",
3344      "refs": {
3345        "CreateSipMediaApplicationCallResponse$SipMediaApplicationCall": "<p>The actual call.</p>"
3346      }
3347    },
3348    "SipMediaApplicationEndpoint": {
3349      "base": "<p>The endpoint assigned to the SIP media application.</p>",
3350      "refs": {
3351        "SipMediaApplicationEndpointList$member": null
3352      }
3353    },
3354    "SipMediaApplicationEndpointList": {
3355      "base": null,
3356      "refs": {
3357        "CreateSipMediaApplicationRequest$Endpoints": "<p>List of endpoints (Lambda Amazon Resource Names) specified for the SIP media application. Currently, only one endpoint is supported.</p>",
3358        "SipMediaApplication$Endpoints": "<p>List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.</p>",
3359        "UpdateSipMediaApplicationRequest$Endpoints": "<p>The new set of endpoints for the specified SIP media application.</p>"
3360      }
3361    },
3362    "SipMediaApplicationList": {
3363      "base": null,
3364      "refs": {
3365        "ListSipMediaApplicationsResponse$SipMediaApplications": "<p>List of SIP media applications and application details.</p>"
3366      }
3367    },
3368    "SipMediaApplicationLoggingConfiguration": {
3369      "base": "<p>Logging configuration of the SIP media application.</p>",
3370      "refs": {
3371        "GetSipMediaApplicationLoggingConfigurationResponse$SipMediaApplicationLoggingConfiguration": "<p>The actual logging configuration.</p>",
3372        "PutSipMediaApplicationLoggingConfigurationRequest$SipMediaApplicationLoggingConfiguration": "<p>The actual logging configuration.</p>",
3373        "PutSipMediaApplicationLoggingConfigurationResponse$SipMediaApplicationLoggingConfiguration": null
3374      }
3375    },
3376    "SipMediaApplicationName": {
3377      "base": null,
3378      "refs": {
3379        "CreateSipMediaApplicationRequest$Name": "<p>The SIP media application name.</p>",
3380        "SipMediaApplication$Name": "<p>The name of the SIP media application.</p>",
3381        "UpdateSipMediaApplicationRequest$Name": "<p>The new name for the specified SIP media application.</p>"
3382      }
3383    },
3384    "SipRule": {
3385      "base": "<p>The SIP rule details, including name, triggers, and target applications. An AWS account can have multiple SIP rules.</p>",
3386      "refs": {
3387        "CreateSipRuleResponse$SipRule": "<p>Returns the SIP rule information, including the rule ID, triggers, and target applications.</p>",
3388        "GetSipRuleResponse$SipRule": "<p>The SIP rule details.</p>",
3389        "SipRuleList$member": null,
3390        "UpdateSipRuleResponse$SipRule": "<p>Updated SIP rule details.</p>"
3391      }
3392    },
3393    "SipRuleList": {
3394      "base": null,
3395      "refs": {
3396        "ListSipRulesResponse$SipRules": "<p>List of SIP rules and rule details.</p>"
3397      }
3398    },
3399    "SipRuleName": {
3400      "base": null,
3401      "refs": {
3402        "CreateSipRuleRequest$Name": "<p>The name of the SIP rule.</p>",
3403        "SipRule$Name": "<p>The name of the SIP rule.</p>",
3404        "UpdateSipRuleRequest$Name": "<p>The new name for the specified SIP rule.</p>"
3405      }
3406    },
3407    "SipRuleTargetApplication": {
3408      "base": "<p>Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.</p>",
3409      "refs": {
3410        "SipRuleTargetApplicationList$member": null
3411      }
3412    },
3413    "SipRuleTargetApplicationList": {
3414      "base": null,
3415      "refs": {
3416        "CreateSipRuleRequest$TargetApplications": "<p>List of SIP media applications with priority and AWS Region. Only one SIP application per AWS Region can be used.</p>",
3417        "SipRule$TargetApplications": "<p>Target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided.</p>",
3418        "UpdateSipRuleRequest$TargetApplications": "<p>The new value of the list of target applications.</p>"
3419      }
3420    },
3421    "SipRuleTriggerType": {
3422      "base": null,
3423      "refs": {
3424        "CreateSipRuleRequest$TriggerType": "<p>The type of trigger assigned to the SIP rule in <code>TriggerValue</code>, currently <code>RequestUriHostname</code> or <code>ToPhoneNumber</code>.</p>",
3425        "SipRule$TriggerType": "<p>The type of trigger assigned to the SIP rule in <code>TriggerValue</code>, currently <code>RequestUriHostname</code> or <code>ToPhoneNumber</code>.</p>"
3426      }
3427    },
3428    "SortOrder": {
3429      "base": null,
3430      "refs": {
3431        "ListChannelMessagesRequest$SortOrder": "<p>The order in which you want messages sorted. Default is Descending, based on time created.</p>"
3432      }
3433    },
3434    "StreamingConfiguration": {
3435      "base": "<p>The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.</p>",
3436      "refs": {
3437        "GetVoiceConnectorStreamingConfigurationResponse$StreamingConfiguration": "<p>The streaming configuration details.</p>",
3438        "PutVoiceConnectorStreamingConfigurationRequest$StreamingConfiguration": "<p>The streaming configuration details to add.</p>",
3439        "PutVoiceConnectorStreamingConfigurationResponse$StreamingConfiguration": "<p>The updated streaming configuration details.</p>"
3440      }
3441    },
3442    "StreamingNotificationTarget": {
3443      "base": "<p>The targeted recipient for a streaming configuration notification.</p>",
3444      "refs": {
3445        "StreamingNotificationTargetList$member": null
3446      }
3447    },
3448    "StreamingNotificationTargetList": {
3449      "base": null,
3450      "refs": {
3451        "StreamingConfiguration$StreamingNotificationTargets": "<p>The streaming notification targets.</p>"
3452      }
3453    },
3454    "String": {
3455      "base": null,
3456      "refs": {
3457        "AccessDeniedException$Message": null,
3458        "Account$AwsAccountId": "<p>The AWS account ID.</p>",
3459        "Account$AccountId": "<p>The Amazon Chime account ID.</p>",
3460        "Account$Name": "<p>The Amazon Chime account name.</p>",
3461        "AssociatePhoneNumberWithUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
3462        "AssociatePhoneNumberWithUserRequest$UserId": "<p>The user ID.</p>",
3463        "BadRequestException$Message": null,
3464        "Bot$BotId": "<p>The bot ID.</p>",
3465        "Bot$UserId": "<p>The unique ID for the bot user.</p>",
3466        "BusinessCallingSettings$CdrBucket": "<p>The Amazon S3 bucket designated for call detail record storage.</p>",
3467        "ConflictException$Message": null,
3468        "CreateAttendeeError$ErrorCode": "<p>The error code.</p>",
3469        "CreateAttendeeError$ErrorMessage": "<p>The error message.</p>",
3470        "CreateMeetingRequest$MediaRegion": "<p> The Region in which to create the meeting. Default: <code>us-east-1</code>. </p> <p> Available values: <code>af-south-1</code> , <code>ap-northeast-1</code> , <code>ap-northeast-2</code> , <code>ap-south-1</code> , <code>ap-southeast-1</code> , <code>ap-southeast-2</code> , <code>ca-central-1</code> , <code>eu-central-1</code> , <code>eu-north-1</code> , <code>eu-south-1</code> , <code>eu-west-1</code> , <code>eu-west-2</code> , <code>eu-west-3</code> , <code>sa-east-1</code> , <code>us-east-1</code> , <code>us-east-2</code> , <code>us-west-1</code> , <code>us-west-2</code> . </p>",
3471        "CreateMeetingWithAttendeesRequest$MediaRegion": "<p> The Region in which to create the meeting. Default: <code>us-east-1</code> . </p> <p> Available values: <code>af-south-1</code> , <code>ap-northeast-1</code> , <code>ap-northeast-2</code> , <code>ap-south-1</code> , <code>ap-southeast-1</code> , <code>ap-southeast-2</code> , <code>ca-central-1</code> , <code>eu-central-1</code> , <code>eu-north-1</code> , <code>eu-south-1</code> , <code>eu-west-1</code> , <code>eu-west-2</code> , <code>eu-west-3</code> , <code>sa-east-1</code> , <code>us-east-1</code> , <code>us-east-2</code> , <code>us-west-1</code> , <code>us-west-2</code> . </p>",
3472        "CreateSipMediaApplicationRequest$AwsRegion": "<p>The AWS Region assigned to the SIP media application.</p>",
3473        "CreateUserRequest$Username": "<p>The user name.</p>",
3474        "DeletePhoneNumberRequest$PhoneNumberId": "<p>The phone number ID.</p>",
3475        "DisassociatePhoneNumberFromUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
3476        "DisassociatePhoneNumberFromUserRequest$UserId": "<p>The user ID.</p>",
3477        "EventsConfiguration$BotId": "<p>The bot ID.</p>",
3478        "ForbiddenException$Message": null,
3479        "GetPhoneNumberRequest$PhoneNumberId": "<p>The phone number ID.</p>",
3480        "GetUserSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
3481        "GetUserSettingsRequest$UserId": "<p>The user ID.</p>",
3482        "Invite$InviteId": "<p>The invite ID.</p>",
3483        "ListAccountsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3484        "ListAccountsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3485        "ListAttendeesRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3486        "ListAttendeesResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3487        "ListBotsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3488        "ListBotsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3489        "ListMeetingsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3490        "ListMeetingsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3491        "ListPhoneNumberOrdersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3492        "ListPhoneNumberOrdersResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3493        "ListPhoneNumbersRequest$FilterValue": "<p>The value to use for the filter.</p>",
3494        "ListPhoneNumbersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3495        "ListPhoneNumbersResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3496        "ListRoomMembershipsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3497        "ListRoomMembershipsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3498        "ListRoomsRequest$MemberId": "<p>The member ID (user ID or bot ID).</p>",
3499        "ListRoomsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3500        "ListRoomsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3501        "ListUsersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3502        "ListUsersResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3503        "ListVoiceConnectorGroupsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3504        "ListVoiceConnectorGroupsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3505        "ListVoiceConnectorsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3506        "ListVoiceConnectorsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3507        "Meeting$MediaRegion": "<p> The Region in which you create the meeting. Available values: <code>af-south-1</code> , <code>ap-northeast-1</code> , <code>ap-northeast-2</code> , <code>ap-south-1</code> , <code>ap-southeast-1</code> , <code>ap-southeast-2</code> , <code>ca-central-1</code> , <code>eu-central-1</code> , <code>eu-north-1</code> , <code>eu-south-1</code> , <code>eu-west-1</code> , <code>eu-west-2</code> , <code>eu-west-3</code> , <code>sa-east-1</code> , <code>us-east-1</code> , <code>us-east-2</code> , <code>us-west-1</code> , <code>us-west-2</code> . </p>",
3508        "MemberError$ErrorMessage": "<p>The error message.</p>",
3509        "NonEmptyStringList$member": null,
3510        "NotFoundException$Message": null,
3511        "OriginationRoute$Host": "<p>The FQDN or IP address to contact for origination traffic.</p>",
3512        "PhoneNumber$PhoneNumberId": "<p>The phone number ID.</p>",
3513        "PhoneNumberAssociation$Value": "<p>Contains the ID for the entity specified in Name.</p>",
3514        "PhoneNumberError$ErrorMessage": "<p>The error message.</p>",
3515        "ResourceLimitExceededException$Message": null,
3516        "SearchAvailablePhoneNumbersRequest$AreaCode": "<p>The area code used to filter results.</p>",
3517        "SearchAvailablePhoneNumbersRequest$City": "<p>The city used to filter results.</p>",
3518        "SearchAvailablePhoneNumbersRequest$Country": "<p>The country used to filter results.</p>",
3519        "SearchAvailablePhoneNumbersRequest$State": "<p>The state used to filter results.</p>",
3520        "SearchAvailablePhoneNumbersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
3521        "ServiceFailureException$Message": null,
3522        "ServiceUnavailableException$Message": null,
3523        "SipMediaApplication$AwsRegion": "<p>The AWS Region in which the SIP media application is created.</p>",
3524        "SipRuleTargetApplication$AwsRegion": "<p>The AWS Region of the target application.</p>",
3525        "StringList$member": null,
3526        "TerminationHealth$Source": "<p>The source IP address.</p>",
3527        "ThrottledClientException$Message": null,
3528        "UnauthorizedClientException$Message": null,
3529        "UnprocessableEntityException$Message": null,
3530        "UpdatePhoneNumberRequest$PhoneNumberId": "<p>The phone number ID.</p>",
3531        "UpdateUserSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
3532        "UpdateUserSettingsRequest$UserId": "<p>The user ID.</p>",
3533        "User$UserId": "<p>The user ID.</p>",
3534        "User$AccountId": "<p>The Amazon Chime account ID.</p>",
3535        "User$PersonalPIN": "<p>The user's personal meeting PIN.</p>",
3536        "UserError$ErrorMessage": "<p>The error message.</p>",
3537        "VoiceConnector$OutboundHostName": "<p>The outbound host name for the Amazon Chime Voice Connector.</p>",
3538        "VoiceConnectorSettings$CdrBucket": "<p>The Amazon S3 bucket designated for call detail record storage.</p>"
3539      }
3540    },
3541    "String128": {
3542      "base": null,
3543      "refs": {
3544        "ProxySession$Name": "<p>The name of the proxy session.</p>"
3545      }
3546    },
3547    "StringList": {
3548      "base": null,
3549      "refs": {
3550        "Proxy$PhoneNumberCountries": "<p>The countries for proxy phone numbers to be selected from.</p>",
3551        "Termination$CidrAllowedList": "<p>The IP addresses allowed to make calls, in CIDR format. Required.</p>"
3552      }
3553    },
3554    "Tag": {
3555      "base": "<p>Describes a tag applied to a resource.</p>",
3556      "refs": {
3557        "AttendeeTagList$member": null,
3558        "MeetingTagList$member": null,
3559        "TagList$member": null
3560      }
3561    },
3562    "TagAttendeeRequest": {
3563      "base": null,
3564      "refs": {
3565      }
3566    },
3567    "TagKey": {
3568      "base": null,
3569      "refs": {
3570        "AttendeeTagKeyList$member": null,
3571        "MeetingTagKeyList$member": null,
3572        "Tag$Key": "<p>The key of the tag.</p>",
3573        "TagKeyList$member": null
3574      }
3575    },
3576    "TagKeyList": {
3577      "base": null,
3578      "refs": {
3579        "UntagResourceRequest$TagKeys": "<p>The tag keys.</p>"
3580      }
3581    },
3582    "TagList": {
3583      "base": null,
3584      "refs": {
3585        "CreateAppInstanceRequest$Tags": "<p>Tags assigned to the <code>AppInstanceUser</code>.</p>",
3586        "CreateAppInstanceUserRequest$Tags": "<p>Tags assigned to the <code>AppInstanceUser</code>.</p>",
3587        "CreateChannelRequest$Tags": "<p>The tags for the creation request.</p>",
3588        "ListAttendeeTagsResponse$Tags": "<p>A list of tag key-value pairs.</p>",
3589        "ListMeetingTagsResponse$Tags": "<p>A list of tag key-value pairs.</p>",
3590        "ListTagsForResourceResponse$Tags": "<p>A list of tag-key value pairs.</p>",
3591        "TagResourceRequest$Tags": "<p>The tag key-value pairs.</p>"
3592      }
3593    },
3594    "TagMeetingRequest": {
3595      "base": null,
3596      "refs": {
3597      }
3598    },
3599    "TagResourceRequest": {
3600      "base": null,
3601      "refs": {
3602      }
3603    },
3604    "TagValue": {
3605      "base": null,
3606      "refs": {
3607        "Tag$Value": "<p>The value of the tag.</p>"
3608      }
3609    },
3610    "TelephonySettings": {
3611      "base": "<p>Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.</p>",
3612      "refs": {
3613        "UserSettings$Telephony": "<p>The telephony settings associated with the user.</p>"
3614      }
3615    },
3616    "Termination": {
3617      "base": "<p>Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.</p>",
3618      "refs": {
3619        "GetVoiceConnectorTerminationResponse$Termination": "<p>The termination setting details.</p>",
3620        "PutVoiceConnectorTerminationRequest$Termination": "<p>The termination setting details to add.</p>",
3621        "PutVoiceConnectorTerminationResponse$Termination": "<p>The updated termination setting details.</p>"
3622      }
3623    },
3624    "TerminationHealth": {
3625      "base": "<p>The termination health details, including the source IP address and timestamp of the last successful SIP <code>OPTIONS</code> message from your SIP infrastructure.</p>",
3626      "refs": {
3627        "GetVoiceConnectorTerminationHealthResponse$TerminationHealth": "<p>The termination health details.</p>"
3628      }
3629    },
3630    "ThrottledClientException": {
3631      "base": "<p>The client exceeded its request rate limit.</p>",
3632      "refs": {
3633      }
3634    },
3635    "Timestamp": {
3636      "base": null,
3637      "refs": {
3638        "AppInstance$CreatedTimestamp": "<p>The time at which an <code>AppInstance</code> was created. In epoch milliseconds.</p>",
3639        "AppInstance$LastUpdatedTimestamp": "<p>The time an <code>AppInstance</code> was last updated. In epoch milliseconds.</p>",
3640        "AppInstanceAdmin$CreatedTimestamp": "<p>The time at which an administrator was created.</p>",
3641        "AppInstanceUser$CreatedTimestamp": "<p>The time at which the <code>AppInstanceUser</code> was created.</p>",
3642        "AppInstanceUser$LastUpdatedTimestamp": "<p>The time at which the <code>AppInstanceUser</code> was last updated.</p>",
3643        "AppInstanceUserMembershipSummary$ReadMarkerTimestamp": "<p>The time at which a message was last read.</p>",
3644        "Channel$CreatedTimestamp": "<p>The time at which the <code>AppInstanceUser</code> created the channel.</p>",
3645        "Channel$LastMessageTimestamp": "<p>The time at which a member sent the last message in the channel.</p>",
3646        "Channel$LastUpdatedTimestamp": "<p>The time at which a channel was last updated.</p>",
3647        "ChannelBan$CreatedTimestamp": "<p>The time at which the ban was created.</p>",
3648        "ChannelMembership$CreatedTimestamp": "<p>The time at which the channel membership was created.</p>",
3649        "ChannelMembership$LastUpdatedTimestamp": "<p>The time at which a channel membership was last updated.</p>",
3650        "ChannelMessage$CreatedTimestamp": "<p>The time at which the message was created.</p>",
3651        "ChannelMessage$LastEditedTimestamp": "<p>The time at which a message was edited.</p>",
3652        "ChannelMessage$LastUpdatedTimestamp": "<p>The time at which a message was updated.</p>",
3653        "ChannelMessageSummary$CreatedTimestamp": "<p>The time at which the message summary was created.</p>",
3654        "ChannelMessageSummary$LastUpdatedTimestamp": "<p>The time at which a message was last updated.</p>",
3655        "ChannelMessageSummary$LastEditedTimestamp": "<p>The time at which a message was last edited.</p>",
3656        "ChannelModerator$CreatedTimestamp": "<p>The time at which the moderator was created.</p>",
3657        "ChannelSummary$LastMessageTimestamp": "<p>The time at which the last message in a channel was sent.</p>",
3658        "GetAppInstanceRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The timestamp representing the time at which the specified items are retained, in Epoch Seconds.</p>",
3659        "ListChannelMessagesRequest$NotBefore": "<p>The initial or starting time stamp for your requested messages.</p>",
3660        "ListChannelMessagesRequest$NotAfter": "<p>The final or ending time stamp for your requested messages.</p>",
3661        "PutAppInstanceRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The time at which the API deletes data.</p>"
3662      }
3663    },
3664    "TollFreePrefix": {
3665      "base": null,
3666      "refs": {
3667        "SearchAvailablePhoneNumbersRequest$TollFreePrefix": "<p>The toll-free prefix that you use to filter results.</p>"
3668      }
3669    },
3670    "UnauthorizedClientException": {
3671      "base": "<p>The client is not currently authorized to make the request.</p>",
3672      "refs": {
3673      }
3674    },
3675    "UnprocessableEntityException": {
3676      "base": "<p>The request was well-formed but was unable to be followed due to semantic errors.</p>",
3677      "refs": {
3678      }
3679    },
3680    "UntagAttendeeRequest": {
3681      "base": null,
3682      "refs": {
3683      }
3684    },
3685    "UntagMeetingRequest": {
3686      "base": null,
3687      "refs": {
3688      }
3689    },
3690    "UntagResourceRequest": {
3691      "base": null,
3692      "refs": {
3693      }
3694    },
3695    "UpdateAccountRequest": {
3696      "base": null,
3697      "refs": {
3698      }
3699    },
3700    "UpdateAccountResponse": {
3701      "base": null,
3702      "refs": {
3703      }
3704    },
3705    "UpdateAccountSettingsRequest": {
3706      "base": null,
3707      "refs": {
3708      }
3709    },
3710    "UpdateAccountSettingsResponse": {
3711      "base": null,
3712      "refs": {
3713      }
3714    },
3715    "UpdateAppInstanceRequest": {
3716      "base": null,
3717      "refs": {
3718      }
3719    },
3720    "UpdateAppInstanceResponse": {
3721      "base": null,
3722      "refs": {
3723      }
3724    },
3725    "UpdateAppInstanceUserRequest": {
3726      "base": null,
3727      "refs": {
3728      }
3729    },
3730    "UpdateAppInstanceUserResponse": {
3731      "base": null,
3732      "refs": {
3733      }
3734    },
3735    "UpdateBotRequest": {
3736      "base": null,
3737      "refs": {
3738      }
3739    },
3740    "UpdateBotResponse": {
3741      "base": null,
3742      "refs": {
3743      }
3744    },
3745    "UpdateChannelMessageRequest": {
3746      "base": null,
3747      "refs": {
3748      }
3749    },
3750    "UpdateChannelMessageResponse": {
3751      "base": null,
3752      "refs": {
3753      }
3754    },
3755    "UpdateChannelReadMarkerRequest": {
3756      "base": null,
3757      "refs": {
3758      }
3759    },
3760    "UpdateChannelReadMarkerResponse": {
3761      "base": null,
3762      "refs": {
3763      }
3764    },
3765    "UpdateChannelRequest": {
3766      "base": null,
3767      "refs": {
3768      }
3769    },
3770    "UpdateChannelResponse": {
3771      "base": null,
3772      "refs": {
3773      }
3774    },
3775    "UpdateGlobalSettingsRequest": {
3776      "base": null,
3777      "refs": {
3778      }
3779    },
3780    "UpdatePhoneNumberRequest": {
3781      "base": null,
3782      "refs": {
3783      }
3784    },
3785    "UpdatePhoneNumberRequestItem": {
3786      "base": "<p> The phone number ID, product type, or calling name fields to update, used with the <a>BatchUpdatePhoneNumber</a> and <a>UpdatePhoneNumber</a> actions. </p>",
3787      "refs": {
3788        "UpdatePhoneNumberRequestItemList$member": null
3789      }
3790    },
3791    "UpdatePhoneNumberRequestItemList": {
3792      "base": null,
3793      "refs": {
3794        "BatchUpdatePhoneNumberRequest$UpdatePhoneNumberRequestItems": "<p>The request containing the phone number IDs and product types or calling names to update.</p>"
3795      }
3796    },
3797    "UpdatePhoneNumberResponse": {
3798      "base": null,
3799      "refs": {
3800      }
3801    },
3802    "UpdatePhoneNumberSettingsRequest": {
3803      "base": null,
3804      "refs": {
3805      }
3806    },
3807    "UpdateProxySessionRequest": {
3808      "base": null,
3809      "refs": {
3810      }
3811    },
3812    "UpdateProxySessionResponse": {
3813      "base": null,
3814      "refs": {
3815      }
3816    },
3817    "UpdateRoomMembershipRequest": {
3818      "base": null,
3819      "refs": {
3820      }
3821    },
3822    "UpdateRoomMembershipResponse": {
3823      "base": null,
3824      "refs": {
3825      }
3826    },
3827    "UpdateRoomRequest": {
3828      "base": null,
3829      "refs": {
3830      }
3831    },
3832    "UpdateRoomResponse": {
3833      "base": null,
3834      "refs": {
3835      }
3836    },
3837    "UpdateSipMediaApplicationRequest": {
3838      "base": null,
3839      "refs": {
3840      }
3841    },
3842    "UpdateSipMediaApplicationResponse": {
3843      "base": null,
3844      "refs": {
3845      }
3846    },
3847    "UpdateSipRuleRequest": {
3848      "base": null,
3849      "refs": {
3850      }
3851    },
3852    "UpdateSipRuleResponse": {
3853      "base": null,
3854      "refs": {
3855      }
3856    },
3857    "UpdateUserRequest": {
3858      "base": null,
3859      "refs": {
3860      }
3861    },
3862    "UpdateUserRequestItem": {
3863      "base": "<p> The user ID and user fields to update, used with the <a>BatchUpdateUser</a> action. </p>",
3864      "refs": {
3865        "UpdateUserRequestItemList$member": null
3866      }
3867    },
3868    "UpdateUserRequestItemList": {
3869      "base": null,
3870      "refs": {
3871        "BatchUpdateUserRequest$UpdateUserRequestItems": "<p>The request containing the user IDs and details to update.</p>"
3872      }
3873    },
3874    "UpdateUserResponse": {
3875      "base": null,
3876      "refs": {
3877      }
3878    },
3879    "UpdateUserSettingsRequest": {
3880      "base": null,
3881      "refs": {
3882      }
3883    },
3884    "UpdateVoiceConnectorGroupRequest": {
3885      "base": null,
3886      "refs": {
3887      }
3888    },
3889    "UpdateVoiceConnectorGroupResponse": {
3890      "base": null,
3891      "refs": {
3892      }
3893    },
3894    "UpdateVoiceConnectorRequest": {
3895      "base": null,
3896      "refs": {
3897      }
3898    },
3899    "UpdateVoiceConnectorResponse": {
3900      "base": null,
3901      "refs": {
3902      }
3903    },
3904    "UriType": {
3905      "base": null,
3906      "refs": {
3907        "MediaPlacement$AudioHostUrl": "<p>The audio host URL.</p>",
3908        "MediaPlacement$AudioFallbackUrl": "<p>The audio fallback URL.</p>",
3909        "MediaPlacement$ScreenDataUrl": "<p>The screen data URL.</p>",
3910        "MediaPlacement$ScreenSharingUrl": "<p>The screen sharing URL.</p>",
3911        "MediaPlacement$ScreenViewingUrl": "<p>The screen viewing URL.</p>",
3912        "MediaPlacement$SignalingUrl": "<p>The signaling URL.</p>",
3913        "MediaPlacement$TurnControlUrl": "<p>The turn control URL.</p>"
3914      }
3915    },
3916    "UrlType": {
3917      "base": null,
3918      "refs": {
3919        "MessagingSessionEndpoint$Url": "<p>The endpoint to which you establish a websocket connection.</p>"
3920      }
3921    },
3922    "User": {
3923      "base": "<p>The user on the Amazon Chime account.</p>",
3924      "refs": {
3925        "CreateUserResponse$User": null,
3926        "GetUserResponse$User": "<p>The user details.</p>",
3927        "ResetPersonalPINResponse$User": "<p>The user details and new personal meeting PIN.</p>",
3928        "UpdateUserResponse$User": "<p>The updated user details.</p>",
3929        "UserList$member": null
3930      }
3931    },
3932    "UserEmailList": {
3933      "base": null,
3934      "refs": {
3935        "InviteUsersRequest$UserEmailList": "<p>The user email addresses to which to send the email invitation.</p>"
3936      }
3937    },
3938    "UserError": {
3939      "base": "<p>The list of errors returned when errors are encountered during the <a>BatchSuspendUser</a>, <a>BatchUnsuspendUser</a>, or <a>BatchUpdateUser</a> actions. This includes user IDs, error codes, and error messages.</p>",
3940      "refs": {
3941        "UserErrorList$member": null
3942      }
3943    },
3944    "UserErrorList": {
3945      "base": null,
3946      "refs": {
3947        "BatchSuspendUserResponse$UserErrors": "<p>If the <a>BatchSuspendUser</a> action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.</p>",
3948        "BatchUnsuspendUserResponse$UserErrors": "<p>If the <a>BatchUnsuspendUser</a> action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.</p>",
3949        "BatchUpdateUserResponse$UserErrors": "<p>If the <a>BatchUpdateUser</a> action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.</p>"
3950      }
3951    },
3952    "UserId": {
3953      "base": null,
3954      "refs": {
3955        "CreateAppInstanceUserRequest$AppInstanceUserId": "<p>The user ID of the <code>AppInstance</code>.</p>"
3956      }
3957    },
3958    "UserIdList": {
3959      "base": null,
3960      "refs": {
3961        "BatchSuspendUserRequest$UserIdList": "<p>The request containing the user IDs to suspend.</p>",
3962        "BatchUnsuspendUserRequest$UserIdList": "<p>The request containing the user IDs to unsuspend.</p>"
3963      }
3964    },
3965    "UserList": {
3966      "base": null,
3967      "refs": {
3968        "ListUsersResponse$Users": "<p>List of users and user details.</p>"
3969      }
3970    },
3971    "UserName": {
3972      "base": null,
3973      "refs": {
3974        "AppInstanceUser$Name": "<p>The name of the <code>AppInstanceUser</code>.</p>",
3975        "AppInstanceUserSummary$Name": "<p>The name of an <code>AppInstanceUser</code>.</p>",
3976        "CreateAppInstanceUserRequest$Name": "<p>The user's name.</p>",
3977        "UpdateAppInstanceUserRequest$Name": "<p>The name of the <code>AppInstanceUser</code>.</p>"
3978      }
3979    },
3980    "UserSettings": {
3981      "base": "<p>Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.</p>",
3982      "refs": {
3983        "GetUserSettingsResponse$UserSettings": "<p>The user settings.</p>",
3984        "UpdateUserSettingsRequest$UserSettings": "<p>The user settings to update.</p>"
3985      }
3986    },
3987    "UserType": {
3988      "base": null,
3989      "refs": {
3990        "CreateUserRequest$UserType": "<p>The user type.</p>",
3991        "InviteUsersRequest$UserType": "<p>The user type.</p>",
3992        "ListUsersRequest$UserType": "<p>The user type.</p>",
3993        "UpdateUserRequest$UserType": "<p>The user type.</p>",
3994        "UpdateUserRequestItem$UserType": "<p>The user type.</p>",
3995        "User$UserType": "<p>The user type.</p>"
3996      }
3997    },
3998    "VoiceConnector": {
3999      "base": "<p>The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.</p>",
4000      "refs": {
4001        "CreateVoiceConnectorResponse$VoiceConnector": "<p>The Amazon Chime Voice Connector details.</p>",
4002        "GetVoiceConnectorResponse$VoiceConnector": "<p>The Amazon Chime Voice Connector details.</p>",
4003        "UpdateVoiceConnectorResponse$VoiceConnector": "<p>The updated Amazon Chime Voice Connector details.</p>",
4004        "VoiceConnectorList$member": null
4005      }
4006    },
4007    "VoiceConnectorAwsRegion": {
4008      "base": null,
4009      "refs": {
4010        "CreateVoiceConnectorRequest$AwsRegion": "<p> The AWS Region in which the Amazon Chime Voice Connector is created. Default value: <code>us-east-1</code> . </p>",
4011        "VoiceConnector$AwsRegion": "<p> The AWS Region in which the Amazon Chime Voice Connector is created. Default: <code>us-east-1</code>. </p>"
4012      }
4013    },
4014    "VoiceConnectorGroup": {
4015      "base": "<p>The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.</p>",
4016      "refs": {
4017        "CreateVoiceConnectorGroupResponse$VoiceConnectorGroup": "<p>The Amazon Chime Voice Connector group details.</p>",
4018        "GetVoiceConnectorGroupResponse$VoiceConnectorGroup": "<p>The Amazon Chime Voice Connector group details.</p>",
4019        "UpdateVoiceConnectorGroupResponse$VoiceConnectorGroup": "<p>The updated Amazon Chime Voice Connector group details.</p>",
4020        "VoiceConnectorGroupList$member": null
4021      }
4022    },
4023    "VoiceConnectorGroupList": {
4024      "base": null,
4025      "refs": {
4026        "ListVoiceConnectorGroupsResponse$VoiceConnectorGroups": "<p>The details of the Amazon Chime Voice Connector groups.</p>"
4027      }
4028    },
4029    "VoiceConnectorGroupName": {
4030      "base": null,
4031      "refs": {
4032        "CreateVoiceConnectorGroupRequest$Name": "<p>The name of the Amazon Chime Voice Connector group.</p>",
4033        "UpdateVoiceConnectorGroupRequest$Name": "<p>The name of the Amazon Chime Voice Connector group.</p>",
4034        "VoiceConnectorGroup$Name": "<p>The name of the Amazon Chime Voice Connector group.</p>"
4035      }
4036    },
4037    "VoiceConnectorItem": {
4038      "base": "<p> For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3 <code>VoiceConnectorItems</code> per Amazon Chime Voice Connector group. </p>",
4039      "refs": {
4040        "VoiceConnectorItemList$member": null
4041      }
4042    },
4043    "VoiceConnectorItemList": {
4044      "base": null,
4045      "refs": {
4046        "CreateVoiceConnectorGroupRequest$VoiceConnectorItems": "<p>The Amazon Chime Voice Connectors to route inbound calls to.</p>",
4047        "UpdateVoiceConnectorGroupRequest$VoiceConnectorItems": "<p> The <code>VoiceConnectorItems</code> to associate with the group. </p>",
4048        "VoiceConnectorGroup$VoiceConnectorItems": "<p>The Amazon Chime Voice Connectors to which to route inbound calls.</p>"
4049      }
4050    },
4051    "VoiceConnectorItemPriority": {
4052      "base": null,
4053      "refs": {
4054        "VoiceConnectorItem$Priority": "<p>The priority associated with the Amazon Chime Voice Connector, with 1 being the highest priority. Higher priority Amazon Chime Voice Connectors are attempted first.</p>"
4055      }
4056    },
4057    "VoiceConnectorList": {
4058      "base": null,
4059      "refs": {
4060        "ListVoiceConnectorsResponse$VoiceConnectors": "<p>The details of the Amazon Chime Voice Connectors.</p>"
4061      }
4062    },
4063    "VoiceConnectorName": {
4064      "base": null,
4065      "refs": {
4066        "CreateVoiceConnectorRequest$Name": "<p>The name of the Amazon Chime Voice Connector.</p>",
4067        "UpdateVoiceConnectorRequest$Name": "<p>The name of the Amazon Chime Voice Connector.</p>",
4068        "VoiceConnector$Name": "<p>The name of the Amazon Chime Voice Connector.</p>"
4069      }
4070    },
4071    "VoiceConnectorSettings": {
4072      "base": "<p>The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.</p>",
4073      "refs": {
4074        "GetGlobalSettingsResponse$VoiceConnector": "<p>The Amazon Chime Voice Connector settings.</p>",
4075        "UpdateGlobalSettingsRequest$VoiceConnector": "<p>The Amazon Chime Voice Connector settings.</p>"
4076      }
4077    }
4078  }
4079}
4080