{"files":{"SKILL.md":"---\nname: amazon-chime\ndescription: \"Amazon Chime API skill. Use when working with Amazon Chime for accounts, voice-connectors, voice-connector-groups. Covers 191 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Amazon Chime\nAPI version: 2018-05-01\n\n## Auth\nAWS SigV4\n\n## Base URL\nNot specified.\n\n## Setup\n1. Configure auth: AWS SigV4\n2. GET /settings -- retrieves global settings for the administrator's aws account, such as amazon chime business calling and amazon chime voice connector settings.\n3. POST /accounts/{accountId}/users/{userId}?operation=associate-phone-number -- create first user\n\n## Endpoints\n191 endpoints across 25 groups. See references/api-spec.lap for full details.\n\n### Accounts\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /accounts/{accountId}/users/{userId}?operation=associate-phone-number | Associates a phone number with the specified Amazon Chime user. |\n| POST | /accounts/{accountId}?operation=associate-signin-delegate-groups | Associates the specified sign-in delegate groups with the specified Amazon Chime account. |\n| POST | /accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create | Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The member role designates whether the member is a chat room administrator or a general chat room member. |\n| POST | /accounts/{accountId}/users?operation=suspend | Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. Users suspended from a Team account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so. Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action.  To sign out users without suspending them, use the LogoutUser action. |\n| POST | /accounts/{accountId}/users?operation=unsuspend | Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see  Managing Your Amazon Chime Accounts  in the account types, in the Amazon Chime Administration Guide.  Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored. |\n| POST | /accounts/{accountId}/users | Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action. |\n| POST | /accounts | Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. |\n| POST | /accounts/{accountId}/bots | Creates a bot for an Amazon Chime Enterprise account. |\n| POST | /accounts/{accountId}/rooms | Creates a chat room for the specified Amazon Chime Enterprise account. |\n| POST | /accounts/{accountId}/rooms/{roomId}/memberships | 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. |\n| POST | /accounts/{accountId}/users?operation=create | Creates a user under the specified Amazon Chime account. |\n| DELETE | /accounts/{accountId} | Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. You can use the BatchSuspendUser action to dodo. For EnterpriseLWA and EnterpriseAD 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. Deleted accounts appear in your Disabled accounts list for 90 days. To restore deleted account from your Disabled accounts list, you must contact AWS Support. After 90 days, deleted accounts are permanently removed from your Disabled accounts list. |\n| DELETE | /accounts/{accountId}/bots/{botId}/events-configuration | Deletes the events configuration that allows a bot to receive outgoing events. |\n| DELETE | /accounts/{accountId}/rooms/{roomId} | Deletes a chat room in an Amazon Chime Enterprise account. |\n| DELETE | /accounts/{accountId}/rooms/{roomId}/memberships/{memberId} | Removes a member from a chat room in an Amazon Chime Enterprise account. |\n| POST | /accounts/{accountId}/users/{userId}?operation=disassociate-phone-number | Disassociates the primary provisioned phone number from the specified Amazon Chime user. |\n| POST | /accounts/{accountId}?operation=disassociate-signin-delegate-groups | Disassociates the specified sign-in delegate groups from the specified Amazon Chime account. |\n| GET | /accounts/{accountId} | Retrieves details for the specified Amazon Chime account, such as account type and supported licenses. |\n| GET | /accounts/{accountId}/settings | Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide. |\n| GET | /accounts/{accountId}/bots/{botId} | Retrieves details for the specified bot, such as bot email address, bot type, status, and display name. |\n| GET | /accounts/{accountId}/bots/{botId}/events-configuration | Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN. |\n| GET | /accounts/{accountId}/retention-settings | Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide. |\n| GET | /accounts/{accountId}/rooms/{roomId} | Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account. |\n| GET | /accounts/{accountId}/users/{userId} | Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting PIN.  To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address. |\n| GET | /accounts/{accountId}/users/{userId}/settings | Retrieves settings for the specified user ID, such as any associated phone number settings. |\n| POST | /accounts/{accountId}/users?operation=add | Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action. |\n| GET | /accounts | 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. |\n| GET | /accounts/{accountId}/bots | Lists the bots associated with the administrator's Amazon Chime Enterprise account ID. |\n| GET | /accounts/{accountId}/rooms/{roomId}/memberships | Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names. |\n| GET | /accounts/{accountId}/rooms | 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. |\n| GET | /accounts/{accountId}/users | 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. |\n| POST | /accounts/{accountId}/users/{userId}?operation=logout | Logs out the specified user from all of the devices they are currently logged into. |\n| PUT | /accounts/{accountId}/bots/{botId}/events-configuration | 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 Bot. |\n| PUT | /accounts/{accountId}/retention-settings | 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 Logging Amazon Chime API Calls with AWS CloudTrail in the Amazon Chime Administration Guide.  To turn off existing retention settings, remove the number of days from the corresponding RetentionDays field in the RetentionSettings object. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide. |\n| POST | /accounts/{accountId}/conversations/{conversationId}/messages/{messageId}?operation=redact | Redacts the specified message from the specified Amazon Chime conversation. |\n| POST | /accounts/{accountId}/rooms/{roomId}/messages/{messageId}?operation=redact | Redacts the specified message from the specified Amazon Chime channel. |\n| POST | /accounts/{accountId}/bots/{botId}?operation=regenerate-security-token | Regenerates the security token for a bot. |\n| POST | /accounts/{accountId}/users/{userId}?operation=reset-personal-pin | Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN. |\n| POST | /accounts/{accountId} | Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action. |\n| PUT | /accounts/{accountId}/settings | 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 Use the Policies Page in the Amazon Chime Administration Guide. |\n| POST | /accounts/{accountId}/bots/{botId} | Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account. |\n| POST | /accounts/{accountId}/rooms/{roomId} | Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account. |\n| POST | /accounts/{accountId}/rooms/{roomId}/memberships/{memberId} | 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. |\n| POST | /accounts/{accountId}/users/{userId} | Updates user details for a specified user ID. Currently, only LicenseType updates are supported for this action. |\n| PUT | /accounts/{accountId}/users/{userId}/settings | Updates the settings for the specified user, such as phone number settings. |\n\n### Voice-connectors\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers | Associates phone numbers with the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connectors/{voiceConnectorId}/proxy-sessions | Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connectors | 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. Enabling CreateVoiceConnectorRequest$RequireEncryption 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.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId} | Deletes the specified proxy session from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId} | 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId}/emergency-calling-configuration | Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId}/origination | Deletes the origination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy | Deletes the proxy configuration from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId}/streaming-configuration | Deletes the streaming configuration for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connectors/{voiceConnectorId}/termination | Deletes the termination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete | Deletes the specified SIP credentials used by your equipment to authenticate during call termination.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers | Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId} | Gets the specified proxy session details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId} | Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/emergency-calling-configuration | Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/logging-configuration | 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/origination | Retrieves origination setting details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy | Gets the proxy configuration details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/streaming-configuration | 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/termination | Retrieves termination setting details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/termination/health | This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.  Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector. |\n| GET | /voice-connectors/{voiceConnectorId}/proxy-sessions | Lists the proxy sessions for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListProxySessions, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors/{voiceConnectorId}/termination/credentials | Lists the SIP credentials for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connectors | Lists the Amazon Chime Voice Connectors for the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectors, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId}/emergency-calling-configuration | Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId}/logging-configuration | 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId}/origination | Adds origination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy | Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId}/streaming-configuration | Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId}/termination | Adds termination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connectors/{voiceConnectorId}/termination/credentials?operation=put | Adds termination SIP credentials for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId} | Updates the specified proxy session details, such as voice or SMS capabilities.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connectors/{voiceConnectorId} | Updates details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Voice-connector-groups\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers | Associates phone numbers with the specified Amazon Chime Voice Connector group.   This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connector-groups | 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 VoiceConnectorItems in the request. 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /voice-connector-groups/{voiceConnectorGroupId} | Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers | Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.   This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connector-groups/{voiceConnectorGroupId} | Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /voice-connector-groups | Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorGroups, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /voice-connector-groups/{voiceConnectorGroupId} | Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Meetings\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /meetings/{meetingId}/attendees?operation=batch-create | Creates up to 100 new attendees for an active Amazon Chime SDK meeting.   This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.  For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings/{meetingId}/attendees | Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings | Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings/{meetingId}/dial-outs | Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID.   This API is is not available in a dedicated namespace. |\n| DELETE | /meetings/{meetingId}/attendees/{attendeeId} | Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /meetings/{meetingId} | Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /meetings/{meetingId}/attendees/{attendeeId} | Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.    This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /meetings/{meetingId} | This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.   Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide . |\n| GET | /meetings/{meetingId}/attendees/{attendeeId}/tags | Lists the tags applied to an Amazon Chime SDK attendee resource.  ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. |\n| GET | /meetings/{meetingId}/attendees | Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /meetings/{meetingId}/tags | Lists the tags applied to an Amazon Chime SDK meeting resource.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListTagsForResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /meetings | Lists up to 100 active Amazon Chime SDK meetings.  ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.  For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings/{meetingId}/transcription?operation=start | Starts transcription for the specified meetingId. For more information, refer to  Using Amazon Chime SDK live transcription  in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.  Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.    This API is is no longer supported and will not be updated. We recommend using the latest version, StartMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings/{meetingId}/transcription?operation=stop | Stops transcription for the specified meetingId.   This API is is no longer supported and will not be updated. We recommend using the latest version, StopMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add | Applies the specified tags to the specified Amazon Chime attendee.  TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. |\n| POST | /meetings/{meetingId}/tags?operation=add | Applies the specified tags to the specified Amazon Chime SDK meeting.   This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete | Untags the specified tags from the specified Amazon Chime SDK attendee.  UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API. |\n| POST | /meetings/{meetingId}/tags?operation=delete | Untags the specified tags from the specified Amazon Chime SDK meeting.   This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Channels\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /channels/{channelArn}/memberships?operation=batch-create | Adds a specified number of users to a channel.   This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /channels | Creates a channel to which you can add users and send messages.  Restriction: You can't change a channel's privacy.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /channels/{channelArn}/bans | Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up when you delete users or channels. If you ban a user who is already part of a channel, that user is automatically kicked from the channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /channels/{channelArn}/memberships | Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can:   List messages   Send messages   Receive messages   Edit their own messages   Leave the channel   Privacy settings impact this action as follows:   Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.   Private Channels: You must be a member to list or send messages.    The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /channels/{channelArn}/moderators | Creates a new ChannelModerator. A channel moderator can:   Add and remove other members of the channel.   Add and remove other moderators of the channel.   Add and remove user bans for the channel.   Redact messages in the channel.   List messages in the channel.    The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /channels/{channelArn} | Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /channels/{channelArn}/bans/{memberArn} | Removes a user from a channel's ban list.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /channels/{channelArn}/memberships/{memberArn} | Removes a member from a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /channels/{channelArn}/messages/{messageId} | Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /channels/{channelArn}/moderators/{channelModeratorArn} | Deletes a channel moderator.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn} | Returns the full details of a channel in an Amazon Chime AppInstance.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/bans/{memberArn} | Returns the full details of a channel ban.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/memberships/{memberArn} | Returns the full details of a user's channel membership.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}?scope=app-instance-user-membership | Returns the details of a channel based on the membership of the specified AppInstanceUser.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}?scope=app-instance-user-moderated-channel | Returns the full details of a channel moderated by the specified AppInstanceUser.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/moderators/{channelModeratorArn} | Returns the full details of a single ChannelModerator.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/messages/{messageId} | Gets the full details of a channel message.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, GetChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/bans | Lists all the users banned from a particular channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelBans, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/memberships | Lists all channel memberships in a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMemberships, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/messages | List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted by creation timestamp in descending order.  Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message. Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMessages, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels/{channelArn}/moderators | Lists all the moderators for a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelModerators, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /channels | Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.  Functionality & restrictions    Use privacy = PUBLIC to retrieve all public channels in the account.   Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account.    The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /channels/{channelArn}/messages/{messageId}?operation=redact | Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, RedactChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /channels/{channelArn}/messages | Sends a message to a particular channel that the member is a part of.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.    This API is is no longer supported and will not be updated. We recommend using the latest version, SendChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /channels/{channelArn} | Update a channel's attributes.  Restriction: You can't change a channel's privacy.   The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /channels/{channelArn}/messages/{messageId} | Updates the content of a message.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /channels/{channelArn}/readMarker | The details of the time when a user last read messages in a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelReadMarker, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Phone-numbers?operation=batch-delete\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /phone-numbers?operation=batch-delete | Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.   Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently. |\n\n### Phone-numbers?operation=batch-update\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /phone-numbers?operation=batch-update | Updates phone number product types or calling names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type or the calling name. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. 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. |\n\n### App-instances\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /app-instances | Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /app-instances/{appInstanceArn}/admins | Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.     ChannelModerator actions across all channels in the AppInstance.    DeleteChannelMessage actions.   Only an AppInstanceUser can be promoted to an AppInstanceAdmin role. |\n| DELETE | /app-instances/{appInstanceArn} | Deletes an AppInstance and all associated data asynchronously.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /app-instances/{appInstanceArn}/admins/{appInstanceAdminArn} | Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /app-instances/{appInstanceArn}/streaming-configurations | Deletes the streaming configurations of an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instances/{appInstanceArn} | Returns the full details of an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instances/{appInstanceArn}/admins/{appInstanceAdminArn} | Returns the full details of an AppInstanceAdmin.   This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instances/{appInstanceArn}/retention-settings | Gets the retention settings for an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instances/{appInstanceArn}/streaming-configurations | Gets the streaming settings for an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instances/{appInstanceArn}/admins | Returns a list of the administrators in the AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceAdmins, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instances | Lists all Amazon Chime AppInstances created under a single AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstances, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /app-instances/{appInstanceArn}/retention-settings | Sets the amount of time in days that a given AppInstance retains data.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /app-instances/{appInstanceArn}/streaming-configurations | The data streaming configurations of an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /app-instances/{appInstanceArn} | Updates AppInstance metadata.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### App-instance-users\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /app-instance-users | Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /app-instance-users/{appInstanceUserArn} | Deletes an AppInstanceUser.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instance-users/{appInstanceUserArn} | Returns the full details of an AppInstanceUser.   This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /app-instance-users | List all AppInstanceUsers created under a single AppInstance.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceUsers, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /app-instance-users/{appInstanceUserArn} | Updates the details of an AppInstanceUser. You can update names and metadata.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Media-capture-pipelines\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /media-capture-pipelines | Creates a media capture pipeline.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /media-capture-pipelines/{mediaPipelineId} | Deletes the media capture pipeline.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /media-capture-pipelines/{mediaPipelineId} | Gets an existing media capture pipeline.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /media-capture-pipelines | Returns a list of media capture pipelines.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Meetings?operation=create-attendees\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /meetings?operation=create-attendees | Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Phone-number-orders\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /phone-number-orders | Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. |\n| GET | /phone-number-orders/{phoneNumberOrderId} | Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in E.164 format, product type, and order status. |\n| GET | /phone-number-orders | Lists the phone number orders for the administrator's Amazon Chime account. |\n\n### Sip-media-applications\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /sip-media-applications | Creates a SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /sip-media-applications/{sipMediaApplicationId}/calls | Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /sip-media-applications/{sipMediaApplicationId} | Deletes a SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /sip-media-applications/{sipMediaApplicationId} | Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /sip-media-applications/{sipMediaApplicationId}/logging-configuration | Returns the logging configuration for the specified SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /sip-media-applications | Lists the SIP media applications under the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipMediaApplications, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /sip-media-applications/{sipMediaApplicationId}/logging-configuration | Updates the logging configuration for the specified SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /sip-media-applications/{sipMediaApplicationId} | Updates the details of the specified SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| POST | /sip-media-applications/{sipMediaApplicationId}/calls/{transactionId} | Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Sip-rules\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /sip-rules | Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| DELETE | /sip-rules/{sipRuleId} | Deletes a SIP rule. You must disable a SIP rule before you can delete it.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /sip-rules/{sipRuleId} | Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| GET | /sip-rules | Lists the SIP rules under the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n| PUT | /sip-rules/{sipRuleId} | Updates the details of the specified SIP rule.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Phone-numbers\n| Method | Path | Description |\n|--------|------|-------------|\n| DELETE | /phone-numbers/{phoneNumberId} | Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted. Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently. |\n| GET | /phone-numbers/{phoneNumberId} | Retrieves details for the specified phone number ID, such as associations, capabilities, and product type. |\n| GET | /phone-numbers | Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group. |\n| POST | /phone-numbers/{phoneNumberId}?operation=restore | Moves a phone number from the Deletion queue back into the phone number Inventory. |\n| POST | /phone-numbers/{phoneNumberId} | 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. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update. |\n\n### Settings\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /settings | Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings. |\n| GET | /settings/phone-number | Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name. |\n| PUT | /settings | Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings. |\n| PUT | /settings/phone-number | 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. |\n\n### Endpoints\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /endpoints/messaging-session | The details of the endpoint for the messaging session.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Channels?scope=app-instance-user-memberships\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /channels?scope=app-instance-user-memberships | Lists all channels that a particular AppInstanceUser is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own.   The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Channels?scope=app-instance-user-moderated-channels\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /channels?scope=app-instance-user-moderated-channels | A list of the channels moderated by an AppInstanceUser.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Phone-number-countries\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /phone-number-countries | Lists supported phone number countries. |\n\n### Tags\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /tags | Lists the tags applied to an Amazon Chime SDK meeting and messaging resources.   This API is is no longer supported and will not be updated. We recommend using the applicable latest version in the Amazon Chime SDK.   For meetings: ListTagsForResource.   For messaging: ListTagsForResource.   Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Search?type=phone-numbers\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /search?type=phone-numbers | Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search filters: AreaCode, City, State, or TollFreePrefix. If you provide City, you must also provide State. Numbers outside the US only support the PhoneNumberType filter, which you must use. |\n\n### Tags?operation=tag-resource\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /tags?operation=tag-resource | Applies the specified tags to the specified Amazon Chime SDK meeting resource.   This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Tags?operation=untag-resource\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /tags?operation=untag-resource | Untags the specified tags from the specified Amazon Chime SDK meeting resource. Applies the specified tags to the specified Amazon Chime SDK meeting resource.   This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n### Emergency-calling\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /emergency-calling/address | Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.   This API is is no longer supported and will not be updated. We recommend using the latest version, ValidateE911Address, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a attendees?operation=batch-create?\" -> POST /meetings/{meetingId}/attendees?operation=batch-create\n- \"Create a memberships?operation=batch-create?\" -> POST /channels/{channelArn}/memberships?operation=batch-create\n- \"Create a phone-numbers?operation=batch-delete?\" -> POST /phone-numbers?operation=batch-delete\n- \"Create a users?operation=suspend?\" -> POST /accounts/{accountId}/users?operation=suspend\n- \"Create a users?operation=unsuspend?\" -> POST /accounts/{accountId}/users?operation=unsuspend\n- \"Create a phone-numbers?operation=batch-update?\" -> POST /phone-numbers?operation=batch-update\n- \"Create a user?\" -> POST /accounts/{accountId}/users\n- \"Create a account?\" -> POST /accounts\n- \"Create a app-instance?\" -> POST /app-instances\n- \"Create a admin?\" -> POST /app-instances/{appInstanceArn}/admins\n- \"Create a app-instance-user?\" -> POST /app-instance-users\n- \"Create a attendee?\" -> POST /meetings/{meetingId}/attendees\n- \"Create a bot?\" -> POST /accounts/{accountId}/bots\n- \"Create a channel?\" -> POST /channels\n- \"Create a ban?\" -> POST /channels/{channelArn}/bans\n- \"Create a membership?\" -> POST /channels/{channelArn}/memberships\n- \"Create a moderator?\" -> POST /channels/{channelArn}/moderators\n- \"Create a media-capture-pipeline?\" -> POST /media-capture-pipelines\n- \"Create a meeting?\" -> POST /meetings\n- \"Create a dial-out?\" -> POST /meetings/{meetingId}/dial-outs\n- \"Create a meetings?operation=create-attendee?\" -> POST /meetings?operation=create-attendees\n- \"Create a phone-number-order?\" -> POST /phone-number-orders\n- \"Create a proxy-session?\" -> POST /voice-connectors/{voiceConnectorId}/proxy-sessions\n- \"Create a room?\" -> POST /accounts/{accountId}/rooms\n- \"Create a sip-media-application?\" -> POST /sip-media-applications\n- \"Create a call?\" -> POST /sip-media-applications/{sipMediaApplicationId}/calls\n- \"Create a sip-rule?\" -> POST /sip-rules\n- \"Create a users?operation=create?\" -> POST /accounts/{accountId}/users?operation=create\n- \"Create a voice-connector?\" -> POST /voice-connectors\n- \"Create a voice-connector-group?\" -> POST /voice-connector-groups\n- \"Delete a account?\" -> DELETE /accounts/{accountId}\n- \"Delete a app-instance?\" -> DELETE /app-instances/{appInstanceArn}\n- \"Delete a admin?\" -> DELETE /app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}\n- \"Delete a app-instance-user?\" -> DELETE /app-instance-users/{appInstanceUserArn}\n- \"Delete a attendee?\" -> DELETE /meetings/{meetingId}/attendees/{attendeeId}\n- \"Delete a channel?\" -> DELETE /channels/{channelArn}\n- \"Delete a ban?\" -> DELETE /channels/{channelArn}/bans/{memberArn}\n- \"Delete a membership?\" -> DELETE /channels/{channelArn}/memberships/{memberArn}\n- \"Delete a message?\" -> DELETE /channels/{channelArn}/messages/{messageId}\n- \"Delete a moderator?\" -> DELETE /channels/{channelArn}/moderators/{channelModeratorArn}\n- \"Delete a media-capture-pipeline?\" -> DELETE /media-capture-pipelines/{mediaPipelineId}\n- \"Delete a meeting?\" -> DELETE /meetings/{meetingId}\n- \"Delete a phone-number?\" -> DELETE /phone-numbers/{phoneNumberId}\n- \"Delete a proxy-session?\" -> DELETE /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}\n- \"Delete a room?\" -> DELETE /accounts/{accountId}/rooms/{roomId}\n- \"Delete a sip-media-application?\" -> DELETE /sip-media-applications/{sipMediaApplicationId}\n- \"Delete a sip-rule?\" -> DELETE /sip-rules/{sipRuleId}\n- \"Delete a voice-connector?\" -> DELETE /voice-connectors/{voiceConnectorId}\n- \"Delete a voice-connector-group?\" -> DELETE /voice-connector-groups/{voiceConnectorGroupId}\n- \"Create a credentials?operation=delete?\" -> POST /voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete\n- \"Get app-instance details?\" -> GET /app-instances/{appInstanceArn}\n- \"Get admin details?\" -> GET /app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}\n- \"Get app-instance-user details?\" -> GET /app-instance-users/{appInstanceUserArn}\n- \"Get channel details?\" -> GET /channels/{channelArn}\n- \"Get ban details?\" -> GET /channels/{channelArn}/bans/{memberArn}\n- \"Get membership details?\" -> GET /channels/{channelArn}/memberships/{memberArn}\n- \"Get moderator details?\" -> GET /channels/{channelArn}/moderators/{channelModeratorArn}\n- \"Get account details?\" -> GET /accounts/{accountId}\n- \"List all settings?\" -> GET /accounts/{accountId}/settings\n- \"List all retention-settings?\" -> GET /app-instances/{appInstanceArn}/retention-settings\n- \"List all streaming-configurations?\" -> GET /app-instances/{appInstanceArn}/streaming-configurations\n- \"Get attendee details?\" -> GET /meetings/{meetingId}/attendees/{attendeeId}\n- \"Get bot details?\" -> GET /accounts/{accountId}/bots/{botId}\n- \"Get message details?\" -> GET /channels/{channelArn}/messages/{messageId}\n- \"List all events-configuration?\" -> GET /accounts/{accountId}/bots/{botId}/events-configuration\n- \"Get media-capture-pipeline details?\" -> GET /media-capture-pipelines/{mediaPipelineId}\n- \"Get meeting details?\" -> GET /meetings/{meetingId}\n- \"List all messaging-session?\" -> GET /endpoints/messaging-session\n- \"Get phone-number details?\" -> GET /phone-numbers/{phoneNumberId}\n- \"Get phone-number-order details?\" -> GET /phone-number-orders/{phoneNumberOrderId}\n- \"List all phone-number?\" -> GET /settings/phone-number\n- \"Get proxy-session details?\" -> GET /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}\n- \"Get room details?\" -> GET /accounts/{accountId}/rooms/{roomId}\n- \"Get sip-media-application details?\" -> GET /sip-media-applications/{sipMediaApplicationId}\n- \"List all logging-configuration?\" -> GET /sip-media-applications/{sipMediaApplicationId}/logging-configuration\n- \"Get sip-rule details?\" -> GET /sip-rules/{sipRuleId}\n- \"Get user details?\" -> GET /accounts/{accountId}/users/{userId}\n- \"Get voice-connector details?\" -> GET /voice-connectors/{voiceConnectorId}\n- \"List all emergency-calling-configuration?\" -> GET /voice-connectors/{voiceConnectorId}/emergency-calling-configuration\n- \"Get voice-connector-group details?\" -> GET /voice-connector-groups/{voiceConnectorGroupId}\n- \"List all origination?\" -> GET /voice-connectors/{voiceConnectorId}/origination\n- \"List all proxy?\" -> GET /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy\n- \"List all streaming-configuration?\" -> GET /voice-connectors/{voiceConnectorId}/streaming-configuration\n- \"List all termination?\" -> GET /voice-connectors/{voiceConnectorId}/termination\n- \"List all health?\" -> GET /voice-connectors/{voiceConnectorId}/termination/health\n- \"Create a users?operation=add?\" -> POST /accounts/{accountId}/users?operation=add\n- \"List all accounts?\" -> GET /accounts\n- \"List all admins?\" -> GET /app-instances/{appInstanceArn}/admins\n- \"List all app-instance-users?\" -> GET /app-instance-users\n- \"List all app-instances?\" -> GET /app-instances\n- \"List all tags?\" -> GET /meetings/{meetingId}/attendees/{attendeeId}/tags\n- \"List all attendees?\" -> GET /meetings/{meetingId}/attendees\n- \"List all bots?\" -> GET /accounts/{accountId}/bots\n- \"List all bans?\" -> GET /channels/{channelArn}/bans\n- \"List all memberships?\" -> GET /channels/{channelArn}/memberships\n- \"List all channels?scope=app-instance-user-memberships?\" -> GET /channels?scope=app-instance-user-memberships\n- \"List all messages?\" -> GET /channels/{channelArn}/messages\n- \"List all moderators?\" -> GET /channels/{channelArn}/moderators\n- \"List all channels?\" -> GET /channels\n- \"List all channels?scope=app-instance-user-moderated-channels?\" -> GET /channels?scope=app-instance-user-moderated-channels\n- \"List all media-capture-pipelines?\" -> GET /media-capture-pipelines\n- \"List all meetings?\" -> GET /meetings\n- \"List all phone-number-orders?\" -> GET /phone-number-orders\n- \"List all phone-numbers?\" -> GET /phone-numbers\n- \"List all proxy-sessions?\" -> GET /voice-connectors/{voiceConnectorId}/proxy-sessions\n- \"List all rooms?\" -> GET /accounts/{accountId}/rooms\n- \"List all sip-media-applications?\" -> GET /sip-media-applications\n- \"List all sip-rules?\" -> GET /sip-rules\n- \"List all phone-number-countries?\" -> GET /phone-number-countries\n- \"List all users?\" -> GET /accounts/{accountId}/users\n- \"List all voice-connector-groups?\" -> GET /voice-connector-groups\n- \"List all credentials?\" -> GET /voice-connectors/{voiceConnectorId}/termination/credentials\n- \"List all voice-connectors?\" -> GET /voice-connectors\n- \"Create a credentials?operation=put?\" -> POST /voice-connectors/{voiceConnectorId}/termination/credentials?operation=put\n- \"List all search?type=phone-numbers?\" -> GET /search?type=phone-numbers\n- \"Create a message?\" -> POST /channels/{channelArn}/messages\n- \"Create a transcription?operation=start?\" -> POST /meetings/{meetingId}/transcription?operation=start\n- \"Create a transcription?operation=stop?\" -> POST /meetings/{meetingId}/transcription?operation=stop\n- \"Create a tags?operation=add?\" -> POST /meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add\n- \"Create a tags?operation=tag-resource?\" -> POST /tags?operation=tag-resource\n- \"Create a tags?operation=delete?\" -> POST /meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete\n- \"Create a tags?operation=untag-resource?\" -> POST /tags?operation=untag-resource\n- \"Update a app-instance?\" -> PUT /app-instances/{appInstanceArn}\n- \"Update a app-instance-user?\" -> PUT /app-instance-users/{appInstanceUserArn}\n- \"Update a channel?\" -> PUT /channels/{channelArn}\n- \"Update a message?\" -> PUT /channels/{channelArn}/messages/{messageId}\n- \"Update a sip-media-application?\" -> PUT /sip-media-applications/{sipMediaApplicationId}\n- \"Update a sip-rule?\" -> PUT /sip-rules/{sipRuleId}\n- \"Update a voice-connector?\" -> PUT /voice-connectors/{voiceConnectorId}\n- \"Update a voice-connector-group?\" -> PUT /voice-connector-groups/{voiceConnectorGroupId}\n- \"Create a address?\" -> POST /emergency-calling/address\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Amazon Chime\n@version 2018-05-01\n@auth AWS SigV4\n@endpoints 191\n@hint download_for_search\n@toc accounts(45), voice-connectors(33), voice-connector-groups(7), meetings(18), channels(27), phone-numbers?operation=batch-delete(1), phone-numbers?operation=batch-update(1), app-instances(14), app-instance-users(5), media-capture-pipelines(4), meetings?operation=create-attendees(1), phone-number-orders(3), sip-media-applications(9), sip-rules(5), phone-numbers(5), settings(4), endpoints(1), channels?scope=app-instance-user-memberships(1), channels?scope=app-instance-user-moderated-channels(1), phone-number-countries(1), tags(1), search?type=phone-numbers(1), tags?operation=tag-resource(1), tags?operation=untag-resource(1), emergency-calling(1)\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users/{userId}?operation=associate-phone-number\n@desc Associates a phone number with the specified Amazon Chime user.\n@required {AccountId: str, UserId: str, E164PhoneNumber: str}\n\n@endgroup\n\n@group voice-connectors\n@endpoint POST /voice-connectors/{voiceConnectorId}?operation=associate-phone-numbers\n@desc Associates phone numbers with the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, E164PhoneNumbers: [str]}\n@optional {ForceAssociate: bool}\n@returns(200) {PhoneNumberErrors: [PhoneNumberError]?}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint POST /voice-connector-groups/{voiceConnectorGroupId}?operation=associate-phone-numbers\n@desc Associates phone numbers with the specified Amazon Chime Voice Connector group.   This API is is no longer supported and will not be updated. We recommend using the latest version, AssociatePhoneNumbersWithVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorGroupId: str, E164PhoneNumbers: [str]}\n@optional {ForceAssociate: bool}\n@returns(200) {PhoneNumberErrors: [PhoneNumberError]?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}?operation=associate-signin-delegate-groups\n@desc Associates the specified sign-in delegate groups with the specified Amazon Chime account.\n@required {AccountId: str, SigninDelegateGroups: [SigninDelegateGroup]}\n\n@endgroup\n\n@group meetings\n@endpoint POST /meetings/{meetingId}/attendees?operation=batch-create\n@desc Creates up to 100 new attendees for an active Amazon Chime SDK meeting.   This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.  For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, Attendees: [CreateAttendeeRequestItem]}\n@returns(200) {Attendees: [Attendee]?, Errors: [CreateAttendeeError]?}\n\n@endgroup\n\n@group channels\n@endpoint POST /channels/{channelArn}/memberships?operation=batch-create\n@desc Adds a specified number of users to a channel.   This API is is no longer supported and will not be updated. We recommend using the latest version, BatchCreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArns: [str]}\n@optional {x-amz-chime-bearer: str, Type: str}\n@returns(200) {BatchChannelMemberships: BatchChannelMemberships?{InvitedBy: Identity?{Arn: str?, Name: str?}, Type: str?, Members: [Identity]?, ChannelArn: str?}, Errors: [BatchCreateChannelMembershipError]?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/rooms/{roomId}/memberships?operation=batch-create\n@desc Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.\n@required {AccountId: str, RoomId: str, MembershipItemList: [MembershipItem]}\n@returns(200) {Errors: [MemberError]?}\n\n@endgroup\n\n@group phone-numbers?operation=batch-delete\n@endpoint POST /phone-numbers?operation=batch-delete\n@desc Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.   Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.\n@required {PhoneNumberIds: [str]}\n@returns(200) {PhoneNumberErrors: [PhoneNumberError]?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users?operation=suspend\n@desc Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide. Users suspended from a Team account are disassociated from the account,but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so. Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action.  To sign out users without suspending them, use the LogoutUser action.\n@required {AccountId: str, UserIdList: [str]}\n@returns(200) {UserErrors: [UserError]?}\n\n@endpoint POST /accounts/{accountId}/users?operation=unsuspend\n@desc Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see  Managing Your Amazon Chime Accounts  in the account types, in the Amazon Chime Administration Guide.  Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.\n@required {AccountId: str, UserIdList: [str]}\n@returns(200) {UserErrors: [UserError]?}\n\n@endgroup\n\n@group phone-numbers?operation=batch-update\n@endpoint POST /phone-numbers?operation=batch-update\n@desc Updates phone number product types or calling names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update the product type or the calling name. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. 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.\n@required {UpdatePhoneNumberRequestItems: [UpdatePhoneNumberRequestItem]}\n@returns(200) {PhoneNumberErrors: [PhoneNumberError]?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users\n@desc Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.\n@required {AccountId: str, UpdateUserRequestItems: [UpdateUserRequestItem]}\n@returns(200) {UserErrors: [UserError]?}\n\n@endpoint POST /accounts\n@desc Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.\n@required {Name: str}\n@returns(200) {Account: Account?{AwsAccountId: str, AccountId: str, Name: str, AccountType: str?, CreatedTimestamp: str(timestamp)?, DefaultLicense: str?, SupportedLicenses: [str]?, AccountStatus: str?, SigninDelegateGroups: [SigninDelegateGroup]?}}\n\n@endgroup\n\n@group app-instances\n@endpoint POST /app-instances\n@desc Creates an Amazon Chime SDK messaging AppInstance under an AWS account. Only SDK messaging customers use this API. CreateAppInstance supports idempotency behavior as described in the AWS API Standard.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {Name: str, ClientRequestToken: str}\n@optional {Metadata: str, Tags: [Tag]}\n@returns(200) {AppInstanceArn: str?}\n\n@endpoint POST /app-instances/{appInstanceArn}/admins\n@desc Promotes an AppInstanceUser to an AppInstanceAdmin. The promoted user can perform the following actions.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.     ChannelModerator actions across all channels in the AppInstance.    DeleteChannelMessage actions.   Only an AppInstanceUser can be promoted to an AppInstanceAdmin role.\n@required {AppInstanceArn: str, AppInstanceAdminArn: str}\n@returns(200) {AppInstanceAdmin: Identity?{Arn: str?, Name: str?}, AppInstanceArn: str?}\n\n@endgroup\n\n@group app-instance-users\n@endpoint POST /app-instance-users\n@desc Creates a user under an Amazon Chime AppInstance. The request consists of a unique appInstanceUserId and Name for that user.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str, AppInstanceUserId: str, Name: str, ClientRequestToken: str}\n@optional {Metadata: str, Tags: [Tag]}\n@returns(200) {AppInstanceUserArn: str?}\n\n@endgroup\n\n@group meetings\n@endpoint POST /meetings/{meetingId}/attendees\n@desc Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, ExternalUserId: str}\n@optional {Tags: [Tag]}\n@returns(200) {Attendee: Attendee?{ExternalUserId: str?, AttendeeId: str?, JoinToken: str?}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/bots\n@desc Creates a bot for an Amazon Chime Enterprise account.\n@required {AccountId: str, DisplayName: str}\n@optional {Domain: str}\n@returns(200) {Bot: Bot?{BotId: str?, UserId: str?, DisplayName: str?, BotType: str?, Disabled: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, BotEmail: str?, SecurityToken: str?}}\n\n@endgroup\n\n@group channels\n@endpoint POST /channels\n@desc Creates a channel to which you can add users and send messages.  Restriction: You can't change a channel's privacy.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str, Name: str, ClientRequestToken: str}\n@optional {x-amz-chime-bearer: str, Mode: str, Privacy: str, Metadata: str, Tags: [Tag]}\n@returns(200) {ChannelArn: str?}\n\n@endpoint POST /channels/{channelArn}/bans\n@desc Permanently bans a member from a channel. Moderators can't add banned members to a channel. To undo a ban, you first have to DeleteChannelBan, and then CreateChannelMembership. Bans are cleaned up when you delete users or channels. If you ban a user who is already part of a channel, that user is automatically kicked from the channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, Member: Identity?{Arn: str?, Name: str?}}\n\n@endpoint POST /channels/{channelArn}/memberships\n@desc Adds a user to a channel. The InvitedBy response field is derived from the request header. A channel member can:   List messages   Send messages   Receive messages   Edit their own messages   Leave the channel   Privacy settings impact this action as follows:   Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.   Private Channels: You must be a member to list or send messages.    The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArn: str, Type: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, Member: Identity?{Arn: str?, Name: str?}}\n\n@endpoint POST /channels/{channelArn}/moderators\n@desc Creates a new ChannelModerator. A channel moderator can:   Add and remove other members of the channel.   Add and remove other moderators of the channel.   Add and remove user bans for the channel.   Redact messages in the channel.   List messages in the channel.    The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, ChannelModeratorArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, ChannelModerator: Identity?{Arn: str?, Name: str?}}\n\n@endgroup\n\n@group media-capture-pipelines\n@endpoint POST /media-capture-pipelines\n@desc Creates a media capture pipeline.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SourceType: str, SourceArn: str, SinkType: str, SinkArn: str}\n@optional {ClientRequestToken: str, ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration}\n@returns(200) {MediaCapturePipeline: MediaCapturePipeline?{MediaPipelineId: str?, SourceType: str?, SourceArn: str?, Status: str?, SinkType: str?, SinkArn: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration?{SourceConfiguration: SourceConfiguration?{SelectedVideoStreams: SelectedVideoStreams?}, ArtifactsConfiguration: ArtifactsConfiguration?{Audio: AudioArtifactsConfiguration, Video: VideoArtifactsConfiguration, Content: ContentArtifactsConfiguration}}}}\n\n@endgroup\n\n@group meetings\n@endpoint POST /meetings\n@desc Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ClientRequestToken: str}\n@optional {ExternalMeetingId: str, MeetingHostId: str, MediaRegion: str, Tags: [Tag], NotificationsConfiguration: MeetingNotificationConfiguration}\n@returns(200) {Meeting: Meeting?{MeetingId: str?, ExternalMeetingId: str?, MediaPlacement: MediaPlacement?{AudioHostUrl: str?, AudioFallbackUrl: str?, ScreenDataUrl: str?, ScreenSharingUrl: str?, ScreenViewingUrl: str?, SignalingUrl: str?, TurnControlUrl: str?, EventIngestionUrl: str?}, MediaRegion: str?}}\n\n@endpoint POST /meetings/{meetingId}/dial-outs\n@desc Uses the join token and call metadata in a meeting request (From number, To number, and so forth) to initiate an outbound call to a public switched telephone network (PSTN) and join them into a Chime meeting. Also ensures that the From number belongs to the customer. To play welcome audio or implement an interactive voice response (IVR), use the CreateSipMediaApplicationCall action with the corresponding SIP media application ID.   This API is is not available in a dedicated namespace.\n@required {MeetingId: str, FromPhoneNumber: str, ToPhoneNumber: str, JoinToken: str}\n@returns(200) {TransactionId: str?}\n\n@endgroup\n\n@group meetings?operation=create-attendees\n@endpoint POST /meetings?operation=create-attendees\n@desc Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime SDK Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateMeetingWithAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ClientRequestToken: str}\n@optional {ExternalMeetingId: str, MeetingHostId: str, MediaRegion: str, Tags: [Tag], NotificationsConfiguration: MeetingNotificationConfiguration, Attendees: [CreateAttendeeRequestItem]}\n@returns(200) {Meeting: Meeting?{MeetingId: str?, ExternalMeetingId: str?, MediaPlacement: MediaPlacement?{AudioHostUrl: str?, AudioFallbackUrl: str?, ScreenDataUrl: str?, ScreenSharingUrl: str?, ScreenViewingUrl: str?, SignalingUrl: str?, TurnControlUrl: str?, EventIngestionUrl: str?}, MediaRegion: str?}, Attendees: [Attendee]?, Errors: [CreateAttendeeError]?}\n\n@endgroup\n\n@group phone-number-orders\n@endpoint POST /phone-number-orders\n@desc Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.\n@required {ProductType: str, E164PhoneNumbers: [str]}\n@returns(200) {PhoneNumberOrder: PhoneNumberOrder?{PhoneNumberOrderId: str?, ProductType: str?, Status: str?, OrderedPhoneNumbers: [OrderedPhoneNumber]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group voice-connectors\n@endpoint POST /voice-connectors/{voiceConnectorId}/proxy-sessions\n@desc Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, ParticipantPhoneNumbers: [str], Capabilities: [str]}\n@optional {Name: str, ExpiryMinutes: int, NumberSelectionBehavior: str, GeoMatchLevel: str, GeoMatchParams: GeoMatchParams}\n@returns(200) {ProxySession: ProxySession?{VoiceConnectorId: str?, ProxySessionId: str?, Name: str?, Status: str?, ExpiryMinutes: int?, Capabilities: [str]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, EndedTimestamp: str(timestamp)?, Participants: [Participant]?, NumberSelectionBehavior: str?, GeoMatchLevel: str?, GeoMatchParams: GeoMatchParams?{Country: str, AreaCode: str}}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/rooms\n@desc Creates a chat room for the specified Amazon Chime Enterprise account.\n@required {AccountId: str, Name: str}\n@optional {ClientRequestToken: str}\n@returns(200) {Room: Room?{RoomId: str?, Name: str?, AccountId: str?, CreatedBy: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endpoint POST /accounts/{accountId}/rooms/{roomId}/memberships\n@desc 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.\n@required {AccountId: str, RoomId: str, MemberId: str}\n@optional {Role: str}\n@returns(200) {RoomMembership: RoomMembership?{RoomId: str?, Member: Member?{MemberId: str?, MemberType: str?, Email: str?, FullName: str?, AccountId: str?}, Role: str?, InvitedBy: str?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group sip-media-applications\n@endpoint POST /sip-media-applications\n@desc Creates a SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AwsRegion: str, Name: str, Endpoints: [SipMediaApplicationEndpoint]}\n@returns(200) {SipMediaApplication: SipMediaApplication?{SipMediaApplicationId: str?, AwsRegion: str?, Name: str?, Endpoints: [SipMediaApplicationEndpoint]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endpoint POST /sip-media-applications/{sipMediaApplicationId}/calls\n@desc Creates an outbound call to a phone number from the phone number specified in the request, and it invokes the endpoint of the specified sipMediaApplicationId.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str, FromPhoneNumber: str, ToPhoneNumber: str}\n@optional {SipHeaders: map<str,str>}\n@returns(200) {SipMediaApplicationCall: SipMediaApplicationCall?{TransactionId: str?}}\n\n@endgroup\n\n@group sip-rules\n@endpoint POST /sip-rules\n@desc Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {Name: str, TriggerType: str, TriggerValue: str, TargetApplications: [SipRuleTargetApplication]}\n@optional {Disabled: bool}\n@returns(200) {SipRule: SipRule?{SipRuleId: str?, Name: str?, Disabled: bool?, TriggerType: str?, TriggerValue: str?, TargetApplications: [SipRuleTargetApplication]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users?operation=create\n@desc Creates a user under the specified Amazon Chime account.\n@required {AccountId: str}\n@optional {Username: str, Email: str, UserType: str}\n@returns(200) {User: User?{UserId: str, AccountId: str?, PrimaryEmail: str?, PrimaryProvisionedNumber: str?, DisplayName: str?, LicenseType: str?, UserType: str?, UserRegistrationStatus: str?, UserInvitationStatus: str?, RegisteredOn: str(timestamp)?, InvitedOn: str(timestamp)?, AlexaForBusinessMetadata: AlexaForBusinessMetadata?{IsAlexaForBusinessEnabled: bool?, AlexaForBusinessRoomArn: str?}, PersonalPIN: str?}}\n\n@endgroup\n\n@group voice-connectors\n@endpoint POST /voice-connectors\n@desc 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. Enabling CreateVoiceConnectorRequest$RequireEncryption 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.    This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {Name: str, RequireEncryption: bool}\n@optional {AwsRegion: str}\n@returns(200) {VoiceConnector: VoiceConnector?{VoiceConnectorId: str?, AwsRegion: str?, Name: str?, OutboundHostName: str?, RequireEncryption: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, VoiceConnectorArn: str?}}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint POST /voice-connector-groups\n@desc 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 VoiceConnectorItems in the request. 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, CreateVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {Name: str}\n@optional {VoiceConnectorItems: [VoiceConnectorItem]}\n@returns(200) {VoiceConnectorGroup: VoiceConnectorGroup?{VoiceConnectorGroupId: str?, Name: str?, VoiceConnectorItems: [VoiceConnectorItem]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, VoiceConnectorGroupArn: str?}}\n\n@endgroup\n\n@group accounts\n@endpoint DELETE /accounts/{accountId}\n@desc Deletes the specified Amazon Chime account. You must suspend all users before deleting Team account. You can use the BatchSuspendUser action to dodo. For EnterpriseLWA and EnterpriseAD 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. Deleted accounts appear in your Disabled accounts list for 90 days. To restore deleted account from your Disabled accounts list, you must contact AWS Support. After 90 days, deleted accounts are permanently removed from your Disabled accounts list.\n@required {AccountId: str}\n\n@endgroup\n\n@group app-instances\n@endpoint DELETE /app-instances/{appInstanceArn}\n@desc Deletes an AppInstance and all associated data asynchronously.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str}\n\n@endpoint DELETE /app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}\n@desc Demotes an AppInstanceAdmin to an AppInstanceUser. This action does not delete the user.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceAdminArn: str, AppInstanceArn: str}\n\n@endpoint DELETE /app-instances/{appInstanceArn}/streaming-configurations\n@desc Deletes the streaming configurations of an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str}\n\n@endgroup\n\n@group app-instance-users\n@endpoint DELETE /app-instance-users/{appInstanceUserArn}\n@desc Deletes an AppInstanceUser.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceUserArn: str}\n\n@endgroup\n\n@group meetings\n@endpoint DELETE /meetings/{meetingId}/attendees/{attendeeId}\n@desc Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, AttendeeId: str}\n\n@endgroup\n\n@group channels\n@endpoint DELETE /channels/{channelArn}\n@desc Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {x-amz-chime-bearer: str}\n\n@endpoint DELETE /channels/{channelArn}/bans/{memberArn}\n@desc Removes a user from a channel's ban list.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArn: str}\n@optional {x-amz-chime-bearer: str}\n\n@endpoint DELETE /channels/{channelArn}/memberships/{memberArn}\n@desc Removes a member from a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArn: str}\n@optional {x-amz-chime-bearer: str}\n\n@endpoint DELETE /channels/{channelArn}/messages/{messageId}\n@desc Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by UpdateChannelMessage.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MessageId: str}\n@optional {x-amz-chime-bearer: str}\n\n@endpoint DELETE /channels/{channelArn}/moderators/{channelModeratorArn}\n@desc Deletes a channel moderator.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, ChannelModeratorArn: str}\n@optional {x-amz-chime-bearer: str}\n\n@endgroup\n\n@group accounts\n@endpoint DELETE /accounts/{accountId}/bots/{botId}/events-configuration\n@desc Deletes the events configuration that allows a bot to receive outgoing events.\n@required {AccountId: str, BotId: str}\n\n@endgroup\n\n@group media-capture-pipelines\n@endpoint DELETE /media-capture-pipelines/{mediaPipelineId}\n@desc Deletes the media capture pipeline.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MediaPipelineId: str}\n\n@endgroup\n\n@group meetings\n@endpoint DELETE /meetings/{meetingId}\n@desc Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees, disconnects all clients, and prevents new clients from joining the meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str}\n\n@endgroup\n\n@group phone-numbers\n@endpoint DELETE /phone-numbers/{phoneNumberId}\n@desc Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted. Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.\n@required {PhoneNumberId: str}\n\n@endgroup\n\n@group voice-connectors\n@endpoint DELETE /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}\n@desc Deletes the specified proxy session from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, ProxySessionId: str}\n\n@endgroup\n\n@group accounts\n@endpoint DELETE /accounts/{accountId}/rooms/{roomId}\n@desc Deletes a chat room in an Amazon Chime Enterprise account.\n@required {AccountId: str, RoomId: str}\n\n@endpoint DELETE /accounts/{accountId}/rooms/{roomId}/memberships/{memberId}\n@desc Removes a member from a chat room in an Amazon Chime Enterprise account.\n@required {AccountId: str, RoomId: str, MemberId: str}\n\n@endgroup\n\n@group sip-media-applications\n@endpoint DELETE /sip-media-applications/{sipMediaApplicationId}\n@desc Deletes a SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str}\n\n@endgroup\n\n@group sip-rules\n@endpoint DELETE /sip-rules/{sipRuleId}\n@desc Deletes a SIP rule. You must disable a SIP rule before you can delete it.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipRuleId: str}\n\n@endgroup\n\n@group voice-connectors\n@endpoint DELETE /voice-connectors/{voiceConnectorId}\n@desc 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n\n@endpoint DELETE /voice-connectors/{voiceConnectorId}/emergency-calling-configuration\n@desc Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint DELETE /voice-connector-groups/{voiceConnectorGroupId}\n@desc Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorGroupId: str}\n\n@endgroup\n\n@group voice-connectors\n@endpoint DELETE /voice-connectors/{voiceConnectorId}/origination\n@desc Deletes the origination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n\n@endpoint DELETE /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy\n@desc Deletes the proxy configuration from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n\n@endpoint DELETE /voice-connectors/{voiceConnectorId}/streaming-configuration\n@desc Deletes the streaming configuration for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n\n@endpoint DELETE /voice-connectors/{voiceConnectorId}/termination\n@desc Deletes the termination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n\n@endpoint POST /voice-connectors/{voiceConnectorId}/termination/credentials?operation=delete\n@desc Deletes the specified SIP credentials used by your equipment to authenticate during call termination.   This API is is no longer supported and will not be updated. We recommend using the latest version, DeleteVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, Usernames: [str]}\n\n@endgroup\n\n@group app-instances\n@endpoint GET /app-instances/{appInstanceArn}\n@desc Returns the full details of an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str}\n@returns(200) {AppInstance: AppInstance?{AppInstanceArn: str?, Name: str?, Metadata: str?, CreatedTimestamp: str(timestamp)?, LastUpdatedTimestamp: str(timestamp)?}}\n\n@endpoint GET /app-instances/{appInstanceArn}/admins/{appInstanceAdminArn}\n@desc Returns the full details of an AppInstanceAdmin.   This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceAdmin, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceAdminArn: str, AppInstanceArn: str}\n@returns(200) {AppInstanceAdmin: AppInstanceAdmin?{Admin: Identity?{Arn: str?, Name: str?}, AppInstanceArn: str?, CreatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group app-instance-users\n@endpoint GET /app-instance-users/{appInstanceUserArn}\n@desc Returns the full details of an AppInstanceUser.   This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceUserArn: str}\n@returns(200) {AppInstanceUser: AppInstanceUser?{AppInstanceUserArn: str?, Name: str?, CreatedTimestamp: str(timestamp)?, Metadata: str?, LastUpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group channels\n@endpoint GET /channels/{channelArn}\n@desc Returns the full details of a channel in an Amazon Chime AppInstance.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {Channel: Channel?{Name: str?, ChannelArn: str?, Mode: str?, Privacy: str?, Metadata: str?, CreatedBy: Identity?{Arn: str?, Name: str?}, CreatedTimestamp: str(timestamp)?, LastMessageTimestamp: str(timestamp)?, LastUpdatedTimestamp: str(timestamp)?}}\n\n@endpoint GET /channels/{channelArn}/bans/{memberArn}\n@desc Returns the full details of a channel ban.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelBan, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelBan: ChannelBan?{Member: Identity?{Arn: str?, Name: str?}, ChannelArn: str?, CreatedTimestamp: str(timestamp)?, CreatedBy: Identity?{Arn: str?, Name: str?}}}\n\n@endpoint GET /channels/{channelArn}/memberships/{memberArn}\n@desc Returns the full details of a user's channel membership.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembership, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MemberArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelMembership: ChannelMembership?{InvitedBy: Identity?{Arn: str?, Name: str?}, Type: str?, Member: Identity?{Arn: str?, Name: str?}, ChannelArn: str?, CreatedTimestamp: str(timestamp)?, LastUpdatedTimestamp: str(timestamp)?}}\n\n@endpoint GET /channels/{channelArn}?scope=app-instance-user-membership\n@desc Returns the details of a channel based on the membership of the specified AppInstanceUser.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelMembershipForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, app-instance-user-arn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelMembership: ChannelMembershipForAppInstanceUserSummary?{ChannelSummary: ChannelSummary?{Name: str?, ChannelArn: str?, Mode: str?, Privacy: str?, Metadata: str?, LastMessageTimestamp: str(timestamp)?}, AppInstanceUserMembershipSummary: AppInstanceUserMembershipSummary?{Type: str?, ReadMarkerTimestamp: str(timestamp)?}}}\n\n@endpoint GET /channels/{channelArn}?scope=app-instance-user-moderated-channel\n@desc Returns the full details of a channel moderated by the specified AppInstanceUser.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, app-instance-user-arn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {Channel: ChannelModeratedByAppInstanceUserSummary?{ChannelSummary: ChannelSummary?{Name: str?, ChannelArn: str?, Mode: str?, Privacy: str?, Metadata: str?, LastMessageTimestamp: str(timestamp)?}}}\n\n@endpoint GET /channels/{channelArn}/moderators/{channelModeratorArn}\n@desc Returns the full details of a single ChannelModerator.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeChannelModerator, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, ChannelModeratorArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelModerator: ChannelModerator?{Moderator: Identity?{Arn: str?, Name: str?}, ChannelArn: str?, CreatedTimestamp: str(timestamp)?, CreatedBy: Identity?{Arn: str?, Name: str?}}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users/{userId}?operation=disassociate-phone-number\n@desc Disassociates the primary provisioned phone number from the specified Amazon Chime user.\n@required {AccountId: str, UserId: str}\n\n@endgroup\n\n@group voice-connectors\n@endpoint POST /voice-connectors/{voiceConnectorId}?operation=disassociate-phone-numbers\n@desc Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, E164PhoneNumbers: [str]}\n@returns(200) {PhoneNumberErrors: [PhoneNumberError]?}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint POST /voice-connector-groups/{voiceConnectorGroupId}?operation=disassociate-phone-numbers\n@desc Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.   This API is is no longer supported and will not be updated. We recommend using the latest version, DisassociatePhoneNumbersFromVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorGroupId: str, E164PhoneNumbers: [str]}\n@returns(200) {PhoneNumberErrors: [PhoneNumberError]?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}?operation=disassociate-signin-delegate-groups\n@desc Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.\n@required {AccountId: str, GroupNames: [str]}\n\n@endpoint GET /accounts/{accountId}\n@desc Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.\n@required {AccountId: str}\n@returns(200) {Account: Account?{AwsAccountId: str, AccountId: str, Name: str, AccountType: str?, CreatedTimestamp: str(timestamp)?, DefaultLicense: str?, SupportedLicenses: [str]?, AccountStatus: str?, SigninDelegateGroups: [SigninDelegateGroup]?}}\n\n@endpoint GET /accounts/{accountId}/settings\n@desc Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.\n@required {AccountId: str}\n@returns(200) {AccountSettings: AccountSettings?{DisableRemoteControl: bool?, EnableDialOut: bool?}}\n\n@endgroup\n\n@group app-instances\n@endpoint GET /app-instances/{appInstanceArn}/retention-settings\n@desc Gets the retention settings for an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str}\n@returns(200) {AppInstanceRetentionSettings: AppInstanceRetentionSettings?{ChannelRetentionSettings: ChannelRetentionSettings?{RetentionDays: int?}}, InitiateDeletionTimestamp: str(timestamp)?}\n\n@endpoint GET /app-instances/{appInstanceArn}/streaming-configurations\n@desc Gets the streaming settings for an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str}\n@returns(200) {AppInstanceStreamingConfigurations: [AppInstanceStreamingConfiguration]?}\n\n@endgroup\n\n@group meetings\n@endpoint GET /meetings/{meetingId}/attendees/{attendeeId}\n@desc Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.    This API is is no longer supported and will not be updated. We recommend using the latest version, GetAttendee, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, AttendeeId: str}\n@returns(200) {Attendee: Attendee?{ExternalUserId: str?, AttendeeId: str?, JoinToken: str?}}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/bots/{botId}\n@desc Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.\n@required {AccountId: str, BotId: str}\n@returns(200) {Bot: Bot?{BotId: str?, UserId: str?, DisplayName: str?, BotType: str?, Disabled: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, BotEmail: str?, SecurityToken: str?}}\n\n@endgroup\n\n@group channels\n@endpoint GET /channels/{channelArn}/messages/{messageId}\n@desc Gets the full details of a channel message.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, GetChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MessageId: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelMessage: ChannelMessage?{ChannelArn: str?, MessageId: str?, Content: str?, Metadata: str?, Type: str?, CreatedTimestamp: str(timestamp)?, LastEditedTimestamp: str(timestamp)?, LastUpdatedTimestamp: str(timestamp)?, Sender: Identity?{Arn: str?, Name: str?}, Redacted: bool?, Persistence: str?}}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/bots/{botId}/events-configuration\n@desc Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.\n@required {AccountId: str, BotId: str}\n@returns(200) {EventsConfiguration: EventsConfiguration?{BotId: str?, OutboundEventsHTTPSEndpoint: str?, LambdaFunctionArn: str?}}\n\n@endgroup\n\n@group settings\n@endpoint GET /settings\n@desc Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.\n@returns(200) {BusinessCalling: BusinessCallingSettings?{CdrBucket: str?}, VoiceConnector: VoiceConnectorSettings?{CdrBucket: str?}}\n\n@endgroup\n\n@group media-capture-pipelines\n@endpoint GET /media-capture-pipelines/{mediaPipelineId}\n@desc Gets an existing media capture pipeline.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMediaCapturePipeline, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MediaPipelineId: str}\n@returns(200) {MediaCapturePipeline: MediaCapturePipeline?{MediaPipelineId: str?, SourceType: str?, SourceArn: str?, Status: str?, SinkType: str?, SinkArn: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfiguration?{SourceConfiguration: SourceConfiguration?{SelectedVideoStreams: SelectedVideoStreams?}, ArtifactsConfiguration: ArtifactsConfiguration?{Audio: AudioArtifactsConfiguration, Video: VideoArtifactsConfiguration, Content: ContentArtifactsConfiguration}}}}\n\n@endgroup\n\n@group meetings\n@endpoint GET /meetings/{meetingId}\n@desc This API is is no longer supported and will not be updated. We recommend using the latest version, GetMeeting, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.   Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide .\n@required {MeetingId: str}\n@returns(200) {Meeting: Meeting?{MeetingId: str?, ExternalMeetingId: str?, MediaPlacement: MediaPlacement?{AudioHostUrl: str?, AudioFallbackUrl: str?, ScreenDataUrl: str?, ScreenSharingUrl: str?, ScreenViewingUrl: str?, SignalingUrl: str?, TurnControlUrl: str?, EventIngestionUrl: str?}, MediaRegion: str?}}\n\n@endgroup\n\n@group endpoints\n@endpoint GET /endpoints/messaging-session\n@desc The details of the endpoint for the messaging session.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetMessagingSessionEndpoint, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@returns(200) {Endpoint: MessagingSessionEndpoint?{Url: str?}}\n\n@endgroup\n\n@group phone-numbers\n@endpoint GET /phone-numbers/{phoneNumberId}\n@desc Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.\n@required {PhoneNumberId: str}\n@returns(200) {PhoneNumber: PhoneNumber?{PhoneNumberId: str?, E164PhoneNumber: str?, Country: str?, Type: str?, ProductType: str?, Status: str?, Capabilities: PhoneNumberCapabilities?{InboundCall: bool?, OutboundCall: bool?, InboundSMS: bool?, OutboundSMS: bool?, InboundMMS: bool?, OutboundMMS: bool?}, Associations: [PhoneNumberAssociation]?, CallingName: str?, CallingNameStatus: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, DeletionTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group phone-number-orders\n@endpoint GET /phone-number-orders/{phoneNumberOrderId}\n@desc Retrieves details for the specified phone number order, such as the order creation timestamp, phone numbers in E.164 format, product type, and order status.\n@required {PhoneNumberOrderId: str}\n@returns(200) {PhoneNumberOrder: PhoneNumberOrder?{PhoneNumberOrderId: str?, ProductType: str?, Status: str?, OrderedPhoneNumbers: [OrderedPhoneNumber]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group settings\n@endpoint GET /settings/phone-number\n@desc Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.\n@returns(200) {CallingName: str?, CallingNameUpdatedTimestamp: str(timestamp)?}\n\n@endgroup\n\n@group voice-connectors\n@endpoint GET /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}\n@desc Gets the specified proxy session details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, ProxySessionId: str}\n@returns(200) {ProxySession: ProxySession?{VoiceConnectorId: str?, ProxySessionId: str?, Name: str?, Status: str?, ExpiryMinutes: int?, Capabilities: [str]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, EndedTimestamp: str(timestamp)?, Participants: [Participant]?, NumberSelectionBehavior: str?, GeoMatchLevel: str?, GeoMatchParams: GeoMatchParams?{Country: str, AreaCode: str}}}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/retention-settings\n@desc Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.\n@required {AccountId: str}\n@returns(200) {RetentionSettings: RetentionSettings?{RoomRetentionSettings: RoomRetentionSettings?{RetentionDays: int?}, ConversationRetentionSettings: ConversationRetentionSettings?{RetentionDays: int?}}, InitiateDeletionTimestamp: str(timestamp)?}\n\n@endpoint GET /accounts/{accountId}/rooms/{roomId}\n@desc Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.\n@required {AccountId: str, RoomId: str}\n@returns(200) {Room: Room?{RoomId: str?, Name: str?, AccountId: str?, CreatedBy: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group sip-media-applications\n@endpoint GET /sip-media-applications/{sipMediaApplicationId}\n@desc Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str}\n@returns(200) {SipMediaApplication: SipMediaApplication?{SipMediaApplicationId: str?, AwsRegion: str?, Name: str?, Endpoints: [SipMediaApplicationEndpoint]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endpoint GET /sip-media-applications/{sipMediaApplicationId}/logging-configuration\n@desc Returns the logging configuration for the specified SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str}\n@returns(200) {SipMediaApplicationLoggingConfiguration: SipMediaApplicationLoggingConfiguration?{EnableSipMediaApplicationMessageLogs: bool?}}\n\n@endgroup\n\n@group sip-rules\n@endpoint GET /sip-rules/{sipRuleId}\n@desc Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipRuleId: str}\n@returns(200) {SipRule: SipRule?{SipRuleId: str?, Name: str?, Disabled: bool?, TriggerType: str?, TriggerValue: str?, TargetApplications: [SipRuleTargetApplication]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/users/{userId}\n@desc Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting PIN.  To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.\n@required {AccountId: str, UserId: str}\n@returns(200) {User: User?{UserId: str, AccountId: str?, PrimaryEmail: str?, PrimaryProvisionedNumber: str?, DisplayName: str?, LicenseType: str?, UserType: str?, UserRegistrationStatus: str?, UserInvitationStatus: str?, RegisteredOn: str(timestamp)?, InvitedOn: str(timestamp)?, AlexaForBusinessMetadata: AlexaForBusinessMetadata?{IsAlexaForBusinessEnabled: bool?, AlexaForBusinessRoomArn: str?}, PersonalPIN: str?}}\n\n@endpoint GET /accounts/{accountId}/users/{userId}/settings\n@desc Retrieves settings for the specified user ID, such as any associated phone number settings.\n@required {AccountId: str, UserId: str}\n@returns(200) {UserSettings: UserSettings?{Telephony: TelephonySettings{InboundCalling: bool, OutboundCalling: bool, SMS: bool}}}\n\n@endgroup\n\n@group voice-connectors\n@endpoint GET /voice-connectors/{voiceConnectorId}\n@desc Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {VoiceConnector: VoiceConnector?{VoiceConnectorId: str?, AwsRegion: str?, Name: str?, OutboundHostName: str?, RequireEncryption: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, VoiceConnectorArn: str?}}\n\n@endpoint GET /voice-connectors/{voiceConnectorId}/emergency-calling-configuration\n@desc Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {EmergencyCallingConfiguration: EmergencyCallingConfiguration?{DNIS: [DNISEmergencyCallingConfiguration]?}}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint GET /voice-connector-groups/{voiceConnectorGroupId}\n@desc Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated VoiceConnectorItems.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorGroupId: str}\n@returns(200) {VoiceConnectorGroup: VoiceConnectorGroup?{VoiceConnectorGroupId: str?, Name: str?, VoiceConnectorItems: [VoiceConnectorItem]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, VoiceConnectorGroupArn: str?}}\n\n@endgroup\n\n@group voice-connectors\n@endpoint GET /voice-connectors/{voiceConnectorId}/logging-configuration\n@desc 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {LoggingConfiguration: LoggingConfiguration?{EnableSIPLogs: bool?, EnableMediaMetricLogs: bool?}}\n\n@endpoint GET /voice-connectors/{voiceConnectorId}/origination\n@desc Retrieves origination setting details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {Origination: Origination?{Routes: [OriginationRoute]?, Disabled: bool?}}\n\n@endpoint GET /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy\n@desc Gets the proxy configuration details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {Proxy: Proxy?{DefaultSessionExpiryMinutes: int?, Disabled: bool?, FallBackPhoneNumber: str?, PhoneNumberCountries: [str]?}}\n\n@endpoint GET /voice-connectors/{voiceConnectorId}/streaming-configuration\n@desc 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {StreamingConfiguration: StreamingConfiguration?{DataRetentionInHours: int, Disabled: bool?, StreamingNotificationTargets: [StreamingNotificationTarget]?}}\n\n@endpoint GET /voice-connectors/{voiceConnectorId}/termination\n@desc Retrieves termination setting details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {Termination: Termination?{CpsLimit: int?, DefaultPhoneNumber: str?, CallingRegions: [str]?, CidrAllowedList: [str]?, Disabled: bool?}}\n\n@endpoint GET /voice-connectors/{voiceConnectorId}/termination/health\n@desc This API is is no longer supported and will not be updated. We recommend using the latest version, GetVoiceConnectorTerminationHealth, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.  Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.\n@required {VoiceConnectorId: str}\n@returns(200) {TerminationHealth: TerminationHealth?{Timestamp: str(timestamp)?, Source: str?}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users?operation=add\n@desc Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.\n@required {AccountId: str, UserEmailList: [str]}\n@optional {UserType: str}\n@returns(200) {Invites: [Invite]?}\n\n@endpoint GET /accounts\n@desc 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.\n@optional {name: str, user-email: str, next-token: str, max-results: int}\n@returns(200) {Accounts: [Account]?, NextToken: str?}\n\n@endgroup\n\n@group app-instances\n@endpoint GET /app-instances/{appInstanceArn}/admins\n@desc Returns a list of the administrators in the AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceAdmins, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str}\n@optional {max-results: int, next-token: str}\n@returns(200) {AppInstanceArn: str?, AppInstanceAdmins: [AppInstanceAdminSummary]?, NextToken: str?}\n\n@endgroup\n\n@group app-instance-users\n@endpoint GET /app-instance-users\n@desc List all AppInstanceUsers created under a single AppInstance.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstanceUsers, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {app-instance-arn: str}\n@optional {max-results: int, next-token: str}\n@returns(200) {AppInstanceArn: str?, AppInstanceUsers: [AppInstanceUserSummary]?, NextToken: str?}\n\n@endgroup\n\n@group app-instances\n@endpoint GET /app-instances\n@desc Lists all Amazon Chime AppInstances created under a single AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListAppInstances, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {max-results: int, next-token: str}\n@returns(200) {AppInstances: [AppInstanceSummary]?, NextToken: str?}\n\n@endgroup\n\n@group meetings\n@endpoint GET /meetings/{meetingId}/attendees/{attendeeId}/tags\n@desc Lists the tags applied to an Amazon Chime SDK attendee resource.  ListAttendeeTags is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.\n@required {MeetingId: str, AttendeeId: str}\n@returns(200) {Tags: [Tag]?}\n\n@endpoint GET /meetings/{meetingId}/attendees\n@desc Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListAttendees, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str}\n@optional {next-token: str, max-results: int}\n@returns(200) {Attendees: [Attendee]?, NextToken: str?}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/bots\n@desc Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.\n@required {AccountId: str}\n@optional {max-results: int, next-token: str}\n@returns(200) {Bots: [Bot]?, NextToken: str?}\n\n@endgroup\n\n@group channels\n@endpoint GET /channels/{channelArn}/bans\n@desc Lists all the users banned from a particular channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelBans, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, NextToken: str?, ChannelBans: [ChannelBanSummary]?}\n\n@endpoint GET /channels/{channelArn}/memberships\n@desc Lists all channel memberships in a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMemberships, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {type: str, max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, ChannelMemberships: [ChannelMembershipSummary]?, NextToken: str?}\n\n@endgroup\n\n@group channels?scope=app-instance-user-memberships\n@endpoint GET /channels?scope=app-instance-user-memberships\n@desc Lists all channels that a particular AppInstanceUser is a part of. Only an AppInstanceAdmin can call the API with a user ARN that is not their own.   The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMembershipsForAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {app-instance-user-arn: str, max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {ChannelMemberships: [ChannelMembershipForAppInstanceUserSummary]?, NextToken: str?}\n\n@endgroup\n\n@group channels\n@endpoint GET /channels/{channelArn}/messages\n@desc List all the messages in a channel. Returns a paginated list of ChannelMessages. By default, sorted by creation timestamp in descending order.  Redacted messages appear in the results as empty, since they are only redacted, not deleted. Deleted messages do not appear in the results. This action always returns the latest version of an edited message. Also, the x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelMessages, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {sort-order: str, not-before: str(timestamp), not-after: str(timestamp), max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, NextToken: str?, ChannelMessages: [ChannelMessageSummary]?}\n\n@endpoint GET /channels/{channelArn}/moderators\n@desc Lists all the moderators for a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelModerators, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, NextToken: str?, ChannelModerators: [ChannelModeratorSummary]?}\n\n@endpoint GET /channels\n@desc Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.  Functionality & restrictions    Use privacy = PUBLIC to retrieve all public channels in the account.   Only an AppInstanceAdmin can set privacy = PRIVATE to list the private channels in an account.    The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannels, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {app-instance-arn: str}\n@optional {privacy: str, max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {Channels: [ChannelSummary]?, NextToken: str?}\n\n@endgroup\n\n@group channels?scope=app-instance-user-moderated-channels\n@endpoint GET /channels?scope=app-instance-user-moderated-channels\n@desc A list of the channels moderated by an AppInstanceUser.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, ListChannelsModeratedByAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {app-instance-user-arn: str, max-results: int, next-token: str, x-amz-chime-bearer: str}\n@returns(200) {Channels: [ChannelModeratedByAppInstanceUserSummary]?, NextToken: str?}\n\n@endgroup\n\n@group media-capture-pipelines\n@endpoint GET /media-capture-pipelines\n@desc Returns a list of media capture pipelines.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListMediaCapturePipelines, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {next-token: str, max-results: int}\n@returns(200) {MediaCapturePipelines: [MediaCapturePipeline]?, NextToken: str?}\n\n@endgroup\n\n@group meetings\n@endpoint GET /meetings/{meetingId}/tags\n@desc Lists the tags applied to an Amazon Chime SDK meeting resource.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListTagsForResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str}\n@returns(200) {Tags: [Tag]?}\n\n@endpoint GET /meetings\n@desc Lists up to 100 active Amazon Chime SDK meetings.  ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.  For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime SDK Developer Guide.\n@optional {next-token: str, max-results: int}\n@returns(200) {Meetings: [Meeting]?, NextToken: str?}\n\n@endgroup\n\n@group phone-number-orders\n@endpoint GET /phone-number-orders\n@desc Lists the phone number orders for the administrator's Amazon Chime account.\n@optional {next-token: str, max-results: int}\n@returns(200) {PhoneNumberOrders: [PhoneNumberOrder]?, NextToken: str?}\n\n@endgroup\n\n@group phone-numbers\n@endpoint GET /phone-numbers\n@desc Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.\n@optional {status: str, product-type: str, filter-name: str, filter-value: str, max-results: int, next-token: str}\n@returns(200) {PhoneNumbers: [PhoneNumber]?, NextToken: str?}\n\n@endgroup\n\n@group voice-connectors\n@endpoint GET /voice-connectors/{voiceConnectorId}/proxy-sessions\n@desc Lists the proxy sessions for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListProxySessions, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@optional {status: str, next-token: str, max-results: int}\n@returns(200) {ProxySessions: [ProxySession]?, NextToken: str?}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/rooms/{roomId}/memberships\n@desc Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.\n@required {AccountId: str, RoomId: str}\n@optional {max-results: int, next-token: str}\n@returns(200) {RoomMemberships: [RoomMembership]?, NextToken: str?}\n\n@endpoint GET /accounts/{accountId}/rooms\n@desc 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.\n@required {AccountId: str}\n@optional {member-id: str, max-results: int, next-token: str}\n@returns(200) {Rooms: [Room]?, NextToken: str?}\n\n@endgroup\n\n@group sip-media-applications\n@endpoint GET /sip-media-applications\n@desc Lists the SIP media applications under the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipMediaApplications, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {max-results: int, next-token: str}\n@returns(200) {SipMediaApplications: [SipMediaApplication]?, NextToken: str?}\n\n@endgroup\n\n@group sip-rules\n@endpoint GET /sip-rules\n@desc Lists the SIP rules under the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListSipRules, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {sip-media-application: str, max-results: int, next-token: str}\n@returns(200) {SipRules: [SipRule]?, NextToken: str?}\n\n@endgroup\n\n@group phone-number-countries\n@endpoint GET /phone-number-countries\n@desc Lists supported phone number countries.\n@required {product-type: str}\n@returns(200) {PhoneNumberCountries: [PhoneNumberCountry]?}\n\n@endgroup\n\n@group tags\n@endpoint GET /tags\n@desc Lists the tags applied to an Amazon Chime SDK meeting and messaging resources.   This API is is no longer supported and will not be updated. We recommend using the applicable latest version in the Amazon Chime SDK.   For meetings: ListTagsForResource.   For messaging: ListTagsForResource.   Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {arn: str}\n@returns(200) {Tags: [Tag]?}\n\n@endgroup\n\n@group accounts\n@endpoint GET /accounts/{accountId}/users\n@desc 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.\n@required {AccountId: str}\n@optional {user-email: str, user-type: str, max-results: int, next-token: str}\n@returns(200) {Users: [User]?, NextToken: str?}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint GET /voice-connector-groups\n@desc Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorGroups, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {next-token: str, max-results: int}\n@returns(200) {VoiceConnectorGroups: [VoiceConnectorGroup]?, NextToken: str?}\n\n@endgroup\n\n@group voice-connectors\n@endpoint GET /voice-connectors/{voiceConnectorId}/termination/credentials\n@desc Lists the SIP credentials for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@returns(200) {Usernames: [str]?}\n\n@endpoint GET /voice-connectors\n@desc Lists the Amazon Chime Voice Connectors for the administrator's AWS account.   This API is is no longer supported and will not be updated. We recommend using the latest version, ListVoiceConnectors, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@optional {next-token: str, max-results: int}\n@returns(200) {VoiceConnectors: [VoiceConnector]?, NextToken: str?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users/{userId}?operation=logout\n@desc Logs out the specified user from all of the devices they are currently logged into.\n@required {AccountId: str, UserId: str}\n\n@endgroup\n\n@group app-instances\n@endpoint PUT /app-instances/{appInstanceArn}/retention-settings\n@desc Sets the amount of time in days that a given AppInstance retains data.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutAppInstanceRetentionSettings, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str, AppInstanceRetentionSettings: AppInstanceRetentionSettings}\n@returns(200) {AppInstanceRetentionSettings: AppInstanceRetentionSettings?{ChannelRetentionSettings: ChannelRetentionSettings?{RetentionDays: int?}}, InitiateDeletionTimestamp: str(timestamp)?}\n\n@endpoint PUT /app-instances/{appInstanceArn}/streaming-configurations\n@desc The data streaming configurations of an AppInstance.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutMessagingStreamingConfigurations, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str, AppInstanceStreamingConfigurations: [AppInstanceStreamingConfiguration]}\n@returns(200) {AppInstanceStreamingConfigurations: [AppInstanceStreamingConfiguration]?}\n\n@endgroup\n\n@group accounts\n@endpoint PUT /accounts/{accountId}/bots/{botId}/events-configuration\n@desc 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 Bot.\n@required {AccountId: str, BotId: str}\n@optional {OutboundEventsHTTPSEndpoint: str, LambdaFunctionArn: str}\n@returns(200) {EventsConfiguration: EventsConfiguration?{BotId: str?, OutboundEventsHTTPSEndpoint: str?, LambdaFunctionArn: str?}}\n\n@endpoint PUT /accounts/{accountId}/retention-settings\n@desc 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 Logging Amazon Chime API Calls with AWS CloudTrail in the Amazon Chime Administration Guide.  To turn off existing retention settings, remove the number of days from the corresponding RetentionDays field in the RetentionSettings object. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.\n@required {AccountId: str, RetentionSettings: RetentionSettings}\n@returns(200) {RetentionSettings: RetentionSettings?{RoomRetentionSettings: RoomRetentionSettings?{RetentionDays: int?}, ConversationRetentionSettings: ConversationRetentionSettings?{RetentionDays: int?}}, InitiateDeletionTimestamp: str(timestamp)?}\n\n@endgroup\n\n@group sip-media-applications\n@endpoint PUT /sip-media-applications/{sipMediaApplicationId}/logging-configuration\n@desc Updates the logging configuration for the specified SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutSipMediaApplicationLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str}\n@optional {SipMediaApplicationLoggingConfiguration: SipMediaApplicationLoggingConfiguration}\n@returns(200) {SipMediaApplicationLoggingConfiguration: SipMediaApplicationLoggingConfiguration?{EnableSipMediaApplicationMessageLogs: bool?}}\n\n@endgroup\n\n@group voice-connectors\n@endpoint PUT /voice-connectors/{voiceConnectorId}/emergency-calling-configuration\n@desc Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorEmergencyCallingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, EmergencyCallingConfiguration: EmergencyCallingConfiguration}\n@returns(200) {EmergencyCallingConfiguration: EmergencyCallingConfiguration?{DNIS: [DNISEmergencyCallingConfiguration]?}}\n\n@endpoint PUT /voice-connectors/{voiceConnectorId}/logging-configuration\n@desc 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.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorLoggingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, LoggingConfiguration: LoggingConfiguration}\n@returns(200) {LoggingConfiguration: LoggingConfiguration?{EnableSIPLogs: bool?, EnableMediaMetricLogs: bool?}}\n\n@endpoint PUT /voice-connectors/{voiceConnectorId}/origination\n@desc Adds origination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorOrigination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, Origination: Origination}\n@returns(200) {Origination: Origination?{Routes: [OriginationRoute]?, Disabled: bool?}}\n\n@endpoint PUT /voice-connectors/{voiceConnectorId}/programmable-numbers/proxy\n@desc Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorProxy, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, DefaultSessionExpiryMinutes: int, PhoneNumberPoolCountries: [str]}\n@optional {FallBackPhoneNumber: str, Disabled: bool}\n@returns(200) {Proxy: Proxy?{DefaultSessionExpiryMinutes: int?, Disabled: bool?, FallBackPhoneNumber: str?, PhoneNumberCountries: [str]?}}\n\n@endpoint PUT /voice-connectors/{voiceConnectorId}/streaming-configuration\n@desc Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorStreamingConfiguration, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, StreamingConfiguration: StreamingConfiguration}\n@returns(200) {StreamingConfiguration: StreamingConfiguration?{DataRetentionInHours: int, Disabled: bool?, StreamingNotificationTargets: [StreamingNotificationTarget]?}}\n\n@endpoint PUT /voice-connectors/{voiceConnectorId}/termination\n@desc Adds termination settings for the specified Amazon Chime Voice Connector.  If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.    This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTermination, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, Termination: Termination}\n@returns(200) {Termination: Termination?{CpsLimit: int?, DefaultPhoneNumber: str?, CallingRegions: [str]?, CidrAllowedList: [str]?, Disabled: bool?}}\n\n@endpoint POST /voice-connectors/{voiceConnectorId}/termination/credentials?operation=put\n@desc Adds termination SIP credentials for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, PutVoiceConnectorTerminationCredentials, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str}\n@optional {Credentials: [Credential]}\n\n@endgroup\n\n@group channels\n@endpoint POST /channels/{channelArn}/messages/{messageId}?operation=redact\n@desc Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, RedactChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MessageId: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?, MessageId: str?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/conversations/{conversationId}/messages/{messageId}?operation=redact\n@desc Redacts the specified message from the specified Amazon Chime conversation.\n@required {AccountId: str, ConversationId: str, MessageId: str}\n\n@endpoint POST /accounts/{accountId}/rooms/{roomId}/messages/{messageId}?operation=redact\n@desc Redacts the specified message from the specified Amazon Chime channel.\n@required {AccountId: str, RoomId: str, MessageId: str}\n\n@endpoint POST /accounts/{accountId}/bots/{botId}?operation=regenerate-security-token\n@desc Regenerates the security token for a bot.\n@required {AccountId: str, BotId: str}\n@returns(200) {Bot: Bot?{BotId: str?, UserId: str?, DisplayName: str?, BotType: str?, Disabled: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, BotEmail: str?, SecurityToken: str?}}\n\n@endpoint POST /accounts/{accountId}/users/{userId}?operation=reset-personal-pin\n@desc Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.\n@required {AccountId: str, UserId: str}\n@returns(200) {User: User?{UserId: str, AccountId: str?, PrimaryEmail: str?, PrimaryProvisionedNumber: str?, DisplayName: str?, LicenseType: str?, UserType: str?, UserRegistrationStatus: str?, UserInvitationStatus: str?, RegisteredOn: str(timestamp)?, InvitedOn: str(timestamp)?, AlexaForBusinessMetadata: AlexaForBusinessMetadata?{IsAlexaForBusinessEnabled: bool?, AlexaForBusinessRoomArn: str?}, PersonalPIN: str?}}\n\n@endgroup\n\n@group phone-numbers\n@endpoint POST /phone-numbers/{phoneNumberId}?operation=restore\n@desc Moves a phone number from the Deletion queue back into the phone number Inventory.\n@required {PhoneNumberId: str}\n@returns(200) {PhoneNumber: PhoneNumber?{PhoneNumberId: str?, E164PhoneNumber: str?, Country: str?, Type: str?, ProductType: str?, Status: str?, Capabilities: PhoneNumberCapabilities?{InboundCall: bool?, OutboundCall: bool?, InboundSMS: bool?, OutboundSMS: bool?, InboundMMS: bool?, OutboundMMS: bool?}, Associations: [PhoneNumberAssociation]?, CallingName: str?, CallingNameStatus: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, DeletionTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group search?type=phone-numbers\n@endpoint GET /search?type=phone-numbers\n@desc Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search filters: AreaCode, City, State, or TollFreePrefix. If you provide City, you must also provide State. Numbers outside the US only support the PhoneNumberType filter, which you must use.\n@optional {area-code: str, city: str, country: str, state: str, toll-free-prefix: str, phone-number-type: str, max-results: int, next-token: str}\n@returns(200) {E164PhoneNumbers: [str]?, NextToken: str?}\n\n@endgroup\n\n@group channels\n@endpoint POST /channels/{channelArn}/messages\n@desc Sends a message to a particular channel that the member is a part of.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header. Also, STANDARD messages can contain 4KB of data and the 1KB of metadata. CONTROL messages can contain 30 bytes of data and no metadata.    This API is is no longer supported and will not be updated. We recommend using the latest version, SendChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, Content: str, Type: str, Persistence: str, ClientRequestToken: str}\n@optional {x-amz-chime-bearer: str, Metadata: str}\n@returns(200) {ChannelArn: str?, MessageId: str?}\n\n@endgroup\n\n@group meetings\n@endpoint POST /meetings/{meetingId}/transcription?operation=start\n@desc Starts transcription for the specified meetingId. For more information, refer to  Using Amazon Chime SDK live transcription  in the Amazon Chime SDK Developer Guide. If you specify an invalid configuration, a TranscriptFailed event will be sent with the contents of the BadRequestException generated by Amazon Transcribe. For more information on each parameter and which combinations are valid, refer to the StartStreamTranscription API in the Amazon Transcribe Developer Guide.  Amazon Chime SDK live transcription is powered by Amazon Transcribe. Use of Amazon Transcribe is subject to the AWS Service Terms, including the terms specific to the AWS Machine Learning and Artificial Intelligence Services.    This API is is no longer supported and will not be updated. We recommend using the latest version, StartMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, TranscriptionConfiguration: TranscriptionConfiguration}\n\n@endpoint POST /meetings/{meetingId}/transcription?operation=stop\n@desc Stops transcription for the specified meetingId.   This API is is no longer supported and will not be updated. We recommend using the latest version, StopMeetingTranscription, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str}\n\n@endpoint POST /meetings/{meetingId}/attendees/{attendeeId}/tags?operation=add\n@desc Applies the specified tags to the specified Amazon Chime attendee.  TagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.\n@required {MeetingId: str, AttendeeId: str, Tags: [Tag]}\n\n@endpoint POST /meetings/{meetingId}/tags?operation=add\n@desc Applies the specified tags to the specified Amazon Chime SDK meeting.   This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, Tags: [Tag]}\n\n@endgroup\n\n@group tags?operation=tag-resource\n@endpoint POST /tags?operation=tag-resource\n@desc Applies the specified tags to the specified Amazon Chime SDK meeting resource.   This API is is no longer supported and will not be updated. We recommend using the latest version, TagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ResourceARN: str, Tags: [Tag]}\n\n@endgroup\n\n@group meetings\n@endpoint POST /meetings/{meetingId}/attendees/{attendeeId}/tags?operation=delete\n@desc Untags the specified tags from the specified Amazon Chime SDK attendee.  UntagAttendee is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.\n@required {MeetingId: str, AttendeeId: str, TagKeys: [str]}\n\n@endpoint POST /meetings/{meetingId}/tags?operation=delete\n@desc Untags the specified tags from the specified Amazon Chime SDK meeting.   This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {MeetingId: str, TagKeys: [str]}\n\n@endgroup\n\n@group tags?operation=untag-resource\n@endpoint POST /tags?operation=untag-resource\n@desc Untags the specified tags from the specified Amazon Chime SDK meeting resource. Applies the specified tags to the specified Amazon Chime SDK meeting resource.   This API is is no longer supported and will not be updated. We recommend using the latest version, UntagResource, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ResourceARN: str, TagKeys: [str]}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}\n@desc Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.\n@required {AccountId: str}\n@optional {Name: str, DefaultLicense: str}\n@returns(200) {Account: Account?{AwsAccountId: str, AccountId: str, Name: str, AccountType: str?, CreatedTimestamp: str(timestamp)?, DefaultLicense: str?, SupportedLicenses: [str]?, AccountStatus: str?, SigninDelegateGroups: [SigninDelegateGroup]?}}\n\n@endpoint PUT /accounts/{accountId}/settings\n@desc 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 Use the Policies Page in the Amazon Chime Administration Guide.\n@required {AccountId: str, AccountSettings: AccountSettings}\n\n@endgroup\n\n@group app-instances\n@endpoint PUT /app-instances/{appInstanceArn}\n@desc Updates AppInstance metadata.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstance, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceArn: str, Name: str}\n@optional {Metadata: str}\n@returns(200) {AppInstanceArn: str?}\n\n@endgroup\n\n@group app-instance-users\n@endpoint PUT /app-instance-users/{appInstanceUserArn}\n@desc Updates the details of an AppInstanceUser. You can update names and metadata.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateAppInstanceUser, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AppInstanceUserArn: str, Name: str}\n@optional {Metadata: str}\n@returns(200) {AppInstanceUserArn: str?}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/bots/{botId}\n@desc Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.\n@required {AccountId: str, BotId: str}\n@optional {Disabled: bool}\n@returns(200) {Bot: Bot?{BotId: str?, UserId: str?, DisplayName: str?, BotType: str?, Disabled: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, BotEmail: str?, SecurityToken: str?}}\n\n@endgroup\n\n@group channels\n@endpoint PUT /channels/{channelArn}\n@desc Update a channel's attributes.  Restriction: You can't change a channel's privacy.   The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannel, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, Name: str, Mode: str}\n@optional {x-amz-chime-bearer: str, Metadata: str}\n@returns(200) {ChannelArn: str?}\n\n@endpoint PUT /channels/{channelArn}/messages/{messageId}\n@desc Updates the content of a message.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelMessage, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str, MessageId: str}\n@optional {x-amz-chime-bearer: str, Content: str, Metadata: str}\n@returns(200) {ChannelArn: str?, MessageId: str?}\n\n@endpoint PUT /channels/{channelArn}/readMarker\n@desc The details of the time when a user last read messages in a channel.  The x-amz-chime-bearer request header is mandatory. Use the AppInstanceUserArn of the user that makes the API call as the value in the header.    This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateChannelReadMarker, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {ChannelArn: str}\n@optional {x-amz-chime-bearer: str}\n@returns(200) {ChannelArn: str?}\n\n@endgroup\n\n@group settings\n@endpoint PUT /settings\n@desc Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.\n@optional {BusinessCalling: BusinessCallingSettings, VoiceConnector: VoiceConnectorSettings}\n\n@endgroup\n\n@group phone-numbers\n@endpoint POST /phone-numbers/{phoneNumberId}\n@desc 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. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type. Updates to outbound calling names can take 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.\n@required {PhoneNumberId: str}\n@optional {ProductType: str, CallingName: str}\n@returns(200) {PhoneNumber: PhoneNumber?{PhoneNumberId: str?, E164PhoneNumber: str?, Country: str?, Type: str?, ProductType: str?, Status: str?, Capabilities: PhoneNumberCapabilities?{InboundCall: bool?, OutboundCall: bool?, InboundSMS: bool?, OutboundSMS: bool?, InboundMMS: bool?, OutboundMMS: bool?}, Associations: [PhoneNumberAssociation]?, CallingName: str?, CallingNameStatus: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, DeletionTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group settings\n@endpoint PUT /settings/phone-number\n@desc 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.\n@required {CallingName: str}\n\n@endgroup\n\n@group voice-connectors\n@endpoint POST /voice-connectors/{voiceConnectorId}/proxy-sessions/{proxySessionId}\n@desc Updates the specified proxy session details, such as voice or SMS capabilities.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateProxySession, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, ProxySessionId: str, Capabilities: [str]}\n@optional {ExpiryMinutes: int}\n@returns(200) {ProxySession: ProxySession?{VoiceConnectorId: str?, ProxySessionId: str?, Name: str?, Status: str?, ExpiryMinutes: int?, Capabilities: [str]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, EndedTimestamp: str(timestamp)?, Participants: [Participant]?, NumberSelectionBehavior: str?, GeoMatchLevel: str?, GeoMatchParams: GeoMatchParams?{Country: str, AreaCode: str}}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/rooms/{roomId}\n@desc Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.\n@required {AccountId: str, RoomId: str}\n@optional {Name: str}\n@returns(200) {Room: Room?{RoomId: str?, Name: str?, AccountId: str?, CreatedBy: str?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endpoint POST /accounts/{accountId}/rooms/{roomId}/memberships/{memberId}\n@desc 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.\n@required {AccountId: str, RoomId: str, MemberId: str}\n@optional {Role: str}\n@returns(200) {RoomMembership: RoomMembership?{RoomId: str?, Member: Member?{MemberId: str?, MemberType: str?, Email: str?, FullName: str?, AccountId: str?}, Role: str?, InvitedBy: str?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group sip-media-applications\n@endpoint PUT /sip-media-applications/{sipMediaApplicationId}\n@desc Updates the details of the specified SIP media application.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplication, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str}\n@optional {Name: str, Endpoints: [SipMediaApplicationEndpoint]}\n@returns(200) {SipMediaApplication: SipMediaApplication?{SipMediaApplicationId: str?, AwsRegion: str?, Name: str?, Endpoints: [SipMediaApplicationEndpoint]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endpoint POST /sip-media-applications/{sipMediaApplicationId}/calls/{transactionId}\n@desc Invokes the AWS Lambda function associated with the SIP media application and transaction ID in an update request. The Lambda function can then return a new set of actions.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipMediaApplicationCall, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipMediaApplicationId: str, TransactionId: str, Arguments: map<str,str>}\n@returns(200) {SipMediaApplicationCall: SipMediaApplicationCall?{TransactionId: str?}}\n\n@endgroup\n\n@group sip-rules\n@endpoint PUT /sip-rules/{sipRuleId}\n@desc Updates the details of the specified SIP rule.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateSipRule, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {SipRuleId: str, Name: str}\n@optional {Disabled: bool, TargetApplications: [SipRuleTargetApplication]}\n@returns(200) {SipRule: SipRule?{SipRuleId: str?, Name: str?, Disabled: bool?, TriggerType: str?, TriggerValue: str?, TargetApplications: [SipRuleTargetApplication]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?}}\n\n@endgroup\n\n@group accounts\n@endpoint POST /accounts/{accountId}/users/{userId}\n@desc Updates user details for a specified user ID. Currently, only LicenseType updates are supported for this action.\n@required {AccountId: str, UserId: str}\n@optional {LicenseType: str, UserType: str, AlexaForBusinessMetadata: AlexaForBusinessMetadata}\n@returns(200) {User: User?{UserId: str, AccountId: str?, PrimaryEmail: str?, PrimaryProvisionedNumber: str?, DisplayName: str?, LicenseType: str?, UserType: str?, UserRegistrationStatus: str?, UserInvitationStatus: str?, RegisteredOn: str(timestamp)?, InvitedOn: str(timestamp)?, AlexaForBusinessMetadata: AlexaForBusinessMetadata?{IsAlexaForBusinessEnabled: bool?, AlexaForBusinessRoomArn: str?}, PersonalPIN: str?}}\n\n@endpoint PUT /accounts/{accountId}/users/{userId}/settings\n@desc Updates the settings for the specified user, such as phone number settings.\n@required {AccountId: str, UserId: str, UserSettings: UserSettings}\n\n@endgroup\n\n@group voice-connectors\n@endpoint PUT /voice-connectors/{voiceConnectorId}\n@desc Updates details for the specified Amazon Chime Voice Connector.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnector, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorId: str, Name: str, RequireEncryption: bool}\n@returns(200) {VoiceConnector: VoiceConnector?{VoiceConnectorId: str?, AwsRegion: str?, Name: str?, OutboundHostName: str?, RequireEncryption: bool?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, VoiceConnectorArn: str?}}\n\n@endgroup\n\n@group voice-connector-groups\n@endpoint PUT /voice-connector-groups/{voiceConnectorGroupId}\n@desc Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.   This API is is no longer supported and will not be updated. We recommend using the latest version, UpdateVoiceConnectorGroup, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {VoiceConnectorGroupId: str, Name: str, VoiceConnectorItems: [VoiceConnectorItem]}\n@returns(200) {VoiceConnectorGroup: VoiceConnectorGroup?{VoiceConnectorGroupId: str?, Name: str?, VoiceConnectorItems: [VoiceConnectorItem]?, CreatedTimestamp: str(timestamp)?, UpdatedTimestamp: str(timestamp)?, VoiceConnectorGroupArn: str?}}\n\n@endgroup\n\n@group emergency-calling\n@endpoint POST /emergency-calling/address\n@desc Validates an address to be used for 911 calls made with Amazon Chime Voice Connectors. You can use validated addresses in a Presence Information Data Format Location Object file that you include in SIP requests. That helps ensure that addresses are routed to the appropriate Public Safety Answering Point.   This API is is no longer supported and will not be updated. We recommend using the latest version, ValidateE911Address, in the Amazon Chime SDK. Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.\n@required {AwsAccountId: str, StreetNumber: str, StreetInfo: str, City: str, State: str, Country: str, PostalCode: str}\n@returns(200) {ValidationResult: int?, AddressExternalId: str?, Address: Address?{streetName: str?, streetSuffix: str?, postDirectional: str?, preDirectional: str?, streetNumber: str?, city: str?, state: str?, postalCode: str?, postalCodePlus4: str?, country: str?}, CandidateAddressList: [CandidateAddress]?}\n\n@endgroup\n\n@end\n"}}