Connect
This page documents function available when using the Connect
module, created with @service Connect
.
Index
Main.Connect.associate_approved_origin
Main.Connect.associate_instance_storage_config
Main.Connect.associate_lambda_function
Main.Connect.associate_lex_bot
Main.Connect.associate_queue_quick_connects
Main.Connect.associate_routing_profile_queues
Main.Connect.associate_security_key
Main.Connect.create_contact_flow
Main.Connect.create_instance
Main.Connect.create_integration_association
Main.Connect.create_queue
Main.Connect.create_quick_connect
Main.Connect.create_routing_profile
Main.Connect.create_use_case
Main.Connect.create_user
Main.Connect.create_user_hierarchy_group
Main.Connect.delete_instance
Main.Connect.delete_integration_association
Main.Connect.delete_quick_connect
Main.Connect.delete_use_case
Main.Connect.delete_user
Main.Connect.delete_user_hierarchy_group
Main.Connect.describe_contact_flow
Main.Connect.describe_hours_of_operation
Main.Connect.describe_instance
Main.Connect.describe_instance_attribute
Main.Connect.describe_instance_storage_config
Main.Connect.describe_queue
Main.Connect.describe_quick_connect
Main.Connect.describe_routing_profile
Main.Connect.describe_user
Main.Connect.describe_user_hierarchy_group
Main.Connect.describe_user_hierarchy_structure
Main.Connect.disassociate_approved_origin
Main.Connect.disassociate_instance_storage_config
Main.Connect.disassociate_lambda_function
Main.Connect.disassociate_lex_bot
Main.Connect.disassociate_queue_quick_connects
Main.Connect.disassociate_routing_profile_queues
Main.Connect.disassociate_security_key
Main.Connect.get_contact_attributes
Main.Connect.get_current_metric_data
Main.Connect.get_federation_token
Main.Connect.get_metric_data
Main.Connect.list_approved_origins
Main.Connect.list_contact_flows
Main.Connect.list_hours_of_operations
Main.Connect.list_instance_attributes
Main.Connect.list_instance_storage_configs
Main.Connect.list_instances
Main.Connect.list_integration_associations
Main.Connect.list_lambda_functions
Main.Connect.list_lex_bots
Main.Connect.list_phone_numbers
Main.Connect.list_prompts
Main.Connect.list_queue_quick_connects
Main.Connect.list_queues
Main.Connect.list_quick_connects
Main.Connect.list_routing_profile_queues
Main.Connect.list_routing_profiles
Main.Connect.list_security_keys
Main.Connect.list_security_profiles
Main.Connect.list_tags_for_resource
Main.Connect.list_use_cases
Main.Connect.list_user_hierarchy_groups
Main.Connect.list_users
Main.Connect.resume_contact_recording
Main.Connect.start_chat_contact
Main.Connect.start_contact_recording
Main.Connect.start_outbound_voice_contact
Main.Connect.start_task_contact
Main.Connect.stop_contact
Main.Connect.stop_contact_recording
Main.Connect.suspend_contact_recording
Main.Connect.tag_resource
Main.Connect.untag_resource
Main.Connect.update_contact_attributes
Main.Connect.update_contact_flow_content
Main.Connect.update_contact_flow_name
Main.Connect.update_instance_attribute
Main.Connect.update_instance_storage_config
Main.Connect.update_queue_hours_of_operation
Main.Connect.update_queue_max_contacts
Main.Connect.update_queue_name
Main.Connect.update_queue_outbound_caller_config
Main.Connect.update_queue_status
Main.Connect.update_quick_connect_config
Main.Connect.update_quick_connect_name
Main.Connect.update_routing_profile_concurrency
Main.Connect.update_routing_profile_default_outbound_queue
Main.Connect.update_routing_profile_name
Main.Connect.update_routing_profile_queues
Main.Connect.update_user_hierarchy
Main.Connect.update_user_hierarchy_group_name
Main.Connect.update_user_hierarchy_structure
Main.Connect.update_user_identity_info
Main.Connect.update_user_phone_config
Main.Connect.update_user_routing_profile
Main.Connect.update_user_security_profiles
Documentation
Main.Connect.associate_approved_origin
— Methodassociate_approved_origin(instance_id, origin)
associate_approved_origin(instance_id, origin, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Associates an approved origin to an Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.origin
: The domain to add to your allow list.
Main.Connect.associate_instance_storage_config
— Methodassociate_instance_storage_config(instance_id, resource_type, storage_config)
associate_instance_storage_config(instance_id, resource_type, storage_config, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.resource_type
: A valid resource type.storage_config
: A valid storage type.
Main.Connect.associate_lambda_function
— Methodassociate_lambda_function(function_arn, instance_id)
associate_lambda_function(function_arn, instance_id, params::Dict{String,<:Any})
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.
Arguments
function_arn
: The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters allowed is 140.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.associate_lex_bot
— Methodassociate_lex_bot(instance_id, lex_bot)
associate_lex_bot(instance_id, lex_bot, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.lex_bot
: The Amazon Lex box to associate with the instance.
Main.Connect.associate_queue_quick_connects
— Methodassociate_queue_quick_connects(instance_id, queue_id, quick_connect_ids)
associate_queue_quick_connects(instance_id, queue_id, quick_connect_ids, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Associates a set of quick connects with a queue.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.quick_connect_ids
: The quick connects to associate with this queue.
Main.Connect.associate_routing_profile_queues
— Methodassociate_routing_profile_queues(instance_id, queue_configs, routing_profile_id)
associate_routing_profile_queues(instance_id, queue_configs, routing_profile_id, params::Dict{String,<:Any})
Associates a set of queues with a routing profile.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_configs
: The queues to associate with this routing profile.routing_profile_id
: The identifier of the routing profile.
Main.Connect.associate_security_key
— Methodassociate_security_key(instance_id, key)
associate_security_key(instance_id, key, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Associates a security key to the instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.key
: A valid security key in PEM format.
Main.Connect.create_contact_flow
— Methodcreate_contact_flow(content, instance_id, name, type)
create_contact_flow(content, instance_id, name, type, params::Dict{String,<:Any})
Creates a contact flow for the specified Amazon Connect instance. You can also create and update contact flows using the Amazon Connect Flow language.
Arguments
content
: The content of the contact flow.instance_id
: The identifier of the Amazon Connect instance.name
: The name of the contact flow.type
: The type of the contact flow. For descriptions of the available types, see Choose a Contact Flow Type in the Amazon Connect Administrator Guide.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the contact flow."Tags"
: One or more tags.
Main.Connect.create_instance
— Methodcreate_instance(identity_management_type, inbound_calls_enabled, outbound_calls_enabled)
create_instance(identity_management_type, inbound_calls_enabled, outbound_calls_enabled, params::Dict{String,<:Any})
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.
Arguments
identity_management_type
: The type of identity management for your Amazon Connect users.inbound_calls_enabled
: Your contact center handles incoming contacts.outbound_calls_enabled
: Your contact center allows outbound calls.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ClientToken"
: The idempotency token."DirectoryId"
: The identifier for the directory."InstanceAlias"
: The name for your instance.
Main.Connect.create_integration_association
— Methodcreate_integration_association(instance_id, integration_arn, integration_type, source_application_name, source_application_url, source_type)
create_integration_association(instance_id, integration_arn, integration_type, source_application_name, source_application_url, source_type, params::Dict{String,<:Any})
Create an AppIntegration association with an Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.integration_arn
: The Amazon Resource Name (ARN) of the integration.integration_type
: The type of information to be ingested.source_application_name
: The name of the external application.source_application_url
: The URL for the external application.source_type
: The type of the data source.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Tags"
: One or more tags.
Main.Connect.create_queue
— Methodcreate_queue(hours_of_operation_id, instance_id, name)
create_queue(hours_of_operation_id, instance_id, name, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Creates a new queue for the specified Amazon Connect instance.
Arguments
hours_of_operation_id
: The identifier for the hours of operation.instance_id
: The identifier of the Amazon Connect instance.name
: The name of the queue.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the queue."MaxContacts"
: The maximum number of contacts that can be in the queue before it is considered full."OutboundCallerConfig"
: The outbound caller ID name, number, and outbound whisper flow."QuickConnectIds"
: The quick connects available to agents who are working the queue."Tags"
: One or more tags.
Main.Connect.create_quick_connect
— Methodcreate_quick_connect(instance_id, name, quick_connect_config)
create_quick_connect(instance_id, name, quick_connect_config, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Creates a quick connect for the specified Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.name
: The name of the quick connect.quick_connect_config
: Configuration settings for the quick connect.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the quick connect."Tags"
: One or more tags.
Main.Connect.create_routing_profile
— Methodcreate_routing_profile(default_outbound_queue_id, description, instance_id, media_concurrencies, name)
create_routing_profile(default_outbound_queue_id, description, instance_id, media_concurrencies, name, params::Dict{String,<:Any})
Creates a new routing profile.
Arguments
default_outbound_queue_id
: The default outbound queue for the routing profile.description
: Description of the routing profile. Must not be more than 250 characters.instance_id
: The identifier of the Amazon Connect instance.media_concurrencies
: The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.name
: The name of the routing profile. Must not be more than 127 characters.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"QueueConfigs"
: The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls."Tags"
: One or more tags.
Main.Connect.create_use_case
— Methodcreate_use_case(instance_id, integration_association_id, use_case_type)
create_use_case(instance_id, integration_association_id, use_case_type, params::Dict{String,<:Any})
Creates a use case for an AppIntegration association.
Arguments
instance_id
: The identifier of the Amazon Connect instance.integration_association_id
: The identifier for the AppIntegration association.use_case_type
: The type of use case to associate to the AppIntegration association. Each AppIntegration association can have only one of each use case type.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Tags"
: One or more tags.
Main.Connect.create_user
— Methodcreate_user(instance_id, phone_config, routing_profile_id, security_profile_ids, username)
create_user(instance_id, phone_config, routing_profile_id, security_profile_ids, username, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.phone_config
: The phone settings for the user.routing_profile_id
: The identifier of the routing profile for the user.security_profile_ids
: The identifier of the security profile for the user.username
: The user name for the account. For instances not using SAML for identity management, the user name can include up to 20 characters. If you are using SAML for identity management, the user name can include up to 64 characters from [a-zA-Z0-9_-.@]+.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"DirectoryUserId"
: The identifier of the user account in the directory used for identity management. If Amazon Connect cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Amazon Connect cannot access the directory. Otherwise, the identity information is used to authenticate users from your directory. This parameter is required if you are using an existing directory for identity management in Amazon Connect when Amazon Connect cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned."HierarchyGroupId"
: The identifier of the hierarchy group for the user."IdentityInfo"
: The information about the identity of the user."Password"
: The password for the user account. A password is required if you are using Amazon Connect for identity management. Otherwise, it is an error to include a password."Tags"
: One or more tags.
Main.Connect.create_user_hierarchy_group
— Methodcreate_user_hierarchy_group(instance_id, name)
create_user_hierarchy_group(instance_id, name, params::Dict{String,<:Any})
Creates a new user hierarchy group.
Arguments
instance_id
: The identifier of the Amazon Connect instance.name
: The name of the user hierarchy group. Must not be more than 100 characters.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"ParentGroupId"
: The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
Main.Connect.delete_instance
— Methoddelete_instance(instance_id)
delete_instance(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.delete_integration_association
— Methoddelete_integration_association(instance_id, integration_association_id)
delete_integration_association(instance_id, integration_association_id, params::Dict{String,<:Any})
Deletes an AppIntegration association from an Amazon Connect instance. The association must not have any use cases associated with it.
Arguments
instance_id
: The identifier of the Amazon Connect instance.integration_association_id
: The identifier for the AppIntegration association.
Main.Connect.delete_quick_connect
— Methoddelete_quick_connect(instance_id, quick_connect_id)
delete_quick_connect(instance_id, quick_connect_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Deletes a quick connect.
Arguments
instance_id
: The identifier of the Amazon Connect instance.quick_connect_id
: The identifier for the quick connect.
Main.Connect.delete_use_case
— Methoddelete_use_case(instance_id, integration_association_id, use_case_id)
delete_use_case(instance_id, integration_association_id, use_case_id, params::Dict{String,<:Any})
Deletes a use case from an AppIntegration association.
Arguments
instance_id
: The identifier of the Amazon Connect instance.integration_association_id
: The identifier for the AppIntegration association.use_case_id
: The identifier for the use case.
Main.Connect.delete_user
— Methoddelete_user(instance_id, user_id)
delete_user(instance_id, user_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.user_id
: The identifier of the user.
Main.Connect.delete_user_hierarchy_group
— Methoddelete_user_hierarchy_group(hierarchy_group_id, instance_id)
delete_user_hierarchy_group(hierarchy_group_id, instance_id, params::Dict{String,<:Any})
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
Arguments
hierarchy_group_id
: The identifier of the hierarchy group.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.describe_contact_flow
— Methoddescribe_contact_flow(contact_flow_id, instance_id)
describe_contact_flow(contact_flow_id, instance_id, params::Dict{String,<:Any})
Describes the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
Arguments
contact_flow_id
: The identifier of the contact flow.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.describe_hours_of_operation
— Methoddescribe_hours_of_operation(hours_of_operation_id, instance_id)
describe_hours_of_operation(hours_of_operation_id, instance_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Describes the hours of operation.
Arguments
hours_of_operation_id
: The identifier for the hours of operation.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.describe_instance
— Methoddescribe_instance(instance_id)
describe_instance(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.describe_instance_attribute
— Methoddescribe_instance_attribute(attribute_type, instance_id)
describe_instance_attribute(attribute_type, instance_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Describes the specified instance attribute.
Arguments
attribute_type
: The type of attribute.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.describe_instance_storage_config
— Methoddescribe_instance_storage_config(association_id, instance_id, resource_type)
describe_instance_storage_config(association_id, instance_id, resource_type, params::Dict{String,<:Any})
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.
Arguments
association_id
: The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.instance_id
: The identifier of the Amazon Connect instance.resource_type
: A valid resource type.
Main.Connect.describe_queue
— Methoddescribe_queue(instance_id, queue_id)
describe_queue(instance_id, queue_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Describes the specified queue.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.
Main.Connect.describe_quick_connect
— Methoddescribe_quick_connect(instance_id, quick_connect_id)
describe_quick_connect(instance_id, quick_connect_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Describes the quick connect.
Arguments
instance_id
: The identifier of the Amazon Connect instance.quick_connect_id
: The identifier for the quick connect.
Main.Connect.describe_routing_profile
— Methoddescribe_routing_profile(instance_id, routing_profile_id)
describe_routing_profile(instance_id, routing_profile_id, params::Dict{String,<:Any})
Describes the specified routing profile.
Arguments
instance_id
: The identifier of the Amazon Connect instance.routing_profile_id
: The identifier of the routing profile.
Main.Connect.describe_user
— Methoddescribe_user(instance_id, user_id)
describe_user(instance_id, user_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.user_id
: The identifier of the user account.
Main.Connect.describe_user_hierarchy_group
— Methoddescribe_user_hierarchy_group(hierarchy_group_id, instance_id)
describe_user_hierarchy_group(hierarchy_group_id, instance_id, params::Dict{String,<:Any})
Describes the specified hierarchy group.
Arguments
hierarchy_group_id
: The identifier of the hierarchy group.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.describe_user_hierarchy_structure
— Methoddescribe_user_hierarchy_structure(instance_id)
describe_user_hierarchy_structure(instance_id, params::Dict{String,<:Any})
Describes the hierarchy structure of the specified Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.disassociate_approved_origin
— Methoddisassociate_approved_origin(instance_id, origin)
disassociate_approved_origin(instance_id, origin, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Revokes access to integrated applications from Amazon Connect.
Arguments
instance_id
: The identifier of the Amazon Connect instance.origin
: The domain URL of the integrated application.
Main.Connect.disassociate_instance_storage_config
— Methoddisassociate_instance_storage_config(association_id, instance_id, resource_type)
disassociate_instance_storage_config(association_id, instance_id, resource_type, params::Dict{String,<:Any})
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.
Arguments
association_id
: The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.instance_id
: The identifier of the Amazon Connect instance.resource_type
: A valid resource type.
Main.Connect.disassociate_lambda_function
— Methoddisassociate_lambda_function(instance_id, function_arn)
disassociate_lambda_function(instance_id, function_arn, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance..function_arn
: The Amazon Resource Name (ARN) of the Lambda function being disassociated.
Main.Connect.disassociate_lex_bot
— Methoddisassociate_lex_bot(instance_id, bot_name, lex_region)
disassociate_lex_bot(instance_id, bot_name, lex_region, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.bot_name
: The name of the Amazon Lex bot. Maximum character limit of 50.lex_region
: The Region in which the Amazon Lex bot has been created.
Main.Connect.disassociate_queue_quick_connects
— Methoddisassociate_queue_quick_connects(instance_id, queue_id, quick_connect_ids)
disassociate_queue_quick_connects(instance_id, queue_id, quick_connect_ids, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Disassociates a set of quick connects from a queue.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.quick_connect_ids
: The quick connects to disassociate from the queue.
Main.Connect.disassociate_routing_profile_queues
— Methoddisassociate_routing_profile_queues(instance_id, queue_references, routing_profile_id)
disassociate_routing_profile_queues(instance_id, queue_references, routing_profile_id, params::Dict{String,<:Any})
Disassociates a set of queues from a routing profile.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_references
: The queues to disassociate from this routing profile.routing_profile_id
: The identifier of the routing profile.
Main.Connect.disassociate_security_key
— Methoddisassociate_security_key(association_id, instance_id)
disassociate_security_key(association_id, instance_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Deletes the specified security key.
Arguments
association_id
: The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.get_contact_attributes
— Methodget_contact_attributes(initial_contact_id, instance_id)
get_contact_attributes(initial_contact_id, instance_id, params::Dict{String,<:Any})
Retrieves the contact attributes for the specified contact.
Arguments
initial_contact_id
: The identifier of the initial contact.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.get_current_metric_data
— Methodget_current_metric_data(current_metrics, filters, instance_id)
get_current_metric_data(current_metrics, filters, instance_id, params::Dict{String,<:Any})
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.
Arguments
current_metrics
: The metrics to retrieve. Specify the name and unit for each metric. The following metrics are available. For a description of all the metrics, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide. AGENTSAFTERCONTACTWORK Unit: COUNT Name in real-time metrics report: ACW AGENTSAVAILABLE Unit: COUNT Name in real-time metrics report: Available AGENTSERROR Unit: COUNT Name in real-time metrics report: Error AGENTSNONPRODUCTIVE Unit: COUNT Name in real-time metrics report: NPT (Non-Productive Time) AGENTSONCALL Unit: COUNT Name in real-time metrics report: On contact AGENTSONCONTACT Unit: COUNT Name in real-time metrics report: On contact AGENTSONLINE Unit: COUNT Name in real-time metrics report: Online AGENTSSTAFFED Unit: COUNT Name in real-time metrics report: Staffed CONTACTSINQUEUE Unit: COUNT Name in real-time metrics report: In queue CONTACTSSCHEDULED Unit: COUNT Name in real-time metrics report: Scheduled OLDESTCONTACTAGE Unit: SECONDS When you use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this: { "Metric": { "Name": "OLDESTCONTACTAGE", "Unit": "SECONDS" }, "Value": 24113.0 } The actual OLDESTCONTACTAGE is 24 seconds. Name in real-time metrics report: Oldest SLOTSACTIVE Unit: COUNT Name in real-time metrics report: Active SLOTSAVAILABLE Unit: COUNT Name in real-time metrics report: Availabilityfilters
: The queues, up to 100, or channels, to use to filter the metrics returned. Metric data is retrieved only for the resources associated with the queues or channels included in the filter. You can include both queue IDs and queue ARNs in the same request. VOICE, CHAT, and TASK channels are supported.instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Groupings"
: The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues. If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported. If no Grouping is included in the request, a summary of metrics is returned."MaxResults"
: The maximum number of results to return per page."NextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. The token expires after 5 minutes from the time it is created. Subsequent requests that use the token must use the same request parameters as the request that generated the token.
Main.Connect.get_federation_token
— Methodget_federation_token(instance_id)
get_federation_token(instance_id, params::Dict{String,<:Any})
Retrieves a token for federation. 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
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.get_metric_data
— Methodget_metric_data(end_time, filters, historical_metrics, instance_id, start_time)
get_metric_data(end_time, filters, historical_metrics, instance_id, start_time, params::Dict{String,<:Any})
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.
Arguments
end_time
: The timestamp, in UNIX Epoch time format, at which to end the reporting interval for the retrieval of historical metrics data. The time must be specified using an interval of 5 minutes, such as 11:00, 11:05, 11:10, and must be later than the start time timestamp. The time range between the start and end time must be less than 24 hours.filters
: The queues, up to 100, or channels, to use to filter the metrics returned. Metric data is retrieved only for the resources associated with the queues or channels included in the filter. You can include both queue IDs and queue ARNs in the same request. VOICE, CHAT, and TASK channels are supported. To filter by Queues, enter the queue ID/ARN, not the name of the queue.historical_metrics
: The metrics to retrieve. Specify the name, unit, and statistic for each metric. The following historical metrics are available. For a description of each metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide. ABANDONTIME Unit: SECONDS Statistic: AVG AFTERCONTACTWORKTIME Unit: SECONDS Statistic: AVG APICONTACTSHANDLED Unit: COUNT Statistic: SUM CALLBACKCONTACTSHANDLED Unit: COUNT Statistic: SUM CONTACTSABANDONED Unit: COUNT Statistic: SUM CONTACTSAGENTHUNGUPFIRST Unit: COUNT Statistic: SUM CONTACTSCONSULTED Unit: COUNT Statistic: SUM CONTACTSHANDLED Unit: COUNT Statistic: SUM CONTACTSHANDLEDINCOMING Unit: COUNT Statistic: SUM CONTACTSHANDLEDOUTBOUND Unit: COUNT Statistic: SUM CONTACTSHOLDABANDONS Unit: COUNT Statistic: SUM CONTACTSMISSED Unit: COUNT Statistic: SUM CONTACTSQUEUED Unit: COUNT Statistic: SUM CONTACTSTRANSFERREDIN Unit: COUNT Statistic: SUM CONTACTSTRANSFERREDINFROMQUEUE Unit: COUNT Statistic: SUM CONTACTSTRANSFERREDOUT Unit: COUNT Statistic: SUM CONTACTSTRANSFERREDOUTFROMQUEUE Unit: COUNT Statistic: SUM HANDLETIME Unit: SECONDS Statistic: AVG HOLDTIME Unit: SECONDS Statistic: AVG INTERACTIONANDHOLDTIME Unit: SECONDS Statistic: AVG INTERACTIONTIME Unit: SECONDS Statistic: AVG OCCUPANCY Unit: PERCENT Statistic: AVG QUEUEANSWERTIME Unit: SECONDS Statistic: AVG QUEUEDTIME Unit: SECONDS Statistic: MAX SERVICELEVEL You can include up to 20 SERVICELEVEL metrics in a request. Unit: PERCENT Statistic: AVG Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter LT (for "Less than").instance_id
: The identifier of the Amazon Connect instance.start_time
: The timestamp, in UNIX Epoch time format, at which to start the reporting interval for the retrieval of historical metrics data. The time must be specified using a multiple of 5 minutes, such as 10:05, 10:10, 10:15. The start time cannot be earlier than 24 hours before the time of the request. Historical metrics are available only for 24 hours.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Groupings"
: The grouping applied to the metrics returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values returned apply to the metrics for each queue rather than aggregated for all queues. If no grouping is specified, a summary of metrics for all queues is returned."MaxResults"
: The maximum number of results to return per page."NextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_approved_origins
— Methodlist_approved_origins(instance_id)
list_approved_origins(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_contact_flows
— Methodlist_contact_flows(instance_id)
list_contact_flows(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"contactFlowTypes"
: The type of contact flow."maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_hours_of_operations
— Methodlist_hours_of_operations(instance_id)
list_hours_of_operations(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_instance_attributes
— Methodlist_instance_attributes(instance_id)
list_instance_attributes(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_instance_storage_configs
— Methodlist_instance_storage_configs(instance_id, resource_type)
list_instance_storage_configs(instance_id, resource_type, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.resource_type
: A valid resource type.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_instances
— Methodlist_instances()
list_instances(params::Dict{String,<:Any})
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.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_integration_associations
— Methodlist_integration_associations(instance_id)
list_integration_associations(instance_id, params::Dict{String,<:Any})
Provides summary information about the AppIntegration associations for the specified Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_lambda_functions
— Methodlist_lambda_functions(instance_id)
list_lambda_functions(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_lex_bots
— Methodlist_lex_bots(instance_id)
list_lex_bots(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_phone_numbers
— Methodlist_phone_numbers(instance_id)
list_phone_numbers(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results."phoneNumberCountryCodes"
: The ISO country code."phoneNumberTypes"
: The type of phone number.
Main.Connect.list_prompts
— Methodlist_prompts(instance_id)
list_prompts(instance_id, params::Dict{String,<:Any})
Provides information about the prompts for the specified Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_queue_quick_connects
— Methodlist_queue_quick_connects(instance_id, queue_id)
list_queue_quick_connects(instance_id, queue_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Lists the quick connects associated with a queue.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_queues
— Methodlist_queues(instance_id)
list_queues(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results."queueTypes"
: The type of queue.
Main.Connect.list_quick_connects
— Methodlist_quick_connects(instance_id)
list_quick_connects(instance_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Provides information about the quick connects for the specified Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"QuickConnectTypes"
: The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE)."maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_routing_profile_queues
— Methodlist_routing_profile_queues(instance_id, routing_profile_id)
list_routing_profile_queues(instance_id, routing_profile_id, params::Dict{String,<:Any})
Lists the queues associated with a routing profile.
Arguments
instance_id
: The identifier of the Amazon Connect instance.routing_profile_id
: The identifier of the routing profile.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_routing_profiles
— Methodlist_routing_profiles(instance_id)
list_routing_profiles(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_security_keys
— Methodlist_security_keys(instance_id)
list_security_keys(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_security_profiles
— Methodlist_security_profiles(instance_id)
list_security_profiles(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_tags_for_resource
— Methodlist_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})
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.
Arguments
resource_arn
: The Amazon Resource Name (ARN) of the resource.
Main.Connect.list_use_cases
— Methodlist_use_cases(instance_id, integration_association_id)
list_use_cases(instance_id, integration_association_id, params::Dict{String,<:Any})
Lists the use cases.
Arguments
instance_id
: The identifier of the Amazon Connect instance.integration_association_id
: The identifier for the integration association.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_user_hierarchy_groups
— Methodlist_user_hierarchy_groups(instance_id)
list_user_hierarchy_groups(instance_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.list_users
— Methodlist_users(instance_id)
list_users(instance_id, params::Dict{String,<:Any})
Provides summary information about the users for the specified Amazon Connect instance.
Arguments
instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"maxResults"
: The maximum number of results to return per page."nextToken"
: The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Main.Connect.resume_contact_recording
— Methodresume_contact_recording(contact_id, initial_contact_id, instance_id)
resume_contact_recording(contact_id, initial_contact_id, instance_id, params::Dict{String,<:Any})
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.
Arguments
contact_id
: The identifier of the contact.initial_contact_id
: The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.start_chat_contact
— Methodstart_chat_contact(contact_flow_id, instance_id, participant_details)
start_chat_contact(contact_flow_id, instance_id, participant_details, params::Dict{String,<:Any})
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.
Arguments
contact_flow_id
: The identifier of the contact flow for initiating the chat. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the contact flow. On the contact flow page, under the name of the contact flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact -flow/846ec553-a005-41c0-8341-xxxxxxxxxxxxinstance_id
: The identifier of the Amazon Connect instance.participant_details
: Information identifying the participant.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Attributes"
: A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in contact flows just like any other contact attributes. There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters."ClientToken"
: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request."InitialMessage"
: The initial message to be sent to the newly created chat.
Main.Connect.start_contact_recording
— Methodstart_contact_recording(contact_id, initial_contact_id, instance_id, voice_recording_configuration)
start_contact_recording(contact_id, initial_contact_id, instance_id, voice_recording_configuration, params::Dict{String,<:Any})
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.
Arguments
contact_id
: The identifier of the contact.initial_contact_id
: The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.instance_id
: The identifier of the Amazon Connect instance.voice_recording_configuration
: The person being recorded.
Main.Connect.start_outbound_voice_contact
— Methodstart_outbound_voice_contact(contact_flow_id, destination_phone_number, instance_id)
start_outbound_voice_contact(contact_flow_id, destination_phone_number, instance_id, params::Dict{String,<:Any})
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. 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.
Arguments
contact_flow_id
: The identifier of the contact flow for the outbound call. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the contact flow. On the contact flow page, under the name of the contact flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact -flow/846ec553-a005-41c0-8341-xxxxxxxxxxxxdestination_phone_number
: The phone number of the customer, in E.164 format.instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Attributes"
: A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes. There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters."ClientToken"
: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned. If the contact is disconnected, a new contact is started."QueueId"
: The queue for the call. If you specify a queue, the phone displayed for caller ID is the phone number specified in the queue. If you do not specify a queue, the queue defined in the contact flow is used. If you do not specify a queue, you must specify a source phone number."SourcePhoneNumber"
: The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.
Main.Connect.start_task_contact
— Methodstart_task_contact(contact_flow_id, instance_id, name)
start_task_contact(contact_flow_id, instance_id, name, params::Dict{String,<:Any})
Initiates a contact flow to start a new task.
Arguments
contact_flow_id
: The identifier of the contact flow for initiating the tasks. To see the ContactFlowId in the Amazon Connect console user interface, on the navigation menu go to Routing, Contact Flows. Choose the contact flow. On the contact flow page, under the name of the contact flow, choose Show additional flow information. The ContactFlowId is the last part of the ARN, shown here in bold: arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact -flow/846ec553-a005-41c0-8341-xxxxxxxxxxxxinstance_id
: The identifier of the Amazon Connect instance.name
: The name of a task that is shown to an agent in the Contact Control Panel (CCP).
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Attributes"
: A custom key-value pair using an attribute map. The attributes are standard Amazon Connect attributes, and can be accessed in contact flows just like any other contact attributes. There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only alphanumeric, dash, and underscore characters."ClientToken"
: A unique, case-sensitive identifier that you provide to ensure the idempotency of the request."Description"
: A description of the task that is shown to an agent in the Contact Control Panel (CCP)."PreviousContactId"
: The identifier of the previous chat, voice, or task contact."References"
: A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
Main.Connect.stop_contact
— Methodstop_contact(contact_id, instance_id)
stop_contact(contact_id, instance_id, params::Dict{String,<:Any})
Ends the specified contact.
Arguments
contact_id
: The ID of the contact.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.stop_contact_recording
— Methodstop_contact_recording(contact_id, initial_contact_id, instance_id)
stop_contact_recording(contact_id, initial_contact_id, instance_id, params::Dict{String,<:Any})
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.
Arguments
contact_id
: The identifier of the contact.initial_contact_id
: The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.suspend_contact_recording
— Methodsuspend_contact_recording(contact_id, initial_contact_id, instance_id)
suspend_contact_recording(contact_id, initial_contact_id, instance_id, params::Dict{String,<:Any})
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.
Arguments
contact_id
: The identifier of the contact.initial_contact_id
: The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.tag_resource
— Methodtag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})
Adds the specified tags to the specified resource. The supported resource types are users, routing profiles, queues, quick connects, and contact flows. For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.
Arguments
resource_arn
: The Amazon Resource Name (ARN) of the resource.tags
: One or more tags. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Main.Connect.untag_resource
— Methoduntag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})
Removes the specified tags from the specified resource.
Arguments
resource_arn
: The Amazon Resource Name (ARN) of the resource.tag_keys
: The tag keys.
Main.Connect.update_contact_attributes
— Methodupdate_contact_attributes(attributes, initial_contact_id, instance_id)
update_contact_attributes(attributes, initial_contact_id, instance_id, params::Dict{String,<:Any})
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.
Arguments
attributes
: The Amazon Connect attributes. These attributes can be accessed in contact flows just like any other contact attributes. You can have up to 32,768 UTF-8 bytes across all attributes for a contact. Attribute keys can include only alphanumeric, dash, and underscore characters.initial_contact_id
: The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.update_contact_flow_content
— Methodupdate_contact_flow_content(contact_flow_id, content, instance_id)
update_contact_flow_content(contact_flow_id, content, instance_id, params::Dict{String,<:Any})
Updates the specified contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
Arguments
contact_flow_id
: The identifier of the contact flow.content
: The JSON string that represents contact flow’s content. For an example, see Example contact flow in Amazon Connect Flow language in the Amazon Connect Administrator Guide.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.update_contact_flow_name
— Methodupdate_contact_flow_name(contact_flow_id, instance_id)
update_contact_flow_name(contact_flow_id, instance_id, params::Dict{String,<:Any})
The name of the contact flow. You can also create and update contact flows using the Amazon Connect Flow language.
Arguments
contact_flow_id
: The identifier of the contact flow.instance_id
: The identifier of the Amazon Connect instance.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the contact flow."Name"
: The name of the contact flow.
Main.Connect.update_instance_attribute
— Methodupdate_instance_attribute(attribute_type, instance_id, value)
update_instance_attribute(attribute_type, instance_id, value, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Updates the value for the specified attribute type.
Arguments
attribute_type
: The type of attribute.instance_id
: The identifier of the Amazon Connect instance.value
: The value for the attribute. Maximum character limit is 100.
Main.Connect.update_instance_storage_config
— Methodupdate_instance_storage_config(association_id, instance_id, storage_config, resource_type)
update_instance_storage_config(association_id, instance_id, storage_config, resource_type, params::Dict{String,<:Any})
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.
Arguments
association_id
: The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.instance_id
: The identifier of the Amazon Connect instance.storage_config
:resource_type
: A valid resource type.
Main.Connect.update_queue_hours_of_operation
— Methodupdate_queue_hours_of_operation(hours_of_operation_id, instance_id, queue_id)
update_queue_hours_of_operation(hours_of_operation_id, instance_id, queue_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Updates the hours of operation for the specified queue.
Arguments
hours_of_operation_id
: The identifier for the hours of operation.instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.
Main.Connect.update_queue_max_contacts
— Methodupdate_queue_max_contacts(instance_id, queue_id)
update_queue_max_contacts(instance_id, queue_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"MaxContacts"
: The maximum number of contacts that can be in the queue before it is considered full.
Main.Connect.update_queue_name
— Methodupdate_queue_name(instance_id, queue_id)
update_queue_name(instance_id, queue_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the queue."Name"
: The name of the queue.
Main.Connect.update_queue_outbound_caller_config
— Methodupdate_queue_outbound_caller_config(instance_id, outbound_caller_config, queue_id)
update_queue_outbound_caller_config(instance_id, outbound_caller_config, queue_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.outbound_caller_config
: The outbound caller ID name, number, and outbound whisper flow.queue_id
: The identifier for the queue.
Main.Connect.update_queue_status
— Methodupdate_queue_status(instance_id, queue_id, status)
update_queue_status(instance_id, queue_id, status, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Updates the status of the queue.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_id
: The identifier for the queue.status
: The status of the queue.
Main.Connect.update_quick_connect_config
— Methodupdate_quick_connect_config(instance_id, quick_connect_config, quick_connect_id)
update_quick_connect_config(instance_id, quick_connect_config, quick_connect_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. Updates the configuration settings for the specified quick connect.
Arguments
instance_id
: The identifier of the Amazon Connect instance.quick_connect_config
: Information about the configuration settings for the quick connect.quick_connect_id
: The identifier for the quick connect.
Main.Connect.update_quick_connect_name
— Methodupdate_quick_connect_name(instance_id, quick_connect_id)
update_quick_connect_name(instance_id, quick_connect_id, params::Dict{String,<:Any})
This API is in preview release for Amazon Connect and is subject to change. 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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.quick_connect_id
: The identifier for the quick connect.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the quick connect."Name"
: The name of the quick connect.
Main.Connect.update_routing_profile_concurrency
— Methodupdate_routing_profile_concurrency(instance_id, media_concurrencies, routing_profile_id)
update_routing_profile_concurrency(instance_id, media_concurrencies, routing_profile_id, params::Dict{String,<:Any})
Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
Arguments
instance_id
: The identifier of the Amazon Connect instance.media_concurrencies
: The channels that agents can handle in the Contact Control Panel (CCP).routing_profile_id
: The identifier of the routing profile.
Main.Connect.update_routing_profile_default_outbound_queue
— Methodupdate_routing_profile_default_outbound_queue(default_outbound_queue_id, instance_id, routing_profile_id)
update_routing_profile_default_outbound_queue(default_outbound_queue_id, instance_id, routing_profile_id, params::Dict{String,<:Any})
Updates the default outbound queue of a routing profile.
Arguments
default_outbound_queue_id
: The identifier for the default outbound queue.instance_id
: The identifier of the Amazon Connect instance.routing_profile_id
: The identifier of the routing profile.
Main.Connect.update_routing_profile_name
— Methodupdate_routing_profile_name(instance_id, routing_profile_id)
update_routing_profile_name(instance_id, routing_profile_id, params::Dict{String,<:Any})
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.
Arguments
instance_id
: The identifier of the Amazon Connect instance.routing_profile_id
: The identifier of the routing profile.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"Description"
: The description of the routing profile. Must not be more than 250 characters."Name"
: The name of the routing profile. Must not be more than 127 characters.
Main.Connect.update_routing_profile_queues
— Methodupdate_routing_profile_queues(instance_id, queue_configs, routing_profile_id)
update_routing_profile_queues(instance_id, queue_configs, routing_profile_id, params::Dict{String,<:Any})
Updates the properties associated with a set of queues for a routing profile.
Arguments
instance_id
: The identifier of the Amazon Connect instance.queue_configs
: The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.routing_profile_id
: The identifier of the routing profile.
Main.Connect.update_user_hierarchy
— Methodupdate_user_hierarchy(instance_id, user_id)
update_user_hierarchy(instance_id, user_id, params::Dict{String,<:Any})
Assigns the specified hierarchy group to the specified user.
Arguments
instance_id
: The identifier of the Amazon Connect instance.user_id
: The identifier of the user account.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}
. Valid keys are:
"HierarchyGroupId"
: The identifier of the hierarchy group.
Main.Connect.update_user_hierarchy_group_name
— Methodupdate_user_hierarchy_group_name(hierarchy_group_id, instance_id, name)
update_user_hierarchy_group_name(hierarchy_group_id, instance_id, name, params::Dict{String,<:Any})
Updates the name of the user hierarchy group.
Arguments
hierarchy_group_id
: The identifier of the hierarchy group.instance_id
: The identifier of the Amazon Connect instance.name
: The name of the hierarchy group. Must not be more than 100 characters.
Main.Connect.update_user_hierarchy_structure
— Methodupdate_user_hierarchy_structure(hierarchy_structure, instance_id)
update_user_hierarchy_structure(hierarchy_structure, instance_id, params::Dict{String,<:Any})
Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
Arguments
hierarchy_structure
: The hierarchy levels to update.instance_id
: The identifier of the Amazon Connect instance.
Main.Connect.update_user_identity_info
— Methodupdate_user_identity_info(identity_info, instance_id, user_id)
update_user_identity_info(identity_info, instance_id, user_id, params::Dict{String,<:Any})
Updates the identity information for the specified user. 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.
Arguments
identity_info
: The identity information for the user.instance_id
: The identifier of the Amazon Connect instance.user_id
: The identifier of the user account.
Main.Connect.update_user_phone_config
— Methodupdate_user_phone_config(instance_id, phone_config, user_id)
update_user_phone_config(instance_id, phone_config, user_id, params::Dict{String,<:Any})
Updates the phone configuration settings for the specified user.
Arguments
instance_id
: The identifier of the Amazon Connect instance.phone_config
: Information about phone configuration settings for the user.user_id
: The identifier of the user account.
Main.Connect.update_user_routing_profile
— Methodupdate_user_routing_profile(instance_id, routing_profile_id, user_id)
update_user_routing_profile(instance_id, routing_profile_id, user_id, params::Dict{String,<:Any})
Assigns the specified routing profile to the specified user.
Arguments
instance_id
: The identifier of the Amazon Connect instance.routing_profile_id
: The identifier of the routing profile for the user.user_id
: The identifier of the user account.
Main.Connect.update_user_security_profiles
— Methodupdate_user_security_profiles(instance_id, security_profile_ids, user_id)
update_user_security_profiles(instance_id, security_profile_ids, user_id, params::Dict{String,<:Any})
Assigns the specified security profiles to the specified user.
Arguments
instance_id
: The identifier of the Amazon Connect instance.security_profile_ids
: The identifiers of the security profiles for the user.user_id
: The identifier of the user account.