Class: AWS.Chime
- Inherits:
-
AWS.Service
- Object
- AWS.Service
- AWS.Chime
- Identifier:
- chime
- API Version:
- 2018-05-01
- Defined in:
- (unknown)
Overview
Constructs a service interface object. Each API operation is exposed as a function on service.
Service Description
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice Connectors. This guide provides detailed information about the Amazon Chime API, including operations, types, inputs and outputs, and error codes. It also includes some server-side API actions to use with the Amazon Chime SDK. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls. We recommend using an AWS SDK or the AWS CLI. Each API operation includes links to information about using it with a language-specific AWS SDK or the AWS CLI.
- 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 endpointhttps://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.
Sending a Request Using Chime
var chime = new AWS.Chime();
chime.associatePhoneNumberWithUser(params, function (err, data) {
if (err) console.log(err, err.stack); // an error occurred
else console.log(data); // successful response
});
Locking the API Version
In order to ensure that the Chime object uses this specific API, you can
construct the object by passing the apiVersion
option to the constructor:
var chime = new AWS.Chime({apiVersion: '2018-05-01'});
You can also set the API version globally in AWS.config.apiVersions
using
the chime service identifier:
AWS.config.apiVersions = {
chime: '2018-05-01',
// other service API versions
};
var chime = new AWS.Chime();
Constructor Summary collapse
-
new AWS.Chime(options = {}) ⇒ Object
constructor
Constructs a service object.
Property Summary collapse
-
endpoint ⇒ AWS.Endpoint
readwrite
An Endpoint object representing the endpoint URL for service requests.
Properties inherited from AWS.Service
Method Summary collapse
-
associatePhoneNumbersWithVoiceConnector(params = {}, callback) ⇒ AWS.Request
Associates phone numbers with the specified Amazon Chime Voice Connector.
.
-
associatePhoneNumbersWithVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Associates phone numbers with the specified Amazon Chime Voice Connector group.
.
-
associatePhoneNumberWithUser(params = {}, callback) ⇒ AWS.Request
Associates a phone number with the specified Amazon Chime user.
.
-
associateSigninDelegateGroupsWithAccount(params = {}, callback) ⇒ AWS.Request
Associates the specified sign-in delegate groups with the specified Amazon Chime account.
.
-
batchCreateAttendee(params = {}, callback) ⇒ AWS.Request
Creates up to 100 new attendees for an active Amazon Chime SDK meeting.
-
batchCreateChannelMembership(params = {}, callback) ⇒ AWS.Request
Adds a specified number of users to a channel.
.
-
batchCreateRoomMembership(params = {}, callback) ⇒ AWS.Request
Adds up to 50 members to a chat room in an Amazon Chime Enterprise account.
-
batchDeletePhoneNumber(params = {}, callback) ⇒ AWS.Request
Moves phone numbers into the Deletion queue.
-
batchSuspendUser(params = {}, callback) ⇒ AWS.Request
Suspends up to 50 users from a
Team
orEnterpriseLWA
Amazon Chime account. -
batchUnsuspendUser(params = {}, callback) ⇒ AWS.Request
Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime
EnterpriseLWA
account. -
batchUpdatePhoneNumber(params = {}, callback) ⇒ AWS.Request
Updates phone number product types or calling names.
-
batchUpdateUser(params = {}, callback) ⇒ AWS.Request
Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account.
-
createAccount(params = {}, callback) ⇒ AWS.Request
Creates an Amazon Chime account under the administrator's AWS account.
-
createAppInstance(params = {}, callback) ⇒ AWS.Request
Creates an Amazon Chime SDK messaging
AppInstance
under an AWS account. -
createAppInstanceAdmin(params = {}, callback) ⇒ AWS.Request
Promotes an
AppInstanceUser
to anAppInstanceAdmin
. -
createAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Creates a user under an Amazon Chime
AppInstance
. -
createAttendee(params = {}, callback) ⇒ AWS.Request
Creates a new attendee for an active Amazon Chime SDK meeting.
-
createBot(params = {}, callback) ⇒ AWS.Request
Creates a bot for an Amazon Chime Enterprise account.
.
-
createChannel(params = {}, callback) ⇒ AWS.Request
Creates a channel to which you can add users and send messages.
Restriction: You can't change a channel's privacy.
Note: Thex-amz-chime-bearer
request header is mandatory.- createChannelBan(params = {}, callback) ⇒ AWS.Request
Permanently bans a member from a channel.
- createChannelMembership(params = {}, callback) ⇒ AWS.Request
Adds a user to a channel.
- createChannelModerator(params = {}, callback) ⇒ AWS.Request
Creates a new
ChannelModerator
.- createMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Creates a media capture pipeline.
.
- createMeeting(params = {}, callback) ⇒ AWS.Request
Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees.
- createMeetingDialOut(params = {}, callback) ⇒ AWS.Request
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.
- createMeetingWithAttendees(params = {}, callback) ⇒ AWS.Request
Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
- createPhoneNumberOrder(params = {}, callback) ⇒ AWS.Request
Creates an order for phone numbers to be provisioned.
- createProxySession(params = {}, callback) ⇒ AWS.Request
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.
.
- createRoom(params = {}, callback) ⇒ AWS.Request
Creates a chat room for the specified Amazon Chime Enterprise account.
.
- createRoomMembership(params = {}, callback) ⇒ AWS.Request
Adds a member to a chat room in an Amazon Chime Enterprise account.
- createSipMediaApplication(params = {}, callback) ⇒ AWS.Request
Creates a SIP media application.
.
- createSipMediaApplicationCall(params = {}, callback) ⇒ AWS.Request
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
..
- createSipRule(params = {}, callback) ⇒ AWS.Request
Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
.
- createUser(params = {}, callback) ⇒ AWS.Request
Creates a user under the specified Amazon Chime account.
.
- createVoiceConnector(params = {}, callback) ⇒ AWS.Request
Creates an Amazon Chime Voice Connector under the administrator's AWS account.
- createVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Creates an Amazon Chime Voice Connector group under the administrator's AWS account.
- deleteAccount(params = {}, callback) ⇒ AWS.Request
Deletes the specified Amazon Chime account.
- deleteAppInstance(params = {}, callback) ⇒ AWS.Request
Deletes an
AppInstance
and all associated data asynchronously..
- deleteAppInstanceAdmin(params = {}, callback) ⇒ AWS.Request
Demotes an
AppInstanceAdmin
to anAppInstanceUser
.- deleteAppInstanceStreamingConfigurations(params = {}, callback) ⇒ AWS.Request
Deletes the streaming configurations of an
AppInstance
..
- deleteAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Deletes an
AppInstanceUser
..
- deleteAttendee(params = {}, callback) ⇒ AWS.Request
Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
JoinToken
.- deleteChannel(params = {}, callback) ⇒ AWS.Request
Immediately makes a channel and its memberships inaccessible and marks them for deletion.
- deleteChannelBan(params = {}, callback) ⇒ AWS.Request
Removes a user from a channel's ban list.
Note: Thex-amz-chime-bearer
request header is mandatory.- deleteChannelMembership(params = {}, callback) ⇒ AWS.Request
Removes a member from a channel.
Note: Thex-amz-chime-bearer
request header is mandatory.- deleteChannelMessage(params = {}, callback) ⇒ AWS.Request
Deletes a channel message.
- deleteChannelModerator(params = {}, callback) ⇒ AWS.Request
Deletes a channel moderator.
Note: Thex-amz-chime-bearer
request header is mandatory.- deleteEventsConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the events configuration that allows a bot to receive outgoing events.
.
- deleteMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Deletes the media capture pipeline.
.
- deleteMeeting(params = {}, callback) ⇒ AWS.Request
Deletes the specified Amazon Chime SDK meeting.
- deletePhoneNumber(params = {}, callback) ⇒ AWS.Request
Moves the specified phone number into the Deletion queue.
- deleteProxySession(params = {}, callback) ⇒ AWS.Request
Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
.
- deleteRoom(params = {}, callback) ⇒ AWS.Request
Deletes a chat room in an Amazon Chime Enterprise account.
.
- deleteRoomMembership(params = {}, callback) ⇒ AWS.Request
Removes a member from a chat room in an Amazon Chime Enterprise account.
.
- deleteSipMediaApplication(params = {}, callback) ⇒ AWS.Request
Deletes a SIP media application.
.
- deleteSipRule(params = {}, callback) ⇒ AWS.Request
Deletes a SIP rule.
- deleteVoiceConnector(params = {}, callback) ⇒ AWS.Request
Deletes the specified Amazon Chime Voice Connector.
- deleteVoiceConnectorEmergencyCallingConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
.
- deleteVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Deletes the specified Amazon Chime Voice Connector group.
- deleteVoiceConnectorOrigination(params = {}, callback) ⇒ AWS.Request
Deletes the origination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.- deleteVoiceConnectorProxy(params = {}, callback) ⇒ AWS.Request
Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
.
- deleteVoiceConnectorStreamingConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
.
- deleteVoiceConnectorTermination(params = {}, callback) ⇒ AWS.Request
Deletes the termination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.- deleteVoiceConnectorTerminationCredentials(params = {}, callback) ⇒ AWS.Request
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
.
- describeAppInstance(params = {}, callback) ⇒ AWS.Request
Returns the full details of an
AppInstance
..
- describeAppInstanceAdmin(params = {}, callback) ⇒ AWS.Request
Returns the full details of an
AppInstanceAdmin
..
- describeAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Returns the full details of an
AppInstanceUser
..
- describeChannel(params = {}, callback) ⇒ AWS.Request
Returns the full details of a channel in an Amazon Chime
AppInstance
.Note: Thex-amz-chime-bearer
request header is mandatory.- describeChannelBan(params = {}, callback) ⇒ AWS.Request
Returns the full details of a channel ban.
Note: Thex-amz-chime-bearer
request header is mandatory.- describeChannelMembership(params = {}, callback) ⇒ AWS.Request
Returns the full details of a user's channel membership.
Note: Thex-amz-chime-bearer
request header is mandatory.- describeChannelMembershipForAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Returns the details of a channel based on the membership of the specified
AppInstanceUser
.Note: Thex-amz-chime-bearer
request header is mandatory.- describeChannelModeratedByAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Returns the full details of a channel moderated by the specified
AppInstanceUser
.Note: Thex-amz-chime-bearer
request header is mandatory.- describeChannelModerator(params = {}, callback) ⇒ AWS.Request
Returns the full details of a single ChannelModerator.
Note: Thex-amz-chime-bearer
request header is mandatory.- disassociatePhoneNumberFromUser(params = {}, callback) ⇒ AWS.Request
Disassociates the primary provisioned phone number from the specified Amazon Chime user.
.
- disassociatePhoneNumbersFromVoiceConnector(params = {}, callback) ⇒ AWS.Request
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
.
- disassociatePhoneNumbersFromVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
.
- disassociateSigninDelegateGroupsFromAccount(params = {}, callback) ⇒ AWS.Request
Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.
.
- getAccount(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
.
- getAccountSettings(params = {}, callback) ⇒ AWS.Request
Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings.
- getAppInstanceRetentionSettings(params = {}, callback) ⇒ AWS.Request
Gets the retention settings for an
AppInstance
..
- getAppInstanceStreamingConfigurations(params = {}, callback) ⇒ AWS.Request
Gets the streaming settings for an
AppInstance
..
- getAttendee(params = {}, callback) ⇒ AWS.Request
Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID.
- getBot(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
.
- getChannelMessage(params = {}, callback) ⇒ AWS.Request
Gets the full details of a channel message.
Note: The x-amz-chime-bearer request header is mandatory.- getEventsConfiguration(params = {}, callback) ⇒ AWS.Request
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.
.
- getGlobalSettings(params = {}, callback) ⇒ AWS.Request
Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
.
- getMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Gets an existing media capture pipeline.
.
- getMeeting(params = {}, callback) ⇒ AWS.Request
Gets the Amazon Chime SDK meeting details for the specified meeting ID.
- getMessagingSessionEndpoint(params = {}, callback) ⇒ AWS.Request
The details of the endpoint for the messaging session.
.
- getPhoneNumber(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
.
- getPhoneNumberOrder(params = {}, callback) ⇒ AWS.Request
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.
.
- getPhoneNumberSettings(params = {}, callback) ⇒ AWS.Request
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.
.
- getProxySession(params = {}, callback) ⇒ AWS.Request
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
.
- getRetentionSettings(params = {}, callback) ⇒ AWS.Request
Gets the retention settings for the specified Amazon Chime Enterprise account.
- getRoom(params = {}, callback) ⇒ AWS.Request
Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.
.
- getSipMediaApplication(params = {}, callback) ⇒ AWS.Request
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
.
- getSipMediaApplicationLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Returns the logging configuration for the specified SIP media application.
.
- getSipRule(params = {}, callback) ⇒ AWS.Request
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
.
- getUser(params = {}, callback) ⇒ AWS.Request
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.
- getUserSettings(params = {}, callback) ⇒ AWS.Request
Retrieves settings for the specified user ID, such as any associated phone number settings.
.
- getVoiceConnector(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
.
- getVoiceConnectorEmergencyCallingConfiguration(params = {}, callback) ⇒ AWS.Request
Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
.
- getVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated
VoiceConnectorItems
..
- getVoiceConnectorLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Retrieves the logging configuration details for the specified Amazon Chime Voice Connector.
- getVoiceConnectorOrigination(params = {}, callback) ⇒ AWS.Request
Retrieves origination setting details for the specified Amazon Chime Voice Connector.
.
- getVoiceConnectorProxy(params = {}, callback) ⇒ AWS.Request
Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
.
- getVoiceConnectorStreamingConfiguration(params = {}, callback) ⇒ AWS.Request
Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector.
- getVoiceConnectorTermination(params = {}, callback) ⇒ AWS.Request
Retrieves termination setting details for the specified Amazon Chime Voice Connector.
.
- getVoiceConnectorTerminationHealth(params = {}, callback) ⇒ AWS.Request
Retrieves information about the last time a SIP
OPTIONS
ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector..
- inviteUsers(params = {}, callback) ⇒ AWS.Request
Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime
Team
account.- listAccounts(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Chime accounts under the administrator's AWS account.
- listAppInstanceAdmins(params = {}, callback) ⇒ AWS.Request
Returns a list of the administrators in the
AppInstance
..
- listAppInstances(params = {}, callback) ⇒ AWS.Request
Lists all Amazon Chime
AppInstance
s created under a single AWS account..
- listAppInstanceUsers(params = {}, callback) ⇒ AWS.Request
List all
AppInstanceUsers
created under a singleAppInstance
.- listAttendees(params = {}, callback) ⇒ AWS.Request
Lists the attendees for the specified Amazon Chime SDK meeting.
- listAttendeeTags(params = {}, callback) ⇒ AWS.Request
Lists the tags applied to an Amazon Chime SDK attendee resource.
.
- listBots(params = {}, callback) ⇒ AWS.Request
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
.
- listChannelBans(params = {}, callback) ⇒ AWS.Request
Lists all the users banned from a particular channel.
Note: Thex-amz-chime-bearer
request header is mandatory.- listChannelMemberships(params = {}, callback) ⇒ AWS.Request
Lists all channel memberships in a channel.
Note: Thex-amz-chime-bearer
request header is mandatory.- listChannelMembershipsForAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Lists all channels that a particular
AppInstanceUser
is a part of.- listChannelMessages(params = {}, callback) ⇒ AWS.Request
List all the messages in a channel.
- listChannelModerators(params = {}, callback) ⇒ AWS.Request
Lists all the moderators for a channel.
Note: Thex-amz-chime-bearer
request header is mandatory.- listChannels(params = {}, callback) ⇒ AWS.Request
Lists all Channels created under a single Chime App as a paginated list.
- listChannelsModeratedByAppInstanceUser(params = {}, callback) ⇒ AWS.Request
A list of the channels moderated by an
AppInstanceUser
.Note: Thex-amz-chime-bearer
request header is mandatory.- listMediaCapturePipelines(params = {}, callback) ⇒ AWS.Request
Returns a list of media capture pipelines.
.
- listMeetings(params = {}, callback) ⇒ AWS.Request
Lists up to 100 active Amazon Chime SDK meetings.
- listMeetingTags(params = {}, callback) ⇒ AWS.Request
Lists the tags applied to an Amazon Chime SDK meeting resource.
.
- listPhoneNumberOrders(params = {}, callback) ⇒ AWS.Request
Lists the phone number orders for the administrator's Amazon Chime account.
.
- listPhoneNumbers(params = {}, callback) ⇒ AWS.Request
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.
.
- listProxySessions(params = {}, callback) ⇒ AWS.Request
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
.
- listRoomMemberships(params = {}, callback) ⇒ AWS.Request
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.
.
- listRooms(params = {}, callback) ⇒ AWS.Request
Lists the room details for the specified Amazon Chime Enterprise account.
- listSipMediaApplications(params = {}, callback) ⇒ AWS.Request
Lists the SIP media applications under the administrator's AWS account.
.
- listSipRules(params = {}, callback) ⇒ AWS.Request
Lists the SIP rules under the administrator's AWS account.
.
- listSupportedPhoneNumberCountries(params = {}, callback) ⇒ AWS.Request
Lists supported phone number countries.
.
- listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags applied to an Amazon Chime SDK meeting resource.
.
- listUsers(params = {}, callback) ⇒ AWS.Request
Lists the users that belong to the specified Amazon Chime account.
- listVoiceConnectorGroups(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.
.
- listVoiceConnectors(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
.
- listVoiceConnectorTerminationCredentials(params = {}, callback) ⇒ AWS.Request
Lists the SIP credentials for the specified Amazon Chime Voice Connector.
.
- logoutUser(params = {}, callback) ⇒ AWS.Request
Logs out the specified user from all of the devices they are currently logged into.
.
- putAppInstanceRetentionSettings(params = {}, callback) ⇒ AWS.Request
Sets the amount of time in days that a given
AppInstance
retains data..
- putAppInstanceStreamingConfigurations(params = {}, callback) ⇒ AWS.Request
The data streaming configurations of an
AppInstance
..
- putEventsConfiguration(params = {}, callback) ⇒ AWS.Request
Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime.
- putRetentionSettings(params = {}, callback) ⇒ AWS.Request
Puts retention settings for the specified Amazon Chime Enterprise account.
- putSipMediaApplicationLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Updates the logging configuration for the specified SIP media application.
.
- putVoiceConnectorEmergencyCallingConfiguration(params = {}, callback) ⇒ AWS.Request
Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries.
- putVoiceConnectorLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Adds a logging configuration for the specified Amazon Chime Voice Connector.
- putVoiceConnectorOrigination(params = {}, callback) ⇒ AWS.Request
Adds origination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.- putVoiceConnectorProxy(params = {}, callback) ⇒ AWS.Request
Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
.
- putVoiceConnectorStreamingConfiguration(params = {}, callback) ⇒ AWS.Request
Adds a streaming configuration for the specified Amazon Chime Voice Connector.
- putVoiceConnectorTermination(params = {}, callback) ⇒ AWS.Request
Adds termination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.- putVoiceConnectorTerminationCredentials(params = {}, callback) ⇒ AWS.Request
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
.
- redactChannelMessage(params = {}, callback) ⇒ AWS.Request
Redacts message content, but not metadata.
- redactConversationMessage(params = {}, callback) ⇒ AWS.Request
Redacts the specified message from the specified Amazon Chime conversation.
.
- redactRoomMessage(params = {}, callback) ⇒ AWS.Request
Redacts the specified message from the specified Amazon Chime channel.
.
- regenerateSecurityToken(params = {}, callback) ⇒ AWS.Request
Regenerates the security token for a bot.
.
- resetPersonalPIN(params = {}, callback) ⇒ AWS.Request
Resets the personal meeting PIN for the specified user on an Amazon Chime account.
- restorePhoneNumber(params = {}, callback) ⇒ AWS.Request
Moves a phone number from the Deletion queue back into the phone number Inventory.
.
- searchAvailablePhoneNumbers(params = {}, callback) ⇒ AWS.Request
Searches for phone numbers that can be ordered.
- sendChannelMessage(params = {}, callback) ⇒ AWS.Request
Sends a message to a particular channel that the member is a part of.
Note: Thex-amz-chime-bearer
request header is mandatory.- startMeetingTranscription(params = {}, callback) ⇒ AWS.Request
Starts transcription for the specified
meetingId
.- stopMeetingTranscription(params = {}, callback) ⇒ AWS.Request
Stops transcription for the specified
meetingId
..
- tagAttendee(params = {}, callback) ⇒ AWS.Request
Applies the specified tags to the specified Amazon Chime SDK attendee.
.
- tagMeeting(params = {}, callback) ⇒ AWS.Request
Applies the specified tags to the specified Amazon Chime SDK meeting.
.
- tagResource(params = {}, callback) ⇒ AWS.Request
Applies the specified tags to the specified Amazon Chime SDK meeting resource.
.
- untagAttendee(params = {}, callback) ⇒ AWS.Request
Untags the specified tags from the specified Amazon Chime SDK attendee.
.
- untagMeeting(params = {}, callback) ⇒ AWS.Request
Untags the specified tags from the specified Amazon Chime SDK meeting.
.
- untagResource(params = {}, callback) ⇒ AWS.Request
Untags the specified tags from the specified Amazon Chime SDK meeting resource.
.
- updateAccount(params = {}, callback) ⇒ AWS.Request
Updates account details for the specified Amazon Chime account.
- updateAccountSettings(params = {}, callback) ⇒ AWS.Request
Updates the settings for the specified Amazon Chime account.
- updateAppInstance(params = {}, callback) ⇒ AWS.Request
Updates
AppInstance
metadata..
- updateAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Updates the details of an
AppInstanceUser
.- updateBot(params = {}, callback) ⇒ AWS.Request
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.
.
- updateChannel(params = {}, callback) ⇒ AWS.Request
Update a channel's attributes.
Restriction: You can't change a channel's privacy.
- updateChannelMessage(params = {}, callback) ⇒ AWS.Request
Updates the content of a message.
Note: Thex-amz-chime-bearer
request header is mandatory.- updateChannelReadMarker(params = {}, callback) ⇒ AWS.Request
The details of the time when a user last read messages in a channel.
Note: Thex-amz-chime-bearer
request header is mandatory.- updateGlobalSettings(params = {}, callback) ⇒ AWS.Request
Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
.
- updatePhoneNumber(params = {}, callback) ⇒ AWS.Request
Updates phone number details, such as product type or calling name, for the specified phone number ID.
- updatePhoneNumberSettings(params = {}, callback) ⇒ AWS.Request
Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name.
- updateProxySession(params = {}, callback) ⇒ AWS.Request
Updates the specified proxy session details, such as voice or SMS capabilities.
.
- updateRoom(params = {}, callback) ⇒ AWS.Request
Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.
.
- updateRoomMembership(params = {}, callback) ⇒ AWS.Request
Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account.
- updateSipMediaApplication(params = {}, callback) ⇒ AWS.Request
Updates the details of the specified SIP media application.
.
- updateSipMediaApplicationCall(params = {}, callback) ⇒ AWS.Request
Allows you to trigger a Lambda function at any time while a call is active, and replace the current actions with new actions returned by the invocation.
.
- updateSipRule(params = {}, callback) ⇒ AWS.Request
Updates the details of the specified SIP rule.
.
- updateUser(params = {}, callback) ⇒ AWS.Request
Updates user details for a specified user ID.
- updateUserSettings(params = {}, callback) ⇒ AWS.Request
Updates the settings for the specified user, such as phone number settings.
.
- updateVoiceConnector(params = {}, callback) ⇒ AWS.Request
Updates details for the specified Amazon Chime Voice Connector.
.
- updateVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Updates details of the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.
.
Methods inherited from AWS.Service
makeRequest, makeUnauthenticatedRequest, waitFor, setupRequestListeners, defineService
Constructor Details
new AWS.Chime(options = {}) ⇒ Object
Constructs a service object. This object has one method for each API operation.
Property Details
Method Details
associatePhoneNumbersWithVoiceConnector(params = {}, callback) ⇒ AWS.Request
Associates phone numbers with the specified Amazon Chime Voice Connector.
associatePhoneNumbersWithVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Associates phone numbers with the specified Amazon Chime Voice Connector group.
associatePhoneNumberWithUser(params = {}, callback) ⇒ AWS.Request
Associates a phone number with the specified Amazon Chime user.
associateSigninDelegateGroupsWithAccount(params = {}, callback) ⇒ AWS.Request
Associates the specified sign-in delegate groups with the specified Amazon Chime account.
batchCreateAttendee(params = {}, callback) ⇒ AWS.Request
Creates up to 100 new attendees 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 Developer Guide.
batchCreateChannelMembership(params = {}, callback) ⇒ AWS.Request
Adds a specified number of users to a channel.
batchCreateRoomMembership(params = {}, callback) ⇒ AWS.Request
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.
batchDeletePhoneNumber(params = {}, callback) ⇒ AWS.Request
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.
batchSuspendUser(params = {}, callback) ⇒ AWS.Request
Suspends up to 50 users from a
Team
orEnterpriseLWA
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 suspendedTeam
account users, invite them to theTeam
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 suspendedEnterpriseLWA
account users, use the BatchUnsuspendUser action.To sign out users without suspending them, use the LogoutUser action.
batchUnsuspendUser(params = {}, callback) ⇒ AWS.Request
Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime
EnterpriseLWA
account. Only users onEnterpriseLWA
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.batchUpdatePhoneNumber(params = {}, callback) ⇒ AWS.Request
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.
batchUpdateUser(params = {}, callback) ⇒ AWS.Request
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.createAccount(params = {}, callback) ⇒ AWS.Request
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.createAppInstance(params = {}, callback) ⇒ AWS.Request
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.createAppInstanceAdmin(params = {}, callback) ⇒ AWS.Request
Promotes an
AppInstanceUser
to anAppInstanceAdmin
. The promoted user can perform the following actions.-
ChannelModerator
actions across all channels in theAppInstance
. -
DeleteChannelMessage
actions.
Only an
AppInstanceUser
can be promoted to anAppInstanceAdmin
role.createAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Creates a user under an Amazon Chime
AppInstance
. The request consists of a uniqueappInstanceUserId
andName
for that user.createAttendee(params = {}, callback) ⇒ AWS.Request
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 Developer Guide.
createBot(params = {}, callback) ⇒ AWS.Request
Creates a bot for an Amazon Chime Enterprise account.
createChannel(params = {}, callback) ⇒ AWS.Request
Creates a channel to which you can add users and send messages.
Restriction: You can't change a channel's privacy.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.createChannelBan(params = {}, callback) ⇒ AWS.Request
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 thenCreateChannelMembership
. 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.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.createChannelMembership(params = {}, callback) ⇒ AWS.Request
Adds a user to a channel. The
InvitedBy
response field is derived from the request header. A channel member can:-
List messages
-
Send messages
-
Receive messages
-
Edit their own messages
-
Leave the channel
Privacy settings impact this action as follows:
-
Public Channels: You do not need to be a member to list messages, but you must be a member to send messages.
-
Private Channels: You must be a member to list or send messages.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.createChannelModerator(params = {}, callback) ⇒ AWS.Request
Creates a new
ChannelModerator
. A channel moderator can:-
Add and remove other members of the channel.
-
Add and remove other moderators of the channel.
-
Add and remove user bans for the channel.
-
Redact messages in the channel.
-
List messages in the channel.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.createMeeting(params = {}, callback) ⇒ AWS.Request
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 Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide .
createMeetingDialOut(params = {}, callback) ⇒ AWS.Request
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.createMeetingWithAttendees(params = {}, callback) ⇒ AWS.Request
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 Developer Guide . For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide .
createPhoneNumberOrder(params = {}, callback) ⇒ AWS.Request
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.
createProxySession(params = {}, callback) ⇒ AWS.Request
Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.
createRoom(params = {}, callback) ⇒ AWS.Request
Creates a chat room for the specified Amazon Chime Enterprise account.
createRoomMembership(params = {}, callback) ⇒ AWS.Request
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.
createSipMediaApplicationCall(params = {}, callback) ⇒ AWS.Request
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
.createSipRule(params = {}, callback) ⇒ AWS.Request
Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type.
createUser(params = {}, callback) ⇒ AWS.Request
Creates a user under the specified Amazon Chime account.
createVoiceConnector(params = {}, callback) ⇒ AWS.Request
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.
createVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
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.
deleteAccount(params = {}, callback) ⇒ AWS.Request
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
andEnterpriseAD
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 yourDisabled
accounts list, you must contact AWS Support.After 90 days, deleted accounts are permanently removed from your
Disabled
accounts list.deleteAppInstance(params = {}, callback) ⇒ AWS.Request
Deletes an
AppInstance
and all associated data asynchronously.deleteAppInstanceAdmin(params = {}, callback) ⇒ AWS.Request
Demotes an
AppInstanceAdmin
to anAppInstanceUser
. This action does not delete the user.deleteAppInstanceStreamingConfigurations(params = {}, callback) ⇒ AWS.Request
Deletes the streaming configurations of an
AppInstance
.deleteAttendee(params = {}, callback) ⇒ AWS.Request
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 Developer Guide.deleteChannel(params = {}, callback) ⇒ AWS.Request
Immediately makes a channel and its memberships inaccessible and marks them for deletion. This is an irreversible process.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.deleteChannelBan(params = {}, callback) ⇒ AWS.Request
Removes a user from a channel's ban list.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.deleteChannelMembership(params = {}, callback) ⇒ AWS.Request
Removes a member from a channel.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.deleteChannelMessage(params = {}, callback) ⇒ AWS.Request
Deletes a channel message. Only admins can perform this action. Deletion makes messages inaccessible immediately. A background process deletes any revisions created by
UpdateChannelMessage
.Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.deleteChannelModerator(params = {}, callback) ⇒ AWS.Request
Deletes a channel moderator.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.deleteEventsConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the events configuration that allows a bot to receive outgoing events.
deleteMeeting(params = {}, callback) ⇒ AWS.Request
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 Developer Guide.
deletePhoneNumber(params = {}, callback) ⇒ AWS.Request
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.
deleteProxySession(params = {}, callback) ⇒ AWS.Request
Deletes the specified proxy session from the specified Amazon Chime Voice Connector.
deleteRoom(params = {}, callback) ⇒ AWS.Request
Deletes a chat room in an Amazon Chime Enterprise account.
deleteRoomMembership(params = {}, callback) ⇒ AWS.Request
Removes a member from a chat room in an Amazon Chime Enterprise account.
deleteSipRule(params = {}, callback) ⇒ AWS.Request
Deletes a SIP rule. You must disable a SIP rule before you can delete it.
deleteVoiceConnector(params = {}, callback) ⇒ AWS.Request
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.
deleteVoiceConnectorEmergencyCallingConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.
deleteVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
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.deleteVoiceConnectorOrigination(params = {}, callback) ⇒ AWS.Request
Deletes the origination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.deleteVoiceConnectorProxy(params = {}, callback) ⇒ AWS.Request
Deletes the proxy configuration from the specified Amazon Chime Voice Connector.
deleteVoiceConnectorStreamingConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes the streaming configuration for the specified Amazon Chime Voice Connector.
deleteVoiceConnectorTermination(params = {}, callback) ⇒ AWS.Request
Deletes the termination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.deleteVoiceConnectorTerminationCredentials(params = {}, callback) ⇒ AWS.Request
Deletes the specified SIP credentials used by your equipment to authenticate during call termination.
describeAppInstance(params = {}, callback) ⇒ AWS.Request
Returns the full details of an
AppInstance
.describeAppInstanceAdmin(params = {}, callback) ⇒ AWS.Request
Returns the full details of an
AppInstanceAdmin
.describeAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Returns the full details of an
AppInstanceUser
.describeChannel(params = {}, callback) ⇒ AWS.Request
Returns the full details of a channel in an Amazon Chime
AppInstance
.Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.describeChannelBan(params = {}, callback) ⇒ AWS.Request
Returns the full details of a channel ban.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.describeChannelMembership(params = {}, callback) ⇒ AWS.Request
Returns the full details of a user's channel membership.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.describeChannelMembershipForAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Returns the details of a channel based on the membership of the specified
AppInstanceUser
.Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.describeChannelModeratedByAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Returns the full details of a channel moderated by the specified
AppInstanceUser
.Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.describeChannelModerator(params = {}, callback) ⇒ AWS.Request
Returns the full details of a single ChannelModerator.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.disassociatePhoneNumberFromUser(params = {}, callback) ⇒ AWS.Request
Disassociates the primary provisioned phone number from the specified Amazon Chime user.
disassociatePhoneNumbersFromVoiceConnector(params = {}, callback) ⇒ AWS.Request
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.
disassociatePhoneNumbersFromVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.
disassociateSigninDelegateGroupsFromAccount(params = {}, callback) ⇒ AWS.Request
Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.
getAccount(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.
getAccountSettings(params = {}, callback) ⇒ AWS.Request
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.
getAppInstanceRetentionSettings(params = {}, callback) ⇒ AWS.Request
Gets the retention settings for an
AppInstance
.getAppInstanceStreamingConfigurations(params = {}, callback) ⇒ AWS.Request
Gets the streaming settings for an
AppInstance
.getAttendee(params = {}, callback) ⇒ AWS.Request
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 Developer Guide .
getBot(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
getChannelMessage(params = {}, callback) ⇒ AWS.Request
Gets the full details of a channel message.
Note: The x-amz-chime-bearer request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.getEventsConfiguration(params = {}, callback) ⇒ AWS.Request
Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.
getGlobalSettings(params = {}, callback) ⇒ AWS.Request
Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
getMediaCapturePipeline(params = {}, callback) ⇒ AWS.Request
Gets an existing media capture pipeline.
getMeeting(params = {}, callback) ⇒ AWS.Request
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 Developer Guide .
getMessagingSessionEndpoint(params = {}, callback) ⇒ AWS.Request
The details of the endpoint for the messaging session.
getPhoneNumber(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.
getPhoneNumberOrder(params = {}, callback) ⇒ AWS.Request
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.
getPhoneNumberSettings(params = {}, callback) ⇒ AWS.Request
Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.
getProxySession(params = {}, callback) ⇒ AWS.Request
Gets the specified proxy session details for the specified Amazon Chime Voice Connector.
getRetentionSettings(params = {}, callback) ⇒ AWS.Request
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.
getRoom(params = {}, callback) ⇒ AWS.Request
Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.
getSipMediaApplication(params = {}, callback) ⇒ AWS.Request
Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.
getSipMediaApplicationLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Returns the logging configuration for the specified SIP media application.
getSipRule(params = {}, callback) ⇒ AWS.Request
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
getUser(params = {}, callback) ⇒ AWS.Request
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.
getUserSettings(params = {}, callback) ⇒ AWS.Request
Retrieves settings for the specified user ID, such as any associated phone number settings.
getVoiceConnector(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps,name, outbound host, and encryption requirements.
getVoiceConnectorEmergencyCallingConfiguration(params = {}, callback) ⇒ AWS.Request
Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.
getVoiceConnectorGroup(params = {}, callback) ⇒ AWS.Request
Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps,name, and associated
VoiceConnectorItems
.getVoiceConnectorLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
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.
getVoiceConnectorOrigination(params = {}, callback) ⇒ AWS.Request
Retrieves origination setting details for the specified Amazon Chime Voice Connector.
getVoiceConnectorProxy(params = {}, callback) ⇒ AWS.Request
Gets the proxy configuration details for the specified Amazon Chime Voice Connector.
getVoiceConnectorStreamingConfiguration(params = {}, callback) ⇒ AWS.Request
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.
getVoiceConnectorTermination(params = {}, callback) ⇒ AWS.Request
Retrieves termination setting details for the specified Amazon Chime Voice Connector.
getVoiceConnectorTerminationHealth(params = {}, callback) ⇒ AWS.Request
Retrieves information about the last time a SIP
OPTIONS
ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.inviteUsers(params = {}, callback) ⇒ AWS.Request
Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime
Team
account. OnlyTeam
account types are currently supported for this action.listAccounts(params = {}, callback) ⇒ AWS.Request
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.
listAppInstanceAdmins(params = {}, callback) ⇒ AWS.Request
Returns a list of the administrators in the
AppInstance
.listAppInstances(params = {}, callback) ⇒ AWS.Request
Lists all Amazon Chime
AppInstance
s created under a single AWS account.listAppInstanceUsers(params = {}, callback) ⇒ AWS.Request
List all
AppInstanceUsers
created under a singleAppInstance
.listAttendees(params = {}, callback) ⇒ AWS.Request
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 Developer Guide.
listAttendeeTags(params = {}, callback) ⇒ AWS.Request
Lists the tags applied to an Amazon Chime SDK attendee resource.
listBots(params = {}, callback) ⇒ AWS.Request
Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.
listChannelBans(params = {}, callback) ⇒ AWS.Request
Lists all the users banned from a particular channel.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.listChannelMemberships(params = {}, callback) ⇒ AWS.Request
Lists all channel memberships in a channel.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.listChannelMembershipsForAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Lists all channels that a particular
AppInstanceUser
is a part of. Only anAppInstanceAdmin
can call the API with a user ARN that is not their own.Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.listChannelMessages(params = {}, callback) ⇒ AWS.Request
List all the messages in a channel. Returns a paginated list of
ChannelMessages
. By default, sorted by creation timestamp in descending order.Note: 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 theAppInstanceUserArn
of the user that makes the API call as the value in the header.listChannelModerators(params = {}, callback) ⇒ AWS.Request
Lists all the moderators for a channel.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.listChannels(params = {}, callback) ⇒ AWS.Request
Lists all Channels created under a single Chime App as a paginated list. You can specify filters to narrow results.
Functionality & restrictions
-
Use privacy =
PUBLIC
to retrieve all public channels in the account. -
Only an
AppInstanceAdmin
can set privacy =PRIVATE
to list the private channels in an account.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.listChannelsModeratedByAppInstanceUser(params = {}, callback) ⇒ AWS.Request
A list of the channels moderated by an
AppInstanceUser
.Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.listMediaCapturePipelines(params = {}, callback) ⇒ AWS.Request
Returns a list of media capture pipelines.
listMeetings(params = {}, callback) ⇒ AWS.Request
Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.
listMeetingTags(params = {}, callback) ⇒ AWS.Request
Lists the tags applied to an Amazon Chime SDK meeting resource.
listPhoneNumberOrders(params = {}, callback) ⇒ AWS.Request
Lists the phone number orders for the administrator's Amazon Chime account.
listPhoneNumbers(params = {}, callback) ⇒ AWS.Request
Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.
listProxySessions(params = {}, callback) ⇒ AWS.Request
Lists the proxy sessions for the specified Amazon Chime Voice Connector.
listRoomMemberships(params = {}, callback) ⇒ AWS.Request
Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.
listRooms(params = {}, callback) ⇒ AWS.Request
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.
listSipMediaApplications(params = {}, callback) ⇒ AWS.Request
Lists the SIP media applications under the administrator's AWS account.
listSipRules(params = {}, callback) ⇒ AWS.Request
Lists the SIP rules under the administrator's AWS account.
listSupportedPhoneNumberCountries(params = {}, callback) ⇒ AWS.Request
Lists supported phone number countries.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
Lists the tags applied to an Amazon Chime SDK meeting resource.
listUsers(params = {}, callback) ⇒ AWS.Request
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.
listVoiceConnectorGroups(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.
listVoiceConnectors(params = {}, callback) ⇒ AWS.Request
Lists the Amazon Chime Voice Connectors for the administrator's AWS account.
listVoiceConnectorTerminationCredentials(params = {}, callback) ⇒ AWS.Request
Lists the SIP credentials for the specified Amazon Chime Voice Connector.
logoutUser(params = {}, callback) ⇒ AWS.Request
Logs out the specified user from all of the devices they are currently logged into.
putAppInstanceRetentionSettings(params = {}, callback) ⇒ AWS.Request
Sets the amount of time in days that a given
AppInstance
retains data.putAppInstanceStreamingConfigurations(params = {}, callback) ⇒ AWS.Request
The data streaming configurations of an
AppInstance
.putEventsConfiguration(params = {}, callback) ⇒ AWS.Request
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.
putRetentionSettings(params = {}, callback) ⇒ AWS.Request
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.
putSipMediaApplicationLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
Updates the logging configuration for the specified SIP media application.
putVoiceConnectorEmergencyCallingConfiguration(params = {}, callback) ⇒ AWS.Request
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.
putVoiceConnectorLoggingConfiguration(params = {}, callback) ⇒ AWS.Request
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.
putVoiceConnectorOrigination(params = {}, callback) ⇒ AWS.Request
Adds origination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.putVoiceConnectorProxy(params = {}, callback) ⇒ AWS.Request
Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.
putVoiceConnectorStreamingConfiguration(params = {}, callback) ⇒ AWS.Request
Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Indonesians. It also sets the retention period, in hours, for the Amazon Kinesis data.
putVoiceConnectorTermination(params = {}, callback) ⇒ AWS.Request
Adds termination settings for the specified Amazon Chime Voice Connector.
Note: If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.putVoiceConnectorTerminationCredentials(params = {}, callback) ⇒ AWS.Request
Adds termination SIP credentials for the specified Amazon Chime Voice Connector.
redactChannelMessage(params = {}, callback) ⇒ AWS.Request
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.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.redactConversationMessage(params = {}, callback) ⇒ AWS.Request
Redacts the specified message from the specified Amazon Chime conversation.
redactRoomMessage(params = {}, callback) ⇒ AWS.Request
Redacts the specified message from the specified Amazon Chime channel.
regenerateSecurityToken(params = {}, callback) ⇒ AWS.Request
Regenerates the security token for a bot.
resetPersonalPIN(params = {}, callback) ⇒ AWS.Request
Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.
restorePhoneNumber(params = {}, callback) ⇒ AWS.Request
Moves a phone number from the Deletion queue back into the phone number Inventory.
searchAvailablePhoneNumbers(params = {}, callback) ⇒ AWS.Request
Searches for phone numbers that can be ordered. For US numbers, provide at least one of the following search filters:
AreaCode
,City
,State
, orTollFreePrefix
. If you provideCity
, you must also provideState
. Numbers outside the US only support thePhoneNumberType
filter, which you must use.sendChannelMessage(params = {}, callback) ⇒ AWS.Request
Sends a message to a particular channel that the member is a part of.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
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.startMeetingTranscription(params = {}, callback) ⇒ AWS.Request
Starts transcription for the specified
meetingId
.stopMeetingTranscription(params = {}, callback) ⇒ AWS.Request
Stops transcription for the specified
meetingId
.tagAttendee(params = {}, callback) ⇒ AWS.Request
Applies the specified tags to the specified Amazon Chime SDK attendee.
tagMeeting(params = {}, callback) ⇒ AWS.Request
Applies the specified tags to the specified Amazon Chime SDK meeting.
tagResource(params = {}, callback) ⇒ AWS.Request
Applies the specified tags to the specified Amazon Chime SDK meeting resource.
untagAttendee(params = {}, callback) ⇒ AWS.Request
Untags the specified tags from the specified Amazon Chime SDK attendee.
untagMeeting(params = {}, callback) ⇒ AWS.Request
Untags the specified tags from the specified Amazon Chime SDK meeting.
untagResource(params = {}, callback) ⇒ AWS.Request
Untags the specified tags from the specified Amazon Chime SDK meeting resource.
updateAccount(params = {}, callback) ⇒ AWS.Request
Updates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.
updateAccountSettings(params = {}, callback) ⇒ AWS.Request
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.
updateAppInstanceUser(params = {}, callback) ⇒ AWS.Request
Updates the details of an
AppInstanceUser
. You can update names and metadata.updateBot(params = {}, callback) ⇒ AWS.Request
Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.
updateChannel(params = {}, callback) ⇒ AWS.Request
Update a channel's attributes.
Restriction: You can't change a channel's privacy.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.updateChannelMessage(params = {}, callback) ⇒ AWS.Request
Updates the content of a message.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.updateChannelReadMarker(params = {}, callback) ⇒ AWS.Request
The details of the time when a user last read messages in a channel.
Note: Thex-amz-chime-bearer
request header is mandatory. Use theAppInstanceUserArn
of the user that makes the API call as the value in the header.updateGlobalSettings(params = {}, callback) ⇒ AWS.Request
Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
updatePhoneNumber(params = {}, callback) ⇒ AWS.Request
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.
updatePhoneNumberSettings(params = {}, callback) ⇒ AWS.Request
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.
updateProxySession(params = {}, callback) ⇒ AWS.Request
Updates the specified proxy session details, such as voice or SMS capabilities.
updateRoom(params = {}, callback) ⇒ AWS.Request
Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.
updateRoomMembership(params = {}, callback) ⇒ AWS.Request
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.
updateSipMediaApplication(params = {}, callback) ⇒ AWS.Request
Updates the details of the specified SIP media application.
updateSipMediaApplicationCall(params = {}, callback) ⇒ AWS.Request
Allows you to trigger a Lambda function at any time while a call is active, and replace the current actions with new actions returned by the invocation.
updateUser(params = {}, callback) ⇒ AWS.Request
Updates user details for a specified user ID. Currently, only
LicenseType
updates are supported for this action.updateUserSettings(params = {}, callback) ⇒ AWS.Request
Updates the settings for the specified user, such as phone number settings.
- createChannelBan(params = {}, callback) ⇒ AWS.Request