/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either * express or implied. See the License for the specific language governing * permissions and limitations under the License. */ /* * Do not modify this file. This file is generated from the chime-2018-05-01.normal.json service model. */ using System; using System.Collections.Generic; using Amazon.Runtime; using Amazon.Chime.Model; namespace Amazon.Chime { /// /// Interface for accessing Chime /// /// /// /// Most of these APIs are no longer supported and will not be updated. We recommend /// using the latest versions in the Amazon /// Chime SDK API reference, in the Amazon Chime SDK. /// /// /// /// Using the latest versions requires migrating to dedicated namespaces. For more information, /// refer to Migrating /// from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide. /// /// /// /// The Amazon Chime application programming interface (API) is designed so administrators /// can perform key tasks, such as creating and managing Amazon Chime accounts, users, /// and Voice Connectors. This guide provides detailed information about the Amazon Chime /// API, including operations, types, inputs and outputs, and error codes. /// /// /// /// You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API /// to make API calls for Amazon Chime. We recommend using an AWS SDK or the AWS CLI. /// The page for each API action contains a See Also section that includes links /// to information about using the action with a language-specific AWS SDK or the AWS /// CLI. /// ///
Using an AWS SDK
/// /// You don't need to write code to calculate a signature for request authentication. /// The SDK clients authenticate your requests by using access keys that you provide. /// For more information about AWS SDKs, see the AWS /// Developer Center. /// ///
Using the AWS CLI
/// /// Use your access keys with the AWS CLI to make API calls. For information about setting /// up the AWS CLI, see Installing /// the AWS Command Line Interface in the AWS Command Line Interface User Guide. /// For a list of available Amazon Chime commands, see the Amazon /// Chime commands in the AWS CLI Command Reference. /// ///
Using REST APIs
/// /// If you use REST to make API calls, you must authenticate your request by providing /// a signature. Amazon Chime supports Signature Version 4. For more information, see /// Signature /// Version 4 Signing Process in the Amazon Web Services General Reference. /// /// /// /// When making REST API calls, use the service name chime and REST endpoint /// https://service.chime.aws.amazon.com. /// ///
/// /// Administrative permissions are controlled using AWS Identity and Access Management /// (IAM). For more information, see Identity /// and Access Management for Amazon Chime in the Amazon Chime Administration Guide. /// ///
public partial interface IAmazonChime : IAmazonService, IDisposable { #if BCL45 || AWS_ASYNC_ENUMERABLES_API /// /// Paginators for the service /// IChimePaginatorFactory Paginators { get; } #endif #region AssociatePhoneNumbersWithVoiceConnector /// /// 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. /// /// /// /// Container for the necessary parameters to execute the AssociatePhoneNumbersWithVoiceConnector service method. /// /// The response from the AssociatePhoneNumbersWithVoiceConnector service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for AssociatePhoneNumbersWithVoiceConnector Operation [Obsolete("Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace")] AssociatePhoneNumbersWithVoiceConnectorResponse AssociatePhoneNumbersWithVoiceConnector(AssociatePhoneNumbersWithVoiceConnectorRequest request); /// /// Initiates the asynchronous execution of the AssociatePhoneNumbersWithVoiceConnector operation. /// /// /// Container for the necessary parameters to execute the AssociatePhoneNumbersWithVoiceConnector operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociatePhoneNumbersWithVoiceConnector /// operation. /// REST API Reference for AssociatePhoneNumbersWithVoiceConnector Operation [Obsolete("Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginAssociatePhoneNumbersWithVoiceConnector(AssociatePhoneNumbersWithVoiceConnectorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AssociatePhoneNumbersWithVoiceConnector operation. /// /// /// The IAsyncResult returned by the call to BeginAssociatePhoneNumbersWithVoiceConnector. /// /// Returns a AssociatePhoneNumbersWithVoiceConnectorResult from Chime. /// REST API Reference for AssociatePhoneNumbersWithVoiceConnector Operation [Obsolete("Replaced by AssociatePhoneNumbersWithVoiceConnector in the Amazon Chime SDK Voice Namespace")] AssociatePhoneNumbersWithVoiceConnectorResponse EndAssociatePhoneNumbersWithVoiceConnector(IAsyncResult asyncResult); #endregion #region AssociatePhoneNumbersWithVoiceConnectorGroup /// /// 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. /// /// /// /// Container for the necessary parameters to execute the AssociatePhoneNumbersWithVoiceConnectorGroup service method. /// /// The response from the AssociatePhoneNumbersWithVoiceConnectorGroup service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for AssociatePhoneNumbersWithVoiceConnectorGroup Operation [Obsolete("Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] AssociatePhoneNumbersWithVoiceConnectorGroupResponse AssociatePhoneNumbersWithVoiceConnectorGroup(AssociatePhoneNumbersWithVoiceConnectorGroupRequest request); /// /// Initiates the asynchronous execution of the AssociatePhoneNumbersWithVoiceConnectorGroup operation. /// /// /// Container for the necessary parameters to execute the AssociatePhoneNumbersWithVoiceConnectorGroup operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociatePhoneNumbersWithVoiceConnectorGroup /// operation. /// REST API Reference for AssociatePhoneNumbersWithVoiceConnectorGroup Operation [Obsolete("Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginAssociatePhoneNumbersWithVoiceConnectorGroup(AssociatePhoneNumbersWithVoiceConnectorGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AssociatePhoneNumbersWithVoiceConnectorGroup operation. /// /// /// The IAsyncResult returned by the call to BeginAssociatePhoneNumbersWithVoiceConnectorGroup. /// /// Returns a AssociatePhoneNumbersWithVoiceConnectorGroupResult from Chime. /// REST API Reference for AssociatePhoneNumbersWithVoiceConnectorGroup Operation [Obsolete("Replaced by AssociatePhoneNumbersWithVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] AssociatePhoneNumbersWithVoiceConnectorGroupResponse EndAssociatePhoneNumbersWithVoiceConnectorGroup(IAsyncResult asyncResult); #endregion #region AssociatePhoneNumberWithUser /// /// Associates a phone number with the specified Amazon Chime user. /// /// Container for the necessary parameters to execute the AssociatePhoneNumberWithUser service method. /// /// The response from the AssociatePhoneNumberWithUser service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for AssociatePhoneNumberWithUser Operation AssociatePhoneNumberWithUserResponse AssociatePhoneNumberWithUser(AssociatePhoneNumberWithUserRequest request); /// /// Initiates the asynchronous execution of the AssociatePhoneNumberWithUser operation. /// /// /// Container for the necessary parameters to execute the AssociatePhoneNumberWithUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociatePhoneNumberWithUser /// operation. /// REST API Reference for AssociatePhoneNumberWithUser Operation IAsyncResult BeginAssociatePhoneNumberWithUser(AssociatePhoneNumberWithUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AssociatePhoneNumberWithUser operation. /// /// /// The IAsyncResult returned by the call to BeginAssociatePhoneNumberWithUser. /// /// Returns a AssociatePhoneNumberWithUserResult from Chime. /// REST API Reference for AssociatePhoneNumberWithUser Operation AssociatePhoneNumberWithUserResponse EndAssociatePhoneNumberWithUser(IAsyncResult asyncResult); #endregion #region AssociateSigninDelegateGroupsWithAccount /// /// Associates the specified sign-in delegate groups with the specified Amazon Chime account. /// /// Container for the necessary parameters to execute the AssociateSigninDelegateGroupsWithAccount service method. /// /// The response from the AssociateSigninDelegateGroupsWithAccount service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for AssociateSigninDelegateGroupsWithAccount Operation AssociateSigninDelegateGroupsWithAccountResponse AssociateSigninDelegateGroupsWithAccount(AssociateSigninDelegateGroupsWithAccountRequest request); /// /// Initiates the asynchronous execution of the AssociateSigninDelegateGroupsWithAccount operation. /// /// /// Container for the necessary parameters to execute the AssociateSigninDelegateGroupsWithAccount operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociateSigninDelegateGroupsWithAccount /// operation. /// REST API Reference for AssociateSigninDelegateGroupsWithAccount Operation IAsyncResult BeginAssociateSigninDelegateGroupsWithAccount(AssociateSigninDelegateGroupsWithAccountRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the AssociateSigninDelegateGroupsWithAccount operation. /// /// /// The IAsyncResult returned by the call to BeginAssociateSigninDelegateGroupsWithAccount. /// /// Returns a AssociateSigninDelegateGroupsWithAccountResult from Chime. /// REST API Reference for AssociateSigninDelegateGroupsWithAccount Operation AssociateSigninDelegateGroupsWithAccountResponse EndAssociateSigninDelegateGroupsWithAccount(IAsyncResult asyncResult); #endregion #region BatchCreateAttendee /// /// 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. /// /// /// Container for the necessary parameters to execute the BatchCreateAttendee service method. /// /// The response from the BatchCreateAttendee service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchCreateAttendee Operation [Obsolete("Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace")] BatchCreateAttendeeResponse BatchCreateAttendee(BatchCreateAttendeeRequest request); /// /// Initiates the asynchronous execution of the BatchCreateAttendee operation. /// /// /// Container for the necessary parameters to execute the BatchCreateAttendee operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchCreateAttendee /// operation. /// REST API Reference for BatchCreateAttendee Operation [Obsolete("Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginBatchCreateAttendee(BatchCreateAttendeeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchCreateAttendee operation. /// /// /// The IAsyncResult returned by the call to BeginBatchCreateAttendee. /// /// Returns a BatchCreateAttendeeResult from Chime. /// REST API Reference for BatchCreateAttendee Operation [Obsolete("Replaced by BatchCreateAttendee in the Amazon Chime SDK Meetings Namespace")] BatchCreateAttendeeResponse EndBatchCreateAttendee(IAsyncResult asyncResult); #endregion #region BatchCreateChannelMembership /// /// 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. /// /// /// /// Container for the necessary parameters to execute the BatchCreateChannelMembership service method. /// /// The response from the BatchCreateChannelMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchCreateChannelMembership Operation [Obsolete("Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace")] BatchCreateChannelMembershipResponse BatchCreateChannelMembership(BatchCreateChannelMembershipRequest request); /// /// Initiates the asynchronous execution of the BatchCreateChannelMembership operation. /// /// /// Container for the necessary parameters to execute the BatchCreateChannelMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchCreateChannelMembership /// operation. /// REST API Reference for BatchCreateChannelMembership Operation [Obsolete("Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginBatchCreateChannelMembership(BatchCreateChannelMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchCreateChannelMembership operation. /// /// /// The IAsyncResult returned by the call to BeginBatchCreateChannelMembership. /// /// Returns a BatchCreateChannelMembershipResult from Chime. /// REST API Reference for BatchCreateChannelMembership Operation [Obsolete("Replaced by BatchCreateChannelMembership in the Amazon Chime SDK Messaging Namespace")] BatchCreateChannelMembershipResponse EndBatchCreateChannelMembership(IAsyncResult asyncResult); #endregion #region BatchCreateRoomMembership /// /// 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. /// /// Container for the necessary parameters to execute the BatchCreateRoomMembership service method. /// /// The response from the BatchCreateRoomMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchCreateRoomMembership Operation BatchCreateRoomMembershipResponse BatchCreateRoomMembership(BatchCreateRoomMembershipRequest request); /// /// Initiates the asynchronous execution of the BatchCreateRoomMembership operation. /// /// /// Container for the necessary parameters to execute the BatchCreateRoomMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchCreateRoomMembership /// operation. /// REST API Reference for BatchCreateRoomMembership Operation IAsyncResult BeginBatchCreateRoomMembership(BatchCreateRoomMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchCreateRoomMembership operation. /// /// /// The IAsyncResult returned by the call to BeginBatchCreateRoomMembership. /// /// Returns a BatchCreateRoomMembershipResult from Chime. /// REST API Reference for BatchCreateRoomMembership Operation BatchCreateRoomMembershipResponse EndBatchCreateRoomMembership(IAsyncResult asyncResult); #endregion #region BatchDeletePhoneNumber /// /// 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. /// /// /// Container for the necessary parameters to execute the BatchDeletePhoneNumber service method. /// /// The response from the BatchDeletePhoneNumber service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchDeletePhoneNumber Operation BatchDeletePhoneNumberResponse BatchDeletePhoneNumber(BatchDeletePhoneNumberRequest request); /// /// Initiates the asynchronous execution of the BatchDeletePhoneNumber operation. /// /// /// Container for the necessary parameters to execute the BatchDeletePhoneNumber operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchDeletePhoneNumber /// operation. /// REST API Reference for BatchDeletePhoneNumber Operation IAsyncResult BeginBatchDeletePhoneNumber(BatchDeletePhoneNumberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchDeletePhoneNumber operation. /// /// /// The IAsyncResult returned by the call to BeginBatchDeletePhoneNumber. /// /// Returns a BatchDeletePhoneNumberResult from Chime. /// REST API Reference for BatchDeletePhoneNumber Operation BatchDeletePhoneNumberResponse EndBatchDeletePhoneNumber(IAsyncResult asyncResult); #endregion #region BatchSuspendUser /// /// 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. /// /// /// Container for the necessary parameters to execute the BatchSuspendUser service method. /// /// The response from the BatchSuspendUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchSuspendUser Operation BatchSuspendUserResponse BatchSuspendUser(BatchSuspendUserRequest request); /// /// Initiates the asynchronous execution of the BatchSuspendUser operation. /// /// /// Container for the necessary parameters to execute the BatchSuspendUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchSuspendUser /// operation. /// REST API Reference for BatchSuspendUser Operation IAsyncResult BeginBatchSuspendUser(BatchSuspendUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchSuspendUser operation. /// /// /// The IAsyncResult returned by the call to BeginBatchSuspendUser. /// /// Returns a BatchSuspendUserResult from Chime. /// REST API Reference for BatchSuspendUser Operation BatchSuspendUserResponse EndBatchSuspendUser(IAsyncResult asyncResult); #endregion #region BatchUnsuspendUser /// /// 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. /// /// /// Container for the necessary parameters to execute the BatchUnsuspendUser service method. /// /// The response from the BatchUnsuspendUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchUnsuspendUser Operation BatchUnsuspendUserResponse BatchUnsuspendUser(BatchUnsuspendUserRequest request); /// /// Initiates the asynchronous execution of the BatchUnsuspendUser operation. /// /// /// Container for the necessary parameters to execute the BatchUnsuspendUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUnsuspendUser /// operation. /// REST API Reference for BatchUnsuspendUser Operation IAsyncResult BeginBatchUnsuspendUser(BatchUnsuspendUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchUnsuspendUser operation. /// /// /// The IAsyncResult returned by the call to BeginBatchUnsuspendUser. /// /// Returns a BatchUnsuspendUserResult from Chime. /// REST API Reference for BatchUnsuspendUser Operation BatchUnsuspendUserResponse EndBatchUnsuspendUser(IAsyncResult asyncResult); #endregion #region BatchUpdatePhoneNumber /// /// 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. /// /// /// Container for the necessary parameters to execute the BatchUpdatePhoneNumber service method. /// /// The response from the BatchUpdatePhoneNumber service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchUpdatePhoneNumber Operation BatchUpdatePhoneNumberResponse BatchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest request); /// /// Initiates the asynchronous execution of the BatchUpdatePhoneNumber operation. /// /// /// Container for the necessary parameters to execute the BatchUpdatePhoneNumber operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUpdatePhoneNumber /// operation. /// REST API Reference for BatchUpdatePhoneNumber Operation IAsyncResult BeginBatchUpdatePhoneNumber(BatchUpdatePhoneNumberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchUpdatePhoneNumber operation. /// /// /// The IAsyncResult returned by the call to BeginBatchUpdatePhoneNumber. /// /// Returns a BatchUpdatePhoneNumberResult from Chime. /// REST API Reference for BatchUpdatePhoneNumber Operation BatchUpdatePhoneNumberResponse EndBatchUpdatePhoneNumber(IAsyncResult asyncResult); #endregion #region BatchUpdateUser /// /// 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. /// /// Container for the necessary parameters to execute the BatchUpdateUser service method. /// /// The response from the BatchUpdateUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for BatchUpdateUser Operation BatchUpdateUserResponse BatchUpdateUser(BatchUpdateUserRequest request); /// /// Initiates the asynchronous execution of the BatchUpdateUser operation. /// /// /// Container for the necessary parameters to execute the BatchUpdateUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndBatchUpdateUser /// operation. /// REST API Reference for BatchUpdateUser Operation IAsyncResult BeginBatchUpdateUser(BatchUpdateUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the BatchUpdateUser operation. /// /// /// The IAsyncResult returned by the call to BeginBatchUpdateUser. /// /// Returns a BatchUpdateUserResult from Chime. /// REST API Reference for BatchUpdateUser Operation BatchUpdateUserResponse EndBatchUpdateUser(IAsyncResult asyncResult); #endregion #region CreateAccount /// /// 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. /// /// Container for the necessary parameters to execute the CreateAccount service method. /// /// The response from the CreateAccount service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateAccount Operation CreateAccountResponse CreateAccount(CreateAccountRequest request); /// /// Initiates the asynchronous execution of the CreateAccount operation. /// /// /// Container for the necessary parameters to execute the CreateAccount operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAccount /// operation. /// REST API Reference for CreateAccount Operation IAsyncResult BeginCreateAccount(CreateAccountRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateAccount operation. /// /// /// The IAsyncResult returned by the call to BeginCreateAccount. /// /// Returns a CreateAccountResult from Chime. /// REST API Reference for CreateAccount Operation CreateAccountResponse EndCreateAccount(IAsyncResult asyncResult); #endregion #region CreateAppInstance /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateAppInstance service method. /// /// The response from the CreateAppInstance service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateAppInstance Operation [Obsolete("Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace")] CreateAppInstanceResponse CreateAppInstance(CreateAppInstanceRequest request); /// /// Initiates the asynchronous execution of the CreateAppInstance operation. /// /// /// Container for the necessary parameters to execute the CreateAppInstance operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAppInstance /// operation. /// REST API Reference for CreateAppInstance Operation [Obsolete("Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginCreateAppInstance(CreateAppInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateAppInstance operation. /// /// /// The IAsyncResult returned by the call to BeginCreateAppInstance. /// /// Returns a CreateAppInstanceResult from Chime. /// REST API Reference for CreateAppInstance Operation [Obsolete("Replaced by CreateAppInstance in the Amazon Chime SDK Identity Namespace")] CreateAppInstanceResponse EndCreateAppInstance(IAsyncResult asyncResult); #endregion #region CreateAppInstanceAdmin /// /// 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. /// /// /// /// Only an AppInstanceUser can be promoted to an AppInstanceAdmin /// role. /// /// /// Container for the necessary parameters to execute the CreateAppInstanceAdmin service method. /// /// The response from the CreateAppInstanceAdmin service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateAppInstanceAdmin Operation [Obsolete("Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] CreateAppInstanceAdminResponse CreateAppInstanceAdmin(CreateAppInstanceAdminRequest request); /// /// Initiates the asynchronous execution of the CreateAppInstanceAdmin operation. /// /// /// Container for the necessary parameters to execute the CreateAppInstanceAdmin operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAppInstanceAdmin /// operation. /// REST API Reference for CreateAppInstanceAdmin Operation [Obsolete("Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginCreateAppInstanceAdmin(CreateAppInstanceAdminRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateAppInstanceAdmin operation. /// /// /// The IAsyncResult returned by the call to BeginCreateAppInstanceAdmin. /// /// Returns a CreateAppInstanceAdminResult from Chime. /// REST API Reference for CreateAppInstanceAdmin Operation [Obsolete("Replaced by CreateAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] CreateAppInstanceAdminResponse EndCreateAppInstanceAdmin(IAsyncResult asyncResult); #endregion #region CreateAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateAppInstanceUser service method. /// /// The response from the CreateAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateAppInstanceUser Operation [Obsolete("Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace")] CreateAppInstanceUserResponse CreateAppInstanceUser(CreateAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the CreateAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the CreateAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAppInstanceUser /// operation. /// REST API Reference for CreateAppInstanceUser Operation [Obsolete("Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginCreateAppInstanceUser(CreateAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginCreateAppInstanceUser. /// /// Returns a CreateAppInstanceUserResult from Chime. /// REST API Reference for CreateAppInstanceUser Operation [Obsolete("Replaced by CreateAppInstanceUser in the Amazon Chime SDK Identity Namespace")] CreateAppInstanceUserResponse EndCreateAppInstanceUser(IAsyncResult asyncResult); #endregion #region CreateAttendee /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateAttendee service method. /// /// The response from the CreateAttendee service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateAttendee Operation [Obsolete("Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace")] CreateAttendeeResponse CreateAttendee(CreateAttendeeRequest request); /// /// Initiates the asynchronous execution of the CreateAttendee operation. /// /// /// Container for the necessary parameters to execute the CreateAttendee operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateAttendee /// operation. /// REST API Reference for CreateAttendee Operation [Obsolete("Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginCreateAttendee(CreateAttendeeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateAttendee operation. /// /// /// The IAsyncResult returned by the call to BeginCreateAttendee. /// /// Returns a CreateAttendeeResult from Chime. /// REST API Reference for CreateAttendee Operation [Obsolete("Replaced by CreateAttendee in the Amazon Chime SDK Meetings Namespace")] CreateAttendeeResponse EndCreateAttendee(IAsyncResult asyncResult); #endregion #region CreateBot /// /// Creates a bot for an Amazon Chime Enterprise account. /// /// Container for the necessary parameters to execute the CreateBot service method. /// /// The response from the CreateBot service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateBot Operation CreateBotResponse CreateBot(CreateBotRequest request); /// /// Initiates the asynchronous execution of the CreateBot operation. /// /// /// Container for the necessary parameters to execute the CreateBot operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateBot /// operation. /// REST API Reference for CreateBot Operation IAsyncResult BeginCreateBot(CreateBotRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateBot operation. /// /// /// The IAsyncResult returned by the call to BeginCreateBot. /// /// Returns a CreateBotResult from Chime. /// REST API Reference for CreateBot Operation CreateBotResponse EndCreateBot(IAsyncResult asyncResult); #endregion #region CreateChannel /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateChannel service method. /// /// The response from the CreateChannel service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateChannel Operation [Obsolete("Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace")] CreateChannelResponse CreateChannel(CreateChannelRequest request); /// /// Initiates the asynchronous execution of the CreateChannel operation. /// /// /// Container for the necessary parameters to execute the CreateChannel operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateChannel /// operation. /// REST API Reference for CreateChannel Operation [Obsolete("Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginCreateChannel(CreateChannelRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateChannel operation. /// /// /// The IAsyncResult returned by the call to BeginCreateChannel. /// /// Returns a CreateChannelResult from Chime. /// REST API Reference for CreateChannel Operation [Obsolete("Replaced by CreateChannel in the Amazon Chime SDK Messaging Namespace")] CreateChannelResponse EndCreateChannel(IAsyncResult asyncResult); #endregion #region CreateChannelBan /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateChannelBan service method. /// /// The response from the CreateChannelBan service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateChannelBan Operation [Obsolete("Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace")] CreateChannelBanResponse CreateChannelBan(CreateChannelBanRequest request); /// /// Initiates the asynchronous execution of the CreateChannelBan operation. /// /// /// Container for the necessary parameters to execute the CreateChannelBan operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateChannelBan /// operation. /// REST API Reference for CreateChannelBan Operation [Obsolete("Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginCreateChannelBan(CreateChannelBanRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateChannelBan operation. /// /// /// The IAsyncResult returned by the call to BeginCreateChannelBan. /// /// Returns a CreateChannelBanResult from Chime. /// REST API Reference for CreateChannelBan Operation [Obsolete("Replaced by CreateChannelBan in the Amazon Chime SDK Messaging Namespace")] CreateChannelBanResponse EndCreateChannelBan(IAsyncResult asyncResult); #endregion #region CreateChannelMembership /// /// Adds a user to a channel. The InvitedBy response field is derived from /// the request header. A channel member can: /// /// /// /// Privacy settings impact this action as follows: /// /// /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateChannelMembership service method. /// /// The response from the CreateChannelMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateChannelMembership Operation [Obsolete("Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace")] CreateChannelMembershipResponse CreateChannelMembership(CreateChannelMembershipRequest request); /// /// Initiates the asynchronous execution of the CreateChannelMembership operation. /// /// /// Container for the necessary parameters to execute the CreateChannelMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateChannelMembership /// operation. /// REST API Reference for CreateChannelMembership Operation [Obsolete("Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginCreateChannelMembership(CreateChannelMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateChannelMembership operation. /// /// /// The IAsyncResult returned by the call to BeginCreateChannelMembership. /// /// Returns a CreateChannelMembershipResult from Chime. /// REST API Reference for CreateChannelMembership Operation [Obsolete("Replaced by CreateChannelMembership in the Amazon Chime SDK Messaging Namespace")] CreateChannelMembershipResponse EndCreateChannelMembership(IAsyncResult asyncResult); #endregion #region CreateChannelModerator /// /// Creates a new ChannelModerator. A channel moderator can: /// /// /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateChannelModerator service method. /// /// The response from the CreateChannelModerator service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateChannelModerator Operation [Obsolete("Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace")] CreateChannelModeratorResponse CreateChannelModerator(CreateChannelModeratorRequest request); /// /// Initiates the asynchronous execution of the CreateChannelModerator operation. /// /// /// Container for the necessary parameters to execute the CreateChannelModerator operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateChannelModerator /// operation. /// REST API Reference for CreateChannelModerator Operation [Obsolete("Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginCreateChannelModerator(CreateChannelModeratorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateChannelModerator operation. /// /// /// The IAsyncResult returned by the call to BeginCreateChannelModerator. /// /// Returns a CreateChannelModeratorResult from Chime. /// REST API Reference for CreateChannelModerator Operation [Obsolete("Replaced by CreateChannelModerator in the Amazon Chime SDK Messaging Namespace")] CreateChannelModeratorResponse EndCreateChannelModerator(IAsyncResult asyncResult); #endregion #region CreateMediaCapturePipeline /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateMediaCapturePipeline service method. /// /// The response from the CreateMediaCapturePipeline service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateMediaCapturePipeline Operation [Obsolete("Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] CreateMediaCapturePipelineResponse CreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request); /// /// Initiates the asynchronous execution of the CreateMediaCapturePipeline operation. /// /// /// Container for the necessary parameters to execute the CreateMediaCapturePipeline operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMediaCapturePipeline /// operation. /// REST API Reference for CreateMediaCapturePipeline Operation [Obsolete("Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] IAsyncResult BeginCreateMediaCapturePipeline(CreateMediaCapturePipelineRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateMediaCapturePipeline operation. /// /// /// The IAsyncResult returned by the call to BeginCreateMediaCapturePipeline. /// /// Returns a CreateMediaCapturePipelineResult from Chime. /// REST API Reference for CreateMediaCapturePipeline Operation [Obsolete("Replaced by CreateMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] CreateMediaCapturePipelineResponse EndCreateMediaCapturePipeline(IAsyncResult asyncResult); #endregion #region CreateMeeting /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateMeeting service method. /// /// The response from the CreateMeeting service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateMeeting Operation [Obsolete("Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace")] CreateMeetingResponse CreateMeeting(CreateMeetingRequest request); /// /// Initiates the asynchronous execution of the CreateMeeting operation. /// /// /// Container for the necessary parameters to execute the CreateMeeting operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeeting /// operation. /// REST API Reference for CreateMeeting Operation [Obsolete("Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginCreateMeeting(CreateMeetingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateMeeting operation. /// /// /// The IAsyncResult returned by the call to BeginCreateMeeting. /// /// Returns a CreateMeetingResult from Chime. /// REST API Reference for CreateMeeting Operation [Obsolete("Replaced by CreateMeeting in the Amazon Chime SDK Meetings Namespace")] CreateMeetingResponse EndCreateMeeting(IAsyncResult asyncResult); #endregion #region CreateMeetingDialOut /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateMeetingDialOut service method. /// /// The response from the CreateMeetingDialOut service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateMeetingDialOut Operation CreateMeetingDialOutResponse CreateMeetingDialOut(CreateMeetingDialOutRequest request); /// /// Initiates the asynchronous execution of the CreateMeetingDialOut operation. /// /// /// Container for the necessary parameters to execute the CreateMeetingDialOut operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeetingDialOut /// operation. /// REST API Reference for CreateMeetingDialOut Operation IAsyncResult BeginCreateMeetingDialOut(CreateMeetingDialOutRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateMeetingDialOut operation. /// /// /// The IAsyncResult returned by the call to BeginCreateMeetingDialOut. /// /// Returns a CreateMeetingDialOutResult from Chime. /// REST API Reference for CreateMeetingDialOut Operation CreateMeetingDialOutResponse EndCreateMeetingDialOut(IAsyncResult asyncResult); #endregion #region CreateMeetingWithAttendees /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateMeetingWithAttendees service method. /// /// The response from the CreateMeetingWithAttendees service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateMeetingWithAttendees Operation [Obsolete("Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace")] CreateMeetingWithAttendeesResponse CreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request); /// /// Initiates the asynchronous execution of the CreateMeetingWithAttendees operation. /// /// /// Container for the necessary parameters to execute the CreateMeetingWithAttendees operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateMeetingWithAttendees /// operation. /// REST API Reference for CreateMeetingWithAttendees Operation [Obsolete("Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginCreateMeetingWithAttendees(CreateMeetingWithAttendeesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateMeetingWithAttendees operation. /// /// /// The IAsyncResult returned by the call to BeginCreateMeetingWithAttendees. /// /// Returns a CreateMeetingWithAttendeesResult from Chime. /// REST API Reference for CreateMeetingWithAttendees Operation [Obsolete("Replaced by CreateMeetingWithAttendees in the Amazon Chime SDK Meetings Namespace")] CreateMeetingWithAttendeesResponse EndCreateMeetingWithAttendees(IAsyncResult asyncResult); #endregion #region CreatePhoneNumberOrder /// /// 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. /// /// Container for the necessary parameters to execute the CreatePhoneNumberOrder service method. /// /// The response from the CreatePhoneNumberOrder service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreatePhoneNumberOrder Operation CreatePhoneNumberOrderResponse CreatePhoneNumberOrder(CreatePhoneNumberOrderRequest request); /// /// Initiates the asynchronous execution of the CreatePhoneNumberOrder operation. /// /// /// Container for the necessary parameters to execute the CreatePhoneNumberOrder operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreatePhoneNumberOrder /// operation. /// REST API Reference for CreatePhoneNumberOrder Operation IAsyncResult BeginCreatePhoneNumberOrder(CreatePhoneNumberOrderRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreatePhoneNumberOrder operation. /// /// /// The IAsyncResult returned by the call to BeginCreatePhoneNumberOrder. /// /// Returns a CreatePhoneNumberOrderResult from Chime. /// REST API Reference for CreatePhoneNumberOrder Operation CreatePhoneNumberOrderResponse EndCreatePhoneNumberOrder(IAsyncResult asyncResult); #endregion #region CreateProxySession /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateProxySession service method. /// /// The response from the CreateProxySession service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateProxySession Operation [Obsolete("Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace")] CreateProxySessionResponse CreateProxySession(CreateProxySessionRequest request); /// /// Initiates the asynchronous execution of the CreateProxySession operation. /// /// /// Container for the necessary parameters to execute the CreateProxySession operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateProxySession /// operation. /// REST API Reference for CreateProxySession Operation [Obsolete("Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginCreateProxySession(CreateProxySessionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateProxySession operation. /// /// /// The IAsyncResult returned by the call to BeginCreateProxySession. /// /// Returns a CreateProxySessionResult from Chime. /// REST API Reference for CreateProxySession Operation [Obsolete("Replaced by CreateProxySession in the Amazon Chime SDK Voice Namespace")] CreateProxySessionResponse EndCreateProxySession(IAsyncResult asyncResult); #endregion #region CreateRoom /// /// Creates a chat room for the specified Amazon Chime Enterprise account. /// /// Container for the necessary parameters to execute the CreateRoom service method. /// /// The response from the CreateRoom service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateRoom Operation CreateRoomResponse CreateRoom(CreateRoomRequest request); /// /// Initiates the asynchronous execution of the CreateRoom operation. /// /// /// Container for the necessary parameters to execute the CreateRoom operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateRoom /// operation. /// REST API Reference for CreateRoom Operation IAsyncResult BeginCreateRoom(CreateRoomRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateRoom operation. /// /// /// The IAsyncResult returned by the call to BeginCreateRoom. /// /// Returns a CreateRoomResult from Chime. /// REST API Reference for CreateRoom Operation CreateRoomResponse EndCreateRoom(IAsyncResult asyncResult); #endregion #region CreateRoomMembership /// /// 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. /// /// Container for the necessary parameters to execute the CreateRoomMembership service method. /// /// The response from the CreateRoomMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateRoomMembership Operation CreateRoomMembershipResponse CreateRoomMembership(CreateRoomMembershipRequest request); /// /// Initiates the asynchronous execution of the CreateRoomMembership operation. /// /// /// Container for the necessary parameters to execute the CreateRoomMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateRoomMembership /// operation. /// REST API Reference for CreateRoomMembership Operation IAsyncResult BeginCreateRoomMembership(CreateRoomMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateRoomMembership operation. /// /// /// The IAsyncResult returned by the call to BeginCreateRoomMembership. /// /// Returns a CreateRoomMembershipResult from Chime. /// REST API Reference for CreateRoomMembership Operation CreateRoomMembershipResponse EndCreateRoomMembership(IAsyncResult asyncResult); #endregion #region CreateSipMediaApplication /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateSipMediaApplication service method. /// /// The response from the CreateSipMediaApplication service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateSipMediaApplication Operation [Obsolete("Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace")] CreateSipMediaApplicationResponse CreateSipMediaApplication(CreateSipMediaApplicationRequest request); /// /// Initiates the asynchronous execution of the CreateSipMediaApplication operation. /// /// /// Container for the necessary parameters to execute the CreateSipMediaApplication operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateSipMediaApplication /// operation. /// REST API Reference for CreateSipMediaApplication Operation [Obsolete("Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginCreateSipMediaApplication(CreateSipMediaApplicationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateSipMediaApplication operation. /// /// /// The IAsyncResult returned by the call to BeginCreateSipMediaApplication. /// /// Returns a CreateSipMediaApplicationResult from Chime. /// REST API Reference for CreateSipMediaApplication Operation [Obsolete("Replaced by CreateSipMediaApplication in the Amazon Chime SDK Voice Namespace")] CreateSipMediaApplicationResponse EndCreateSipMediaApplication(IAsyncResult asyncResult); #endregion #region CreateSipMediaApplicationCall /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateSipMediaApplicationCall service method. /// /// The response from the CreateSipMediaApplicationCall service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateSipMediaApplicationCall Operation [Obsolete("Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace")] CreateSipMediaApplicationCallResponse CreateSipMediaApplicationCall(CreateSipMediaApplicationCallRequest request); /// /// Initiates the asynchronous execution of the CreateSipMediaApplicationCall operation. /// /// /// Container for the necessary parameters to execute the CreateSipMediaApplicationCall operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateSipMediaApplicationCall /// operation. /// REST API Reference for CreateSipMediaApplicationCall Operation [Obsolete("Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginCreateSipMediaApplicationCall(CreateSipMediaApplicationCallRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateSipMediaApplicationCall operation. /// /// /// The IAsyncResult returned by the call to BeginCreateSipMediaApplicationCall. /// /// Returns a CreateSipMediaApplicationCallResult from Chime. /// REST API Reference for CreateSipMediaApplicationCall Operation [Obsolete("Replaced by CreateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace")] CreateSipMediaApplicationCallResponse EndCreateSipMediaApplicationCall(IAsyncResult asyncResult); #endregion #region CreateSipRule /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateSipRule service method. /// /// The response from the CreateSipRule service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateSipRule Operation [Obsolete("Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace")] CreateSipRuleResponse CreateSipRule(CreateSipRuleRequest request); /// /// Initiates the asynchronous execution of the CreateSipRule operation. /// /// /// Container for the necessary parameters to execute the CreateSipRule operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateSipRule /// operation. /// REST API Reference for CreateSipRule Operation [Obsolete("Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginCreateSipRule(CreateSipRuleRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateSipRule operation. /// /// /// The IAsyncResult returned by the call to BeginCreateSipRule. /// /// Returns a CreateSipRuleResult from Chime. /// REST API Reference for CreateSipRule Operation [Obsolete("Replaced by CreateSipRule in the Amazon Chime SDK Voice Namespace")] CreateSipRuleResponse EndCreateSipRule(IAsyncResult asyncResult); #endregion #region CreateUser /// /// Creates a user under the specified Amazon Chime account. /// /// Container for the necessary parameters to execute the CreateUser service method. /// /// The response from the CreateUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateUser Operation CreateUserResponse CreateUser(CreateUserRequest request); /// /// Initiates the asynchronous execution of the CreateUser operation. /// /// /// Container for the necessary parameters to execute the CreateUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateUser /// operation. /// REST API Reference for CreateUser Operation IAsyncResult BeginCreateUser(CreateUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateUser operation. /// /// /// The IAsyncResult returned by the call to BeginCreateUser. /// /// Returns a CreateUserResult from Chime. /// REST API Reference for CreateUser Operation CreateUserResponse EndCreateUser(IAsyncResult asyncResult); #endregion #region CreateVoiceConnector /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateVoiceConnector service method. /// /// The response from the CreateVoiceConnector service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateVoiceConnector Operation [Obsolete("Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace")] CreateVoiceConnectorResponse CreateVoiceConnector(CreateVoiceConnectorRequest request); /// /// Initiates the asynchronous execution of the CreateVoiceConnector operation. /// /// /// Container for the necessary parameters to execute the CreateVoiceConnector operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateVoiceConnector /// operation. /// REST API Reference for CreateVoiceConnector Operation [Obsolete("Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginCreateVoiceConnector(CreateVoiceConnectorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateVoiceConnector operation. /// /// /// The IAsyncResult returned by the call to BeginCreateVoiceConnector. /// /// Returns a CreateVoiceConnectorResult from Chime. /// REST API Reference for CreateVoiceConnector Operation [Obsolete("Replaced by CreateVoiceConnector in the Amazon Chime SDK Voice Namespace")] CreateVoiceConnectorResponse EndCreateVoiceConnector(IAsyncResult asyncResult); #endregion #region CreateVoiceConnectorGroup /// /// 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. /// /// /// /// Container for the necessary parameters to execute the CreateVoiceConnectorGroup service method. /// /// The response from the CreateVoiceConnectorGroup service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for CreateVoiceConnectorGroup Operation [Obsolete("Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] CreateVoiceConnectorGroupResponse CreateVoiceConnectorGroup(CreateVoiceConnectorGroupRequest request); /// /// Initiates the asynchronous execution of the CreateVoiceConnectorGroup operation. /// /// /// Container for the necessary parameters to execute the CreateVoiceConnectorGroup operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateVoiceConnectorGroup /// operation. /// REST API Reference for CreateVoiceConnectorGroup Operation [Obsolete("Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginCreateVoiceConnectorGroup(CreateVoiceConnectorGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the CreateVoiceConnectorGroup operation. /// /// /// The IAsyncResult returned by the call to BeginCreateVoiceConnectorGroup. /// /// Returns a CreateVoiceConnectorGroupResult from Chime. /// REST API Reference for CreateVoiceConnectorGroup Operation [Obsolete("Replaced by CreateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] CreateVoiceConnectorGroupResponse EndCreateVoiceConnectorGroup(IAsyncResult asyncResult); #endregion #region DeleteAccount /// /// 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. /// /// /// Container for the necessary parameters to execute the DeleteAccount service method. /// /// The response from the DeleteAccount service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// /// The request was well-formed but was unable to be followed due to semantic errors. /// /// REST API Reference for DeleteAccount Operation DeleteAccountResponse DeleteAccount(DeleteAccountRequest request); /// /// Initiates the asynchronous execution of the DeleteAccount operation. /// /// /// Container for the necessary parameters to execute the DeleteAccount operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAccount /// operation. /// REST API Reference for DeleteAccount Operation IAsyncResult BeginDeleteAccount(DeleteAccountRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAccount operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAccount. /// /// Returns a DeleteAccountResult from Chime. /// REST API Reference for DeleteAccount Operation DeleteAccountResponse EndDeleteAccount(IAsyncResult asyncResult); #endregion #region DeleteAppInstance /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteAppInstance service method. /// /// The response from the DeleteAppInstance service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteAppInstance Operation [Obsolete("Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace")] DeleteAppInstanceResponse DeleteAppInstance(DeleteAppInstanceRequest request); /// /// Initiates the asynchronous execution of the DeleteAppInstance operation. /// /// /// Container for the necessary parameters to execute the DeleteAppInstance operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAppInstance /// operation. /// REST API Reference for DeleteAppInstance Operation [Obsolete("Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginDeleteAppInstance(DeleteAppInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAppInstance operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAppInstance. /// /// Returns a DeleteAppInstanceResult from Chime. /// REST API Reference for DeleteAppInstance Operation [Obsolete("Replaced by DeleteAppInstance in the Amazon Chime SDK Identity Namespace")] DeleteAppInstanceResponse EndDeleteAppInstance(IAsyncResult asyncResult); #endregion #region DeleteAppInstanceAdmin /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteAppInstanceAdmin service method. /// /// The response from the DeleteAppInstanceAdmin service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteAppInstanceAdmin Operation [Obsolete("Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] DeleteAppInstanceAdminResponse DeleteAppInstanceAdmin(DeleteAppInstanceAdminRequest request); /// /// Initiates the asynchronous execution of the DeleteAppInstanceAdmin operation. /// /// /// Container for the necessary parameters to execute the DeleteAppInstanceAdmin operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAppInstanceAdmin /// operation. /// REST API Reference for DeleteAppInstanceAdmin Operation [Obsolete("Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginDeleteAppInstanceAdmin(DeleteAppInstanceAdminRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAppInstanceAdmin operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAppInstanceAdmin. /// /// Returns a DeleteAppInstanceAdminResult from Chime. /// REST API Reference for DeleteAppInstanceAdmin Operation [Obsolete("Replaced by DeleteAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] DeleteAppInstanceAdminResponse EndDeleteAppInstanceAdmin(IAsyncResult asyncResult); #endregion #region DeleteAppInstanceStreamingConfigurations /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteAppInstanceStreamingConfigurations service method. /// /// The response from the DeleteAppInstanceStreamingConfigurations service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] DeleteAppInstanceStreamingConfigurationsResponse DeleteAppInstanceStreamingConfigurations(DeleteAppInstanceStreamingConfigurationsRequest request); /// /// Initiates the asynchronous execution of the DeleteAppInstanceStreamingConfigurations operation. /// /// /// Container for the necessary parameters to execute the DeleteAppInstanceStreamingConfigurations operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAppInstanceStreamingConfigurations /// operation. /// REST API Reference for DeleteAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDeleteAppInstanceStreamingConfigurations(DeleteAppInstanceStreamingConfigurationsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAppInstanceStreamingConfigurations operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAppInstanceStreamingConfigurations. /// /// Returns a DeleteAppInstanceStreamingConfigurationsResult from Chime. /// REST API Reference for DeleteAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by DeleteAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] DeleteAppInstanceStreamingConfigurationsResponse EndDeleteAppInstanceStreamingConfigurations(IAsyncResult asyncResult); #endregion #region DeleteAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteAppInstanceUser service method. /// /// The response from the DeleteAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteAppInstanceUser Operation [Obsolete("Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace")] DeleteAppInstanceUserResponse DeleteAppInstanceUser(DeleteAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the DeleteAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the DeleteAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAppInstanceUser /// operation. /// REST API Reference for DeleteAppInstanceUser Operation [Obsolete("Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginDeleteAppInstanceUser(DeleteAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAppInstanceUser. /// /// Returns a DeleteAppInstanceUserResult from Chime. /// REST API Reference for DeleteAppInstanceUser Operation [Obsolete("Replaced by DeleteAppInstanceUser in the Amazon Chime SDK Identity Namespace")] DeleteAppInstanceUserResponse EndDeleteAppInstanceUser(IAsyncResult asyncResult); #endregion #region DeleteAttendee /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteAttendee service method. /// /// The response from the DeleteAttendee service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteAttendee Operation [Obsolete("Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace")] DeleteAttendeeResponse DeleteAttendee(DeleteAttendeeRequest request); /// /// Initiates the asynchronous execution of the DeleteAttendee operation. /// /// /// Container for the necessary parameters to execute the DeleteAttendee operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteAttendee /// operation. /// REST API Reference for DeleteAttendee Operation [Obsolete("Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginDeleteAttendee(DeleteAttendeeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteAttendee operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteAttendee. /// /// Returns a DeleteAttendeeResult from Chime. /// REST API Reference for DeleteAttendee Operation [Obsolete("Replaced by DeleteAttendee in the Amazon Chime SDK Meetings Namespace")] DeleteAttendeeResponse EndDeleteAttendee(IAsyncResult asyncResult); #endregion #region DeleteChannel /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteChannel service method. /// /// The response from the DeleteChannel service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteChannel Operation [Obsolete("Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace")] DeleteChannelResponse DeleteChannel(DeleteChannelRequest request); /// /// Initiates the asynchronous execution of the DeleteChannel operation. /// /// /// Container for the necessary parameters to execute the DeleteChannel operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteChannel /// operation. /// REST API Reference for DeleteChannel Operation [Obsolete("Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDeleteChannel(DeleteChannelRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteChannel operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteChannel. /// /// Returns a DeleteChannelResult from Chime. /// REST API Reference for DeleteChannel Operation [Obsolete("Replaced by DeleteChannel in the Amazon Chime SDK Messaging Namespace")] DeleteChannelResponse EndDeleteChannel(IAsyncResult asyncResult); #endregion #region DeleteChannelBan /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteChannelBan service method. /// /// The response from the DeleteChannelBan service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteChannelBan Operation [Obsolete("Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace")] DeleteChannelBanResponse DeleteChannelBan(DeleteChannelBanRequest request); /// /// Initiates the asynchronous execution of the DeleteChannelBan operation. /// /// /// Container for the necessary parameters to execute the DeleteChannelBan operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteChannelBan /// operation. /// REST API Reference for DeleteChannelBan Operation [Obsolete("Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDeleteChannelBan(DeleteChannelBanRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteChannelBan operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteChannelBan. /// /// Returns a DeleteChannelBanResult from Chime. /// REST API Reference for DeleteChannelBan Operation [Obsolete("Replaced by DeleteChannelBan in the Amazon Chime SDK Messaging Namespace")] DeleteChannelBanResponse EndDeleteChannelBan(IAsyncResult asyncResult); #endregion #region DeleteChannelMembership /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteChannelMembership service method. /// /// The response from the DeleteChannelMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteChannelMembership Operation [Obsolete("Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace")] DeleteChannelMembershipResponse DeleteChannelMembership(DeleteChannelMembershipRequest request); /// /// Initiates the asynchronous execution of the DeleteChannelMembership operation. /// /// /// Container for the necessary parameters to execute the DeleteChannelMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteChannelMembership /// operation. /// REST API Reference for DeleteChannelMembership Operation [Obsolete("Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDeleteChannelMembership(DeleteChannelMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteChannelMembership operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteChannelMembership. /// /// Returns a DeleteChannelMembershipResult from Chime. /// REST API Reference for DeleteChannelMembership Operation [Obsolete("Replaced by DeleteChannelMembership in the Amazon Chime SDK Messaging Namespace")] DeleteChannelMembershipResponse EndDeleteChannelMembership(IAsyncResult asyncResult); #endregion #region DeleteChannelMessage /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteChannelMessage service method. /// /// The response from the DeleteChannelMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteChannelMessage Operation [Obsolete("Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace")] DeleteChannelMessageResponse DeleteChannelMessage(DeleteChannelMessageRequest request); /// /// Initiates the asynchronous execution of the DeleteChannelMessage operation. /// /// /// Container for the necessary parameters to execute the DeleteChannelMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteChannelMessage /// operation. /// REST API Reference for DeleteChannelMessage Operation [Obsolete("Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDeleteChannelMessage(DeleteChannelMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteChannelMessage operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteChannelMessage. /// /// Returns a DeleteChannelMessageResult from Chime. /// REST API Reference for DeleteChannelMessage Operation [Obsolete("Replaced by DeleteChannelMessage in the Amazon Chime SDK Messaging Namespace")] DeleteChannelMessageResponse EndDeleteChannelMessage(IAsyncResult asyncResult); #endregion #region DeleteChannelModerator /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteChannelModerator service method. /// /// The response from the DeleteChannelModerator service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteChannelModerator Operation [Obsolete("Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace")] DeleteChannelModeratorResponse DeleteChannelModerator(DeleteChannelModeratorRequest request); /// /// Initiates the asynchronous execution of the DeleteChannelModerator operation. /// /// /// Container for the necessary parameters to execute the DeleteChannelModerator operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteChannelModerator /// operation. /// REST API Reference for DeleteChannelModerator Operation [Obsolete("Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDeleteChannelModerator(DeleteChannelModeratorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteChannelModerator operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteChannelModerator. /// /// Returns a DeleteChannelModeratorResult from Chime. /// REST API Reference for DeleteChannelModerator Operation [Obsolete("Replaced by DeleteChannelModerator in the Amazon Chime SDK Messaging Namespace")] DeleteChannelModeratorResponse EndDeleteChannelModerator(IAsyncResult asyncResult); #endregion #region DeleteEventsConfiguration /// /// Deletes the events configuration that allows a bot to receive outgoing events. /// /// Container for the necessary parameters to execute the DeleteEventsConfiguration service method. /// /// The response from the DeleteEventsConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteEventsConfiguration Operation DeleteEventsConfigurationResponse DeleteEventsConfiguration(DeleteEventsConfigurationRequest request); /// /// Initiates the asynchronous execution of the DeleteEventsConfiguration operation. /// /// /// Container for the necessary parameters to execute the DeleteEventsConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteEventsConfiguration /// operation. /// REST API Reference for DeleteEventsConfiguration Operation IAsyncResult BeginDeleteEventsConfiguration(DeleteEventsConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteEventsConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteEventsConfiguration. /// /// Returns a DeleteEventsConfigurationResult from Chime. /// REST API Reference for DeleteEventsConfiguration Operation DeleteEventsConfigurationResponse EndDeleteEventsConfiguration(IAsyncResult asyncResult); #endregion #region DeleteMediaCapturePipeline /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteMediaCapturePipeline service method. /// /// The response from the DeleteMediaCapturePipeline service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteMediaCapturePipeline Operation [Obsolete("Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] DeleteMediaCapturePipelineResponse DeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request); /// /// Initiates the asynchronous execution of the DeleteMediaCapturePipeline operation. /// /// /// Container for the necessary parameters to execute the DeleteMediaCapturePipeline operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMediaCapturePipeline /// operation. /// REST API Reference for DeleteMediaCapturePipeline Operation [Obsolete("Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] IAsyncResult BeginDeleteMediaCapturePipeline(DeleteMediaCapturePipelineRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteMediaCapturePipeline operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteMediaCapturePipeline. /// /// Returns a DeleteMediaCapturePipelineResult from Chime. /// REST API Reference for DeleteMediaCapturePipeline Operation [Obsolete("Replaced by DeleteMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] DeleteMediaCapturePipelineResponse EndDeleteMediaCapturePipeline(IAsyncResult asyncResult); #endregion #region DeleteMeeting /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteMeeting service method. /// /// The response from the DeleteMeeting service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteMeeting Operation [Obsolete("Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace")] DeleteMeetingResponse DeleteMeeting(DeleteMeetingRequest request); /// /// Initiates the asynchronous execution of the DeleteMeeting operation. /// /// /// Container for the necessary parameters to execute the DeleteMeeting operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteMeeting /// operation. /// REST API Reference for DeleteMeeting Operation [Obsolete("Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginDeleteMeeting(DeleteMeetingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteMeeting operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteMeeting. /// /// Returns a DeleteMeetingResult from Chime. /// REST API Reference for DeleteMeeting Operation [Obsolete("Replaced by DeleteMeeting in the Amazon Chime SDK Meetings Namespace")] DeleteMeetingResponse EndDeleteMeeting(IAsyncResult asyncResult); #endregion #region DeletePhoneNumber /// /// 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. /// /// /// Container for the necessary parameters to execute the DeletePhoneNumber service method. /// /// The response from the DeletePhoneNumber service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeletePhoneNumber Operation DeletePhoneNumberResponse DeletePhoneNumber(DeletePhoneNumberRequest request); /// /// Initiates the asynchronous execution of the DeletePhoneNumber operation. /// /// /// Container for the necessary parameters to execute the DeletePhoneNumber operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeletePhoneNumber /// operation. /// REST API Reference for DeletePhoneNumber Operation IAsyncResult BeginDeletePhoneNumber(DeletePhoneNumberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeletePhoneNumber operation. /// /// /// The IAsyncResult returned by the call to BeginDeletePhoneNumber. /// /// Returns a DeletePhoneNumberResult from Chime. /// REST API Reference for DeletePhoneNumber Operation DeletePhoneNumberResponse EndDeletePhoneNumber(IAsyncResult asyncResult); #endregion #region DeleteProxySession /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteProxySession service method. /// /// The response from the DeleteProxySession service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteProxySession Operation [Obsolete("Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace")] DeleteProxySessionResponse DeleteProxySession(DeleteProxySessionRequest request); /// /// Initiates the asynchronous execution of the DeleteProxySession operation. /// /// /// Container for the necessary parameters to execute the DeleteProxySession operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteProxySession /// operation. /// REST API Reference for DeleteProxySession Operation [Obsolete("Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteProxySession(DeleteProxySessionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteProxySession operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteProxySession. /// /// Returns a DeleteProxySessionResult from Chime. /// REST API Reference for DeleteProxySession Operation [Obsolete("Replaced by DeleteProxySession in the Amazon Chime SDK Voice Namespace")] DeleteProxySessionResponse EndDeleteProxySession(IAsyncResult asyncResult); #endregion #region DeleteRoom /// /// Deletes a chat room in an Amazon Chime Enterprise account. /// /// Container for the necessary parameters to execute the DeleteRoom service method. /// /// The response from the DeleteRoom service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteRoom Operation DeleteRoomResponse DeleteRoom(DeleteRoomRequest request); /// /// Initiates the asynchronous execution of the DeleteRoom operation. /// /// /// Container for the necessary parameters to execute the DeleteRoom operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRoom /// operation. /// REST API Reference for DeleteRoom Operation IAsyncResult BeginDeleteRoom(DeleteRoomRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteRoom operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteRoom. /// /// Returns a DeleteRoomResult from Chime. /// REST API Reference for DeleteRoom Operation DeleteRoomResponse EndDeleteRoom(IAsyncResult asyncResult); #endregion #region DeleteRoomMembership /// /// Removes a member from a chat room in an Amazon Chime Enterprise account. /// /// Container for the necessary parameters to execute the DeleteRoomMembership service method. /// /// The response from the DeleteRoomMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteRoomMembership Operation DeleteRoomMembershipResponse DeleteRoomMembership(DeleteRoomMembershipRequest request); /// /// Initiates the asynchronous execution of the DeleteRoomMembership operation. /// /// /// Container for the necessary parameters to execute the DeleteRoomMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRoomMembership /// operation. /// REST API Reference for DeleteRoomMembership Operation IAsyncResult BeginDeleteRoomMembership(DeleteRoomMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteRoomMembership operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteRoomMembership. /// /// Returns a DeleteRoomMembershipResult from Chime. /// REST API Reference for DeleteRoomMembership Operation DeleteRoomMembershipResponse EndDeleteRoomMembership(IAsyncResult asyncResult); #endregion #region DeleteSipMediaApplication /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteSipMediaApplication service method. /// /// The response from the DeleteSipMediaApplication service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteSipMediaApplication Operation [Obsolete("Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace")] DeleteSipMediaApplicationResponse DeleteSipMediaApplication(DeleteSipMediaApplicationRequest request); /// /// Initiates the asynchronous execution of the DeleteSipMediaApplication operation. /// /// /// Container for the necessary parameters to execute the DeleteSipMediaApplication operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteSipMediaApplication /// operation. /// REST API Reference for DeleteSipMediaApplication Operation [Obsolete("Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteSipMediaApplication(DeleteSipMediaApplicationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteSipMediaApplication operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteSipMediaApplication. /// /// Returns a DeleteSipMediaApplicationResult from Chime. /// REST API Reference for DeleteSipMediaApplication Operation [Obsolete("Replaced by DeleteSipMediaApplication in the Amazon Chime SDK Voice Namespace")] DeleteSipMediaApplicationResponse EndDeleteSipMediaApplication(IAsyncResult asyncResult); #endregion #region DeleteSipRule /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteSipRule service method. /// /// The response from the DeleteSipRule service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteSipRule Operation [Obsolete("Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace")] DeleteSipRuleResponse DeleteSipRule(DeleteSipRuleRequest request); /// /// Initiates the asynchronous execution of the DeleteSipRule operation. /// /// /// Container for the necessary parameters to execute the DeleteSipRule operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteSipRule /// operation. /// REST API Reference for DeleteSipRule Operation [Obsolete("Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteSipRule(DeleteSipRuleRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteSipRule operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteSipRule. /// /// Returns a DeleteSipRuleResult from Chime. /// REST API Reference for DeleteSipRule Operation [Obsolete("Replaced by DeleteSipRule in the Amazon Chime SDK Voice Namespace")] DeleteSipRuleResponse EndDeleteSipRule(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnector /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnector service method. /// /// The response from the DeleteVoiceConnector service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnector Operation [Obsolete("Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorResponse DeleteVoiceConnector(DeleteVoiceConnectorRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnector operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnector operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnector /// operation. /// REST API Reference for DeleteVoiceConnector Operation [Obsolete("Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnector(DeleteVoiceConnectorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnector operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnector. /// /// Returns a DeleteVoiceConnectorResult from Chime. /// REST API Reference for DeleteVoiceConnector Operation [Obsolete("Replaced by DeleteVoiceConnector in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorResponse EndDeleteVoiceConnector(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorEmergencyCallingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorEmergencyCallingConfiguration service method. /// /// The response from the DeleteVoiceConnectorEmergencyCallingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorEmergencyCallingConfigurationResponse DeleteVoiceConnectorEmergencyCallingConfiguration(DeleteVoiceConnectorEmergencyCallingConfigurationRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorEmergencyCallingConfiguration operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorEmergencyCallingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorEmergencyCallingConfiguration /// operation. /// REST API Reference for DeleteVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorEmergencyCallingConfiguration(DeleteVoiceConnectorEmergencyCallingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorEmergencyCallingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorEmergencyCallingConfiguration. /// /// Returns a DeleteVoiceConnectorEmergencyCallingConfigurationResult from Chime. /// REST API Reference for DeleteVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by DeleteVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorEmergencyCallingConfigurationResponse EndDeleteVoiceConnectorEmergencyCallingConfiguration(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorGroup /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorGroup service method. /// /// The response from the DeleteVoiceConnectorGroup service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorGroup Operation [Obsolete("Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorGroupResponse DeleteVoiceConnectorGroup(DeleteVoiceConnectorGroupRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorGroup operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorGroup operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorGroup /// operation. /// REST API Reference for DeleteVoiceConnectorGroup Operation [Obsolete("Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorGroup(DeleteVoiceConnectorGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorGroup operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorGroup. /// /// Returns a DeleteVoiceConnectorGroupResult from Chime. /// REST API Reference for DeleteVoiceConnectorGroup Operation [Obsolete("Replaced by DeleteVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorGroupResponse EndDeleteVoiceConnectorGroup(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorOrigination /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorOrigination service method. /// /// The response from the DeleteVoiceConnectorOrigination service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorOrigination Operation [Obsolete("Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorOriginationResponse DeleteVoiceConnectorOrigination(DeleteVoiceConnectorOriginationRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorOrigination operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorOrigination operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorOrigination /// operation. /// REST API Reference for DeleteVoiceConnectorOrigination Operation [Obsolete("Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorOrigination(DeleteVoiceConnectorOriginationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorOrigination operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorOrigination. /// /// Returns a DeleteVoiceConnectorOriginationResult from Chime. /// REST API Reference for DeleteVoiceConnectorOrigination Operation [Obsolete("Replaced by DeleteVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorOriginationResponse EndDeleteVoiceConnectorOrigination(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorProxy /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorProxy service method. /// /// The response from the DeleteVoiceConnectorProxy service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorProxy Operation [Obsolete("Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorProxyResponse DeleteVoiceConnectorProxy(DeleteVoiceConnectorProxyRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorProxy operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorProxy operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorProxy /// operation. /// REST API Reference for DeleteVoiceConnectorProxy Operation [Obsolete("Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorProxy(DeleteVoiceConnectorProxyRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorProxy operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorProxy. /// /// Returns a DeleteVoiceConnectorProxyResult from Chime. /// REST API Reference for DeleteVoiceConnectorProxy Operation [Obsolete("Replaced by DeleteVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorProxyResponse EndDeleteVoiceConnectorProxy(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorStreamingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorStreamingConfiguration service method. /// /// The response from the DeleteVoiceConnectorStreamingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorStreamingConfigurationResponse DeleteVoiceConnectorStreamingConfiguration(DeleteVoiceConnectorStreamingConfigurationRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorStreamingConfiguration operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorStreamingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorStreamingConfiguration /// operation. /// REST API Reference for DeleteVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorStreamingConfiguration(DeleteVoiceConnectorStreamingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorStreamingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorStreamingConfiguration. /// /// Returns a DeleteVoiceConnectorStreamingConfigurationResult from Chime. /// REST API Reference for DeleteVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by DeleteVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorStreamingConfigurationResponse EndDeleteVoiceConnectorStreamingConfiguration(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorTermination /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorTermination service method. /// /// The response from the DeleteVoiceConnectorTermination service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorTermination Operation [Obsolete("Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorTerminationResponse DeleteVoiceConnectorTermination(DeleteVoiceConnectorTerminationRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorTermination operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorTermination operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorTermination /// operation. /// REST API Reference for DeleteVoiceConnectorTermination Operation [Obsolete("Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorTermination(DeleteVoiceConnectorTerminationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorTermination operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorTermination. /// /// Returns a DeleteVoiceConnectorTerminationResult from Chime. /// REST API Reference for DeleteVoiceConnectorTermination Operation [Obsolete("Replaced by DeleteVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorTerminationResponse EndDeleteVoiceConnectorTermination(IAsyncResult asyncResult); #endregion #region DeleteVoiceConnectorTerminationCredentials /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorTerminationCredentials service method. /// /// The response from the DeleteVoiceConnectorTerminationCredentials service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DeleteVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorTerminationCredentialsResponse DeleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest request); /// /// Initiates the asynchronous execution of the DeleteVoiceConnectorTerminationCredentials operation. /// /// /// Container for the necessary parameters to execute the DeleteVoiceConnectorTerminationCredentials operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteVoiceConnectorTerminationCredentials /// operation. /// REST API Reference for DeleteVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDeleteVoiceConnectorTerminationCredentials(DeleteVoiceConnectorTerminationCredentialsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DeleteVoiceConnectorTerminationCredentials operation. /// /// /// The IAsyncResult returned by the call to BeginDeleteVoiceConnectorTerminationCredentials. /// /// Returns a DeleteVoiceConnectorTerminationCredentialsResult from Chime. /// REST API Reference for DeleteVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by DeleteVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] DeleteVoiceConnectorTerminationCredentialsResponse EndDeleteVoiceConnectorTerminationCredentials(IAsyncResult asyncResult); #endregion #region DescribeAppInstance /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeAppInstance service method. /// /// The response from the DescribeAppInstance service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeAppInstance Operation [Obsolete("Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace")] DescribeAppInstanceResponse DescribeAppInstance(DescribeAppInstanceRequest request); /// /// Initiates the asynchronous execution of the DescribeAppInstance operation. /// /// /// Container for the necessary parameters to execute the DescribeAppInstance operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeAppInstance /// operation. /// REST API Reference for DescribeAppInstance Operation [Obsolete("Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginDescribeAppInstance(DescribeAppInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeAppInstance operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeAppInstance. /// /// Returns a DescribeAppInstanceResult from Chime. /// REST API Reference for DescribeAppInstance Operation [Obsolete("Replaced by DescribeAppInstance in the Amazon Chime SDK Identity Namespace")] DescribeAppInstanceResponse EndDescribeAppInstance(IAsyncResult asyncResult); #endregion #region DescribeAppInstanceAdmin /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeAppInstanceAdmin service method. /// /// The response from the DescribeAppInstanceAdmin service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeAppInstanceAdmin Operation [Obsolete("Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] DescribeAppInstanceAdminResponse DescribeAppInstanceAdmin(DescribeAppInstanceAdminRequest request); /// /// Initiates the asynchronous execution of the DescribeAppInstanceAdmin operation. /// /// /// Container for the necessary parameters to execute the DescribeAppInstanceAdmin operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeAppInstanceAdmin /// operation. /// REST API Reference for DescribeAppInstanceAdmin Operation [Obsolete("Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginDescribeAppInstanceAdmin(DescribeAppInstanceAdminRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeAppInstanceAdmin operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeAppInstanceAdmin. /// /// Returns a DescribeAppInstanceAdminResult from Chime. /// REST API Reference for DescribeAppInstanceAdmin Operation [Obsolete("Replaced by DescribeAppInstanceAdmin in the Amazon Chime SDK Identity Namespace")] DescribeAppInstanceAdminResponse EndDescribeAppInstanceAdmin(IAsyncResult asyncResult); #endregion #region DescribeAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeAppInstanceUser service method. /// /// The response from the DescribeAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeAppInstanceUser Operation [Obsolete("Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace")] DescribeAppInstanceUserResponse DescribeAppInstanceUser(DescribeAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the DescribeAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the DescribeAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeAppInstanceUser /// operation. /// REST API Reference for DescribeAppInstanceUser Operation [Obsolete("Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginDescribeAppInstanceUser(DescribeAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeAppInstanceUser. /// /// Returns a DescribeAppInstanceUserResult from Chime. /// REST API Reference for DescribeAppInstanceUser Operation [Obsolete("Replaced by DescribeAppInstanceUser in the Amazon Chime SDK Identity Namespace")] DescribeAppInstanceUserResponse EndDescribeAppInstanceUser(IAsyncResult asyncResult); #endregion #region DescribeChannel /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeChannel service method. /// /// The response from the DescribeChannel service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeChannel Operation [Obsolete("Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace")] DescribeChannelResponse DescribeChannel(DescribeChannelRequest request); /// /// Initiates the asynchronous execution of the DescribeChannel operation. /// /// /// Container for the necessary parameters to execute the DescribeChannel operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeChannel /// operation. /// REST API Reference for DescribeChannel Operation [Obsolete("Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDescribeChannel(DescribeChannelRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeChannel operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeChannel. /// /// Returns a DescribeChannelResult from Chime. /// REST API Reference for DescribeChannel Operation [Obsolete("Replaced by DescribeChannel in the Amazon Chime SDK Messaging Namespace")] DescribeChannelResponse EndDescribeChannel(IAsyncResult asyncResult); #endregion #region DescribeChannelBan /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeChannelBan service method. /// /// The response from the DescribeChannelBan service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeChannelBan Operation [Obsolete("Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace")] DescribeChannelBanResponse DescribeChannelBan(DescribeChannelBanRequest request); /// /// Initiates the asynchronous execution of the DescribeChannelBan operation. /// /// /// Container for the necessary parameters to execute the DescribeChannelBan operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeChannelBan /// operation. /// REST API Reference for DescribeChannelBan Operation [Obsolete("Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDescribeChannelBan(DescribeChannelBanRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeChannelBan operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeChannelBan. /// /// Returns a DescribeChannelBanResult from Chime. /// REST API Reference for DescribeChannelBan Operation [Obsolete("Replaced by DescribeChannelBan in the Amazon Chime SDK Messaging Namespace")] DescribeChannelBanResponse EndDescribeChannelBan(IAsyncResult asyncResult); #endregion #region DescribeChannelMembership /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeChannelMembership service method. /// /// The response from the DescribeChannelMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeChannelMembership Operation [Obsolete("Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace")] DescribeChannelMembershipResponse DescribeChannelMembership(DescribeChannelMembershipRequest request); /// /// Initiates the asynchronous execution of the DescribeChannelMembership operation. /// /// /// Container for the necessary parameters to execute the DescribeChannelMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeChannelMembership /// operation. /// REST API Reference for DescribeChannelMembership Operation [Obsolete("Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDescribeChannelMembership(DescribeChannelMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeChannelMembership operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeChannelMembership. /// /// Returns a DescribeChannelMembershipResult from Chime. /// REST API Reference for DescribeChannelMembership Operation [Obsolete("Replaced by DescribeChannelMembership in the Amazon Chime SDK Messaging Namespace")] DescribeChannelMembershipResponse EndDescribeChannelMembership(IAsyncResult asyncResult); #endregion #region DescribeChannelMembershipForAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeChannelMembershipForAppInstanceUser service method. /// /// The response from the DescribeChannelMembershipForAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeChannelMembershipForAppInstanceUser Operation [Obsolete("Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] DescribeChannelMembershipForAppInstanceUserResponse DescribeChannelMembershipForAppInstanceUser(DescribeChannelMembershipForAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the DescribeChannelMembershipForAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the DescribeChannelMembershipForAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeChannelMembershipForAppInstanceUser /// operation. /// REST API Reference for DescribeChannelMembershipForAppInstanceUser Operation [Obsolete("Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDescribeChannelMembershipForAppInstanceUser(DescribeChannelMembershipForAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeChannelMembershipForAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeChannelMembershipForAppInstanceUser. /// /// Returns a DescribeChannelMembershipForAppInstanceUserResult from Chime. /// REST API Reference for DescribeChannelMembershipForAppInstanceUser Operation [Obsolete("Replaced by DescribeChannelMembershipForAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] DescribeChannelMembershipForAppInstanceUserResponse EndDescribeChannelMembershipForAppInstanceUser(IAsyncResult asyncResult); #endregion #region DescribeChannelModeratedByAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeChannelModeratedByAppInstanceUser service method. /// /// The response from the DescribeChannelModeratedByAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeChannelModeratedByAppInstanceUser Operation [Obsolete("Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] DescribeChannelModeratedByAppInstanceUserResponse DescribeChannelModeratedByAppInstanceUser(DescribeChannelModeratedByAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the DescribeChannelModeratedByAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the DescribeChannelModeratedByAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeChannelModeratedByAppInstanceUser /// operation. /// REST API Reference for DescribeChannelModeratedByAppInstanceUser Operation [Obsolete("Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDescribeChannelModeratedByAppInstanceUser(DescribeChannelModeratedByAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeChannelModeratedByAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeChannelModeratedByAppInstanceUser. /// /// Returns a DescribeChannelModeratedByAppInstanceUserResult from Chime. /// REST API Reference for DescribeChannelModeratedByAppInstanceUser Operation [Obsolete("Replaced by DescribeChannelModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] DescribeChannelModeratedByAppInstanceUserResponse EndDescribeChannelModeratedByAppInstanceUser(IAsyncResult asyncResult); #endregion #region DescribeChannelModerator /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DescribeChannelModerator service method. /// /// The response from the DescribeChannelModerator service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DescribeChannelModerator Operation [Obsolete("Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace")] DescribeChannelModeratorResponse DescribeChannelModerator(DescribeChannelModeratorRequest request); /// /// Initiates the asynchronous execution of the DescribeChannelModerator operation. /// /// /// Container for the necessary parameters to execute the DescribeChannelModerator operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeChannelModerator /// operation. /// REST API Reference for DescribeChannelModerator Operation [Obsolete("Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginDescribeChannelModerator(DescribeChannelModeratorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DescribeChannelModerator operation. /// /// /// The IAsyncResult returned by the call to BeginDescribeChannelModerator. /// /// Returns a DescribeChannelModeratorResult from Chime. /// REST API Reference for DescribeChannelModerator Operation [Obsolete("Replaced by DescribeChannelModerator in the Amazon Chime SDK Messaging Namespace")] DescribeChannelModeratorResponse EndDescribeChannelModerator(IAsyncResult asyncResult); #endregion #region DisassociatePhoneNumberFromUser /// /// Disassociates the primary provisioned phone number from the specified Amazon Chime /// user. /// /// Container for the necessary parameters to execute the DisassociatePhoneNumberFromUser service method. /// /// The response from the DisassociatePhoneNumberFromUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DisassociatePhoneNumberFromUser Operation DisassociatePhoneNumberFromUserResponse DisassociatePhoneNumberFromUser(DisassociatePhoneNumberFromUserRequest request); /// /// Initiates the asynchronous execution of the DisassociatePhoneNumberFromUser operation. /// /// /// Container for the necessary parameters to execute the DisassociatePhoneNumberFromUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDisassociatePhoneNumberFromUser /// operation. /// REST API Reference for DisassociatePhoneNumberFromUser Operation IAsyncResult BeginDisassociatePhoneNumberFromUser(DisassociatePhoneNumberFromUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DisassociatePhoneNumberFromUser operation. /// /// /// The IAsyncResult returned by the call to BeginDisassociatePhoneNumberFromUser. /// /// Returns a DisassociatePhoneNumberFromUserResult from Chime. /// REST API Reference for DisassociatePhoneNumberFromUser Operation DisassociatePhoneNumberFromUserResponse EndDisassociatePhoneNumberFromUser(IAsyncResult asyncResult); #endregion #region DisassociatePhoneNumbersFromVoiceConnector /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DisassociatePhoneNumbersFromVoiceConnector service method. /// /// The response from the DisassociatePhoneNumbersFromVoiceConnector service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DisassociatePhoneNumbersFromVoiceConnector Operation [Obsolete("Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace")] DisassociatePhoneNumbersFromVoiceConnectorResponse DisassociatePhoneNumbersFromVoiceConnector(DisassociatePhoneNumbersFromVoiceConnectorRequest request); /// /// Initiates the asynchronous execution of the DisassociatePhoneNumbersFromVoiceConnector operation. /// /// /// Container for the necessary parameters to execute the DisassociatePhoneNumbersFromVoiceConnector operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDisassociatePhoneNumbersFromVoiceConnector /// operation. /// REST API Reference for DisassociatePhoneNumbersFromVoiceConnector Operation [Obsolete("Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDisassociatePhoneNumbersFromVoiceConnector(DisassociatePhoneNumbersFromVoiceConnectorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DisassociatePhoneNumbersFromVoiceConnector operation. /// /// /// The IAsyncResult returned by the call to BeginDisassociatePhoneNumbersFromVoiceConnector. /// /// Returns a DisassociatePhoneNumbersFromVoiceConnectorResult from Chime. /// REST API Reference for DisassociatePhoneNumbersFromVoiceConnector Operation [Obsolete("Replaced by DisassociatePhoneNumbersFromVoiceConnector in the Amazon Chime SDK Voice Namespace")] DisassociatePhoneNumbersFromVoiceConnectorResponse EndDisassociatePhoneNumbersFromVoiceConnector(IAsyncResult asyncResult); #endregion #region DisassociatePhoneNumbersFromVoiceConnectorGroup /// /// 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. /// /// /// /// Container for the necessary parameters to execute the DisassociatePhoneNumbersFromVoiceConnectorGroup service method. /// /// The response from the DisassociatePhoneNumbersFromVoiceConnectorGroup service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DisassociatePhoneNumbersFromVoiceConnectorGroup Operation [Obsolete("Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] DisassociatePhoneNumbersFromVoiceConnectorGroupResponse DisassociatePhoneNumbersFromVoiceConnectorGroup(DisassociatePhoneNumbersFromVoiceConnectorGroupRequest request); /// /// Initiates the asynchronous execution of the DisassociatePhoneNumbersFromVoiceConnectorGroup operation. /// /// /// Container for the necessary parameters to execute the DisassociatePhoneNumbersFromVoiceConnectorGroup operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDisassociatePhoneNumbersFromVoiceConnectorGroup /// operation. /// REST API Reference for DisassociatePhoneNumbersFromVoiceConnectorGroup Operation [Obsolete("Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginDisassociatePhoneNumbersFromVoiceConnectorGroup(DisassociatePhoneNumbersFromVoiceConnectorGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DisassociatePhoneNumbersFromVoiceConnectorGroup operation. /// /// /// The IAsyncResult returned by the call to BeginDisassociatePhoneNumbersFromVoiceConnectorGroup. /// /// Returns a DisassociatePhoneNumbersFromVoiceConnectorGroupResult from Chime. /// REST API Reference for DisassociatePhoneNumbersFromVoiceConnectorGroup Operation [Obsolete("Replaced by DisassociatePhoneNumbersFromVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] DisassociatePhoneNumbersFromVoiceConnectorGroupResponse EndDisassociatePhoneNumbersFromVoiceConnectorGroup(IAsyncResult asyncResult); #endregion #region DisassociateSigninDelegateGroupsFromAccount /// /// Disassociates the specified sign-in delegate groups from the specified Amazon Chime /// account. /// /// Container for the necessary parameters to execute the DisassociateSigninDelegateGroupsFromAccount service method. /// /// The response from the DisassociateSigninDelegateGroupsFromAccount service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for DisassociateSigninDelegateGroupsFromAccount Operation DisassociateSigninDelegateGroupsFromAccountResponse DisassociateSigninDelegateGroupsFromAccount(DisassociateSigninDelegateGroupsFromAccountRequest request); /// /// Initiates the asynchronous execution of the DisassociateSigninDelegateGroupsFromAccount operation. /// /// /// Container for the necessary parameters to execute the DisassociateSigninDelegateGroupsFromAccount operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDisassociateSigninDelegateGroupsFromAccount /// operation. /// REST API Reference for DisassociateSigninDelegateGroupsFromAccount Operation IAsyncResult BeginDisassociateSigninDelegateGroupsFromAccount(DisassociateSigninDelegateGroupsFromAccountRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the DisassociateSigninDelegateGroupsFromAccount operation. /// /// /// The IAsyncResult returned by the call to BeginDisassociateSigninDelegateGroupsFromAccount. /// /// Returns a DisassociateSigninDelegateGroupsFromAccountResult from Chime. /// REST API Reference for DisassociateSigninDelegateGroupsFromAccount Operation DisassociateSigninDelegateGroupsFromAccountResponse EndDisassociateSigninDelegateGroupsFromAccount(IAsyncResult asyncResult); #endregion #region GetAccount /// /// Retrieves details for the specified Amazon Chime account, such as account type and /// supported licenses. /// /// Container for the necessary parameters to execute the GetAccount service method. /// /// The response from the GetAccount service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetAccount Operation GetAccountResponse GetAccount(GetAccountRequest request); /// /// Initiates the asynchronous execution of the GetAccount operation. /// /// /// Container for the necessary parameters to execute the GetAccount operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAccount /// operation. /// REST API Reference for GetAccount Operation IAsyncResult BeginGetAccount(GetAccountRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetAccount operation. /// /// /// The IAsyncResult returned by the call to BeginGetAccount. /// /// Returns a GetAccountResult from Chime. /// REST API Reference for GetAccount Operation GetAccountResponse EndGetAccount(IAsyncResult asyncResult); #endregion #region GetAccountSettings /// /// 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. /// /// Container for the necessary parameters to execute the GetAccountSettings service method. /// /// The response from the GetAccountSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetAccountSettings Operation GetAccountSettingsResponse GetAccountSettings(GetAccountSettingsRequest request); /// /// Initiates the asynchronous execution of the GetAccountSettings operation. /// /// /// Container for the necessary parameters to execute the GetAccountSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAccountSettings /// operation. /// REST API Reference for GetAccountSettings Operation IAsyncResult BeginGetAccountSettings(GetAccountSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetAccountSettings operation. /// /// /// The IAsyncResult returned by the call to BeginGetAccountSettings. /// /// Returns a GetAccountSettingsResult from Chime. /// REST API Reference for GetAccountSettings Operation GetAccountSettingsResponse EndGetAccountSettings(IAsyncResult asyncResult); #endregion #region GetAppInstanceRetentionSettings /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetAppInstanceRetentionSettings service method. /// /// The response from the GetAppInstanceRetentionSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetAppInstanceRetentionSettings Operation [Obsolete("Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")] GetAppInstanceRetentionSettingsResponse GetAppInstanceRetentionSettings(GetAppInstanceRetentionSettingsRequest request); /// /// Initiates the asynchronous execution of the GetAppInstanceRetentionSettings operation. /// /// /// Container for the necessary parameters to execute the GetAppInstanceRetentionSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAppInstanceRetentionSettings /// operation. /// REST API Reference for GetAppInstanceRetentionSettings Operation [Obsolete("Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginGetAppInstanceRetentionSettings(GetAppInstanceRetentionSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetAppInstanceRetentionSettings operation. /// /// /// The IAsyncResult returned by the call to BeginGetAppInstanceRetentionSettings. /// /// Returns a GetAppInstanceRetentionSettingsResult from Chime. /// REST API Reference for GetAppInstanceRetentionSettings Operation [Obsolete("Replaced by GetAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")] GetAppInstanceRetentionSettingsResponse EndGetAppInstanceRetentionSettings(IAsyncResult asyncResult); #endregion #region GetAppInstanceStreamingConfigurations /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetAppInstanceStreamingConfigurations service method. /// /// The response from the GetAppInstanceStreamingConfigurations service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] GetAppInstanceStreamingConfigurationsResponse GetAppInstanceStreamingConfigurations(GetAppInstanceStreamingConfigurationsRequest request); /// /// Initiates the asynchronous execution of the GetAppInstanceStreamingConfigurations operation. /// /// /// Container for the necessary parameters to execute the GetAppInstanceStreamingConfigurations operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAppInstanceStreamingConfigurations /// operation. /// REST API Reference for GetAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginGetAppInstanceStreamingConfigurations(GetAppInstanceStreamingConfigurationsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetAppInstanceStreamingConfigurations operation. /// /// /// The IAsyncResult returned by the call to BeginGetAppInstanceStreamingConfigurations. /// /// Returns a GetAppInstanceStreamingConfigurationsResult from Chime. /// REST API Reference for GetAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by GetAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] GetAppInstanceStreamingConfigurationsResponse EndGetAppInstanceStreamingConfigurations(IAsyncResult asyncResult); #endregion #region GetAttendee /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetAttendee service method. /// /// The response from the GetAttendee service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetAttendee Operation [Obsolete("Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace")] GetAttendeeResponse GetAttendee(GetAttendeeRequest request); /// /// Initiates the asynchronous execution of the GetAttendee operation. /// /// /// Container for the necessary parameters to execute the GetAttendee operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetAttendee /// operation. /// REST API Reference for GetAttendee Operation [Obsolete("Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginGetAttendee(GetAttendeeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetAttendee operation. /// /// /// The IAsyncResult returned by the call to BeginGetAttendee. /// /// Returns a GetAttendeeResult from Chime. /// REST API Reference for GetAttendee Operation [Obsolete("Replaced by GetAttendee in the Amazon Chime SDK Meetings Namespace")] GetAttendeeResponse EndGetAttendee(IAsyncResult asyncResult); #endregion #region GetBot /// /// Retrieves details for the specified bot, such as bot email address, bot type, status, /// and display name. /// /// Container for the necessary parameters to execute the GetBot service method. /// /// The response from the GetBot service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetBot Operation GetBotResponse GetBot(GetBotRequest request); /// /// Initiates the asynchronous execution of the GetBot operation. /// /// /// Container for the necessary parameters to execute the GetBot operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetBot /// operation. /// REST API Reference for GetBot Operation IAsyncResult BeginGetBot(GetBotRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetBot operation. /// /// /// The IAsyncResult returned by the call to BeginGetBot. /// /// Returns a GetBotResult from Chime. /// REST API Reference for GetBot Operation GetBotResponse EndGetBot(IAsyncResult asyncResult); #endregion #region GetChannelMessage /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetChannelMessage service method. /// /// The response from the GetChannelMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetChannelMessage Operation [Obsolete("Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace")] GetChannelMessageResponse GetChannelMessage(GetChannelMessageRequest request); /// /// Initiates the asynchronous execution of the GetChannelMessage operation. /// /// /// Container for the necessary parameters to execute the GetChannelMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetChannelMessage /// operation. /// REST API Reference for GetChannelMessage Operation [Obsolete("Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginGetChannelMessage(GetChannelMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetChannelMessage operation. /// /// /// The IAsyncResult returned by the call to BeginGetChannelMessage. /// /// Returns a GetChannelMessageResult from Chime. /// REST API Reference for GetChannelMessage Operation [Obsolete("Replaced by GetChannelMessage in the Amazon Chime SDK Messaging Namespace")] GetChannelMessageResponse EndGetChannelMessage(IAsyncResult asyncResult); #endregion #region GetEventsConfiguration /// /// Gets details for an events configuration that allows a bot to receive outgoing events, /// such as an HTTPS endpoint or Lambda function ARN. /// /// Container for the necessary parameters to execute the GetEventsConfiguration service method. /// /// The response from the GetEventsConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetEventsConfiguration Operation GetEventsConfigurationResponse GetEventsConfiguration(GetEventsConfigurationRequest request); /// /// Initiates the asynchronous execution of the GetEventsConfiguration operation. /// /// /// Container for the necessary parameters to execute the GetEventsConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetEventsConfiguration /// operation. /// REST API Reference for GetEventsConfiguration Operation IAsyncResult BeginGetEventsConfiguration(GetEventsConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetEventsConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginGetEventsConfiguration. /// /// Returns a GetEventsConfigurationResult from Chime. /// REST API Reference for GetEventsConfiguration Operation GetEventsConfigurationResponse EndGetEventsConfiguration(IAsyncResult asyncResult); #endregion #region GetGlobalSettings /// /// Retrieves global settings for the administrator's AWS account, such as Amazon Chime /// Business Calling and Amazon Chime Voice Connector settings. /// /// Container for the necessary parameters to execute the GetGlobalSettings service method. /// /// The response from the GetGlobalSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetGlobalSettings Operation GetGlobalSettingsResponse GetGlobalSettings(GetGlobalSettingsRequest request); /// /// Initiates the asynchronous execution of the GetGlobalSettings operation. /// /// /// Container for the necessary parameters to execute the GetGlobalSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetGlobalSettings /// operation. /// REST API Reference for GetGlobalSettings Operation IAsyncResult BeginGetGlobalSettings(GetGlobalSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetGlobalSettings operation. /// /// /// The IAsyncResult returned by the call to BeginGetGlobalSettings. /// /// Returns a GetGlobalSettingsResult from Chime. /// REST API Reference for GetGlobalSettings Operation GetGlobalSettingsResponse EndGetGlobalSettings(IAsyncResult asyncResult); #endregion #region GetMediaCapturePipeline /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetMediaCapturePipeline service method. /// /// The response from the GetMediaCapturePipeline service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetMediaCapturePipeline Operation [Obsolete("Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] GetMediaCapturePipelineResponse GetMediaCapturePipeline(GetMediaCapturePipelineRequest request); /// /// Initiates the asynchronous execution of the GetMediaCapturePipeline operation. /// /// /// Container for the necessary parameters to execute the GetMediaCapturePipeline operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMediaCapturePipeline /// operation. /// REST API Reference for GetMediaCapturePipeline Operation [Obsolete("Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] IAsyncResult BeginGetMediaCapturePipeline(GetMediaCapturePipelineRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetMediaCapturePipeline operation. /// /// /// The IAsyncResult returned by the call to BeginGetMediaCapturePipeline. /// /// Returns a GetMediaCapturePipelineResult from Chime. /// REST API Reference for GetMediaCapturePipeline Operation [Obsolete("Replaced by GetMediaCapturePipeline in the Amazon Chime SDK Media Pipelines Namespace")] GetMediaCapturePipelineResponse EndGetMediaCapturePipeline(IAsyncResult asyncResult); #endregion #region GetMeeting /// /// /// /// 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 . /// /// /// Container for the necessary parameters to execute the GetMeeting service method. /// /// The response from the GetMeeting service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetMeeting Operation [Obsolete("Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace")] GetMeetingResponse GetMeeting(GetMeetingRequest request); /// /// Initiates the asynchronous execution of the GetMeeting operation. /// /// /// Container for the necessary parameters to execute the GetMeeting operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMeeting /// operation. /// REST API Reference for GetMeeting Operation [Obsolete("Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginGetMeeting(GetMeetingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetMeeting operation. /// /// /// The IAsyncResult returned by the call to BeginGetMeeting. /// /// Returns a GetMeetingResult from Chime. /// REST API Reference for GetMeeting Operation [Obsolete("Replaced by GetMeeting in the Amazon Chime SDK Meetings Namespace")] GetMeetingResponse EndGetMeeting(IAsyncResult asyncResult); #endregion #region GetMessagingSessionEndpoint /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetMessagingSessionEndpoint service method. /// /// The response from the GetMessagingSessionEndpoint service method, as returned by Chime. /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetMessagingSessionEndpoint Operation [Obsolete("Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace")] GetMessagingSessionEndpointResponse GetMessagingSessionEndpoint(GetMessagingSessionEndpointRequest request); /// /// Initiates the asynchronous execution of the GetMessagingSessionEndpoint operation. /// /// /// Container for the necessary parameters to execute the GetMessagingSessionEndpoint operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetMessagingSessionEndpoint /// operation. /// REST API Reference for GetMessagingSessionEndpoint Operation [Obsolete("Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginGetMessagingSessionEndpoint(GetMessagingSessionEndpointRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetMessagingSessionEndpoint operation. /// /// /// The IAsyncResult returned by the call to BeginGetMessagingSessionEndpoint. /// /// Returns a GetMessagingSessionEndpointResult from Chime. /// REST API Reference for GetMessagingSessionEndpoint Operation [Obsolete("Replaced by GetMessagingSessionEndpoint in the Amazon Chime SDK Messaging Namespace")] GetMessagingSessionEndpointResponse EndGetMessagingSessionEndpoint(IAsyncResult asyncResult); #endregion #region GetPhoneNumber /// /// Retrieves details for the specified phone number ID, such as associations, capabilities, /// and product type. /// /// Container for the necessary parameters to execute the GetPhoneNumber service method. /// /// The response from the GetPhoneNumber service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetPhoneNumber Operation GetPhoneNumberResponse GetPhoneNumber(GetPhoneNumberRequest request); /// /// Initiates the asynchronous execution of the GetPhoneNumber operation. /// /// /// Container for the necessary parameters to execute the GetPhoneNumber operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetPhoneNumber /// operation. /// REST API Reference for GetPhoneNumber Operation IAsyncResult BeginGetPhoneNumber(GetPhoneNumberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetPhoneNumber operation. /// /// /// The IAsyncResult returned by the call to BeginGetPhoneNumber. /// /// Returns a GetPhoneNumberResult from Chime. /// REST API Reference for GetPhoneNumber Operation GetPhoneNumberResponse EndGetPhoneNumber(IAsyncResult asyncResult); #endregion #region GetPhoneNumberOrder /// /// 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. /// /// Container for the necessary parameters to execute the GetPhoneNumberOrder service method. /// /// The response from the GetPhoneNumberOrder service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetPhoneNumberOrder Operation GetPhoneNumberOrderResponse GetPhoneNumberOrder(GetPhoneNumberOrderRequest request); /// /// Initiates the asynchronous execution of the GetPhoneNumberOrder operation. /// /// /// Container for the necessary parameters to execute the GetPhoneNumberOrder operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetPhoneNumberOrder /// operation. /// REST API Reference for GetPhoneNumberOrder Operation IAsyncResult BeginGetPhoneNumberOrder(GetPhoneNumberOrderRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetPhoneNumberOrder operation. /// /// /// The IAsyncResult returned by the call to BeginGetPhoneNumberOrder. /// /// Returns a GetPhoneNumberOrderResult from Chime. /// REST API Reference for GetPhoneNumberOrder Operation GetPhoneNumberOrderResponse EndGetPhoneNumberOrder(IAsyncResult asyncResult); #endregion #region GetPhoneNumberSettings /// /// Retrieves the phone number settings for the administrator's AWS account, such as the /// default outbound calling name. /// /// Container for the necessary parameters to execute the GetPhoneNumberSettings service method. /// /// The response from the GetPhoneNumberSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetPhoneNumberSettings Operation GetPhoneNumberSettingsResponse GetPhoneNumberSettings(GetPhoneNumberSettingsRequest request); /// /// Initiates the asynchronous execution of the GetPhoneNumberSettings operation. /// /// /// Container for the necessary parameters to execute the GetPhoneNumberSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetPhoneNumberSettings /// operation. /// REST API Reference for GetPhoneNumberSettings Operation IAsyncResult BeginGetPhoneNumberSettings(GetPhoneNumberSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetPhoneNumberSettings operation. /// /// /// The IAsyncResult returned by the call to BeginGetPhoneNumberSettings. /// /// Returns a GetPhoneNumberSettingsResult from Chime. /// REST API Reference for GetPhoneNumberSettings Operation GetPhoneNumberSettingsResponse EndGetPhoneNumberSettings(IAsyncResult asyncResult); #endregion #region GetProxySession /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetProxySession service method. /// /// The response from the GetProxySession service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetProxySession Operation [Obsolete("Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace")] GetProxySessionResponse GetProxySession(GetProxySessionRequest request); /// /// Initiates the asynchronous execution of the GetProxySession operation. /// /// /// Container for the necessary parameters to execute the GetProxySession operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetProxySession /// operation. /// REST API Reference for GetProxySession Operation [Obsolete("Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetProxySession(GetProxySessionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetProxySession operation. /// /// /// The IAsyncResult returned by the call to BeginGetProxySession. /// /// Returns a GetProxySessionResult from Chime. /// REST API Reference for GetProxySession Operation [Obsolete("Replaced by GetProxySession in the Amazon Chime SDK Voice Namespace")] GetProxySessionResponse EndGetProxySession(IAsyncResult asyncResult); #endregion #region GetRetentionSettings /// /// 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. /// /// Container for the necessary parameters to execute the GetRetentionSettings service method. /// /// The response from the GetRetentionSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetRetentionSettings Operation GetRetentionSettingsResponse GetRetentionSettings(GetRetentionSettingsRequest request); /// /// Initiates the asynchronous execution of the GetRetentionSettings operation. /// /// /// Container for the necessary parameters to execute the GetRetentionSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRetentionSettings /// operation. /// REST API Reference for GetRetentionSettings Operation IAsyncResult BeginGetRetentionSettings(GetRetentionSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetRetentionSettings operation. /// /// /// The IAsyncResult returned by the call to BeginGetRetentionSettings. /// /// Returns a GetRetentionSettingsResult from Chime. /// REST API Reference for GetRetentionSettings Operation GetRetentionSettingsResponse EndGetRetentionSettings(IAsyncResult asyncResult); #endregion #region GetRoom /// /// Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise /// account. /// /// Container for the necessary parameters to execute the GetRoom service method. /// /// The response from the GetRoom service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetRoom Operation GetRoomResponse GetRoom(GetRoomRequest request); /// /// Initiates the asynchronous execution of the GetRoom operation. /// /// /// Container for the necessary parameters to execute the GetRoom operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetRoom /// operation. /// REST API Reference for GetRoom Operation IAsyncResult BeginGetRoom(GetRoomRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetRoom operation. /// /// /// The IAsyncResult returned by the call to BeginGetRoom. /// /// Returns a GetRoomResult from Chime. /// REST API Reference for GetRoom Operation GetRoomResponse EndGetRoom(IAsyncResult asyncResult); #endregion #region GetSipMediaApplication /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetSipMediaApplication service method. /// /// The response from the GetSipMediaApplication service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetSipMediaApplication Operation [Obsolete("Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace")] GetSipMediaApplicationResponse GetSipMediaApplication(GetSipMediaApplicationRequest request); /// /// Initiates the asynchronous execution of the GetSipMediaApplication operation. /// /// /// Container for the necessary parameters to execute the GetSipMediaApplication operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetSipMediaApplication /// operation. /// REST API Reference for GetSipMediaApplication Operation [Obsolete("Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetSipMediaApplication(GetSipMediaApplicationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetSipMediaApplication operation. /// /// /// The IAsyncResult returned by the call to BeginGetSipMediaApplication. /// /// Returns a GetSipMediaApplicationResult from Chime. /// REST API Reference for GetSipMediaApplication Operation [Obsolete("Replaced by GetSipMediaApplication in the Amazon Chime SDK Voice Namespace")] GetSipMediaApplicationResponse EndGetSipMediaApplication(IAsyncResult asyncResult); #endregion #region GetSipMediaApplicationLoggingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetSipMediaApplicationLoggingConfiguration service method. /// /// The response from the GetSipMediaApplicationLoggingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetSipMediaApplicationLoggingConfiguration Operation [Obsolete("Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] GetSipMediaApplicationLoggingConfigurationResponse GetSipMediaApplicationLoggingConfiguration(GetSipMediaApplicationLoggingConfigurationRequest request); /// /// Initiates the asynchronous execution of the GetSipMediaApplicationLoggingConfiguration operation. /// /// /// Container for the necessary parameters to execute the GetSipMediaApplicationLoggingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetSipMediaApplicationLoggingConfiguration /// operation. /// REST API Reference for GetSipMediaApplicationLoggingConfiguration Operation [Obsolete("Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetSipMediaApplicationLoggingConfiguration(GetSipMediaApplicationLoggingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetSipMediaApplicationLoggingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginGetSipMediaApplicationLoggingConfiguration. /// /// Returns a GetSipMediaApplicationLoggingConfigurationResult from Chime. /// REST API Reference for GetSipMediaApplicationLoggingConfiguration Operation [Obsolete("Replaced by GetSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] GetSipMediaApplicationLoggingConfigurationResponse EndGetSipMediaApplicationLoggingConfiguration(IAsyncResult asyncResult); #endregion #region GetSipRule /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetSipRule service method. /// /// The response from the GetSipRule service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetSipRule Operation [Obsolete("Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace")] GetSipRuleResponse GetSipRule(GetSipRuleRequest request); /// /// Initiates the asynchronous execution of the GetSipRule operation. /// /// /// Container for the necessary parameters to execute the GetSipRule operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetSipRule /// operation. /// REST API Reference for GetSipRule Operation [Obsolete("Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetSipRule(GetSipRuleRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetSipRule operation. /// /// /// The IAsyncResult returned by the call to BeginGetSipRule. /// /// Returns a GetSipRuleResult from Chime. /// REST API Reference for GetSipRule Operation [Obsolete("Replaced by GetSipRule in the Amazon Chime SDK Voice Namespace")] GetSipRuleResponse EndGetSipRule(IAsyncResult asyncResult); #endregion #region GetUser /// /// 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. /// /// /// Container for the necessary parameters to execute the GetUser service method. /// /// The response from the GetUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetUser Operation GetUserResponse GetUser(GetUserRequest request); /// /// Initiates the asynchronous execution of the GetUser operation. /// /// /// Container for the necessary parameters to execute the GetUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetUser /// operation. /// REST API Reference for GetUser Operation IAsyncResult BeginGetUser(GetUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetUser operation. /// /// /// The IAsyncResult returned by the call to BeginGetUser. /// /// Returns a GetUserResult from Chime. /// REST API Reference for GetUser Operation GetUserResponse EndGetUser(IAsyncResult asyncResult); #endregion #region GetUserSettings /// /// Retrieves settings for the specified user ID, such as any associated phone number /// settings. /// /// Container for the necessary parameters to execute the GetUserSettings service method. /// /// The response from the GetUserSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetUserSettings Operation GetUserSettingsResponse GetUserSettings(GetUserSettingsRequest request); /// /// Initiates the asynchronous execution of the GetUserSettings operation. /// /// /// Container for the necessary parameters to execute the GetUserSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetUserSettings /// operation. /// REST API Reference for GetUserSettings Operation IAsyncResult BeginGetUserSettings(GetUserSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetUserSettings operation. /// /// /// The IAsyncResult returned by the call to BeginGetUserSettings. /// /// Returns a GetUserSettingsResult from Chime. /// REST API Reference for GetUserSettings Operation GetUserSettingsResponse EndGetUserSettings(IAsyncResult asyncResult); #endregion #region GetVoiceConnector /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnector service method. /// /// The response from the GetVoiceConnector service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnector Operation [Obsolete("Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorResponse GetVoiceConnector(GetVoiceConnectorRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnector operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnector operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnector /// operation. /// REST API Reference for GetVoiceConnector Operation [Obsolete("Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnector(GetVoiceConnectorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnector operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnector. /// /// Returns a GetVoiceConnectorResult from Chime. /// REST API Reference for GetVoiceConnector Operation [Obsolete("Replaced by GetVoiceConnector in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorResponse EndGetVoiceConnector(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorEmergencyCallingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorEmergencyCallingConfiguration service method. /// /// The response from the GetVoiceConnectorEmergencyCallingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorEmergencyCallingConfigurationResponse GetVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorEmergencyCallingConfiguration operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorEmergencyCallingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorEmergencyCallingConfiguration /// operation. /// REST API Reference for GetVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorEmergencyCallingConfiguration(GetVoiceConnectorEmergencyCallingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorEmergencyCallingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorEmergencyCallingConfiguration. /// /// Returns a GetVoiceConnectorEmergencyCallingConfigurationResult from Chime. /// REST API Reference for GetVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorEmergencyCallingConfigurationResponse EndGetVoiceConnectorEmergencyCallingConfiguration(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorGroup /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorGroup service method. /// /// The response from the GetVoiceConnectorGroup service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorGroup Operation [Obsolete("Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorGroupResponse GetVoiceConnectorGroup(GetVoiceConnectorGroupRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorGroup operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorGroup operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorGroup /// operation. /// REST API Reference for GetVoiceConnectorGroup Operation [Obsolete("Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorGroup(GetVoiceConnectorGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorGroup operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorGroup. /// /// Returns a GetVoiceConnectorGroupResult from Chime. /// REST API Reference for GetVoiceConnectorGroup Operation [Obsolete("Replaced by GetVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorGroupResponse EndGetVoiceConnectorGroup(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorLoggingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorLoggingConfiguration service method. /// /// The response from the GetVoiceConnectorLoggingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorLoggingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorLoggingConfigurationResponse GetVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorLoggingConfiguration operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorLoggingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorLoggingConfiguration /// operation. /// REST API Reference for GetVoiceConnectorLoggingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorLoggingConfiguration(GetVoiceConnectorLoggingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorLoggingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorLoggingConfiguration. /// /// Returns a GetVoiceConnectorLoggingConfigurationResult from Chime. /// REST API Reference for GetVoiceConnectorLoggingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorLoggingConfigurationResponse EndGetVoiceConnectorLoggingConfiguration(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorOrigination /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorOrigination service method. /// /// The response from the GetVoiceConnectorOrigination service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorOrigination Operation [Obsolete("Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorOriginationResponse GetVoiceConnectorOrigination(GetVoiceConnectorOriginationRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorOrigination operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorOrigination operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorOrigination /// operation. /// REST API Reference for GetVoiceConnectorOrigination Operation [Obsolete("Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorOrigination(GetVoiceConnectorOriginationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorOrigination operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorOrigination. /// /// Returns a GetVoiceConnectorOriginationResult from Chime. /// REST API Reference for GetVoiceConnectorOrigination Operation [Obsolete("Replaced by GetVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorOriginationResponse EndGetVoiceConnectorOrigination(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorProxy /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorProxy service method. /// /// The response from the GetVoiceConnectorProxy service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorProxy Operation [Obsolete("Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorProxyResponse GetVoiceConnectorProxy(GetVoiceConnectorProxyRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorProxy operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorProxy operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorProxy /// operation. /// REST API Reference for GetVoiceConnectorProxy Operation [Obsolete("Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorProxy(GetVoiceConnectorProxyRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorProxy operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorProxy. /// /// Returns a GetVoiceConnectorProxyResult from Chime. /// REST API Reference for GetVoiceConnectorProxy Operation [Obsolete("Replaced by GetVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorProxyResponse EndGetVoiceConnectorProxy(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorStreamingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorStreamingConfiguration service method. /// /// The response from the GetVoiceConnectorStreamingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorStreamingConfigurationResponse GetVoiceConnectorStreamingConfiguration(GetVoiceConnectorStreamingConfigurationRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorStreamingConfiguration operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorStreamingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorStreamingConfiguration /// operation. /// REST API Reference for GetVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorStreamingConfiguration(GetVoiceConnectorStreamingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorStreamingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorStreamingConfiguration. /// /// Returns a GetVoiceConnectorStreamingConfigurationResult from Chime. /// REST API Reference for GetVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by GetVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorStreamingConfigurationResponse EndGetVoiceConnectorStreamingConfiguration(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorTermination /// /// 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. /// /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorTermination service method. /// /// The response from the GetVoiceConnectorTermination service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorTermination Operation [Obsolete("Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorTerminationResponse GetVoiceConnectorTermination(GetVoiceConnectorTerminationRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorTermination operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorTermination operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorTermination /// operation. /// REST API Reference for GetVoiceConnectorTermination Operation [Obsolete("Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorTermination(GetVoiceConnectorTerminationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorTermination operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorTermination. /// /// Returns a GetVoiceConnectorTerminationResult from Chime. /// REST API Reference for GetVoiceConnectorTermination Operation [Obsolete("Replaced by GetVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorTerminationResponse EndGetVoiceConnectorTermination(IAsyncResult asyncResult); #endregion #region GetVoiceConnectorTerminationHealth /// /// /// /// 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. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorTerminationHealth service method. /// /// The response from the GetVoiceConnectorTerminationHealth service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for GetVoiceConnectorTerminationHealth Operation [Obsolete("Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorTerminationHealthResponse GetVoiceConnectorTerminationHealth(GetVoiceConnectorTerminationHealthRequest request); /// /// Initiates the asynchronous execution of the GetVoiceConnectorTerminationHealth operation. /// /// /// Container for the necessary parameters to execute the GetVoiceConnectorTerminationHealth operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndGetVoiceConnectorTerminationHealth /// operation. /// REST API Reference for GetVoiceConnectorTerminationHealth Operation [Obsolete("Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginGetVoiceConnectorTerminationHealth(GetVoiceConnectorTerminationHealthRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the GetVoiceConnectorTerminationHealth operation. /// /// /// The IAsyncResult returned by the call to BeginGetVoiceConnectorTerminationHealth. /// /// Returns a GetVoiceConnectorTerminationHealthResult from Chime. /// REST API Reference for GetVoiceConnectorTerminationHealth Operation [Obsolete("Replaced by GetVoiceConnectorTerminationHealth in the Amazon Chime SDK Voice Namespace")] GetVoiceConnectorTerminationHealthResponse EndGetVoiceConnectorTerminationHealth(IAsyncResult asyncResult); #endregion #region InviteUsers /// /// 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. /// /// Container for the necessary parameters to execute the InviteUsers service method. /// /// The response from the InviteUsers service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for InviteUsers Operation InviteUsersResponse InviteUsers(InviteUsersRequest request); /// /// Initiates the asynchronous execution of the InviteUsers operation. /// /// /// Container for the necessary parameters to execute the InviteUsers operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndInviteUsers /// operation. /// REST API Reference for InviteUsers Operation IAsyncResult BeginInviteUsers(InviteUsersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the InviteUsers operation. /// /// /// The IAsyncResult returned by the call to BeginInviteUsers. /// /// Returns a InviteUsersResult from Chime. /// REST API Reference for InviteUsers Operation InviteUsersResponse EndInviteUsers(IAsyncResult asyncResult); #endregion #region ListAccounts /// /// 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. /// /// Container for the necessary parameters to execute the ListAccounts service method. /// /// The response from the ListAccounts service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListAccounts Operation ListAccountsResponse ListAccounts(ListAccountsRequest request); /// /// Initiates the asynchronous execution of the ListAccounts operation. /// /// /// Container for the necessary parameters to execute the ListAccounts operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAccounts /// operation. /// REST API Reference for ListAccounts Operation IAsyncResult BeginListAccounts(ListAccountsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAccounts operation. /// /// /// The IAsyncResult returned by the call to BeginListAccounts. /// /// Returns a ListAccountsResult from Chime. /// REST API Reference for ListAccounts Operation ListAccountsResponse EndListAccounts(IAsyncResult asyncResult); #endregion #region ListAppInstanceAdmins /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListAppInstanceAdmins service method. /// /// The response from the ListAppInstanceAdmins service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListAppInstanceAdmins Operation [Obsolete("Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace")] ListAppInstanceAdminsResponse ListAppInstanceAdmins(ListAppInstanceAdminsRequest request); /// /// Initiates the asynchronous execution of the ListAppInstanceAdmins operation. /// /// /// Container for the necessary parameters to execute the ListAppInstanceAdmins operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAppInstanceAdmins /// operation. /// REST API Reference for ListAppInstanceAdmins Operation [Obsolete("Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginListAppInstanceAdmins(ListAppInstanceAdminsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAppInstanceAdmins operation. /// /// /// The IAsyncResult returned by the call to BeginListAppInstanceAdmins. /// /// Returns a ListAppInstanceAdminsResult from Chime. /// REST API Reference for ListAppInstanceAdmins Operation [Obsolete("Replaced by ListAppInstanceAdmins in the Amazon Chime SDK Identity Namespace")] ListAppInstanceAdminsResponse EndListAppInstanceAdmins(IAsyncResult asyncResult); #endregion #region ListAppInstances /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListAppInstances service method. /// /// The response from the ListAppInstances service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListAppInstances Operation [Obsolete("Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace")] ListAppInstancesResponse ListAppInstances(ListAppInstancesRequest request); /// /// Initiates the asynchronous execution of the ListAppInstances operation. /// /// /// Container for the necessary parameters to execute the ListAppInstances operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAppInstances /// operation. /// REST API Reference for ListAppInstances Operation [Obsolete("Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginListAppInstances(ListAppInstancesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAppInstances operation. /// /// /// The IAsyncResult returned by the call to BeginListAppInstances. /// /// Returns a ListAppInstancesResult from Chime. /// REST API Reference for ListAppInstances Operation [Obsolete("Replaced by ListAppInstances in the Amazon Chime SDK Identity Namespace")] ListAppInstancesResponse EndListAppInstances(IAsyncResult asyncResult); #endregion #region ListAppInstanceUsers /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListAppInstanceUsers service method. /// /// The response from the ListAppInstanceUsers service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListAppInstanceUsers Operation [Obsolete("Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace")] ListAppInstanceUsersResponse ListAppInstanceUsers(ListAppInstanceUsersRequest request); /// /// Initiates the asynchronous execution of the ListAppInstanceUsers operation. /// /// /// Container for the necessary parameters to execute the ListAppInstanceUsers operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAppInstanceUsers /// operation. /// REST API Reference for ListAppInstanceUsers Operation [Obsolete("Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginListAppInstanceUsers(ListAppInstanceUsersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAppInstanceUsers operation. /// /// /// The IAsyncResult returned by the call to BeginListAppInstanceUsers. /// /// Returns a ListAppInstanceUsersResult from Chime. /// REST API Reference for ListAppInstanceUsers Operation [Obsolete("Replaced by ListAppInstanceUsers in the Amazon Chime SDK Identity Namespace")] ListAppInstanceUsersResponse EndListAppInstanceUsers(IAsyncResult asyncResult); #endregion #region ListAttendees /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListAttendees service method. /// /// The response from the ListAttendees service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListAttendees Operation [Obsolete("Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace")] ListAttendeesResponse ListAttendees(ListAttendeesRequest request); /// /// Initiates the asynchronous execution of the ListAttendees operation. /// /// /// Container for the necessary parameters to execute the ListAttendees operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAttendees /// operation. /// REST API Reference for ListAttendees Operation [Obsolete("Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginListAttendees(ListAttendeesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAttendees operation. /// /// /// The IAsyncResult returned by the call to BeginListAttendees. /// /// Returns a ListAttendeesResult from Chime. /// REST API Reference for ListAttendees Operation [Obsolete("Replaced by ListAttendees in the Amazon Chime SDK Meetings Namespace")] ListAttendeesResponse EndListAttendees(IAsyncResult asyncResult); #endregion #region ListAttendeeTags /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListAttendeeTags service method. /// /// The response from the ListAttendeeTags service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListAttendeeTags Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] ListAttendeeTagsResponse ListAttendeeTags(ListAttendeeTagsRequest request); /// /// Initiates the asynchronous execution of the ListAttendeeTags operation. /// /// /// Container for the necessary parameters to execute the ListAttendeeTags operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListAttendeeTags /// operation. /// REST API Reference for ListAttendeeTags Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] IAsyncResult BeginListAttendeeTags(ListAttendeeTagsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListAttendeeTags operation. /// /// /// The IAsyncResult returned by the call to BeginListAttendeeTags. /// /// Returns a ListAttendeeTagsResult from Chime. /// REST API Reference for ListAttendeeTags Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] ListAttendeeTagsResponse EndListAttendeeTags(IAsyncResult asyncResult); #endregion #region ListBots /// /// Lists the bots associated with the administrator's Amazon Chime Enterprise account /// ID. /// /// Container for the necessary parameters to execute the ListBots service method. /// /// The response from the ListBots service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListBots Operation ListBotsResponse ListBots(ListBotsRequest request); /// /// Initiates the asynchronous execution of the ListBots operation. /// /// /// Container for the necessary parameters to execute the ListBots operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListBots /// operation. /// REST API Reference for ListBots Operation IAsyncResult BeginListBots(ListBotsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListBots operation. /// /// /// The IAsyncResult returned by the call to BeginListBots. /// /// Returns a ListBotsResult from Chime. /// REST API Reference for ListBots Operation ListBotsResponse EndListBots(IAsyncResult asyncResult); #endregion #region ListChannelBans /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListChannelBans service method. /// /// The response from the ListChannelBans service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannelBans Operation [Obsolete("Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace")] ListChannelBansResponse ListChannelBans(ListChannelBansRequest request); /// /// Initiates the asynchronous execution of the ListChannelBans operation. /// /// /// Container for the necessary parameters to execute the ListChannelBans operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannelBans /// operation. /// REST API Reference for ListChannelBans Operation [Obsolete("Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannelBans(ListChannelBansRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannelBans operation. /// /// /// The IAsyncResult returned by the call to BeginListChannelBans. /// /// Returns a ListChannelBansResult from Chime. /// REST API Reference for ListChannelBans Operation [Obsolete("Replaced by ListChannelBans in the Amazon Chime SDK Messaging Namespace")] ListChannelBansResponse EndListChannelBans(IAsyncResult asyncResult); #endregion #region ListChannelMemberships /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListChannelMemberships service method. /// /// The response from the ListChannelMemberships service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannelMemberships Operation [Obsolete("Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace")] ListChannelMembershipsResponse ListChannelMemberships(ListChannelMembershipsRequest request); /// /// Initiates the asynchronous execution of the ListChannelMemberships operation. /// /// /// Container for the necessary parameters to execute the ListChannelMemberships operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannelMemberships /// operation. /// REST API Reference for ListChannelMemberships Operation [Obsolete("Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannelMemberships(ListChannelMembershipsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannelMemberships operation. /// /// /// The IAsyncResult returned by the call to BeginListChannelMemberships. /// /// Returns a ListChannelMembershipsResult from Chime. /// REST API Reference for ListChannelMemberships Operation [Obsolete("Replaced by ListChannelMemberships in the Amazon Chime SDK Messaging Namespace")] ListChannelMembershipsResponse EndListChannelMemberships(IAsyncResult asyncResult); #endregion #region ListChannelMembershipsForAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListChannelMembershipsForAppInstanceUser service method. /// /// The response from the ListChannelMembershipsForAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannelMembershipsForAppInstanceUser Operation [Obsolete("Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] ListChannelMembershipsForAppInstanceUserResponse ListChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the ListChannelMembershipsForAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the ListChannelMembershipsForAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannelMembershipsForAppInstanceUser /// operation. /// REST API Reference for ListChannelMembershipsForAppInstanceUser Operation [Obsolete("Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannelMembershipsForAppInstanceUser(ListChannelMembershipsForAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannelMembershipsForAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginListChannelMembershipsForAppInstanceUser. /// /// Returns a ListChannelMembershipsForAppInstanceUserResult from Chime. /// REST API Reference for ListChannelMembershipsForAppInstanceUser Operation [Obsolete("Replaced by ListChannelMembershipsForAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] ListChannelMembershipsForAppInstanceUserResponse EndListChannelMembershipsForAppInstanceUser(IAsyncResult asyncResult); #endregion #region ListChannelMessages /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListChannelMessages service method. /// /// The response from the ListChannelMessages service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannelMessages Operation [Obsolete("Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace")] ListChannelMessagesResponse ListChannelMessages(ListChannelMessagesRequest request); /// /// Initiates the asynchronous execution of the ListChannelMessages operation. /// /// /// Container for the necessary parameters to execute the ListChannelMessages operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannelMessages /// operation. /// REST API Reference for ListChannelMessages Operation [Obsolete("Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannelMessages(ListChannelMessagesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannelMessages operation. /// /// /// The IAsyncResult returned by the call to BeginListChannelMessages. /// /// Returns a ListChannelMessagesResult from Chime. /// REST API Reference for ListChannelMessages Operation [Obsolete("Replaced by ListChannelMessages in the Amazon Chime SDK Messaging Namespace")] ListChannelMessagesResponse EndListChannelMessages(IAsyncResult asyncResult); #endregion #region ListChannelModerators /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListChannelModerators service method. /// /// The response from the ListChannelModerators service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannelModerators Operation [Obsolete("Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace")] ListChannelModeratorsResponse ListChannelModerators(ListChannelModeratorsRequest request); /// /// Initiates the asynchronous execution of the ListChannelModerators operation. /// /// /// Container for the necessary parameters to execute the ListChannelModerators operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannelModerators /// operation. /// REST API Reference for ListChannelModerators Operation [Obsolete("Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannelModerators(ListChannelModeratorsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannelModerators operation. /// /// /// The IAsyncResult returned by the call to BeginListChannelModerators. /// /// Returns a ListChannelModeratorsResult from Chime. /// REST API Reference for ListChannelModerators Operation [Obsolete("Replaced by ListChannelModerators in the Amazon Chime SDK Messaging Namespace")] ListChannelModeratorsResponse EndListChannelModerators(IAsyncResult asyncResult); #endregion #region ListChannels /// /// Lists all Channels created under a single Chime App as a paginated list. You can specify /// filters to narrow results. /// ///

Functionality & restrictions /// ///

/// /// 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. /// /// ///
/// Container for the necessary parameters to execute the ListChannels service method. /// /// The response from the ListChannels service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannels Operation [Obsolete("Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace")] ListChannelsResponse ListChannels(ListChannelsRequest request); /// /// Initiates the asynchronous execution of the ListChannels operation. /// /// /// Container for the necessary parameters to execute the ListChannels operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannels /// operation. /// REST API Reference for ListChannels Operation [Obsolete("Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannels(ListChannelsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannels operation. /// /// /// The IAsyncResult returned by the call to BeginListChannels. /// /// Returns a ListChannelsResult from Chime. /// REST API Reference for ListChannels Operation [Obsolete("Replaced by ListChannels in the Amazon Chime SDK Messaging Namespace")] ListChannelsResponse EndListChannels(IAsyncResult asyncResult); #endregion #region ListChannelsModeratedByAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListChannelsModeratedByAppInstanceUser service method. /// /// The response from the ListChannelsModeratedByAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListChannelsModeratedByAppInstanceUser Operation [Obsolete("Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] ListChannelsModeratedByAppInstanceUserResponse ListChannelsModeratedByAppInstanceUser(ListChannelsModeratedByAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the ListChannelsModeratedByAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the ListChannelsModeratedByAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListChannelsModeratedByAppInstanceUser /// operation. /// REST API Reference for ListChannelsModeratedByAppInstanceUser Operation [Obsolete("Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginListChannelsModeratedByAppInstanceUser(ListChannelsModeratedByAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListChannelsModeratedByAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginListChannelsModeratedByAppInstanceUser. /// /// Returns a ListChannelsModeratedByAppInstanceUserResult from Chime. /// REST API Reference for ListChannelsModeratedByAppInstanceUser Operation [Obsolete("Replaced by ListChannelsModeratedByAppInstanceUser in the Amazon Chime SDK Messaging Namespace")] ListChannelsModeratedByAppInstanceUserResponse EndListChannelsModeratedByAppInstanceUser(IAsyncResult asyncResult); #endregion #region ListMediaCapturePipelines /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListMediaCapturePipelines service method. /// /// The response from the ListMediaCapturePipelines service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListMediaCapturePipelines Operation [Obsolete("Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace")] ListMediaCapturePipelinesResponse ListMediaCapturePipelines(ListMediaCapturePipelinesRequest request); /// /// Initiates the asynchronous execution of the ListMediaCapturePipelines operation. /// /// /// Container for the necessary parameters to execute the ListMediaCapturePipelines operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMediaCapturePipelines /// operation. /// REST API Reference for ListMediaCapturePipelines Operation [Obsolete("Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace")] IAsyncResult BeginListMediaCapturePipelines(ListMediaCapturePipelinesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListMediaCapturePipelines operation. /// /// /// The IAsyncResult returned by the call to BeginListMediaCapturePipelines. /// /// Returns a ListMediaCapturePipelinesResult from Chime. /// REST API Reference for ListMediaCapturePipelines Operation [Obsolete("Replaced by ListMediaCapturePipelines in the Amazon Chime SDK Media Pipelines Namespace")] ListMediaCapturePipelinesResponse EndListMediaCapturePipelines(IAsyncResult asyncResult); #endregion #region ListMeetings /// /// 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. /// /// /// Container for the necessary parameters to execute the ListMeetings service method. /// /// The response from the ListMeetings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListMeetings Operation [Obsolete("ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] ListMeetingsResponse ListMeetings(ListMeetingsRequest request); /// /// Initiates the asynchronous execution of the ListMeetings operation. /// /// /// Container for the necessary parameters to execute the ListMeetings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMeetings /// operation. /// REST API Reference for ListMeetings Operation [Obsolete("ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] IAsyncResult BeginListMeetings(ListMeetingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListMeetings operation. /// /// /// The IAsyncResult returned by the call to BeginListMeetings. /// /// Returns a ListMeetingsResult from Chime. /// REST API Reference for ListMeetings Operation [Obsolete("ListMeetings is not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] ListMeetingsResponse EndListMeetings(IAsyncResult asyncResult); #endregion #region ListMeetingTags /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListMeetingTags service method. /// /// The response from the ListMeetingTags service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListMeetingTags Operation [Obsolete("Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace.")] ListMeetingTagsResponse ListMeetingTags(ListMeetingTagsRequest request); /// /// Initiates the asynchronous execution of the ListMeetingTags operation. /// /// /// Container for the necessary parameters to execute the ListMeetingTags operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListMeetingTags /// operation. /// REST API Reference for ListMeetingTags Operation [Obsolete("Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace.")] IAsyncResult BeginListMeetingTags(ListMeetingTagsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListMeetingTags operation. /// /// /// The IAsyncResult returned by the call to BeginListMeetingTags. /// /// Returns a ListMeetingTagsResult from Chime. /// REST API Reference for ListMeetingTags Operation [Obsolete("Use ListTagsForResource in the Amazon Chime SDK Meetings Namespace.")] ListMeetingTagsResponse EndListMeetingTags(IAsyncResult asyncResult); #endregion #region ListPhoneNumberOrders /// /// Lists the phone number orders for the administrator's Amazon Chime account. /// /// Container for the necessary parameters to execute the ListPhoneNumberOrders service method. /// /// The response from the ListPhoneNumberOrders service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListPhoneNumberOrders Operation ListPhoneNumberOrdersResponse ListPhoneNumberOrders(ListPhoneNumberOrdersRequest request); /// /// Initiates the asynchronous execution of the ListPhoneNumberOrders operation. /// /// /// Container for the necessary parameters to execute the ListPhoneNumberOrders operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListPhoneNumberOrders /// operation. /// REST API Reference for ListPhoneNumberOrders Operation IAsyncResult BeginListPhoneNumberOrders(ListPhoneNumberOrdersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListPhoneNumberOrders operation. /// /// /// The IAsyncResult returned by the call to BeginListPhoneNumberOrders. /// /// Returns a ListPhoneNumberOrdersResult from Chime. /// REST API Reference for ListPhoneNumberOrders Operation ListPhoneNumberOrdersResponse EndListPhoneNumberOrders(IAsyncResult asyncResult); #endregion #region ListPhoneNumbers /// /// Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, /// Amazon Chime Voice Connector, or Amazon Chime Voice Connector group. /// /// Container for the necessary parameters to execute the ListPhoneNumbers service method. /// /// The response from the ListPhoneNumbers service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListPhoneNumbers Operation ListPhoneNumbersResponse ListPhoneNumbers(ListPhoneNumbersRequest request); /// /// Initiates the asynchronous execution of the ListPhoneNumbers operation. /// /// /// Container for the necessary parameters to execute the ListPhoneNumbers operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListPhoneNumbers /// operation. /// REST API Reference for ListPhoneNumbers Operation IAsyncResult BeginListPhoneNumbers(ListPhoneNumbersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListPhoneNumbers operation. /// /// /// The IAsyncResult returned by the call to BeginListPhoneNumbers. /// /// Returns a ListPhoneNumbersResult from Chime. /// REST API Reference for ListPhoneNumbers Operation ListPhoneNumbersResponse EndListPhoneNumbers(IAsyncResult asyncResult); #endregion #region ListProxySessions /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListProxySessions service method. /// /// The response from the ListProxySessions service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListProxySessions Operation [Obsolete("Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace")] ListProxySessionsResponse ListProxySessions(ListProxySessionsRequest request); /// /// Initiates the asynchronous execution of the ListProxySessions operation. /// /// /// Container for the necessary parameters to execute the ListProxySessions operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListProxySessions /// operation. /// REST API Reference for ListProxySessions Operation [Obsolete("Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginListProxySessions(ListProxySessionsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListProxySessions operation. /// /// /// The IAsyncResult returned by the call to BeginListProxySessions. /// /// Returns a ListProxySessionsResult from Chime. /// REST API Reference for ListProxySessions Operation [Obsolete("Replaced by ListProxySessions in the Amazon Chime SDK Voice Namespace")] ListProxySessionsResponse EndListProxySessions(IAsyncResult asyncResult); #endregion #region ListRoomMemberships /// /// Lists the membership details for the specified room in an Amazon Chime Enterprise /// account, such as the members' IDs, email addresses, and names. /// /// Container for the necessary parameters to execute the ListRoomMemberships service method. /// /// The response from the ListRoomMemberships service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListRoomMemberships Operation ListRoomMembershipsResponse ListRoomMemberships(ListRoomMembershipsRequest request); /// /// Initiates the asynchronous execution of the ListRoomMemberships operation. /// /// /// Container for the necessary parameters to execute the ListRoomMemberships operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListRoomMemberships /// operation. /// REST API Reference for ListRoomMemberships Operation IAsyncResult BeginListRoomMemberships(ListRoomMembershipsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListRoomMemberships operation. /// /// /// The IAsyncResult returned by the call to BeginListRoomMemberships. /// /// Returns a ListRoomMembershipsResult from Chime. /// REST API Reference for ListRoomMemberships Operation ListRoomMembershipsResponse EndListRoomMemberships(IAsyncResult asyncResult); #endregion #region ListRooms /// /// 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. /// /// Container for the necessary parameters to execute the ListRooms service method. /// /// The response from the ListRooms service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListRooms Operation ListRoomsResponse ListRooms(ListRoomsRequest request); /// /// Initiates the asynchronous execution of the ListRooms operation. /// /// /// Container for the necessary parameters to execute the ListRooms operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListRooms /// operation. /// REST API Reference for ListRooms Operation IAsyncResult BeginListRooms(ListRoomsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListRooms operation. /// /// /// The IAsyncResult returned by the call to BeginListRooms. /// /// Returns a ListRoomsResult from Chime. /// REST API Reference for ListRooms Operation ListRoomsResponse EndListRooms(IAsyncResult asyncResult); #endregion #region ListSipMediaApplications /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListSipMediaApplications service method. /// /// The response from the ListSipMediaApplications service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListSipMediaApplications Operation [Obsolete("Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace")] ListSipMediaApplicationsResponse ListSipMediaApplications(ListSipMediaApplicationsRequest request); /// /// Initiates the asynchronous execution of the ListSipMediaApplications operation. /// /// /// Container for the necessary parameters to execute the ListSipMediaApplications operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListSipMediaApplications /// operation. /// REST API Reference for ListSipMediaApplications Operation [Obsolete("Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginListSipMediaApplications(ListSipMediaApplicationsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListSipMediaApplications operation. /// /// /// The IAsyncResult returned by the call to BeginListSipMediaApplications. /// /// Returns a ListSipMediaApplicationsResult from Chime. /// REST API Reference for ListSipMediaApplications Operation [Obsolete("Replaced by ListSipMediaApplications in the Amazon Chime SDK Voice Namespace")] ListSipMediaApplicationsResponse EndListSipMediaApplications(IAsyncResult asyncResult); #endregion #region ListSipRules /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListSipRules service method. /// /// The response from the ListSipRules service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListSipRules Operation [Obsolete("Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace")] ListSipRulesResponse ListSipRules(ListSipRulesRequest request); /// /// Initiates the asynchronous execution of the ListSipRules operation. /// /// /// Container for the necessary parameters to execute the ListSipRules operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListSipRules /// operation. /// REST API Reference for ListSipRules Operation [Obsolete("Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginListSipRules(ListSipRulesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListSipRules operation. /// /// /// The IAsyncResult returned by the call to BeginListSipRules. /// /// Returns a ListSipRulesResult from Chime. /// REST API Reference for ListSipRules Operation [Obsolete("Replaced by ListSipRules in the Amazon Chime SDK Voice Namespace")] ListSipRulesResponse EndListSipRules(IAsyncResult asyncResult); #endregion #region ListSupportedPhoneNumberCountries /// /// Lists supported phone number countries. /// /// Container for the necessary parameters to execute the ListSupportedPhoneNumberCountries service method. /// /// The response from the ListSupportedPhoneNumberCountries service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListSupportedPhoneNumberCountries Operation ListSupportedPhoneNumberCountriesResponse ListSupportedPhoneNumberCountries(ListSupportedPhoneNumberCountriesRequest request); /// /// Initiates the asynchronous execution of the ListSupportedPhoneNumberCountries operation. /// /// /// Container for the necessary parameters to execute the ListSupportedPhoneNumberCountries operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListSupportedPhoneNumberCountries /// operation. /// REST API Reference for ListSupportedPhoneNumberCountries Operation IAsyncResult BeginListSupportedPhoneNumberCountries(ListSupportedPhoneNumberCountriesRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListSupportedPhoneNumberCountries operation. /// /// /// The IAsyncResult returned by the call to BeginListSupportedPhoneNumberCountries. /// /// Returns a ListSupportedPhoneNumberCountriesResult from Chime. /// REST API Reference for ListSupportedPhoneNumberCountries Operation ListSupportedPhoneNumberCountriesResponse EndListSupportedPhoneNumberCountries(IAsyncResult asyncResult); #endregion #region ListTagsForResource /// /// 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. /// /// /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListTagsForResource service method. /// /// The response from the ListTagsForResource service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListTagsForResource Operation [Obsolete("Replaced by ListTagsForResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request); /// /// Initiates the asynchronous execution of the ListTagsForResource operation. /// /// /// Container for the necessary parameters to execute the ListTagsForResource operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource /// operation. /// REST API Reference for ListTagsForResource Operation [Obsolete("Replaced by ListTagsForResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListTagsForResource operation. /// /// /// The IAsyncResult returned by the call to BeginListTagsForResource. /// /// Returns a ListTagsForResourceResult from Chime. /// REST API Reference for ListTagsForResource Operation [Obsolete("Replaced by ListTagsForResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult); #endregion #region ListUsers /// /// 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. /// /// Container for the necessary parameters to execute the ListUsers service method. /// /// The response from the ListUsers service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListUsers Operation ListUsersResponse ListUsers(ListUsersRequest request); /// /// Initiates the asynchronous execution of the ListUsers operation. /// /// /// Container for the necessary parameters to execute the ListUsers operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListUsers /// operation. /// REST API Reference for ListUsers Operation IAsyncResult BeginListUsers(ListUsersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListUsers operation. /// /// /// The IAsyncResult returned by the call to BeginListUsers. /// /// Returns a ListUsersResult from Chime. /// REST API Reference for ListUsers Operation ListUsersResponse EndListUsers(IAsyncResult asyncResult); #endregion #region ListVoiceConnectorGroups /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListVoiceConnectorGroups service method. /// /// The response from the ListVoiceConnectorGroups service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListVoiceConnectorGroups Operation [Obsolete("Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace")] ListVoiceConnectorGroupsResponse ListVoiceConnectorGroups(ListVoiceConnectorGroupsRequest request); /// /// Initiates the asynchronous execution of the ListVoiceConnectorGroups operation. /// /// /// Container for the necessary parameters to execute the ListVoiceConnectorGroups operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListVoiceConnectorGroups /// operation. /// REST API Reference for ListVoiceConnectorGroups Operation [Obsolete("Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginListVoiceConnectorGroups(ListVoiceConnectorGroupsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListVoiceConnectorGroups operation. /// /// /// The IAsyncResult returned by the call to BeginListVoiceConnectorGroups. /// /// Returns a ListVoiceConnectorGroupsResult from Chime. /// REST API Reference for ListVoiceConnectorGroups Operation [Obsolete("Replaced by ListVoiceConnectorGroups in the Amazon Chime SDK Voice Namespace")] ListVoiceConnectorGroupsResponse EndListVoiceConnectorGroups(IAsyncResult asyncResult); #endregion #region ListVoiceConnectors /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListVoiceConnectors service method. /// /// The response from the ListVoiceConnectors service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListVoiceConnectors Operation [Obsolete("Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace")] ListVoiceConnectorsResponse ListVoiceConnectors(ListVoiceConnectorsRequest request); /// /// Initiates the asynchronous execution of the ListVoiceConnectors operation. /// /// /// Container for the necessary parameters to execute the ListVoiceConnectors operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListVoiceConnectors /// operation. /// REST API Reference for ListVoiceConnectors Operation [Obsolete("Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginListVoiceConnectors(ListVoiceConnectorsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListVoiceConnectors operation. /// /// /// The IAsyncResult returned by the call to BeginListVoiceConnectors. /// /// Returns a ListVoiceConnectorsResult from Chime. /// REST API Reference for ListVoiceConnectors Operation [Obsolete("Replaced by ListVoiceConnectors in the Amazon Chime SDK Voice Namespace")] ListVoiceConnectorsResponse EndListVoiceConnectors(IAsyncResult asyncResult); #endregion #region ListVoiceConnectorTerminationCredentials /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ListVoiceConnectorTerminationCredentials service method. /// /// The response from the ListVoiceConnectorTerminationCredentials service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ListVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] ListVoiceConnectorTerminationCredentialsResponse ListVoiceConnectorTerminationCredentials(ListVoiceConnectorTerminationCredentialsRequest request); /// /// Initiates the asynchronous execution of the ListVoiceConnectorTerminationCredentials operation. /// /// /// Container for the necessary parameters to execute the ListVoiceConnectorTerminationCredentials operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListVoiceConnectorTerminationCredentials /// operation. /// REST API Reference for ListVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginListVoiceConnectorTerminationCredentials(ListVoiceConnectorTerminationCredentialsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ListVoiceConnectorTerminationCredentials operation. /// /// /// The IAsyncResult returned by the call to BeginListVoiceConnectorTerminationCredentials. /// /// Returns a ListVoiceConnectorTerminationCredentialsResult from Chime. /// REST API Reference for ListVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by ListVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] ListVoiceConnectorTerminationCredentialsResponse EndListVoiceConnectorTerminationCredentials(IAsyncResult asyncResult); #endregion #region LogoutUser /// /// Logs out the specified user from all of the devices they are currently logged into. /// /// Container for the necessary parameters to execute the LogoutUser service method. /// /// The response from the LogoutUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for LogoutUser Operation LogoutUserResponse LogoutUser(LogoutUserRequest request); /// /// Initiates the asynchronous execution of the LogoutUser operation. /// /// /// Container for the necessary parameters to execute the LogoutUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndLogoutUser /// operation. /// REST API Reference for LogoutUser Operation IAsyncResult BeginLogoutUser(LogoutUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the LogoutUser operation. /// /// /// The IAsyncResult returned by the call to BeginLogoutUser. /// /// Returns a LogoutUserResult from Chime. /// REST API Reference for LogoutUser Operation LogoutUserResponse EndLogoutUser(IAsyncResult asyncResult); #endregion #region PutAppInstanceRetentionSettings /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutAppInstanceRetentionSettings service method. /// /// The response from the PutAppInstanceRetentionSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutAppInstanceRetentionSettings Operation [Obsolete("Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")] PutAppInstanceRetentionSettingsResponse PutAppInstanceRetentionSettings(PutAppInstanceRetentionSettingsRequest request); /// /// Initiates the asynchronous execution of the PutAppInstanceRetentionSettings operation. /// /// /// Container for the necessary parameters to execute the PutAppInstanceRetentionSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutAppInstanceRetentionSettings /// operation. /// REST API Reference for PutAppInstanceRetentionSettings Operation [Obsolete("Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginPutAppInstanceRetentionSettings(PutAppInstanceRetentionSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutAppInstanceRetentionSettings operation. /// /// /// The IAsyncResult returned by the call to BeginPutAppInstanceRetentionSettings. /// /// Returns a PutAppInstanceRetentionSettingsResult from Chime. /// REST API Reference for PutAppInstanceRetentionSettings Operation [Obsolete("Replaced by PutAppInstanceRetentionSettings in the Amazon Chime SDK Identity Namespace")] PutAppInstanceRetentionSettingsResponse EndPutAppInstanceRetentionSettings(IAsyncResult asyncResult); #endregion #region PutAppInstanceStreamingConfigurations /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutAppInstanceStreamingConfigurations service method. /// /// The response from the PutAppInstanceStreamingConfigurations service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] PutAppInstanceStreamingConfigurationsResponse PutAppInstanceStreamingConfigurations(PutAppInstanceStreamingConfigurationsRequest request); /// /// Initiates the asynchronous execution of the PutAppInstanceStreamingConfigurations operation. /// /// /// Container for the necessary parameters to execute the PutAppInstanceStreamingConfigurations operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutAppInstanceStreamingConfigurations /// operation. /// REST API Reference for PutAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginPutAppInstanceStreamingConfigurations(PutAppInstanceStreamingConfigurationsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutAppInstanceStreamingConfigurations operation. /// /// /// The IAsyncResult returned by the call to BeginPutAppInstanceStreamingConfigurations. /// /// Returns a PutAppInstanceStreamingConfigurationsResult from Chime. /// REST API Reference for PutAppInstanceStreamingConfigurations Operation [Obsolete("Replaced by PutAppInstanceStreamingConfigurations in the Amazon Chime SDK Messaging Namespace")] PutAppInstanceStreamingConfigurationsResponse EndPutAppInstanceStreamingConfigurations(IAsyncResult asyncResult); #endregion #region PutEventsConfiguration /// /// 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. /// /// Container for the necessary parameters to execute the PutEventsConfiguration service method. /// /// The response from the PutEventsConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutEventsConfiguration Operation PutEventsConfigurationResponse PutEventsConfiguration(PutEventsConfigurationRequest request); /// /// Initiates the asynchronous execution of the PutEventsConfiguration operation. /// /// /// Container for the necessary parameters to execute the PutEventsConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutEventsConfiguration /// operation. /// REST API Reference for PutEventsConfiguration Operation IAsyncResult BeginPutEventsConfiguration(PutEventsConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutEventsConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginPutEventsConfiguration. /// /// Returns a PutEventsConfigurationResult from Chime. /// REST API Reference for PutEventsConfiguration Operation PutEventsConfigurationResponse EndPutEventsConfiguration(IAsyncResult asyncResult); #endregion #region PutRetentionSettings /// /// 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. /// /// /// Container for the necessary parameters to execute the PutRetentionSettings service method. /// /// The response from the PutRetentionSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutRetentionSettings Operation PutRetentionSettingsResponse PutRetentionSettings(PutRetentionSettingsRequest request); /// /// Initiates the asynchronous execution of the PutRetentionSettings operation. /// /// /// Container for the necessary parameters to execute the PutRetentionSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutRetentionSettings /// operation. /// REST API Reference for PutRetentionSettings Operation IAsyncResult BeginPutRetentionSettings(PutRetentionSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutRetentionSettings operation. /// /// /// The IAsyncResult returned by the call to BeginPutRetentionSettings. /// /// Returns a PutRetentionSettingsResult from Chime. /// REST API Reference for PutRetentionSettings Operation PutRetentionSettingsResponse EndPutRetentionSettings(IAsyncResult asyncResult); #endregion #region PutSipMediaApplicationLoggingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutSipMediaApplicationLoggingConfiguration service method. /// /// The response from the PutSipMediaApplicationLoggingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutSipMediaApplicationLoggingConfiguration Operation [Obsolete("Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] PutSipMediaApplicationLoggingConfigurationResponse PutSipMediaApplicationLoggingConfiguration(PutSipMediaApplicationLoggingConfigurationRequest request); /// /// Initiates the asynchronous execution of the PutSipMediaApplicationLoggingConfiguration operation. /// /// /// Container for the necessary parameters to execute the PutSipMediaApplicationLoggingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutSipMediaApplicationLoggingConfiguration /// operation. /// REST API Reference for PutSipMediaApplicationLoggingConfiguration Operation [Obsolete("Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutSipMediaApplicationLoggingConfiguration(PutSipMediaApplicationLoggingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutSipMediaApplicationLoggingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginPutSipMediaApplicationLoggingConfiguration. /// /// Returns a PutSipMediaApplicationLoggingConfigurationResult from Chime. /// REST API Reference for PutSipMediaApplicationLoggingConfiguration Operation [Obsolete("Replaced by PutSipMediaApplicationLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] PutSipMediaApplicationLoggingConfigurationResponse EndPutSipMediaApplicationLoggingConfiguration(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorEmergencyCallingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorEmergencyCallingConfiguration service method. /// /// The response from the PutVoiceConnectorEmergencyCallingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorEmergencyCallingConfigurationResponse PutVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorEmergencyCallingConfiguration operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorEmergencyCallingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorEmergencyCallingConfiguration /// operation. /// REST API Reference for PutVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorEmergencyCallingConfiguration(PutVoiceConnectorEmergencyCallingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorEmergencyCallingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorEmergencyCallingConfiguration. /// /// Returns a PutVoiceConnectorEmergencyCallingConfigurationResult from Chime. /// REST API Reference for PutVoiceConnectorEmergencyCallingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorEmergencyCallingConfiguration in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorEmergencyCallingConfigurationResponse EndPutVoiceConnectorEmergencyCallingConfiguration(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorLoggingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorLoggingConfiguration service method. /// /// The response from the PutVoiceConnectorLoggingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorLoggingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorLoggingConfigurationResponse PutVoiceConnectorLoggingConfiguration(PutVoiceConnectorLoggingConfigurationRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorLoggingConfiguration operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorLoggingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorLoggingConfiguration /// operation. /// REST API Reference for PutVoiceConnectorLoggingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorLoggingConfiguration(PutVoiceConnectorLoggingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorLoggingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorLoggingConfiguration. /// /// Returns a PutVoiceConnectorLoggingConfigurationResult from Chime. /// REST API Reference for PutVoiceConnectorLoggingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorLoggingConfiguration in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorLoggingConfigurationResponse EndPutVoiceConnectorLoggingConfiguration(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorOrigination /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorOrigination service method. /// /// The response from the PutVoiceConnectorOrigination service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorOrigination Operation [Obsolete("Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorOriginationResponse PutVoiceConnectorOrigination(PutVoiceConnectorOriginationRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorOrigination operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorOrigination operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorOrigination /// operation. /// REST API Reference for PutVoiceConnectorOrigination Operation [Obsolete("Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorOrigination(PutVoiceConnectorOriginationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorOrigination operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorOrigination. /// /// Returns a PutVoiceConnectorOriginationResult from Chime. /// REST API Reference for PutVoiceConnectorOrigination Operation [Obsolete("Replaced by PutVoiceConnectorOrigination in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorOriginationResponse EndPutVoiceConnectorOrigination(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorProxy /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorProxy service method. /// /// The response from the PutVoiceConnectorProxy service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorProxy Operation [Obsolete("Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorProxyResponse PutVoiceConnectorProxy(PutVoiceConnectorProxyRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorProxy operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorProxy operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorProxy /// operation. /// REST API Reference for PutVoiceConnectorProxy Operation [Obsolete("Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorProxy(PutVoiceConnectorProxyRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorProxy operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorProxy. /// /// Returns a PutVoiceConnectorProxyResult from Chime. /// REST API Reference for PutVoiceConnectorProxy Operation [Obsolete("Replaced by PutVoiceConnectorProxy in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorProxyResponse EndPutVoiceConnectorProxy(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorStreamingConfiguration /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorStreamingConfiguration service method. /// /// The response from the PutVoiceConnectorStreamingConfiguration service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorStreamingConfigurationResponse PutVoiceConnectorStreamingConfiguration(PutVoiceConnectorStreamingConfigurationRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorStreamingConfiguration operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorStreamingConfiguration operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorStreamingConfiguration /// operation. /// REST API Reference for PutVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorStreamingConfiguration(PutVoiceConnectorStreamingConfigurationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorStreamingConfiguration operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorStreamingConfiguration. /// /// Returns a PutVoiceConnectorStreamingConfigurationResult from Chime. /// REST API Reference for PutVoiceConnectorStreamingConfiguration Operation [Obsolete("Replaced by PutVoiceConnectorStreamingConfiguration in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorStreamingConfigurationResponse EndPutVoiceConnectorStreamingConfiguration(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorTermination /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorTermination service method. /// /// The response from the PutVoiceConnectorTermination service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorTermination Operation [Obsolete("Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorTerminationResponse PutVoiceConnectorTermination(PutVoiceConnectorTerminationRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorTermination operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorTermination operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorTermination /// operation. /// REST API Reference for PutVoiceConnectorTermination Operation [Obsolete("Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorTermination(PutVoiceConnectorTerminationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorTermination operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorTermination. /// /// Returns a PutVoiceConnectorTerminationResult from Chime. /// REST API Reference for PutVoiceConnectorTermination Operation [Obsolete("Replaced by PutVoiceConnectorTermination in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorTerminationResponse EndPutVoiceConnectorTermination(IAsyncResult asyncResult); #endregion #region PutVoiceConnectorTerminationCredentials /// /// 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. /// /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorTerminationCredentials service method. /// /// The response from the PutVoiceConnectorTerminationCredentials service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for PutVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorTerminationCredentialsResponse PutVoiceConnectorTerminationCredentials(PutVoiceConnectorTerminationCredentialsRequest request); /// /// Initiates the asynchronous execution of the PutVoiceConnectorTerminationCredentials operation. /// /// /// Container for the necessary parameters to execute the PutVoiceConnectorTerminationCredentials operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutVoiceConnectorTerminationCredentials /// operation. /// REST API Reference for PutVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginPutVoiceConnectorTerminationCredentials(PutVoiceConnectorTerminationCredentialsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the PutVoiceConnectorTerminationCredentials operation. /// /// /// The IAsyncResult returned by the call to BeginPutVoiceConnectorTerminationCredentials. /// /// Returns a PutVoiceConnectorTerminationCredentialsResult from Chime. /// REST API Reference for PutVoiceConnectorTerminationCredentials Operation [Obsolete("Replaced by PutVoiceConnectorTerminationCredentials in the Amazon Chime SDK Voice Namespace")] PutVoiceConnectorTerminationCredentialsResponse EndPutVoiceConnectorTerminationCredentials(IAsyncResult asyncResult); #endregion #region RedactChannelMessage /// /// 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. /// /// /// /// Container for the necessary parameters to execute the RedactChannelMessage service method. /// /// The response from the RedactChannelMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for RedactChannelMessage Operation [Obsolete("Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace")] RedactChannelMessageResponse RedactChannelMessage(RedactChannelMessageRequest request); /// /// Initiates the asynchronous execution of the RedactChannelMessage operation. /// /// /// Container for the necessary parameters to execute the RedactChannelMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRedactChannelMessage /// operation. /// REST API Reference for RedactChannelMessage Operation [Obsolete("Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginRedactChannelMessage(RedactChannelMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RedactChannelMessage operation. /// /// /// The IAsyncResult returned by the call to BeginRedactChannelMessage. /// /// Returns a RedactChannelMessageResult from Chime. /// REST API Reference for RedactChannelMessage Operation [Obsolete("Replaced by RedactChannelMessage in the Amazon Chime SDK Messaging Namespace")] RedactChannelMessageResponse EndRedactChannelMessage(IAsyncResult asyncResult); #endregion #region RedactConversationMessage /// /// Redacts the specified message from the specified Amazon Chime conversation. /// /// Container for the necessary parameters to execute the RedactConversationMessage service method. /// /// The response from the RedactConversationMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for RedactConversationMessage Operation RedactConversationMessageResponse RedactConversationMessage(RedactConversationMessageRequest request); /// /// Initiates the asynchronous execution of the RedactConversationMessage operation. /// /// /// Container for the necessary parameters to execute the RedactConversationMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRedactConversationMessage /// operation. /// REST API Reference for RedactConversationMessage Operation IAsyncResult BeginRedactConversationMessage(RedactConversationMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RedactConversationMessage operation. /// /// /// The IAsyncResult returned by the call to BeginRedactConversationMessage. /// /// Returns a RedactConversationMessageResult from Chime. /// REST API Reference for RedactConversationMessage Operation RedactConversationMessageResponse EndRedactConversationMessage(IAsyncResult asyncResult); #endregion #region RedactRoomMessage /// /// Redacts the specified message from the specified Amazon Chime channel. /// /// Container for the necessary parameters to execute the RedactRoomMessage service method. /// /// The response from the RedactRoomMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for RedactRoomMessage Operation RedactRoomMessageResponse RedactRoomMessage(RedactRoomMessageRequest request); /// /// Initiates the asynchronous execution of the RedactRoomMessage operation. /// /// /// Container for the necessary parameters to execute the RedactRoomMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRedactRoomMessage /// operation. /// REST API Reference for RedactRoomMessage Operation IAsyncResult BeginRedactRoomMessage(RedactRoomMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RedactRoomMessage operation. /// /// /// The IAsyncResult returned by the call to BeginRedactRoomMessage. /// /// Returns a RedactRoomMessageResult from Chime. /// REST API Reference for RedactRoomMessage Operation RedactRoomMessageResponse EndRedactRoomMessage(IAsyncResult asyncResult); #endregion #region RegenerateSecurityToken /// /// Regenerates the security token for a bot. /// /// Container for the necessary parameters to execute the RegenerateSecurityToken service method. /// /// The response from the RegenerateSecurityToken service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for RegenerateSecurityToken Operation RegenerateSecurityTokenResponse RegenerateSecurityToken(RegenerateSecurityTokenRequest request); /// /// Initiates the asynchronous execution of the RegenerateSecurityToken operation. /// /// /// Container for the necessary parameters to execute the RegenerateSecurityToken operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRegenerateSecurityToken /// operation. /// REST API Reference for RegenerateSecurityToken Operation IAsyncResult BeginRegenerateSecurityToken(RegenerateSecurityTokenRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RegenerateSecurityToken operation. /// /// /// The IAsyncResult returned by the call to BeginRegenerateSecurityToken. /// /// Returns a RegenerateSecurityTokenResult from Chime. /// REST API Reference for RegenerateSecurityToken Operation RegenerateSecurityTokenResponse EndRegenerateSecurityToken(IAsyncResult asyncResult); #endregion #region ResetPersonalPIN /// /// Resets the personal meeting PIN for the specified user on an Amazon Chime account. /// Returns the User object with the updated personal meeting PIN. /// /// Container for the necessary parameters to execute the ResetPersonalPIN service method. /// /// The response from the ResetPersonalPIN service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ResetPersonalPIN Operation ResetPersonalPINResponse ResetPersonalPIN(ResetPersonalPINRequest request); /// /// Initiates the asynchronous execution of the ResetPersonalPIN operation. /// /// /// Container for the necessary parameters to execute the ResetPersonalPIN operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndResetPersonalPIN /// operation. /// REST API Reference for ResetPersonalPIN Operation IAsyncResult BeginResetPersonalPIN(ResetPersonalPINRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ResetPersonalPIN operation. /// /// /// The IAsyncResult returned by the call to BeginResetPersonalPIN. /// /// Returns a ResetPersonalPINResult from Chime. /// REST API Reference for ResetPersonalPIN Operation ResetPersonalPINResponse EndResetPersonalPIN(IAsyncResult asyncResult); #endregion #region RestorePhoneNumber /// /// Moves a phone number from the Deletion queue back into the phone number Inventory. /// /// Container for the necessary parameters to execute the RestorePhoneNumber service method. /// /// The response from the RestorePhoneNumber service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for RestorePhoneNumber Operation RestorePhoneNumberResponse RestorePhoneNumber(RestorePhoneNumberRequest request); /// /// Initiates the asynchronous execution of the RestorePhoneNumber operation. /// /// /// Container for the necessary parameters to execute the RestorePhoneNumber operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndRestorePhoneNumber /// operation. /// REST API Reference for RestorePhoneNumber Operation IAsyncResult BeginRestorePhoneNumber(RestorePhoneNumberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the RestorePhoneNumber operation. /// /// /// The IAsyncResult returned by the call to BeginRestorePhoneNumber. /// /// Returns a RestorePhoneNumberResult from Chime. /// REST API Reference for RestorePhoneNumber Operation RestorePhoneNumberResponse EndRestorePhoneNumber(IAsyncResult asyncResult); #endregion #region SearchAvailablePhoneNumbers /// /// 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. /// /// Container for the necessary parameters to execute the SearchAvailablePhoneNumbers service method. /// /// The response from the SearchAvailablePhoneNumbers service method, as returned by Chime. /// /// You don't have permissions to perform the requested operation. /// /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for SearchAvailablePhoneNumbers Operation SearchAvailablePhoneNumbersResponse SearchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest request); /// /// Initiates the asynchronous execution of the SearchAvailablePhoneNumbers operation. /// /// /// Container for the necessary parameters to execute the SearchAvailablePhoneNumbers operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndSearchAvailablePhoneNumbers /// operation. /// REST API Reference for SearchAvailablePhoneNumbers Operation IAsyncResult BeginSearchAvailablePhoneNumbers(SearchAvailablePhoneNumbersRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the SearchAvailablePhoneNumbers operation. /// /// /// The IAsyncResult returned by the call to BeginSearchAvailablePhoneNumbers. /// /// Returns a SearchAvailablePhoneNumbersResult from Chime. /// REST API Reference for SearchAvailablePhoneNumbers Operation SearchAvailablePhoneNumbersResponse EndSearchAvailablePhoneNumbers(IAsyncResult asyncResult); #endregion #region SendChannelMessage /// /// 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. /// /// /// /// Container for the necessary parameters to execute the SendChannelMessage service method. /// /// The response from the SendChannelMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for SendChannelMessage Operation [Obsolete("Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace")] SendChannelMessageResponse SendChannelMessage(SendChannelMessageRequest request); /// /// Initiates the asynchronous execution of the SendChannelMessage operation. /// /// /// Container for the necessary parameters to execute the SendChannelMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndSendChannelMessage /// operation. /// REST API Reference for SendChannelMessage Operation [Obsolete("Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginSendChannelMessage(SendChannelMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the SendChannelMessage operation. /// /// /// The IAsyncResult returned by the call to BeginSendChannelMessage. /// /// Returns a SendChannelMessageResult from Chime. /// REST API Reference for SendChannelMessage Operation [Obsolete("Replaced by SendChannelMessage in the Amazon Chime SDK Messaging Namespace")] SendChannelMessageResponse EndSendChannelMessage(IAsyncResult asyncResult); #endregion #region StartMeetingTranscription /// /// 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. /// /// /// /// Container for the necessary parameters to execute the StartMeetingTranscription service method. /// /// The response from the StartMeetingTranscription service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// /// The request was well-formed but was unable to be followed due to semantic errors. /// /// REST API Reference for StartMeetingTranscription Operation [Obsolete("Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace")] StartMeetingTranscriptionResponse StartMeetingTranscription(StartMeetingTranscriptionRequest request); /// /// Initiates the asynchronous execution of the StartMeetingTranscription operation. /// /// /// Container for the necessary parameters to execute the StartMeetingTranscription operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStartMeetingTranscription /// operation. /// REST API Reference for StartMeetingTranscription Operation [Obsolete("Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginStartMeetingTranscription(StartMeetingTranscriptionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StartMeetingTranscription operation. /// /// /// The IAsyncResult returned by the call to BeginStartMeetingTranscription. /// /// Returns a StartMeetingTranscriptionResult from Chime. /// REST API Reference for StartMeetingTranscription Operation [Obsolete("Replaced by StartMeetingTranscription in the Amazon Chime SDK Meetings Namespace")] StartMeetingTranscriptionResponse EndStartMeetingTranscription(IAsyncResult asyncResult); #endregion #region StopMeetingTranscription /// /// 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. /// /// /// /// Container for the necessary parameters to execute the StopMeetingTranscription service method. /// /// The response from the StopMeetingTranscription service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// /// The request was well-formed but was unable to be followed due to semantic errors. /// /// REST API Reference for StopMeetingTranscription Operation [Obsolete("Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace")] StopMeetingTranscriptionResponse StopMeetingTranscription(StopMeetingTranscriptionRequest request); /// /// Initiates the asynchronous execution of the StopMeetingTranscription operation. /// /// /// Container for the necessary parameters to execute the StopMeetingTranscription operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndStopMeetingTranscription /// operation. /// REST API Reference for StopMeetingTranscription Operation [Obsolete("Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace")] IAsyncResult BeginStopMeetingTranscription(StopMeetingTranscriptionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the StopMeetingTranscription operation. /// /// /// The IAsyncResult returned by the call to BeginStopMeetingTranscription. /// /// Returns a StopMeetingTranscriptionResult from Chime. /// REST API Reference for StopMeetingTranscription Operation [Obsolete("Replaced by StopMeetingTranscription in the Amazon Chime SDK Meetings Namespace")] StopMeetingTranscriptionResponse EndStopMeetingTranscription(IAsyncResult asyncResult); #endregion #region TagAttendee /// /// 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. /// /// /// /// Container for the necessary parameters to execute the TagAttendee service method. /// /// The response from the TagAttendee service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for TagAttendee Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] TagAttendeeResponse TagAttendee(TagAttendeeRequest request); /// /// Initiates the asynchronous execution of the TagAttendee operation. /// /// /// Container for the necessary parameters to execute the TagAttendee operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagAttendee /// operation. /// REST API Reference for TagAttendee Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] IAsyncResult BeginTagAttendee(TagAttendeeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagAttendee operation. /// /// /// The IAsyncResult returned by the call to BeginTagAttendee. /// /// Returns a TagAttendeeResult from Chime. /// REST API Reference for TagAttendee Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] TagAttendeeResponse EndTagAttendee(IAsyncResult asyncResult); #endregion #region TagMeeting /// /// 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. /// /// /// /// Container for the necessary parameters to execute the TagMeeting service method. /// /// The response from the TagMeeting service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for TagMeeting Operation [Obsolete("Use TagResource in the Amazon Chime SDK Meetings Namespace.")] TagMeetingResponse TagMeeting(TagMeetingRequest request); /// /// Initiates the asynchronous execution of the TagMeeting operation. /// /// /// Container for the necessary parameters to execute the TagMeeting operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagMeeting /// operation. /// REST API Reference for TagMeeting Operation [Obsolete("Use TagResource in the Amazon Chime SDK Meetings Namespace.")] IAsyncResult BeginTagMeeting(TagMeetingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagMeeting operation. /// /// /// The IAsyncResult returned by the call to BeginTagMeeting. /// /// Returns a TagMeetingResult from Chime. /// REST API Reference for TagMeeting Operation [Obsolete("Use TagResource in the Amazon Chime SDK Meetings Namespace.")] TagMeetingResponse EndTagMeeting(IAsyncResult asyncResult); #endregion #region TagResource /// /// 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. /// /// /// /// Container for the necessary parameters to execute the TagResource service method. /// /// The response from the TagResource service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for TagResource Operation [Obsolete("Replaced by TagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] TagResourceResponse TagResource(TagResourceRequest request); /// /// Initiates the asynchronous execution of the TagResource operation. /// /// /// Container for the necessary parameters to execute the TagResource operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource /// operation. /// REST API Reference for TagResource Operation [Obsolete("Replaced by TagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the TagResource operation. /// /// /// The IAsyncResult returned by the call to BeginTagResource. /// /// Returns a TagResourceResult from Chime. /// REST API Reference for TagResource Operation [Obsolete("Replaced by TagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] TagResourceResponse EndTagResource(IAsyncResult asyncResult); #endregion #region UntagAttendee /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UntagAttendee service method. /// /// The response from the UntagAttendee service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UntagAttendee Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] UntagAttendeeResponse UntagAttendee(UntagAttendeeRequest request); /// /// Initiates the asynchronous execution of the UntagAttendee operation. /// /// /// Container for the necessary parameters to execute the UntagAttendee operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagAttendee /// operation. /// REST API Reference for UntagAttendee Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] IAsyncResult BeginUntagAttendee(UntagAttendeeRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagAttendee operation. /// /// /// The IAsyncResult returned by the call to BeginUntagAttendee. /// /// Returns a UntagAttendeeResult from Chime. /// REST API Reference for UntagAttendee Operation [Obsolete("Attendee Tags are not supported in the Amazon Chime SDK Meetings Namespace. Update your application to remove calls to this API.")] UntagAttendeeResponse EndUntagAttendee(IAsyncResult asyncResult); #endregion #region UntagMeeting /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UntagMeeting service method. /// /// The response from the UntagMeeting service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UntagMeeting Operation [Obsolete("Use UntagResource in the Amazon Chime SDK Meetings Namespace.")] UntagMeetingResponse UntagMeeting(UntagMeetingRequest request); /// /// Initiates the asynchronous execution of the UntagMeeting operation. /// /// /// Container for the necessary parameters to execute the UntagMeeting operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagMeeting /// operation. /// REST API Reference for UntagMeeting Operation [Obsolete("Use UntagResource in the Amazon Chime SDK Meetings Namespace.")] IAsyncResult BeginUntagMeeting(UntagMeetingRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagMeeting operation. /// /// /// The IAsyncResult returned by the call to BeginUntagMeeting. /// /// Returns a UntagMeetingResult from Chime. /// REST API Reference for UntagMeeting Operation [Obsolete("Use UntagResource in the Amazon Chime SDK Meetings Namespace.")] UntagMeetingResponse EndUntagMeeting(IAsyncResult asyncResult); #endregion #region UntagResource /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UntagResource service method. /// /// The response from the UntagResource service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UntagResource Operation [Obsolete("Replaced by UntagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] UntagResourceResponse UntagResource(UntagResourceRequest request); /// /// Initiates the asynchronous execution of the UntagResource operation. /// /// /// Container for the necessary parameters to execute the UntagResource operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource /// operation. /// REST API Reference for UntagResource Operation [Obsolete("Replaced by UntagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UntagResource operation. /// /// /// The IAsyncResult returned by the call to BeginUntagResource. /// /// Returns a UntagResourceResult from Chime. /// REST API Reference for UntagResource Operation [Obsolete("Replaced by UntagResource in the Amazon Chime SDK Voice, Amazon Chime SDK Meetings, Amazon Chime SDK Identity, Amazon Chime SDK Messaging, and Amazon Chime SDK Media Pipelines Namespaces")] UntagResourceResponse EndUntagResource(IAsyncResult asyncResult); #endregion #region UpdateAccount /// /// Updates account details for the specified Amazon Chime account. Currently, only account /// name and default license updates are supported for this action. /// /// Container for the necessary parameters to execute the UpdateAccount service method. /// /// The response from the UpdateAccount service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateAccount Operation UpdateAccountResponse UpdateAccount(UpdateAccountRequest request); /// /// Initiates the asynchronous execution of the UpdateAccount operation. /// /// /// Container for the necessary parameters to execute the UpdateAccount operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAccount /// operation. /// REST API Reference for UpdateAccount Operation IAsyncResult BeginUpdateAccount(UpdateAccountRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateAccount operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateAccount. /// /// Returns a UpdateAccountResult from Chime. /// REST API Reference for UpdateAccount Operation UpdateAccountResponse EndUpdateAccount(IAsyncResult asyncResult); #endregion #region UpdateAccountSettings /// /// 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. /// /// Container for the necessary parameters to execute the UpdateAccountSettings service method. /// /// The response from the UpdateAccountSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateAccountSettings Operation UpdateAccountSettingsResponse UpdateAccountSettings(UpdateAccountSettingsRequest request); /// /// Initiates the asynchronous execution of the UpdateAccountSettings operation. /// /// /// Container for the necessary parameters to execute the UpdateAccountSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAccountSettings /// operation. /// REST API Reference for UpdateAccountSettings Operation IAsyncResult BeginUpdateAccountSettings(UpdateAccountSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateAccountSettings operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateAccountSettings. /// /// Returns a UpdateAccountSettingsResult from Chime. /// REST API Reference for UpdateAccountSettings Operation UpdateAccountSettingsResponse EndUpdateAccountSettings(IAsyncResult asyncResult); #endregion #region UpdateAppInstance /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateAppInstance service method. /// /// The response from the UpdateAppInstance service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateAppInstance Operation [Obsolete("Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace")] UpdateAppInstanceResponse UpdateAppInstance(UpdateAppInstanceRequest request); /// /// Initiates the asynchronous execution of the UpdateAppInstance operation. /// /// /// Container for the necessary parameters to execute the UpdateAppInstance operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAppInstance /// operation. /// REST API Reference for UpdateAppInstance Operation [Obsolete("Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginUpdateAppInstance(UpdateAppInstanceRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateAppInstance operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateAppInstance. /// /// Returns a UpdateAppInstanceResult from Chime. /// REST API Reference for UpdateAppInstance Operation [Obsolete("Replaced by UpdateAppInstance in the Amazon Chime SDK Identity Namespace")] UpdateAppInstanceResponse EndUpdateAppInstance(IAsyncResult asyncResult); #endregion #region UpdateAppInstanceUser /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateAppInstanceUser service method. /// /// The response from the UpdateAppInstanceUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateAppInstanceUser Operation [Obsolete("Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace")] UpdateAppInstanceUserResponse UpdateAppInstanceUser(UpdateAppInstanceUserRequest request); /// /// Initiates the asynchronous execution of the UpdateAppInstanceUser operation. /// /// /// Container for the necessary parameters to execute the UpdateAppInstanceUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateAppInstanceUser /// operation. /// REST API Reference for UpdateAppInstanceUser Operation [Obsolete("Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace")] IAsyncResult BeginUpdateAppInstanceUser(UpdateAppInstanceUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateAppInstanceUser operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateAppInstanceUser. /// /// Returns a UpdateAppInstanceUserResult from Chime. /// REST API Reference for UpdateAppInstanceUser Operation [Obsolete("Replaced by UpdateAppInstanceUser in the Amazon Chime SDK Identity Namespace")] UpdateAppInstanceUserResponse EndUpdateAppInstanceUser(IAsyncResult asyncResult); #endregion #region UpdateBot /// /// Updates the status of the specified bot, such as starting or stopping the bot from /// running in your Amazon Chime Enterprise account. /// /// Container for the necessary parameters to execute the UpdateBot service method. /// /// The response from the UpdateBot service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateBot Operation UpdateBotResponse UpdateBot(UpdateBotRequest request); /// /// Initiates the asynchronous execution of the UpdateBot operation. /// /// /// Container for the necessary parameters to execute the UpdateBot operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateBot /// operation. /// REST API Reference for UpdateBot Operation IAsyncResult BeginUpdateBot(UpdateBotRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateBot operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateBot. /// /// Returns a UpdateBotResult from Chime. /// REST API Reference for UpdateBot Operation UpdateBotResponse EndUpdateBot(IAsyncResult asyncResult); #endregion #region UpdateChannel /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateChannel service method. /// /// The response from the UpdateChannel service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateChannel Operation [Obsolete("Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace")] UpdateChannelResponse UpdateChannel(UpdateChannelRequest request); /// /// Initiates the asynchronous execution of the UpdateChannel operation. /// /// /// Container for the necessary parameters to execute the UpdateChannel operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateChannel /// operation. /// REST API Reference for UpdateChannel Operation [Obsolete("Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginUpdateChannel(UpdateChannelRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateChannel operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateChannel. /// /// Returns a UpdateChannelResult from Chime. /// REST API Reference for UpdateChannel Operation [Obsolete("Replaced by UpdateChannel in the Amazon Chime SDK Messaging Namespace")] UpdateChannelResponse EndUpdateChannel(IAsyncResult asyncResult); #endregion #region UpdateChannelMessage /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateChannelMessage service method. /// /// The response from the UpdateChannelMessage service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateChannelMessage Operation [Obsolete("Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace")] UpdateChannelMessageResponse UpdateChannelMessage(UpdateChannelMessageRequest request); /// /// Initiates the asynchronous execution of the UpdateChannelMessage operation. /// /// /// Container for the necessary parameters to execute the UpdateChannelMessage operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateChannelMessage /// operation. /// REST API Reference for UpdateChannelMessage Operation [Obsolete("Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginUpdateChannelMessage(UpdateChannelMessageRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateChannelMessage operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateChannelMessage. /// /// Returns a UpdateChannelMessageResult from Chime. /// REST API Reference for UpdateChannelMessage Operation [Obsolete("Replaced by UpdateChannelMessage in the Amazon Chime SDK Messaging Namespace")] UpdateChannelMessageResponse EndUpdateChannelMessage(IAsyncResult asyncResult); #endregion #region UpdateChannelReadMarker /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateChannelReadMarker service method. /// /// The response from the UpdateChannelReadMarker service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateChannelReadMarker Operation [Obsolete("Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace")] UpdateChannelReadMarkerResponse UpdateChannelReadMarker(UpdateChannelReadMarkerRequest request); /// /// Initiates the asynchronous execution of the UpdateChannelReadMarker operation. /// /// /// Container for the necessary parameters to execute the UpdateChannelReadMarker operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateChannelReadMarker /// operation. /// REST API Reference for UpdateChannelReadMarker Operation [Obsolete("Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace")] IAsyncResult BeginUpdateChannelReadMarker(UpdateChannelReadMarkerRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateChannelReadMarker operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateChannelReadMarker. /// /// Returns a UpdateChannelReadMarkerResult from Chime. /// REST API Reference for UpdateChannelReadMarker Operation [Obsolete("Replaced by UpdateChannelReadMarker in the Amazon Chime SDK Messaging Namespace")] UpdateChannelReadMarkerResponse EndUpdateChannelReadMarker(IAsyncResult asyncResult); #endregion #region UpdateGlobalSettings /// /// Updates global settings for the administrator's AWS account, such as Amazon Chime /// Business Calling and Amazon Chime Voice Connector settings. /// /// Container for the necessary parameters to execute the UpdateGlobalSettings service method. /// /// The response from the UpdateGlobalSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateGlobalSettings Operation UpdateGlobalSettingsResponse UpdateGlobalSettings(UpdateGlobalSettingsRequest request); /// /// Initiates the asynchronous execution of the UpdateGlobalSettings operation. /// /// /// Container for the necessary parameters to execute the UpdateGlobalSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateGlobalSettings /// operation. /// REST API Reference for UpdateGlobalSettings Operation IAsyncResult BeginUpdateGlobalSettings(UpdateGlobalSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateGlobalSettings operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateGlobalSettings. /// /// Returns a UpdateGlobalSettingsResult from Chime. /// REST API Reference for UpdateGlobalSettings Operation UpdateGlobalSettingsResponse EndUpdateGlobalSettings(IAsyncResult asyncResult); #endregion #region UpdatePhoneNumber /// /// 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. /// /// /// Container for the necessary parameters to execute the UpdatePhoneNumber service method. /// /// The response from the UpdatePhoneNumber service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdatePhoneNumber Operation UpdatePhoneNumberResponse UpdatePhoneNumber(UpdatePhoneNumberRequest request); /// /// Initiates the asynchronous execution of the UpdatePhoneNumber operation. /// /// /// Container for the necessary parameters to execute the UpdatePhoneNumber operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdatePhoneNumber /// operation. /// REST API Reference for UpdatePhoneNumber Operation IAsyncResult BeginUpdatePhoneNumber(UpdatePhoneNumberRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdatePhoneNumber operation. /// /// /// The IAsyncResult returned by the call to BeginUpdatePhoneNumber. /// /// Returns a UpdatePhoneNumberResult from Chime. /// REST API Reference for UpdatePhoneNumber Operation UpdatePhoneNumberResponse EndUpdatePhoneNumber(IAsyncResult asyncResult); #endregion #region UpdatePhoneNumberSettings /// /// 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. /// /// Container for the necessary parameters to execute the UpdatePhoneNumberSettings service method. /// /// The response from the UpdatePhoneNumberSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdatePhoneNumberSettings Operation UpdatePhoneNumberSettingsResponse UpdatePhoneNumberSettings(UpdatePhoneNumberSettingsRequest request); /// /// Initiates the asynchronous execution of the UpdatePhoneNumberSettings operation. /// /// /// Container for the necessary parameters to execute the UpdatePhoneNumberSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdatePhoneNumberSettings /// operation. /// REST API Reference for UpdatePhoneNumberSettings Operation IAsyncResult BeginUpdatePhoneNumberSettings(UpdatePhoneNumberSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdatePhoneNumberSettings operation. /// /// /// The IAsyncResult returned by the call to BeginUpdatePhoneNumberSettings. /// /// Returns a UpdatePhoneNumberSettingsResult from Chime. /// REST API Reference for UpdatePhoneNumberSettings Operation UpdatePhoneNumberSettingsResponse EndUpdatePhoneNumberSettings(IAsyncResult asyncResult); #endregion #region UpdateProxySession /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateProxySession service method. /// /// The response from the UpdateProxySession service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateProxySession Operation [Obsolete("Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace")] UpdateProxySessionResponse UpdateProxySession(UpdateProxySessionRequest request); /// /// Initiates the asynchronous execution of the UpdateProxySession operation. /// /// /// Container for the necessary parameters to execute the UpdateProxySession operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateProxySession /// operation. /// REST API Reference for UpdateProxySession Operation [Obsolete("Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginUpdateProxySession(UpdateProxySessionRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateProxySession operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateProxySession. /// /// Returns a UpdateProxySessionResult from Chime. /// REST API Reference for UpdateProxySession Operation [Obsolete("Replaced by UpdateProxySession in the Amazon Chime SDK Voice Namespace")] UpdateProxySessionResponse EndUpdateProxySession(IAsyncResult asyncResult); #endregion #region UpdateRoom /// /// Updates room details, such as the room name, for a room in an Amazon Chime Enterprise /// account. /// /// Container for the necessary parameters to execute the UpdateRoom service method. /// /// The response from the UpdateRoom service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateRoom Operation UpdateRoomResponse UpdateRoom(UpdateRoomRequest request); /// /// Initiates the asynchronous execution of the UpdateRoom operation. /// /// /// Container for the necessary parameters to execute the UpdateRoom operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateRoom /// operation. /// REST API Reference for UpdateRoom Operation IAsyncResult BeginUpdateRoom(UpdateRoomRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateRoom operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateRoom. /// /// Returns a UpdateRoomResult from Chime. /// REST API Reference for UpdateRoom Operation UpdateRoomResponse EndUpdateRoom(IAsyncResult asyncResult); #endregion #region UpdateRoomMembership /// /// 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. /// /// Container for the necessary parameters to execute the UpdateRoomMembership service method. /// /// The response from the UpdateRoomMembership service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateRoomMembership Operation UpdateRoomMembershipResponse UpdateRoomMembership(UpdateRoomMembershipRequest request); /// /// Initiates the asynchronous execution of the UpdateRoomMembership operation. /// /// /// Container for the necessary parameters to execute the UpdateRoomMembership operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateRoomMembership /// operation. /// REST API Reference for UpdateRoomMembership Operation IAsyncResult BeginUpdateRoomMembership(UpdateRoomMembershipRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateRoomMembership operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateRoomMembership. /// /// Returns a UpdateRoomMembershipResult from Chime. /// REST API Reference for UpdateRoomMembership Operation UpdateRoomMembershipResponse EndUpdateRoomMembership(IAsyncResult asyncResult); #endregion #region UpdateSipMediaApplication /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateSipMediaApplication service method. /// /// The response from the UpdateSipMediaApplication service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateSipMediaApplication Operation [Obsolete("Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace")] UpdateSipMediaApplicationResponse UpdateSipMediaApplication(UpdateSipMediaApplicationRequest request); /// /// Initiates the asynchronous execution of the UpdateSipMediaApplication operation. /// /// /// Container for the necessary parameters to execute the UpdateSipMediaApplication operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateSipMediaApplication /// operation. /// REST API Reference for UpdateSipMediaApplication Operation [Obsolete("Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginUpdateSipMediaApplication(UpdateSipMediaApplicationRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateSipMediaApplication operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateSipMediaApplication. /// /// Returns a UpdateSipMediaApplicationResult from Chime. /// REST API Reference for UpdateSipMediaApplication Operation [Obsolete("Replaced by UpdateSipMediaApplication in the Amazon Chime SDK Voice Namespace")] UpdateSipMediaApplicationResponse EndUpdateSipMediaApplication(IAsyncResult asyncResult); #endregion #region UpdateSipMediaApplicationCall /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateSipMediaApplicationCall service method. /// /// The response from the UpdateSipMediaApplicationCall service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateSipMediaApplicationCall Operation [Obsolete("Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace")] UpdateSipMediaApplicationCallResponse UpdateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest request); /// /// Initiates the asynchronous execution of the UpdateSipMediaApplicationCall operation. /// /// /// Container for the necessary parameters to execute the UpdateSipMediaApplicationCall operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateSipMediaApplicationCall /// operation. /// REST API Reference for UpdateSipMediaApplicationCall Operation [Obsolete("Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginUpdateSipMediaApplicationCall(UpdateSipMediaApplicationCallRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateSipMediaApplicationCall operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateSipMediaApplicationCall. /// /// Returns a UpdateSipMediaApplicationCallResult from Chime. /// REST API Reference for UpdateSipMediaApplicationCall Operation [Obsolete("Replaced by UpdateSipMediaApplicationCall in the Amazon Chime SDK Voice Namespace")] UpdateSipMediaApplicationCallResponse EndUpdateSipMediaApplicationCall(IAsyncResult asyncResult); #endregion #region UpdateSipRule /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateSipRule service method. /// /// The response from the UpdateSipRule service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The request exceeds the resource limit. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateSipRule Operation [Obsolete("Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace")] UpdateSipRuleResponse UpdateSipRule(UpdateSipRuleRequest request); /// /// Initiates the asynchronous execution of the UpdateSipRule operation. /// /// /// Container for the necessary parameters to execute the UpdateSipRule operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateSipRule /// operation. /// REST API Reference for UpdateSipRule Operation [Obsolete("Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginUpdateSipRule(UpdateSipRuleRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateSipRule operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateSipRule. /// /// Returns a UpdateSipRuleResult from Chime. /// REST API Reference for UpdateSipRule Operation [Obsolete("Replaced by UpdateSipRule in the Amazon Chime SDK Voice Namespace")] UpdateSipRuleResponse EndUpdateSipRule(IAsyncResult asyncResult); #endregion #region UpdateUser /// /// Updates user details for a specified user ID. Currently, only LicenseType /// updates are supported for this action. /// /// Container for the necessary parameters to execute the UpdateUser service method. /// /// The response from the UpdateUser service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateUser Operation UpdateUserResponse UpdateUser(UpdateUserRequest request); /// /// Initiates the asynchronous execution of the UpdateUser operation. /// /// /// Container for the necessary parameters to execute the UpdateUser operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateUser /// operation. /// REST API Reference for UpdateUser Operation IAsyncResult BeginUpdateUser(UpdateUserRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateUser operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateUser. /// /// Returns a UpdateUserResult from Chime. /// REST API Reference for UpdateUser Operation UpdateUserResponse EndUpdateUser(IAsyncResult asyncResult); #endregion #region UpdateUserSettings /// /// Updates the settings for the specified user, such as phone number settings. /// /// Container for the necessary parameters to execute the UpdateUserSettings service method. /// /// The response from the UpdateUserSettings service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateUserSettings Operation UpdateUserSettingsResponse UpdateUserSettings(UpdateUserSettingsRequest request); /// /// Initiates the asynchronous execution of the UpdateUserSettings operation. /// /// /// Container for the necessary parameters to execute the UpdateUserSettings operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateUserSettings /// operation. /// REST API Reference for UpdateUserSettings Operation IAsyncResult BeginUpdateUserSettings(UpdateUserSettingsRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateUserSettings operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateUserSettings. /// /// Returns a UpdateUserSettingsResult from Chime. /// REST API Reference for UpdateUserSettings Operation UpdateUserSettingsResponse EndUpdateUserSettings(IAsyncResult asyncResult); #endregion #region UpdateVoiceConnector /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateVoiceConnector service method. /// /// The response from the UpdateVoiceConnector service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateVoiceConnector Operation [Obsolete("Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace")] UpdateVoiceConnectorResponse UpdateVoiceConnector(UpdateVoiceConnectorRequest request); /// /// Initiates the asynchronous execution of the UpdateVoiceConnector operation. /// /// /// Container for the necessary parameters to execute the UpdateVoiceConnector operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateVoiceConnector /// operation. /// REST API Reference for UpdateVoiceConnector Operation [Obsolete("Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginUpdateVoiceConnector(UpdateVoiceConnectorRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateVoiceConnector operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateVoiceConnector. /// /// Returns a UpdateVoiceConnectorResult from Chime. /// REST API Reference for UpdateVoiceConnector Operation [Obsolete("Replaced by UpdateVoiceConnector in the Amazon Chime SDK Voice Namespace")] UpdateVoiceConnectorResponse EndUpdateVoiceConnector(IAsyncResult asyncResult); #endregion #region UpdateVoiceConnectorGroup /// /// 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. /// /// /// /// Container for the necessary parameters to execute the UpdateVoiceConnectorGroup service method. /// /// The response from the UpdateVoiceConnectorGroup service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The request could not be processed because of conflict in the current state of the /// resource. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for UpdateVoiceConnectorGroup Operation [Obsolete("Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] UpdateVoiceConnectorGroupResponse UpdateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest request); /// /// Initiates the asynchronous execution of the UpdateVoiceConnectorGroup operation. /// /// /// Container for the necessary parameters to execute the UpdateVoiceConnectorGroup operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateVoiceConnectorGroup /// operation. /// REST API Reference for UpdateVoiceConnectorGroup Operation [Obsolete("Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginUpdateVoiceConnectorGroup(UpdateVoiceConnectorGroupRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the UpdateVoiceConnectorGroup operation. /// /// /// The IAsyncResult returned by the call to BeginUpdateVoiceConnectorGroup. /// /// Returns a UpdateVoiceConnectorGroupResult from Chime. /// REST API Reference for UpdateVoiceConnectorGroup Operation [Obsolete("Replaced by UpdateVoiceConnectorGroup in the Amazon Chime SDK Voice Namespace")] UpdateVoiceConnectorGroupResponse EndUpdateVoiceConnectorGroup(IAsyncResult asyncResult); #endregion #region ValidateE911Address /// /// 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. /// /// /// /// Container for the necessary parameters to execute the ValidateE911Address service method. /// /// The response from the ValidateE911Address service method, as returned by Chime. /// /// The input parameters don't match the service's restrictions. /// /// /// The client is permanently forbidden from making the request. /// /// /// One or more of the resources in the request does not exist in the system. /// /// /// The service encountered an unexpected error. /// /// /// The service is currently unavailable. /// /// /// The client exceeded its request rate limit. /// /// /// The client is not currently authorized to make the request. /// /// REST API Reference for ValidateE911Address Operation [Obsolete("Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace")] ValidateE911AddressResponse ValidateE911Address(ValidateE911AddressRequest request); /// /// Initiates the asynchronous execution of the ValidateE911Address operation. /// /// /// Container for the necessary parameters to execute the ValidateE911Address operation on AmazonChimeClient. /// An AsyncCallback delegate that is invoked when the operation completes. /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// /// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndValidateE911Address /// operation. /// REST API Reference for ValidateE911Address Operation [Obsolete("Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace")] IAsyncResult BeginValidateE911Address(ValidateE911AddressRequest request, AsyncCallback callback, object state); /// /// Finishes the asynchronous execution of the ValidateE911Address operation. /// /// /// The IAsyncResult returned by the call to BeginValidateE911Address. /// /// Returns a ValidateE911AddressResult from Chime. /// REST API Reference for ValidateE911Address Operation [Obsolete("Replaced by ValidateE911Address in the Amazon Chime SDK Voice Namespace")] ValidateE911AddressResponse EndValidateE911Address(IAsyncResult asyncResult); #endregion } }