Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Connect

import { Connect } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
class Connect {
constructor(apiFactory: client.ApiFactory);
async associateApprovedOrigin(params: AssociateApprovedOriginRequest, opts?: client.RequestOptions): Promise<void>;
async associateBot(params: AssociateBotRequest, opts?: client.RequestOptions): Promise<void>;
async associateInstanceStorageConfig(params: AssociateInstanceStorageConfigRequest, opts?: client.RequestOptions): Promise<AssociateInstanceStorageConfigResponse>;
async associateLambdaFunction(params: AssociateLambdaFunctionRequest, opts?: client.RequestOptions): Promise<void>;
async associateLexBot(params: AssociateLexBotRequest, opts?: client.RequestOptions): Promise<void>;
async associateQueueQuickConnects(params: AssociateQueueQuickConnectsRequest, opts?: client.RequestOptions): Promise<void>;
async associateRoutingProfileQueues(params: AssociateRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<void>;
async associateSecurityKey(params: AssociateSecurityKeyRequest, opts?: client.RequestOptions): Promise<AssociateSecurityKeyResponse>;
async createAgentStatus(params: CreateAgentStatusRequest, opts?: client.RequestOptions): Promise<CreateAgentStatusResponse>;
async createContactFlow(params: CreateContactFlowRequest, opts?: client.RequestOptions): Promise<CreateContactFlowResponse>;
async createContactFlowModule(params: CreateContactFlowModuleRequest, opts?: client.RequestOptions): Promise<CreateContactFlowModuleResponse>;
async createHoursOfOperation(params: CreateHoursOfOperationRequest, opts?: client.RequestOptions): Promise<CreateHoursOfOperationResponse>;
async createInstance(params: CreateInstanceRequest, opts?: client.RequestOptions): Promise<CreateInstanceResponse>;
async createIntegrationAssociation(params: CreateIntegrationAssociationRequest, opts?: client.RequestOptions): Promise<CreateIntegrationAssociationResponse>;
async createQueue(params: CreateQueueRequest, opts?: client.RequestOptions): Promise<CreateQueueResponse>;
async createQuickConnect(params: CreateQuickConnectRequest, opts?: client.RequestOptions): Promise<CreateQuickConnectResponse>;
async createRoutingProfile(params: CreateRoutingProfileRequest, opts?: client.RequestOptions): Promise<CreateRoutingProfileResponse>;
async createSecurityProfile(params: CreateSecurityProfileRequest, opts?: client.RequestOptions): Promise<CreateSecurityProfileResponse>;
async createUseCase(params: CreateUseCaseRequest, opts?: client.RequestOptions): Promise<CreateUseCaseResponse>;
async createUser(params: CreateUserRequest, opts?: client.RequestOptions): Promise<CreateUserResponse>;
async createUserHierarchyGroup(params: CreateUserHierarchyGroupRequest, opts?: client.RequestOptions): Promise<CreateUserHierarchyGroupResponse>;
async deleteContactFlow(params: DeleteContactFlowRequest, opts?: client.RequestOptions): Promise<void>;
async deleteContactFlowModule(params: DeleteContactFlowModuleRequest, opts?: client.RequestOptions): Promise<void>;
async deleteHoursOfOperation(params: DeleteHoursOfOperationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteInstance(params: DeleteInstanceRequest, opts?: client.RequestOptions): Promise<void>;
async deleteIntegrationAssociation(params: DeleteIntegrationAssociationRequest, opts?: client.RequestOptions): Promise<void>;
async deleteQuickConnect(params: DeleteQuickConnectRequest, opts?: client.RequestOptions): Promise<void>;
async deleteSecurityProfile(params: DeleteSecurityProfileRequest, opts?: client.RequestOptions): Promise<void>;
async deleteUseCase(params: DeleteUseCaseRequest, opts?: client.RequestOptions): Promise<void>;
async deleteUser(params: DeleteUserRequest, opts?: client.RequestOptions): Promise<void>;
async deleteUserHierarchyGroup(params: DeleteUserHierarchyGroupRequest, opts?: client.RequestOptions): Promise<void>;
async describeAgentStatus(params: DescribeAgentStatusRequest, opts?: client.RequestOptions): Promise<DescribeAgentStatusResponse>;
async describeContact(params: DescribeContactRequest, opts?: client.RequestOptions): Promise<DescribeContactResponse>;
async describeContactFlow(params: DescribeContactFlowRequest, opts?: client.RequestOptions): Promise<DescribeContactFlowResponse>;
async describeContactFlowModule(params: DescribeContactFlowModuleRequest, opts?: client.RequestOptions): Promise<DescribeContactFlowModuleResponse>;
async describeHoursOfOperation(params: DescribeHoursOfOperationRequest, opts?: client.RequestOptions): Promise<DescribeHoursOfOperationResponse>;
async describeInstance(params: DescribeInstanceRequest, opts?: client.RequestOptions): Promise<DescribeInstanceResponse>;
async describeInstanceAttribute(params: DescribeInstanceAttributeRequest, opts?: client.RequestOptions): Promise<DescribeInstanceAttributeResponse>;
async describeInstanceStorageConfig(params: DescribeInstanceStorageConfigRequest, opts?: client.RequestOptions): Promise<DescribeInstanceStorageConfigResponse>;
async describeQueue(params: DescribeQueueRequest, opts?: client.RequestOptions): Promise<DescribeQueueResponse>;
async describeQuickConnect(params: DescribeQuickConnectRequest, opts?: client.RequestOptions): Promise<DescribeQuickConnectResponse>;
async describeRoutingProfile(params: DescribeRoutingProfileRequest, opts?: client.RequestOptions): Promise<DescribeRoutingProfileResponse>;
async describeSecurityProfile(params: DescribeSecurityProfileRequest, opts?: client.RequestOptions): Promise<DescribeSecurityProfileResponse>;
async describeUser(params: DescribeUserRequest, opts?: client.RequestOptions): Promise<DescribeUserResponse>;
async describeUserHierarchyGroup(params: DescribeUserHierarchyGroupRequest, opts?: client.RequestOptions): Promise<DescribeUserHierarchyGroupResponse>;
async describeUserHierarchyStructure(params: DescribeUserHierarchyStructureRequest, opts?: client.RequestOptions): Promise<DescribeUserHierarchyStructureResponse>;
async disassociateApprovedOrigin(params: DisassociateApprovedOriginRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateBot(params: DisassociateBotRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateInstanceStorageConfig(params: DisassociateInstanceStorageConfigRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateLambdaFunction(params: DisassociateLambdaFunctionRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateLexBot(params: DisassociateLexBotRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateQueueQuickConnects(params: DisassociateQueueQuickConnectsRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateRoutingProfileQueues(params: DisassociateRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<void>;
async disassociateSecurityKey(params: DisassociateSecurityKeyRequest, opts?: client.RequestOptions): Promise<void>;
async getContactAttributes(params: GetContactAttributesRequest, opts?: client.RequestOptions): Promise<GetContactAttributesResponse>;
async getCurrentMetricData(params: GetCurrentMetricDataRequest, opts?: client.RequestOptions): Promise<GetCurrentMetricDataResponse>;
async getFederationToken(params: GetFederationTokenRequest, opts?: client.RequestOptions): Promise<GetFederationTokenResponse>;
async getMetricData(params: GetMetricDataRequest, opts?: client.RequestOptions): Promise<GetMetricDataResponse>;
async listAgentStatuses(params: ListAgentStatusRequest, opts?: client.RequestOptions): Promise<ListAgentStatusResponse>;
async listApprovedOrigins(params: ListApprovedOriginsRequest, opts?: client.RequestOptions): Promise<ListApprovedOriginsResponse>;
async listBots(params: ListBotsRequest, opts?: client.RequestOptions): Promise<ListBotsResponse>;
async listContactFlowModules(params: ListContactFlowModulesRequest, opts?: client.RequestOptions): Promise<ListContactFlowModulesResponse>;
async listContactFlows(params: ListContactFlowsRequest, opts?: client.RequestOptions): Promise<ListContactFlowsResponse>;
async listContactReferences(params: ListContactReferencesRequest, opts?: client.RequestOptions): Promise<ListContactReferencesResponse>;
async listHoursOfOperations(params: ListHoursOfOperationsRequest, opts?: client.RequestOptions): Promise<ListHoursOfOperationsResponse>;
async listInstanceAttributes(params: ListInstanceAttributesRequest, opts?: client.RequestOptions): Promise<ListInstanceAttributesResponse>;
async listInstances(params?: ListInstancesRequest, opts?: client.RequestOptions): Promise<ListInstancesResponse>;
async listInstanceStorageConfigs(params: ListInstanceStorageConfigsRequest, opts?: client.RequestOptions): Promise<ListInstanceStorageConfigsResponse>;
async listIntegrationAssociations(params: ListIntegrationAssociationsRequest, opts?: client.RequestOptions): Promise<ListIntegrationAssociationsResponse>;
async listLambdaFunctions(params: ListLambdaFunctionsRequest, opts?: client.RequestOptions): Promise<ListLambdaFunctionsResponse>;
async listLexBots(params: ListLexBotsRequest, opts?: client.RequestOptions): Promise<ListLexBotsResponse>;
async listPhoneNumbers(params: ListPhoneNumbersRequest, opts?: client.RequestOptions): Promise<ListPhoneNumbersResponse>;
async listPrompts(params: ListPromptsRequest, opts?: client.RequestOptions): Promise<ListPromptsResponse>;
async listQueueQuickConnects(params: ListQueueQuickConnectsRequest, opts?: client.RequestOptions): Promise<ListQueueQuickConnectsResponse>;
async listQueues(params: ListQueuesRequest, opts?: client.RequestOptions): Promise<ListQueuesResponse>;
async listQuickConnects(params: ListQuickConnectsRequest, opts?: client.RequestOptions): Promise<ListQuickConnectsResponse>;
async listRoutingProfileQueues(params: ListRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<ListRoutingProfileQueuesResponse>;
async listRoutingProfiles(params: ListRoutingProfilesRequest, opts?: client.RequestOptions): Promise<ListRoutingProfilesResponse>;
async listSecurityKeys(params: ListSecurityKeysRequest, opts?: client.RequestOptions): Promise<ListSecurityKeysResponse>;
async listSecurityProfilePermissions(params: ListSecurityProfilePermissionsRequest, opts?: client.RequestOptions): Promise<ListSecurityProfilePermissionsResponse>;
async listSecurityProfiles(params: ListSecurityProfilesRequest, opts?: client.RequestOptions): Promise<ListSecurityProfilesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listUseCases(params: ListUseCasesRequest, opts?: client.RequestOptions): Promise<ListUseCasesResponse>;
async listUserHierarchyGroups(params: ListUserHierarchyGroupsRequest, opts?: client.RequestOptions): Promise<ListUserHierarchyGroupsResponse>;
async listUsers(params: ListUsersRequest, opts?: client.RequestOptions): Promise<ListUsersResponse>;
async resumeContactRecording(params: ResumeContactRecordingRequest, opts?: client.RequestOptions): Promise<void>;
async startChatContact(params: StartChatContactRequest, opts?: client.RequestOptions): Promise<StartChatContactResponse>;
async startContactRecording(params: StartContactRecordingRequest, opts?: client.RequestOptions): Promise<void>;
async startContactStreaming(params: StartContactStreamingRequest, opts?: client.RequestOptions): Promise<StartContactStreamingResponse>;
async startOutboundVoiceContact(params: StartOutboundVoiceContactRequest, opts?: client.RequestOptions): Promise<StartOutboundVoiceContactResponse>;
async startTaskContact(params: StartTaskContactRequest, opts?: client.RequestOptions): Promise<StartTaskContactResponse>;
async stopContact(params: StopContactRequest, opts?: client.RequestOptions): Promise<void>;
async stopContactRecording(params: StopContactRecordingRequest, opts?: client.RequestOptions): Promise<void>;
async stopContactStreaming(params: StopContactStreamingRequest, opts?: client.RequestOptions): Promise<void>;
async suspendContactRecording(params: SuspendContactRecordingRequest, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateAgentStatus(params: UpdateAgentStatusRequest, opts?: client.RequestOptions): Promise<void>;
async updateContact(params: UpdateContactRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactAttributes(params: UpdateContactAttributesRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactFlowContent(params: UpdateContactFlowContentRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactFlowMetadata(params: UpdateContactFlowMetadataRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactFlowModuleContent(params: UpdateContactFlowModuleContentRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactFlowModuleMetadata(params: UpdateContactFlowModuleMetadataRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactFlowName(params: UpdateContactFlowNameRequest, opts?: client.RequestOptions): Promise<void>;
async updateContactSchedule(params: UpdateContactScheduleRequest, opts?: client.RequestOptions): Promise<void>;
async updateHoursOfOperation(params: UpdateHoursOfOperationRequest, opts?: client.RequestOptions): Promise<void>;
async updateInstanceAttribute(params: UpdateInstanceAttributeRequest, opts?: client.RequestOptions): Promise<void>;
async updateInstanceStorageConfig(params: UpdateInstanceStorageConfigRequest, opts?: client.RequestOptions): Promise<void>;
async updateQueueHoursOfOperation(params: UpdateQueueHoursOfOperationRequest, opts?: client.RequestOptions): Promise<void>;
async updateQueueMaxContacts(params: UpdateQueueMaxContactsRequest, opts?: client.RequestOptions): Promise<void>;
async updateQueueName(params: UpdateQueueNameRequest, opts?: client.RequestOptions): Promise<void>;
async updateQueueOutboundCallerConfig(params: UpdateQueueOutboundCallerConfigRequest, opts?: client.RequestOptions): Promise<void>;
async updateQueueStatus(params: UpdateQueueStatusRequest, opts?: client.RequestOptions): Promise<void>;
async updateQuickConnectConfig(params: UpdateQuickConnectConfigRequest, opts?: client.RequestOptions): Promise<void>;
async updateQuickConnectName(params: UpdateQuickConnectNameRequest, opts?: client.RequestOptions): Promise<void>;
async updateRoutingProfileConcurrency(params: UpdateRoutingProfileConcurrencyRequest, opts?: client.RequestOptions): Promise<void>;
async updateRoutingProfileDefaultOutboundQueue(params: UpdateRoutingProfileDefaultOutboundQueueRequest, opts?: client.RequestOptions): Promise<void>;
async updateRoutingProfileName(params: UpdateRoutingProfileNameRequest, opts?: client.RequestOptions): Promise<void>;
async updateRoutingProfileQueues(params: UpdateRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<void>;
async updateSecurityProfile(params: UpdateSecurityProfileRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserHierarchy(params: UpdateUserHierarchyRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserHierarchyGroupName(params: UpdateUserHierarchyGroupNameRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserHierarchyStructure(params: UpdateUserHierarchyStructureRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserIdentityInfo(params: UpdateUserIdentityInfoRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserPhoneConfig(params: UpdateUserPhoneConfigRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserRoutingProfile(params: UpdateUserRoutingProfileRequest, opts?: client.RequestOptions): Promise<void>;
async updateUserSecurityProfiles(params: UpdateUserSecurityProfilesRequest, opts?: client.RequestOptions): Promise<void>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Connect(apiFactory: client.ApiFactory)
[src]

§Methods

§
associateApprovedOrigin(params: AssociateApprovedOriginRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Associates an approved origin to an Amazon Connect instance.

§
associateBot(params: AssociateBotRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex or Amazon Lex V2 bot.

§

This API is in preview release for Amazon Connect and is subject to change.

Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.

This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.

§
associateLambdaFunction(params: AssociateLambdaFunctionRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Lambda function.

§
associateLexBot(params: AssociateLexBotRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Allows the specified Amazon Connect instance to access the specified Amazon Lex bot.

§
associateQueueQuickConnects(params: AssociateQueueQuickConnectsRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Associates a set of quick connects with a queue.

§
associateRoutingProfileQueues(params: AssociateRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a set of queues with a routing profile.

§

This API is in preview release for Amazon Connect and is subject to change.

Associates a security key to the instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Creates an agent status for the specified Amazon Connect instance.

§

Creates a contact flow for the specified Amazon Connect instance.

You can also create and update contact flows using the Amazon Connect Flow language.

§

Creates a contact flow module for the specified Amazon Connect instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Creates hours of operation.

§

This API is in preview release for Amazon Connect and is subject to change.

Initiates an Amazon Connect instance with all the supported channels enabled. It does not attach any storage, such as Amazon Simple Storage Service (Amazon S3) or Amazon Kinesis. It also does not allow for any configurations on features, such as Contact Lens for Amazon Connect.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

§

Creates an AWS resource association with an Amazon Connect instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Creates a new queue for the specified Amazon Connect instance.

§

Creates a quick connect for the specified Amazon Connect instance.

§

Creates a new routing profile.

§

This API is in preview release for Amazon Connect and is subject to change.

Creates a security profile.

§

Creates a use case for an integration association.

§

Creates a user account for the specified Amazon Connect instance.

For information about how to create user accounts using the Amazon Connect console, see Add Users in the Amazon Connect Administrator Guide.

§

Creates a new user hierarchy group.

§
deleteContactFlow(params: DeleteContactFlowRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a contact flow for the specified Amazon Connect instance.

§
deleteContactFlowModule(params: DeleteContactFlowModuleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified contact flow module.

§
deleteHoursOfOperation(params: DeleteHoursOfOperationRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Deletes an hours of operation.

§
deleteInstance(params: DeleteInstanceRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Deletes the Amazon Connect instance.

Amazon Connect enforces a limit on the total number of instances that you can create or delete in 30 days. If you exceed this limit, you will get an error message indicating there has been an excessive number of attempts at creating or deleting instances. You must wait 30 days before you can restart creating and deleting instances in your account.

§
deleteIntegrationAssociation(params: DeleteIntegrationAssociationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an AWS resource association from an Amazon Connect instance. The association must not have any use cases associated with it.

§
deleteQuickConnect(params: DeleteQuickConnectRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a quick connect.

§
deleteSecurityProfile(params: DeleteSecurityProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Deletes a security profile.

§
deleteUseCase(params: DeleteUseCaseRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a use case from an integration association.

§
deleteUser(params: DeleteUserRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes a user account from the specified Amazon Connect instance.

For information about what happens to a user's data when their account is deleted, see Delete Users from Your Amazon Connect Instance in the Amazon Connect Administrator Guide.

§
deleteUserHierarchyGroup(params: DeleteUserHierarchyGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.

§

This API is in preview release for Amazon Connect and is subject to change.

Describes an agent status.

§

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified contact.

! IMPORTANT: ! Contact information remains available in Amazon Connect for 24 months, and then it is deleted.

§

Describes the specified contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

§

Describes the specified contact flow module.

§

This API is in preview release for Amazon Connect and is subject to change.

Describes the hours of operation.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns the current state of the specified instance identifier. It tracks the instance while it is being created and returns an error status, if applicable.

If an instance is not created successfully, the instance status reason field returns details relevant to the reason. The instance in a failed state is returned only for 24 hours after the CreateInstance API was invoked.

§

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified instance attribute.

§

This API is in preview release for Amazon Connect and is subject to change.

Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.

§

This API is in preview release for Amazon Connect and is subject to change.

Describes the specified queue.

§

Describes the quick connect.

§

Describes the specified routing profile.

§

This API is in preview release for Amazon Connect and is subject to change.

Gets basic information about the security profle.

§

Describes the specified user account. You can find the instance ID in the console (it’s the final part of the ARN). The console does not display the user IDs. Instead, list the users and note the IDs provided in the output.

§

Describes the specified hierarchy group.

§

Describes the hierarchy structure of the specified Amazon Connect instance.

§
disassociateApprovedOrigin(params: DisassociateApprovedOriginRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Revokes access to integrated applications from Amazon Connect.

§
disassociateBot(params: DisassociateBotRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.

§
disassociateInstanceStorageConfig(params: DisassociateInstanceStorageConfigRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Removes the storage type configurations for the specified resource type and association ID.

§
disassociateLambdaFunction(params: DisassociateLambdaFunctionRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Remove the Lambda function from the dropdown options available in the relevant contact flow blocks.

§
disassociateLexBot(params: DisassociateLexBotRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Revokes authorization from the specified instance to access the specified Amazon Lex bot.

§
disassociateQueueQuickConnects(params: DisassociateQueueQuickConnectsRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Disassociates a set of quick connects from a queue.

§
disassociateRoutingProfileQueues(params: DisassociateRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a set of queues from a routing profile.

§
disassociateSecurityKey(params: DisassociateSecurityKeyRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Deletes the specified security key.

§

Retrieves the contact attributes for the specified contact.

§

Gets the real-time metric data from the specified Amazon Connect instance.

For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.

§

Retrieves a token for federation.

Note: This API doesn't support root users. If you try to invoke GetFederationToken with root credentials, an error message similar to the following one appears: Provided identity: Principal: .... User: .... cannot be used for federation with Amazon Connect

§

Gets historical metric data from the specified Amazon Connect instance.

For a description of each historical metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.

§

This API is in preview release for Amazon Connect and is subject to change.

Lists agent statuses.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all approved origins associated with the instance.

§
listBots(params: ListBotsRequest, opts?: client.RequestOptions): Promise<ListBotsResponse>
[src]

This API is in preview release for Amazon Connect and is subject to change.

For the specified version of Amazon Lex, returns a paginated list of all the Amazon Lex bots currently associated with the instance.

§

Provides information about the contact flow modules for the specified Amazon Connect instance.

§

Provides information about the contact flows for the specified Amazon Connect instance.

You can also create and update contact flows using the Amazon Connect Flow language.

For more information about contact flows, see Contact Flows in the Amazon Connect Administrator Guide.

§

This API is in preview release for Amazon Connect and is subject to change.

For the specified referenceTypes, returns a list of references associated with the contact.

§

Provides information about the hours of operation for the specified Amazon Connect instance.

For more information about hours of operation, see Set the Hours of Operation for a Queue in the Amazon Connect Administrator Guide.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all attribute types for the given instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Return a list of instances which are in active state, creation-in-progress state, and failed state. Instances that aren't successfully created (they are in a failed state) are returned only for 24 hours after the CreateInstance API was invoked.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of storage configs for the identified instance and resource type.

§

Provides summary information about the AWS resource associations for the specified Amazon Connect instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant contact flow blocks.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all the Amazon Lex bots currently associated with the instance.

§

Provides information about the phone numbers for the specified Amazon Connect instance.

For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Amazon Connect Administrator Guide.

§

Provides information about the prompts for the specified Amazon Connect instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Lists the quick connects associated with a queue.

§

Provides information about the queues for the specified Amazon Connect instance.

If you do not specify a QueueTypes parameter, both standard and agent queues are returned. This might cause an unexpected truncation of results if you have more than 1000 agents and you limit the number of results of the API call in code.

For more information about queues, see Queues: Standard and Agent in the Amazon Connect Administrator Guide.

§

Provides information about the quick connects for the specified Amazon Connect instance.

§

Lists the queues associated with a routing profile.

§

Provides summary information about the routing profiles for the specified Amazon Connect instance.

For more information about routing profiles, see Routing Profiles and Create a Routing Profile in the Amazon Connect Administrator Guide.

§

This API is in preview release for Amazon Connect and is subject to change.

Returns a paginated list of all security keys associated with the instance.

§

This API is in preview release for Amazon Connect and is subject to change.

Lists the permissions granted to a security profile.

§

Provides summary information about the security profiles for the specified Amazon Connect instance.

For more information about security profiles, see Security Profiles in the Amazon Connect Administrator Guide.

§

Lists the tags for the specified resource.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

§

Lists the use cases for the integration association.

§

Provides summary information about the hierarchy groups for the specified Amazon Connect instance.

For more information about agent hierarchies, see Set Up Agent Hierarchies in the Amazon Connect Administrator Guide.

§

Provides summary information about the users for the specified Amazon Connect instance.

§
resumeContactRecording(params: ResumeContactRecordingRequest, opts?: client.RequestOptions): Promise<void>
[src]

When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.

Only voice recordings are supported at this time.

§

Initiates a contact flow to start a new chat for the customer. Response of this API provides a token required to obtain credentials from the CreateParticipantConnection API in the Amazon Connect Participant Service.

When a new chat contact is successfully created, clients must subscribe to the participant’s connection for the created chat within 5 minutes. This is achieved by invoking CreateParticipantConnection with WEBSOCKET and CONNECTION_CREDENTIALS.

A 429 error occurs in two situations:

  • API rate limit is exceeded. API TPS throttling returns a TooManyRequests exception.
  • The quota for concurrent active chats is exceeded. Active chat throttling returns a LimitExceededException.

For more information about chat, see Chat in the Amazon Connect Administrator Guide.

§
startContactRecording(params: StartContactRecordingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Starts recording the contact when the agent joins the call. StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.

You can use this API to override the recording behavior configured in the Set recording behavior block.

Only voice recordings are supported at this time.

§

Initiates real-time message streaming for a new chat contact.

For more information about message streaming, see Enable real-time chat message streaming in the Amazon Connect Administrator Guide.

§

Places an outbound call to a contact, and then initiates the contact flow. It performs the actions in the contact flow that's specified (in ContactFlowId).

Agents do not initiate the outbound API, which means that they do not dial the contact. If the contact flow places an outbound call to a contact, and then puts the contact in queue, the call is then routed to the agent, like any other inbound case.

There is a 60-second dialing timeout for this operation. If the call is not connected after 60 seconds, it fails.

Note: UK numbers with a 447 prefix are not allowed by default. Before you can dial these UK mobile numbers, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

Note: Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request. For more information, see Amazon Connect Service Quotas in the Amazon Connect Administrator Guide.

§

Initiates a contact flow to start a new task.

§
stopContact(params: StopContactRequest, opts?: client.RequestOptions): Promise<void>
[src]

Ends the specified contact.

§
stopContactRecording(params: StopContactRecordingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Stops recording a call when a contact is being recorded. StopContactRecording is a one-time action. If you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend it for sensitive information (for example, to collect a credit card number), and then restart it, use SuspendContactRecording and ResumeContactRecording.

Only voice recordings are supported at this time.

§
stopContactStreaming(params: StopContactStreamingRequest, opts?: client.RequestOptions): Promise<void>
[src]

Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.

§
suspendContactRecording(params: SuspendContactRecordingRequest, opts?: client.RequestOptions): Promise<void>
[src]

When a contact is being recorded, this API suspends recording the call. For example, you might suspend the call recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording.

The period of time that the recording is suspended is filled with silence in the final recording.

Only voice recordings are supported at this time.

§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Adds the specified tags to the specified resource.

The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, and hours of operation.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Removes the specified tags from the specified resource.

§
updateAgentStatus(params: UpdateAgentStatusRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates agent status.

§
updateContact(params: UpdateContactRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Adds or updates user-defined contact information associated with the specified contact. At least one field to be updated must be present in the request.

! IMPORTANT: ! You can add or update user-defined contact information for both ongoing and completed contacts.

§
updateContactAttributes(params: UpdateContactAttributesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Creates or updates user-defined contact attributes associated with the specified contact.

You can create or update user-defined attributes for both ongoing and completed contacts. For example, while the call is active, you can update the customer's name or the reason the customer called. You can add notes about steps that the agent took during the call that display to the next agent that takes the call. You can also update attributes for a contact using data from your CRM application and save the data with the contact in Amazon Connect. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.

Contact attributes are available in Amazon Connect for 24 months, and are then deleted. For information about CTR retention and the maximum size of the CTR attributes section, see Feature specifications in the Amazon Connect Administrator Guide.

Important: You cannot use the operation to update attributes for contacts that occurred prior to the release of the API, which was September 12, 2018. You can update attributes only for contacts that started after the release of the API. If you attempt to update attributes for a contact that occurred prior to the release of the API, a 400 error is returned. This applies also to queued callbacks that were initiated prior to the release of the API but are still active in your instance.

§
updateContactFlowContent(params: UpdateContactFlowContentRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the specified contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

§
updateContactFlowMetadata(params: UpdateContactFlowMetadataRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates metadata about specified contact flow.

§
updateContactFlowModuleContent(params: UpdateContactFlowModuleContentRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates specified contact flow module for the specified Amazon Connect instance.

§
updateContactFlowModuleMetadata(params: UpdateContactFlowModuleMetadataRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates metadata about specified contact flow module.

§
updateContactFlowName(params: UpdateContactFlowNameRequest, opts?: client.RequestOptions): Promise<void>
[src]

The name of the contact flow.

You can also create and update contact flows using the Amazon Connect Flow language.

§
updateContactSchedule(params: UpdateContactScheduleRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the scheduled time of a task contact that is already scheduled.

§
updateHoursOfOperation(params: UpdateHoursOfOperationRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation.

§
updateInstanceAttribute(params: UpdateInstanceAttributeRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the value for the specified attribute type.

§
updateInstanceStorageConfig(params: UpdateInstanceStorageConfigRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates an existing configuration for a resource type. This API is idempotent.

§
updateQueueHoursOfOperation(params: UpdateQueueHoursOfOperationRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the hours of operation for the specified queue.

§
updateQueueMaxContacts(params: UpdateQueueMaxContactsRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the maximum number of contacts allowed in a queue before it is considered full.

§
updateQueueName(params: UpdateQueueNameRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the name and description of a queue. At least Name or Description must be provided.

§
updateQueueOutboundCallerConfig(params: UpdateQueueOutboundCallerConfigRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.

§
updateQueueStatus(params: UpdateQueueStatusRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates the status of the queue.

§
updateQuickConnectConfig(params: UpdateQuickConnectConfigRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the configuration settings for the specified quick connect.

§
updateQuickConnectName(params: UpdateQuickConnectNameRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least Name or Description must be provided.

§
updateRoutingProfileConcurrency(params: UpdateRoutingProfileConcurrencyRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.

§
updateRoutingProfileDefaultOutboundQueue(params: UpdateRoutingProfileDefaultOutboundQueueRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the default outbound queue of a routing profile.

§
updateRoutingProfileName(params: UpdateRoutingProfileNameRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the name and description of a routing profile. The request accepts the following data in JSON format. At least Name or Description must be provided.

§
updateRoutingProfileQueues(params: UpdateRoutingProfileQueuesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the properties associated with a set of queues for a routing profile.

§
updateSecurityProfile(params: UpdateSecurityProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

This API is in preview release for Amazon Connect and is subject to change.

Updates a security profile.

§
updateUserHierarchy(params: UpdateUserHierarchyRequest, opts?: client.RequestOptions): Promise<void>
[src]

Assigns the specified hierarchy group to the specified user.

§
updateUserHierarchyGroupName(params: UpdateUserHierarchyGroupNameRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the name of the user hierarchy group.

§
updateUserHierarchyStructure(params: UpdateUserHierarchyStructureRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.

§
updateUserIdentityInfo(params: UpdateUserIdentityInfoRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the identity information for the specified user.

! IMPORTANT: ! We strongly recommend limiting who has the ability to invoke UpdateUserIdentityInfo. ! Someone with that ability can change the login credentials of other users by changing their email address. ! This poses a security risk to your organization. ! They can change the email address of a user to the attacker's email address, and then reset the password through email. ! For more information, see Best Practices for Security Profiles in the Amazon Connect Administrator Guide.

§
updateUserPhoneConfig(params: UpdateUserPhoneConfigRequest, opts?: client.RequestOptions): Promise<void>
[src]

Updates the phone configuration settings for the specified user.

§
updateUserRoutingProfile(params: UpdateUserRoutingProfileRequest, opts?: client.RequestOptions): Promise<void>
[src]

Assigns the specified routing profile to the specified user.

§
updateUserSecurityProfiles(params: UpdateUserSecurityProfilesRequest, opts?: client.RequestOptions): Promise<void>
[src]

Assigns the specified security profiles to the specified user.

§Static Properties