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 API</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 either 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    "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>",
18    "CreateBot": "<p>Creates a bot for an Amazon Chime Enterprise account.</p>",
19    "CreateMeeting": "<p>Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. 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>",
20    "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>",
21    "CreateProxySession": "<p>Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.</p>",
22    "CreateRoom": "<p>Creates a chat room for the specified Amazon Chime Enterprise account.</p>",
23    "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>",
24    "CreateUser": "<p>Creates a user under the specified Amazon Chime account.</p>",
25    "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>",
26    "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>",
27    "DeleteAccount": "<p>Deletes the specified Amazon Chime account. You must suspend all users before deleting a <code>Team</code> account. You can use the <a>BatchSuspendUser</a> action to do so.</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 a 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>",
28    "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>",
29    "DeleteEventsConfiguration": "<p>Deletes the events configuration that allows a bot to receive outgoing events.</p>",
30    "DeleteMeeting": "<p>Deletes the specified Amazon Chime SDK meeting. When a meeting is deleted, its attendees are also deleted and clients can no longer join it. 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>",
31    "DeletePhoneNumber": "<p>Moves the specified phone number into the <b>Deletion queue</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>",
32    "DeleteProxySession": "<p>Deletes the specified proxy session from the specified Amazon Chime Voice Connector.</p>",
33    "DeleteRoom": "<p>Deletes a chat room in an Amazon Chime Enterprise account.</p>",
34    "DeleteRoomMembership": "<p>Removes a member from a chat room in an Amazon Chime Enterprise account.</p>",
35    "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>",
36    "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>",
37    "DeleteVoiceConnectorOrigination": "<p>Deletes the origination settings for the specified Amazon Chime Voice Connector.</p>",
38    "DeleteVoiceConnectorProxy": "<p>Deletes the proxy configuration from the specified Amazon Chime Voice Connector.</p>",
39    "DeleteVoiceConnectorStreamingConfiguration": "<p>Deletes the streaming configuration for the specified Amazon Chime Voice Connector.</p>",
40    "DeleteVoiceConnectorTermination": "<p>Deletes the termination settings for the specified Amazon Chime Voice Connector.</p>",
41    "DeleteVoiceConnectorTerminationCredentials": "<p>Deletes the specified SIP credentials used by your equipment to authenticate during call termination.</p>",
42    "DisassociatePhoneNumberFromUser": "<p>Disassociates the primary provisioned phone number from the specified Amazon Chime user.</p>",
43    "DisassociatePhoneNumbersFromVoiceConnector": "<p>Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.</p>",
44    "DisassociatePhoneNumbersFromVoiceConnectorGroup": "<p>Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.</p>",
45    "DisassociateSigninDelegateGroupsFromAccount": "<p>Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.</p>",
46    "GetAccount": "<p>Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.</p>",
47    "GetAccountSettings": "<p>Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out 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>",
48    "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>",
49    "GetBot": "<p>Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.</p>",
50    "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>",
51    "GetGlobalSettings": "<p>Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>",
52    "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>",
53    "GetPhoneNumber": "<p>Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.</p>",
54    "GetPhoneNumberOrder": "<p>Retrieves details for the specified phone number order, such as order creation timestamp, phone numbers in E.164 format, product type, and order status.</p>",
55    "GetPhoneNumberSettings": "<p>Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.</p>",
56    "GetProxySession": "<p>Gets the specified proxy session details for the specified Amazon Chime Voice Connector.</p>",
57    "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>",
58    "GetRoom": "<p>Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>",
59    "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>",
60    "GetUserSettings": "<p>Retrieves settings for the specified user ID, such as any associated phone number settings.</p>",
61    "GetVoiceConnector": "<p>Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps, name, outbound host, and encryption requirements.</p>",
62    "GetVoiceConnectorGroup": "<p>Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps, name, and associated <code>VoiceConnectorItems</code>.</p>",
63    "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>",
64    "GetVoiceConnectorOrigination": "<p>Retrieves origination setting details for the specified Amazon Chime Voice Connector.</p>",
65    "GetVoiceConnectorProxy": "<p>Gets the proxy configuration details for the specified Amazon Chime Voice Connector.</p>",
66    "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>",
67    "GetVoiceConnectorTermination": "<p>Retrieves termination setting details for the specified Amazon Chime Voice Connector.</p>",
68    "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>",
69    "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>",
70    "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, you can filter by the user's email address, which returns one account result.</p>",
71    "ListAttendeeTags": "<p>Lists the tags applied to an Amazon Chime SDK attendee resource.</p>",
72    "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>",
73    "ListBots": "<p>Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.</p>",
74    "ListMeetingTags": "<p>Lists the tags applied to an Amazon Chime SDK meeting resource.</p>",
75    "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>",
76    "ListPhoneNumberOrders": "<p>Lists the phone number orders for the administrator's Amazon Chime account.</p>",
77    "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>",
78    "ListProxySessions": "<p>Lists the proxy sessions for the specified Amazon Chime Voice Connector.</p>",
79    "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>",
80    "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>",
81    "ListTagsForResource": "<p>Lists the tags applied to an Amazon Chime SDK meeting resource.</p>",
82    "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>",
83    "ListVoiceConnectorGroups": "<p>Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.</p>",
84    "ListVoiceConnectorTerminationCredentials": "<p>Lists the SIP credentials for the specified Amazon Chime Voice Connector.</p>",
85    "ListVoiceConnectors": "<p>Lists the Amazon Chime Voice Connectors for the administrator's AWS account.</p>",
86    "LogoutUser": "<p>Logs out the specified user from all of the devices they are currently logged into.</p>",
87    "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>",
88    "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>",
89    "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>",
90    "PutVoiceConnectorOrigination": "<p>Adds origination settings for the specified Amazon Chime Voice Connector.</p>",
91    "PutVoiceConnectorProxy": "<p>Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.</p>",
92    "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 Amazon Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.</p>",
93    "PutVoiceConnectorTermination": "<p>Adds termination settings for the specified Amazon Chime Voice Connector.</p>",
94    "PutVoiceConnectorTerminationCredentials": "<p>Adds termination SIP credentials for the specified Amazon Chime Voice Connector.</p>",
95    "RedactConversationMessage": "<p>Redacts the specified message from the specified Amazon Chime conversation.</p>",
96    "RedactRoomMessage": "<p>Redacts the specified message from the specified Amazon Chime chat room.</p>",
97    "RegenerateSecurityToken": "<p>Regenerates the security token for a bot.</p>",
98    "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>",
99    "RestorePhoneNumber": "<p>Moves a phone number from the <b>Deletion queue</b> back into the phone number <b>Inventory</b>.</p>",
100    "SearchAvailablePhoneNumbers": "<p>Searches phone numbers that can be ordered.</p>",
101    "TagAttendee": "<p>Applies the specified tags to the specified Amazon Chime SDK attendee.</p>",
102    "TagMeeting": "<p>Applies the specified tags to the specified Amazon Chime SDK meeting.</p>",
103    "TagResource": "<p>Applies the specified tags to the specified Amazon Chime SDK meeting resource.</p>",
104    "UntagAttendee": "<p>Untags the specified tags from the specified Amazon Chime SDK attendee.</p>",
105    "UntagMeeting": "<p>Untags the specified tags from the specified Amazon Chime SDK meeting.</p>",
106    "UntagResource": "<p>Untags the specified tags from the specified Amazon Chime SDK meeting resource.</p>",
107    "UpdateAccount": "<p>Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.</p>",
108    "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>",
109    "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>",
110    "UpdateGlobalSettings": "<p>Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.</p>",
111    "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>",
112    "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>",
113    "UpdateProxySession": "<p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>",
114    "UpdateRoom": "<p>Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.</p>",
115    "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>",
116    "UpdateUser": "<p>Updates user details for a specified user ID. Currently, only <code>LicenseType</code> updates are supported for this action.</p>",
117    "UpdateUserSettings": "<p>Updates the settings for the specified user, such as phone number settings.</p>",
118    "UpdateVoiceConnector": "<p>Updates details for the specified Amazon Chime Voice Connector.</p>",
119    "UpdateVoiceConnectorGroup": "<p>Updates details for the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.</p>"
120  },
121  "shapes": {
122    "AccessDeniedException": {
123      "base": "<p>You don't have permissions to perform the requested operation.</p>",
124      "refs": {
125      }
126    },
127    "Account": {
128      "base": "<p>The Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.</p>",
129      "refs": {
130        "AccountList$member": null,
131        "CreateAccountResponse$Account": "<p>The Amazon Chime account details.</p>",
132        "GetAccountResponse$Account": "<p>The Amazon Chime account details.</p>",
133        "UpdateAccountResponse$Account": "<p>The updated Amazon Chime account details.</p>"
134      }
135    },
136    "AccountList": {
137      "base": null,
138      "refs": {
139        "ListAccountsResponse$Accounts": "<p>List of Amazon Chime accounts and account details.</p>"
140      }
141    },
142    "AccountName": {
143      "base": null,
144      "refs": {
145        "CreateAccountRequest$Name": "<p>The name of the Amazon Chime account.</p>",
146        "ListAccountsRequest$Name": "<p>Amazon Chime account name prefix with which to filter results.</p>",
147        "UpdateAccountRequest$Name": "<p>The new name for the specified Amazon Chime account.</p>"
148      }
149    },
150    "AccountSettings": {
151      "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>",
152      "refs": {
153        "GetAccountSettingsResponse$AccountSettings": "<p>The Amazon Chime account settings.</p>",
154        "UpdateAccountSettingsRequest$AccountSettings": "<p>The Amazon Chime account settings to update.</p>"
155      }
156    },
157    "AccountType": {
158      "base": null,
159      "refs": {
160        "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>"
161      }
162    },
163    "AlexaForBusinessMetadata": {
164      "base": "<p>The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.</p>",
165      "refs": {
166        "UpdateUserRequest$AlexaForBusinessMetadata": "<p>The Alexa for Business metadata.</p>",
167        "UpdateUserRequestItem$AlexaForBusinessMetadata": "<p>The Alexa for Business metadata.</p>",
168        "User$AlexaForBusinessMetadata": "<p>The Alexa for Business metadata.</p>"
169      }
170    },
171    "AreaCode": {
172      "base": null,
173      "refs": {
174        "GeoMatchParams$AreaCode": "<p>The area code.</p>"
175      }
176    },
177    "Arn": {
178      "base": null,
179      "refs": {
180        "ListTagsForResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
181        "MeetingNotificationConfiguration$SnsTopicArn": "<p>The SNS topic ARN.</p>",
182        "MeetingNotificationConfiguration$SqsQueueArn": "<p>The SQS queue ARN.</p>",
183        "TagResourceRequest$ResourceARN": "<p>The resource ARN.</p>",
184        "UntagResourceRequest$ResourceARN": "<p>The resource ARN.</p>"
185      }
186    },
187    "AssociatePhoneNumberWithUserRequest": {
188      "base": null,
189      "refs": {
190      }
191    },
192    "AssociatePhoneNumberWithUserResponse": {
193      "base": null,
194      "refs": {
195      }
196    },
197    "AssociatePhoneNumbersWithVoiceConnectorGroupRequest": {
198      "base": null,
199      "refs": {
200      }
201    },
202    "AssociatePhoneNumbersWithVoiceConnectorGroupResponse": {
203      "base": null,
204      "refs": {
205      }
206    },
207    "AssociatePhoneNumbersWithVoiceConnectorRequest": {
208      "base": null,
209      "refs": {
210      }
211    },
212    "AssociatePhoneNumbersWithVoiceConnectorResponse": {
213      "base": null,
214      "refs": {
215      }
216    },
217    "AssociateSigninDelegateGroupsWithAccountRequest": {
218      "base": null,
219      "refs": {
220      }
221    },
222    "AssociateSigninDelegateGroupsWithAccountResponse": {
223      "base": null,
224      "refs": {
225      }
226    },
227    "Attendee": {
228      "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>",
229      "refs": {
230        "AttendeeList$member": null,
231        "CreateAttendeeResponse$Attendee": "<p>The attendee information, including attendee ID and join token.</p>",
232        "GetAttendeeResponse$Attendee": "<p>The Amazon Chime SDK attendee information.</p>"
233      }
234    },
235    "AttendeeList": {
236      "base": null,
237      "refs": {
238        "BatchCreateAttendeeResponse$Attendees": "<p>The attendee information, including attendees IDs and join tokens.</p>",
239        "ListAttendeesResponse$Attendees": "<p>The Amazon Chime SDK attendee information.</p>"
240      }
241    },
242    "AttendeeTagKeyList": {
243      "base": null,
244      "refs": {
245        "UntagAttendeeRequest$TagKeys": "<p>The tag keys.</p>"
246      }
247    },
248    "AttendeeTagList": {
249      "base": null,
250      "refs": {
251        "CreateAttendeeRequest$Tags": "<p>The tag key-value pairs.</p>",
252        "CreateAttendeeRequestItem$Tags": "<p>The tag key-value pairs.</p>",
253        "TagAttendeeRequest$Tags": "<p>The tag key-value pairs.</p>"
254      }
255    },
256    "BadRequestException": {
257      "base": "<p>The input parameters don't match the service's restrictions.</p>",
258      "refs": {
259      }
260    },
261    "BatchCreateAttendeeErrorList": {
262      "base": null,
263      "refs": {
264        "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>"
265      }
266    },
267    "BatchCreateAttendeeRequest": {
268      "base": null,
269      "refs": {
270      }
271    },
272    "BatchCreateAttendeeResponse": {
273      "base": null,
274      "refs": {
275      }
276    },
277    "BatchCreateRoomMembershipRequest": {
278      "base": null,
279      "refs": {
280      }
281    },
282    "BatchCreateRoomMembershipResponse": {
283      "base": null,
284      "refs": {
285      }
286    },
287    "BatchDeletePhoneNumberRequest": {
288      "base": null,
289      "refs": {
290      }
291    },
292    "BatchDeletePhoneNumberResponse": {
293      "base": null,
294      "refs": {
295      }
296    },
297    "BatchSuspendUserRequest": {
298      "base": null,
299      "refs": {
300      }
301    },
302    "BatchSuspendUserResponse": {
303      "base": null,
304      "refs": {
305      }
306    },
307    "BatchUnsuspendUserRequest": {
308      "base": null,
309      "refs": {
310      }
311    },
312    "BatchUnsuspendUserResponse": {
313      "base": null,
314      "refs": {
315      }
316    },
317    "BatchUpdatePhoneNumberRequest": {
318      "base": null,
319      "refs": {
320      }
321    },
322    "BatchUpdatePhoneNumberResponse": {
323      "base": null,
324      "refs": {
325      }
326    },
327    "BatchUpdateUserRequest": {
328      "base": null,
329      "refs": {
330      }
331    },
332    "BatchUpdateUserResponse": {
333      "base": null,
334      "refs": {
335      }
336    },
337    "Boolean": {
338      "base": null,
339      "refs": {
340        "AccountSettings$DisableRemoteControl": "<p>Setting that stops or starts remote control of shared screens during meetings.</p>",
341        "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>",
342        "AlexaForBusinessMetadata$IsAlexaForBusinessEnabled": "<p>Starts or stops Alexa for Business.</p>",
343        "CreateVoiceConnectorRequest$RequireEncryption": "<p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>",
344        "LoggingConfiguration$EnableSIPLogs": "<p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>",
345        "Origination$Disabled": "<p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.</p>",
346        "Proxy$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>",
347        "PutVoiceConnectorProxyRequest$Disabled": "<p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>",
348        "StreamingConfiguration$Disabled": "<p>When true, media streaming to Amazon Kinesis is turned off.</p>",
349        "TelephonySettings$InboundCalling": "<p>Allows or denies inbound calling.</p>",
350        "TelephonySettings$OutboundCalling": "<p>Allows or denies outbound calling.</p>",
351        "TelephonySettings$SMS": "<p>Allows or denies SMS messaging.</p>",
352        "Termination$Disabled": "<p>When termination settings are disabled, outbound calls can not be made.</p>",
353        "UpdateVoiceConnectorRequest$RequireEncryption": "<p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>",
354        "VoiceConnector$RequireEncryption": "<p>Designates whether encryption is required for the Amazon Chime Voice Connector.</p>"
355      }
356    },
357    "Bot": {
358      "base": "<p>A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.</p>",
359      "refs": {
360        "BotList$member": null,
361        "CreateBotResponse$Bot": "<p>The bot details.</p>",
362        "GetBotResponse$Bot": "<p>The chat bot details.</p>",
363        "RegenerateSecurityTokenResponse$Bot": null,
364        "UpdateBotResponse$Bot": "<p>The updated bot details.</p>"
365      }
366    },
367    "BotList": {
368      "base": null,
369      "refs": {
370        "ListBotsResponse$Bots": "<p>List of bots and bot details.</p>"
371      }
372    },
373    "BotType": {
374      "base": null,
375      "refs": {
376        "Bot$BotType": "<p>The bot type.</p>"
377      }
378    },
379    "BusinessCallingSettings": {
380      "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>",
381      "refs": {
382        "GetGlobalSettingsResponse$BusinessCalling": "<p>The Amazon Chime Business Calling settings.</p>",
383        "UpdateGlobalSettingsRequest$BusinessCalling": "<p>The Amazon Chime Business Calling settings.</p>"
384      }
385    },
386    "CallingName": {
387      "base": null,
388      "refs": {
389        "GetPhoneNumberSettingsResponse$CallingName": "<p>The default outbound calling name for the account.</p>",
390        "PhoneNumber$CallingName": "<p>The outbound calling name associated with the phone number.</p>",
391        "UpdatePhoneNumberRequest$CallingName": "<p>The outbound calling name associated with the phone number.</p>",
392        "UpdatePhoneNumberRequestItem$CallingName": "<p>The outbound calling name to update.</p>",
393        "UpdatePhoneNumberSettingsRequest$CallingName": "<p>The default outbound calling name for the account.</p>"
394      }
395    },
396    "CallingNameStatus": {
397      "base": null,
398      "refs": {
399        "PhoneNumber$CallingNameStatus": "<p>The outbound calling name status.</p>"
400      }
401    },
402    "CallingRegion": {
403      "base": null,
404      "refs": {
405        "CallingRegionList$member": null
406      }
407    },
408    "CallingRegionList": {
409      "base": null,
410      "refs": {
411        "Termination$CallingRegions": "<p>The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.</p>"
412      }
413    },
414    "Capability": {
415      "base": null,
416      "refs": {
417        "CapabilityList$member": null
418      }
419    },
420    "CapabilityList": {
421      "base": null,
422      "refs": {
423        "CreateProxySessionRequest$Capabilities": "<p>The proxy session capabilities.</p>",
424        "ProxySession$Capabilities": "<p>The proxy session capabilities.</p>",
425        "UpdateProxySessionRequest$Capabilities": "<p>The proxy session capabilities.</p>"
426      }
427    },
428    "ClientRequestToken": {
429      "base": null,
430      "refs": {
431        "CreateMeetingRequest$ClientRequestToken": "<p>The unique identifier for the client request. Use a different token for different meetings.</p>",
432        "CreateRoomRequest$ClientRequestToken": "<p>The idempotency token for the request.</p>"
433      }
434    },
435    "ConflictException": {
436      "base": "<p>The request could not be processed because of conflict in the current state of the resource.</p>",
437      "refs": {
438      }
439    },
440    "ConversationRetentionSettings": {
441      "base": "<p>The retention settings that determine how long to retain chat conversation messages for an Amazon Chime Enterprise account.</p>",
442      "refs": {
443        "RetentionSettings$ConversationRetentionSettings": "<p>The chat conversation retention settings.</p>"
444      }
445    },
446    "Country": {
447      "base": null,
448      "refs": {
449        "CountryList$member": null,
450        "GeoMatchParams$Country": "<p>The country.</p>"
451      }
452    },
453    "CountryList": {
454      "base": null,
455      "refs": {
456        "PutVoiceConnectorProxyRequest$PhoneNumberPoolCountries": "<p>The countries for proxy phone numbers to be selected from.</p>"
457      }
458    },
459    "CpsLimit": {
460      "base": null,
461      "refs": {
462        "Termination$CpsLimit": "<p>The limit on calls per second. Max value based on account service quota. Default value of 1.</p>"
463      }
464    },
465    "CreateAccountRequest": {
466      "base": null,
467      "refs": {
468      }
469    },
470    "CreateAccountResponse": {
471      "base": null,
472      "refs": {
473      }
474    },
475    "CreateAttendeeError": {
476      "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>",
477      "refs": {
478        "BatchCreateAttendeeErrorList$member": null
479      }
480    },
481    "CreateAttendeeRequest": {
482      "base": null,
483      "refs": {
484      }
485    },
486    "CreateAttendeeRequestItem": {
487      "base": "<p>The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.</p>",
488      "refs": {
489        "CreateAttendeeRequestItemList$member": null
490      }
491    },
492    "CreateAttendeeRequestItemList": {
493      "base": null,
494      "refs": {
495        "BatchCreateAttendeeRequest$Attendees": "<p>The request containing the attendees to create.</p>"
496      }
497    },
498    "CreateAttendeeResponse": {
499      "base": null,
500      "refs": {
501      }
502    },
503    "CreateBotRequest": {
504      "base": null,
505      "refs": {
506      }
507    },
508    "CreateBotResponse": {
509      "base": null,
510      "refs": {
511      }
512    },
513    "CreateMeetingRequest": {
514      "base": null,
515      "refs": {
516      }
517    },
518    "CreateMeetingResponse": {
519      "base": null,
520      "refs": {
521      }
522    },
523    "CreatePhoneNumberOrderRequest": {
524      "base": null,
525      "refs": {
526      }
527    },
528    "CreatePhoneNumberOrderResponse": {
529      "base": null,
530      "refs": {
531      }
532    },
533    "CreateProxySessionRequest": {
534      "base": null,
535      "refs": {
536      }
537    },
538    "CreateProxySessionResponse": {
539      "base": null,
540      "refs": {
541      }
542    },
543    "CreateRoomMembershipRequest": {
544      "base": null,
545      "refs": {
546      }
547    },
548    "CreateRoomMembershipResponse": {
549      "base": null,
550      "refs": {
551      }
552    },
553    "CreateRoomRequest": {
554      "base": null,
555      "refs": {
556      }
557    },
558    "CreateRoomResponse": {
559      "base": null,
560      "refs": {
561      }
562    },
563    "CreateUserRequest": {
564      "base": null,
565      "refs": {
566      }
567    },
568    "CreateUserResponse": {
569      "base": null,
570      "refs": {
571      }
572    },
573    "CreateVoiceConnectorGroupRequest": {
574      "base": null,
575      "refs": {
576      }
577    },
578    "CreateVoiceConnectorGroupResponse": {
579      "base": null,
580      "refs": {
581      }
582    },
583    "CreateVoiceConnectorRequest": {
584      "base": null,
585      "refs": {
586      }
587    },
588    "CreateVoiceConnectorResponse": {
589      "base": null,
590      "refs": {
591      }
592    },
593    "Credential": {
594      "base": "<p>The SIP credentials used to authenticate requests to your Amazon Chime Voice Connector.</p>",
595      "refs": {
596        "CredentialList$member": null
597      }
598    },
599    "CredentialList": {
600      "base": null,
601      "refs": {
602        "PutVoiceConnectorTerminationCredentialsRequest$Credentials": "<p>The termination SIP credentials.</p>"
603      }
604    },
605    "DataRetentionInHours": {
606      "base": null,
607      "refs": {
608        "StreamingConfiguration$DataRetentionInHours": "<p>The retention period, in hours, for the Amazon Kinesis data.</p>"
609      }
610    },
611    "DeleteAccountRequest": {
612      "base": null,
613      "refs": {
614      }
615    },
616    "DeleteAccountResponse": {
617      "base": null,
618      "refs": {
619      }
620    },
621    "DeleteAttendeeRequest": {
622      "base": null,
623      "refs": {
624      }
625    },
626    "DeleteEventsConfigurationRequest": {
627      "base": null,
628      "refs": {
629      }
630    },
631    "DeleteMeetingRequest": {
632      "base": null,
633      "refs": {
634      }
635    },
636    "DeletePhoneNumberRequest": {
637      "base": null,
638      "refs": {
639      }
640    },
641    "DeleteProxySessionRequest": {
642      "base": null,
643      "refs": {
644      }
645    },
646    "DeleteRoomMembershipRequest": {
647      "base": null,
648      "refs": {
649      }
650    },
651    "DeleteRoomRequest": {
652      "base": null,
653      "refs": {
654      }
655    },
656    "DeleteVoiceConnectorGroupRequest": {
657      "base": null,
658      "refs": {
659      }
660    },
661    "DeleteVoiceConnectorOriginationRequest": {
662      "base": null,
663      "refs": {
664      }
665    },
666    "DeleteVoiceConnectorProxyRequest": {
667      "base": null,
668      "refs": {
669      }
670    },
671    "DeleteVoiceConnectorRequest": {
672      "base": null,
673      "refs": {
674      }
675    },
676    "DeleteVoiceConnectorStreamingConfigurationRequest": {
677      "base": null,
678      "refs": {
679      }
680    },
681    "DeleteVoiceConnectorTerminationCredentialsRequest": {
682      "base": null,
683      "refs": {
684      }
685    },
686    "DeleteVoiceConnectorTerminationRequest": {
687      "base": null,
688      "refs": {
689      }
690    },
691    "DisassociatePhoneNumberFromUserRequest": {
692      "base": null,
693      "refs": {
694      }
695    },
696    "DisassociatePhoneNumberFromUserResponse": {
697      "base": null,
698      "refs": {
699      }
700    },
701    "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest": {
702      "base": null,
703      "refs": {
704      }
705    },
706    "DisassociatePhoneNumbersFromVoiceConnectorGroupResponse": {
707      "base": null,
708      "refs": {
709      }
710    },
711    "DisassociatePhoneNumbersFromVoiceConnectorRequest": {
712      "base": null,
713      "refs": {
714      }
715    },
716    "DisassociatePhoneNumbersFromVoiceConnectorResponse": {
717      "base": null,
718      "refs": {
719      }
720    },
721    "DisassociateSigninDelegateGroupsFromAccountRequest": {
722      "base": null,
723      "refs": {
724      }
725    },
726    "DisassociateSigninDelegateGroupsFromAccountResponse": {
727      "base": null,
728      "refs": {
729      }
730    },
731    "E164PhoneNumber": {
732      "base": null,
733      "refs": {
734        "AssociatePhoneNumberWithUserRequest$E164PhoneNumber": "<p>The phone number, in E.164 format.</p>",
735        "E164PhoneNumberList$member": null,
736        "OrderedPhoneNumber$E164PhoneNumber": "<p>The phone number, in E.164 format.</p>",
737        "Participant$PhoneNumber": "<p>The participant's phone number.</p>",
738        "Participant$ProxyPhoneNumber": "<p>The participant's proxy phone number.</p>",
739        "ParticipantPhoneNumberList$member": null,
740        "PhoneNumber$E164PhoneNumber": "<p>The phone number, in E.164 format.</p>",
741        "Proxy$FallBackPhoneNumber": "<p>The phone number to route calls to after a proxy session expires.</p>",
742        "PutVoiceConnectorProxyRequest$FallBackPhoneNumber": "<p>The phone number to route calls to after a proxy session expires.</p>",
743        "Termination$DefaultPhoneNumber": "<p>The default caller ID phone number.</p>"
744      }
745    },
746    "E164PhoneNumberList": {
747      "base": null,
748      "refs": {
749        "AssociatePhoneNumbersWithVoiceConnectorGroupRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
750        "AssociatePhoneNumbersWithVoiceConnectorRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
751        "CreatePhoneNumberOrderRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
752        "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
753        "DisassociatePhoneNumbersFromVoiceConnectorRequest$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>",
754        "SearchAvailablePhoneNumbersResponse$E164PhoneNumbers": "<p>List of phone numbers, in E.164 format.</p>"
755      }
756    },
757    "EmailAddress": {
758      "base": null,
759      "refs": {
760        "CreateUserRequest$Email": "<p>The user's email address.</p>",
761        "Invite$EmailAddress": "<p>The email address to which the invite is sent.</p>",
762        "ListAccountsRequest$UserEmail": "<p>User email address with which to filter results.</p>",
763        "ListUsersRequest$UserEmail": "<p>Optional. The user email address used to filter results. Maximum 1.</p>",
764        "User$PrimaryEmail": "<p>The primary email address of the user.</p>",
765        "UserEmailList$member": null
766      }
767    },
768    "EmailStatus": {
769      "base": null,
770      "refs": {
771        "Invite$EmailStatus": "<p>The status of the invite email.</p>"
772      }
773    },
774    "ErrorCode": {
775      "base": null,
776      "refs": {
777        "AccessDeniedException$Code": null,
778        "BadRequestException$Code": null,
779        "ConflictException$Code": null,
780        "ForbiddenException$Code": null,
781        "MemberError$ErrorCode": "<p>The error code.</p>",
782        "NotFoundException$Code": null,
783        "PhoneNumberError$ErrorCode": "<p>The error code.</p>",
784        "ResourceLimitExceededException$Code": null,
785        "ServiceFailureException$Code": null,
786        "ServiceUnavailableException$Code": null,
787        "ThrottledClientException$Code": null,
788        "UnauthorizedClientException$Code": null,
789        "UnprocessableEntityException$Code": null,
790        "UserError$ErrorCode": "<p>The error code.</p>"
791      }
792    },
793    "EventsConfiguration": {
794      "base": "<p>The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.</p>",
795      "refs": {
796        "GetEventsConfigurationResponse$EventsConfiguration": "<p>The events configuration details.</p>",
797        "PutEventsConfigurationResponse$EventsConfiguration": null
798      }
799    },
800    "ExternalMeetingIdType": {
801      "base": null,
802      "refs": {
803        "CreateMeetingRequest$ExternalMeetingId": "<p>The external meeting ID.</p>",
804        "Meeting$ExternalMeetingId": "<p>The external meeting ID.</p>"
805      }
806    },
807    "ExternalUserIdType": {
808      "base": null,
809      "refs": {
810        "Attendee$ExternalUserId": "<p>The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.</p>",
811        "CreateAttendeeError$ExternalUserId": "<p>The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.</p>",
812        "CreateAttendeeRequest$ExternalUserId": "<p>The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.</p>",
813        "CreateAttendeeRequestItem$ExternalUserId": "<p>The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.</p>",
814        "CreateMeetingRequest$MeetingHostId": "<p>Reserved.</p>"
815      }
816    },
817    "ForbiddenException": {
818      "base": "<p>The client is permanently forbidden from making the request. For example, when a user tries to create an account from an unsupported Region.</p>",
819      "refs": {
820      }
821    },
822    "GeoMatchLevel": {
823      "base": null,
824      "refs": {
825        "CreateProxySessionRequest$GeoMatchLevel": "<p>The preference for matching the country or area code of the proxy phone number with that of the first participant.</p>",
826        "ProxySession$GeoMatchLevel": "<p>The preference for matching the country or area code of the proxy phone number with that of the first participant.</p>"
827      }
828    },
829    "GeoMatchParams": {
830      "base": "<p>The country and area code for a proxy phone number in a proxy phone session.</p>",
831      "refs": {
832        "CreateProxySessionRequest$GeoMatchParams": "<p>The country and area code for the proxy phone number.</p>",
833        "ProxySession$GeoMatchParams": "<p>The country and area code for the proxy phone number.</p>"
834      }
835    },
836    "GetAccountRequest": {
837      "base": null,
838      "refs": {
839      }
840    },
841    "GetAccountResponse": {
842      "base": null,
843      "refs": {
844      }
845    },
846    "GetAccountSettingsRequest": {
847      "base": null,
848      "refs": {
849      }
850    },
851    "GetAccountSettingsResponse": {
852      "base": null,
853      "refs": {
854      }
855    },
856    "GetAttendeeRequest": {
857      "base": null,
858      "refs": {
859      }
860    },
861    "GetAttendeeResponse": {
862      "base": null,
863      "refs": {
864      }
865    },
866    "GetBotRequest": {
867      "base": null,
868      "refs": {
869      }
870    },
871    "GetBotResponse": {
872      "base": null,
873      "refs": {
874      }
875    },
876    "GetEventsConfigurationRequest": {
877      "base": null,
878      "refs": {
879      }
880    },
881    "GetEventsConfigurationResponse": {
882      "base": null,
883      "refs": {
884      }
885    },
886    "GetGlobalSettingsResponse": {
887      "base": null,
888      "refs": {
889      }
890    },
891    "GetMeetingRequest": {
892      "base": null,
893      "refs": {
894      }
895    },
896    "GetMeetingResponse": {
897      "base": null,
898      "refs": {
899      }
900    },
901    "GetPhoneNumberOrderRequest": {
902      "base": null,
903      "refs": {
904      }
905    },
906    "GetPhoneNumberOrderResponse": {
907      "base": null,
908      "refs": {
909      }
910    },
911    "GetPhoneNumberRequest": {
912      "base": null,
913      "refs": {
914      }
915    },
916    "GetPhoneNumberResponse": {
917      "base": null,
918      "refs": {
919      }
920    },
921    "GetPhoneNumberSettingsResponse": {
922      "base": null,
923      "refs": {
924      }
925    },
926    "GetProxySessionRequest": {
927      "base": null,
928      "refs": {
929      }
930    },
931    "GetProxySessionResponse": {
932      "base": null,
933      "refs": {
934      }
935    },
936    "GetRetentionSettingsRequest": {
937      "base": null,
938      "refs": {
939      }
940    },
941    "GetRetentionSettingsResponse": {
942      "base": null,
943      "refs": {
944      }
945    },
946    "GetRoomRequest": {
947      "base": null,
948      "refs": {
949      }
950    },
951    "GetRoomResponse": {
952      "base": null,
953      "refs": {
954      }
955    },
956    "GetUserRequest": {
957      "base": null,
958      "refs": {
959      }
960    },
961    "GetUserResponse": {
962      "base": null,
963      "refs": {
964      }
965    },
966    "GetUserSettingsRequest": {
967      "base": null,
968      "refs": {
969      }
970    },
971    "GetUserSettingsResponse": {
972      "base": null,
973      "refs": {
974      }
975    },
976    "GetVoiceConnectorGroupRequest": {
977      "base": null,
978      "refs": {
979      }
980    },
981    "GetVoiceConnectorGroupResponse": {
982      "base": null,
983      "refs": {
984      }
985    },
986    "GetVoiceConnectorLoggingConfigurationRequest": {
987      "base": null,
988      "refs": {
989      }
990    },
991    "GetVoiceConnectorLoggingConfigurationResponse": {
992      "base": null,
993      "refs": {
994      }
995    },
996    "GetVoiceConnectorOriginationRequest": {
997      "base": null,
998      "refs": {
999      }
1000    },
1001    "GetVoiceConnectorOriginationResponse": {
1002      "base": null,
1003      "refs": {
1004      }
1005    },
1006    "GetVoiceConnectorProxyRequest": {
1007      "base": null,
1008      "refs": {
1009      }
1010    },
1011    "GetVoiceConnectorProxyResponse": {
1012      "base": null,
1013      "refs": {
1014      }
1015    },
1016    "GetVoiceConnectorRequest": {
1017      "base": null,
1018      "refs": {
1019      }
1020    },
1021    "GetVoiceConnectorResponse": {
1022      "base": null,
1023      "refs": {
1024      }
1025    },
1026    "GetVoiceConnectorStreamingConfigurationRequest": {
1027      "base": null,
1028      "refs": {
1029      }
1030    },
1031    "GetVoiceConnectorStreamingConfigurationResponse": {
1032      "base": null,
1033      "refs": {
1034      }
1035    },
1036    "GetVoiceConnectorTerminationHealthRequest": {
1037      "base": null,
1038      "refs": {
1039      }
1040    },
1041    "GetVoiceConnectorTerminationHealthResponse": {
1042      "base": null,
1043      "refs": {
1044      }
1045    },
1046    "GetVoiceConnectorTerminationRequest": {
1047      "base": null,
1048      "refs": {
1049      }
1050    },
1051    "GetVoiceConnectorTerminationResponse": {
1052      "base": null,
1053      "refs": {
1054      }
1055    },
1056    "GuidString": {
1057      "base": null,
1058      "refs": {
1059        "Attendee$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1060        "BatchCreateAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1061        "CreateAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1062        "DeleteAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1063        "DeleteAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1064        "DeleteMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1065        "GetAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1066        "GetAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1067        "GetMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1068        "GetPhoneNumberOrderRequest$PhoneNumberOrderId": "<p>The ID for the phone number order.</p>",
1069        "ListAttendeeTagsRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1070        "ListAttendeeTagsRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1071        "ListAttendeesRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1072        "ListMeetingTagsRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1073        "Meeting$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1074        "PhoneNumberOrder$PhoneNumberOrderId": "<p>The phone number order ID.</p>",
1075        "TagAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1076        "TagAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1077        "TagMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1078        "UntagAttendeeRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>",
1079        "UntagAttendeeRequest$AttendeeId": "<p>The Amazon Chime SDK attendee ID.</p>",
1080        "UntagMeetingRequest$MeetingId": "<p>The Amazon Chime SDK meeting ID.</p>"
1081      }
1082    },
1083    "Integer": {
1084      "base": null,
1085      "refs": {
1086        "Proxy$DefaultSessionExpiryMinutes": "<p>The default number of minutes allowed for proxy sessions.</p>",
1087        "PutVoiceConnectorProxyRequest$DefaultSessionExpiryMinutes": "<p>The default number of minutes allowed for proxy sessions.</p>"
1088      }
1089    },
1090    "Invite": {
1091      "base": "<p>Invitation object returned after emailing users to invite them to join the Amazon Chime <code>Team</code> account.</p>",
1092      "refs": {
1093        "InviteList$member": null
1094      }
1095    },
1096    "InviteList": {
1097      "base": null,
1098      "refs": {
1099        "InviteUsersResponse$Invites": "<p>The email invitation details.</p>"
1100      }
1101    },
1102    "InviteStatus": {
1103      "base": null,
1104      "refs": {
1105        "Invite$Status": "<p>The status of the invite.</p>",
1106        "User$UserInvitationStatus": "<p>The user invite status.</p>"
1107      }
1108    },
1109    "InviteUsersRequest": {
1110      "base": null,
1111      "refs": {
1112      }
1113    },
1114    "InviteUsersResponse": {
1115      "base": null,
1116      "refs": {
1117      }
1118    },
1119    "Iso8601Timestamp": {
1120      "base": null,
1121      "refs": {
1122        "Account$CreatedTimestamp": "<p>The Amazon Chime account creation timestamp, in ISO 8601 format.</p>",
1123        "Bot$CreatedTimestamp": "<p>The bot creation timestamp, in ISO 8601 format.</p>",
1124        "Bot$UpdatedTimestamp": "<p>The updated bot timestamp, in ISO 8601 format.</p>",
1125        "GetPhoneNumberSettingsResponse$CallingNameUpdatedTimestamp": "<p>The updated outbound calling name timestamp, in ISO 8601 format.</p>",
1126        "GetRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>",
1127        "PhoneNumber$CreatedTimestamp": "<p>The phone number creation timestamp, in ISO 8601 format.</p>",
1128        "PhoneNumber$UpdatedTimestamp": "<p>The updated phone number timestamp, in ISO 8601 format.</p>",
1129        "PhoneNumber$DeletionTimestamp": "<p>The deleted phone number timestamp, in ISO 8601 format.</p>",
1130        "PhoneNumberAssociation$AssociatedTimestamp": "<p>The timestamp of the phone number association, in ISO 8601 format.</p>",
1131        "PhoneNumberOrder$CreatedTimestamp": "<p>The phone number order creation timestamp, in ISO 8601 format.</p>",
1132        "PhoneNumberOrder$UpdatedTimestamp": "<p>The updated phone number order timestamp, in ISO 8601 format.</p>",
1133        "ProxySession$CreatedTimestamp": "<p>The created timestamp, in ISO 8601 format.</p>",
1134        "ProxySession$UpdatedTimestamp": "<p>The updated timestamp, in ISO 8601 format.</p>",
1135        "ProxySession$EndedTimestamp": "<p>The ended timestamp, in ISO 8601 format.</p>",
1136        "PutRetentionSettingsResponse$InitiateDeletionTimestamp": "<p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>",
1137        "Room$CreatedTimestamp": "<p>The room creation timestamp, in ISO 8601 format.</p>",
1138        "Room$UpdatedTimestamp": "<p>The room update timestamp, in ISO 8601 format.</p>",
1139        "RoomMembership$UpdatedTimestamp": "<p>The room membership update timestamp, in ISO 8601 format.</p>",
1140        "TerminationHealth$Timestamp": "<p>The timestamp, in ISO 8601 format.</p>",
1141        "User$RegisteredOn": "<p>Date and time when the user is registered, in ISO 8601 format.</p>",
1142        "User$InvitedOn": "<p>Date and time when the user is invited to the Amazon Chime account, in ISO 8601 format.</p>",
1143        "VoiceConnector$CreatedTimestamp": "<p>The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.</p>",
1144        "VoiceConnector$UpdatedTimestamp": "<p>The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.</p>",
1145        "VoiceConnectorGroup$CreatedTimestamp": "<p>The Amazon Chime Voice Connector group creation timestamp, in ISO 8601 format.</p>",
1146        "VoiceConnectorGroup$UpdatedTimestamp": "<p>The updated Amazon Chime Voice Connector group timestamp, in ISO 8601 format.</p>"
1147      }
1148    },
1149    "JoinTokenString": {
1150      "base": null,
1151      "refs": {
1152        "Attendee$JoinToken": "<p>The join token used by the Amazon Chime SDK attendee.</p>"
1153      }
1154    },
1155    "License": {
1156      "base": null,
1157      "refs": {
1158        "Account$DefaultLicense": "<p>The default license for the Amazon Chime account.</p>",
1159        "LicenseList$member": null,
1160        "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>",
1161        "UpdateUserRequestItem$LicenseType": "<p>The user license type.</p>",
1162        "User$LicenseType": "<p>The license type for the user.</p>"
1163      }
1164    },
1165    "LicenseList": {
1166      "base": null,
1167      "refs": {
1168        "Account$SupportedLicenses": "<p>Supported licenses for the Amazon Chime account.</p>"
1169      }
1170    },
1171    "ListAccountsRequest": {
1172      "base": null,
1173      "refs": {
1174      }
1175    },
1176    "ListAccountsResponse": {
1177      "base": null,
1178      "refs": {
1179      }
1180    },
1181    "ListAttendeeTagsRequest": {
1182      "base": null,
1183      "refs": {
1184      }
1185    },
1186    "ListAttendeeTagsResponse": {
1187      "base": null,
1188      "refs": {
1189      }
1190    },
1191    "ListAttendeesRequest": {
1192      "base": null,
1193      "refs": {
1194      }
1195    },
1196    "ListAttendeesResponse": {
1197      "base": null,
1198      "refs": {
1199      }
1200    },
1201    "ListBotsRequest": {
1202      "base": null,
1203      "refs": {
1204      }
1205    },
1206    "ListBotsResponse": {
1207      "base": null,
1208      "refs": {
1209      }
1210    },
1211    "ListMeetingTagsRequest": {
1212      "base": null,
1213      "refs": {
1214      }
1215    },
1216    "ListMeetingTagsResponse": {
1217      "base": null,
1218      "refs": {
1219      }
1220    },
1221    "ListMeetingsRequest": {
1222      "base": null,
1223      "refs": {
1224      }
1225    },
1226    "ListMeetingsResponse": {
1227      "base": null,
1228      "refs": {
1229      }
1230    },
1231    "ListPhoneNumberOrdersRequest": {
1232      "base": null,
1233      "refs": {
1234      }
1235    },
1236    "ListPhoneNumberOrdersResponse": {
1237      "base": null,
1238      "refs": {
1239      }
1240    },
1241    "ListPhoneNumbersRequest": {
1242      "base": null,
1243      "refs": {
1244      }
1245    },
1246    "ListPhoneNumbersResponse": {
1247      "base": null,
1248      "refs": {
1249      }
1250    },
1251    "ListProxySessionsRequest": {
1252      "base": null,
1253      "refs": {
1254      }
1255    },
1256    "ListProxySessionsResponse": {
1257      "base": null,
1258      "refs": {
1259      }
1260    },
1261    "ListRoomMembershipsRequest": {
1262      "base": null,
1263      "refs": {
1264      }
1265    },
1266    "ListRoomMembershipsResponse": {
1267      "base": null,
1268      "refs": {
1269      }
1270    },
1271    "ListRoomsRequest": {
1272      "base": null,
1273      "refs": {
1274      }
1275    },
1276    "ListRoomsResponse": {
1277      "base": null,
1278      "refs": {
1279      }
1280    },
1281    "ListTagsForResourceRequest": {
1282      "base": null,
1283      "refs": {
1284      }
1285    },
1286    "ListTagsForResourceResponse": {
1287      "base": null,
1288      "refs": {
1289      }
1290    },
1291    "ListUsersRequest": {
1292      "base": null,
1293      "refs": {
1294      }
1295    },
1296    "ListUsersResponse": {
1297      "base": null,
1298      "refs": {
1299      }
1300    },
1301    "ListVoiceConnectorGroupsRequest": {
1302      "base": null,
1303      "refs": {
1304      }
1305    },
1306    "ListVoiceConnectorGroupsResponse": {
1307      "base": null,
1308      "refs": {
1309      }
1310    },
1311    "ListVoiceConnectorTerminationCredentialsRequest": {
1312      "base": null,
1313      "refs": {
1314      }
1315    },
1316    "ListVoiceConnectorTerminationCredentialsResponse": {
1317      "base": null,
1318      "refs": {
1319      }
1320    },
1321    "ListVoiceConnectorsRequest": {
1322      "base": null,
1323      "refs": {
1324      }
1325    },
1326    "ListVoiceConnectorsResponse": {
1327      "base": null,
1328      "refs": {
1329      }
1330    },
1331    "LoggingConfiguration": {
1332      "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>",
1333      "refs": {
1334        "GetVoiceConnectorLoggingConfigurationResponse$LoggingConfiguration": "<p>The logging configuration details.</p>",
1335        "PutVoiceConnectorLoggingConfigurationRequest$LoggingConfiguration": "<p>The logging configuration details to add.</p>",
1336        "PutVoiceConnectorLoggingConfigurationResponse$LoggingConfiguration": "<p>The updated logging configuration details.</p>"
1337      }
1338    },
1339    "LogoutUserRequest": {
1340      "base": null,
1341      "refs": {
1342      }
1343    },
1344    "LogoutUserResponse": {
1345      "base": null,
1346      "refs": {
1347      }
1348    },
1349    "MediaPlacement": {
1350      "base": "<p>A set of endpoints used by clients to connect to the media service group for a Amazon Chime SDK meeting.</p>",
1351      "refs": {
1352        "Meeting$MediaPlacement": "<p>The media placement for the meeting.</p>"
1353      }
1354    },
1355    "Meeting": {
1356      "base": "<p>A meeting created using the Amazon Chime SDK.</p>",
1357      "refs": {
1358        "CreateMeetingResponse$Meeting": "<p>The meeting information, including the meeting ID and <code>MediaPlacement</code>.</p>",
1359        "GetMeetingResponse$Meeting": "<p>The Amazon Chime SDK meeting information.</p>",
1360        "MeetingList$member": null
1361      }
1362    },
1363    "MeetingList": {
1364      "base": null,
1365      "refs": {
1366        "ListMeetingsResponse$Meetings": "<p>The Amazon Chime SDK meeting information.</p>"
1367      }
1368    },
1369    "MeetingNotificationConfiguration": {
1370      "base": "<p>The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur.</p>",
1371      "refs": {
1372        "CreateMeetingRequest$NotificationsConfiguration": "<p>The configuration for resource targets to receive notifications when meeting and attendee events occur.</p>"
1373      }
1374    },
1375    "MeetingTagKeyList": {
1376      "base": null,
1377      "refs": {
1378        "UntagMeetingRequest$TagKeys": "<p>The tag keys.</p>"
1379      }
1380    },
1381    "MeetingTagList": {
1382      "base": null,
1383      "refs": {
1384        "CreateMeetingRequest$Tags": "<p>The tag key-value pairs.</p>",
1385        "TagMeetingRequest$Tags": "<p>The tag key-value pairs.</p>"
1386      }
1387    },
1388    "Member": {
1389      "base": "<p>The member details, such as email address, name, member ID, and member type.</p>",
1390      "refs": {
1391        "RoomMembership$Member": null
1392      }
1393    },
1394    "MemberError": {
1395      "base": "<p>The list of errors returned when a member action results in an error.</p>",
1396      "refs": {
1397        "MemberErrorList$member": null
1398      }
1399    },
1400    "MemberErrorList": {
1401      "base": null,
1402      "refs": {
1403        "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>"
1404      }
1405    },
1406    "MemberType": {
1407      "base": null,
1408      "refs": {
1409        "Member$MemberType": "<p>The member type.</p>"
1410      }
1411    },
1412    "MembershipItem": {
1413      "base": "<p>Membership details, such as member ID and member role.</p>",
1414      "refs": {
1415        "MembershipItemList$member": null
1416      }
1417    },
1418    "MembershipItemList": {
1419      "base": null,
1420      "refs": {
1421        "BatchCreateRoomMembershipRequest$MembershipItemList": "<p>The list of membership items.</p>"
1422      }
1423    },
1424    "NextTokenString": {
1425      "base": null,
1426      "refs": {
1427        "ListProxySessionsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
1428        "ListProxySessionsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>"
1429      }
1430    },
1431    "NonEmptyString": {
1432      "base": null,
1433      "refs": {
1434        "AssociatePhoneNumbersWithVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
1435        "AssociatePhoneNumbersWithVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1436        "AssociateSigninDelegateGroupsWithAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1437        "BatchCreateRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1438        "BatchCreateRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
1439        "BatchSuspendUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1440        "BatchUnsuspendUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1441        "BatchUpdateUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1442        "CreateBotRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1443        "CreateBotRequest$Domain": "<p>The domain of the Amazon Chime Enterprise account.</p>",
1444        "CreateRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1445        "CreateRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
1446        "CreateRoomMembershipRequest$MemberId": "<p>The Amazon Chime member ID (user ID or bot ID).</p>",
1447        "CreateRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1448        "CreateUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1449        "DeleteAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1450        "DeleteEventsConfigurationRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1451        "DeleteEventsConfigurationRequest$BotId": "<p>The bot ID.</p>",
1452        "DeleteRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1453        "DeleteRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
1454        "DeleteRoomMembershipRequest$MemberId": "<p>The member ID (user ID or bot ID).</p>",
1455        "DeleteRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1456        "DeleteRoomRequest$RoomId": "<p>The chat room ID.</p>",
1457        "DeleteVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
1458        "DeleteVoiceConnectorOriginationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1459        "DeleteVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1460        "DeleteVoiceConnectorStreamingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1461        "DeleteVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1462        "DeleteVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1463        "DisassociatePhoneNumbersFromVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
1464        "DisassociatePhoneNumbersFromVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1465        "DisassociateSigninDelegateGroupsFromAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1466        "GetAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1467        "GetAccountSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1468        "GetBotRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1469        "GetBotRequest$BotId": "<p>The bot ID.</p>",
1470        "GetEventsConfigurationRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1471        "GetEventsConfigurationRequest$BotId": "<p>The bot ID.</p>",
1472        "GetRetentionSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1473        "GetRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1474        "GetRoomRequest$RoomId": "<p>The room ID.</p>",
1475        "GetUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1476        "GetUserRequest$UserId": "<p>The user ID.</p>",
1477        "GetVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
1478        "GetVoiceConnectorLoggingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1479        "GetVoiceConnectorOriginationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1480        "GetVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1481        "GetVoiceConnectorStreamingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1482        "GetVoiceConnectorTerminationHealthRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1483        "GetVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1484        "InviteUsersRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1485        "ListBotsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1486        "ListRoomMembershipsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1487        "ListRoomMembershipsRequest$RoomId": "<p>The room ID.</p>",
1488        "ListRoomsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1489        "ListUsersRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1490        "ListVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1491        "LogoutUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1492        "LogoutUserRequest$UserId": "<p>The user ID.</p>",
1493        "Member$MemberId": "<p>The member ID (user ID or bot ID).</p>",
1494        "Member$AccountId": "<p>The Amazon Chime account ID.</p>",
1495        "MemberError$MemberId": "<p>The member ID.</p>",
1496        "MembershipItem$MemberId": "<p>The member ID.</p>",
1497        "PhoneNumberError$PhoneNumberId": "<p>The phone number ID for which the action failed.</p>",
1498        "PutEventsConfigurationRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1499        "PutEventsConfigurationRequest$BotId": "<p>The bot ID.</p>",
1500        "PutRetentionSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1501        "PutVoiceConnectorLoggingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1502        "PutVoiceConnectorOriginationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1503        "PutVoiceConnectorStreamingConfigurationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1504        "PutVoiceConnectorTerminationCredentialsRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1505        "PutVoiceConnectorTerminationRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1506        "RedactConversationMessageRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1507        "RedactConversationMessageRequest$ConversationId": "<p>The conversation ID.</p>",
1508        "RedactConversationMessageRequest$MessageId": "<p>The message ID.</p>",
1509        "RedactRoomMessageRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1510        "RedactRoomMessageRequest$RoomId": "<p>The room ID.</p>",
1511        "RedactRoomMessageRequest$MessageId": "<p>The message ID.</p>",
1512        "RegenerateSecurityTokenRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1513        "RegenerateSecurityTokenRequest$BotId": "<p>The bot ID.</p>",
1514        "ResetPersonalPINRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1515        "ResetPersonalPINRequest$UserId": "<p>The user ID.</p>",
1516        "RestorePhoneNumberRequest$PhoneNumberId": "<p>The phone number.</p>",
1517        "Room$RoomId": "<p>The room ID.</p>",
1518        "Room$AccountId": "<p>The Amazon Chime account ID.</p>",
1519        "Room$CreatedBy": "<p>The identifier of the room creator.</p>",
1520        "RoomMembership$RoomId": "<p>The room ID.</p>",
1521        "RoomMembership$InvitedBy": "<p>The identifier of the user that invited the room member.</p>",
1522        "SigninDelegateGroup$GroupName": "<p>The group name.</p>",
1523        "UpdateAccountRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1524        "UpdateAccountSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1525        "UpdateBotRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1526        "UpdateBotRequest$BotId": "<p>The bot ID.</p>",
1527        "UpdatePhoneNumberRequestItem$PhoneNumberId": "<p>The phone number ID to update.</p>",
1528        "UpdateRoomMembershipRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1529        "UpdateRoomMembershipRequest$RoomId": "<p>The room ID.</p>",
1530        "UpdateRoomMembershipRequest$MemberId": "<p>The member ID.</p>",
1531        "UpdateRoomRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1532        "UpdateRoomRequest$RoomId": "<p>The room ID.</p>",
1533        "UpdateUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
1534        "UpdateUserRequest$UserId": "<p>The user ID.</p>",
1535        "UpdateUserRequestItem$UserId": "<p>The user ID.</p>",
1536        "UpdateVoiceConnectorGroupRequest$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
1537        "UpdateVoiceConnectorRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1538        "UserError$UserId": "<p>The user ID for which the action failed.</p>",
1539        "UserIdList$member": null,
1540        "VoiceConnector$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1541        "VoiceConnectorGroup$VoiceConnectorGroupId": "<p>The Amazon Chime Voice Connector group ID.</p>",
1542        "VoiceConnectorItem$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>"
1543      }
1544    },
1545    "NonEmptyString128": {
1546      "base": null,
1547      "refs": {
1548        "CreateProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1549        "DeleteProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1550        "DeleteProxySessionRequest$ProxySessionId": "<p>The proxy session ID.</p>",
1551        "DeleteVoiceConnectorProxyRequest$VoiceConnectorId": "<p>The Amazon Chime Voice Connector ID.</p>",
1552        "GetProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1553        "GetProxySessionRequest$ProxySessionId": "<p>The proxy session ID.</p>",
1554        "GetVoiceConnectorProxyRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1555        "ListProxySessionsRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1556        "ProxySession$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1557        "ProxySession$ProxySessionId": "<p>The proxy session ID.</p>",
1558        "PutVoiceConnectorProxyRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1559        "UpdateProxySessionRequest$VoiceConnectorId": "<p>The Amazon Chime voice connector ID.</p>",
1560        "UpdateProxySessionRequest$ProxySessionId": "<p>The proxy session ID.</p>"
1561      }
1562    },
1563    "NonEmptyStringList": {
1564      "base": null,
1565      "refs": {
1566        "BatchDeletePhoneNumberRequest$PhoneNumberIds": "<p>List of phone number IDs.</p>",
1567        "DisassociateSigninDelegateGroupsFromAccountRequest$GroupNames": "<p>The sign-in delegate group names.</p>"
1568      }
1569    },
1570    "NotFoundException": {
1571      "base": "<p>One or more of the resources in the request does not exist in the system.</p>",
1572      "refs": {
1573      }
1574    },
1575    "NotificationTarget": {
1576      "base": null,
1577      "refs": {
1578        "StreamingNotificationTarget$NotificationTarget": "<p>The streaming notification target.</p>"
1579      }
1580    },
1581    "NullableBoolean": {
1582      "base": null,
1583      "refs": {
1584        "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>",
1585        "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>",
1586        "Bot$Disabled": "<p>When true, the bot is stopped from running in your account.</p>",
1587        "PhoneNumberCapabilities$InboundCall": "<p>Allows or denies inbound calling for the specified phone number.</p>",
1588        "PhoneNumberCapabilities$OutboundCall": "<p>Allows or denies outbound calling for the specified phone number.</p>",
1589        "PhoneNumberCapabilities$InboundSMS": "<p>Allows or denies inbound SMS messaging for the specified phone number.</p>",
1590        "PhoneNumberCapabilities$OutboundSMS": "<p>Allows or denies outbound SMS messaging for the specified phone number.</p>",
1591        "PhoneNumberCapabilities$InboundMMS": "<p>Allows or denies inbound MMS messaging for the specified phone number.</p>",
1592        "PhoneNumberCapabilities$OutboundMMS": "<p>Allows or denies outbound MMS messaging for the specified phone number.</p>",
1593        "UpdateBotRequest$Disabled": "<p>When true, stops the specified bot from running in your account.</p>"
1594      }
1595    },
1596    "NumberSelectionBehavior": {
1597      "base": null,
1598      "refs": {
1599        "CreateProxySessionRequest$NumberSelectionBehavior": "<p>The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.</p>",
1600        "ProxySession$NumberSelectionBehavior": "<p>The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.</p>"
1601      }
1602    },
1603    "OrderedPhoneNumber": {
1604      "base": "<p>A phone number for which an order has been placed.</p>",
1605      "refs": {
1606        "OrderedPhoneNumberList$member": null
1607      }
1608    },
1609    "OrderedPhoneNumberList": {
1610      "base": null,
1611      "refs": {
1612        "PhoneNumberOrder$OrderedPhoneNumbers": "<p>The ordered phone number details, such as the phone number in E.164 format and the phone number status.</p>"
1613      }
1614    },
1615    "OrderedPhoneNumberStatus": {
1616      "base": null,
1617      "refs": {
1618        "OrderedPhoneNumber$Status": "<p>The phone number status.</p>"
1619      }
1620    },
1621    "Origination": {
1622      "base": "<p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.</p>",
1623      "refs": {
1624        "GetVoiceConnectorOriginationResponse$Origination": "<p>The origination setting details.</p>",
1625        "PutVoiceConnectorOriginationRequest$Origination": "<p>The origination setting details to add.</p>",
1626        "PutVoiceConnectorOriginationResponse$Origination": "<p>The updated origination setting details.</p>"
1627      }
1628    },
1629    "OriginationRoute": {
1630      "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>",
1631      "refs": {
1632        "OriginationRouteList$member": null
1633      }
1634    },
1635    "OriginationRouteList": {
1636      "base": null,
1637      "refs": {
1638        "Origination$Routes": "<p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.</p>"
1639      }
1640    },
1641    "OriginationRoutePriority": {
1642      "base": null,
1643      "refs": {
1644        "OriginationRoute$Priority": "<p>The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.</p>"
1645      }
1646    },
1647    "OriginationRouteProtocol": {
1648      "base": null,
1649      "refs": {
1650        "OriginationRoute$Protocol": "<p>The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.</p>"
1651      }
1652    },
1653    "OriginationRouteWeight": {
1654      "base": null,
1655      "refs": {
1656        "OriginationRoute$Weight": "<p>The weight associated with the host. If hosts are equal in priority, calls are distributed among them based on their relative weight.</p>"
1657      }
1658    },
1659    "Participant": {
1660      "base": "<p>The phone number and proxy phone number for a participant in an Amazon Chime Voice Connector proxy session.</p>",
1661      "refs": {
1662        "Participants$member": null
1663      }
1664    },
1665    "ParticipantPhoneNumberList": {
1666      "base": null,
1667      "refs": {
1668        "CreateProxySessionRequest$ParticipantPhoneNumbers": "<p>The participant phone numbers.</p>"
1669      }
1670    },
1671    "Participants": {
1672      "base": null,
1673      "refs": {
1674        "ProxySession$Participants": "<p>The proxy session participants.</p>"
1675      }
1676    },
1677    "PhoneNumber": {
1678      "base": "<p>A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.</p>",
1679      "refs": {
1680        "GetPhoneNumberResponse$PhoneNumber": "<p>The phone number details.</p>",
1681        "PhoneNumberList$member": null,
1682        "RestorePhoneNumberResponse$PhoneNumber": "<p>The phone number details.</p>",
1683        "UpdatePhoneNumberResponse$PhoneNumber": "<p>The updated phone number details.</p>"
1684      }
1685    },
1686    "PhoneNumberAssociation": {
1687      "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>",
1688      "refs": {
1689        "PhoneNumberAssociationList$member": null
1690      }
1691    },
1692    "PhoneNumberAssociationList": {
1693      "base": null,
1694      "refs": {
1695        "PhoneNumber$Associations": "<p>The phone number associations.</p>"
1696      }
1697    },
1698    "PhoneNumberAssociationName": {
1699      "base": null,
1700      "refs": {
1701        "ListPhoneNumbersRequest$FilterName": "<p>The filter to use to limit the number of results.</p>",
1702        "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>"
1703      }
1704    },
1705    "PhoneNumberCapabilities": {
1706      "base": "<p>The phone number capabilities for Amazon Chime Business Calling phone numbers, such as enabled inbound and outbound calling and text messaging.</p>",
1707      "refs": {
1708        "PhoneNumber$Capabilities": "<p>The phone number capabilities.</p>"
1709      }
1710    },
1711    "PhoneNumberError": {
1712      "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>",
1713      "refs": {
1714        "PhoneNumberErrorList$member": null
1715      }
1716    },
1717    "PhoneNumberErrorList": {
1718      "base": null,
1719      "refs": {
1720        "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>",
1721        "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>",
1722        "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>",
1723        "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>",
1724        "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>",
1725        "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>"
1726      }
1727    },
1728    "PhoneNumberList": {
1729      "base": null,
1730      "refs": {
1731        "ListPhoneNumbersResponse$PhoneNumbers": "<p>The phone number details.</p>"
1732      }
1733    },
1734    "PhoneNumberMaxResults": {
1735      "base": null,
1736      "refs": {
1737        "SearchAvailablePhoneNumbersRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>"
1738      }
1739    },
1740    "PhoneNumberOrder": {
1741      "base": "<p>The details of a phone number order created for Amazon Chime.</p>",
1742      "refs": {
1743        "CreatePhoneNumberOrderResponse$PhoneNumberOrder": "<p>The phone number order details.</p>",
1744        "GetPhoneNumberOrderResponse$PhoneNumberOrder": "<p>The phone number order details.</p>",
1745        "PhoneNumberOrderList$member": null
1746      }
1747    },
1748    "PhoneNumberOrderList": {
1749      "base": null,
1750      "refs": {
1751        "ListPhoneNumberOrdersResponse$PhoneNumberOrders": "<p>The phone number order details.</p>"
1752      }
1753    },
1754    "PhoneNumberOrderStatus": {
1755      "base": null,
1756      "refs": {
1757        "PhoneNumberOrder$Status": "<p>The status of the phone number order.</p>"
1758      }
1759    },
1760    "PhoneNumberProductType": {
1761      "base": null,
1762      "refs": {
1763        "CreatePhoneNumberOrderRequest$ProductType": "<p>The phone number product type.</p>",
1764        "ListPhoneNumbersRequest$ProductType": "<p>The phone number product type.</p>",
1765        "PhoneNumber$ProductType": "<p>The phone number product type.</p>",
1766        "PhoneNumberOrder$ProductType": "<p>The phone number order product type.</p>",
1767        "UpdatePhoneNumberRequest$ProductType": "<p>The product type.</p>",
1768        "UpdatePhoneNumberRequestItem$ProductType": "<p>The product type to update.</p>"
1769      }
1770    },
1771    "PhoneNumberStatus": {
1772      "base": null,
1773      "refs": {
1774        "ListPhoneNumbersRequest$Status": "<p>The phone number status.</p>",
1775        "PhoneNumber$Status": "<p>The phone number status.</p>"
1776      }
1777    },
1778    "PhoneNumberType": {
1779      "base": null,
1780      "refs": {
1781        "PhoneNumber$Type": "<p>The phone number type.</p>"
1782      }
1783    },
1784    "Port": {
1785      "base": null,
1786      "refs": {
1787        "OriginationRoute$Port": "<p>The designated origination route port. Defaults to 5060.</p>"
1788      }
1789    },
1790    "PositiveInteger": {
1791      "base": null,
1792      "refs": {
1793        "CreateProxySessionRequest$ExpiryMinutes": "<p>The number of minutes allowed for the proxy session.</p>",
1794        "ProxySession$ExpiryMinutes": "<p>The number of minutes allowed for the proxy session.</p>",
1795        "UpdateProxySessionRequest$ExpiryMinutes": "<p>The number of minutes allowed for the proxy session.</p>"
1796      }
1797    },
1798    "ProfileServiceMaxResults": {
1799      "base": null,
1800      "refs": {
1801        "ListAccountsRequest$MaxResults": "<p>The maximum number of results to return in a single call. Defaults to 100.</p>",
1802        "ListUsersRequest$MaxResults": "<p>The maximum number of results to return in a single call. Defaults to 100.</p>"
1803      }
1804    },
1805    "Proxy": {
1806      "base": "<p>The proxy configuration for an Amazon Chime Voice Connector.</p>",
1807      "refs": {
1808        "GetVoiceConnectorProxyResponse$Proxy": "<p>The proxy configuration details.</p>",
1809        "PutVoiceConnectorProxyResponse$Proxy": "<p>The proxy configuration details.</p>"
1810      }
1811    },
1812    "ProxySession": {
1813      "base": "<p>The proxy session for an Amazon Chime Voice Connector.</p>",
1814      "refs": {
1815        "CreateProxySessionResponse$ProxySession": "<p>The proxy session details.</p>",
1816        "GetProxySessionResponse$ProxySession": "<p>The proxy session details.</p>",
1817        "ProxySessions$member": null,
1818        "UpdateProxySessionResponse$ProxySession": "<p>The proxy session details.</p>"
1819      }
1820    },
1821    "ProxySessionNameString": {
1822      "base": null,
1823      "refs": {
1824        "CreateProxySessionRequest$Name": "<p>The name of the proxy session.</p>"
1825      }
1826    },
1827    "ProxySessionStatus": {
1828      "base": null,
1829      "refs": {
1830        "ListProxySessionsRequest$Status": "<p>The proxy session status.</p>",
1831        "ProxySession$Status": "<p>The status of the proxy session.</p>"
1832      }
1833    },
1834    "ProxySessions": {
1835      "base": null,
1836      "refs": {
1837        "ListProxySessionsResponse$ProxySessions": "<p>The proxy session details.</p>"
1838      }
1839    },
1840    "PutEventsConfigurationRequest": {
1841      "base": null,
1842      "refs": {
1843      }
1844    },
1845    "PutEventsConfigurationResponse": {
1846      "base": null,
1847      "refs": {
1848      }
1849    },
1850    "PutRetentionSettingsRequest": {
1851      "base": null,
1852      "refs": {
1853      }
1854    },
1855    "PutRetentionSettingsResponse": {
1856      "base": null,
1857      "refs": {
1858      }
1859    },
1860    "PutVoiceConnectorLoggingConfigurationRequest": {
1861      "base": null,
1862      "refs": {
1863      }
1864    },
1865    "PutVoiceConnectorLoggingConfigurationResponse": {
1866      "base": null,
1867      "refs": {
1868      }
1869    },
1870    "PutVoiceConnectorOriginationRequest": {
1871      "base": null,
1872      "refs": {
1873      }
1874    },
1875    "PutVoiceConnectorOriginationResponse": {
1876      "base": null,
1877      "refs": {
1878      }
1879    },
1880    "PutVoiceConnectorProxyRequest": {
1881      "base": null,
1882      "refs": {
1883      }
1884    },
1885    "PutVoiceConnectorProxyResponse": {
1886      "base": null,
1887      "refs": {
1888      }
1889    },
1890    "PutVoiceConnectorStreamingConfigurationRequest": {
1891      "base": null,
1892      "refs": {
1893      }
1894    },
1895    "PutVoiceConnectorStreamingConfigurationResponse": {
1896      "base": null,
1897      "refs": {
1898      }
1899    },
1900    "PutVoiceConnectorTerminationCredentialsRequest": {
1901      "base": null,
1902      "refs": {
1903      }
1904    },
1905    "PutVoiceConnectorTerminationRequest": {
1906      "base": null,
1907      "refs": {
1908      }
1909    },
1910    "PutVoiceConnectorTerminationResponse": {
1911      "base": null,
1912      "refs": {
1913      }
1914    },
1915    "RedactConversationMessageRequest": {
1916      "base": null,
1917      "refs": {
1918      }
1919    },
1920    "RedactConversationMessageResponse": {
1921      "base": null,
1922      "refs": {
1923      }
1924    },
1925    "RedactRoomMessageRequest": {
1926      "base": null,
1927      "refs": {
1928      }
1929    },
1930    "RedactRoomMessageResponse": {
1931      "base": null,
1932      "refs": {
1933      }
1934    },
1935    "RegenerateSecurityTokenRequest": {
1936      "base": null,
1937      "refs": {
1938      }
1939    },
1940    "RegenerateSecurityTokenResponse": {
1941      "base": null,
1942      "refs": {
1943      }
1944    },
1945    "RegistrationStatus": {
1946      "base": null,
1947      "refs": {
1948        "User$UserRegistrationStatus": "<p>The user registration status.</p>"
1949      }
1950    },
1951    "ResetPersonalPINRequest": {
1952      "base": null,
1953      "refs": {
1954      }
1955    },
1956    "ResetPersonalPINResponse": {
1957      "base": null,
1958      "refs": {
1959      }
1960    },
1961    "ResourceLimitExceededException": {
1962      "base": "<p>The request exceeds the resource limit.</p>",
1963      "refs": {
1964      }
1965    },
1966    "RestorePhoneNumberRequest": {
1967      "base": null,
1968      "refs": {
1969      }
1970    },
1971    "RestorePhoneNumberResponse": {
1972      "base": null,
1973      "refs": {
1974      }
1975    },
1976    "ResultMax": {
1977      "base": null,
1978      "refs": {
1979        "ListAttendeesRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1980        "ListBotsRequest$MaxResults": "<p>The maximum number of results to return in a single call. The default is 10.</p>",
1981        "ListMeetingsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1982        "ListPhoneNumberOrdersRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1983        "ListPhoneNumbersRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1984        "ListProxySessionsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1985        "ListRoomMembershipsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1986        "ListRoomsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1987        "ListVoiceConnectorGroupsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>",
1988        "ListVoiceConnectorsRequest$MaxResults": "<p>The maximum number of results to return in a single call.</p>"
1989      }
1990    },
1991    "RetentionDays": {
1992      "base": null,
1993      "refs": {
1994        "ConversationRetentionSettings$RetentionDays": "<p>The number of days for which to retain chat conversation messages.</p>",
1995        "RoomRetentionSettings$RetentionDays": "<p>The number of days for which to retain chat room messages.</p>"
1996      }
1997    },
1998    "RetentionSettings": {
1999      "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>",
2000      "refs": {
2001        "GetRetentionSettingsResponse$RetentionSettings": "<p>The retention settings.</p>",
2002        "PutRetentionSettingsRequest$RetentionSettings": "<p>The retention settings.</p>",
2003        "PutRetentionSettingsResponse$RetentionSettings": "<p>The retention settings.</p>"
2004      }
2005    },
2006    "Room": {
2007      "base": "<p>The Amazon Chime chat room details.</p>",
2008      "refs": {
2009        "CreateRoomResponse$Room": "<p>The room details.</p>",
2010        "GetRoomResponse$Room": "<p>The room details.</p>",
2011        "RoomList$member": null,
2012        "UpdateRoomResponse$Room": "<p>The room details.</p>"
2013      }
2014    },
2015    "RoomList": {
2016      "base": null,
2017      "refs": {
2018        "ListRoomsResponse$Rooms": "<p>The room details.</p>"
2019      }
2020    },
2021    "RoomMembership": {
2022      "base": "<p>The room membership details.</p>",
2023      "refs": {
2024        "CreateRoomMembershipResponse$RoomMembership": "<p>The room membership details.</p>",
2025        "RoomMembershipList$member": null,
2026        "UpdateRoomMembershipResponse$RoomMembership": "<p>The room membership details.</p>"
2027      }
2028    },
2029    "RoomMembershipList": {
2030      "base": null,
2031      "refs": {
2032        "ListRoomMembershipsResponse$RoomMemberships": "<p>The room membership details.</p>"
2033      }
2034    },
2035    "RoomMembershipRole": {
2036      "base": null,
2037      "refs": {
2038        "CreateRoomMembershipRequest$Role": "<p>The role of the member.</p>",
2039        "MembershipItem$Role": "<p>The member role.</p>",
2040        "RoomMembership$Role": "<p>The membership role.</p>",
2041        "UpdateRoomMembershipRequest$Role": "<p>The role of the member.</p>"
2042      }
2043    },
2044    "RoomRetentionSettings": {
2045      "base": "<p>The retention settings that determine how long to retain chat room messages for an Amazon Chime Enterprise account.</p>",
2046      "refs": {
2047        "RetentionSettings$RoomRetentionSettings": "<p>The chat room retention settings.</p>"
2048      }
2049    },
2050    "SearchAvailablePhoneNumbersRequest": {
2051      "base": null,
2052      "refs": {
2053      }
2054    },
2055    "SearchAvailablePhoneNumbersResponse": {
2056      "base": null,
2057      "refs": {
2058      }
2059    },
2060    "SensitiveString": {
2061      "base": null,
2062      "refs": {
2063        "AlexaForBusinessMetadata$AlexaForBusinessRoomArn": "<p>The ARN of the room resource.</p>",
2064        "Bot$DisplayName": "<p>The bot display name.</p>",
2065        "Bot$BotEmail": "<p>The bot email address.</p>",
2066        "Bot$SecurityToken": "<p>The security token used to authenticate Amazon Chime with the outgoing event endpoint.</p>",
2067        "CreateBotRequest$DisplayName": "<p>The bot display name.</p>",
2068        "CreateRoomRequest$Name": "<p>The room name.</p>",
2069        "Credential$Username": "<p>The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.</p>",
2070        "Credential$Password": "<p>The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.</p>",
2071        "EventsConfiguration$OutboundEventsHTTPSEndpoint": "<p>HTTPS endpoint that allows a bot to receive outgoing events.</p>",
2072        "EventsConfiguration$LambdaFunctionArn": "<p>Lambda function ARN that allows a bot to receive outgoing events.</p>",
2073        "Member$Email": "<p>The member email address.</p>",
2074        "Member$FullName": "<p>The member name.</p>",
2075        "PutEventsConfigurationRequest$OutboundEventsHTTPSEndpoint": "<p>HTTPS endpoint that allows the bot to receive outgoing events.</p>",
2076        "PutEventsConfigurationRequest$LambdaFunctionArn": "<p>Lambda function ARN that allows the bot to receive outgoing events.</p>",
2077        "Room$Name": "<p>The room name.</p>",
2078        "SensitiveStringList$member": null,
2079        "UpdateRoomRequest$Name": "<p>The room name.</p>",
2080        "User$PrimaryProvisionedNumber": "<p>The primary phone number associated with the user.</p>",
2081        "User$DisplayName": "<p>The display name of the user.</p>"
2082      }
2083    },
2084    "SensitiveStringList": {
2085      "base": null,
2086      "refs": {
2087        "DeleteVoiceConnectorTerminationCredentialsRequest$Usernames": "<p>The RFC2617 compliant username associated with the SIP credentials, in US-ASCII format.</p>",
2088        "ListVoiceConnectorTerminationCredentialsResponse$Usernames": "<p>A list of user names.</p>"
2089      }
2090    },
2091    "ServiceFailureException": {
2092      "base": "<p>The service encountered an unexpected error.</p>",
2093      "refs": {
2094      }
2095    },
2096    "ServiceUnavailableException": {
2097      "base": "<p>The service is currently unavailable.</p>",
2098      "refs": {
2099      }
2100    },
2101    "SigninDelegateGroup": {
2102      "base": "<p>An Active Directory (AD) group whose members are granted permission to act as delegates.</p>",
2103      "refs": {
2104        "SigninDelegateGroupList$member": null
2105      }
2106    },
2107    "SigninDelegateGroupList": {
2108      "base": null,
2109      "refs": {
2110        "Account$SigninDelegateGroups": "<p>The sign-in delegate groups associated with the account.</p>",
2111        "AssociateSigninDelegateGroupsWithAccountRequest$SigninDelegateGroups": "<p>The sign-in delegate groups.</p>"
2112      }
2113    },
2114    "StreamingConfiguration": {
2115      "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>",
2116      "refs": {
2117        "GetVoiceConnectorStreamingConfigurationResponse$StreamingConfiguration": "<p>The streaming configuration details.</p>",
2118        "PutVoiceConnectorStreamingConfigurationRequest$StreamingConfiguration": "<p>The streaming configuration details to add.</p>",
2119        "PutVoiceConnectorStreamingConfigurationResponse$StreamingConfiguration": "<p>The updated streaming configuration details.</p>"
2120      }
2121    },
2122    "StreamingNotificationTarget": {
2123      "base": "<p>The targeted recipient for a streaming configuration notification.</p>",
2124      "refs": {
2125        "StreamingNotificationTargetList$member": null
2126      }
2127    },
2128    "StreamingNotificationTargetList": {
2129      "base": null,
2130      "refs": {
2131        "StreamingConfiguration$StreamingNotificationTargets": "<p>The streaming notification targets.</p>"
2132      }
2133    },
2134    "String": {
2135      "base": null,
2136      "refs": {
2137        "AccessDeniedException$Message": null,
2138        "Account$AwsAccountId": "<p>The AWS account ID.</p>",
2139        "Account$AccountId": "<p>The Amazon Chime account ID.</p>",
2140        "Account$Name": "<p>The Amazon Chime account name.</p>",
2141        "AssociatePhoneNumberWithUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2142        "AssociatePhoneNumberWithUserRequest$UserId": "<p>The user ID.</p>",
2143        "BadRequestException$Message": null,
2144        "Bot$BotId": "<p>The bot ID.</p>",
2145        "Bot$UserId": "<p>The unique ID for the bot user.</p>",
2146        "BusinessCallingSettings$CdrBucket": "<p>The Amazon S3 bucket designated for call detail record storage.</p>",
2147        "ConflictException$Message": null,
2148        "CreateAttendeeError$ErrorCode": "<p>The error code.</p>",
2149        "CreateAttendeeError$ErrorMessage": "<p>The error message.</p>",
2150        "CreateMeetingRequest$MediaRegion": "<p>The Region in which to create the meeting. Available values: <code>ap-northeast-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-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>",
2151        "CreateUserRequest$Username": "<p>The user name.</p>",
2152        "DeletePhoneNumberRequest$PhoneNumberId": "<p>The phone number ID.</p>",
2153        "DisassociatePhoneNumberFromUserRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2154        "DisassociatePhoneNumberFromUserRequest$UserId": "<p>The user ID.</p>",
2155        "EventsConfiguration$BotId": "<p>The bot ID.</p>",
2156        "ForbiddenException$Message": null,
2157        "GetPhoneNumberRequest$PhoneNumberId": "<p>The phone number ID.</p>",
2158        "GetUserSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2159        "GetUserSettingsRequest$UserId": "<p>The user ID.</p>",
2160        "Invite$InviteId": "<p>The invite ID.</p>",
2161        "ListAccountsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2162        "ListAccountsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2163        "ListAttendeesRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2164        "ListAttendeesResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2165        "ListBotsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2166        "ListBotsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2167        "ListMeetingsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2168        "ListMeetingsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2169        "ListPhoneNumberOrdersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2170        "ListPhoneNumberOrdersResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2171        "ListPhoneNumbersRequest$FilterValue": "<p>The value to use for the filter.</p>",
2172        "ListPhoneNumbersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2173        "ListPhoneNumbersResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2174        "ListRoomMembershipsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2175        "ListRoomMembershipsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2176        "ListRoomsRequest$MemberId": "<p>The member ID (user ID or bot ID).</p>",
2177        "ListRoomsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2178        "ListRoomsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2179        "ListUsersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2180        "ListUsersResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2181        "ListVoiceConnectorGroupsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2182        "ListVoiceConnectorGroupsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2183        "ListVoiceConnectorsRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2184        "ListVoiceConnectorsResponse$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2185        "Meeting$MediaRegion": "<p>The Region in which to create the meeting. Available values: <code>ap-northeast-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-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>",
2186        "MemberError$ErrorMessage": "<p>The error message.</p>",
2187        "NonEmptyStringList$member": null,
2188        "NotFoundException$Message": null,
2189        "OriginationRoute$Host": "<p>The FQDN or IP address to contact for origination traffic.</p>",
2190        "PhoneNumber$PhoneNumberId": "<p>The phone number ID.</p>",
2191        "PhoneNumberAssociation$Value": "<p>Contains the ID for the entity specified in Name.</p>",
2192        "PhoneNumberError$ErrorMessage": "<p>The error message.</p>",
2193        "ResourceLimitExceededException$Message": null,
2194        "SearchAvailablePhoneNumbersRequest$AreaCode": "<p>The area code used to filter results.</p>",
2195        "SearchAvailablePhoneNumbersRequest$City": "<p>The city used to filter results.</p>",
2196        "SearchAvailablePhoneNumbersRequest$Country": "<p>The country used to filter results.</p>",
2197        "SearchAvailablePhoneNumbersRequest$State": "<p>The state used to filter results.</p>",
2198        "SearchAvailablePhoneNumbersRequest$NextToken": "<p>The token to use to retrieve the next page of results.</p>",
2199        "ServiceFailureException$Message": null,
2200        "ServiceUnavailableException$Message": null,
2201        "StringList$member": null,
2202        "TerminationHealth$Source": "<p>The source IP address.</p>",
2203        "ThrottledClientException$Message": null,
2204        "UnauthorizedClientException$Message": null,
2205        "UnprocessableEntityException$Message": null,
2206        "UpdatePhoneNumberRequest$PhoneNumberId": "<p>The phone number ID.</p>",
2207        "UpdateUserSettingsRequest$AccountId": "<p>The Amazon Chime account ID.</p>",
2208        "UpdateUserSettingsRequest$UserId": "<p>The user ID.</p>",
2209        "User$UserId": "<p>The user ID.</p>",
2210        "User$AccountId": "<p>The Amazon Chime account ID.</p>",
2211        "User$PersonalPIN": "<p>The user's personal meeting PIN.</p>",
2212        "UserError$ErrorMessage": "<p>The error message.</p>",
2213        "VoiceConnector$OutboundHostName": "<p>The outbound host name for the Amazon Chime Voice Connector.</p>",
2214        "VoiceConnectorSettings$CdrBucket": "<p>The Amazon S3 bucket designated for call detail record storage.</p>"
2215      }
2216    },
2217    "String128": {
2218      "base": null,
2219      "refs": {
2220        "ProxySession$Name": "<p>The name of the proxy session.</p>"
2221      }
2222    },
2223    "StringList": {
2224      "base": null,
2225      "refs": {
2226        "Proxy$PhoneNumberCountries": "<p>The countries for proxy phone numbers to be selected from.</p>",
2227        "Termination$CidrAllowedList": "<p>The IP addresses allowed to make calls, in CIDR format. Required.</p>"
2228      }
2229    },
2230    "Tag": {
2231      "base": "<p>Describes a tag applied to a resource.</p>",
2232      "refs": {
2233        "AttendeeTagList$member": null,
2234        "MeetingTagList$member": null,
2235        "TagList$member": null
2236      }
2237    },
2238    "TagAttendeeRequest": {
2239      "base": null,
2240      "refs": {
2241      }
2242    },
2243    "TagKey": {
2244      "base": null,
2245      "refs": {
2246        "AttendeeTagKeyList$member": null,
2247        "MeetingTagKeyList$member": null,
2248        "Tag$Key": "<p>The key of the tag.</p>",
2249        "TagKeyList$member": null
2250      }
2251    },
2252    "TagKeyList": {
2253      "base": null,
2254      "refs": {
2255        "UntagResourceRequest$TagKeys": "<p>The tag keys.</p>"
2256      }
2257    },
2258    "TagList": {
2259      "base": null,
2260      "refs": {
2261        "ListAttendeeTagsResponse$Tags": "<p>A list of tag key-value pairs.</p>",
2262        "ListMeetingTagsResponse$Tags": "<p>A list of tag key-value pairs.</p>",
2263        "ListTagsForResourceResponse$Tags": "<p>A list of tag-key value pairs.</p>",
2264        "TagResourceRequest$Tags": "<p>The tag key-value pairs.</p>"
2265      }
2266    },
2267    "TagMeetingRequest": {
2268      "base": null,
2269      "refs": {
2270      }
2271    },
2272    "TagResourceRequest": {
2273      "base": null,
2274      "refs": {
2275      }
2276    },
2277    "TagValue": {
2278      "base": null,
2279      "refs": {
2280        "Tag$Value": "<p>The value of the tag.</p>"
2281      }
2282    },
2283    "TelephonySettings": {
2284      "base": "<p>Settings that allow management of telephony permissions for an Amazon Chime user, such as inbound and outbound calling and text messaging.</p>",
2285      "refs": {
2286        "UserSettings$Telephony": "<p>The telephony settings associated with the user.</p>"
2287      }
2288    },
2289    "Termination": {
2290      "base": "<p>Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime Voice Connector.</p>",
2291      "refs": {
2292        "GetVoiceConnectorTerminationResponse$Termination": "<p>The termination setting details.</p>",
2293        "PutVoiceConnectorTerminationRequest$Termination": "<p>The termination setting details to add.</p>",
2294        "PutVoiceConnectorTerminationResponse$Termination": "<p>The updated termination setting details.</p>"
2295      }
2296    },
2297    "TerminationHealth": {
2298      "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>",
2299      "refs": {
2300        "GetVoiceConnectorTerminationHealthResponse$TerminationHealth": "<p>The termination health details.</p>"
2301      }
2302    },
2303    "ThrottledClientException": {
2304      "base": "<p>The client exceeded its request rate limit.</p>",
2305      "refs": {
2306      }
2307    },
2308    "TollFreePrefix": {
2309      "base": null,
2310      "refs": {
2311        "SearchAvailablePhoneNumbersRequest$TollFreePrefix": "<p>The toll-free prefix that you use to filter results.</p>"
2312      }
2313    },
2314    "UnauthorizedClientException": {
2315      "base": "<p>The client is not currently authorized to make the request.</p>",
2316      "refs": {
2317      }
2318    },
2319    "UnprocessableEntityException": {
2320      "base": "<p>The request was well-formed but was unable to be followed due to semantic errors.</p>",
2321      "refs": {
2322      }
2323    },
2324    "UntagAttendeeRequest": {
2325      "base": null,
2326      "refs": {
2327      }
2328    },
2329    "UntagMeetingRequest": {
2330      "base": null,
2331      "refs": {
2332      }
2333    },
2334    "UntagResourceRequest": {
2335      "base": null,
2336      "refs": {
2337      }
2338    },
2339    "UpdateAccountRequest": {
2340      "base": null,
2341      "refs": {
2342      }
2343    },
2344    "UpdateAccountResponse": {
2345      "base": null,
2346      "refs": {
2347      }
2348    },
2349    "UpdateAccountSettingsRequest": {
2350      "base": null,
2351      "refs": {
2352      }
2353    },
2354    "UpdateAccountSettingsResponse": {
2355      "base": null,
2356      "refs": {
2357      }
2358    },
2359    "UpdateBotRequest": {
2360      "base": null,
2361      "refs": {
2362      }
2363    },
2364    "UpdateBotResponse": {
2365      "base": null,
2366      "refs": {
2367      }
2368    },
2369    "UpdateGlobalSettingsRequest": {
2370      "base": null,
2371      "refs": {
2372      }
2373    },
2374    "UpdatePhoneNumberRequest": {
2375      "base": null,
2376      "refs": {
2377      }
2378    },
2379    "UpdatePhoneNumberRequestItem": {
2380      "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>",
2381      "refs": {
2382        "UpdatePhoneNumberRequestItemList$member": null
2383      }
2384    },
2385    "UpdatePhoneNumberRequestItemList": {
2386      "base": null,
2387      "refs": {
2388        "BatchUpdatePhoneNumberRequest$UpdatePhoneNumberRequestItems": "<p>The request containing the phone number IDs and product types or calling names to update.</p>"
2389      }
2390    },
2391    "UpdatePhoneNumberResponse": {
2392      "base": null,
2393      "refs": {
2394      }
2395    },
2396    "UpdatePhoneNumberSettingsRequest": {
2397      "base": null,
2398      "refs": {
2399      }
2400    },
2401    "UpdateProxySessionRequest": {
2402      "base": null,
2403      "refs": {
2404      }
2405    },
2406    "UpdateProxySessionResponse": {
2407      "base": null,
2408      "refs": {
2409      }
2410    },
2411    "UpdateRoomMembershipRequest": {
2412      "base": null,
2413      "refs": {
2414      }
2415    },
2416    "UpdateRoomMembershipResponse": {
2417      "base": null,
2418      "refs": {
2419      }
2420    },
2421    "UpdateRoomRequest": {
2422      "base": null,
2423      "refs": {
2424      }
2425    },
2426    "UpdateRoomResponse": {
2427      "base": null,
2428      "refs": {
2429      }
2430    },
2431    "UpdateUserRequest": {
2432      "base": null,
2433      "refs": {
2434      }
2435    },
2436    "UpdateUserRequestItem": {
2437      "base": "<p>The user ID and user fields to update, used with the <a>BatchUpdateUser</a> action.</p>",
2438      "refs": {
2439        "UpdateUserRequestItemList$member": null
2440      }
2441    },
2442    "UpdateUserRequestItemList": {
2443      "base": null,
2444      "refs": {
2445        "BatchUpdateUserRequest$UpdateUserRequestItems": "<p>The request containing the user IDs and details to update.</p>"
2446      }
2447    },
2448    "UpdateUserResponse": {
2449      "base": null,
2450      "refs": {
2451      }
2452    },
2453    "UpdateUserSettingsRequest": {
2454      "base": null,
2455      "refs": {
2456      }
2457    },
2458    "UpdateVoiceConnectorGroupRequest": {
2459      "base": null,
2460      "refs": {
2461      }
2462    },
2463    "UpdateVoiceConnectorGroupResponse": {
2464      "base": null,
2465      "refs": {
2466      }
2467    },
2468    "UpdateVoiceConnectorRequest": {
2469      "base": null,
2470      "refs": {
2471      }
2472    },
2473    "UpdateVoiceConnectorResponse": {
2474      "base": null,
2475      "refs": {
2476      }
2477    },
2478    "UriType": {
2479      "base": null,
2480      "refs": {
2481        "MediaPlacement$AudioHostUrl": "<p>The audio host URL.</p>",
2482        "MediaPlacement$AudioFallbackUrl": "<p>The audio fallback URL.</p>",
2483        "MediaPlacement$ScreenDataUrl": "<p>The screen data URL.</p>",
2484        "MediaPlacement$ScreenSharingUrl": "<p>The screen sharing URL.</p>",
2485        "MediaPlacement$ScreenViewingUrl": "<p>The screen viewing URL.</p>",
2486        "MediaPlacement$SignalingUrl": "<p>The signaling URL.</p>",
2487        "MediaPlacement$TurnControlUrl": "<p>The turn control URL.</p>"
2488      }
2489    },
2490    "User": {
2491      "base": "<p>The user on the Amazon Chime account.</p>",
2492      "refs": {
2493        "CreateUserResponse$User": null,
2494        "GetUserResponse$User": "<p>The user details.</p>",
2495        "ResetPersonalPINResponse$User": "<p>The user details and new personal meeting PIN.</p>",
2496        "UpdateUserResponse$User": "<p>The updated user details.</p>",
2497        "UserList$member": null
2498      }
2499    },
2500    "UserEmailList": {
2501      "base": null,
2502      "refs": {
2503        "InviteUsersRequest$UserEmailList": "<p>The user email addresses to which to send the email invitation.</p>"
2504      }
2505    },
2506    "UserError": {
2507      "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>",
2508      "refs": {
2509        "UserErrorList$member": null
2510      }
2511    },
2512    "UserErrorList": {
2513      "base": null,
2514      "refs": {
2515        "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>",
2516        "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>",
2517        "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>"
2518      }
2519    },
2520    "UserIdList": {
2521      "base": null,
2522      "refs": {
2523        "BatchSuspendUserRequest$UserIdList": "<p>The request containing the user IDs to suspend.</p>",
2524        "BatchUnsuspendUserRequest$UserIdList": "<p>The request containing the user IDs to unsuspend.</p>"
2525      }
2526    },
2527    "UserList": {
2528      "base": null,
2529      "refs": {
2530        "ListUsersResponse$Users": "<p>List of users and user details.</p>"
2531      }
2532    },
2533    "UserSettings": {
2534      "base": "<p>Settings associated with an Amazon Chime user, including inbound and outbound calling and text messaging.</p>",
2535      "refs": {
2536        "GetUserSettingsResponse$UserSettings": "<p>The user settings.</p>",
2537        "UpdateUserSettingsRequest$UserSettings": "<p>The user settings to update.</p>"
2538      }
2539    },
2540    "UserType": {
2541      "base": null,
2542      "refs": {
2543        "CreateUserRequest$UserType": "<p>The user type.</p>",
2544        "InviteUsersRequest$UserType": "<p>The user type.</p>",
2545        "ListUsersRequest$UserType": "<p>The user type.</p>",
2546        "UpdateUserRequest$UserType": "<p>The user type.</p>",
2547        "UpdateUserRequestItem$UserType": "<p>The user type.</p>",
2548        "User$UserType": "<p>The user type.</p>"
2549      }
2550    },
2551    "VoiceConnector": {
2552      "base": "<p>The Amazon Chime Voice Connector configuration, including outbound host name and encryption settings.</p>",
2553      "refs": {
2554        "CreateVoiceConnectorResponse$VoiceConnector": "<p>The Amazon Chime Voice Connector details.</p>",
2555        "GetVoiceConnectorResponse$VoiceConnector": "<p>The Amazon Chime Voice Connector details.</p>",
2556        "UpdateVoiceConnectorResponse$VoiceConnector": "<p>The updated Amazon Chime Voice Connector details.</p>",
2557        "VoiceConnectorList$member": null
2558      }
2559    },
2560    "VoiceConnectorAwsRegion": {
2561      "base": null,
2562      "refs": {
2563        "CreateVoiceConnectorRequest$AwsRegion": "<p>The AWS Region in which the Amazon Chime Voice Connector is created. Default value: <code>us-east-1</code>.</p>",
2564        "VoiceConnector$AwsRegion": "<p>The AWS Region in which the Amazon Chime Voice Connector is created. Default: <code>us-east-1</code>.</p>"
2565      }
2566    },
2567    "VoiceConnectorGroup": {
2568      "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>",
2569      "refs": {
2570        "CreateVoiceConnectorGroupResponse$VoiceConnectorGroup": "<p>The Amazon Chime Voice Connector group details.</p>",
2571        "GetVoiceConnectorGroupResponse$VoiceConnectorGroup": "<p>The Amazon Chime Voice Connector group details.</p>",
2572        "UpdateVoiceConnectorGroupResponse$VoiceConnectorGroup": "<p>The updated Amazon Chime Voice Connector group details.</p>",
2573        "VoiceConnectorGroupList$member": null
2574      }
2575    },
2576    "VoiceConnectorGroupList": {
2577      "base": null,
2578      "refs": {
2579        "ListVoiceConnectorGroupsResponse$VoiceConnectorGroups": "<p>The details of the Amazon Chime Voice Connector groups.</p>"
2580      }
2581    },
2582    "VoiceConnectorGroupName": {
2583      "base": null,
2584      "refs": {
2585        "CreateVoiceConnectorGroupRequest$Name": "<p>The name of the Amazon Chime Voice Connector group.</p>",
2586        "UpdateVoiceConnectorGroupRequest$Name": "<p>The name of the Amazon Chime Voice Connector group.</p>",
2587        "VoiceConnectorGroup$Name": "<p>The name of the Amazon Chime Voice Connector group.</p>"
2588      }
2589    },
2590    "VoiceConnectorItem": {
2591      "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>",
2592      "refs": {
2593        "VoiceConnectorItemList$member": null
2594      }
2595    },
2596    "VoiceConnectorItemList": {
2597      "base": null,
2598      "refs": {
2599        "CreateVoiceConnectorGroupRequest$VoiceConnectorItems": "<p>The Amazon Chime Voice Connectors to route inbound calls to.</p>",
2600        "UpdateVoiceConnectorGroupRequest$VoiceConnectorItems": "<p>The <code>VoiceConnectorItems</code> to associate with the group.</p>",
2601        "VoiceConnectorGroup$VoiceConnectorItems": "<p>The Amazon Chime Voice Connectors to which to route inbound calls.</p>"
2602      }
2603    },
2604    "VoiceConnectorItemPriority": {
2605      "base": null,
2606      "refs": {
2607        "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>"
2608      }
2609    },
2610    "VoiceConnectorList": {
2611      "base": null,
2612      "refs": {
2613        "ListVoiceConnectorsResponse$VoiceConnectors": "<p>The details of the Amazon Chime Voice Connectors.</p>"
2614      }
2615    },
2616    "VoiceConnectorName": {
2617      "base": null,
2618      "refs": {
2619        "CreateVoiceConnectorRequest$Name": "<p>The name of the Amazon Chime Voice Connector.</p>",
2620        "UpdateVoiceConnectorRequest$Name": "<p>The name of the Amazon Chime Voice Connector.</p>",
2621        "VoiceConnector$Name": "<p>The name of the Amazon Chime Voice Connector.</p>"
2622      }
2623    },
2624    "VoiceConnectorSettings": {
2625      "base": "<p>The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.</p>",
2626      "refs": {
2627        "GetGlobalSettingsResponse$VoiceConnector": "<p>The Amazon Chime Voice Connector settings.</p>",
2628        "UpdateGlobalSettingsRequest$VoiceConnector": "<p>The Amazon Chime Voice Connector settings.</p>"
2629      }
2630    }
2631  }
2632}
2633