{ "version":"2.0", "metadata":{ "apiVersion":"2017-08-08", "endpointPrefix":"connect", "jsonVersion":"1.1", "protocol":"rest-json", "protocols":["rest-json"], "serviceAbbreviation":"Amazon Connect", "serviceFullName":"Amazon Connect Service", "serviceId":"Connect", "signatureVersion":"v4", "signingName":"connect", "uid":"connect-2017-08-08", "auth":["aws.auth#sigv4"] }, "operations":{ "ActivateEvaluationForm":{ "name":"ActivateEvaluationForm", "http":{ "method":"POST", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/activate" }, "input":{"shape":"ActivateEvaluationFormRequest"}, "output":{"shape":"ActivateEvaluationFormResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"
Activates an evaluation form in the specified Connect Customer instance. After the evaluation form is activated, it is available to start new evaluations based on the form.
" }, "AssociateAnalyticsDataSet":{ "name":"AssociateAnalyticsDataSet", "http":{ "method":"PUT", "requestUri":"/analytics-data/instance/{InstanceId}/association" }, "input":{"shape":"AssociateAnalyticsDataSetRequest"}, "output":{"shape":"AssociateAnalyticsDataSetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Associates the specified dataset for a Connect Customer instance with the target account. You can associate only one dataset in a single call.
" }, "AssociateApprovedOrigin":{ "name":"AssociateApprovedOrigin", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/approved-origin" }, "input":{"shape":"AssociateApprovedOriginRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Associates an approved origin to an Connect Customer instance.
" }, "AssociateBot":{ "name":"AssociateBot", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/bot" }, "input":{"shape":"AssociateBotRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Allows the specified Connect Customer instance to access the specified Amazon Lex or Amazon Lex V2 bot.
" }, "AssociateContactWithUser":{ "name":"AssociateContactWithUser", "http":{ "method":"POST", "requestUri":"/contacts/{InstanceId}/{ContactId}/associate-user" }, "input":{"shape":"AssociateContactWithUserRequest"}, "output":{"shape":"AssociateContactWithUserResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Associates a queued contact with an agent.
Use cases
Following are common uses cases for this API:
Programmatically assign queued contacts to available users.
Leverage the IAM context key connect:PreferredUserArn to restrict contact association to specific preferred user.
Important things to know
Use this API with chat, email, and task contacts. It does not support voice contacts.
Use it to associate contacts with users regardless of their current state, including custom states. Ensure your application logic accounts for user availability before making associations.
It honors the IAM context key connect:PreferredUserArn to prevent unauthorized contact associations.
It respects the IAM context key connect:PreferredUserArn to enforce authorization controls and prevent unauthorized contact associations. Verify that your IAM policies are properly configured to support your intended use cases.
The service quota Queues per routing profile per instance applies to manually assigned queues, too. For more information about this quota, see Connect Customer quotas in the Connect Customer Administrator Guide.
Endpoints: See Connect Customer endpoints and quotas.
" }, "AssociateDefaultVocabulary":{ "name":"AssociateDefaultVocabulary", "http":{ "method":"PUT", "requestUri":"/default-vocabulary/{InstanceId}/{LanguageCode}" }, "input":{"shape":"AssociateDefaultVocabularyRequest"}, "output":{"shape":"AssociateDefaultVocabularyResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Associates an existing vocabulary as the default. Contact Lens for Connect Customer uses the vocabulary in post-call and real-time analysis sessions for the given language.
" }, "AssociateEmailAddressAlias":{ "name":"AssociateEmailAddressAlias", "http":{ "method":"POST", "requestUri":"/email-addresses/{InstanceId}/{EmailAddressId}/associate-alias" }, "input":{"shape":"AssociateEmailAddressAliasRequest"}, "output":{"shape":"AssociateEmailAddressAliasResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"}, {"shape":"IdempotencyException"} ], "documentation":"Associates an email address alias with an existing email address in an Connect Customer instance. This creates a forwarding relationship where emails sent to the alias email address are automatically forwarded to the primary email address.
Use cases
Following are common uses cases for this API:
Unified customer support: Create multiple entry points (for example, support@example.com, help@example.com, customercare@example.com) that all forward to a single agent queue for streamlined management.
Department consolidation: Forward emails from legacy department addresses (for example, sales@example.com, info@example.com) to a centralized customer service email during organizational restructuring.
Brand management: Enable you to use familiar brand-specific email addresses that forward to the appropriate Connect Customer instance email address.
Important things to know
Each email address can have a maximum of one alias. You cannot create multiple aliases for the same email address.
If the alias email address already receives direct emails, it continues to receive direct emails plus forwarded emails.
You cannot chain email aliases together (that is, create an alias of an alias).
AssociateEmailAddressAlias does not return the following information:
A confirmation of the alias relationship details (you must call DescribeEmailAddress to verify).
The timestamp of when the association occurred.
The status of the forwarding configuration.
Endpoints: See Connect Customer endpoints and quotas.
Related operations
DisassociateEmailAddressAlias: Removes the alias association between two email addresses in an Connect Customer instance.
DescribeEmailAddress: View current alias configurations for an email address.
SearchEmailAddresses: Find email addresses and their alias relationships across an instance.
CreateEmailAddress: Create new email addresses that can participate in alias relationships.
DeleteEmailAddress: Remove email addresses (automatically removes any alias relationships).
UpdateEmailAddressMetadata: Modify email address properties (does not affect alias relationships).
Associates a connect resource to a flow.
" }, "AssociateHoursOfOperations":{ "name":"AssociateHoursOfOperations", "http":{ "method":"POST", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/associate-hours" }, "input":{"shape":"AssociateHoursOfOperationsRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ConditionalOperationFailedException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Associates a set of hours of operations with another hours of operation. For more information about inheriting overrides from parent hours of operation, see Hours of operation overrides in the Administrator Guide.
" }, "AssociateInstanceStorageConfig":{ "name":"AssociateInstanceStorageConfig", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/storage-config" }, "input":{"shape":"AssociateInstanceStorageConfigRequest"}, "output":{"shape":"AssociateInstanceStorageConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer 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":{ "name":"AssociateLambdaFunction", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/lambda-function" }, "input":{"shape":"AssociateLambdaFunctionRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Allows the specified Connect Customer instance to access the specified Lambda function.
" }, "AssociateLexBot":{ "name":"AssociateLexBot", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/lex-bot" }, "input":{"shape":"AssociateLexBotRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Allows the specified Connect Customer instance to access the specified Amazon Lex V1 bot. This API only supports the association of Amazon Lex V1 bots.
" }, "AssociatePhoneNumberContactFlow":{ "name":"AssociatePhoneNumberContactFlow", "http":{ "method":"PUT", "requestUri":"/phone-number/{PhoneNumberId}/contact-flow" }, "input":{"shape":"AssociatePhoneNumberContactFlowRequest"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Associates a flow with a phone number claimed to your Connect Customer instance.
If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
Associates a set of email addresses with a queue to enable agents to select different \"From\" (system) email addresses when replying to inbound email contacts or initiating outbound email contacts. This allows agents to handle email contacts across different brands and business units within the same queue.
Important things to know
You can associate up to 49 additional email addresses with a single queue, plus 1 default outbound email address, for a total of 50.
The email addresses must already exist in the Connect Customer instance before they can be associated with a queue.
Agents will be able to select from these associated email addresses when handling email contacts in the queue.
For inbound email contacts, agents can select from email addresses associated with the queue where the contact was accepted.
For outbound email contacts, agents can select from email addresses associated with their default outbound queue configured in their routing profile.
Associates a set of quick connects with a queue.
" }, "AssociateRoutingProfileQueues":{ "name":"AssociateRoutingProfileQueues", "http":{ "method":"POST", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/associate-queues" }, "input":{"shape":"AssociateRoutingProfileQueuesRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Associates a set of queues with a routing profile.
" }, "AssociateSecurityKey":{ "name":"AssociateSecurityKey", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/security-key" }, "input":{"shape":"AssociateSecurityKeyRequest"}, "output":{"shape":"AssociateSecurityKeyResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Associates a security key to the instance.
" }, "AssociateSecurityProfiles":{ "name":"AssociateSecurityProfiles", "http":{ "method":"POST", "requestUri":"/associate-security-profiles/{InstanceId}" }, "input":{"shape":"AssociateSecurityProfilesRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ConditionalOperationFailedException"}, {"shape":"ResourceConflictException"} ], "documentation":"Associate security profiles with an Entity in an Amazon Connect instance.
" }, "AssociateTrafficDistributionGroupUser":{ "name":"AssociateTrafficDistributionGroupUser", "http":{ "method":"PUT", "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user" }, "input":{"shape":"AssociateTrafficDistributionGroupUserRequest"}, "output":{"shape":"AssociateTrafficDistributionGroupUserResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"} ], "documentation":"Associates an agent with a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.
", "idempotent":true }, "AssociateUserProficiencies":{ "name":"AssociateUserProficiencies", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/associate-proficiencies" }, "input":{"shape":"AssociateUserProficienciesRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Associates a set of proficiencies with a user.
" }, "AssociateWorkspace":{ "name":"AssociateWorkspace", "http":{ "method":"POST", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/associate" }, "input":{"shape":"AssociateWorkspaceRequest"}, "output":{"shape":"AssociateWorkspaceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Associates a workspace with one or more users or routing profiles, allowing them to access the workspace's configured views and pages.
" }, "BatchAssociateAnalyticsDataSet":{ "name":"BatchAssociateAnalyticsDataSet", "http":{ "method":"PUT", "requestUri":"/analytics-data/instance/{InstanceId}/associations" }, "input":{"shape":"BatchAssociateAnalyticsDataSetRequest"}, "output":{"shape":"BatchAssociateAnalyticsDataSetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Associates a list of analytics datasets for a given Connect Customer instance to a target account. You can associate multiple datasets in a single call.
" }, "BatchCreateDataTableValue":{ "name":"BatchCreateDataTableValue", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/create" }, "input":{"shape":"BatchCreateDataTableValueRequest"}, "output":{"shape":"BatchCreateDataTableValueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Creates values for attributes in a data table. The value may be a default or it may be associated with a primary value. The value must pass all customer defined validation as well as the default validation for the value type. The operation must conform to Batch Operation API Standards. Although the standard specifies that successful and failed entities are listed separately in the response, authorization fails if any primary values or attributes are unauthorized. The combination of primary values and the attribute name serve as the identifier for the individual item request.
" }, "BatchDeleteDataTableValue":{ "name":"BatchDeleteDataTableValue", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/delete" }, "input":{"shape":"BatchDeleteDataTableValueRequest"}, "output":{"shape":"BatchDeleteDataTableValueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Deletes multiple values from a data table. API users may delete values at any time. When deletion is requested from the admin website, a warning is shown alerting the user of the most recent time the attribute and its values were accessed. System managed values are not deletable by customers.
" }, "BatchDescribeDataTableValue":{ "name":"BatchDescribeDataTableValue", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/describe" }, "input":{"shape":"BatchDescribeDataTableValueRequest"}, "output":{"shape":"BatchDescribeDataTableValueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Retrieves multiple values from a data table without evaluating expressions. Returns the raw stored values along with metadata such as lock versions and modification timestamps. \"Describe\" is a deprecated term but is allowed to maintain consistency with existing operations.
" }, "BatchDisassociateAnalyticsDataSet":{ "name":"BatchDisassociateAnalyticsDataSet", "http":{ "method":"POST", "requestUri":"/analytics-data/instance/{InstanceId}/associations" }, "input":{"shape":"BatchDisassociateAnalyticsDataSetRequest"}, "output":{"shape":"BatchDisassociateAnalyticsDataSetResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Removes a list of analytics datasets associated with a given Connect Customer instance. You can disassociate multiple datasets in a single call.
" }, "BatchGetAttachedFileMetadata":{ "name":"BatchGetAttachedFileMetadata", "http":{ "method":"POST", "requestUri":"/attached-files/{InstanceId}" }, "input":{"shape":"BatchGetAttachedFileMetadataRequest"}, "output":{"shape":"BatchGetAttachedFileMetadataResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Allows you to retrieve metadata about multiple attached files on an associated resource. Each attached file provided in the input list must be associated with the input AssociatedResourceArn.
" }, "BatchGetFlowAssociation":{ "name":"BatchGetFlowAssociation", "http":{ "method":"POST", "requestUri":"/flow-associations-batch/{InstanceId}" }, "input":{"shape":"BatchGetFlowAssociationRequest"}, "output":{"shape":"BatchGetFlowAssociationResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"Retrieve the flow associations for the given resources.
" }, "BatchPutContact":{ "name":"BatchPutContact", "http":{ "method":"PUT", "requestUri":"/contact/batch/{InstanceId}" }, "input":{"shape":"BatchPutContactRequest"}, "output":{"shape":"BatchPutContactResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"IdempotencyException"} ], "documentation":"Only the Connect Customer outbound campaigns service principal is allowed to assume a role in your account and call this API.
Allows you to create a batch of contacts in Connect Customer. The outbound campaigns capability ingests dial requests via the PutDialRequestBatch API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact.
", "idempotent":true }, "BatchUpdateDataTableValue":{ "name":"BatchUpdateDataTableValue", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/update" }, "input":{"shape":"BatchUpdateDataTableValueRequest"}, "output":{"shape":"BatchUpdateDataTableValueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Updates multiple data table values using all properties from BatchCreateDataTableValue. System managed values are not modifiable by customers. The operation requires proper lock versions to prevent concurrent modification conflicts.
" }, "ClaimPhoneNumber":{ "name":"ClaimPhoneNumber", "http":{ "method":"POST", "requestUri":"/phone-number/claim" }, "input":{"shape":"ClaimPhoneNumberRequest"}, "output":{"shape":"ClaimPhoneNumberResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"}, {"shape":"AccessDeniedException"} ], "documentation":"Claims an available phone number to your Connect Customer instance or traffic distribution group. You can call this API only in the same Amazon Web Services Region where the Connect Customer instance or traffic distribution group was created.
For more information about how to use this operation, see Claim a phone number in your country and Claim phone numbers to traffic distribution groups in the Connect Customer Administrator Guide.
You can call the SearchAvailablePhoneNumbers API for available phone numbers that you can claim. Call the DescribePhoneNumber API to verify the status of a previous ClaimPhoneNumber operation.
If you plan to claim and release numbers frequently, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 days past the oldest number released has expired.
By default you can claim and release up to 200% of your maximum number of active phone numbers. If you claim and release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 180 days past the oldest number released has expired.
For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.
" }, "CompleteAttachedFileUpload":{ "name":"CompleteAttachedFileUpload", "http":{ "method":"POST", "requestUri":"/attached-files/{InstanceId}/{FileId}" }, "input":{"shape":"CompleteAttachedFileUploadRequest"}, "output":{"shape":"CompleteAttachedFileUploadResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Allows you to confirm that the attached file has been uploaded using the pre-signed URL provided in the StartAttachedFileUpload API.
" }, "CreateAgentStatus":{ "name":"CreateAgentStatus", "http":{ "method":"PUT", "requestUri":"/agent-status/{InstanceId}" }, "input":{"shape":"CreateAgentStatusRequest"}, "output":{"shape":"CreateAgentStatusResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates an agent status for the specified Connect Customer instance.
" }, "CreateAttachedFile":{ "name":"CreateAttachedFile", "http":{ "method":"PUT", "requestUri":"/attached-files/{InstanceId}/files" }, "input":{"shape":"CreateAttachedFileRequest"}, "output":{"shape":"CreateAttachedFileResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Creates an attached file for a completed voice contact by copying a recording from a source S3 URI into Connect Customer managed storage. Use this API to attach voice recordings to contacts for downstream processing such as conversational analytics.
The AssociatedResourceArn must be the ARN of a completed voice contact, FileUseCaseType must be set to VOICE_RECORDING, and FileSourceUri must be a valid S3 URI.
For example, you can call CreateContact, then CreateAttachedFile, then StartContactConversationalAnalyticsJob to create a contact, attach a recording, and run post-call analytics.
Creates an authorization code for the specified Connect Customer instance. The authorization code can be used to establish a session with scoped permissions defined by the specified scope parameters.
" }, "CreateContact":{ "name":"CreateContact", "http":{ "method":"PUT", "requestUri":"/contact/create-contact" }, "input":{"shape":"CreateContactRequest"}, "output":{"shape":"CreateContactResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"IdempotencyException"}, {"shape":"ConflictException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Only the VOICE, EMAIL, and TASK channels are supported.
For VOICE: The supported initiation method is TRANSFER. The contacts created with this initiation method have a subtype connect:ExternalAudio.
For EMAIL: The supported initiation methods are OUTBOUND, AGENT_REPLY, and FLOW.
For TASK: The supported initiation method is API. Contacts created with this API have a sub-type of connect:ExternalTask.
Creates a new VOICE, EMAIL, or TASK contact.
After a contact is created, you can move it to the desired state by using the InitiateAs parameter. While you can use API to create task contacts that are in the COMPLETED state, you must contact Amazon Web Services Support before using it for bulk import use cases. Bulk import causes your requests to be throttled or fail if your CreateContact limits aren't high enough.
Creates a flow for the specified Connect Customer instance.
You can also create and update flows using the Connect Customer Flow language.
" }, "CreateContactFlowModule":{ "name":"CreateContactFlowModule", "http":{ "method":"PUT", "requestUri":"/contact-flow-modules/{InstanceId}" }, "input":{"shape":"CreateContactFlowModuleRequest"}, "output":{"shape":"CreateContactFlowModuleResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidContactFlowModuleException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"IdempotencyException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a flow module for the specified Connect Customer instance.
" }, "CreateContactFlowModuleAlias":{ "name":"CreateContactFlowModuleAlias", "http":{ "method":"PUT", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias" }, "input":{"shape":"CreateContactFlowModuleAliasRequest"}, "output":{"shape":"CreateContactFlowModuleAliasResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"DuplicateResourceException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates a named alias that points to a specific version of a contact flow module.
" }, "CreateContactFlowModuleVersion":{ "name":"CreateContactFlowModuleVersion", "http":{ "method":"PUT", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version" }, "input":{"shape":"CreateContactFlowModuleVersionRequest"}, "output":{"shape":"CreateContactFlowModuleVersionResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates an immutable snapshot of a contact flow module, preserving its content and settings at a specific point in time for version control and rollback capabilities.
" }, "CreateContactFlowVersion":{ "name":"CreateContactFlowVersion", "http":{ "method":"PUT", "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/version" }, "input":{"shape":"CreateContactFlowVersionRequest"}, "output":{"shape":"CreateContactFlowVersionResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Publishes a new version of the flow provided. Versions are immutable and monotonically increasing. If the FlowContentSha256 provided is different from the FlowContentSha256 of the $LATEST published flow content, then an error is returned. This API only supports creating versions for flows of type Campaign.
Creates a new data table with the specified properties. Supports the creation of all table properties except for attributes and values. A table with no attributes and values is a valid state for a table. The number of tables per instance is limited to 100 per instance. Customers can request an increase by using Amazon Web Services Service Quotas.
" }, "CreateDataTableAttribute":{ "name":"CreateDataTableAttribute", "http":{ "method":"PUT", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/attributes" }, "input":{"shape":"CreateDataTableAttributeRequest"}, "output":{"shape":"CreateDataTableAttributeResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Adds an attribute to an existing data table. Creating a new primary attribute uses the empty value for the specified value type for all existing records. This should not affect uniqueness of published data tables since the existing primary values will already be unique. Creating attributes does not create any values. System managed tables may not allow customers to create new attributes.
" }, "CreateEmailAddress":{ "name":"CreateEmailAddress", "http":{ "method":"PUT", "requestUri":"/email-addresses/{InstanceId}" }, "input":{"shape":"CreateEmailAddressRequest"}, "output":{"shape":"CreateEmailAddressResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Create new email address in the specified Connect Customer instance. For more information about email addresses, see Create email addresses in the Connect Customer Administrator Guide.
" }, "CreateEvaluationForm":{ "name":"CreateEvaluationForm", "http":{ "method":"PUT", "requestUri":"/evaluation-forms/{InstanceId}" }, "input":{"shape":"CreateEvaluationFormRequest"}, "output":{"shape":"CreateEvaluationFormResponse"}, "errors":[ {"shape":"InternalServiceException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceConflictException"} ], "documentation":"Creates an evaluation form in the specified Connect Customer instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form.
", "idempotent":true }, "CreateHoursOfOperation":{ "name":"CreateHoursOfOperation", "http":{ "method":"PUT", "requestUri":"/hours-of-operations/{InstanceId}" }, "input":{"shape":"CreateHoursOfOperationRequest"}, "output":{"shape":"CreateHoursOfOperationResponse"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Creates hours of operation.
" }, "CreateHoursOfOperationOverride":{ "name":"CreateHoursOfOperationOverride", "http":{ "method":"PUT", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides" }, "input":{"shape":"CreateHoursOfOperationOverrideRequest"}, "output":{"shape":"CreateHoursOfOperationOverrideResponse"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates an hours of operation override in an Connect Customer hours of operation resource.
" }, "CreateInstance":{ "name":"CreateInstance", "http":{ "method":"PUT", "requestUri":"/instance" }, "input":{"shape":"CreateInstanceRequest"}, "output":{"shape":"CreateInstanceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Initiates an Connect Customer 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 Connect Customer.
For more information, see Create an Connect Customer instance in the Connect Customer Administrator Guide.
Connect Customer 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.
" }, "CreateIntegrationAssociation":{ "name":"CreateIntegrationAssociation", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/integration-associations" }, "input":{"shape":"CreateIntegrationAssociationRequest"}, "output":{"shape":"CreateIntegrationAssociationResponse"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates an Amazon Web Services resource association with an Connect Customer instance.
" }, "CreateNotification":{ "name":"CreateNotification", "http":{ "method":"PUT", "requestUri":"/notifications/{InstanceId}" }, "input":{"shape":"CreateNotificationRequest"}, "output":{"shape":"CreateNotificationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Creates a new notification to be delivered to specified recipients. Notifications can include localized content with links, and an optional expiration time. Recipients can be specified as individual user ARNs or instance ARNs to target all users in an instance.
" }, "CreateParticipant":{ "name":"CreateParticipant", "http":{ "method":"POST", "requestUri":"/contact/create-participant" }, "input":{"shape":"CreateParticipantRequest"}, "output":{"shape":"CreateParticipantResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictException"} ], "documentation":"Adds a new participant into an on-going chat contact or webRTC call. For more information, see Customize chat flow experiences by integrating custom participants or Enable multi-user web, in-app, and video calling.
" }, "CreatePersistentContactAssociation":{ "name":"CreatePersistentContactAssociation", "http":{ "method":"POST", "requestUri":"/contact/persistent-contact-association/{InstanceId}/{InitialContactId}" }, "input":{"shape":"CreatePersistentContactAssociationRequest"}, "output":{"shape":"CreatePersistentContactAssociationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Enables rehydration of chats for the lifespan of a contact. For more information about chat rehydration, see Enable persistent chat in the Connect Customer Administrator Guide.
" }, "CreatePredefinedAttribute":{ "name":"CreatePredefinedAttribute", "http":{ "method":"PUT", "requestUri":"/predefined-attributes/{InstanceId}" }, "input":{"shape":"CreatePredefinedAttributeRequest"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a new predefined attribute for the specified Connect Customer instance. A predefined attribute is made up of a name and a value.
For the predefined attributes per instance quota, see Connect Customer quotas.
Use cases
Following are common uses cases for this API:
Create an attribute for routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see Create predefined attributes for routing contacts to agents.
Create an attribute for business unit name that has a list of predefined business unit names used in your organization. This is a use case where information for a contact varies between transfers or conferences. For more information, see Use contact segment attributes.
Endpoints: See Connect Customer endpoints and quotas.
" }, "CreatePrompt":{ "name":"CreatePrompt", "http":{ "method":"PUT", "requestUri":"/prompts/{InstanceId}" }, "input":{"shape":"CreatePromptRequest"}, "output":{"shape":"CreatePromptResponse"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a prompt. For more information about prompts, such as supported file types and maximum length, see Create prompts in the Connect Customer Administrator Guide.
" }, "CreatePushNotificationRegistration":{ "name":"CreatePushNotificationRegistration", "http":{ "method":"PUT", "requestUri":"/push-notification/{InstanceId}/registrations" }, "input":{"shape":"CreatePushNotificationRegistrationRequest"}, "output":{"shape":"CreatePushNotificationRegistrationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Creates registration for a device token and a chat contact to receive real-time push notifications. For more information about push notifications, see Set up push notifications in Connect Customer for mobile chat in the Connect Customer Administrator Guide.
" }, "CreateQueue":{ "name":"CreateQueue", "http":{ "method":"PUT", "requestUri":"/queues/{InstanceId}" }, "input":{"shape":"CreateQueueRequest"}, "output":{"shape":"CreateQueueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a new queue for the specified Connect Customer instance.
If the phone number is claimed to a traffic distribution group that was created in the same Region as the Connect Customer instance where you are calling this API, then you can use a full phone number ARN or a UUID for OutboundCallerIdNumberId. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.
If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see Allow or Deny queue API actions for phone numbers in a replica Region.
Creates a quick connect for the specified Connect Customer instance.
" }, "CreateRoutingProfile":{ "name":"CreateRoutingProfile", "http":{ "method":"PUT", "requestUri":"/routing-profiles/{InstanceId}" }, "input":{"shape":"CreateRoutingProfileRequest"}, "output":{"shape":"CreateRoutingProfileResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a new routing profile.
" }, "CreateRule":{ "name":"CreateRule", "http":{ "method":"POST", "requestUri":"/rules/{InstanceId}" }, "input":{"shape":"CreateRuleRequest"}, "output":{"shape":"CreateRuleResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceConflictException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Creates a rule for the specified Connect Customer instance.
Use the Rules Function language to code conditions for the rule.
" }, "CreateSecurityProfile":{ "name":"CreateSecurityProfile", "http":{ "method":"PUT", "requestUri":"/security-profiles/{InstanceId}" }, "input":{"shape":"CreateSecurityProfileRequest"}, "output":{"shape":"CreateSecurityProfileResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a security profile.
For information about security profiles, see Security Profiles in the Connect Customer Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
" }, "CreateTaskTemplate":{ "name":"CreateTaskTemplate", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/task/template" }, "input":{"shape":"CreateTaskTemplateRequest"}, "output":{"shape":"CreateTaskTemplateResponse"}, "errors":[ {"shape":"PropertyValidationException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a new task template in the specified Connect Customer instance.
" }, "CreateTestCase":{ "name":"CreateTestCase", "http":{ "method":"PUT", "requestUri":"/test-cases/{InstanceId}" }, "input":{"shape":"CreateTestCaseRequest"}, "output":{"shape":"CreateTestCaseResponse"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidTestCaseException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"IdempotencyException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Creates a test case with its content and metadata for the specified Amazon Connect instance.
" }, "CreateTrafficDistributionGroup":{ "name":"CreateTrafficDistributionGroup", "http":{ "method":"PUT", "requestUri":"/traffic-distribution-group" }, "input":{"shape":"CreateTrafficDistributionGroupRequest"}, "output":{"shape":"CreateTrafficDistributionGroupResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"}, {"shape":"ResourceNotReadyException"} ], "documentation":"Creates a traffic distribution group given an Connect Customer instance that has been replicated.
The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.
For more information about creating traffic distribution groups, see Set up traffic distribution groups in the Connect Customer Administrator Guide.
" }, "CreateUseCase":{ "name":"CreateUseCase", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases" }, "input":{"shape":"CreateUseCaseRequest"}, "output":{"shape":"CreateUseCaseResponse"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Creates a use case for an integration association.
" }, "CreateUser":{ "name":"CreateUser", "http":{ "method":"PUT", "requestUri":"/users/{InstanceId}" }, "input":{"shape":"CreateUserRequest"}, "output":{"shape":"CreateUserResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a user account for the specified Connect Customer instance.
Certain UserIdentityInfo parameters are required in some situations. For example, Email, FirstName and LastName are required if you are using Connect Customer or SAML for identity management.
Fields in PhoneConfig cannot be set simultaneously with their corresponding channel-specific configuration parameters. Specifically:
PhoneConfig.AutoAccept conflicts with AutoAcceptConfigs
PhoneConfig.AfterContactWorkTimeLimit conflicts with AfterContactWorkConfigs
PhoneConfig.PhoneType and PhoneConfig.PhoneNumber conflict with PhoneNumberConfigs
PhoneConfig.PersistentConnection conflicts with PersistentConnectionConfigs
We recommend using channel-specific parameters such as AutoAcceptConfigs, AfterContactWorkConfigs, PhoneNumberConfigs, PersistentConnectionConfigs, and VoiceEnhancementConfigs for per-channel configuration.
For information about how to create users using the Connect Customer admin website, see Add Users in the Connect Customer Administrator Guide.
" }, "CreateUserHierarchyGroup":{ "name":"CreateUserHierarchyGroup", "http":{ "method":"PUT", "requestUri":"/user-hierarchy-groups/{InstanceId}" }, "input":{"shape":"CreateUserHierarchyGroupRequest"}, "output":{"shape":"CreateUserHierarchyGroupResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Creates a new user hierarchy group.
" }, "CreateView":{ "name":"CreateView", "http":{ "method":"PUT", "requestUri":"/views/{InstanceId}" }, "input":{"shape":"CreateViewRequest"}, "output":{"shape":"CreateViewResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"DuplicateResourceException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceInUseException"} ], "documentation":"Creates a new view with the possible status of SAVED or PUBLISHED.
The views will have a unique name for each connect instance.
It performs basic content validation if the status is SAVED or full content validation if the status is set to PUBLISHED. An error is returned if validation fails. It associates either the $SAVED qualifier or both of the $SAVED and $LATEST qualifiers with the provided view content based on the status. The view is idempotent if ClientToken is provided.
Publishes a new version of the view identifier.
Versions are immutable and monotonically increasing.
It returns the highest version if there is no change in content compared to that version. An error is displayed if the supplied ViewContentSha256 is different from the ViewContentSha256 of the $LATEST alias.
Creates a custom vocabulary associated with your Connect Customer instance. You can set a custom vocabulary to be your default vocabulary for a given language. Contact Lens for Connect Customer uses the default vocabulary in post-call and real-time contact analysis sessions for that language.
" }, "CreateWorkspace":{ "name":"CreateWorkspace", "http":{ "method":"PUT", "requestUri":"/workspaces/{InstanceId}" }, "input":{"shape":"CreateWorkspaceRequest"}, "output":{"shape":"CreateWorkspaceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Creates a workspace that defines the user experience by mapping views to pages. Workspaces can be assigned to users or routing profiles.
" }, "CreateWorkspacePage":{ "name":"CreateWorkspacePage", "http":{ "method":"PUT", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/pages" }, "input":{"shape":"CreateWorkspacePageRequest"}, "output":{"shape":"CreateWorkspacePageResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceConflictException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Associates a view with a page in a workspace, defining what users see when they navigate to that page.
" }, "DeactivateEvaluationForm":{ "name":"DeactivateEvaluationForm", "http":{ "method":"POST", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate" }, "input":{"shape":"DeactivateEvaluationFormRequest"}, "output":{"shape":"DeactivateEvaluationFormResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Deactivates an evaluation form in the specified Connect Customer instance. After a form is deactivated, it is no longer available for users to start new evaluations based on the form.
" }, "DeleteAttachedFile":{ "name":"DeleteAttachedFile", "http":{ "method":"DELETE", "requestUri":"/attached-files/{InstanceId}/{FileId}" }, "input":{"shape":"DeleteAttachedFileRequest"}, "output":{"shape":"DeleteAttachedFileResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes an attached file along with the underlying S3 Object.
The attached file is permanently deleted if S3 bucket versioning is not enabled.
Deletes the specified fields containing personally identifiable information (PII) from a contact in the specified Connect Customer instance. This operation redacts PII (such as customer endpoints, additional email recipients, and the email subject) from the contact and its associated contact trace record (CTR). The contact must be in a terminated state.
This operation performs a hard deletion of the specified PII and cannot be undone. There is no retention period; after the data is deleted, it cannot be recovered. Only fields that Connect Customer identifies and stores as PII are removed. Any PII that you place in fields outside the scope of this operation remains your responsibility to remove.
Deletes a contact evaluation in the specified Connect Customer instance.
", "idempotent":true }, "DeleteContactFlow":{ "name":"DeleteContactFlow", "http":{ "method":"DELETE", "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}" }, "input":{"shape":"DeleteContactFlowRequest"}, "output":{"shape":"DeleteContactFlowResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes a flow for the specified Connect Customer instance.
" }, "DeleteContactFlowModule":{ "name":"DeleteContactFlowModule", "http":{ "method":"DELETE", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}" }, "input":{"shape":"DeleteContactFlowModuleRequest"}, "output":{"shape":"DeleteContactFlowModuleResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes the specified flow module.
" }, "DeleteContactFlowModuleAlias":{ "name":"DeleteContactFlowModuleAlias", "http":{ "method":"DELETE", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}" }, "input":{"shape":"DeleteContactFlowModuleAliasRequest"}, "output":{"shape":"DeleteContactFlowModuleAliasResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Removes an alias reference, breaking the named connection to the underlying module version without affecting the version itself.
" }, "DeleteContactFlowModuleVersion":{ "name":"DeleteContactFlowModuleVersion", "http":{ "method":"DELETE", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/version/{ContactFlowModuleVersion}" }, "input":{"shape":"DeleteContactFlowModuleVersionRequest"}, "output":{"shape":"DeleteContactFlowModuleVersionResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Removes a specific version of a contact flow module.
" }, "DeleteContactFlowVersion":{ "name":"DeleteContactFlowVersion", "http":{ "method":"DELETE", "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/version/{ContactFlowVersion}" }, "input":{"shape":"DeleteContactFlowVersionRequest"}, "output":{"shape":"DeleteContactFlowVersionResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes the particular version specified in flow version identifier.
" }, "DeleteDataTable":{ "name":"DeleteDataTable", "http":{ "method":"DELETE", "requestUri":"/data-tables/{InstanceId}/{DataTableId}" }, "input":{"shape":"DeleteDataTableRequest"}, "output":{"shape":"DeleteDataTableResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Deletes a data table and all associated attributes, versions, audits, and values. Does not update any references to the data table, even from other data tables. This includes dynamic values and conditional validations. System managed data tables are not deletable by customers. API users may delete the table at any time. When deletion is requested from the admin website, a warning is shown alerting the user of the most recent time the table and its values were accessed.
" }, "DeleteDataTableAttribute":{ "name":"DeleteDataTableAttribute", "http":{ "method":"DELETE", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}" }, "input":{"shape":"DeleteDataTableAttributeRequest"}, "output":{"shape":"DeleteDataTableAttributeResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Deletes an attribute and all its values from a data table.
" }, "DeleteEmailAddress":{ "name":"DeleteEmailAddress", "http":{ "method":"DELETE", "requestUri":"/email-addresses/{InstanceId}/{EmailAddressId}" }, "input":{"shape":"DeleteEmailAddressRequest"}, "output":{"shape":"DeleteEmailAddressResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Deletes email address from the specified Connect Customer instance.
" }, "DeleteEvaluationForm":{ "name":"DeleteEvaluationForm", "http":{ "method":"DELETE", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}" }, "input":{"shape":"DeleteEvaluationFormRequest"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Deletes an evaluation form in the specified Connect Customer instance.
If the version property is provided, only the specified version of the evaluation form is deleted.
If no version is provided, then the full form (all versions) is deleted.
Deletes an hours of operation.
" }, "DeleteHoursOfOperationOverride":{ "name":"DeleteHoursOfOperationOverride", "http":{ "method":"DELETE", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}" }, "input":{"shape":"DeleteHoursOfOperationOverrideRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes an hours of operation override in an Connect Customer hours of operation resource.
" }, "DeleteInstance":{ "name":"DeleteInstance", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}" }, "input":{"shape":"DeleteInstanceRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Deletes the Connect Customer instance. For more information, see Delete your Connect Customer instance in the Connect Customer Administrator Guide.
Connect Customer 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":{ "name":"DeleteIntegrationAssociation", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}" }, "input":{"shape":"DeleteIntegrationAssociationRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes an Amazon Web Services resource association from an Connect Customer instance. The association must not have any use cases associated with it.
" }, "DeleteNotification":{ "name":"DeleteNotification", "http":{ "method":"DELETE", "requestUri":"/notifications/{InstanceId}/{NotificationId}" }, "input":{"shape":"DeleteNotificationRequest"}, "output":{"shape":"DeleteNotificationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Deletes a notification. Once deleted, the notification is no longer visible to all users and cannot be managed through the Admin Website or APIs.
" }, "DeletePredefinedAttribute":{ "name":"DeletePredefinedAttribute", "http":{ "method":"DELETE", "requestUri":"/predefined-attributes/{InstanceId}/{Name}" }, "input":{"shape":"DeletePredefinedAttributeRequest"}, "errors":[ {"shape":"ResourceInUseException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a predefined attribute from the specified Connect Customer instance.
", "idempotent":true }, "DeletePrompt":{ "name":"DeletePrompt", "http":{ "method":"DELETE", "requestUri":"/prompts/{InstanceId}/{PromptId}" }, "input":{"shape":"DeletePromptRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a prompt.
" }, "DeletePushNotificationRegistration":{ "name":"DeletePushNotificationRegistration", "http":{ "method":"DELETE", "requestUri":"/push-notification/{InstanceId}/registrations/{RegistrationId}" }, "input":{"shape":"DeletePushNotificationRegistrationRequest"}, "output":{"shape":"DeletePushNotificationRegistrationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes registration for a device token and a chat contact.
" }, "DeleteQueue":{ "name":"DeleteQueue", "http":{ "method":"DELETE", "requestUri":"/queues/{InstanceId}/{QueueId}" }, "input":{"shape":"DeleteQueueRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceInUseException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a queue.
" }, "DeleteQuickConnect":{ "name":"DeleteQuickConnect", "http":{ "method":"DELETE", "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}" }, "input":{"shape":"DeleteQuickConnectRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a quick connect.
After calling DeleteUser, it's important to call DeleteQuickConnect to delete any records related to the deleted users. This will help you:
Avoid dangling resources that impact your service quotas.
Remove deleted users so they don't appear to agents as transfer options.
Avoid the disruption of other Connect Customer processes, such as instance replication and syncing if you're using Connect Customer Global Resiliency.
Deletes a routing profile.
" }, "DeleteRule":{ "name":"DeleteRule", "http":{ "method":"DELETE", "requestUri":"/rules/{InstanceId}/{RuleId}" }, "input":{"shape":"DeleteRuleRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a rule for the specified Connect Customer instance.
" }, "DeleteSecurityProfile":{ "name":"DeleteSecurityProfile", "http":{ "method":"DELETE", "requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}" }, "input":{"shape":"DeleteSecurityProfileRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceInUseException"} ], "documentation":"Deletes a security profile.
" }, "DeleteSession":{ "name":"DeleteSession", "http":{ "method":"DELETE", "requestUri":"/auth/sessions/{InstanceId}/{SessionId}" }, "input":{"shape":"DeleteSessionRequest"}, "output":{"shape":"DeleteSessionResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Deletes a session for the specified Connect Customer instance.
" }, "DeleteTaskTemplate":{ "name":"DeleteTaskTemplate", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}" }, "input":{"shape":"DeleteTaskTemplateRequest"}, "output":{"shape":"DeleteTaskTemplateResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes the task template.
" }, "DeleteTestCase":{ "name":"DeleteTestCase", "http":{ "method":"DELETE", "requestUri":"/test-cases/{InstanceId}/{TestCaseId}" }, "input":{"shape":"DeleteTestCaseRequest"}, "output":{"shape":"DeleteTestCaseResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes the test case that has already been created for the specified Amazon Connect instance.
" }, "DeleteTrafficDistributionGroup":{ "name":"DeleteTrafficDistributionGroup", "http":{ "method":"DELETE", "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}" }, "input":{"shape":"DeleteTrafficDistributionGroupRequest"}, "output":{"shape":"DeleteTrafficDistributionGroupResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceInUseException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.
For more information about deleting traffic distribution groups, see Delete traffic distribution groups in the Connect Customer Administrator Guide.
" }, "DeleteUseCase":{ "name":"DeleteUseCase", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases/{UseCaseId}" }, "input":{"shape":"DeleteUseCaseRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Deletes a use case from an integration association.
" }, "DeleteUser":{ "name":"DeleteUser", "http":{ "method":"DELETE", "requestUri":"/users/{InstanceId}/{UserId}" }, "input":{"shape":"DeleteUserRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a user account from the specified Connect Customer instance.
For information about what happens to a user's data when their account is deleted, see Delete Users from Your Connect Customer Instance in the Connect Customer Administrator Guide.
After calling DeleteUser, call DeleteQuickConnect to delete any records related to the deleted users. This will help you:
Avoid dangling resources that impact your service quotas.
Remove deleted users so they don't appear to agents as transfer options.
Avoid the disruption of other Connect Customer processes, such as instance replication and syncing if you're using Connect Customer Global Resiliency.
Deletes an existing user hierarchy group. It must not be associated with any agents or have any active child groups.
" }, "DeleteView":{ "name":"DeleteView", "http":{ "method":"DELETE", "requestUri":"/views/{InstanceId}/{ViewId}" }, "input":{"shape":"DeleteViewRequest"}, "output":{"shape":"DeleteViewResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceInUseException"} ], "documentation":"Deletes the view entirely. It deletes the view and all associated qualifiers (versions and aliases).
" }, "DeleteViewVersion":{ "name":"DeleteViewVersion", "http":{ "method":"DELETE", "requestUri":"/views/{InstanceId}/{ViewId}/versions/{ViewVersion}" }, "input":{"shape":"DeleteViewVersionRequest"}, "output":{"shape":"DeleteViewVersionResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceInUseException"} ], "documentation":"Deletes the particular version specified in ViewVersion identifier.
Deletes the vocabulary that has the given identifier.
" }, "DeleteWorkspace":{ "name":"DeleteWorkspace", "http":{ "method":"DELETE", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}" }, "input":{"shape":"DeleteWorkspaceRequest"}, "output":{"shape":"DeleteWorkspaceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Deletes a workspace and removes all associated view and resource assignments.
" }, "DeleteWorkspaceMedia":{ "name":"DeleteWorkspaceMedia", "http":{ "method":"DELETE", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/media" }, "input":{"shape":"DeleteWorkspaceMediaRequest"}, "output":{"shape":"DeleteWorkspaceMediaResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Deletes a media asset (such as a logo) from a workspace.
" }, "DeleteWorkspacePage":{ "name":"DeleteWorkspacePage", "http":{ "method":"DELETE", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}" }, "input":{"shape":"DeleteWorkspacePageRequest"}, "output":{"shape":"DeleteWorkspacePageResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceConflictException"} ], "documentation":"Removes the association between a view and a page in a workspace. The page will display the default view after deletion.
" }, "DescribeAgentStatus":{ "name":"DescribeAgentStatus", "http":{ "method":"GET", "requestUri":"/agent-status/{InstanceId}/{AgentStatusId}" }, "input":{"shape":"DescribeAgentStatusRequest"}, "output":{"shape":"DescribeAgentStatusResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes an agent status.
" }, "DescribeAttachedFilesConfiguration":{ "name":"DescribeAttachedFilesConfiguration", "http":{ "method":"GET", "requestUri":"/attached-files-configurations/{InstanceId}/{AttachmentScope}" }, "input":{"shape":"DescribeAttachedFilesConfigurationRequest"}, "output":{"shape":"DescribeAttachedFilesConfigurationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Describes the attached files configuration for the specified Connect Customer instance and attachment scope.
If a custom configuration exists for the specified attachment scope, the custom configuration is returned. If no custom configuration exists, the default configuration values for that attachment scope are returned.
" }, "DescribeAuthenticationProfile":{ "name":"DescribeAuthenticationProfile", "http":{ "method":"GET", "requestUri":"/authentication-profiles/{InstanceId}/{AuthenticationProfileId}" }, "input":{"shape":"DescribeAuthenticationProfileRequest"}, "output":{"shape":"DescribeAuthenticationProfileResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change. To request access to this API, contact Amazon Web Services Support.
Describes the target authentication profile.
" }, "DescribeContact":{ "name":"DescribeContact", "http":{ "method":"GET", "requestUri":"/contacts/{InstanceId}/{ContactId}" }, "input":{"shape":"DescribeContactRequest"}, "output":{"shape":"DescribeContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Describes the specified contact.
Use cases
Following are common uses cases for this API:
Retrieve contact information such as the caller's phone number and the specific number the caller dialed to integrate into custom monitoring or custom agent experience solutions.
Detect when a customer chat session disconnects due to a network issue on the agent's end. Use the DisconnectReason field in the ContactTraceRecord to detect this event and then re-queue the chat for followup.
Identify after contact work (ACW) duration and call recordings information when a COMPLETED event is received by using the contact event stream.
Important things to know
SystemEndpoint is not populated for contacts with initiation method of MONITOR, QUEUE_TRANSFER, or CALLBACK
Contact information remains available in Connect Customer for 24 months from the InitiationTimestamp, and then it is deleted. Only contact information that is available in Connect Customer is returned by this API.
Endpoints: See Connect Customer endpoints and quotas.
" }, "DescribeContactEvaluation":{ "name":"DescribeContactEvaluation", "http":{ "method":"GET", "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}" }, "input":{"shape":"DescribeContactEvaluationRequest"}, "output":{"shape":"DescribeContactEvaluationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes a contact evaluation in the specified Connect Customer instance.
" }, "DescribeContactFlow":{ "name":"DescribeContactFlow", "http":{ "method":"GET", "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}" }, "input":{"shape":"DescribeContactFlowRequest"}, "output":{"shape":"DescribeContactFlowResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ContactFlowNotPublishedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the specified flow.
You can also create and update flows using the Connect Customer Flow language.
Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is published, $SAVED needs to be supplied to view saved content that has not been published.
Use arn:aws:.../contact-flow/{id}:{version} to retrieve the content of a specific flow version.
In the response, Status indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. SAVED does not initiate validation of the content. SAVED | PUBLISHED
Describes the specified flow module.
Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is published, $SAVED needs to be supplied to view saved content that has not been published.
Retrieves detailed information about a specific alias, including which version it currently points to and its metadata.
" }, "DescribeDataTable":{ "name":"DescribeDataTable", "http":{ "method":"GET", "requestUri":"/data-tables/{InstanceId}/{DataTableId}" }, "input":{"shape":"DescribeDataTableRequest"}, "output":{"shape":"DescribeDataTableResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Returns all properties for a data table except for attributes and values. All properties from CreateDataTable are returned as well as properties for region replication, versioning, and system tables. \"Describe\" is a deprecated term but is allowed to maintain consistency with existing operations.
" }, "DescribeDataTableAttribute":{ "name":"DescribeDataTableAttribute", "http":{ "method":"GET", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}" }, "input":{"shape":"DescribeDataTableAttributeRequest"}, "output":{"shape":"DescribeDataTableAttributeResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Returns detailed information for a specific data table attribute including its configuration, validation rules, and metadata. \"Describe\" is a deprecated term but is allowed to maintain consistency with existing operations.
" }, "DescribeEmailAddress":{ "name":"DescribeEmailAddress", "http":{ "method":"GET", "requestUri":"/email-addresses/{InstanceId}/{EmailAddressId}" }, "input":{"shape":"DescribeEmailAddressRequest"}, "output":{"shape":"DescribeEmailAddressResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"} ], "documentation":"Describe email address form the specified Connect Customer instance.
" }, "DescribeEvaluationForm":{ "name":"DescribeEvaluationForm", "http":{ "method":"GET", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}" }, "input":{"shape":"DescribeEvaluationFormRequest"}, "output":{"shape":"DescribeEvaluationFormResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes an evaluation form in the specified Connect Customer instance. If the version property is not provided, the latest version of the evaluation form is described.
" }, "DescribeHoursOfOperation":{ "name":"DescribeHoursOfOperation", "http":{ "method":"GET", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}" }, "input":{"shape":"DescribeHoursOfOperationRequest"}, "output":{"shape":"DescribeHoursOfOperationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the hours of operation.
" }, "DescribeHoursOfOperationOverride":{ "name":"DescribeHoursOfOperationOverride", "http":{ "method":"GET", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}" }, "input":{"shape":"DescribeHoursOfOperationOverrideRequest"}, "output":{"shape":"DescribeHoursOfOperationOverrideResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the hours of operation override.
" }, "DescribeInstance":{ "name":"DescribeInstance", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}" }, "input":{"shape":"DescribeInstanceRequest"}, "output":{"shape":"DescribeInstanceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"} ], "documentation":"This API is in preview release for Connect Customer 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.
" }, "DescribeInstanceAttribute":{ "name":"DescribeInstanceAttribute", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/attribute/{AttributeType}" }, "input":{"shape":"DescribeInstanceAttributeRequest"}, "output":{"shape":"DescribeInstanceAttributeResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Describes the specified instance attribute.
" }, "DescribeInstanceStorageConfig":{ "name":"DescribeInstanceStorageConfig", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}" }, "input":{"shape":"DescribeInstanceStorageConfigRequest"}, "output":{"shape":"DescribeInstanceStorageConfigResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Retrieves the current storage configurations for the specified resource type, association ID, and instance ID.
" }, "DescribeNotification":{ "name":"DescribeNotification", "http":{ "method":"GET", "requestUri":"/notifications/{InstanceId}/{NotificationId}" }, "input":{"shape":"DescribeNotificationRequest"}, "output":{"shape":"DescribeNotificationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Retrieves detailed information about a specific notification, including its content, priority, recipients, and metadata.
" }, "DescribePhoneNumber":{ "name":"DescribePhoneNumber", "http":{ "method":"GET", "requestUri":"/phone-number/{PhoneNumberId}" }, "input":{"shape":"DescribePhoneNumberRequest"}, "output":{"shape":"DescribePhoneNumberResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Gets details and status of a phone number that’s claimed to your Connect Customer instance or traffic distribution group.
If the number is claimed to a traffic distribution group, and you are calling in the Amazon Web Services Region where the traffic distribution group was created, you can use either a phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you receive a ResourceNotFoundException.
Describes a predefined attribute for the specified Connect Customer instance. A predefined attribute is made up of a name and a value. You can use predefined attributes for:
Routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see Create predefined attributes for routing contacts to agents.
Contact information that varies between transfers or conferences, such as the name of the business unit handling the contact. For more information, see Use contact segment attributes.
For the predefined attributes per instance quota, see Connect Customer quotas.
Endpoints: See Connect Customer endpoints and quotas.
" }, "DescribePrompt":{ "name":"DescribePrompt", "http":{ "method":"GET", "requestUri":"/prompts/{InstanceId}/{PromptId}" }, "input":{"shape":"DescribePromptRequest"}, "output":{"shape":"DescribePromptResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the prompt.
" }, "DescribeQueue":{ "name":"DescribeQueue", "http":{ "method":"GET", "requestUri":"/queues/{InstanceId}/{QueueId}" }, "input":{"shape":"DescribeQueueRequest"}, "output":{"shape":"DescribeQueueResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the specified queue.
" }, "DescribeQuickConnect":{ "name":"DescribeQuickConnect", "http":{ "method":"GET", "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}" }, "input":{"shape":"DescribeQuickConnectRequest"}, "output":{"shape":"DescribeQuickConnectResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the quick connect.
" }, "DescribeRoutingProfile":{ "name":"DescribeRoutingProfile", "http":{ "method":"GET", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}" }, "input":{"shape":"DescribeRoutingProfileRequest"}, "output":{"shape":"DescribeRoutingProfileResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the specified routing profile.
DescribeRoutingProfile does not populate AssociatedQueueIds in its response. The example Response Syntax shown on this page is incorrect; we are working to update it. SearchRoutingProfiles does include AssociatedQueueIds.
Describes a rule for the specified Connect Customer instance.
" }, "DescribeSecurityProfile":{ "name":"DescribeSecurityProfile", "http":{ "method":"GET", "requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}" }, "input":{"shape":"DescribeSecurityProfileRequest"}, "output":{"shape":"DescribeSecurityProfileResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Gets basic information about the security profile.
For information about security profiles, see Security Profiles in the Connect Customer Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
" }, "DescribeTestCase":{ "name":"DescribeTestCase", "http":{ "method":"GET", "requestUri":"/test-cases/{InstanceId}/{TestCaseId}" }, "input":{"shape":"DescribeTestCaseRequest"}, "output":{"shape":"DescribeTestCaseResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Describes the specified test case and allows you to get the content and metadata of the test case for the specified Amazon Connect instance.
" }, "DescribeTrafficDistributionGroup":{ "name":"DescribeTrafficDistributionGroup", "http":{ "method":"GET", "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}" }, "input":{"shape":"DescribeTrafficDistributionGroupRequest"}, "output":{"shape":"DescribeTrafficDistributionGroupResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"Gets details and status of a traffic distribution group.
" }, "DescribeUser":{ "name":"DescribeUser", "http":{ "method":"GET", "requestUri":"/users/{InstanceId}/{UserId}" }, "input":{"shape":"DescribeUserRequest"}, "output":{"shape":"DescribeUserResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the specified user. You can find the instance ID in the Connect Customer 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.
" }, "DescribeUserHierarchyGroup":{ "name":"DescribeUserHierarchyGroup", "http":{ "method":"GET", "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}" }, "input":{"shape":"DescribeUserHierarchyGroupRequest"}, "output":{"shape":"DescribeUserHierarchyGroupResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the specified hierarchy group.
" }, "DescribeUserHierarchyStructure":{ "name":"DescribeUserHierarchyStructure", "http":{ "method":"GET", "requestUri":"/user-hierarchy-structure/{InstanceId}" }, "input":{"shape":"DescribeUserHierarchyStructureRequest"}, "output":{"shape":"DescribeUserHierarchyStructureResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Describes the hierarchy structure of the specified Connect Customer instance.
" }, "DescribeView":{ "name":"DescribeView", "http":{ "method":"GET", "requestUri":"/views/{InstanceId}/{ViewId}" }, "input":{"shape":"DescribeViewRequest"}, "output":{"shape":"DescribeViewResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"Retrieves the view for the specified Connect Customer instance and view identifier.
The view identifier can be supplied as a ViewId or ARN.
$SAVED needs to be supplied if a view is unpublished.
The view identifier can contain an optional qualifier, for example, <view-id>:$SAVED, which is either an actual version number or an Connect Customer managed qualifier $SAVED | $LATEST. If it is not supplied, then $LATEST is assumed for customer managed views and an error is returned if there is no published content available. Version 1 is assumed for Amazon Web Services managed views.
Describes the specified vocabulary.
" }, "DescribeWorkspace":{ "name":"DescribeWorkspace", "http":{ "method":"GET", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}" }, "input":{"shape":"DescribeWorkspaceRequest"}, "output":{"shape":"DescribeWorkspaceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Retrieves details about a workspace, including its configuration and metadata.
" }, "DisassociateAnalyticsDataSet":{ "name":"DisassociateAnalyticsDataSet", "http":{ "method":"POST", "requestUri":"/analytics-data/instance/{InstanceId}/association" }, "input":{"shape":"DisassociateAnalyticsDataSetRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Removes the dataset ID associated with a given Connect Customer instance.
" }, "DisassociateApprovedOrigin":{ "name":"DisassociateApprovedOrigin", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/approved-origin" }, "input":{"shape":"DisassociateApprovedOriginRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Revokes access to integrated applications from Connect Customer.
" }, "DisassociateBot":{ "name":"DisassociateBot", "http":{ "method":"POST", "requestUri":"/instance/{InstanceId}/bot" }, "input":{"shape":"DisassociateBotRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Revokes authorization from the specified instance to access the specified Amazon Lex or Amazon Lex V2 bot.
" }, "DisassociateEmailAddressAlias":{ "name":"DisassociateEmailAddressAlias", "http":{ "method":"POST", "requestUri":"/email-addresses/{InstanceId}/{EmailAddressId}/disassociate-alias" }, "input":{"shape":"DisassociateEmailAddressAliasRequest"}, "output":{"shape":"DisassociateEmailAddressAliasResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Removes the alias association between two email addresses in an Connect Customer instance. After disassociation, emails sent to the former alias email address are no longer forwarded to the primary email address. Both email addresses continue to exist independently and can receive emails directly.
Use cases
Following are common uses cases for this API:
Department separation: Remove alias relationships when splitting a consolidated support queue back into separate department-specific queues.
Email address retirement: Cleanly remove forwarding relationships before decommissioning old email addresses.
Organizational restructuring: Reconfigure email routing when business processes change and aliases are no longer needed.
Important things to know
Concurrent operations: This API uses distributed locking, so concurrent operations on the same email addresses may be temporarily blocked.
Emails sent to the former alias address are still delivered directly to that address if it exists.
You do not need to delete the email addresses after disassociation. Both addresses remain active independently.
After a successful disassociation, you can immediately create a new alias relationship with the same addresses.
200 status means alias was successfully disassociated.
DisassociateEmailAddressAlias does not return the following information:
Details in the response about the email that was disassociated. The response returns an empty body.
The timestamp of when the disassociation occurred.
Endpoints: See Connect Customer endpoints and quotas.
Related operations
AssociateEmailAddressAlias: Associates an email address alias with an existing email address in an Connect Customer instance.
DescribeEmailAddress: View current alias configurations for an email address.
SearchEmailAddresses: Find email addresses and their alias relationships across an instance.
CreateEmailAddress: Create new email addresses that can participate in alias relationships.
DeleteEmailAddress: Remove email addresses (automatically removes any alias relationships).
UpdateEmailAddressMetadata: Modify email address properties (does not affect alias relationships).
Disassociates a connect resource from a flow.
" }, "DisassociateHoursOfOperations":{ "name":"DisassociateHoursOfOperations", "http":{ "method":"POST", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/disassociate-hours" }, "input":{"shape":"DisassociateHoursOfOperationsRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ConditionalOperationFailedException"} ], "documentation":"Disassociates a set of hours of operations with another hours of operation. For more information about inheriting overrides from parent hours of operation, see Hours of operation overrides in the Administrator Guide.
" }, "DisassociateInstanceStorageConfig":{ "name":"DisassociateInstanceStorageConfig", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}" }, "input":{"shape":"DisassociateInstanceStorageConfigRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Removes the storage type configurations for the specified resource type and association ID.
" }, "DisassociateLambdaFunction":{ "name":"DisassociateLambdaFunction", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/lambda-function" }, "input":{"shape":"DisassociateLambdaFunctionRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Remove the Lambda function from the dropdown options available in the relevant flow blocks.
" }, "DisassociateLexBot":{ "name":"DisassociateLexBot", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/lex-bot" }, "input":{"shape":"DisassociateLexBotRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Revokes authorization from the specified instance to access the specified Amazon Lex bot.
" }, "DisassociatePhoneNumberContactFlow":{ "name":"DisassociatePhoneNumberContactFlow", "http":{ "method":"DELETE", "requestUri":"/phone-number/{PhoneNumberId}/contact-flow" }, "input":{"shape":"DisassociatePhoneNumberContactFlowRequest"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Removes the flow association from a phone number claimed to your Connect Customer instance.
If the number is claimed to a traffic distribution group, and you are calling this API using an instance in the Amazon Web Services Region where the traffic distribution group was created, you can use either a full phone number ARN or UUID value for the PhoneNumberId URI request parameter. However, if the number is claimed to a traffic distribution group and you are calling this API using an instance in the alternate Amazon Web Services Region associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
Removes the association between a set of email addresses and a queue. After disassociation, agents will no longer be able to select these email addresses as \"From\" addresses when replying to inbound email contacts or initiating outbound email contacts in this queue.
Important things to know
Agents will no longer see these email addresses in their \"From\" address selection options for this queue.
The email addresses themselves are not deleted from the instance, only their availability for agent selection in this queue is removed.
Changes take effect immediately and will affect the agent experience in the Contact Control Panel (CCP).
Disassociates a set of quick connects from a queue.
" }, "DisassociateRoutingProfileQueues":{ "name":"DisassociateRoutingProfileQueues", "http":{ "method":"POST", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/disassociate-queues" }, "input":{"shape":"DisassociateRoutingProfileQueuesRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Disassociates a set of queues from a routing profile.
Up to 10 queue references can be disassociated in a single API call. More than 10 queue references results in a single call results in an InvalidParameterException.
" }, "DisassociateSecurityKey":{ "name":"DisassociateSecurityKey", "http":{ "method":"DELETE", "requestUri":"/instance/{InstanceId}/security-key/{AssociationId}" }, "input":{"shape":"DisassociateSecurityKeyRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Deletes the specified security key.
" }, "DisassociateSecurityProfiles":{ "name":"DisassociateSecurityProfiles", "http":{ "method":"POST", "requestUri":"/disassociate-security-profiles/{InstanceId}" }, "input":{"shape":"DisassociateSecurityProfilesRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ConditionalOperationFailedException"}, {"shape":"ResourceConflictException"} ], "documentation":"Disassociates a security profile attached to a Q in Connect AI Agent Entity in an Amazon Connect instance.
" }, "DisassociateTrafficDistributionGroupUser":{ "name":"DisassociateTrafficDistributionGroupUser", "http":{ "method":"DELETE", "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user" }, "input":{"shape":"DisassociateTrafficDistributionGroupUserRequest"}, "output":{"shape":"DisassociateTrafficDistributionGroupUserResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"InternalServiceException"} ], "documentation":"Disassociates an agent from a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.
", "idempotent":true }, "DisassociateUserProficiencies":{ "name":"DisassociateUserProficiencies", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/disassociate-proficiencies" }, "input":{"shape":"DisassociateUserProficienciesRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Disassociates a set of proficiencies from a user.
" }, "DisassociateWorkspace":{ "name":"DisassociateWorkspace", "http":{ "method":"POST", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/disassociate" }, "input":{"shape":"DisassociateWorkspaceRequest"}, "output":{"shape":"DisassociateWorkspaceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Removes the association between a workspace and one or more users or routing profiles.
" }, "DismissUserContact":{ "name":"DismissUserContact", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/contact" }, "input":{"shape":"DismissUserContactRequest"}, "output":{"shape":"DismissUserContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"} ], "documentation":"Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact. Contacts can only be dismissed if they are in a MISSED, ERROR, ENDED, or REJECTED state in the Agent Event Stream.
Evaluates values at the time of the request and returns them. It considers the request's timezone or the table's timezone, in that order, when accessing time based tables. When a value is accessed, the accessor's identity and the time of access are saved alongside the value to help identify values that are actively in use. The term \"Batch\" is not included in the operation name since it does not meet all the criteria for a batch operation as specified in Batch Operations: Amazon Web Services API Standards.
" }, "GetAttachedFile":{ "name":"GetAttachedFile", "http":{ "method":"GET", "requestUri":"/attached-files/{InstanceId}/{FileId}" }, "input":{"shape":"GetAttachedFileRequest"}, "output":{"shape":"GetAttachedFileResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Provides a pre-signed URL for download of an approved attached file. This API also returns metadata about the attached file. It will only return a downloadURL if the status of the attached file is APPROVED.
Retrieves the contact attributes for the specified contact.
" }, "GetContactMetrics":{ "name":"GetContactMetrics", "http":{ "method":"POST", "requestUri":"/metrics/contact" }, "input":{"shape":"GetContactMetricsRequest"}, "output":{"shape":"GetContactMetricsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"} ], "documentation":"Retrieves contact metric data for a specified contact.
Use cases
Following are common use cases for position in queue and estimated wait time:
Customer-Facing Wait Time Announcements - Display or announce the estimated wait time and position in queue to customers before or during their queue experience.
Callback Offerings - Offer customers a callback option when the estimated wait time or position in queue exceeds a defined threshold.
Queue Routing Decisions - Route incoming contacts to less congested queues by comparing estimated wait time and position in queue across multiple queues.
Self-Service Deflection - Redirect customers to self-service options like chatbots or FAQs when estimated wait time is high or position in queue is unfavorable.
Important things to know
Metrics are only available while the contact is actively in queue.
For more information, see the Position in queue metric in the Connect Customer Administrator Guide.
Endpoints: See Connect Customer endpoints and quotas.
" }, "GetCurrentMetricData":{ "name":"GetCurrentMetricData", "http":{ "method":"POST", "requestUri":"/metrics/current/{InstanceId}" }, "input":{"shape":"GetCurrentMetricDataRequest"}, "output":{"shape":"GetCurrentMetricDataResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"Gets the real-time metric data from the specified Connect Customer instance.
For a description of each metric, see Metrics definitions in the Connect Customer Administrator Guide.
When you make a successful API request, you can expect the following metric values in the response:
Metric value is null: The calculation cannot be performed due to divide by zero or insufficient data
Metric value is a number (including 0) of defined type: The number provided is the calculation result
MetricResult list is empty: The request cannot find any data in the system
The following guidelines can help you work with the API:
Each dimension in the metric response must contain a value
Each item in MetricResult must include all requested metrics
If the response is slow due to large result sets, try these approaches:
Add filters to reduce the amount of data returned
Gets the real-time active user data from the specified Connect Customer instance.
" }, "GetEffectiveHoursOfOperations":{ "name":"GetEffectiveHoursOfOperations", "http":{ "method":"GET", "requestUri":"/effective-hours-of-operations/{InstanceId}/{HoursOfOperationId}" }, "input":{"shape":"GetEffectiveHoursOfOperationsRequest"}, "output":{"shape":"GetEffectiveHoursOfOperationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Get the hours of operations with the effective override applied.
" }, "GetEvaluationFormValidation":{ "name":"GetEvaluationFormValidation", "http":{ "method":"GET", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/validation-results" }, "input":{"shape":"GetEvaluationFormValidationRequest"}, "output":{"shape":"GetEvaluationFormValidationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Retrieves the status and results of a validation process started by StartEvaluationFormValidation. Returns the current execution status (IN_PROGRESS, COMPLETED, or FAILED), the validated form version, and when completed, a list of findings that identify structural issues and quality improvements for the evaluation form, and may include suggested fixes. If the validation failed, a reason is provided indicating the cause of the failure.
Supports SAML sign-in for Connect Customer. Retrieves a token for federation. The token is for the Connect Customer user which corresponds to the IAM credentials that were used to invoke this action.
For more information about how SAML sign-in works in Connect Customer, see Configure SAML with IAM for Connect Customer in the Connect Customer Administrator Guide.
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 Connect Customer
Retrieves the flow associated for a given resource.
" }, "GetMetricData":{ "name":"GetMetricData", "http":{ "method":"POST", "requestUri":"/metrics/historical/{InstanceId}" }, "input":{"shape":"GetMetricDataRequest"}, "output":{"shape":"GetMetricDataResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"Gets historical metric data from the specified Connect Customer instance.
For a description of each historical metric, see Metrics definitions in the Connect Customer Administrator Guide.
We recommend using the GetMetricDataV2 API. It provides more flexibility, features, and the ability to query longer time ranges than GetMetricData. Use it to retrieve historical agent and contact metrics for the last 3 months, at varying intervals. You can also use it to build custom dashboards to measure historical queue and agent performance. For example, you can track the number of incoming contacts for the last 7 days, with data split by day, to see how contact volume changed per day of the week.
Gets metric data from the specified Connect Customer instance.
GetMetricDataV2 offers more features than GetMetricData, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 3 months, at varying intervals. It does not support agent queues.
For a description of the historical metrics that are supported by GetMetricDataV2 and GetMetricData, see Metrics definitions in the Connect Customer Administrator Guide.
When you make a successful API request, you can expect the following metric values in the response:
Metric value is null: The calculation cannot be performed due to divide by zero or insufficient data
Metric value is a number (including 0) of defined type: The number provided is the calculation result
MetricResult list is empty: The request cannot find any data in the system
The following guidelines can help you work with the API:
Each dimension in the metric response must contain a value
Each item in MetricResult must include all requested metrics
If the response is slow due to large result sets, try these approaches:
Narrow the time range of your request
Add filters to reduce the amount of data returned
Gets the prompt file.
" }, "GetTaskTemplate":{ "name":"GetTaskTemplate", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}" }, "input":{"shape":"GetTaskTemplateRequest"}, "output":{"shape":"GetTaskTemplateResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Gets details about a specific task template in the specified Connect Customer instance.
" }, "GetTestCaseExecutionSummary":{ "name":"GetTestCaseExecutionSummary", "http":{ "method":"GET", "requestUri":"/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/summary" }, "input":{"shape":"GetTestCaseExecutionSummaryRequest"}, "output":{"shape":"GetTestCaseExecutionSummaryResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Retrieves an overview of a test execution that includes the status of the execution, start and end time, and observation summary.
" }, "GetTrafficDistribution":{ "name":"GetTrafficDistribution", "http":{ "method":"GET", "requestUri":"/traffic-distribution/{Id}" }, "input":{"shape":"GetTrafficDistributionRequest"}, "output":{"shape":"GetTrafficDistributionResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"Retrieves the current traffic distribution for a given traffic distribution group.
" }, "ImportPhoneNumber":{ "name":"ImportPhoneNumber", "http":{ "method":"POST", "requestUri":"/phone-number/import" }, "input":{"shape":"ImportPhoneNumberRequest"}, "output":{"shape":"ImportPhoneNumberResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"}, {"shape":"AccessDeniedException"} ], "documentation":"Imports a claimed phone number from an external service, such as Amazon Web Services End User Messaging, into an Connect Customer instance. You can call this API only in the same Amazon Web Services Region where the Connect Customer instance was created.
Call the DescribePhoneNumber API to verify the status of a previous ImportPhoneNumber operation.
If you plan to claim or import numbers and then release numbers frequently, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 days past the oldest number released has expired.
By default you can claim or import and then release up to 200% of your maximum number of active phone numbers. If you claim or import and then release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming or importing any more numbers until 180 days past the oldest number released has expired.
For example, if you already have 99 claimed or imported numbers and a service level quota of 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services Support ticket.
" }, "ImportWorkspaceMedia":{ "name":"ImportWorkspaceMedia", "http":{ "method":"POST", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/media" }, "input":{"shape":"ImportWorkspaceMediaRequest"}, "output":{"shape":"ImportWorkspaceMediaResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Imports a media asset (such as a logo) for use in a workspace.
" }, "ListAgentStatuses":{ "name":"ListAgentStatuses", "http":{ "method":"GET", "requestUri":"/agent-status/{InstanceId}" }, "input":{"shape":"ListAgentStatusRequest"}, "output":{"shape":"ListAgentStatusResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists agent statuses.
" }, "ListAnalyticsDataAssociations":{ "name":"ListAnalyticsDataAssociations", "http":{ "method":"GET", "requestUri":"/analytics-data/instance/{InstanceId}/association" }, "input":{"shape":"ListAnalyticsDataAssociationsRequest"}, "output":{"shape":"ListAnalyticsDataAssociationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists the association status of requested dataset ID for a given Connect Customer instance.
" }, "ListAnalyticsDataLakeDataSets":{ "name":"ListAnalyticsDataLakeDataSets", "http":{ "method":"GET", "requestUri":"/analytics-data/instance/{InstanceId}/datasets" }, "input":{"shape":"ListAnalyticsDataLakeDataSetsRequest"}, "output":{"shape":"ListAnalyticsDataLakeDataSetsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists the data lake datasets available to associate with for a given Connect Customer instance.
" }, "ListApprovedOrigins":{ "name":"ListApprovedOrigins", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/approved-origins" }, "input":{"shape":"ListApprovedOriginsRequest"}, "output":{"shape":"ListApprovedOriginsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Returns a paginated list of all approved origins associated with the instance.
" }, "ListAssociatedContacts":{ "name":"ListAssociatedContacts", "http":{ "method":"GET", "requestUri":"/contact/associated/{InstanceId}" }, "input":{"shape":"ListAssociatedContactsRequest"}, "output":{"shape":"ListAssociatedContactsResponse"}, "errors":[ {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Provides information about contact tree, a list of associated contacts with a unique identifier.
" }, "ListAttachedFilesConfigurations":{ "name":"ListAttachedFilesConfigurations", "http":{ "method":"GET", "requestUri":"/attached-files-configurations/{InstanceId}" }, "input":{"shape":"ListAttachedFilesConfigurationsRequest"}, "output":{"shape":"ListAttachedFilesConfigurationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Provides summary information about the attached files configurations for the specified Connect Customer instance.
This API returns effective configurations (custom overrides or defaults) for each attachment scope. If no custom configuration exists for a scope, the default configuration values are returned.
" }, "ListAuthenticationProfiles":{ "name":"ListAuthenticationProfiles", "http":{ "method":"GET", "requestUri":"/authentication-profiles-summary/{InstanceId}" }, "input":{"shape":"ListAuthenticationProfilesRequest"}, "output":{"shape":"ListAuthenticationProfilesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change. To request access to this API, contact Amazon Web Services Support.
Provides summary information about the authentication profiles in a specified Connect Customer instance.
" }, "ListBots":{ "name":"ListBots", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/bots" }, "input":{"shape":"ListBotsRequest"}, "output":{"shape":"ListBotsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer 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. Use this API to return both Amazon Lex V1 and V2 bots.
" }, "ListChildHoursOfOperations":{ "name":"ListChildHoursOfOperations", "http":{ "method":"GET", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/hours" }, "input":{"shape":"ListChildHoursOfOperationsRequest"}, "output":{"shape":"ListChildHoursOfOperationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the child hours of operations for the specified parent hours of operation.
For more information about child hours of operations, see Link overrides from different hours of operation in the Administrator Guide.
" }, "ListContactEvaluations":{ "name":"ListContactEvaluations", "http":{ "method":"GET", "requestUri":"/contact-evaluations/{InstanceId}" }, "input":{"shape":"ListContactEvaluationsRequest"}, "output":{"shape":"ListContactEvaluationsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists contact evaluations in the specified Connect Customer instance.
" }, "ListContactFlowModuleAliases":{ "name":"ListContactFlowModuleAliases", "http":{ "method":"GET", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/aliases" }, "input":{"shape":"ListContactFlowModuleAliasesRequest"}, "output":{"shape":"ListContactFlowModuleAliasesResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists all aliases associated with a contact flow module, showing their current version mappings and metadata.
" }, "ListContactFlowModuleVersions":{ "name":"ListContactFlowModuleVersions", "http":{ "method":"GET", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/versions" }, "input":{"shape":"ListContactFlowModuleVersionsRequest"}, "output":{"shape":"ListContactFlowModuleVersionsResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Retrieves a paginated list of all versions for a specific contact flow module.
" }, "ListContactFlowModules":{ "name":"ListContactFlowModules", "http":{ "method":"GET", "requestUri":"/contact-flow-modules-summary/{InstanceId}" }, "input":{"shape":"ListContactFlowModulesRequest"}, "output":{"shape":"ListContactFlowModulesResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the flow modules for the specified Connect Customer instance.
" }, "ListContactFlowVersions":{ "name":"ListContactFlowVersions", "http":{ "method":"GET", "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/versions" }, "input":{"shape":"ListContactFlowVersionsRequest"}, "output":{"shape":"ListContactFlowVersionsResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Returns all the available versions for the specified Connect Customer instance and flow identifier.
" }, "ListContactFlows":{ "name":"ListContactFlows", "http":{ "method":"GET", "requestUri":"/contact-flows-summary/{InstanceId}" }, "input":{"shape":"ListContactFlowsRequest"}, "output":{"shape":"ListContactFlowsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the flows for the specified Connect Customer instance.
You can also create and update flows using the Connect Customer Flow language.
For more information about flows, see Flows in the Connect Customer Administrator Guide.
" }, "ListContactReferences":{ "name":"ListContactReferences", "http":{ "method":"GET", "requestUri":"/contact/references/{InstanceId}/{ContactId}" }, "input":{"shape":"ListContactReferencesRequest"}, "output":{"shape":"ListContactReferencesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
For the specified referenceTypes, returns a list of references associated with the contact. References are links to documents that are related to a contact, such as emails, attachments, or URLs.
Returns all attributes for a specified data table. A maximum of 100 attributes per data table is allowed. Customers can request an increase by using Amazon Web Services Service Quotas. The response can be filtered by specific attribute IDs for CloudFormation integration.
" }, "ListDataTablePrimaryValues":{ "name":"ListDataTablePrimaryValues", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/list-primary" }, "input":{"shape":"ListDataTablePrimaryValuesRequest"}, "output":{"shape":"ListDataTablePrimaryValuesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Lists all primary value combinations for a given data table. Returns the unique combinations of primary attribute values that identify records in the table. Up to 100 records are returned per request.
" }, "ListDataTableValues":{ "name":"ListDataTableValues", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/list" }, "input":{"shape":"ListDataTableValuesRequest"}, "output":{"shape":"ListDataTableValuesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Lists values stored in a data table with optional filtering by record IDs or primary attribute values. Returns the raw stored values along with metadata such as lock versions and modification timestamps.
" }, "ListDataTables":{ "name":"ListDataTables", "http":{ "method":"GET", "requestUri":"/data-tables/{InstanceId}" }, "input":{"shape":"ListDataTablesRequest"}, "output":{"shape":"ListDataTablesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Lists all data tables for the specified Amazon Connect instance. Returns summary information for each table including basic metadata and modification details.
" }, "ListDefaultVocabularies":{ "name":"ListDefaultVocabularies", "http":{ "method":"POST", "requestUri":"/default-vocabulary-summary/{InstanceId}" }, "input":{"shape":"ListDefaultVocabulariesRequest"}, "output":{"shape":"ListDefaultVocabulariesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists the default vocabularies for the specified Connect Customer instance.
" }, "ListEntitySecurityProfiles":{ "name":"ListEntitySecurityProfiles", "http":{ "method":"POST", "requestUri":"/entity-security-profiles-summary/{InstanceId}" }, "input":{"shape":"ListEntitySecurityProfilesRequest"}, "output":{"shape":"ListEntitySecurityProfilesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists all security profiles attached to a Q in Connect AIAgent Entity in an Amazon Connect instance.
" }, "ListEvaluationFormVersions":{ "name":"ListEvaluationFormVersions", "http":{ "method":"GET", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/versions" }, "input":{"shape":"ListEvaluationFormVersionsRequest"}, "output":{"shape":"ListEvaluationFormVersionsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists versions of an evaluation form in the specified Connect Customer instance.
" }, "ListEvaluationForms":{ "name":"ListEvaluationForms", "http":{ "method":"GET", "requestUri":"/evaluation-forms/{InstanceId}" }, "input":{"shape":"ListEvaluationFormsRequest"}, "output":{"shape":"ListEvaluationFormsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists evaluation forms in the specified Connect Customer instance.
" }, "ListFlowAssociations":{ "name":"ListFlowAssociations", "http":{ "method":"GET", "requestUri":"/flow-associations-summary/{InstanceId}" }, "input":{"shape":"ListFlowAssociationsRequest"}, "output":{"shape":"ListFlowAssociationsResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"List the flow association based on the filters.
" }, "ListHoursOfOperationOverrides":{ "name":"ListHoursOfOperationOverrides", "http":{ "method":"GET", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides" }, "input":{"shape":"ListHoursOfOperationOverridesRequest"}, "output":{"shape":"ListHoursOfOperationOverridesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"List the hours of operation overrides.
" }, "ListHoursOfOperations":{ "name":"ListHoursOfOperations", "http":{ "method":"GET", "requestUri":"/hours-of-operations-summary/{InstanceId}" }, "input":{"shape":"ListHoursOfOperationsRequest"}, "output":{"shape":"ListHoursOfOperationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the hours of operation for the specified Connect Customer instance.
For more information about hours of operation, see Set the Hours of Operation for a Queue in the Connect Customer Administrator Guide.
" }, "ListInstanceAttributes":{ "name":"ListInstanceAttributes", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/attributes" }, "input":{"shape":"ListInstanceAttributesRequest"}, "output":{"shape":"ListInstanceAttributesResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Returns a paginated list of all attribute types for the given instance.
" }, "ListInstanceStorageConfigs":{ "name":"ListInstanceStorageConfigs", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/storage-configs" }, "input":{"shape":"ListInstanceStorageConfigsRequest"}, "output":{"shape":"ListInstanceStorageConfigsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Returns a paginated list of storage configs for the identified instance and resource type.
" }, "ListInstances":{ "name":"ListInstances", "http":{ "method":"GET", "requestUri":"/instance" }, "input":{"shape":"ListInstancesRequest"}, "output":{"shape":"ListInstancesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"} ], "documentation":"This API is in preview release for Connect Customer 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.
" }, "ListIntegrationAssociations":{ "name":"ListIntegrationAssociations", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/integration-associations" }, "input":{"shape":"ListIntegrationAssociationsRequest"}, "output":{"shape":"ListIntegrationAssociationsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Provides summary information about the Amazon Web Services resource associations for the specified Connect Customer instance.
" }, "ListLambdaFunctions":{ "name":"ListLambdaFunctions", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/lambda-functions" }, "input":{"shape":"ListLambdaFunctionsRequest"}, "output":{"shape":"ListLambdaFunctionsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Returns a paginated list of all Lambda functions that display in the dropdown options in the relevant flow blocks.
" }, "ListLexBots":{ "name":"ListLexBots", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/lex-bots" }, "input":{"shape":"ListLexBotsRequest"}, "output":{"shape":"ListLexBotsResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Returns a paginated list of all the Amazon Lex V1 bots currently associated with the instance. To return both Amazon Lex V1 and V2 bots, use the ListBots API.
" }, "ListNotifications":{ "name":"ListNotifications", "http":{ "method":"GET", "requestUri":"/notifications/{InstanceId}" }, "input":{"shape":"ListNotificationsRequest"}, "output":{"shape":"ListNotificationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Retrieves a paginated list of all notifications in the Amazon Connect instance.
" }, "ListPhoneNumbers":{ "name":"ListPhoneNumbers", "http":{ "method":"GET", "requestUri":"/phone-numbers-summary/{InstanceId}" }, "input":{"shape":"ListPhoneNumbersRequest"}, "output":{"shape":"ListPhoneNumbersResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the phone numbers for the specified Connect Customer instance.
For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Connect Customer Administrator Guide.
We recommend using ListPhoneNumbersV2 to return phone number types. ListPhoneNumbers doesn't support number types UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID. While it returns numbers of those types, it incorrectly lists them as TOLL_FREE or DID.
The phone number Arn value that is returned from each of the items in the PhoneNumberSummaryList cannot be used to tag phone number resources. It will fail with a ResourceNotFoundException. Instead, use the ListPhoneNumbersV2 API. It returns the new phone number ARN that can be used to tag phone number resources.
Lists phone numbers claimed to your Connect Customer instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with traffic distribution group.
For more information about phone numbers, see Set Up Phone Numbers for Your Contact Center in the Connect Customer Administrator Guide.
When given an instance ARN, ListPhoneNumbersV2 returns only the phone numbers claimed to the instance.
When given a traffic distribution group ARN ListPhoneNumbersV2 returns only the phone numbers claimed to the traffic distribution group.
Lists predefined attributes for the specified Connect Customer instance. A predefined attribute is made up of a name and a value. You can use predefined attributes for:
Routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see Create predefined attributes for routing contacts to agents.
Contact information that varies between transfers or conferences, such as the name of the business unit handling the contact. For more information, see Use contact segment attributes.
For the predefined attributes per instance quota, see Connect Customer quotas.
Endpoints: See Connect Customer endpoints and quotas.
" }, "ListPrompts":{ "name":"ListPrompts", "http":{ "method":"GET", "requestUri":"/prompts-summary/{InstanceId}" }, "input":{"shape":"ListPromptsRequest"}, "output":{"shape":"ListPromptsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the prompts for the specified Connect Customer instance.
" }, "ListQueueEmailAddresses":{ "name":"ListQueueEmailAddresses", "http":{ "method":"GET", "requestUri":"/queues/{InstanceId}/{QueueId}/email-addresses" }, "input":{"shape":"ListQueueEmailAddressesRequest"}, "output":{"shape":"ListQueueEmailAddressesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists all email addresses that are currently associated with a specific queue, providing details about which \"From\" email addresses agents can select when handling email contacts. This helps administrators manage agent email address options and understand the available choices for different brands and business units.
Important things to know
The response includes metadata about each email address available for agent selection, including whether it's configured as the default outbound email.
Agents can select from these email addresses when replying to inbound contacts or initiating outbound contacts in this queue.
The list includes both explicitly associated email addresses and any default outbound email address configured for the queue.
Results are paginated to handle queues with many associated email addresses (up to 50 per queue).
Lists the quick connects associated with a queue.
" }, "ListQueues":{ "name":"ListQueues", "http":{ "method":"GET", "requestUri":"/queues-summary/{InstanceId}" }, "input":{"shape":"ListQueuesRequest"}, "output":{"shape":"ListQueuesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the queues for the specified Connect Customer 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 Connect Customer Administrator Guide.
" }, "ListQuickConnects":{ "name":"ListQuickConnects", "http":{ "method":"GET", "requestUri":"/quick-connects/{InstanceId}" }, "input":{"shape":"ListQuickConnectsRequest"}, "output":{"shape":"ListQuickConnectsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides information about the quick connects for the specified Connect Customer instance.
" }, "ListRealtimeContactAnalysisSegmentsV2":{ "name":"ListRealtimeContactAnalysisSegmentsV2", "http":{ "method":"POST", "requestUri":"/contact/list-real-time-analysis-segments-v2/{InstanceId}/{ContactId}" }, "input":{"shape":"ListRealtimeContactAnalysisSegmentsV2Request"}, "output":{"shape":"ListRealtimeContactAnalysisSegmentsV2Response"}, "errors":[ {"shape":"OutputTypeNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"Provides a list of analysis segments for a real-time chat analysis session. This API supports CHAT channels only.
This API does not support VOICE. If you attempt to use it for VOICE, an InvalidRequestException occurs.
Lists the manual assignment queues associated with a routing profile.
Use cases
Following are common uses cases for this API:
This API returns list of queues where contacts can be manually assigned or picked by an agent who has access to the Worklist app. The user can additionally filter on queues, if they have access to those queues (otherwise a invalid request exception will be thrown).
For information about how manual contact assignment works in the agent workspace, see the Access the Worklist app in the Connect Customer agent workspace in the Connect Customer Administrator Guide.
Important things to know
This API only returns the manual assignment queues associated with a routing profile. Use the ListRoutingProfileQueues API to list the auto assignment queues for the routing profile.
Endpoints: See Connect Customer endpoints and quotas.
" }, "ListRoutingProfileQueues":{ "name":"ListRoutingProfileQueues", "http":{ "method":"GET", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/queues" }, "input":{"shape":"ListRoutingProfileQueuesRequest"}, "output":{"shape":"ListRoutingProfileQueuesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists the queues associated with a routing profile.
" }, "ListRoutingProfiles":{ "name":"ListRoutingProfiles", "http":{ "method":"GET", "requestUri":"/routing-profiles-summary/{InstanceId}" }, "input":{"shape":"ListRoutingProfilesRequest"}, "output":{"shape":"ListRoutingProfilesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides summary information about the routing profiles for the specified Connect Customer instance.
For more information about routing profiles, see Routing Profiles and Create a Routing Profile in the Connect Customer Administrator Guide.
" }, "ListRules":{ "name":"ListRules", "http":{ "method":"GET", "requestUri":"/rules/{InstanceId}" }, "input":{"shape":"ListRulesRequest"}, "output":{"shape":"ListRulesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"List all rules for the specified Connect Customer instance.
" }, "ListSecurityKeys":{ "name":"ListSecurityKeys", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/security-keys" }, "input":{"shape":"ListSecurityKeysRequest"}, "output":{"shape":"ListSecurityKeysResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Returns a paginated list of all security keys associated with the instance.
" }, "ListSecurityProfileApplications":{ "name":"ListSecurityProfileApplications", "http":{ "method":"GET", "requestUri":"/security-profiles-applications/{InstanceId}/{SecurityProfileId}" }, "input":{"shape":"ListSecurityProfileApplicationsRequest"}, "output":{"shape":"ListSecurityProfileApplicationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Returns a list of third-party applications or MCP Servers in a specific security profile.
" }, "ListSecurityProfileFlowModules":{ "name":"ListSecurityProfileFlowModules", "http":{ "method":"GET", "requestUri":"/security-profiles-flow-modules/{InstanceId}/{SecurityProfileId}" }, "input":{"shape":"ListSecurityProfileFlowModulesRequest"}, "output":{"shape":"ListSecurityProfileFlowModulesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"A list of Flow Modules an AI Agent can invoke as a tool
" }, "ListSecurityProfilePermissions":{ "name":"ListSecurityProfilePermissions", "http":{ "method":"GET", "requestUri":"/security-profiles-permissions/{InstanceId}/{SecurityProfileId}" }, "input":{"shape":"ListSecurityProfilePermissionsRequest"}, "output":{"shape":"ListSecurityProfilePermissionsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists the permissions granted to a security profile.
For information about security profiles, see Security Profiles in the Connect Customer Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
" }, "ListSecurityProfiles":{ "name":"ListSecurityProfiles", "http":{ "method":"GET", "requestUri":"/security-profiles-summary/{InstanceId}" }, "input":{"shape":"ListSecurityProfilesRequest"}, "output":{"shape":"ListSecurityProfilesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides summary information about the security profiles for the specified Connect Customer instance.
For more information about security profiles, see Security Profiles in the Connect Customer Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
" }, "ListTagsForResource":{ "name":"ListTagsForResource", "http":{ "method":"GET", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"ListTagsForResourceRequest"}, "output":{"shape":"ListTagsForResourceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists the tags for the specified resource.
For sample policies that use tags, see Connect Customer Identity-Based Policy Examples in the Connect Customer Administrator Guide.
" }, "ListTaskTemplates":{ "name":"ListTaskTemplates", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/task/template" }, "input":{"shape":"ListTaskTemplatesRequest"}, "output":{"shape":"ListTaskTemplatesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists task templates for the specified Connect Customer instance.
" }, "ListTestCaseExecutionRecords":{ "name":"ListTestCaseExecutionRecords", "http":{ "method":"GET", "requestUri":"/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/records" }, "input":{"shape":"ListTestCaseExecutionRecordsRequest"}, "output":{"shape":"ListTestCaseExecutionRecordsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists detailed steps of test case execution that includes all observations along with actions taken and data associated in the specified Amazon Connect instance.
" }, "ListTestCaseExecutions":{ "name":"ListTestCaseExecutions", "http":{ "method":"GET", "requestUri":"/test-case-executions/{InstanceId}" }, "input":{"shape":"ListTestCaseExecutionsRequest"}, "output":{"shape":"ListTestCaseExecutionsResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Lists all test case executions and allows filtering by test case id, test case name, start time, end time or status of the execution for the specified Amazon Connect instance.
" }, "ListTestCases":{ "name":"ListTestCases", "http":{ "method":"GET", "requestUri":"/test-cases-summary/{InstanceId}" }, "input":{"shape":"ListTestCasesRequest"}, "output":{"shape":"ListTestCasesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists the test cases present in the specific Amazon Connect instance.
" }, "ListTrafficDistributionGroupUsers":{ "name":"ListTrafficDistributionGroupUsers", "http":{ "method":"GET", "requestUri":"/traffic-distribution-group/{TrafficDistributionGroupId}/user" }, "input":{"shape":"ListTrafficDistributionGroupUsersRequest"}, "output":{"shape":"ListTrafficDistributionGroupUsersResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists traffic distribution group users.
" }, "ListTrafficDistributionGroups":{ "name":"ListTrafficDistributionGroups", "http":{ "method":"GET", "requestUri":"/traffic-distribution-groups" }, "input":{"shape":"ListTrafficDistributionGroupsRequest"}, "output":{"shape":"ListTrafficDistributionGroupsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists traffic distribution groups.
" }, "ListUseCases":{ "name":"ListUseCases", "http":{ "method":"GET", "requestUri":"/instance/{InstanceId}/integration-associations/{IntegrationAssociationId}/use-cases" }, "input":{"shape":"ListUseCasesRequest"}, "output":{"shape":"ListUseCasesResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists the use cases for the integration association.
" }, "ListUserHierarchyGroups":{ "name":"ListUserHierarchyGroups", "http":{ "method":"GET", "requestUri":"/user-hierarchy-groups-summary/{InstanceId}" }, "input":{"shape":"ListUserHierarchyGroupsRequest"}, "output":{"shape":"ListUserHierarchyGroupsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides summary information about the hierarchy groups for the specified Connect Customer instance.
For more information about agent hierarchies, see Set Up Agent Hierarchies in the Connect Customer Administrator Guide.
" }, "ListUserNotifications":{ "name":"ListUserNotifications", "http":{ "method":"GET", "requestUri":"/users/{InstanceId}/{UserId}/notifications" }, "input":{"shape":"ListUserNotificationsRequest"}, "output":{"shape":"ListUserNotificationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Retrieves a paginated list of notifications for a specific user, including the notification status for that user.
" }, "ListUserProficiencies":{ "name":"ListUserProficiencies", "http":{ "method":"GET", "requestUri":"/users/{InstanceId}/{UserId}/proficiencies" }, "input":{"shape":"ListUserProficienciesRequest"}, "output":{"shape":"ListUserProficienciesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Lists proficiencies associated with a user.
" }, "ListUsers":{ "name":"ListUsers", "http":{ "method":"GET", "requestUri":"/users-summary/{InstanceId}" }, "input":{"shape":"ListUsersRequest"}, "output":{"shape":"ListUsersResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Provides summary information about the users for the specified Connect Customer instance.
" }, "ListViewVersions":{ "name":"ListViewVersions", "http":{ "method":"GET", "requestUri":"/views/{InstanceId}/{ViewId}/versions" }, "input":{"shape":"ListViewVersionsRequest"}, "output":{"shape":"ListViewVersionsResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"Returns all the available versions for the specified Connect Customer instance and view identifier.
Results will be sorted from highest to lowest.
" }, "ListViews":{ "name":"ListViews", "http":{ "method":"GET", "requestUri":"/views/{InstanceId}" }, "input":{"shape":"ListViewsRequest"}, "output":{"shape":"ListViewsResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"TooManyRequestsException"} ], "documentation":"Returns views in the given instance.
Results are sorted primarily by type, and secondarily by name.
" }, "ListWorkspaceMedia":{ "name":"ListWorkspaceMedia", "http":{ "method":"GET", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/media" }, "input":{"shape":"ListWorkspaceMediaRequest"}, "output":{"shape":"ListWorkspaceMediaResponse"}, "errors":[ {"shape":"InternalServiceException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"} ], "documentation":"Lists media assets (such as logos) associated with a workspace.
" }, "ListWorkspacePages":{ "name":"ListWorkspacePages", "http":{ "method":"GET", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/pages" }, "input":{"shape":"ListWorkspacePagesRequest"}, "output":{"shape":"ListWorkspacePagesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Lists the page configurations in a workspace, including the views assigned to each page.
" }, "ListWorkspaces":{ "name":"ListWorkspaces", "http":{ "method":"GET", "requestUri":"/workspaces/{InstanceId}" }, "input":{"shape":"ListWorkspacesRequest"}, "output":{"shape":"ListWorkspacesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Lists the workspaces in an Amazon Connect instance.
" }, "MonitorContact":{ "name":"MonitorContact", "http":{ "method":"POST", "requestUri":"/contact/monitor" }, "input":{"shape":"MonitorContactRequest"}, "output":{"shape":"MonitorContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"IdempotencyException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
" }, "PauseContact":{ "name":"PauseContact", "http":{ "method":"POST", "requestUri":"/contact/pause" }, "input":{"shape":"PauseContactRequest"}, "output":{"shape":"PauseContactResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"LimitExceededException"}, {"shape":"ConflictException"} ], "documentation":"Allows pausing an ongoing task contact.
" }, "PutUserStatus":{ "name":"PutUserStatus", "http":{ "method":"PUT", "requestUri":"/users/{InstanceId}/{UserId}/status" }, "input":{"shape":"PutUserStatusRequest"}, "output":{"shape":"PutUserStatusResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"} ], "documentation":"Changes the current status of a user or agent in Connect Customer. If the agent is currently handling a contact, this sets the agent's next status.
For more information, see Agent status and Set your next status in the Connect Customer Administrator Guide.
" }, "ReleasePhoneNumber":{ "name":"ReleasePhoneNumber", "http":{ "method":"DELETE", "requestUri":"/phone-number/{PhoneNumberId}" }, "input":{"shape":"ReleasePhoneNumberRequest"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceInUseException"}, {"shape":"IdempotencyException"}, {"shape":"AccessDeniedException"} ], "documentation":"Releases a phone number previously claimed to an Connect Customer instance or traffic distribution group. You can call this API only in the Amazon Web Services Region where the number was claimed.
To release phone numbers from a traffic distribution group, use the ReleasePhoneNumber API, not the Connect Customer admin website.
After releasing a phone number, the phone number enters into a cooldown period for up to 180 days. It cannot be searched for or claimed again until the period has ended. If you accidentally release a phone number, contact Amazon Web Services Support.
If you plan to claim and release numbers frequently, contact us for a service quota exception. Otherwise, it is possible you will be blocked from claiming and releasing any more numbers until up to 180 days past the oldest number released has expired.
By default you can claim and release up to 200% of your maximum number of active phone numbers. If you claim and release phone numbers using the UI or API during a rolling 180 day cycle that exceeds 200% of your phone number service level quota, you will be blocked from claiming any more numbers until 180 days past the oldest number released has expired.
For example, if you already have 99 claimed numbers and a service level quota of 99 phone numbers, and in any 180 day period you release 99, claim 99, and then release 99, you will have exceeded the 200% limit. At that point you are blocked from claiming any more numbers until you open an Amazon Web Services support ticket.
" }, "ReplicateInstance":{ "name":"ReplicateInstance", "http":{ "method":"POST", "requestUri":"/instance/{InstanceId}/replicate" }, "input":{"shape":"ReplicateInstanceRequest"}, "output":{"shape":"ReplicateInstanceResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotReadyException"}, {"shape":"ResourceConflictException"} ], "documentation":"Replicates an Connect Customer instance in the specified Amazon Web Services Region and copies configuration information for Connect Customer resources across Amazon Web Services Regions.
For more information about replicating an Connect Customer instance, see Create a replica of your existing Connect Customer instance in the Connect Customer Administrator Guide.
" }, "ResumeContact":{ "name":"ResumeContact", "http":{ "method":"POST", "requestUri":"/contact/resume" }, "input":{"shape":"ResumeContactRequest"}, "output":{"shape":"ResumeContactResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ConflictException"} ], "documentation":"Allows resuming a task contact in a paused state.
" }, "ResumeContactRecording":{ "name":"ResumeContactRecording", "http":{ "method":"POST", "requestUri":"/contact/resume-recording" }, "input":{"shape":"ResumeContactRecordingRequest"}, "output":{"shape":"ResumeContactRecordingResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.
Voice and screen recordings are supported.
" }, "SearchAgentStatuses":{ "name":"SearchAgentStatuses", "http":{ "method":"POST", "requestUri":"/search-agent-statuses" }, "input":{"shape":"SearchAgentStatusesRequest"}, "output":{"shape":"SearchAgentStatusesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches AgentStatuses in an Connect Customer instance, with optional filtering.
" }, "SearchAvailablePhoneNumbers":{ "name":"SearchAvailablePhoneNumbers", "http":{ "method":"POST", "requestUri":"/phone-number/search-available" }, "input":{"shape":"SearchAvailablePhoneNumbersRequest"}, "output":{"shape":"SearchAvailablePhoneNumbersResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Searches for available phone numbers that you can claim to your Connect Customer instance or traffic distribution group. If the provided TargetArn is a traffic distribution group, you can call this API in both Amazon Web Services Regions associated with the traffic distribution group.
Searches contact evaluations in an Connect Customer instance, with optional filtering.
Use cases
Following are common uses cases for this API:
Find contact evaluations by using specific search criteria.
Find contact evaluations that are tagged with a specific set of tags.
Important things to know
A Search operation, unlike a List operation, takes time to index changes to resource (create, update or delete). If you don't see updated information for recently changed contact evaluations, try calling the API again in a few seconds.
Endpoints: See Connect Customer endpoints and quotas.
" }, "SearchContactFlowModules":{ "name":"SearchContactFlowModules", "http":{ "method":"POST", "requestUri":"/search-contact-flow-modules" }, "input":{"shape":"SearchContactFlowModulesRequest"}, "output":{"shape":"SearchContactFlowModulesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches the flow modules in an Connect Customer instance, with optional filtering.
" }, "SearchContactFlows":{ "name":"SearchContactFlows", "http":{ "method":"POST", "requestUri":"/search-contact-flows" }, "input":{"shape":"SearchContactFlowsRequest"}, "output":{"shape":"SearchContactFlowsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches the flows in an Connect Customer instance, with optional filtering.
" }, "SearchContacts":{ "name":"SearchContacts", "http":{ "method":"POST", "requestUri":"/search-contacts" }, "input":{"shape":"SearchContactsRequest"}, "output":{"shape":"SearchContactsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"} ], "documentation":"Searches contacts in an Connect Customer instance.
" }, "SearchDataTables":{ "name":"SearchDataTables", "http":{ "method":"POST", "requestUri":"/search-data-tables" }, "input":{"shape":"SearchDataTablesRequest"}, "output":{"shape":"SearchDataTablesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches for data tables based on the table's ID, name, and description. In the future, this operation can support searching on attribute names and possibly primary values. Follows other search operations closely and supports both search criteria and filters.
" }, "SearchEmailAddresses":{ "name":"SearchEmailAddresses", "http":{ "method":"POST", "requestUri":"/search-email-addresses" }, "input":{"shape":"SearchEmailAddressesRequest"}, "output":{"shape":"SearchEmailAddressesResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches email address in an instance, with optional filtering.
" }, "SearchEvaluationForms":{ "name":"SearchEvaluationForms", "http":{ "method":"POST", "requestUri":"/search-evaluation-forms" }, "input":{"shape":"SearchEvaluationFormsRequest"}, "output":{"shape":"SearchEvaluationFormsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches evaluation forms in an Connect Customer instance, with optional filtering.
Use cases
Following are common uses cases for this API:
List all evaluation forms in an instance.
Find all evaluation forms that meet specific criteria, such as Title, Description, Status, and more.
Find all evaluation forms that are tagged with a specific set of tags.
Important things to know
A Search operation, unlike a List operation, takes time to index changes to resource (create, update or delete). If you don't see updated information for recently changed contact evaluations, try calling the API again in a few seconds.
Endpoints: See Connect Customer endpoints and quotas.
" }, "SearchHoursOfOperationOverrides":{ "name":"SearchHoursOfOperationOverrides", "http":{ "method":"POST", "requestUri":"/search-hours-of-operation-overrides" }, "input":{"shape":"SearchHoursOfOperationOverridesRequest"}, "output":{"shape":"SearchHoursOfOperationOverridesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches the hours of operation overrides.
" }, "SearchHoursOfOperations":{ "name":"SearchHoursOfOperations", "http":{ "method":"POST", "requestUri":"/search-hours-of-operations" }, "input":{"shape":"SearchHoursOfOperationsRequest"}, "output":{"shape":"SearchHoursOfOperationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches the hours of operation in an Connect Customer instance, with optional filtering.
" }, "SearchNotifications":{ "name":"SearchNotifications", "http":{ "method":"POST", "requestUri":"/search-notifications" }, "input":{"shape":"SearchNotificationsRequest"}, "output":{"shape":"SearchNotificationsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Searches for notifications based on specified criteria and filters. Returns a paginated list of notifications matching the search parameters, ordered by descending creation time. Supports filtering by content and tags.
" }, "SearchPredefinedAttributes":{ "name":"SearchPredefinedAttributes", "http":{ "method":"POST", "requestUri":"/search-predefined-attributes" }, "input":{"shape":"SearchPredefinedAttributesRequest"}, "output":{"shape":"SearchPredefinedAttributesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches predefined attributes that meet certain criteria. A predefined attribute is made up of a name and a value. You can use predefined attributes for:
Routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see Create predefined attributes for routing contacts to agents.
Contact information that varies between transfers or conferences, such as the name of the business unit handling the contact. For more information, see Use contact segment attributes.
For the predefined attributes per instance quota, see Connect Customer quotas.
Endpoints: See Connect Customer endpoints and quotas.
" }, "SearchPrompts":{ "name":"SearchPrompts", "http":{ "method":"POST", "requestUri":"/search-prompts" }, "input":{"shape":"SearchPromptsRequest"}, "output":{"shape":"SearchPromptsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches prompts in an Connect Customer instance, with optional filtering.
" }, "SearchQueues":{ "name":"SearchQueues", "http":{ "method":"POST", "requestUri":"/search-queues" }, "input":{"shape":"SearchQueuesRequest"}, "output":{"shape":"SearchQueuesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches queues in an Connect Customer instance, with optional filtering.
" }, "SearchQuickConnects":{ "name":"SearchQuickConnects", "http":{ "method":"POST", "requestUri":"/search-quick-connects" }, "input":{"shape":"SearchQuickConnectsRequest"}, "output":{"shape":"SearchQuickConnectsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches quick connects in an Connect Customer instance, with optional filtering.
" }, "SearchResourceTags":{ "name":"SearchResourceTags", "http":{ "method":"POST", "requestUri":"/search-resource-tags" }, "input":{"shape":"SearchResourceTagsRequest"}, "output":{"shape":"SearchResourceTagsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"MaximumResultReturnedException"} ], "documentation":"Searches tags used in an Connect Customer instance using optional search criteria.
" }, "SearchRoutingProfiles":{ "name":"SearchRoutingProfiles", "http":{ "method":"POST", "requestUri":"/search-routing-profiles" }, "input":{"shape":"SearchRoutingProfilesRequest"}, "output":{"shape":"SearchRoutingProfilesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches routing profiles in an Connect Customer instance, with optional filtering.
SearchRoutingProfiles does not populate LastModifiedRegion, LastModifiedTime, MediaConcurrencies.CrossChannelBehavior, and AgentAvailabilityTimer in its response, but DescribeRoutingProfile does.
Searches rules in an Connect Customer instance, with optional filtering.
" }, "SearchSecurityProfiles":{ "name":"SearchSecurityProfiles", "http":{ "method":"POST", "requestUri":"/search-security-profiles" }, "input":{"shape":"SearchSecurityProfilesRequest"}, "output":{"shape":"SearchSecurityProfilesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches security profiles in an Connect Customer instance, with optional filtering.
For information about security profiles, see Security Profiles in the Connect Customer Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
" }, "SearchTestCases":{ "name":"SearchTestCases", "http":{ "method":"POST", "requestUri":"/search-test-cases" }, "input":{"shape":"SearchTestCasesRequest"}, "output":{"shape":"SearchTestCasesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches for test cases in the specified Amazon Connect instance, with optional filtering.
" }, "SearchUserHierarchyGroups":{ "name":"SearchUserHierarchyGroups", "http":{ "method":"POST", "requestUri":"/search-user-hierarchy-groups" }, "input":{"shape":"SearchUserHierarchyGroupsRequest"}, "output":{"shape":"SearchUserHierarchyGroupsResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Searches UserHierarchyGroups in an Connect Customer instance, with optional filtering.
The UserHierarchyGroup with \"LevelId\": \"0\" is the foundation for building levels on top of an instance. It is not user-definable, nor is it visible in the UI.
Searches users in an Connect Customer instance, with optional filtering.
AfterContactWorkTimeLimit is returned in milliseconds.
Searches views based on name, description, or tags.
" }, "SearchVocabularies":{ "name":"SearchVocabularies", "http":{ "method":"POST", "requestUri":"/vocabulary-summary/{InstanceId}" }, "input":{"shape":"SearchVocabulariesRequest"}, "output":{"shape":"SearchVocabulariesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Searches for vocabularies within a specific Connect Customer instance using State, NameStartsWith, and LanguageCode.
Searches for workspace associations with users or routing profiles based on various criteria.
" }, "SearchWorkspaces":{ "name":"SearchWorkspaces", "http":{ "method":"POST", "requestUri":"/search-workspaces" }, "input":{"shape":"SearchWorkspacesRequest"}, "output":{"shape":"SearchWorkspacesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Searches workspaces based on name, description, visibility, or tags.
" }, "SendChatIntegrationEvent":{ "name":"SendChatIntegrationEvent", "http":{ "method":"POST", "requestUri":"/chat-integration-event" }, "input":{"shape":"SendChatIntegrationEventRequest"}, "output":{"shape":"SendChatIntegrationEventResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Processes chat integration events from Amazon Web Services or external integrations to Connect Customer. A chat integration event includes:
SourceId, DestinationId, and Subtype: a set of identifiers, uniquely representing a chat
ChatEvent: details of the chat action to perform such as sending a message, event, or disconnecting from a chat
When a chat integration event is sent with chat identifiers that do not map to an active chat contact, a new chat contact is also created before handling chat action.
Access to this API is currently restricted to Amazon Web Services End User Messaging for supporting SMS integration.
" }, "SendOutboundEmail":{ "name":"SendOutboundEmail", "http":{ "method":"PUT", "requestUri":"/instance/{InstanceId}/outbound-email" }, "input":{"shape":"SendOutboundEmailRequest"}, "output":{"shape":"SendOutboundEmailResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"} ], "documentation":"Send outbound email for outbound campaigns. For more information about outbound campaigns, see Set up Connect Customer outbound campaigns.
Only the Connect Customer outbound campaigns service principal is allowed to assume a role in your account and call this API.
Sends an outbound web notification to a customer's web browser for outbound campaigns. For more information about outbound campaigns, see Set up Connect Customer outbound campaigns.
Only the Connect Customer outbound campaigns service principal is allowed to assume a role in your account and call this API.
Provides a pre-signed Amazon S3 URL in response for uploading your content.
You may only use this API to upload attachments to an Connect Customer Case or Connect Customer Email.
Initiates a 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 Connect Customer 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 the following 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.
If you use the ChatDurationInMinutes parameter and receive a 400 error, your account may not support the ability to configure custom chat durations. For more information, contact Amazon Web Services Support.
For more information about chat, see the following topics in the Connect Customer Administrator Guide:
" }, "StartContactConversationalAnalyticsJob":{ "name":"StartContactConversationalAnalyticsJob", "http":{ "method":"POST", "requestUri":"/contact/start-conversational-analytics-job/{InstanceId}/{ContactId}" }, "input":{"shape":"StartContactConversationalAnalyticsJobRequest"}, "output":{"shape":"StartContactConversationalAnalyticsJobResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"IdempotencyException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Starts a Contact Lens post-call analytics job for the specified contact. This API runs Conversational Analytics post-contact analysis on a voice recording that is already attached to the contact, generating transcription, sentiment analysis, redaction, and summarization results based on the provided configuration.
A voice recording must already be attached to the contact before calling this API. Use CreateAttachedFile to attach a recording from an S3 source URI.
For example, you can call CreateContact, then CreateAttachedFile, then StartContactConversationalAnalyticsJob to create a contact, attach a recording, and run post-call analytics.
Starts an empty evaluation in the specified Connect Customer instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started.
Evaluations created through the public API do not contain answer values suggested from automation.
Enables in-flight message processing for an ongoing chat session. Message processing will stay active for the rest of the chat, even if an individual contact segment ends.
" }, "StartContactRecording":{ "name":"StartContactRecording", "http":{ "method":"POST", "requestUri":"/contact/start-recording" }, "input":{"shape":"StartContactRecordingRequest"}, "output":{"shape":"StartContactRecordingResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"Starts recording the contact:
If the API is called before the agent joins the call, recording starts when the agent joins the call.
If the API is called after the agent joins the call, recording starts at the time of the API 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.
" }, "StartContactStreaming":{ "name":"StartContactStreaming", "http":{ "method":"POST", "requestUri":"/contact/start-streaming" }, "input":{"shape":"StartContactStreamingRequest"}, "output":{"shape":"StartContactStreamingResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"LimitExceededException"} ], "documentation":"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 Connect Customer Administrator Guide.
For more information about chat, see the following topics in the Connect Customer Administrator Guide:
" }, "StartEmailContact":{ "name":"StartEmailContact", "http":{ "method":"PUT", "requestUri":"/contact/email" }, "input":{"shape":"StartEmailContactRequest"}, "output":{"shape":"StartEmailContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"} ], "documentation":"Creates an inbound email contact and initiates a flow to start the email contact for the customer. Response of this API provides the ContactId of the email contact created.
" }, "StartEvaluationFormValidation":{ "name":"StartEvaluationFormValidation", "http":{ "method":"POST", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}/validate" }, "input":{"shape":"StartEvaluationFormValidationRequest"}, "output":{"shape":"StartEvaluationFormValidationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Starts an asynchronous validation process for an evaluation form version in the specified Connect Customer instance. The validation first performs structural checks on the form content (such as verifying required fields, valid scoring configuration, and correct conditional logic), then asynchronously analyzes questions configured for generative AI evaluation against a set of best practices. Use GetEvaluationFormValidation to retrieve the status and results once the validation completes.
" }, "StartOutboundChatContact":{ "name":"StartOutboundChatContact", "http":{ "method":"PUT", "requestUri":"/contact/outbound-chat" }, "input":{"shape":"StartOutboundChatContactRequest"}, "output":{"shape":"StartOutboundChatContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Initiates a new outbound SMS or WhatsApp contact to a customer. Response of this API provides the ContactId of the outbound SMS or WhatsApp contact created.
SourceEndpoint only supports Endpoints with CONNECT_PHONENUMBER_ARN as Type and DestinationEndpoint only supports Endpoints with TELEPHONE_NUMBER as Type. ContactFlowId initiates the flow to manage the new contact created.
This API can be used to initiate outbound SMS or WhatsApp contacts for an agent, or it can also deflect an ongoing contact to an outbound SMS or WhatsApp contact by using the StartOutboundChatContact Flow Action.
For more information about using SMS or WhatsApp in Connect Customer, see the following topics in the Connect Customer Administrator Guide:
" }, "StartOutboundEmailContact":{ "name":"StartOutboundEmailContact", "http":{ "method":"PUT", "requestUri":"/contact/outbound-email" }, "input":{"shape":"StartOutboundEmailContactRequest"}, "output":{"shape":"StartOutboundEmailContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"} ], "documentation":"Initiates a flow to send an agent reply or outbound email contact (created from the CreateContact API) to a customer.
" }, "StartOutboundVoiceContact":{ "name":"StartOutboundVoiceContact", "http":{ "method":"PUT", "requestUri":"/contact/outbound-voice" }, "input":{"shape":"StartOutboundVoiceContactRequest"}, "output":{"shape":"StartOutboundVoiceContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"LimitExceededException"}, {"shape":"DestinationNotAllowedException"}, {"shape":"OutboundContactNotPermittedException"} ], "documentation":"Places an outbound call to a contact, and then initiates the flow. It performs the actions in the flow that's specified (in ContactFlowId).
Agents do not initiate the outbound API, which means that they do not dial the contact. If the 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.
Dialing timeout for this operation can be configured with the “RingTimeoutInSeconds” parameter. If not specified, the default dialing timeout will be 60 seconds which means if the call is not connected within 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 Connect Customer Service Quotas in the Connect Customer Administrator Guide.
Campaign calls are not allowed by default. Before you can make a call with TrafficType = CAMPAIGN, you must submit a service quota increase request to the quota Connect Customer campaigns.
For Preview dialing mode, only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API with OutboundStrategy.
Starts screen sharing for a contact. For more information about screen sharing, see Set up in-app, web, video calling, and screen sharing capabilities in the Connect Customer Administrator Guide.
" }, "StartTaskContact":{ "name":"StartTaskContact", "http":{ "method":"PUT", "requestUri":"/contact/task" }, "input":{"shape":"StartTaskContactRequest"}, "output":{"shape":"StartTaskContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServiceException"} ], "documentation":"Initiates a flow to start a new task contact. For more information about task contacts, see Concepts: Tasks in Connect Customer in the Connect Customer Administrator Guide.
When using PreviousContactId and RelatedContactId input parameters, note the following:
PreviousContactId
Any updates to user-defined task contact attributes on any contact linked through the same PreviousContactId will affect every contact in the chain.
There can be a maximum of 12 linked task contacts in a chain. That is, 12 task contacts can be created that share the same PreviousContactId.
RelatedContactId
Copies contact attributes from the related task contact to the new contact.
Any update on attributes in a new task contact does not update attributes on previous contact.
There’s no limit on the number of task contacts that can be created that use the same RelatedContactId.
In addition, when calling StartTaskContact include only one of these parameters: ContactFlowID, QuickConnectID, or TaskTemplateID. Only one parameter is required as long as the task template has a flow configured to run it. If more than one parameter is specified, or only the TaskTemplateID is specified but it does not have a flow configured, the request returns an error because Connect Customer cannot identify the unique flow to run when the task is created.
A ServiceQuotaExceededException occurs when the number of open tasks exceeds the active tasks quota or there are already 12 tasks referencing the same PreviousContactId. For more information about service quotas for task contacts, see Connect Customer service quotas in the Connect Customer Administrator Guide.
Starts executing a published test case.
" }, "StartWebRTCContact":{ "name":"StartWebRTCContact", "http":{ "method":"PUT", "requestUri":"/contact/webrtc" }, "input":{"shape":"StartWebRTCContactRequest"}, "output":{"shape":"StartWebRTCContactResponse"}, "errors":[ {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"ResourceNotFoundException"} ], "documentation":"Places an inbound in-app, web, or video call to a contact, and then initiates the flow. It performs the actions in the flow that are specified (in ContactFlowId) and present in the Connect Customer instance (specified as InstanceId).
" }, "StopContact":{ "name":"StopContact", "http":{ "method":"POST", "requestUri":"/contact/stop" }, "input":{"shape":"StopContactRequest"}, "output":{"shape":"StopContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ContactNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"Ends the specified contact. Use this API to stop queued callbacks. It does not work for voice contacts that use the following initiation methods:
DISCONNECT
TRANSFER
QUEUE_TRANSFER
EXTERNAL_OUTBOUND
MONITOR
Chat and task contacts can be terminated in any state, regardless of initiation method.
" }, "StopContactMediaProcessing":{ "name":"StopContactMediaProcessing", "http":{ "method":"POST", "requestUri":"/contact/stop-contact-media-processing" }, "input":{"shape":"StopContactMediaProcessingRequest"}, "output":{"shape":"StopContactMediaProcessingResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"LimitExceededException"} ], "documentation":"Stops in-flight message processing for an ongoing chat session.
" }, "StopContactRecording":{ "name":"StopContactRecording", "http":{ "method":"POST", "requestUri":"/contact/stop-recording" }, "input":{"shape":"StopContactRecordingRequest"}, "output":{"shape":"StopContactRecordingResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"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":{ "name":"StopContactStreaming", "http":{ "method":"POST", "requestUri":"/contact/stop-streaming" }, "input":{"shape":"StopContactStreamingRequest"}, "output":{"shape":"StopContactStreamingResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"} ], "documentation":"Ends message streaming on a specified contact. To restart message streaming on that contact, call the StartContactStreaming API.
" }, "StopTestCaseExecution":{ "name":"StopTestCaseExecution", "http":{ "method":"POST", "requestUri":"/test-cases/{InstanceId}/{TestCaseId}/{TestCaseExecutionId}/stop-execution" }, "input":{"shape":"StopTestCaseExecutionRequest"}, "output":{"shape":"StopTestCaseExecutionResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Stops a running test execution.
" }, "SubmitContactEvaluation":{ "name":"SubmitContactEvaluation", "http":{ "method":"POST", "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}/submit" }, "input":{"shape":"SubmitContactEvaluationRequest"}, "output":{"shape":"SubmitContactEvaluationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Submits a contact evaluation in the specified Connect Customer instance. Answers included in the request are merged with existing answers for the given evaluation. If no answers or notes are passed, the evaluation is submitted with the existing answers and notes. You can delete an answer or note by passing an empty object ({}) to the question identifier.
If a contact evaluation is already in submitted state, this operation will trigger a resubmission.
" }, "SuspendContactRecording":{ "name":"SuspendContactRecording", "http":{ "method":"POST", "requestUri":"/contact/suspend-recording" }, "input":{"shape":"SuspendContactRecordingRequest"}, "output":{"shape":"SuspendContactRecordingResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"When a contact is being recorded, this API suspends recording whatever is selected in the flow configuration: call (IVR or agent), screen, or both. If only call recording or only screen recording is enabled, then it would be suspended. For example, you might suspend the screen recording while collecting sensitive information, such as a credit card number. Then use ResumeContactRecording to restart recording the screen.
The period of time that the recording is suspended is filled with silence in the final recording.
Voice (IVR, agent) and screen recordings are supported.
" }, "TagContact":{ "name":"TagContact", "http":{ "method":"POST", "requestUri":"/contact/tags" }, "input":{"shape":"TagContactRequest"}, "output":{"shape":"TagContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"Adds the specified tags to the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Connect Customer usage.
", "idempotent":true }, "TagResource":{ "name":"TagResource", "http":{ "method":"POST", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"TagResourceRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Adds the specified tags to the specified resource.
Some of the supported resource types are agents, routing profiles, queues, quick connects, flows, agent statuses, hours of operation, phone numbers, security profiles, and task templates. For a complete list, see Tagging resources in Connect Customer.
For sample policies that use tags, see Connect Customer Identity-Based Policy Examples in the Connect Customer Administrator Guide.
" }, "TransferContact":{ "name":"TransferContact", "http":{ "method":"POST", "requestUri":"/contact/transfer" }, "input":{"shape":"TransferContactRequest"}, "output":{"shape":"TransferContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"IdempotencyException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Transfers TASK or EMAIL contacts from one agent or queue to another agent or queue at any point after a contact is created. You can transfer a contact to another queue by providing the flow which orchestrates the contact to the destination queue. This gives you more control over contact handling and helps you adhere to the service level agreement (SLA) guaranteed to your customers.
Note the following requirements:
Transfer is only supported for TASK and EMAIL contacts.
Do not use both QueueId and UserId in the same call.
The following flow types are supported: Inbound flow, Transfer to agent flow, and Transfer to queue flow.
The TransferContact API can be called only on active contacts.
A contact cannot be transferred more than 11 times.
Removes the specified tags from the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Connect Customer usage.
", "idempotent":true }, "UntagResource":{ "name":"UntagResource", "http":{ "method":"DELETE", "requestUri":"/tags/{resourceArn}" }, "input":{"shape":"UntagResourceRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"} ], "documentation":"Removes the specified tags from the specified resource.
" }, "UpdateAgentStatus":{ "name":"UpdateAgentStatus", "http":{ "method":"POST", "requestUri":"/agent-status/{InstanceId}/{AgentStatusId}" }, "input":{"shape":"UpdateAgentStatusRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates agent status.
" }, "UpdateAttachedFilesConfiguration":{ "name":"UpdateAttachedFilesConfiguration", "http":{ "method":"POST", "requestUri":"/attached-files-configurations/{InstanceId}/{AttachmentScope}" }, "input":{"shape":"UpdateAttachedFilesConfigurationRequest"}, "output":{"shape":"UpdateAttachedFilesConfigurationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates the attached files configuration for the specified Connect Customer instance and attachment scope.
If no instance-specific configuration exists, this operation creates one. Partial updates are supported—only specified fields are updated, while unspecified fields retain their current values.
" }, "UpdateAuthenticationProfile":{ "name":"UpdateAuthenticationProfile", "http":{ "method":"POST", "requestUri":"/authentication-profiles/{InstanceId}/{AuthenticationProfileId}" }, "input":{"shape":"UpdateAuthenticationProfileRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change. To request access to this API, contact Amazon Web Services Support.
Updates the selected authentication profile.
" }, "UpdateContact":{ "name":"UpdateContact", "http":{ "method":"POST", "requestUri":"/contacts/{InstanceId}/{ContactId}" }, "input":{"shape":"UpdateContactRequest"}, "output":{"shape":"UpdateContactResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ConflictException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"This API is in preview release for Connect Customer 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.
You can add or update user-defined contact information for both ongoing and completed contacts.
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 Connect Customer. You could also flag calls for additional analysis, such as legal review or to identify abusive callers.
Contact attributes are available in Connect Customer for 24 months, and are then deleted. For information about contact record retention and the maximum size of the contact record attributes section, see Feature specifications in the Connect Customer Administrator Guide.
" }, "UpdateContactEvaluation":{ "name":"UpdateContactEvaluation", "http":{ "method":"POST", "requestUri":"/contact-evaluations/{InstanceId}/{EvaluationId}" }, "input":{"shape":"UpdateContactEvaluationRequest"}, "output":{"shape":"UpdateContactEvaluationResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Updates details about a contact evaluation in the specified Connect Customer instance. A contact evaluation must be in draft state. Answers included in the request are merged with existing answers for the given evaluation. An answer or note can be deleted by passing an empty object ({}) to the question identifier.
Updates the specified flow.
You can also create and update flows using the Connect Customer Flow language.
Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is published, $SAVED needs to be supplied to view saved content that has not been published.
Updates metadata about specified flow.
" }, "UpdateContactFlowModuleAlias":{ "name":"UpdateContactFlowModuleAlias", "http":{ "method":"POST", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/alias/{AliasId}" }, "input":{"shape":"UpdateContactFlowModuleAliasRequest"}, "output":{"shape":"UpdateContactFlowModuleAliasResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InvalidParameterException"}, {"shape":"InvalidRequestException"}, {"shape":"ThrottlingException"}, {"shape":"ConditionalOperationFailedException"}, {"shape":"DuplicateResourceException"} ], "documentation":"Updates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.
" }, "UpdateContactFlowModuleContent":{ "name":"UpdateContactFlowModuleContent", "http":{ "method":"POST", "requestUri":"/contact-flow-modules/{InstanceId}/{ContactFlowModuleId}/content" }, "input":{"shape":"UpdateContactFlowModuleContentRequest"}, "output":{"shape":"UpdateContactFlowModuleContentResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidContactFlowModuleException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates specified flow module for the specified Connect Customer instance.
Use the $SAVED alias in the request to describe the SAVED content of a Flow. For example, arn:aws:.../contact-flow/{id}:$SAVED. After a flow is published, $SAVED needs to be supplied to view saved content that has not been published.
Updates metadata about specified flow module.
" }, "UpdateContactFlowName":{ "name":"UpdateContactFlowName", "http":{ "method":"POST", "requestUri":"/contact-flows/{InstanceId}/{ContactFlowId}/name" }, "input":{"shape":"UpdateContactFlowNameRequest"}, "output":{"shape":"UpdateContactFlowNameResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"The name of the flow.
You can also create and update flows using the Connect Customer Flow language.
" }, "UpdateContactRoutingData":{ "name":"UpdateContactRoutingData", "http":{ "method":"POST", "requestUri":"/contacts/{InstanceId}/{ContactId}/routing-data" }, "input":{"shape":"UpdateContactRoutingDataRequest"}, "output":{"shape":"UpdateContactRoutingDataResponse"}, "errors":[ {"shape":"ResourceConflictException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidActiveRegionException"} ], "documentation":"Updates routing priority and age on the contact (QueuePriority and QueueTimeAdjustmentInSeconds). These properties can be used to change a customer's position in the queue. For example, you can move a contact to the back of the queue by setting a lower routing priority relative to other contacts in queue; or you can move a contact to the front of the queue by increasing the routing age which will make the contact look artificially older and therefore higher up in the first-in-first-out routing order. Note that adjusting the routing age of a contact affects only its position in queue, and not its actual queue wait time as reported through metrics. These properties can also be updated by using the Set routing priority / age flow block.
Either QueuePriority or QueueTimeAdjustmentInSeconds should be provided within the request body, but not both.
Updates the scheduled time of a task contact that is already scheduled.
" }, "UpdateDataTableAttribute":{ "name":"UpdateDataTableAttribute", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/attributes/{AttributeName}" }, "input":{"shape":"UpdateDataTableAttributeRequest"}, "output":{"shape":"UpdateDataTableAttributeResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceQuotaExceededException"} ], "documentation":"Updates all properties for an attribute using all properties from CreateDataTableAttribute. There are no other granular update endpoints. It does not act as a patch operation - all properties must be provided. System managed attributes are not mutable by customers. Changing an attribute's validation does not invalidate existing values since validation only runs when values are created or updated.
" }, "UpdateDataTableMetadata":{ "name":"UpdateDataTableMetadata", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}" }, "input":{"shape":"UpdateDataTableMetadataRequest"}, "output":{"shape":"UpdateDataTableMetadataResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"} ], "documentation":"Updates the metadata properties of a data table. Accepts all fields similar to CreateDataTable, except for fields and tags. There are no other granular update endpoints. It does not act as a patch operation - all properties must be provided or defaults will be used. Fields follow the same requirements as CreateDataTable.
" }, "UpdateDataTablePrimaryValues":{ "name":"UpdateDataTablePrimaryValues", "http":{ "method":"POST", "requestUri":"/data-tables/{InstanceId}/{DataTableId}/values/update-primary" }, "input":{"shape":"UpdateDataTablePrimaryValuesRequest"}, "output":{"shape":"UpdateDataTablePrimaryValuesResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ConflictException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Updates the primary values for a record. This operation affects all existing values that are currently associated to the record and its primary values. Users that have restrictions on attributes and/or primary values are not authorized to use this endpoint. The combination of new primary values must be unique within the table.
" }, "UpdateEmailAddressMetadata":{ "name":"UpdateEmailAddressMetadata", "http":{ "method":"POST", "requestUri":"/email-addresses/{InstanceId}/{EmailAddressId}" }, "input":{"shape":"UpdateEmailAddressMetadataRequest"}, "output":{"shape":"UpdateEmailAddressMetadataResponse"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"AccessDeniedException"}, {"shape":"ThrottlingException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"InternalServiceException"}, {"shape":"IdempotencyException"} ], "documentation":"Updates an email address metadata. For more information about email addresses, see Create email addresses in the Connect Customer Administrator Guide.
" }, "UpdateEvaluationForm":{ "name":"UpdateEvaluationForm", "http":{ "method":"PUT", "requestUri":"/evaluation-forms/{InstanceId}/{EvaluationFormId}" }, "input":{"shape":"UpdateEvaluationFormRequest"}, "output":{"shape":"UpdateEvaluationFormResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"ResourceConflictException"} ], "documentation":"Updates details about a specific evaluation form version in the specified Connect Customer instance. Question and section identifiers cannot be duplicated within the same evaluation form.
This operation does not support partial updates. Instead it does a full update of evaluation form content.
", "idempotent":true }, "UpdateHoursOfOperation":{ "name":"UpdateHoursOfOperation", "http":{ "method":"POST", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}" }, "input":{"shape":"UpdateHoursOfOperationRequest"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the hours of operation.
" }, "UpdateHoursOfOperationOverride":{ "name":"UpdateHoursOfOperationOverride", "http":{ "method":"POST", "requestUri":"/hours-of-operations/{InstanceId}/{HoursOfOperationId}/overrides/{HoursOfOperationOverrideId}" }, "input":{"shape":"UpdateHoursOfOperationOverrideRequest"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ConditionalOperationFailedException"} ], "documentation":"Update the hours of operation override.
" }, "UpdateInstanceAttribute":{ "name":"UpdateInstanceAttribute", "http":{ "method":"POST", "requestUri":"/instance/{InstanceId}/attribute/{AttributeType}" }, "input":{"shape":"UpdateInstanceAttributeRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Updates the value for the specified attribute type.
" }, "UpdateInstanceStorageConfig":{ "name":"UpdateInstanceStorageConfig", "http":{ "method":"POST", "requestUri":"/instance/{InstanceId}/storage-config/{AssociationId}" }, "input":{"shape":"UpdateInstanceStorageConfigRequest"}, "errors":[ {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ThrottlingException"} ], "documentation":"This API is in preview release for Connect Customer and is subject to change.
Updates an existing configuration for a resource type. This API is idempotent.
" }, "UpdateNotificationContent":{ "name":"UpdateNotificationContent", "http":{ "method":"POST", "requestUri":"/notifications/{InstanceId}/{NotificationId}" }, "input":{"shape":"UpdateNotificationContentRequest"}, "output":{"shape":"UpdateNotificationContentResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Updates the localized content of an existing notification. This operation applies to all users for whom the notification was sent.
" }, "UpdateParticipantAuthentication":{ "name":"UpdateParticipantAuthentication", "http":{ "method":"POST", "requestUri":"/contact/update-participant-authentication" }, "input":{"shape":"UpdateParticipantAuthenticationRequest"}, "output":{"shape":"UpdateParticipantAuthenticationResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ConflictException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"} ], "documentation":"Instructs Connect Customer to resume the authentication process. The subsequent actions depend on the request body contents:
If a code is provided: Connect retrieves the identity information from Amazon Cognito and imports it into Connect Customer Profiles.
If an error is provided: The error branch of the Authenticate Customer block is executed.
The API returns a success response to acknowledge the request. However, the interaction and exchange of identity information occur asynchronously after the response is returned.
Updates timeouts for when human chat participants are to be considered idle, and when agents are automatically disconnected from a chat due to idleness. You can set four timers:
Customer idle timeout
Customer auto-disconnect timeout
Agent idle timeout
Agent auto-disconnect timeout
For more information about how chat timeouts work, see Set up chat timeouts for human participants.
" }, "UpdatePhoneNumber":{ "name":"UpdatePhoneNumber", "http":{ "method":"PUT", "requestUri":"/phone-number/{PhoneNumberId}" }, "input":{"shape":"UpdatePhoneNumberRequest"}, "output":{"shape":"UpdatePhoneNumberResponse"}, "errors":[ {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"ResourceInUseException"}, {"shape":"IdempotencyException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates your claimed phone number from its current Connect Customer instance or traffic distribution group to another Connect Customer instance or traffic distribution group in the same Amazon Web Services Region.
After using this API, you must verify that the phone number is attached to the correct flow in the target instance or traffic distribution group. You need to do this because the API switches only the phone number to a new instance or traffic distribution group. It doesn't migrate the flow configuration of the phone number, too.
You can call DescribePhoneNumber API to verify the status of a previous UpdatePhoneNumber operation.
Updates a phone number’s metadata.
To verify the status of a previous UpdatePhoneNumberMetadata operation, call the DescribePhoneNumber API.
Updates a predefined attribute for the specified Connect Customer instance. A predefined attribute is made up of a name and a value.
For the predefined attributes per instance quota, see Connect Customer quotas.
Use cases
Following are common uses cases for this API:
Update routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see Create predefined attributes for routing contacts to agents.
Update an attribute for business unit name that has a list of predefined business unit names used in your organization. This is a use case where information for a contact varies between transfers or conferences. For more information, see Use contact segment attributes.
Endpoints: See Connect Customer endpoints and quotas.
" }, "UpdatePrompt":{ "name":"UpdatePrompt", "http":{ "method":"POST", "requestUri":"/prompts/{InstanceId}/{PromptId}" }, "input":{"shape":"UpdatePromptRequest"}, "output":{"shape":"UpdatePromptResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates a prompt.
" }, "UpdateQueueHoursOfOperation":{ "name":"UpdateQueueHoursOfOperation", "http":{ "method":"POST", "requestUri":"/queues/{InstanceId}/{QueueId}/hours-of-operation" }, "input":{"shape":"UpdateQueueHoursOfOperationRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the hours of operation for the specified queue.
" }, "UpdateQueueMaxContacts":{ "name":"UpdateQueueMaxContacts", "http":{ "method":"POST", "requestUri":"/queues/{InstanceId}/{QueueId}/max-contacts" }, "input":{"shape":"UpdateQueueMaxContactsRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the maximum number of contacts allowed in a queue before it is considered full.
" }, "UpdateQueueName":{ "name":"UpdateQueueName", "http":{ "method":"POST", "requestUri":"/queues/{InstanceId}/{QueueId}/name" }, "input":{"shape":"UpdateQueueNameRequest"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the name and description of a queue. At least Name or Description must be provided.
Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.
If the phone number is claimed to a traffic distribution group that was created in the same Region as the Connect Customer instance where you are calling this API, then you can use a full phone number ARN or a UUID for OutboundCallerIdNumberId. However, if the phone number is claimed to a traffic distribution group that is in one Region, and you are calling this API from an instance in another Amazon Web Services Region that is associated with the traffic distribution group, you must provide a full phone number ARN. If a UUID is provided in this scenario, you will receive a ResourceNotFoundException.
Only use the phone number ARN format that doesn't contain instance in the path, for example, arn:aws:connect:us-east-1:1234567890:phone-number/uuid. This is the same ARN format that is returned when you call the ListPhoneNumbersV2 API.
If you plan to use IAM policies to allow/deny access to this API for phone number resources claimed to a traffic distribution group, see Allow or Deny queue API actions for phone numbers in a replica Region.
Updates the outbound email address Id for a specified queue.
" }, "UpdateQueueStatus":{ "name":"UpdateQueueStatus", "http":{ "method":"POST", "requestUri":"/queues/{InstanceId}/{QueueId}/status" }, "input":{"shape":"UpdateQueueStatusRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the status of the queue.
" }, "UpdateQuickConnectConfig":{ "name":"UpdateQuickConnectConfig", "http":{ "method":"POST", "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/config" }, "input":{"shape":"UpdateQuickConnectConfigRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the configuration settings for the specified quick connect.
" }, "UpdateQuickConnectName":{ "name":"UpdateQuickConnectName", "http":{ "method":"POST", "requestUri":"/quick-connects/{InstanceId}/{QuickConnectId}/name" }, "input":{"shape":"UpdateQuickConnectNameRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"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.
Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
" }, "UpdateRoutingProfileConcurrency":{ "name":"UpdateRoutingProfileConcurrency", "http":{ "method":"POST", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/concurrency" }, "input":{"shape":"UpdateRoutingProfileConcurrencyRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
" }, "UpdateRoutingProfileDefaultOutboundQueue":{ "name":"UpdateRoutingProfileDefaultOutboundQueue", "http":{ "method":"POST", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/default-outbound-queue" }, "input":{"shape":"UpdateRoutingProfileDefaultOutboundQueueRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the default outbound queue of a routing profile.
" }, "UpdateRoutingProfileName":{ "name":"UpdateRoutingProfileName", "http":{ "method":"POST", "requestUri":"/routing-profiles/{InstanceId}/{RoutingProfileId}/name" }, "input":{"shape":"UpdateRoutingProfileNameRequest"}, "errors":[ {"shape":"DuplicateResourceException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"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.
Updates the properties associated with a set of queues for a routing profile.
" }, "UpdateRule":{ "name":"UpdateRule", "http":{ "method":"PUT", "requestUri":"/rules/{InstanceId}/{RuleId}" }, "input":{"shape":"UpdateRuleRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceConflictException"} ], "documentation":"Updates a rule for the specified Connect Customer instance.
Use the Rules Function language to code conditions for the rule.
" }, "UpdateSecurityProfile":{ "name":"UpdateSecurityProfile", "http":{ "method":"POST", "requestUri":"/security-profiles/{InstanceId}/{SecurityProfileId}" }, "input":{"shape":"UpdateSecurityProfileRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates a security profile.
For information about security profiles, see Security Profiles in the Connect Customer Administrator Guide. For a mapping of the API name and user interface name of the security profile permissions, see List of security profile permissions.
" }, "UpdateTaskTemplate":{ "name":"UpdateTaskTemplate", "http":{ "method":"POST", "requestUri":"/instance/{InstanceId}/task/template/{TaskTemplateId}" }, "input":{"shape":"UpdateTaskTemplateRequest"}, "output":{"shape":"UpdateTaskTemplateResponse"}, "errors":[ {"shape":"PropertyValidationException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"ServiceQuotaExceededException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates details about a specific task template in the specified Connect Customer instance. This operation does not support partial updates. Instead it does a full update of template content.
" }, "UpdateTestCase":{ "name":"UpdateTestCase", "http":{ "method":"POST", "requestUri":"/test-cases/{InstanceId}/{TestCaseId}" }, "input":{"shape":"UpdateTestCaseRequest"}, "output":{"shape":"UpdateTestCaseResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"DuplicateResourceException"}, {"shape":"InvalidTestCaseException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"}, {"shape":"AccessDeniedException"} ], "documentation":"Updates any of the metadata for a test case, such as the name, description, and status or content of an existing test case. This API doesn't allow customers to update the tags of the test case resource for the specified Amazon Connect instance.
" }, "UpdateTrafficDistribution":{ "name":"UpdateTrafficDistribution", "http":{ "method":"PUT", "requestUri":"/traffic-distribution/{Id}" }, "input":{"shape":"UpdateTrafficDistributionRequest"}, "output":{"shape":"UpdateTrafficDistributionResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"AccessDeniedException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceConflictException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the traffic distribution for a given traffic distribution group.
When you shift telephony traffic, also shift agents and/or agent sign-ins to ensure they can handle the calls in the other Region. If you don't shift the agents, voice calls will go to the shifted Region but there won't be any agents available to receive the calls.
The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.
For more information about updating a traffic distribution group, see Update telephony traffic distribution across Amazon Web Services Regions in the Connect Customer Administrator Guide.
Important things to know
Invoke the UpdateTrafficDistribution API in the region that should handle traffic.
Updates the configuration settings for the specified user, including per-channel auto-accept and after contact work (ACW) timeout settings.
This operation replaces the UpdateUserPhoneConfig API. While UpdateUserPhoneConfig applies the same ACW timeout to all channels, UpdateUserConfig allows you to set different auto-accept and ACW timeout values for each channel type.
Assigns the specified hierarchy group to the specified user.
" }, "UpdateUserHierarchyGroupName":{ "name":"UpdateUserHierarchyGroupName", "http":{ "method":"POST", "requestUri":"/user-hierarchy-groups/{InstanceId}/{HierarchyGroupId}/name" }, "input":{"shape":"UpdateUserHierarchyGroupNameRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the name of the user hierarchy group.
" }, "UpdateUserHierarchyStructure":{ "name":"UpdateUserHierarchyStructure", "http":{ "method":"POST", "requestUri":"/user-hierarchy-structure/{InstanceId}" }, "input":{"shape":"UpdateUserHierarchyStructureRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ResourceInUseException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
" }, "UpdateUserIdentityInfo":{ "name":"UpdateUserIdentityInfo", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/identity-info" }, "input":{"shape":"UpdateUserIdentityInfoRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"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 Connect Customer Administrator Guide.
Updates the status of a notification for a specific user, such as marking it as read or hidden. Users can only update notification status for notifications that have been sent to them. READ status deprioritizes the notification and greys it out, while HIDDEN status removes it from the notification widget.
" }, "UpdateUserPhoneConfig":{ "name":"UpdateUserPhoneConfig", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/phone-config" }, "input":{"shape":"UpdateUserPhoneConfigRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Updates the phone configuration settings for the specified user.
We recommend using the UpdateUserConfig API, which supports additional functionality that is not available in the UpdateUserPhoneConfig API, such as voice enhancement settings and per-channel configuration for auto-accept and After Contact Work (ACW) timeouts. In comparison, the UpdateUserPhoneConfig API will always set the same ACW timeouts to all channels the user handles.
Updates the properties associated with the proficiencies of a user.
" }, "UpdateUserRoutingProfile":{ "name":"UpdateUserRoutingProfile", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/routing-profile" }, "input":{"shape":"UpdateUserRoutingProfileRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Assigns the specified routing profile to the specified user.
" }, "UpdateUserSecurityProfiles":{ "name":"UpdateUserSecurityProfiles", "http":{ "method":"POST", "requestUri":"/users/{InstanceId}/{UserId}/security-profiles" }, "input":{"shape":"UpdateUserSecurityProfilesRequest"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"ThrottlingException"}, {"shape":"InternalServiceException"} ], "documentation":"Assigns the specified security profiles to the specified user.
" }, "UpdateViewContent":{ "name":"UpdateViewContent", "http":{ "method":"POST", "requestUri":"/views/{InstanceId}/{ViewId}" }, "input":{"shape":"UpdateViewContentRequest"}, "output":{"shape":"UpdateViewContentResponse"}, "errors":[ {"shape":"AccessDeniedException"}, {"shape":"InvalidRequestException"}, {"shape":"InvalidParameterException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"TooManyRequestsException"}, {"shape":"ResourceInUseException"} ], "documentation":"Updates the view content of the given view identifier in the specified Connect Customer instance.
It performs content validation if Status is set to SAVED and performs full content validation if Status is PUBLISHED. Note that the $SAVED alias' content will always be updated, but the $LATEST alias' content will only be updated if Status is PUBLISHED.
Updates the view metadata. Note that either Name or Description must be provided.
Updates the metadata of a workspace, such as its name and description.
" }, "UpdateWorkspacePage":{ "name":"UpdateWorkspacePage", "http":{ "method":"POST", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/pages/{Page}" }, "input":{"shape":"UpdateWorkspacePageRequest"}, "output":{"shape":"UpdateWorkspacePageResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"}, {"shape":"DuplicateResourceException"}, {"shape":"ResourceConflictException"} ], "documentation":"Updates the configuration of a page in a workspace, including the associated view and input data.
" }, "UpdateWorkspaceTheme":{ "name":"UpdateWorkspaceTheme", "http":{ "method":"POST", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/theme" }, "input":{"shape":"UpdateWorkspaceThemeRequest"}, "output":{"shape":"UpdateWorkspaceThemeResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Updates the theme configuration for a workspace, including colors and styling.
" }, "UpdateWorkspaceVisibility":{ "name":"UpdateWorkspaceVisibility", "http":{ "method":"POST", "requestUri":"/workspaces/{InstanceId}/{WorkspaceId}/visibility" }, "input":{"shape":"UpdateWorkspaceVisibilityRequest"}, "output":{"shape":"UpdateWorkspaceVisibilityResponse"}, "errors":[ {"shape":"InvalidRequestException"}, {"shape":"ResourceNotFoundException"}, {"shape":"InternalServiceException"}, {"shape":"ThrottlingException"}, {"shape":"AccessDeniedException"}, {"shape":"InvalidParameterException"} ], "documentation":"Updates the visibility setting of a workspace, controlling whether it is available to all users, assigned users only, or none.
" } }, "shapes":{ "ARN":{"type":"string"}, "AWSAccountId":{"type":"string"}, "AccessDeniedException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"You do not have sufficient permissions to perform this action.
", "error":{"httpStatusCode":403}, "exception":true }, "AccessTokenDuration":{ "type":"integer", "box":true, "max":60, "min":10 }, "AccessType":{ "type":"string", "enum":["ALLOW"] }, "ActionSummaries":{ "type":"list", "member":{"shape":"ActionSummary"} }, "ActionSummary":{ "type":"structure", "required":["ActionType"], "members":{ "ActionType":{ "shape":"ActionType", "documentation":"The action type.
" } }, "documentation":"Information about an action.
" }, "ActionType":{ "type":"string", "enum":[ "CREATE_TASK", "ASSIGN_CONTACT_CATEGORY", "GENERATE_EVENTBRIDGE_EVENT", "SEND_NOTIFICATION", "CREATE_CASE", "UPDATE_CASE", "ASSIGN_SLA", "END_ASSOCIATED_TASKS", "SUBMIT_AUTO_EVALUATION" ] }, "ActivateEvaluationFormRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId", "EvaluationFormVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"The version of the evaluation form to activate. If the version property is not provided, the latest version of the evaluation form is activated.
" } } }, "ActivateEvaluationFormResponse":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn", "EvaluationFormVersion" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
" } } }, "ActiveRegion":{ "type":"string", "max":1024, "min":0 }, "ActiveRegionList":{ "type":"list", "member":{"shape":"RegionName"} }, "AdditionalEmailRecipients":{ "type":"structure", "members":{ "ToList":{ "shape":"EmailRecipientsList", "documentation":"List of additional TO email recipients for an email contact.
" }, "CcList":{ "shape":"EmailRecipientsList", "documentation":"List of additional CC email recipients for an email contact.
" } }, "documentation":"List of additional email addresses for an email contact.
" }, "AfterContactWorkConfig":{ "type":"structure", "members":{ "AfterContactWorkTimeLimit":{ "shape":"AfterContactWorkTimeLimit", "documentation":"The ACW timeout duration in seconds. Minimum: 1 second. Maximum: 2,000,000 seconds (24 days). Enter 0 for indefinite ACW time.
" } }, "documentation":"Configuration settings for after contact work (ACW) timeout.
" }, "AfterContactWorkConfigPerChannel":{ "type":"structure", "required":[ "Channel", "AfterContactWorkConfig" ], "members":{ "Channel":{ "shape":"Channel", "documentation":"The channel for this ACW timeout configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
" }, "AfterContactWorkConfig":{ "shape":"AfterContactWorkConfig", "documentation":"The ACW timeout settings for this channel.
" }, "AgentFirstCallbackAfterContactWorkConfig":{ "shape":"AfterContactWorkConfig", "documentation":"The ACW timeout settings for agent-first callbacks. This setting only applies to the VOICE channel.
" } }, "documentation":"Configuration settings for after contact work (ACW) timeout for a specific channel.
" }, "AfterContactWorkConfigs":{ "type":"list", "member":{"shape":"AfterContactWorkConfigPerChannel"}, "documentation":"A list of after contact work (ACW) timeout configuration settings for each channel.
" }, "AfterContactWorkTimeLimit":{ "type":"integer", "min":0 }, "AgentAvailabilityTimer":{ "type":"string", "enum":[ "TIME_SINCE_LAST_ACTIVITY", "TIME_SINCE_LAST_INBOUND" ] }, "AgentConfig":{ "type":"structure", "required":["Distributions"], "members":{ "Distributions":{ "shape":"DistributionList", "documentation":"Information about traffic distributions.
" } }, "documentation":"The distribution of agents between the instance and its replica(s).
" }, "AgentContactReference":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "Channel":{ "shape":"Channel", "documentation":"The channel of the contact.
" }, "InitiationMethod":{ "shape":"ContactInitiationMethod", "documentation":"How the contact was initiated.
" }, "AgentContactState":{ "shape":"ContactState", "documentation":"The state of the contact.
When AgentContactState is set to CONNECTED_ONHOLD, StateStartTimestamp is not changed. Instead, StateStartTimestamp reflects the time the contact was CONNECTED to the agent.
The epoch timestamp when the contact state started.
" }, "ConnectedToAgentTimestamp":{ "shape":"Timestamp", "documentation":"The time at which the contact was connected to an agent.
" }, "Queue":{"shape":"QueueReference"} }, "documentation":"Information about the contact associated to the user.
" }, "AgentContactReferenceList":{ "type":"list", "member":{"shape":"AgentContactReference"} }, "AgentFirst":{ "type":"structure", "members":{ "Preview":{ "shape":"Preview", "documentation":"Information about preview configuration of agent first outbound strategy
" } }, "documentation":"Information about agent-first outbound strategy configuration.
" }, "AgentFirstCallbackAutoAccept":{"type":"boolean"}, "AgentFirstName":{ "type":"string", "max":255, "min":0, "sensitive":true }, "AgentHierarchyGroup":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the group.
" } }, "documentation":"Information about an agent hierarchy group.
" }, "AgentHierarchyGroups":{ "type":"structure", "members":{ "L1Ids":{ "shape":"HierarchyGroupIdList", "documentation":"The identifiers for level 1 hierarchy groups.
" }, "L2Ids":{ "shape":"HierarchyGroupIdList", "documentation":"The identifiers for level 2 hierarchy groups.
" }, "L3Ids":{ "shape":"HierarchyGroupIdList", "documentation":"The identifiers for level 3 hierarchy groups.
" }, "L4Ids":{ "shape":"HierarchyGroupIdList", "documentation":"The identifiers for level 4 hierarchy groups.
" }, "L5Ids":{ "shape":"HierarchyGroupIdList", "documentation":"The identifiers for level 5 hierarchy groups.
" } }, "documentation":"A structure that defines search criteria for contacts using agent hierarchy group levels. For more information about agent hierarchies, see Set Up Agent Hierarchies in the Connect Customer Administrator Guide.
" }, "AgentId":{ "type":"string", "max":256 }, "AgentIds":{ "type":"list", "member":{"shape":"AgentId"} }, "AgentInfo":{ "type":"structure", "members":{ "Id":{ "shape":"AgentResourceId", "documentation":"The identifier of the agent who accepted the contact.
" }, "AcceptedByAgentTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was accepted by the agent.
" }, "PreviewEndTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the agent finished previewing the contact.
" }, "ConnectedToAgentTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was connected to the agent.
" }, "AgentPauseDurationInSeconds":{ "shape":"AgentPauseDurationInSeconds", "documentation":"Agent pause duration for a contact in seconds.
" }, "HierarchyGroups":{ "shape":"HierarchyGroups", "documentation":"The agent hierarchy groups for the agent.
" }, "DeviceInfo":{ "shape":"DeviceInfo", "documentation":"Information regarding Agent’s device.
" }, "Capabilities":{"shape":"ParticipantCapabilities"}, "AfterContactWorkDuration":{ "shape":"Duration", "documentation":"The difference in time, in whole seconds, between AfterContactWorkStartTimestamp and AfterContactWorkEndTimestamp.
The date and time when the agent started doing After Contact Work for the contact, in UTC time.
" }, "AfterContactWorkEndTimestamp":{ "shape":"timestamp", "documentation":"The date and time when the agent ended After Contact Work for the contact, in UTC time. In cases when agent finishes doing AfterContactWork for chat contacts and switches their activity status to offline or equivalent without clearing the contact in CCP, discrepancies may be noticed for AfterContactWorkEndTimestamp.
The total hold duration in seconds initiated by the agent.
" }, "StateTransitions":{ "shape":"StateTransitions", "documentation":"List of StateTransition for a supervisor.
The voice enhancement mode used by the agent as the call is ending. Valid values: VOICE_ISOLATION | NOISE_SUPPRESSION | NONE. A value of null indicates this mode has not yet been set for this user.
" } }, "documentation":"Information about the agent who accepted the contact.
" }, "AgentLastName":{ "type":"string", "max":300, "min":0, "sensitive":true }, "AgentPauseDurationInSeconds":{ "type":"integer", "min":0 }, "AgentQualityMetrics":{ "type":"structure", "members":{ "Audio":{ "shape":"AudioQualityMetricsInfo", "documentation":"Information about the audio quality of the Agent
" } }, "documentation":"Information about the quality of the Agent's media connection
" }, "AgentResourceId":{ "type":"string", "max":256, "min":1 }, "AgentResourceIdList":{ "type":"list", "member":{"shape":"AgentResourceId"}, "max":100, "min":0 }, "AgentStatus":{ "type":"structure", "members":{ "AgentStatusARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the agent status.
" }, "AgentStatusId":{ "shape":"AgentStatusId", "documentation":"The identifier of the agent status.
" }, "Name":{ "shape":"AgentStatusName", "documentation":"The name of the agent status.
" }, "Description":{ "shape":"AgentStatusDescription", "documentation":"The description of the agent status.
" }, "Type":{ "shape":"AgentStatusType", "documentation":"The type of agent status.
" }, "DisplayOrder":{ "shape":"AgentStatusOrderNumber", "documentation":"The display order of the agent status.
" }, "State":{ "shape":"AgentStatusState", "documentation":"The state of the agent status.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about an agent status.
" }, "AgentStatusDescription":{ "type":"string", "max":250, "min":1 }, "AgentStatusId":{"type":"string"}, "AgentStatusIdentifier":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the agent status.
" }, "Id":{ "shape":"AgentStatusId", "documentation":"The identifier of the agent status.
" } }, "documentation":"Information about the agent status assigned to the user.
" }, "AgentStatusList":{ "type":"list", "member":{"shape":"AgentStatus"} }, "AgentStatusName":{ "type":"string", "max":127, "min":1 }, "AgentStatusOrderNumber":{ "type":"integer", "max":50, "min":1 }, "AgentStatusReference":{ "type":"structure", "members":{ "StatusStartTimestamp":{ "shape":"Timestamp", "documentation":"The start timestamp of the agent's status.
" }, "StatusArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the agent's status.
" }, "StatusName":{ "shape":"AgentStatusName", "documentation":"The name of the agent status.
" } }, "documentation":"Information about the agent's status.
" }, "AgentStatusSearchConditionList":{ "type":"list", "member":{"shape":"AgentStatusSearchCriteria"} }, "AgentStatusSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"AgentStatusSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description, state, type, displayOrder, and resourceID.
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description, state, type, displayOrder, and resourceID.
The search criteria to be used to return agent statuses.
" }, "AgentStatusSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{ "shape":"ControlPlaneAttributeFilter", "documentation":"An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
Filters to be applied to search results.
" }, "AgentStatusState":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "AgentStatusSummary":{ "type":"structure", "members":{ "Id":{ "shape":"AgentStatusId", "documentation":"The identifier for an agent status.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the agent status.
" }, "Name":{ "shape":"AgentStatusName", "documentation":"The name of the agent status.
" }, "Type":{ "shape":"AgentStatusType", "documentation":"The type of the agent status.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Summary information for an agent status.
" }, "AgentStatusSummaryList":{ "type":"list", "member":{"shape":"AgentStatusSummary"} }, "AgentStatusType":{ "type":"string", "enum":[ "ROUTABLE", "CUSTOM", "OFFLINE" ] }, "AgentStatusTypes":{ "type":"list", "member":{"shape":"AgentStatusType"}, "max":3 }, "AgentStatuses":{ "type":"list", "member":{"shape":"AgentStatusId"} }, "AgentUsername":{ "type":"string", "max":100, "min":1 }, "AgentsCriteria":{ "type":"structure", "members":{ "AgentIds":{ "shape":"AgentIds", "documentation":"An object to specify a list of agents, by user ID.
" } }, "documentation":"Can be used to define a list of preferred agents to target the contact to within the queue. Note that agents must have the queue in their routing profile in order to be offered the contact.
" }, "AgentsMinOneMaxHundred":{ "type":"list", "member":{"shape":"UserId"}, "max":100, "min":1 }, "AiAgentId":{ "type":"string", "max":128, "min":0 }, "AiAgentInfo":{ "type":"structure", "members":{ "AiUseCase":{ "shape":"AiUseCase", "documentation":"The use case or scenario for which the AI agent is involved in the contact
" }, "AiAgentVersionId":{ "shape":"AiAgentVersionId", "documentation":"The unique identifier that specifies both the AI agent ID and its version number that was involved in the contact
" }, "AiAgentEscalated":{ "shape":"Boolean", "documentation":"A boolean flag indicating whether the contact initially handled by this AI agent was escalated to a human agent.
" } }, "documentation":"Information of the AI agent involved in the contact.
" }, "AiAgentSearchCriteria":{ "type":"structure", "members":{ "Id":{ "shape":"AiAgentId", "documentation":"ID of the AI Agent that was involved in the contact.
" }, "VersionNumber":{ "shape":"AiAgentVersionNumber", "documentation":"Version of the AI agent that was involved in the contact. ID is required if VersionNumber is passed.
", "box":true }, "AiAgentEscalated":{ "shape":"Boolean", "documentation":"A boolean flag indicating whether the contact initially handled by this AI agent was escalated to a human agent.
", "box":true }, "AiUseCase":{ "shape":"AiUseCase", "documentation":"The use case or scenario for which the AI agent is involved in the contact.
" } }, "documentation":"The search criteria based on AI Agents metadata.
" }, "AiAgentSearchCriteriaList":{ "type":"list", "member":{"shape":"AiAgentSearchCriteria"}, "max":1, "min":0 }, "AiAgentVersionId":{ "type":"string", "max":128, "min":0 }, "AiAgentVersionNumber":{"type":"integer"}, "AiAgents":{ "type":"list", "member":{"shape":"AiAgentInfo"} }, "AiAgentsCriteria":{ "type":"structure", "members":{ "Criteria":{ "shape":"AiAgentSearchCriteriaList", "documentation":"The list of criteria based on AI Agent metadata.
" } }, "documentation":"AI Agent search criteria definitions.
" }, "AiUseCase":{ "type":"string", "enum":[ "AgentAssistance", "SelfService" ] }, "AliasArn":{ "type":"string", "max":100, "min":1 }, "AliasConfiguration":{ "type":"structure", "required":["EmailAddressId"], "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The email address ID.
" } }, "documentation":"Configuration information of an email alias.
" }, "AliasConfigurationList":{ "type":"list", "member":{"shape":"AliasConfiguration"}, "max":1 }, "AllowedAccessControlTags":{ "type":"map", "key":{"shape":"SecurityProfilePolicyKey"}, "value":{"shape":"SecurityProfilePolicyValue"}, "max":4 }, "AllowedCapabilities":{ "type":"structure", "members":{ "Customer":{ "shape":"ParticipantCapabilities", "documentation":"Information about the customer's video sharing capabilities.
" }, "Agent":{ "shape":"ParticipantCapabilities", "documentation":"Information about the agent's video sharing capabilities.
" } }, "documentation":"Information about the capabilities enabled for participants of the contact.
" }, "AllowedExtension":{ "type":"structure", "required":["Extension"], "members":{ "Extension":{ "shape":"FileExtension", "documentation":"The file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.
" } }, "documentation":"Information about an allowed file extension.
" }, "AllowedExtensionsList":{ "type":"list", "member":{"shape":"AllowedExtension"}, "documentation":"A list of allowed file extensions.
" }, "AllowedFlowModules":{ "type":"list", "member":{"shape":"FlowModule"}, "max":10 }, "AllowedMonitorCapabilities":{ "type":"list", "member":{"shape":"MonitorCapability"}, "max":2 }, "AllowedUserAction":{ "type":"string", "enum":[ "CALL", "DISCARD" ] }, "AllowedUserActions":{ "type":"list", "member":{"shape":"AllowedUserAction"} }, "AnalyticsConfiguration":{ "type":"structure", "required":[ "LanguageConfiguration", "RedactionConfiguration", "SentimentConfiguration", "SummaryConfiguration", "RulesConfiguration" ], "members":{ "LanguageConfiguration":{ "shape":"LanguageConfiguration", "documentation":"The language configuration for conversational analytics.
" }, "RedactionConfiguration":{ "shape":"RedactionConfiguration", "documentation":"The redaction configuration for conversational analytics.
" }, "SentimentConfiguration":{ "shape":"SentimentConfiguration", "documentation":"The sentiment configuration for conversational analytics.
" }, "SummaryConfiguration":{ "shape":"SummaryConfiguration", "documentation":"The summary configuration for conversational analytics.
" }, "RulesConfiguration":{ "shape":"RulesConfiguration", "documentation":"The rules configuration for conversational analytics.
" } }, "documentation":"The configuration for conversational analytics.
" }, "AnalyticsDataAssociationResult":{ "type":"structure", "members":{ "DataSetId":{ "shape":"DataSetId", "documentation":"The identifier of the dataset.
" }, "TargetAccountId":{ "shape":"AWSAccountId", "documentation":"The identifier of the target account.
" }, "ResourceShareId":{ "shape":"String", "documentation":"The Resource Access Manager share ID.
" }, "ResourceShareArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the Resource Access Manager share.
" }, "ResourceShareStatus":{ "shape":"String", "documentation":"The Amazon Web Services Resource Access Manager status of association.
" } }, "documentation":"This API is in preview release for Connect Customer and is subject to change.
Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.
The identifier of the dataset.
" }, "DataSetName":{ "shape":"String", "documentation":"The name of the dataset.
" } }, "documentation":"Information about datasets that are available to associate with: DataSetId, DataSetName.
The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.
Wait for the answering machine prompt.
" } }, "documentation":"Configuration of the answering machine detection.
" }, "AnsweringMachineDetectionStatus":{ "type":"string", "enum":[ "ANSWERED", "UNDETECTED", "ERROR", "HUMAN_ANSWERED", "SIT_TONE_DETECTED", "SIT_TONE_BUSY", "SIT_TONE_INVALID_NUMBER", "FAX_MACHINE_DETECTED", "VOICEMAIL_BEEP", "VOICEMAIL_NO_BEEP", "AMD_UNRESOLVED", "AMD_UNANSWERED", "AMD_ERROR", "AMD_NOT_APPLICABLE" ] }, "Application":{ "type":"structure", "members":{ "Namespace":{ "shape":"Namespace", "documentation":"Namespace of the application that you want to give access to.
" }, "ApplicationPermissions":{ "shape":"ApplicationPermissions", "documentation":"The permissions that the agent is granted on the application. For third-party applications, only the ACCESS permission is supported. For MCP Servers, the permissions are tool Identifiers accepted by MCP Server.
Type of Application.
" } }, "documentation":"This API is in preview release for Connect Customer and is subject to change.
A third-party application's metadata.
" }, "ApplicationPermissions":{ "type":"list", "member":{"shape":"Permission"}, "max":50, "min":1 }, "ApplicationType":{ "type":"string", "enum":[ "MCP", "THIRD_PARTY_APPLICATION" ] }, "Applications":{ "type":"list", "member":{"shape":"Application"}, "max":10 }, "ApproximateTotalCount":{"type":"long"}, "ArtifactId":{ "type":"string", "max":256, "min":1 }, "ArtifactStatus":{ "type":"string", "enum":[ "APPROVED", "REJECTED", "IN_PROGRESS" ] }, "AssignContactCategoryActionDefinition":{ "type":"structure", "members":{}, "documentation":"This action must be set if TriggerEventSource is one of the following values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable. Contact is categorized using the rule name.
RuleName is used as ContactCategory.
Type of SLA assignment.
" }, "CaseSlaConfiguration":{ "shape":"CaseSlaConfiguration", "documentation":"The SLA configuration for Case SLA Assignment.
" } }, "documentation":"The AssignSla action definition.
" }, "AssociateAnalyticsDataSetRequest":{ "type":"structure", "required":[ "InstanceId", "DataSetId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "DataSetId":{ "shape":"DataSetId", "documentation":"The identifier of the dataset to associate with the target account.
" }, "TargetAccountId":{ "shape":"AWSAccountId", "documentation":"The identifier of the target account. Use to associate a dataset to a different account than the one containing the Connect Customer instance. If not specified, by default this value is the Amazon Web Services account that has the Connect Customer instance.
" } } }, "AssociateAnalyticsDataSetResponse":{ "type":"structure", "members":{ "DataSetId":{ "shape":"DataSetId", "documentation":"The identifier of the dataset that was associated.
" }, "TargetAccountId":{ "shape":"AWSAccountId", "documentation":"The identifier of the target account.
" }, "ResourceShareId":{ "shape":"String", "documentation":"The Resource Access Manager share ID that is generated.
" }, "ResourceShareArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the Resource Access Manager share.
" } } }, "AssociateApprovedOriginRequest":{ "type":"structure", "required":[ "InstanceId", "Origin" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Origin":{ "shape":"Origin", "documentation":"The domain to add to your allow list.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateBotRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "LexBot":{"shape":"LexBot"}, "LexV2Bot":{ "shape":"LexV2Bot", "documentation":"The Amazon Lex V2 bot to associate with the instance.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateContactWithUserRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "UserId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"uri", "locationName":"ContactId" }, "UserId":{ "shape":"AgentResourceId", "documentation":"The identifier for the user. This can be the ID or the ARN of the user.
" } } }, "AssociateContactWithUserResponse":{ "type":"structure", "members":{} }, "AssociateDefaultVocabularyRequest":{ "type":"structure", "required":[ "InstanceId", "LanguageCode" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
", "location":"uri", "locationName":"LanguageCode" }, "VocabularyId":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary. If this is empty, the default is set to none.
" } } }, "AssociateDefaultVocabularyResponse":{ "type":"structure", "members":{} }, "AssociateEmailAddressAliasRequest":{ "type":"structure", "required":[ "EmailAddressId", "InstanceId", "AliasConfiguration" ], "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
", "location":"uri", "locationName":"EmailAddressId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AliasConfiguration":{ "shape":"AliasConfiguration", "documentation":"Configuration object that specifies which email address will serve as the alias. The specified email address must already exist in the Connect Customer instance and cannot already be configured as an alias or have an alias of its own.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateEmailAddressAliasResponse":{ "type":"structure", "members":{} }, "AssociateFlowRequest":{ "type":"structure", "required":[ "InstanceId", "ResourceId", "FlowId", "ResourceType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceId":{ "shape":"ARN", "documentation":"The identifier of the resource.
Amazon Web Services End User Messaging SMS phone number ARN when using SMS_PHONE_NUMBER
Amazon Web Services End User Messaging Social phone number ARN when using WHATSAPP_MESSAGING_PHONE_NUMBER
The identifier of the flow.
" }, "ResourceType":{ "shape":"FlowAssociationResourceType", "documentation":"A valid resource type.
" } } }, "AssociateFlowResponse":{ "type":"structure", "members":{} }, "AssociateHoursOfOperationsRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "ParentHoursOfOperationConfigs" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier of the child hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "ParentHoursOfOperationConfigs":{ "shape":"ParentHoursOfOperationConfigList", "documentation":"The Amazon Resource Names (ARNs) of the parent hours of operation resources to associate with the child hours of operation resource.
" } } }, "AssociateInstanceStorageConfigRequest":{ "type":"structure", "required":[ "InstanceId", "ResourceType", "StorageConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceType":{ "shape":"InstanceStorageResourceType", "documentation":"A valid resource type. To enable streaming for real-time analysis of contacts, use the following types:
For chat contacts, use REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS.
For voice contacts, use REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS.
REAL_TIME_CONTACT_ANALYSIS_SEGMENTS is deprecated, but it is still supported and will apply only to VOICE channel contacts. Use REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS for voice contacts moving forward.
If you have previously associated a stream with REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, no action is needed to update the stream to REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS.
A valid storage type.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateInstanceStorageConfigResponse":{ "type":"structure", "members":{ "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
" } } }, "AssociateLambdaFunctionRequest":{ "type":"structure", "required":[ "InstanceId", "FunctionArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"The Amazon Resource Name (ARN) for the Lambda function being associated. Maximum number of characters allowed is 140.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateLexBotRequest":{ "type":"structure", "required":[ "InstanceId", "LexBot" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "LexBot":{ "shape":"LexBot", "documentation":"The Amazon Lex bot to associate with the instance.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociatePhoneNumberContactFlowRequest":{ "type":"structure", "required":[ "PhoneNumberId", "InstanceId", "ContactFlowId" ], "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
", "location":"uri", "locationName":"PhoneNumberId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" } } }, "AssociateQueueEmailAddressesRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "EmailAddressesConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "EmailAddressesConfig":{ "shape":"EmailAddressConfigList", "documentation":"Configuration list containing the email addresses to associate with the queue. Each configuration specifies an email address ID that should be linked to this queue for routing purposes.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateQueueQuickConnectsRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "QuickConnectIds" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "QuickConnectIds":{ "shape":"QuickConnectsList", "documentation":"The quick connects to associate with this queue.
" } } }, "AssociateRoutingProfileQueuesRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "QueueConfigs":{ "shape":"RoutingProfileQueueConfigList", "documentation":"The queues to associate with this routing profile.
" }, "ManualAssignmentQueueConfigs":{ "shape":"RoutingProfileManualAssignmentQueueConfigList", "documentation":"The manual assignment queues to associate with this routing profile.
Note: Use this config for chat, email, and task contacts. It does not support voice contacts.
" } } }, "AssociateSecurityKeyRequest":{ "type":"structure", "required":[ "InstanceId", "Key" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Key":{ "shape":"PEM", "documentation":"A valid security key in PEM format as a String.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "AssociateSecurityKeyResponse":{ "type":"structure", "members":{ "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
" } } }, "AssociateSecurityProfilesRequest":{ "type":"structure", "required":[ "InstanceId", "SecurityProfiles", "EntityType", "EntityArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "SecurityProfiles":{ "shape":"SecurityProfiles", "documentation":"List of Security Profile Object.
" }, "EntityType":{ "shape":"EntityType", "documentation":"Only supported type is AI_AGENT.
" }, "EntityArn":{ "shape":"EntityArn", "documentation":"Arn of a Q in Connect AI Agent.
" } } }, "AssociateTrafficDistributionGroupUserRequest":{ "type":"structure", "required":[ "TrafficDistributionGroupId", "UserId", "InstanceId" ], "members":{ "TrafficDistributionGroupId":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
", "location":"uri", "locationName":"TrafficDistributionGroupId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account. This can be the ID or the ARN of the user.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" } } }, "AssociateTrafficDistributionGroupUserResponse":{ "type":"structure", "members":{} }, "AssociateUserProficienciesRequest":{ "type":"structure", "required":[ "InstanceId", "UserId", "UserProficiencies" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance).
", "location":"uri", "locationName":"InstanceId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "UserProficiencies":{ "shape":"UserProficiencyList", "documentation":"The proficiencies to associate with the user.
" } } }, "AssociateWorkspaceRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "ResourceArns" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "ResourceArns":{ "shape":"WorkspaceResourceArnList", "documentation":"The Amazon Resource Names (ARNs) of the resources to associate with the workspace. Valid resource types are users and routing profiles.
" } } }, "AssociateWorkspaceResponse":{ "type":"structure", "members":{ "SuccessfulList":{ "shape":"SuccessfulBatchAssociationSummaryList", "documentation":"A list of resources that were successfully associated with the workspace.
" }, "FailedList":{ "shape":"FailedBatchAssociationSummaryList", "documentation":"A list of resources that failed to be associated with the workspace, including error details.
" } } }, "AssociatedContactSummary":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "ContactArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the contact
" }, "InitiationTimestamp":{ "shape":"Timestamp", "documentation":"The date and time this contact was initiated, in UTC time.
" }, "DisconnectTimestamp":{ "shape":"Timestamp", "documentation":"The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact ended.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"If this contact is related to other contacts, this is the ID of the initial contact.
" }, "PreviousContactId":{ "shape":"ContactId", "documentation":"If this contact is not the first contact, this is the ID of the previous contact.
" }, "RelatedContactId":{ "shape":"ContactId", "documentation":"The contactId that is related to this contact.
" }, "InitiationMethod":{ "shape":"ContactInitiationMethod", "documentation":"Indicates how the contact was initiated.
" }, "Channel":{ "shape":"Channel", "documentation":"How the contact reached your contact center.
" } }, "documentation":"Contact summary of a contact in contact tree associated with unique identifier.
" }, "AssociatedContactSummaryList":{ "type":"list", "member":{"shape":"AssociatedContactSummary"} }, "AssociatedQueueIdList":{ "type":"list", "member":{"shape":"QueueId"} }, "AssociationId":{ "type":"string", "max":100, "min":1 }, "AttachedFile":{ "type":"structure", "required":[ "CreationTime", "FileArn", "FileId", "FileName", "FileSizeInBytes", "FileStatus" ], "members":{ "CreationTime":{ "shape":"ISO8601Datetime", "documentation":"The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.
The unique identifier of the attached file resource (ARN).
" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
" }, "FileName":{ "shape":"FileName", "documentation":"A case-sensitive name of the attached file being uploaded.
" }, "FileSizeInBytes":{ "shape":"FileSizeInBytes", "documentation":"The size of the attached file in bytes.
", "box":true }, "FileStatus":{ "shape":"FileStatusType", "documentation":"The current status of the attached file.
" }, "CreatedBy":{ "shape":"CreatedByInfo", "documentation":"Represents the identity that created the file.
" }, "FileUseCaseType":{ "shape":"FileUseCaseType", "documentation":"The use case for the file.
" }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
Information about the attached file.
" }, "AttachedFileError":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"ErrorCode", "documentation":"Status code describing the failure.
" }, "ErrorMessage":{ "shape":"ErrorMessage", "documentation":"Why the attached file couldn't be retrieved.
" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
" } }, "documentation":"Error describing a failure to retrieve attached file metadata through BatchGetAttachedFileMetadata action.
" }, "AttachedFileErrorsList":{ "type":"list", "member":{"shape":"AttachedFileError"} }, "AttachedFileInvalidRequestExceptionReason":{ "type":"string", "enum":[ "INVALID_FILE_SIZE", "INVALID_FILE_TYPE", "INVALID_FILE_NAME" ] }, "AttachedFileServiceQuotaExceededExceptionReason":{ "type":"string", "enum":[ "TOTAL_FILE_SIZE_EXCEEDED", "TOTAL_FILE_COUNT_EXCEEDED" ] }, "AttachedFilesConfiguration":{ "type":"structure", "required":[ "InstanceId", "AttachmentScope" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
" }, "AttachmentScope":{ "shape":"AttachmentScope", "documentation":"The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.
The maximum size limit for attached files in bytes.
" }, "ExtensionConfiguration":{ "shape":"ExtensionConfiguration", "documentation":"The configuration for allowed file extensions.
" }, "LastModifiedTime":{ "shape":"timestamp", "documentation":"The timestamp when the configuration was last modified.
" } }, "documentation":"The configuration for attached files for a specific attachment scope.
" }, "AttachedFilesConfigurationSummary":{ "type":"structure", "required":[ "InstanceId", "AttachmentScope" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
" }, "AttachmentScope":{ "shape":"AttachmentScope", "documentation":"The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.
The configuration for allowed file extensions.
" } }, "documentation":"A summary of the attached files configuration.
" }, "AttachedFilesConfigurationSummaryList":{ "type":"list", "member":{"shape":"AttachedFilesConfigurationSummary"}, "documentation":"A list of attached files configuration summaries.
" }, "AttachedFilesList":{ "type":"list", "member":{"shape":"AttachedFile"} }, "AttachmentName":{ "type":"string", "max":256, "min":1 }, "AttachmentReference":{ "type":"structure", "members":{ "Name":{ "shape":"ReferenceKey", "documentation":"Identifier of the attachment reference.
" }, "Value":{ "shape":"ReferenceValue", "documentation":"The location path of the attachment reference.
" }, "Status":{ "shape":"ReferenceStatus", "documentation":"Status of the attachment reference type.
" }, "Arn":{ "shape":"ReferenceArn", "documentation":"The Amazon Resource Name (ARN) of the attachment reference.
" } }, "documentation":"Information about a reference when the referenceType is ATTACHMENT. Otherwise, null.
The scope of the attachment. Valid values are:
EMAIL - Attachments for email messages.
CHAT - Attachments for chat conversations.
CASE - Attachments for cases.
TASK - Attachments for tasks.
The Amazon Chime SDK attendee ID.
" }, "JoinToken":{ "shape":"JoinToken", "documentation":"The join token used by the Amazon Chime SDK attendee.
" } }, "documentation":"The attendee information, including attendee ID and join token.
" }, "AttendeeId":{"type":"string"}, "Attribute":{ "type":"structure", "members":{ "AttributeType":{ "shape":"InstanceAttributeType", "documentation":"The type of attribute.
" }, "Value":{ "shape":"InstanceAttributeValue", "documentation":"The value of the attribute.
" } }, "documentation":"A toggle for an individual feature at the instance level.
" }, "AttributeAndCondition":{ "type":"structure", "members":{ "TagConditions":{ "shape":"TagAndConditionList", "documentation":"A leaf node condition which can be used to specify a tag condition.
" }, "HierarchyGroupCondition":{"shape":"HierarchyGroupCondition"} }, "documentation":"A list of conditions which would be applied together with an AND condition.
The name of predefined attribute.
" }, "Value":{ "shape":"ProficiencyValue", "documentation":"The value of predefined attribute.
" }, "ProficiencyLevel":{ "shape":"NullableProficiencyLevel", "documentation":"The proficiency level of the condition.
" }, "Range":{ "shape":"Range", "documentation":"An Object to define the minimum and maximum proficiency levels.
" }, "MatchCriteria":{ "shape":"MatchCriteria", "documentation":"An object to define AgentsCriteria.
The operator of the condition.
" } }, "documentation":"An object to specify the predefined attribute condition.
" }, "AttributeIds":{ "type":"list", "member":{"shape":"DataTableId"} }, "AttributeList":{ "type":"list", "member":{"shape":"DataTableAttribute"} }, "AttributeName":{ "type":"string", "max":32767, "min":1 }, "AttributeNameList":{ "type":"list", "member":{"shape":"DataTableName"} }, "AttributeOrConditionList":{ "type":"list", "member":{"shape":"AttributeAndCondition"} }, "AttributeValue":{ "type":"string", "max":32767, "min":0 }, "Attributes":{ "type":"map", "key":{"shape":"AttributeName"}, "value":{"shape":"AttributeValue"} }, "AttributesList":{ "type":"list", "member":{"shape":"Attribute"} }, "AudioFeatures":{ "type":"structure", "members":{ "EchoReduction":{ "shape":"MeetingFeatureStatus", "documentation":"Makes echo reduction available to clients who connect to the meeting.
" } }, "documentation":"Has audio-specific configurations as the operating parameter for Echo Reduction.
" }, "AudioQualityMetricsInfo":{ "type":"structure", "members":{ "QualityScore":{ "shape":"AudioQualityScore", "documentation":"Number measuring the estimated quality of the media connection.
" }, "PotentialQualityIssues":{ "shape":"PotentialAudioQualityIssues", "documentation":"List of potential issues causing degradation of quality on a media connection. If the service did not detect any potential quality issues the list is empty.
Valid values: HighPacketLoss | HighRoundTripTime | HighJitterBuffer
Contains information for score and potential quality issues for Audio
" }, "AudioQualityScore":{"type":"float"}, "AuthCode":{ "type":"string", "sensitive":true }, "AuthCodeEntityType":{ "type":"string", "documentation":"The type of entity associated with an authorization code in Connect Customer.
", "enum":["CUSTOMER_PROFILE"] }, "AuthScope":{ "type":"structure", "required":["EntityType"], "members":{ "SecurityProfileIds":{ "shape":"SecurityProfileIds", "documentation":"The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.
" }, "EntityType":{ "shape":"AuthCodeEntityType", "documentation":"The type of entity to scope the session to.
" }, "EntityId":{ "shape":"EntityId", "documentation":"The identifier of the entity to scope the session to.
" }, "DomainName":{ "shape":"CustomerProfilesDomainName", "documentation":"The name of the Customer Profiles domain to scope the session to.
" } }, "documentation":"Contains the scope configuration for an authorization code. Defines the permissions and access boundaries for the session.
" }, "AuthenticationError":{ "type":"string", "max":2048, "min":1, "pattern":"^[\\x20-\\x21\\x23-\\x5B\\x5D-\\x7E]*$", "sensitive":true }, "AuthenticationErrorDescription":{ "type":"string", "max":2048, "min":1, "pattern":"^[\\x20-\\x21\\x23-\\x5B\\x5D-\\x7E]*$", "sensitive":true }, "AuthenticationProfile":{ "type":"structure", "members":{ "Id":{ "shape":"AuthenticationProfileId", "documentation":"A unique identifier for the authentication profile.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the authentication profile.
" }, "Name":{ "shape":"AuthenticationProfileName", "documentation":"The name for the authentication profile.
" }, "Description":{ "shape":"AuthenticationProfileDescription", "documentation":"The description for the authentication profile.
" }, "AllowedIps":{ "shape":"IpCidrList", "documentation":"A list of IP address range strings that are allowed to access the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.
" }, "BlockedIps":{ "shape":"IpCidrList", "documentation":"A list of IP address range strings that are blocked from accessing the Connect Customer instance. For more information about how to configure IP addresses, see Configure IP address based access control in the Connect Customer Administrator Guide.
" }, "IsDefault":{ "shape":"Boolean", "documentation":"Shows whether the authentication profile is the default authentication profile for the Connect Customer instance. The default authentication profile applies to all agents in an Connect Customer instance, unless overridden by another authentication profile.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the authentication profile was created.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the authentication profile was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where the authentication profile was last modified.
" }, "PeriodicSessionDuration":{ "shape":"AccessTokenDuration", "documentation":"The short lived session duration configuration for users logged in to Connect Customer, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, see Configure the session duration in the Connect Customer Administrator Guide.
", "deprecated":true, "deprecatedMessage":"PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.", "deprecatedSince":"10/31/2025" }, "MaxSessionDuration":{ "shape":"RefreshTokenDuration", "documentation":"The long lived session duration for users logged in to Connect Customer, in minutes. After this time period, users must log in again. For more information, see Configure the session duration in the Connect Customer Administrator Guide.
" }, "SessionInactivityDuration":{ "shape":"InactivityDuration", "documentation":"The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.
", "box":true }, "SessionInactivityHandlingEnabled":{ "shape":"Boolean", "documentation":"Determines if automatic logout on user inactivity is enabled.
", "box":true } }, "documentation":"This API is in preview release for Connect Customer and is subject to change. To request access to this API, contact Amazon Web Services Support.
Information about an authentication profile. An authentication profile is a resource that stores the authentication settings for users in your contact center. You use authentication profiles to set up IP address range restrictions and session timeouts. For more information, see Set IP address restrictions or session timeouts.
" }, "AuthenticationProfileDescription":{ "type":"string", "max":250, "min":1 }, "AuthenticationProfileId":{ "type":"string", "max":100, "min":1 }, "AuthenticationProfileName":{ "type":"string", "max":128, "min":1 }, "AuthenticationProfileSummary":{ "type":"structure", "members":{ "Id":{ "shape":"AuthenticationProfileId", "documentation":"The unique identifier of the authentication profile.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the authentication profile summary.
" }, "Name":{ "shape":"AuthenticationProfileName", "documentation":"The name of the authentication profile summary.
" }, "IsDefault":{ "shape":"Boolean", "documentation":"Shows whether the authentication profile is the default authentication profile for the Connect Customer instance. The default authentication profile applies to all agents in an Connect Customer instance, unless overridden by another authentication profile.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the authentication profile summary was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region when the authentication profile summary was last modified.
" } }, "documentation":"This API is in preview release for Connect Customer and is subject to change. To request access to this API, contact Amazon Web Services Support.
A summary of a given authentication profile.
" }, "AuthenticationProfileSummaryList":{ "type":"list", "member":{"shape":"AuthenticationProfileSummary"} }, "AuthorizationCode":{ "type":"string", "max":2048, "min":1, "sensitive":true }, "AutoAccept":{"type":"boolean"}, "AutoAcceptConfig":{ "type":"structure", "required":[ "Channel", "AutoAccept" ], "members":{ "Channel":{ "shape":"Channel", "documentation":"The channel for this auto-accept configuration. Valid values: VOICE, CHAT, TASK, EMAIL.
" }, "AutoAccept":{ "shape":"AutoAccept", "documentation":"Indicates whether auto-accept is enabled for this channel. When enabled, available agents are automatically connected to contacts from this channel.
" }, "AgentFirstCallbackAutoAccept":{ "shape":"AgentFirstCallbackAutoAccept", "documentation":"Indicates whether auto-accept is enabled for agent-first callbacks. This setting only applies to the VOICE channel.
" } }, "documentation":"Configuration settings for auto-accept for a specific channel.
" }, "AutoAcceptConfigs":{ "type":"list", "member":{"shape":"AutoAcceptConfig"}, "documentation":"A list of auto-accept configuration settings for each channel.
" }, "AutoEvaluationConfiguration":{ "type":"structure", "required":["Enabled"], "members":{ "Enabled":{ "shape":"Boolean", "documentation":"Whether automated evaluations are enabled.
" } }, "documentation":"Configuration information about automated evaluations.
" }, "AutoEvaluationDetails":{ "type":"structure", "required":["AutoEvaluationEnabled"], "members":{ "AutoEvaluationEnabled":{ "shape":"Boolean", "documentation":"Whether automated evaluation is enabled.
" }, "AutoEvaluationStatus":{ "shape":"AutoEvaluationStatus", "documentation":"The status of the contact auto-evaluation.
" } }, "documentation":"Details about automated evaluations.
" }, "AutoEvaluationStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "FAILED", "SUCCEEDED" ] }, "AutomaticFailConfiguration":{ "type":"structure", "members":{ "TargetSection":{ "shape":"ReferenceId", "documentation":"The referenceId of the target section for auto failure.
" } }, "documentation":"Information about automatic fail configuration for an evaluation form.
" }, "AvailableNumberSummary":{ "type":"structure", "members":{ "PhoneNumber":{ "shape":"PhoneNumber", "documentation":"The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
The ISO country code.
" }, "PhoneNumberType":{ "shape":"PhoneNumberType", "documentation":"The type of phone number.
" } }, "documentation":"Information about available phone numbers.
" }, "AvailableNumbersList":{ "type":"list", "member":{"shape":"AvailableNumberSummary"} }, "AwsRegion":{ "type":"string", "max":31, "min":8, "pattern":"[a-z]{2}(-[a-z]+){1,2}(-[0-9])?" }, "BatchAssociateAnalyticsDataSetRequest":{ "type":"structure", "required":[ "InstanceId", "DataSetIds" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "DataSetIds":{ "shape":"DataSetIds", "documentation":"An array of dataset identifiers to associate.
" }, "TargetAccountId":{ "shape":"AWSAccountId", "documentation":"The identifier of the target account. Use to associate a dataset to a different account than the one containing the Connect Customer instance. If not specified, by default this value is the Amazon Web Services account that has the Connect Customer instance.
" } } }, "BatchAssociateAnalyticsDataSetResponse":{ "type":"structure", "members":{ "Created":{ "shape":"AnalyticsDataAssociationResults", "documentation":"Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.
A list of errors for datasets that aren't successfully associated with the target account.
" } } }, "BatchCreateDataTableValueFailureResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "Message" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "Message":{ "shape":"String", "documentation":"The result's message.
" } }, "documentation":"A batch create data table value failure result.
" }, "BatchCreateDataTableValueFailureResultList":{ "type":"list", "member":{"shape":"BatchCreateDataTableValueFailureResult"} }, "BatchCreateDataTableValueRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Values" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.
", "location":"uri", "locationName":"DataTableId" }, "Values":{ "shape":"DataTableValueList", "documentation":"A list of values to create. Each value must specify the attribute name and optionally primary values if the table has primary attributes.
" } } }, "BatchCreateDataTableValueResponse":{ "type":"structure", "required":[ "Successful", "Failed" ], "members":{ "Successful":{ "shape":"BatchCreateDataTableValueSuccessResultList", "documentation":"A list of successfully created values with their identifiers and lock versions.
" }, "Failed":{ "shape":"BatchCreateDataTableValueFailureResultList", "documentation":"A list of values that failed to be created with error messages explaining the failure reason.
" } } }, "BatchCreateDataTableValueSuccessResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "RecordId", "LockVersion" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "RecordId":{ "shape":"DataTableId", "documentation":"The result's record ID.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The result's lock version.
" } }, "documentation":"A batch create data table value success result.
" }, "BatchCreateDataTableValueSuccessResultList":{ "type":"list", "member":{"shape":"BatchCreateDataTableValueSuccessResult"} }, "BatchDeleteDataTableValueFailureResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "Message" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "Message":{ "shape":"String", "documentation":"The result's message.
" } }, "documentation":"A batch delete data table value failure result.
" }, "BatchDeleteDataTableValueFailureResultList":{ "type":"list", "member":{"shape":"BatchDeleteDataTableValueFailureResult"} }, "BatchDeleteDataTableValueRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Values" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
", "location":"uri", "locationName":"DataTableId" }, "Values":{ "shape":"DataTableDeleteValueIdentifierList", "documentation":"A list of value identifiers to delete, each specifying primary values, attribute name, and lock version information.
" } } }, "BatchDeleteDataTableValueResponse":{ "type":"structure", "required":[ "Successful", "Failed" ], "members":{ "Successful":{ "shape":"BatchDeleteDataTableValueSuccessResultList", "documentation":"A list of successfully deleted values with their identifiers and updated lock versions.
" }, "Failed":{ "shape":"BatchDeleteDataTableValueFailureResultList", "documentation":"A list of values that failed to be deleted with error messages explaining the failure reason.
" } } }, "BatchDeleteDataTableValueSuccessResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "LockVersion" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The result's lock version.
" } }, "documentation":"A batch delete data table value success result.
" }, "BatchDeleteDataTableValueSuccessResultList":{ "type":"list", "member":{"shape":"BatchDeleteDataTableValueSuccessResult"} }, "BatchDescribeDataTableValueFailureResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "Message" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "Message":{ "shape":"String", "documentation":"The result's message.
" } }, "documentation":"A batch describe data table value failure result.
" }, "BatchDescribeDataTableValueFailureResultList":{ "type":"list", "member":{"shape":"BatchDescribeDataTableValueFailureResult"} }, "BatchDescribeDataTableValueRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Values" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
", "location":"uri", "locationName":"DataTableId" }, "Values":{ "shape":"DataTableValueIdentifierList", "documentation":"A list of value identifiers to retrieve, each specifying primary values and attribute names.
" } } }, "BatchDescribeDataTableValueResponse":{ "type":"structure", "required":[ "Successful", "Failed" ], "members":{ "Successful":{ "shape":"BatchDescribeDataTableValueSuccessResultList", "documentation":"A list of successfully retrieved values with their data, metadata, and lock version information.
" }, "Failed":{ "shape":"BatchDescribeDataTableValueFailureResultList", "documentation":"A list of values that failed to be retrieved with error messages explaining the failure reason.
" } } }, "BatchDescribeDataTableValueSuccessResult":{ "type":"structure", "required":[ "RecordId", "AttributeId", "PrimaryValues", "AttributeName", "LockVersion" ], "members":{ "RecordId":{ "shape":"DataTableId", "documentation":"The result's record ID.
" }, "AttributeId":{ "shape":"DataTableId", "documentation":"The result's attribute ID.
" }, "PrimaryValues":{ "shape":"PrimaryValuesResponseSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "Value":{ "shape":"String", "documentation":"The result's value.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The result's lock version.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The result's last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The result's last modified region.
" } }, "documentation":"A batch describe data table value success result.
" }, "BatchDescribeDataTableValueSuccessResultList":{ "type":"list", "member":{"shape":"BatchDescribeDataTableValueSuccessResult"} }, "BatchDisassociateAnalyticsDataSetRequest":{ "type":"structure", "required":[ "InstanceId", "DataSetIds" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "DataSetIds":{ "shape":"DataSetIds", "documentation":"An array of associated dataset identifiers to remove.
" }, "TargetAccountId":{ "shape":"AWSAccountId", "documentation":"The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Connect Customer instance. If not specified, by default this value is the Amazon Web Services account that has the Connect Customer instance.
" } } }, "BatchDisassociateAnalyticsDataSetResponse":{ "type":"structure", "members":{ "Deleted":{ "shape":"DataSetIds", "documentation":"An array of successfully disassociated dataset identifiers.
" }, "Errors":{ "shape":"ErrorResults", "documentation":"A list of errors for any datasets not successfully removed.
" } } }, "BatchGetAttachedFileMetadataRequest":{ "type":"structure", "required":[ "FileIds", "InstanceId", "AssociatedResourceArn" ], "members":{ "FileIds":{ "shape":"FileIdList", "documentation":"The unique identifiers of the attached file resource.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier of the Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email.
This value must be a valid ARN.
List of attached files that were successfully retrieved.
" }, "Errors":{ "shape":"AttachedFileErrorsList", "documentation":"List of errors of attached files that could not be retrieved.
" } } }, "BatchGetFlowAssociationRequest":{ "type":"structure", "required":[ "InstanceId", "ResourceIds" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceIds":{ "shape":"resourceArnListMaxLimit100", "documentation":"A list of resource identifiers to retrieve flow associations.
Amazon Web Services End User Messaging SMS phone number ARN when using SMS_PHONE_NUMBER
Amazon Web Services End User Messaging Social phone number ARN when using WHATSAPP_MESSAGING_PHONE_NUMBER
The type of resource association.
" } } }, "BatchGetFlowAssociationResponse":{ "type":"structure", "members":{ "FlowAssociationSummaryList":{ "shape":"FlowAssociationSummaryList", "documentation":"Information about flow associations.
" } } }, "BatchPutContactRequest":{ "type":"structure", "required":[ "InstanceId", "ContactDataRequestList" ], "members":{ "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactDataRequestList":{ "shape":"ContactDataRequestList", "documentation":"List of individual contact requests.
" } } }, "BatchPutContactResponse":{ "type":"structure", "members":{ "SuccessfulRequestList":{ "shape":"SuccessfulRequestList", "documentation":"List of requests for which contact was successfully created.
" }, "FailedRequestList":{ "shape":"FailedRequestList", "documentation":"List of requests for which contact creation failed.
" } } }, "BatchUpdateDataTableValueFailureResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "Message" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "Message":{ "shape":"String", "documentation":"The result's message.
" } }, "documentation":"A batch update data table value failure result.
" }, "BatchUpdateDataTableValueFailureResultList":{ "type":"list", "member":{"shape":"BatchUpdateDataTableValueFailureResult"} }, "BatchUpdateDataTableValueRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Values" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
", "location":"uri", "locationName":"DataTableId" }, "Values":{ "shape":"DataTableValueList", "documentation":"A list of values to update, each including the current lock version to ensure optimistic locking.
" } } }, "BatchUpdateDataTableValueResponse":{ "type":"structure", "required":[ "Successful", "Failed" ], "members":{ "Successful":{ "shape":"BatchUpdateDataTableValueSuccessResultList", "documentation":"A list of successfully updated values with their new lock versions and identifiers.
" }, "Failed":{ "shape":"BatchUpdateDataTableValueFailureResultList", "documentation":"A list of values that failed to be updated with error messages explaining the failure reason.
" } } }, "BatchUpdateDataTableValueSuccessResult":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "LockVersion" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The result's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The result's attribute name.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The result's lock version.
" } }, "documentation":"A batch update data table value success result.
" }, "BatchUpdateDataTableValueSuccessResultList":{ "type":"list", "member":{"shape":"BatchUpdateDataTableValueSuccessResult"} }, "Behavior":{ "type":"string", "enum":[ "Enable", "Disable" ] }, "BehaviorType":{ "type":"string", "enum":[ "ROUTE_CURRENT_CHANNEL_ONLY", "ROUTE_ANY_CHANNEL" ] }, "Body":{ "type":"string", "max":5242880, "min":1, "sensitive":true }, "Boolean":{"type":"boolean"}, "BooleanComparisonType":{ "type":"string", "enum":[ "IS_TRUE", "IS_FALSE" ] }, "BooleanCondition":{ "type":"structure", "members":{ "FieldName":{ "shape":"String", "documentation":"A name of the property to be searched.
" }, "ComparisonType":{ "shape":"BooleanComparisonType", "documentation":"Boolean property comparison type.
" } }, "documentation":"A boolean search condition for Search APIs.
" }, "BotName":{ "type":"string", "max":50 }, "BoxedBoolean":{"type":"boolean"}, "BucketName":{ "type":"string", "max":128, "min":1 }, "Campaign":{ "type":"structure", "members":{ "CampaignId":{ "shape":"CampaignId", "documentation":"A unique identifier for a campaign.
" } }, "documentation":"Information associated with a campaign.
" }, "CampaignId":{ "type":"string", "max":100, "min":1 }, "CaseSlaConfiguration":{ "type":"structure", "required":[ "Name", "Type", "TargetSlaMinutes" ], "members":{ "Name":{ "shape":"SlaName", "documentation":"Name of an SLA.
" }, "Type":{ "shape":"SlaType", "documentation":"Type of SLA for Case SlaAssignmentType.
" }, "FieldId":{ "shape":"FieldValueId", "documentation":"Unique identifier of a Case field.
" }, "TargetFieldValues":{ "shape":"SlaFieldValueUnionList", "documentation":"Represents a list of target field values for the fieldId specified in CaseSlaConfiguration. The SLA is considered met if any one of these target field values matches the actual field value.
" }, "TargetSlaMinutes":{ "shape":"TargetSlaMinutes", "documentation":"Target duration in minutes within which an SLA should be completed.
" } }, "documentation":"The SLA configuration for Case SlaAssignmentType.
" }, "Channel":{ "type":"string", "enum":[ "VOICE", "CHAT", "TASK", "EMAIL" ] }, "ChannelList":{ "type":"list", "member":{"shape":"Channel"} }, "ChannelToCountMap":{ "type":"map", "key":{"shape":"Channel"}, "value":{"shape":"IntegerCount"} }, "Channels":{ "type":"list", "member":{"shape":"Channel"}, "max":4 }, "ChatContactMetrics":{ "type":"structure", "members":{ "MultiParty":{ "shape":"NullableBoolean", "documentation":"A boolean flag indicating whether multiparty chat or supervisor barge were enabled on this contact.
" }, "TotalMessages":{ "shape":"Count", "documentation":"The number of chat messages on the contact.
" }, "TotalBotMessages":{ "shape":"Count", "documentation":"The total number of bot and automated messages on a chat contact.
" }, "TotalBotMessageLengthInChars":{ "shape":"Count", "documentation":"The total number of characters from bot and automated messages on a chat contact.
" }, "ConversationCloseTimeInMillis":{ "shape":"DurationMillis", "documentation":"The time it took for a contact to end after the last customer message.
" }, "ConversationTurnCount":{ "shape":"Count", "documentation":"The number of conversation turns in a chat contact, which represents the back-and-forth exchanges between customer and other participants.
" }, "AgentFirstResponseTimestamp":{ "shape":"timestamp", "documentation":"The agent first response timestamp for a chat contact.
" }, "AgentFirstResponseTimeInMillis":{ "shape":"DurationMillis", "documentation":"The time for an agent to respond after obtaining a chat contact.
" } }, "documentation":"Information about the overall participant interactions at the contact level.
" }, "ChatContent":{ "type":"string", "max":16384, "min":1 }, "ChatContentType":{ "type":"string", "max":100, "min":1 }, "ChatDurationInMinutes":{ "type":"integer", "max":10080, "min":60 }, "ChatEntryPointParameters":{ "type":"structure", "members":{ "FlowId":{ "shape":"ContactFlowId", "documentation":"The flow identifier for the test.
" } }, "documentation":"Parameters for initiating a chat test.
" }, "ChatEvent":{ "type":"structure", "required":["Type"], "members":{ "Type":{ "shape":"ChatEventType", "documentation":"Type of chat integration event.
" }, "ContentType":{ "shape":"ChatContentType", "documentation":"Type of content. This is required when Type is MESSAGE or EVENT.
For allowed message content types, see the ContentType parameter in the SendMessage topic in the Connect Customer Participant Service API Reference.
For allowed event content types, see the ContentType parameter in the SendEvent topic in the Connect Customer Participant Service API Reference.
Content of the message or event. This is required when Type is MESSAGE and for certain ContentTypes when Type is EVENT.
For allowed message content, see the Content parameter in the SendMessage topic in the Connect Customer Participant Service API Reference.
For allowed event content, see the Content parameter in the SendEvent topic in the Connect Customer Participant Service API Reference.
Chat integration event containing payload to perform different chat actions such as:
Sending a chat message
Sending a chat event, such as typing
Disconnecting from a chat
The type of the content. Supported types are text/plain, text/markdown, application/json, and application/vnd.amazonaws.connect.message.interactive.response.
The content of the chat message. Maximum of 16,384 bytes for all content types (text/plain, text/markdown, application/json, and application/vnd.amazonaws.connect.message.interactive.response).
Some messaging channels enforce lower limits. For channel-specific message size limits, see Chat message size limits by channel in the Amazon Connect Customer Administrator Guide.
" } }, "documentation":"A chat message.
" }, "ChatMetrics":{ "type":"structure", "members":{ "ChatContactMetrics":{ "shape":"ChatContactMetrics", "documentation":"Information about the overall participant interactions at the contact level.
" }, "AgentMetrics":{ "shape":"ParticipantMetrics", "documentation":"Information about agent interactions in a contact.
" }, "CustomerMetrics":{ "shape":"ParticipantMetrics", "documentation":"Information about customer interactions in a contact.
" } }, "documentation":"Information about how agent, bot, and customer interact in a chat contact.
" }, "ChatParticipantRoleConfig":{ "type":"structure", "required":["ParticipantTimerConfigList"], "members":{ "ParticipantTimerConfigList":{ "shape":"ParticipantTimerConfigList", "documentation":"A list of participant timers. You can specify any unique combination of role and timer type. Duplicate entries error out the request with a 400.
" } }, "documentation":"Configuration information for the chat participant role.
" }, "ChatStreamingConfiguration":{ "type":"structure", "required":["StreamingEndpointArn"], "members":{ "StreamingEndpointArn":{ "shape":"ChatStreamingEndpointARN", "documentation":"The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
" } }, "documentation":"The streaming configuration, such as the Amazon SNS streaming endpoint.
" }, "ChatStreamingEndpointARN":{ "type":"string", "max":350, "min":1 }, "ChildHoursOfOperationsList":{ "type":"list", "member":{"shape":"HoursOfOperationsIdentifier"} }, "ClaimPhoneNumberRequest":{ "type":"structure", "required":["PhoneNumber"], "members":{ "TargetArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for Connect Customer instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter InstanceId or TargetArn.
The identifier of the Connect Customer instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You must enter InstanceId or TargetArn.
The phone number you want to claim. Phone numbers are formatted [+] [country code] [subscriber number including area code].
The description of the phone number.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
Pattern: ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
A unique identifier for the phone number.
" }, "PhoneNumberArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the phone number.
" } } }, "ClaimedPhoneNumberSummary":{ "type":"structure", "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
" }, "PhoneNumberArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the phone number.
" }, "PhoneNumber":{ "shape":"PhoneNumber", "documentation":"The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
The ISO country code.
" }, "PhoneNumberType":{ "shape":"PhoneNumberType", "documentation":"The type of phone number.
" }, "PhoneNumberDescription":{ "shape":"PhoneNumberDescription", "documentation":"The description of the phone number.
" }, "TargetArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for Connect Customer instances or traffic distribution groups that phone number inbound traffic is routed through.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "PhoneNumberStatus":{ "shape":"PhoneNumberStatus", "documentation":"The status of the phone number.
CLAIMED means the previous ClaimPhoneNumber or UpdatePhoneNumber operation succeeded.
IN_PROGRESS means a ClaimPhoneNumber, UpdatePhoneNumber, or UpdatePhoneNumberMetadata operation is still in progress and has not yet completed. You can call DescribePhoneNumber at a later time to verify if the previous operation has completed.
FAILED indicates that the previous ClaimPhoneNumber or UpdatePhoneNumber operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the TargetArn value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a FAILED status from a ClaimPhoneNumber API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim.
You will not be billed for the phone number during the 1-day period if number claiming fails.
The claimed phone number ARN that was previously imported from the external service, such as Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number that was imported from Amazon Web Services End User Messaging.
" } }, "documentation":"Information about a phone number that has been claimed to your Connect Customer instance or traffic distribution group.
" }, "ClientToken":{ "type":"string", "max":500 }, "CommonAttributeAndCondition":{ "type":"structure", "members":{ "TagConditions":{ "shape":"TagAndConditionList", "documentation":"A leaf node condition which can be used to specify a tag condition.
" } }, "documentation":"A list of conditions which would be applied together with an AND condition.
The unique identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
", "location":"uri", "locationName":"FileId" }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email.
This value must be a valid ARN.
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name and value.
A leaf node condition which can be used to specify a numeric condition.
" } }, "documentation":"A leaf node condition which can be used to specify a ProficiencyName, ProficiencyValue and ProficiencyLimit.
" }, "ConditionalOperationFailedException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"Request processing failed because dependent condition failed.
", "error":{"httpStatusCode":409}, "exception":true }, "Conditions":{ "type":"list", "member":{"shape":"Condition"} }, "ConfigurableNotificationPriority":{ "type":"string", "documentation":"The priority level that can be set when creating a customer notification. Valid values are HIGH and LOW. URGENT priority is reserved for system-generated notifications.
", "enum":[ "HIGH", "LOW" ] }, "ConflictException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"Operation cannot be performed at this time as there is a conflict with another operation or contact state.
", "error":{"httpStatusCode":409}, "exception":true }, "ConnectionData":{ "type":"structure", "members":{ "Attendee":{ "shape":"Attendee", "documentation":"The attendee information, including attendee ID and join token.
" }, "Meeting":{ "shape":"Meeting", "documentation":"A meeting created using the Amazon Chime SDK.
" } }, "documentation":"Information required to join the call.
" }, "Contact":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact.
" }, "Id":{ "shape":"ContactId", "documentation":"The identifier for the contact.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"If this contact is related to other contacts, this is the ID of the initial contact.
" }, "PreviousContactId":{ "shape":"ContactId", "documentation":"If this contact is not the first contact, this is the ID of the previous contact.
" }, "ContactAssociationId":{ "shape":"ContactId", "documentation":"This is the root contactId which is used as a unique identifier for all subsequent contacts in a contact tree.
" }, "InitiationMethod":{ "shape":"ContactInitiationMethod", "documentation":"Indicates how the contact was initiated.
" }, "Name":{ "shape":"Name", "documentation":"The name of the contact.
" }, "Description":{ "shape":"Description", "documentation":"The description of the contact.
" }, "Channel":{ "shape":"Channel", "documentation":"How the contact reached your contact center.
" }, "QueueInfo":{ "shape":"QueueInfo", "documentation":"If this contact was queued, this contains information about the queue.
" }, "AgentInfo":{ "shape":"AgentInfo", "documentation":"Information about the agent who accepted the contact.
" }, "InitiationTimestamp":{ "shape":"timestamp", "documentation":"The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.
The date and time that the customer endpoint disconnected from the current contact, in UTC time. In transfer scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact ended.
" }, "LastUpdateTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when contact was last updated.
" }, "LastPausedTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was last paused.
" }, "LastResumedTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was last resumed.
" }, "RingStartTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when ringing started for a campaign call.
" }, "TotalPauseCount":{ "shape":"TotalPauseCount", "documentation":"Total pause count for a contact.
" }, "TotalPauseDurationInSeconds":{ "shape":"TotalPauseDurationInSeconds", "documentation":"Total pause duration for a contact in seconds.
" }, "ScheduledTimestamp":{ "shape":"timestamp", "documentation":"The timestamp, in Unix epoch time format, at which to start running the inbound flow.
" }, "RelatedContactId":{ "shape":"ContactId", "documentation":"The contactId that is related to this contact.
" }, "WisdomInfo":{ "shape":"WisdomInfo", "documentation":"Information about Connect Customer Wisdom.
" }, "CustomerId":{ "shape":"CustomerId", "documentation":"The customer's identification number. For example, the CustomerId may be a customer number from your CRM. You can create a Lambda function to pull the unique customer ID of the caller from your CRM system. If you enable Connect Customer Voice ID capability, this attribute is populated with the CustomerSpeakerId of the caller.
The customer or external third party participant endpoint.
" }, "SystemEndpoint":{ "shape":"EndpointInfo", "documentation":"The system endpoint. For INBOUND, this is the phone number or email address that the customer dialed. For OUTBOUND and EXTERNAL_OUTBOUND, this is the outbound caller ID number assigned to the outbound queue that is used to dial the customer. For callback, this shows up as Softphone for calls handled by agents with softphone.
An integer that represents the queue time adjust to be applied to the contact, in seconds (longer / larger queue time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined and a valid integer value.
" }, "QueuePriority":{ "shape":"QueuePriority", "documentation":"An integer that represents the queue priority to be applied to the contact (lower priorities are routed preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must be larger than zero, and a valid integer value. Default Value is 5.
" }, "Tags":{ "shape":"ContactTagMap", "documentation":"Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.
" }, "ConnectedToSystemTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when customer endpoint connected to Connect Customer.
" }, "RoutingCriteria":{ "shape":"RoutingCriteria", "documentation":"Latest routing criteria on the contact.
" }, "Customer":{ "shape":"Customer", "documentation":"Information about the Customer on the contact.
" }, "Campaign":{"shape":"Campaign"}, "AnsweringMachineDetectionStatus":{ "shape":"AnsweringMachineDetectionStatus", "documentation":"Indicates how an outbound campaign call is actually disposed if the contact is connected to Connect Customer.
" }, "CustomerVoiceActivity":{ "shape":"CustomerVoiceActivity", "documentation":"Information about customer’s voice activity.
" }, "QualityMetrics":{ "shape":"QualityMetrics", "documentation":"Information about the quality of the participant's media connection.
" }, "ChatMetrics":{ "shape":"ChatMetrics", "documentation":"Information about how agent, bot, and customer interact in a chat contact.
" }, "DisconnectDetails":{ "shape":"DisconnectDetails", "documentation":"Information about the call disconnect experience.
" }, "AdditionalEmailRecipients":{ "shape":"AdditionalEmailRecipients", "documentation":"List of additional email addresses for an email contact.
" }, "SegmentAttributes":{ "shape":"SegmentAttributes", "documentation":"A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Connect Customer attributes and can be accessed in flows. Attribute keys can include only alphanumeric, -, and _ characters. This field can be used to show channel subtype. For example, connect:Guide or connect:SMS.
If recording was enabled, this is information about the recordings.
" }, "DisconnectReason":{ "shape":"String", "documentation":"The disconnect reason for the contact. For a list and description of all the possible disconnect reasons by channel, see DisconnectReason under ContactTraceRecord in the Connect Customer Administrator Guide.
" }, "ContactEvaluations":{ "shape":"ContactEvaluations", "documentation":"Information about the contact evaluations where the key is the FormId, which is a unique identifier for the form.
" }, "TaskTemplateInfo":{ "shape":"TaskTemplateInfoV2", "documentation":"If this contact was created using a task template, this contains information about the task template.
" }, "ContactDetails":{ "shape":"ContactDetails", "documentation":"A map of string key/value pairs that contain user-defined attributes which are lightly typed within the contact. This object is used only for task contacts.
" }, "OutboundStrategy":{ "shape":"OutboundStrategy", "documentation":"Information about the outbound strategy.
" }, "Attributes":{ "shape":"Attributes", "documentation":"The attributes of the contact.
" }, "NextContacts":{ "shape":"NextContacts", "documentation":"List of next contact entries for the contact.
" }, "GlobalResiliencyMetadata":{ "shape":"GlobalResiliencyMetadata", "documentation":"Information about the global resiliency configuration for the contact, including traffic distribution details.
" } }, "documentation":"Contains information about a contact.
" }, "ContactAnalysis":{ "type":"structure", "members":{ "Transcript":{ "shape":"Transcript", "documentation":"Search criteria based on transcript analyzed by Connect Customer Contact Lens.
" } }, "documentation":"A structure that defines search criteria for contacts using analysis outputs from Connect Customer Contact Lens.
" }, "ContactConfiguration":{ "type":"structure", "required":["ContactId"], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact within the Amazon Connect instance.
" }, "ParticipantRole":{ "shape":"ParticipantRole", "documentation":"The role of the participant in the chat conversation.
Only CUSTOMER is currently supported. Any other values other than CUSTOMER will result in an exception (4xx error).
Whether to include raw connect message in the push notification payload. Default is False.
The contact configuration for push notification registration.
" }, "ContactDataRequest":{ "type":"structure", "members":{ "SystemEndpoint":{ "shape":"Endpoint", "documentation":"Endpoint associated with the Connect Customer instance from which outbound contact will be initiated for the campaign.
" }, "CustomerEndpoint":{ "shape":"Endpoint", "documentation":"Endpoint of the customer for which contact will be initiated.
" }, "RequestIdentifier":{ "shape":"RequestIdentifier", "documentation":"Identifier to uniquely identify individual requests in the batch.
" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier of the queue associated with the Connect Customer instance in which contacts that are created will be queued.
" }, "Attributes":{ "shape":"Attributes", "documentation":"List of attributes to be stored in a contact.
" }, "Campaign":{ "shape":"Campaign", "documentation":"Structure to store information associated with a campaign.
" }, "OutboundStrategy":{ "shape":"OutboundStrategy", "documentation":"Information about the outbound strategy.
" } }, "documentation":"Request object with information to create a contact.
" }, "ContactDataRequestList":{ "type":"list", "member":{"shape":"ContactDataRequest"}, "max":25, "min":1 }, "ContactDetailDescription":{ "type":"string", "max":1024, "min":0 }, "ContactDetailName":{ "type":"string", "max":1024, "min":0 }, "ContactDetails":{ "type":"structure", "members":{ "Name":{ "shape":"ContactDetailName", "documentation":"The name of the contact details.
" }, "Description":{ "shape":"ContactDetailDescription", "documentation":"Teh description of the contact details.
" } }, "documentation":"A map of string key/value pairs that contain user-defined attributes which are lightly typed within the contact. This object is used only for task contacts.
" }, "ContactEvaluation":{ "type":"structure", "members":{ "FormId":{ "shape":"FormId", "documentation":"The FormId of the contact evaluation.
The Amazon Resource Name for the evaluation form. It is always present.
" }, "Status":{ "shape":"Status", "documentation":"The status of the evaluation.
" }, "StartTimestamp":{ "shape":"timestamp", "documentation":"The date and time when the evaluation was started, in UTC time.
" }, "EndTimestamp":{ "shape":"timestamp", "documentation":"The date and time when the evaluation was submitted, in UTC time.
" }, "DeleteTimestamp":{ "shape":"timestamp", "documentation":"The date and time when the evaluation was deleted, in UTC time.
" }, "ExportLocation":{ "shape":"ExportLocation", "documentation":"The path where evaluation was exported.
" } }, "documentation":"Information about the contact evaluations where the key is the FormId, which is a unique identifier for the form.
" }, "ContactEvaluationAttributeAndCondition":{ "type":"structure", "members":{ "TagConditions":{ "shape":"TagAndConditionList", "documentation":"A list of tag conditions to apply.
" }, "AttributeConditions":{ "shape":"ContactEvaluationAttributeConditionList", "documentation":"A list of attribute conditions to apply.
" } }, "documentation":"A list of conditions which would be applied together with an AND condition.
The key of the attribute.
" }, "AttributeValue":{ "shape":"ContactEvaluationAttributeValue", "documentation":"The value of the attribute.
" }, "ComparisonType":{ "shape":"ContactEvaluationAttributeComparisonType", "documentation":"The comparison type for the condition.
" } }, "documentation":"An attribute condition for contact evaluation filtering.
" }, "ContactEvaluationAttributeConditionList":{ "type":"list", "member":{"shape":"ContactEvaluationAttributeCondition"} }, "ContactEvaluationAttributeFilter":{ "type":"structure", "members":{ "OrConditions":{ "shape":"ContactEvaluationAttributeOrConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
A tag condition to apply.
" }, "ContactEvaluationAttributeCondition":{ "shape":"ContactEvaluationAttributeCondition", "documentation":"An attribute condition to apply.
" } }, "documentation":"An object that can be used to specify tag conditions and attribute conditions inside the SearchFilter for contact evaluations. This accepts an OR or AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
A string value for the attribute.
" } }, "documentation":"The value of a contact evaluation attribute condition.
" }, "ContactEvaluations":{ "type":"map", "key":{"shape":"EvaluationId"}, "value":{"shape":"ContactEvaluation"} }, "ContactField":{ "type":"string", "enum":[ "CUSTOMER_ENDPOINT", "ADDITIONAL_EMAIL_RECIPIENTS", "EMAIL_SUBJECT" ] }, "ContactFields":{ "type":"list", "member":{"shape":"ContactField"} }, "ContactFilter":{ "type":"structure", "members":{ "ContactStates":{ "shape":"ContactStates", "documentation":"A list of up to 9 contact states.
" } }, "documentation":"Filters user data based on the contact information that is associated to the users. It contains a list of contact states.
" }, "ContactFlow":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow.
" }, "Id":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" }, "Name":{ "shape":"ContactFlowName", "documentation":"The name of the flow.
" }, "Type":{ "shape":"ContactFlowType", "documentation":"The type of the flow. For descriptions of the available types, see Choose a flow type in the Connect Customer Administrator Guide.
" }, "State":{ "shape":"ContactFlowState", "documentation":"The type of flow.
" }, "Status":{ "shape":"ContactFlowStatus", "documentation":"The status of the flow.
" }, "Description":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow.
" }, "Content":{ "shape":"ContactFlowContent", "documentation":"The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.
Length Constraints: Minimum length of 1. Maximum length of 256000.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "FlowContentSha256":{ "shape":"FlowContentSha256", "documentation":"Indicates the checksum value of the flow content.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The identifier of the flow version.
" }, "VersionDescription":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow version.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The time at which the flow was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The region in which the flow was last modified
" } }, "documentation":"Contains information about a flow.
" }, "ContactFlowAttributeAndCondition":{ "type":"structure", "members":{ "TagConditions":{ "shape":"TagAndConditionList", "documentation":"Tag-based conditions for contact flow filtering.
" }, "ContactFlowTypeCondition":{ "shape":"ContactFlowTypeCondition", "documentation":"Contact flow type condition.
" } }, "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "ContactFlowAttributeFilter":{ "type":"structure", "members":{ "OrConditions":{ "shape":"ContactFlowAttributeOrConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndCondition":{ "shape":"ContactFlowAttributeAndCondition", "documentation":"A list of conditions which would be applied together with a AND condition.
" }, "TagCondition":{"shape":"TagCondition"}, "ContactFlowTypeCondition":{ "shape":"ContactFlowTypeCondition", "documentation":"Contact flow type condition within attribute filter.
" } }, "documentation":"Filter for contact flow attributes with multiple condition types.
" }, "ContactFlowAttributeOrConditionList":{ "type":"list", "member":{"shape":"ContactFlowAttributeAndCondition"} }, "ContactFlowContent":{"type":"string"}, "ContactFlowDescription":{"type":"string"}, "ContactFlowId":{ "type":"string", "max":500 }, "ContactFlowModule":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN).
" }, "Id":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
" }, "Name":{ "shape":"ContactFlowModuleName", "documentation":"The name of the flow module.
" }, "Content":{ "shape":"ContactFlowModuleContent", "documentation":"The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.
" }, "Description":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the flow module.
" }, "State":{ "shape":"ContactFlowModuleState", "documentation":"The type of flow module.
" }, "Status":{ "shape":"ContactFlowModuleStatus", "documentation":"The status of the flow module.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "FlowModuleContentSha256":{ "shape":"FlowModuleContentSha256", "documentation":"Hash of the module content for integrity verification.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" }, "VersionDescription":{ "shape":"ContactFlowModuleDescription", "documentation":"Description of the version.
" }, "Settings":{ "shape":"FlowModuleSettings", "documentation":"The configuration settings for the flow module.
" }, "ExternalInvocationConfiguration":{ "shape":"ExternalInvocationConfiguration", "documentation":"The external invocation configuration for the flow module
" } }, "documentation":"Contains information about a flow module.
" }, "ContactFlowModuleAlias":{ "type":"string", "max":100, "min":1, "pattern":"^([$0-9a-zA-Z][_-]?)+$" }, "ContactFlowModuleAliasInfo":{ "type":"structure", "members":{ "ContactFlowModuleId":{ "shape":"ResourceId", "documentation":"The identifier of the flow module.
" }, "ContactFlowModuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module.
" }, "AliasId":{ "shape":"ContactFlowModuleAlias", "documentation":"The identifier of the alias.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" }, "Name":{ "shape":"ContactFlowModuleAlias", "documentation":"The name of the alias.
" }, "Description":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the alias.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" } }, "documentation":"Contains information about an alias.
" }, "ContactFlowModuleAliasSummary":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module alias.
" }, "AliasId":{ "shape":"ResourceId", "documentation":"The identifier of the alias.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" }, "AliasName":{ "shape":"ContactFlowModuleName", "documentation":"The name of the alias.
" }, "AliasDescription":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the alias.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" } }, "documentation":"Contains information about an alias.
" }, "ContactFlowModuleAliasSummaryList":{ "type":"list", "member":{"shape":"ContactFlowModuleAliasSummary"} }, "ContactFlowModuleContent":{ "type":"string", "max":256000, "min":1 }, "ContactFlowModuleDescription":{ "type":"string", "max":500, "min":0, "pattern":".*\\S.*" }, "ContactFlowModuleId":{ "type":"string", "max":256, "min":1 }, "ContactFlowModuleName":{ "type":"string", "max":127, "min":1, "pattern":".*\\S.*" }, "ContactFlowModuleSearchConditionList":{ "type":"list", "member":{"shape":"ContactFlowModuleSearchCriteria"} }, "ContactFlowModuleSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"ContactFlowModuleSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
The state of the flow.
" }, "StatusCondition":{ "shape":"ContactFlowModuleStatus", "documentation":"The status of the flow.
" } }, "documentation":"The search criteria to be used to return flow modules.
" }, "ContactFlowModuleSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"} }, "documentation":"The search criteria to be used to return flow modules.
" }, "ContactFlowModuleSearchSummaryList":{ "type":"list", "member":{"shape":"ContactFlowModule"} }, "ContactFlowModuleState":{ "type":"string", "enum":[ "ACTIVE", "ARCHIVED" ] }, "ContactFlowModuleStatus":{ "type":"string", "enum":[ "PUBLISHED", "SAVED" ] }, "ContactFlowModuleSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module.
" }, "Name":{ "shape":"ContactFlowModuleName", "documentation":"The name of the flow module.
" }, "State":{ "shape":"ContactFlowModuleState", "documentation":"The type of flow module.
" } }, "documentation":"Contains summary information about a flow.
" }, "ContactFlowModuleVersionSummary":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module version.
" }, "VersionDescription":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the flow module version.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" } }, "documentation":"Contains information about a version.
" }, "ContactFlowModuleVersionSummaryList":{ "type":"list", "member":{"shape":"ContactFlowModuleVersionSummary"} }, "ContactFlowModulesSummaryList":{ "type":"list", "member":{"shape":"ContactFlowModuleSummary"} }, "ContactFlowName":{ "type":"string", "min":1 }, "ContactFlowNotPublishedException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"The flow has not been published.
", "error":{"httpStatusCode":404}, "exception":true }, "ContactFlowSearchConditionList":{ "type":"list", "member":{"shape":"ContactFlowSearchCriteria"} }, "ContactFlowSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"ContactFlowSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
The type of flow.
" }, "StateCondition":{ "shape":"ContactFlowState", "documentation":"The state of the flow.
" }, "StatusCondition":{ "shape":"ContactFlowStatus", "documentation":"The status of the flow.
" } }, "documentation":"The search criteria to be used to return flows.
" }, "ContactFlowSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"}, "FlowAttributeFilter":{ "shape":"ContactFlowAttributeFilter", "documentation":"Flow attribute filter for contact flow search operations.
" } }, "documentation":"Filters to be applied to search results.
" }, "ContactFlowSearchSummaryList":{ "type":"list", "member":{"shape":"ContactFlow"} }, "ContactFlowState":{ "type":"string", "enum":[ "ACTIVE", "ARCHIVED" ] }, "ContactFlowStatus":{ "type":"string", "enum":[ "PUBLISHED", "SAVED" ] }, "ContactFlowSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow.
" }, "Name":{ "shape":"ContactFlowName", "documentation":"The name of the flow.
" }, "ContactFlowType":{ "shape":"ContactFlowType", "documentation":"The type of flow.
" }, "ContactFlowState":{ "shape":"ContactFlowState", "documentation":"The type of flow.
" }, "ContactFlowStatus":{ "shape":"ContactFlowStatus", "documentation":"The status of the flow.
" } }, "documentation":"Contains summary information about a flow.
You can also create and update flows using the Connect Customer Flow language.
" }, "ContactFlowSummaryList":{ "type":"list", "member":{"shape":"ContactFlowSummary"} }, "ContactFlowType":{ "type":"string", "enum":[ "CONTACT_FLOW", "CUSTOMER_QUEUE", "CUSTOMER_HOLD", "CUSTOMER_WHISPER", "AGENT_HOLD", "AGENT_WHISPER", "OUTBOUND_WHISPER", "AGENT_TRANSFER", "QUEUE_TRANSFER", "CAMPAIGN" ] }, "ContactFlowTypeCondition":{ "type":"structure", "members":{ "ContactFlowType":{ "shape":"ContactFlowType", "documentation":"Contact flow type of the contact flow type condition.
" } }, "documentation":"The contact flow type condition.
" }, "ContactFlowTypes":{ "type":"list", "member":{"shape":"ContactFlowType"}, "max":10 }, "ContactFlowVersionSummary":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view version.
" }, "VersionDescription":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow version.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The identifier of the flow version.
" } }, "documentation":"A summary of a flow version's metadata.
" }, "ContactFlowVersionSummaryList":{ "type":"list", "member":{"shape":"ContactFlowVersionSummary"} }, "ContactId":{ "type":"string", "max":256, "min":1 }, "ContactInitiationMethod":{ "type":"string", "enum":[ "INBOUND", "OUTBOUND", "TRANSFER", "QUEUE_TRANSFER", "CALLBACK", "API", "DISCONNECT", "MONITOR", "EXTERNAL_OUTBOUND", "WEBRTC_API", "AGENT_REPLY", "FLOW" ] }, "ContactInteractionType":{ "type":"string", "enum":[ "AGENT", "AUTOMATED", "CUSTOMER" ] }, "ContactMediaProcessingFailureMode":{ "type":"string", "enum":[ "DELIVER_UNPROCESSED_MESSAGE", "DO_NOT_DELIVER_UNPROCESSED_MESSAGE" ] }, "ContactMetricInfo":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"ContactMetricName", "documentation":"The name of the metric to retrieve. Supported values are POSITION_IN_QUEUE (returns the contact's current position in the queue) and ESTIMATED_WAIT_TIME (returns the predicted wait time in seconds).
" } }, "documentation":"Contains the details of a metric to be retrieved for a contact. Use this object to specify which contact level metrics you want to include in your GetContactMetrics request.
" }, "ContactMetricName":{ "type":"string", "enum":[ "ESTIMATED_WAIT_TIME", "POSITION_IN_QUEUE" ] }, "ContactMetricResult":{ "type":"structure", "required":[ "Name", "Value" ], "members":{ "Name":{ "shape":"ContactMetricName", "documentation":"The name of the metric that was retrieved. This corresponds to the metric name specified in the request, such as POSITION_IN_QUEUE or ESTIMATED_WAIT_TIME.
" }, "Value":{ "shape":"ContactMetricValue", "documentation":"The calculated value for the requested metric. This object contains the numeric result based on the contact's current state in the queue.
" } }, "documentation":"Contains the result of a requested metric for the contact. This object is returned as part of the GetContactMetrics response and includes both the metric name and its calculated value.
" }, "ContactMetricResults":{ "type":"list", "member":{"shape":"ContactMetricResult"} }, "ContactMetricValue":{ "type":"structure", "members":{ "Number":{ "shape":"Double", "documentation":"The numeric value of the metric result. For POSITION_IN_QUEUE, this represents the contact's current position in the queue (e.g., 3.00 means third in line). For ESTIMATED_WAIT_TIME, this represents the predicted wait time in seconds (e.g., 120.00 means approximately 2 minutes).
" } }, "documentation":"Contains the numeric value of a contact metric result.
", "union":true }, "ContactMetrics":{ "type":"list", "member":{"shape":"ContactMetricInfo"}, "min":1 }, "ContactNotFoundException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message.
" } }, "documentation":"The contact with the specified ID does not exist.
", "error":{"httpStatusCode":410}, "exception":true }, "ContactNotTerminatedException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"The contact has not been disconnected and is not in a terminated state. PII can be deleted only from a contact that has been disconnected. This error is returned with an HTTP 409 status code.
", "error":{"httpStatusCode":409}, "exception":true }, "ContactParticipantRole":{ "type":"string", "enum":[ "AGENT", "SYSTEM", "CUSTOM_BOT", "CUSTOMER" ] }, "ContactRecordingType":{ "type":"string", "enum":[ "AGENT", "IVR", "SCREEN" ] }, "ContactReferences":{ "type":"map", "key":{"shape":"ReferenceKey"}, "value":{"shape":"Reference"} }, "ContactSearchSummary":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the contact.
" }, "Id":{ "shape":"ContactId", "documentation":"The identifier of the contact summary.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"If this contact is related to other contacts, this is the ID of the initial contact.
" }, "PreviousContactId":{ "shape":"ContactId", "documentation":"If this contact is not the first contact, this is the ID of the previous contact.
" }, "InitiationMethod":{ "shape":"ContactInitiationMethod", "documentation":"Indicates how the contact was initiated.
" }, "Channel":{ "shape":"Channel", "documentation":"How the contact reached your contact center.
" }, "QueueInfo":{ "shape":"ContactSearchSummaryQueueInfo", "documentation":"If this contact was queued, this contains information about the queue.
" }, "AgentInfo":{ "shape":"ContactSearchSummaryAgentInfo", "documentation":"Information about the agent who accepted the contact.
" }, "InitiationTimestamp":{ "shape":"timestamp", "documentation":"The date and time this contact was initiated, in UTC time. For INBOUND, this is when the contact arrived. For OUTBOUND, this is when the agent began dialing. For CALLBACK, this is when the callback contact was created. For TRANSFER and QUEUE_TRANSFER, this is when the transfer was initiated. For API, this is when the request arrived. For EXTERNAL_OUTBOUND, this is when the agent started dialing the external participant. For MONITOR, this is when the supervisor started listening to a contact.
The timestamp when the customer endpoint disconnected from Connect Customer.
" }, "ScheduledTimestamp":{ "shape":"timestamp", "documentation":"The timestamp, in Unix epoch time format, at which to start running the inbound flow.
" }, "SegmentAttributes":{ "shape":"ContactSearchSummarySegmentAttributes", "documentation":"Set of segment attributes for a contact.
" }, "Name":{ "shape":"Name", "documentation":"Indicates name of the contact.
" }, "RoutingCriteria":{"shape":"RoutingCriteria"}, "Tags":{ "shape":"ContactTagMap", "documentation":"Tags associated with the contact. This contains both Amazon Web Services generated and user-defined tags.
" }, "GlobalResiliencyMetadata":{ "shape":"GlobalResiliencyMetadata", "documentation":"Additional routing information for contacts created in ACGR instances.
" }, "AiAgentInfo":{ "shape":"ContactSearchSummaryAiAgentInfoList", "documentation":"Information about the AI agents involved in the contact.
" } }, "documentation":"Information of returned contact.
" }, "ContactSearchSummaryAgentInfo":{ "type":"structure", "members":{ "Id":{ "shape":"AgentResourceId", "documentation":"The identifier of the agent who accepted the contact.
" }, "ConnectedToAgentTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was connected to the agent.
" } }, "documentation":"Information about the agent who accepted the contact.
" }, "ContactSearchSummaryAiAgentInfo":{ "type":"structure", "members":{ "AiAgentVersionId":{ "shape":"AiAgentVersionId", "documentation":"The unique identifier that specifies both the AI agent ID and its version number that was involved in the contact.
" }, "AiAgentEscalated":{ "shape":"Boolean", "documentation":"A boolean flag indicating whether the contact initially handled by this AI agent was escalated to a human agent.
", "box":true }, "AiUseCase":{ "shape":"AiUseCase", "documentation":"The use case or scenario for which the AI agent is involved in the contact. Valid values are AgentAssistance and SelfService.
Information of the AI agent involved in the contact.
" }, "ContactSearchSummaryAiAgentInfoList":{ "type":"list", "member":{"shape":"ContactSearchSummaryAiAgentInfo"} }, "ContactSearchSummaryQueueInfo":{ "type":"structure", "members":{ "Id":{ "shape":"QueueId", "documentation":"The unique identifier for the queue.
" }, "EnqueueTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was added to the queue.
" } }, "documentation":"If this contact was queued, this contains information about the queue.
" }, "ContactSearchSummarySegmentAttributeValue":{ "type":"structure", "members":{ "ValueString":{ "shape":"SegmentAttributeValueString", "documentation":"The value of a segment attribute represented as a string.
" }, "ValueMap":{ "shape":"SegmentAttributeValueMap", "documentation":"The key and value of a segment attribute.
" } }, "documentation":"The value of a segment attribute. This is structured as a map with a single key-value pair. The key 'valueString' indicates that the attribute type is a string, and its corresponding value is the actual string value of the segment attribute.
" }, "ContactSearchSummarySegmentAttributes":{ "type":"map", "key":{"shape":"SegmentAttributeName"}, "value":{"shape":"ContactSearchSummarySegmentAttributeValue"}, "sensitive":true }, "ContactState":{ "type":"string", "enum":[ "INCOMING", "PENDING", "CONNECTING", "CONNECTED", "CONNECTED_ONHOLD", "MISSED", "ERROR", "ENDED", "REJECTED" ] }, "ContactStates":{ "type":"list", "member":{"shape":"ContactState"}, "max":9 }, "ContactTagKey":{ "type":"string", "max":128, "min":1, "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$" }, "ContactTagKeys":{ "type":"list", "member":{"shape":"ContactTagKey"}, "max":6, "min":1 }, "ContactTagMap":{ "type":"map", "key":{"shape":"ContactTagKey"}, "value":{"shape":"ContactTagValue"}, "max":6, "min":1 }, "ContactTagValue":{ "type":"string", "max":256 }, "Contacts":{ "type":"list", "member":{"shape":"ContactSearchSummary"} }, "Content":{ "type":"string", "max":1024, "min":1 }, "ContentAttributes":{ "type":"structure", "members":{ "RecommenderConfig":{ "shape":"RecommenderConfig", "documentation":"Configuration for the recommender used to generate personalized recommendations for the notification content.
" } }, "documentation":"Optional attributes used to populate the content of an outbound web notification, such as recommender configuration for personalized content.
" }, "ContentType":{ "type":"string", "max":255, "min":1 }, "ControlPlaneAttributeFilter":{ "type":"structure", "members":{ "OrConditions":{ "shape":"CommonAttributeOrConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
A leaf node condition which can be used to specify a tag condition.
" } }, "documentation":"An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where:
Top level list specifies conditions that need to be applied with OR operator
Inner list specifies conditions that need to be applied with AND operator.
A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
This accepts an OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator
The inner list specifies conditions that need to be applied with AND operator.
Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"AgentStatusName", "documentation":"The name of the status.
" }, "Description":{ "shape":"AgentStatusDescription", "documentation":"The description of the status.
" }, "State":{ "shape":"AgentStatusState", "documentation":"The state of the status.
" }, "DisplayOrder":{ "shape":"AgentStatusOrderNumber", "documentation":"The display order of the status.
", "box":true }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateAgentStatusResponse":{ "type":"structure", "members":{ "AgentStatusARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the agent status.
" }, "AgentStatusId":{ "shape":"AgentStatusId", "documentation":"The identifier of the agent status.
" } } }, "CreateAttachedFileRequest":{ "type":"structure", "required":[ "InstanceId", "FileUseCaseType", "FileSourceUri", "AssociatedResourceArn" ], "members":{ "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "FileUseCaseType":{ "shape":"FileUseCaseType", "documentation":"The use case for the file.
Only VOICE_RECORDING is supported.
The S3 URI of the file to be attached. Only S3 source URIs are supported.
" }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The ARN of the completed voice contact to attach the file to. Only voice contacts with Telephony subtype are supported.
This value must be a valid ARN.
The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
The unique identifier of the attached file resource (ARN).
" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
" }, "CreationTime":{ "shape":"ISO8601Datetime", "documentation":"The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.
The current status of the attached file. Valid values: PROCESSING | APPROVED | REJECTED | FAILED.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Scope":{ "shape":"AuthScope", "documentation":"The scope for the authorization code. Defines the permissions and access boundaries for the session.
" }, "MaxSessionDurationMinutes":{ "shape":"MaxSessionDurationMinutes", "documentation":"The maximum duration of the session, in minutes. Minimum value of 1440 (24 hours). Maximum value of 43200 (30 days). If no value is provided, the session will expire after 400 days.
", "box":true }, "SessionInactivityDurationMinutes":{ "shape":"SessionInactivityDurationMinutes", "documentation":"The duration of inactivity, in minutes, after which the session expires. Minimum value of 1440 (24 hours). Maximum value of 20160 (14 days).
" } } }, "CreateAuthCodeResponse":{ "type":"structure", "members":{ "AuthCode":{ "shape":"AuthCode", "documentation":"The authorization code to use for establishing a session.
" }, "SessionId":{ "shape":"SessionId", "documentation":"The identifier of the session created with the authorization code.
" }, "EntityType":{ "shape":"AuthCodeEntityType", "documentation":"The type of entity associated with the authorization code.
" }, "EntityId":{ "shape":"EntityId", "documentation":"The identifier of the entity associated with the authorization code.
" } } }, "CreateCaseActionDefinition":{ "type":"structure", "required":[ "Fields", "TemplateId" ], "members":{ "Fields":{ "shape":"FieldValues", "documentation":"An array of objects with Field ID and Value data.
A unique identifier of a template.
" } }, "documentation":"The CreateCase action definition.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Description":{ "shape":"ContactFlowDescription", "documentation":"The description of the alias.
" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "ContactFlowModuleVersion":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" }, "AliasName":{ "shape":"ContactFlowModuleAlias", "documentation":"The name of the alias.
" } } }, "CreateContactFlowModuleAliasResponse":{ "type":"structure", "members":{ "ContactFlowModuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module.
" }, "Id":{ "shape":"ResourceId", "documentation":"The identifier of the alias.
" } } }, "CreateContactFlowModuleRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"ContactFlowModuleName", "documentation":"The name of the flow module.
" }, "Description":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the flow module.
" }, "Content":{ "shape":"ContactFlowModuleContent", "documentation":"The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "Settings":{ "shape":"FlowModuleSettings", "documentation":"The configuration settings for the flow module.
" }, "ExternalInvocationConfiguration":{ "shape":"ExternalInvocationConfiguration", "documentation":"The external invocation configuration for the flow module.
" } } }, "CreateContactFlowModuleResponse":{ "type":"structure", "members":{ "Id":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module.
" } } }, "CreateContactFlowModuleVersionRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Description":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the flow module version.
" }, "ContactFlowModuleId":{ "shape":"ARN", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "FlowModuleContentSha256":{ "shape":"FlowModuleContentSha256", "documentation":"Indicates the checksum value of the flow module content.
" } } }, "CreateContactFlowModuleVersionResponse":{ "type":"structure", "members":{ "ContactFlowModuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow module.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" } } }, "CreateContactFlowRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "Type", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"ContactFlowName", "documentation":"The name of the flow.
" }, "Type":{ "shape":"ContactFlowType", "documentation":"The type of the flow. For descriptions of the available types, see Choose a flow type in the Connect Customer Administrator Guide.
" }, "Description":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow.
" }, "Content":{ "shape":"ContactFlowContent", "documentation":"The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.
Length Constraints: Minimum length of 1. Maximum length of 256000.
" }, "Status":{ "shape":"ContactFlowStatus", "documentation":"Indicates the flow status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. the SAVED status does not initiate validation of the content. SAVED | PUBLISHED.
The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateContactFlowResponse":{ "type":"structure", "members":{ "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" }, "ContactFlowArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow.
" }, "FlowContentSha256":{ "shape":"FlowContentSha256", "documentation":"Indicates the checksum value of the latest published flow content.
" } } }, "CreateContactFlowVersionRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "Description":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow version.
" }, "ContactFlowId":{ "shape":"ARN", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" }, "FlowContentSha256":{ "shape":"FlowContentSha256", "documentation":"Indicates the checksum value of the flow content.
" }, "ContactFlowVersion":{ "shape":"ResourceVersion", "documentation":"The identifier of the flow version.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The Amazon Web Services Region where this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "CreateContactFlowVersionResponse":{ "type":"structure", "members":{ "ContactFlowArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the flow.
" }, "Version":{ "shape":"ResourceVersion", "documentation":"The identifier of the flow version.
" } } }, "CreateContactRequest":{ "type":"structure", "required":[ "InstanceId", "Channel", "InitiationMethod" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "RelatedContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "Attributes":{ "shape":"Attributes", "documentation":"A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and can be accessed in 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.
" }, "References":{ "shape":"ContactReferences", "documentation":"A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL | ATTACHMENT.
The channel for the contact.
The CHAT channel is not supported. The following information is incorrect. We're working to correct it.
Indicates how the contact was initiated.
CreateContact only supports the following initiation methods. Valid values by channel are:
For VOICE: TRANSFER and the subtype connect:ExternalAudio
For EMAIL: OUTBOUND | AGENT_REPLY | FLOW
For TASK: API
The other channels listed below are incorrect. We're working to correct this information.
Number of minutes the contact will be active for before expiring
" }, "UserInfo":{ "shape":"UserInfo", "documentation":"User details for the contact
UserInfo is required when creating an EMAIL contact with OUTBOUND and AGENT_REPLY contact initiation methods.
Initial state of the contact when it's created. Only TASK channel contacts can be initiated with COMPLETED state.
The name of a the contact.
" }, "Description":{ "shape":"Description", "documentation":"A description of the contact.
" }, "SegmentAttributes":{ "shape":"SegmentAttributes", "documentation":"A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.
Attribute keys can include only alphanumeric, -, and _.
This field can be used to set Segment Contact Expiry as a duration in minutes.
To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will be active for before expiring, with SegmentAttributes like { \"connect:ContactExpiry\": {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\": 135}}}}.
The ID of the previous contact when creating a transfer contact. This value can be provided only for external audio contacts. For more information, see Integrate Connect Customer Contact Lens with external voice systems in the Connect Customer Administrator Guide.
" } } }, "CreateContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "ContactArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the created contact.
" } } }, "CreateDataTableAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Name", "ValueType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the version is provided as part of the identifier or ARN, the version must be one of the two available system managed aliases, $SAVED or $LATEST.
", "location":"uri", "locationName":"DataTableId" }, "Name":{ "shape":"DataTableName", "documentation":"The name for the attribute. Must conform to Connect human readable string specification and have 1-127 characters. Must not start with the reserved case insensitive values 'connect:' and 'aws:'. Whitespace trimmed before persisting. Must be unique for the data table using case-insensitive comparison.
" }, "ValueType":{ "shape":"DataTableAttributeValueType", "documentation":"The type of value allowed or the resultant type after the value's expression is evaluated. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, and BOOLEAN.
" }, "Description":{ "shape":"DataTableDescription", "documentation":"An optional description for the attribute. Must conform to Connect human readable string specification and have 0-250 characters. Whitespace trimmed before persisting.
" }, "Primary":{ "shape":"Boolean", "documentation":"Optional boolean that defaults to false. Determines if the value is used to identify a record in the table. Values for primary attributes must not be expressions.
" }, "Validation":{ "shape":"Validation", "documentation":"Optional validation rules for the attribute. Borrows heavily from JSON Schema - Draft 2020-12. The maximum length of arrays within validations and depth of validations is 5. There are default limits that apply to all types. Customer specified limits in excess of the default limits are not permitted.
" } } }, "CreateDataTableAttributeResponse":{ "type":"structure", "required":[ "Name", "LockVersion" ], "members":{ "Name":{ "shape":"DataTableName", "documentation":"The name of the created attribute since it also serves as the identifier. This could be different than the parameter passed in since it will be trimmed for whitespace.
" }, "AttributeId":{ "shape":"DataTableId", "documentation":"The unique identifier assigned to the created attribute.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The lock version information for the data table and attribute, used for optimistic locking and versioning.
" } } }, "CreateDataTableRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "TimeZone", "ValueLockLevel", "Status" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance where the data table will be created.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"DataTableName", "documentation":"The name for the data table. Must conform to Connect human readable string specification and have 1-127 characters. Whitespace must be trimmed first. Must not start with the reserved case insensitive values 'connect:' and 'aws:'. Must be unique for the instance using case-insensitive comparison.
" }, "Description":{ "shape":"DataTableDescription", "documentation":"An optional description for the data table. Must conform to Connect human readable string specification and have 0-250 characters. Whitespace must be trimmed first.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The IANA timezone identifier to use when resolving time based dynamic values. Required even if no time slices are specified.
" }, "ValueLockLevel":{ "shape":"DataTableLockLevel", "documentation":"The data level that concurrent value edits are locked on. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE. NONE is the default if unspecified. This determines how concurrent edits are handled when multiple users attempt to modify values simultaneously.
" }, "Status":{ "shape":"DataTableStatus", "documentation":"The status of the data table. One of PUBLISHED or SAVED. Required parameter that determines the initial state of the table.
" }, "Tags":{ "shape":"TagMap", "documentation":"Key value pairs for attribute based access control (TBAC or ABAC). Optional tags to apply to the data table for organization and access control purposes.
" } } }, "CreateDataTableResponse":{ "type":"structure", "required":[ "Id", "Arn", "LockVersion" ], "members":{ "Id":{ "shape":"DataTableId", "documentation":"The unique identifier for the created data table. Does not include the version alias.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the created data table. Does not include the version alias.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The lock version information for the created data table, used for optimistic locking and table versioning.
" } } }, "CreateEmailAddressRequest":{ "type":"structure", "required":[ "InstanceId", "EmailAddress" ], "members":{ "Description":{ "shape":"Description", "documentation":"The description of the email address.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EmailAddress":{ "shape":"EmailAddress", "documentation":"The email address, including the domain.
" }, "DisplayName":{ "shape":"EmailAddressDisplayName", "documentation":"The display name of email address
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
" } } }, "CreateEmailAddressResponse":{ "type":"structure", "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
" }, "EmailAddressArn":{ "shape":"EmailAddressArn", "documentation":"The Amazon Resource Name (ARN) of the email address.
" } } }, "CreateEvaluationFormRequest":{ "type":"structure", "required":[ "InstanceId", "Title", "Items" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Title":{ "shape":"EvaluationFormTitle", "documentation":"A title of the evaluation form.
" }, "Description":{ "shape":"EvaluationFormDescription", "documentation":"The description of the evaluation form.
" }, "Items":{ "shape":"EvaluationFormItemsList", "documentation":"Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
" }, "ScoringStrategy":{ "shape":"EvaluationFormScoringStrategy", "documentation":"A scoring strategy of the evaluation form.
" }, "AutoEvaluationConfiguration":{ "shape":"EvaluationFormAutoEvaluationConfiguration", "documentation":"Configuration information about automated evaluations.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "AsDraft":{ "shape":"BoxedBoolean", "documentation":"A boolean flag indicating whether to create evaluation form in draft state.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "ReviewConfiguration":{ "shape":"EvaluationReviewConfiguration", "documentation":"Configuration information about evaluation reviews.
" }, "TargetConfiguration":{ "shape":"EvaluationFormTargetConfiguration", "documentation":"Configuration that specifies the target for the evaluation form.
" }, "LanguageConfiguration":{ "shape":"EvaluationFormLanguageConfiguration", "documentation":"Configuration for language settings of the evaluation form.
" } } }, "CreateEvaluationFormResponse":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" } } }, "CreateHoursOfOperationOverrideRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "Name", "Config", "EffectiveFrom", "EffectiveTill" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation
", "location":"uri", "locationName":"HoursOfOperationId" }, "Name":{ "shape":"CommonHumanReadableName", "documentation":"The name of the hours of operation override.
" }, "Description":{ "shape":"CommonHumanReadableDescription", "documentation":"The description of the hours of operation override.
" }, "Config":{ "shape":"HoursOfOperationOverrideConfigList", "documentation":"Configuration information for the hours of operation override: day, start time, and end time.
" }, "EffectiveFrom":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date from when the hours of operation override is effective.
" }, "EffectiveTill":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date until when the hours of operation override is effective.
" }, "RecurrenceConfig":{ "shape":"RecurrenceConfig", "documentation":"Configuration for a recurring event.
" }, "OverrideType":{ "shape":"OverrideType", "documentation":"Whether the override will be defined as a standard or as a recurring event.
For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.
" } } }, "CreateHoursOfOperationOverrideResponse":{ "type":"structure", "members":{ "HoursOfOperationOverrideId":{ "shape":"HoursOfOperationOverrideId", "documentation":"The identifier for the hours of operation override.
" } } }, "CreateHoursOfOperationRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "TimeZone", "Config" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the hours of operation.
" }, "Description":{ "shape":"HoursOfOperationDescription", "documentation":"The description of the hours of operation.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The time zone of the hours of operation.
" }, "Config":{ "shape":"HoursOfOperationConfigList", "documentation":"Configuration information for the hours of operation: day, start time, and end time.
" }, "ParentHoursOfOperationConfigs":{ "shape":"ParentHoursOfOperationConfigList", "documentation":"Configuration for parent hours of operations. Eg: ResourceArn.
For more information about parent hours of operations, see Link overrides from different hours of operation in the Administrator Guide.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateHoursOfOperationResponse":{ "type":"structure", "members":{ "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" }, "HoursOfOperationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the hours of operation.
" } } }, "CreateInstanceRequest":{ "type":"structure", "required":[ "IdentityManagementType", "InboundCallsEnabled", "OutboundCallsEnabled" ], "members":{ "ClientToken":{ "shape":"ClientToken", "documentation":"The idempotency token.
", "idempotencyToken":true }, "IdentityManagementType":{ "shape":"DirectoryType", "documentation":"The type of identity management for your Connect Customer users.
" }, "InstanceAlias":{ "shape":"DirectoryAlias", "documentation":"The name for your instance.
" }, "DirectoryId":{ "shape":"DirectoryId", "documentation":"The identifier for the directory.
" }, "InboundCallsEnabled":{ "shape":"InboundCallsEnabled", "documentation":"Your contact center handles incoming contacts.
" }, "OutboundCallsEnabled":{ "shape":"OutboundCallsEnabled", "documentation":"Your contact center allows outbound calls.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
The identifier for the instance.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the instance.
" } } }, "CreateIntegrationAssociationRequest":{ "type":"structure", "required":[ "InstanceId", "IntegrationType", "IntegrationArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "IntegrationType":{ "shape":"IntegrationType", "documentation":"The type of information to be ingested.
" }, "IntegrationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the integration.
When integrating with Amazon Web Services End User Messaging, the Connect Customer and Amazon Web Services End User Messaging instances must be in the same account.
The URL for the external application. This field is only required for the EVENT integration type.
" }, "SourceApplicationName":{ "shape":"SourceApplicationName", "documentation":"The name of the external application. This field is only required for the EVENT integration type.
" }, "SourceType":{ "shape":"SourceType", "documentation":"The type of the data source. This field is only required for the EVENT integration type.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateIntegrationAssociationResponse":{ "type":"structure", "members":{ "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the integration association.
" }, "IntegrationAssociationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the association.
" } } }, "CreateNotificationRequest":{ "type":"structure", "required":[ "InstanceId", "Recipients", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification should expire and no longer be displayed to users. If not specified, defaults to one week from creation.
" }, "Recipients":{ "shape":"RecipientList", "documentation":"A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Can include user ARNs or instance ARNs to target all users in an instance. Maximum of 200 recipients.
" }, "Priority":{ "shape":"ConfigurableNotificationPriority", "documentation":"The priority level of the notification. Valid values are HIGH and LOW. High priority notifications are displayed above low priority notifications.
" }, "Content":{ "shape":"NotificationContent", "documentation":"The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale. Content supports links. Maximum 250 characters per locale.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "CreateNotificationResponse":{ "type":"structure", "required":[ "NotificationId", "NotificationArn" ], "members":{ "NotificationId":{ "shape":"NotificationId", "documentation":"The unique identifier assigned to the created notification.
" }, "NotificationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the created notification.
" } } }, "CreateParticipantRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "ParticipantDetails" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer. Supports contacts in the CHAT channel and VOICE (WebRTC) channels. For WebRTC calls, this should be the initial contact ID that was generated when the contact was first created (from the StartWebRTCContact API) in the VOICE channel
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "ParticipantDetails":{ "shape":"ParticipantDetailsToAdd", "documentation":"Information identifying the participant.
The only valid value for ParticipantRole is CUSTOM_BOT for chat contact and CUSTOMER for voice contact.
The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
" } } }, "CreatePersistentContactAssociationRequest":{ "type":"structure", "required":[ "InstanceId", "InitialContactId", "RehydrationType", "SourceContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "InitialContactId":{ "shape":"ContactId", "documentation":"This is the contactId of the current contact that the CreatePersistentContactAssociation API is being called from.
The contactId chosen for rehydration depends on the type chosen.
ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat contact of the specified past ended chat session. To use this type, provide the initialContactId of the past ended chat session in the sourceContactId field. In this type, Connect Customer determines what the most recent chat contact on the past ended chat session and uses it to start a persistent chat.
FROM_SEGMENT: Rehydrates a chat from the specified past chat contact provided in the sourceContactId field.
The actual contactId used for rehydration is provided in the response of this API.
To illustrate how to use rehydration type, consider the following example: A customer starts a chat session. Agent a1 accepts the chat and a conversation starts between the customer and Agent a1. This first contact creates a contact ID C1. Agent a1 then transfers the chat to Agent a2. This creates another contact ID C2. At this point Agent a2 ends the chat. The customer is forwarded to the disconnect flow for a post chat survey that creates another contact ID C3. After the chat survey, the chat session ends. Later, the customer returns and wants to resume their past chat session. At this point, the customer can have following use cases:
Use Case 1: The customer wants to continue the past chat session but they want to hide the post chat survey. For this they will use the following configuration:
Configuration
SourceContactId = \"C2\"
RehydrationType = \"FROM_SEGMENT\"
Expected behavior
This starts a persistent chat session from the specified past ended contact (C2). Transcripts of past chat sessions C2 and C1 are accessible in the current persistent chat session. Note that chat segment C3 is dropped from the persistent chat session.
Use Case 2: The customer wants to continue the past chat session and see the transcript of the entire past engagement, including the post chat survey. For this they will use the following configuration:
Configuration
SourceContactId = \"C1\"
RehydrationType = \"ENTIRE_PAST_SESSION\"
Expected behavior
This starts a persistent chat session from the most recently ended chat contact (C3). Transcripts of past chat sessions C3, C2 and C1 are accessible in the current persistent chat session.
The contactId from which a persistent chat session must be started.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
" } } }, "CreatePersistentContactAssociationResponse":{ "type":"structure", "members":{ "ContinuedFromContactId":{ "shape":"ContactId", "documentation":"The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
" } } }, "CreatePredefinedAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"PredefinedAttributeName", "documentation":"The name of the predefined attribute.
" }, "Values":{ "shape":"PredefinedAttributeValues", "documentation":"The values of the predefined attribute.
" }, "Purposes":{ "shape":"PredefinedAttributePurposeNameList", "documentation":"Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Connect Customer admin website.
" }, "AttributeConfiguration":{ "shape":"InputPredefinedAttributeConfiguration", "documentation":"Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Connect Customer admin website.
" } } }, "CreatePromptRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "S3Uri" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the prompt.
" }, "Description":{ "shape":"PromptDescription", "documentation":"The description of the prompt.
" }, "S3Uri":{ "shape":"S3Uri", "documentation":"The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the GetPromptFile API instead of providing S3 URIs.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreatePromptResponse":{ "type":"structure", "members":{ "PromptARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the prompt.
" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
" } } }, "CreatePushNotificationRegistrationRequest":{ "type":"structure", "required":[ "InstanceId", "PinpointAppArn", "DeviceToken", "DeviceType", "ContactConfiguration" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "PinpointAppArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the Pinpoint application.
" }, "DeviceToken":{ "shape":"DeviceToken", "documentation":"The push notification token issued by the Apple or Google gateways.
" }, "DeviceType":{ "shape":"DeviceType", "documentation":"The device type to use when sending the message.
" }, "ContactConfiguration":{ "shape":"ContactConfiguration", "documentation":"The contact configuration for push notification registration.
" } } }, "CreatePushNotificationRegistrationResponse":{ "type":"structure", "required":["RegistrationId"], "members":{ "RegistrationId":{ "shape":"RegistrationId", "documentation":"The identifier for the registration.
" } } }, "CreateQueueRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the queue.
" }, "Description":{ "shape":"QueueDescription", "documentation":"The description of the queue.
" }, "OutboundCallerConfig":{ "shape":"OutboundCallerConfig", "documentation":"The outbound caller ID name, number, and outbound whisper flow.
" }, "OutboundEmailConfig":{ "shape":"OutboundEmailConfig", "documentation":"The outbound email address ID for a specified queue.
" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" }, "MaxContacts":{ "shape":"QueueMaxContacts", "documentation":"The maximum number of contacts that can be in the queue before it is considered full.
", "box":true }, "QuickConnectIds":{ "shape":"QuickConnectsList", "documentation":"The quick connects available to agents who are working the queue.
" }, "EmailAddressesConfig":{ "shape":"EmailAddressConfigList", "documentation":"Configuration list containing the email addresses to associate with the queue during creation. Each configuration specifies an email address ID that agents can select when handling email contacts in this queue.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateQueueResponse":{ "type":"structure", "members":{ "QueueArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the queue.
" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" } } }, "CreateQuickConnectRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "QuickConnectConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"QuickConnectName", "documentation":"A unique name of the quick connect.
" }, "Description":{ "shape":"QuickConnectDescription", "documentation":"The description of the quick connect.
" }, "QuickConnectConfig":{ "shape":"QuickConnectConfig", "documentation":"Configuration settings for the quick connect.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateQuickConnectResponse":{ "type":"structure", "members":{ "QuickConnectARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the quick connect.
" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
" } } }, "CreateRoutingProfileRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "Description", "DefaultOutboundQueueId", "MediaConcurrencies" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"RoutingProfileName", "documentation":"The name of the routing profile. Must not be more than 127 characters.
" }, "Description":{ "shape":"RoutingProfileDescription", "documentation":"Description of the routing profile. Must not be more than 250 characters.
" }, "DefaultOutboundQueueId":{ "shape":"QueueId", "documentation":"The default outbound queue for the routing profile.
" }, "QueueConfigs":{ "shape":"RoutingProfileQueueConfigList", "documentation":"The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
The limit of 10 array members applies to the maximum number of RoutingProfileQueueConfig objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per routing profile per instance that is listed in Connect Customer service quotas.
The manual assignment queues associated with the routing profile. If no queue is added, agents and supervisors can't pick or assign any contacts from this routing profile. The limit of 10 array members applies to the maximum number of RoutingProfileManualAssignmentQueueConfig objects that can be passed during a CreateRoutingProfile API request. It is different from the quota of 50 queues per routing profile per instance that is listed in Connect Customer service quotas.
Note: Use this config for chat, email, and task contacts. It does not support voice contacts.
" }, "MediaConcurrencies":{ "shape":"MediaConcurrencies", "documentation":"The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "AgentAvailabilityTimer":{ "shape":"AgentAvailabilityTimer", "documentation":"Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.
" } } }, "CreateRoutingProfileResponse":{ "type":"structure", "members":{ "RoutingProfileArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the routing profile.
" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
" } } }, "CreateRuleRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "TriggerEventSource", "Function", "Actions", "PublishStatus" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"RuleName", "documentation":"A unique name for the rule.
" }, "TriggerEventSource":{ "shape":"RuleTriggerEventSource", "documentation":"The event source to trigger the rule.
" }, "Function":{ "shape":"RuleFunction", "documentation":"The conditions of the rule.
" }, "Actions":{ "shape":"RuleActions", "documentation":"A list of actions to be run when the rule is triggered.
" }, "PublishStatus":{ "shape":"RulePublishStatus", "documentation":"The publish status of the rule.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "CreateRuleResponse":{ "type":"structure", "required":[ "RuleArn", "RuleId" ], "members":{ "RuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the rule.
" }, "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
" } } }, "CreateSecurityProfileName":{ "type":"string", "max":127, "min":1, "pattern":"^[ a-zA-Z0-9_@-]+$" }, "CreateSecurityProfileRequest":{ "type":"structure", "required":[ "SecurityProfileName", "InstanceId" ], "members":{ "SecurityProfileName":{ "shape":"CreateSecurityProfileName", "documentation":"The name of the security profile.
" }, "Description":{ "shape":"SecurityProfileDescription", "documentation":"The description of the security profile.
" }, "Permissions":{ "shape":"PermissionsList", "documentation":"Permissions assigned to the security profile. For a list of valid permissions, see List of security profile permissions.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "AllowedAccessControlTags":{ "shape":"AllowedAccessControlTags", "documentation":"The list of tags that a security profile uses to restrict access to resources in Connect Customer.
" }, "TagRestrictedResources":{ "shape":"TagRestrictedResourceList", "documentation":"The list of resources that a security profile applies tag restrictions to in Connect Customer. For a list of Connect Customer resources that you can tag, see Add tags to resources in Connect Customer in the Connect Customer Administrator Guide.
" }, "Applications":{ "shape":"Applications", "documentation":"A list of third-party applications or MCP Servers that the security profile will give access to.
" }, "HierarchyRestrictedResources":{ "shape":"HierarchyRestrictedResourceList", "documentation":"The list of resources that a security profile applies hierarchy restrictions to in Connect Customer. Following are acceptable ResourceNames: User.
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Connect Customer.
" }, "AllowedFlowModules":{ "shape":"AllowedFlowModules", "documentation":"A list of Flow Modules an AI Agent can invoke as a tool.
" }, "GranularAccessControlConfiguration":{ "shape":"GranularAccessControlConfiguration", "documentation":"The granular access control configuration for the security profile, including data table permissions.
" } } }, "CreateSecurityProfileResponse":{ "type":"structure", "members":{ "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profle.
" }, "SecurityProfileArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the security profile.
" } } }, "CreateTaskTemplateRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "Fields" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"TaskTemplateName", "documentation":"The name of the task template.
" }, "Description":{ "shape":"TaskTemplateDescription", "documentation":"The description of the task template.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow that runs by default when a task is created by referencing this template.
" }, "SelfAssignFlowId":{ "shape":"ContactFlowId", "documentation":"The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
" }, "Constraints":{ "shape":"TaskTemplateConstraints", "documentation":"Constraints that are applicable to the fields listed.
" }, "Defaults":{ "shape":"TaskTemplateDefaults", "documentation":"The default values for fields when a task is created by referencing this template.
" }, "Status":{ "shape":"TaskTemplateStatus", "documentation":"Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
Fields that are part of the template.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "CreateTaskTemplateResponse":{ "type":"structure", "required":[ "Id", "Arn" ], "members":{ "Id":{ "shape":"TaskTemplateId", "documentation":"The identifier of the task template resource.
" }, "Arn":{ "shape":"TaskTemplateArn", "documentation":"The Amazon Resource Name (ARN) for the task template resource.
" } } }, "CreateTestCaseRequest":{ "type":"structure", "required":[ "InstanceId", "Name", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"TestCaseName", "documentation":"The name of the test.
" }, "Description":{ "shape":"TestCaseDescription", "documentation":"The description of the test.
" }, "Content":{ "shape":"TestCaseContent", "documentation":"The JSON string that represents the content of the test.
" }, "EntryPoint":{ "shape":"TestCaseEntryPoint", "documentation":"Defines the starting point for your test.
" }, "InitializationData":{ "shape":"TestCaseInitializationData", "documentation":"Defines the initial custom attributes for your test.
" }, "Status":{ "shape":"TestCaseStatus", "documentation":"Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.
" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"Id of the test case if you want to create it in a replica region using Amazon Connect Global Resiliency
", "location":"header", "locationName":"x-amz-resource-id" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The time at which the resource was last modified.
", "location":"header", "locationName":"x-amz-last-modified-time" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The region in which the resource was last modified
", "location":"header", "locationName":"x-amz-last-modified-region" } } }, "CreateTestCaseResponse":{ "type":"structure", "members":{ "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test.
" }, "TestCaseArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the test.
" } } }, "CreateTrafficDistributionGroupRequest":{ "type":"structure", "required":[ "Name", "InstanceId" ], "members":{ "Name":{ "shape":"Name128", "documentation":"The name for the traffic distribution group.
" }, "Description":{ "shape":"Description250", "documentation":"A description for the traffic distribution group.
" }, "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance that has been replicated. You can find the instanceId in the ARN of the instance.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateTrafficDistributionGroupResponse":{ "type":"structure", "members":{ "Id":{ "shape":"TrafficDistributionGroupId", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
" }, "Arn":{ "shape":"TrafficDistributionGroupArn", "documentation":"The Amazon Resource Name (ARN) of the traffic distribution group.
" } } }, "CreateUseCaseRequest":{ "type":"structure", "required":[ "InstanceId", "IntegrationAssociationId", "UseCaseType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the integration association.
", "location":"uri", "locationName":"IntegrationAssociationId" }, "UseCaseType":{ "shape":"UseCaseType", "documentation":"The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateUseCaseResponse":{ "type":"structure", "members":{ "UseCaseId":{ "shape":"UseCaseId", "documentation":"The identifier of the use case.
" }, "UseCaseArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the use case.
" } } }, "CreateUserHierarchyGroupRequest":{ "type":"structure", "required":[ "Name", "InstanceId" ], "members":{ "Name":{ "shape":"HierarchyGroupName", "documentation":"The name of the user hierarchy group. Must not be more than 100 characters.
" }, "ParentGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier for the parent hierarchy group. The user hierarchy is created at level one if the parent group ID is null.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateUserHierarchyGroupResponse":{ "type":"structure", "members":{ "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
" }, "HierarchyGroupArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the hierarchy group.
" } } }, "CreateUserRequest":{ "type":"structure", "required":[ "Username", "SecurityProfileIds", "RoutingProfileId", "InstanceId" ], "members":{ "Username":{ "shape":"AgentUsername", "documentation":"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_-.\\@]+.
Username can include @ only if used in an email format. For example:
Correct: testuser
Correct: testuser@example.com
Incorrect: testuser@example
The password for the user account. A password is required if you are using Connect Customer for identity management. Otherwise, it is an error to include a password.
" }, "IdentityInfo":{ "shape":"UserIdentityInfo", "documentation":"The information about the identity of the user.
" }, "PhoneConfig":{ "shape":"UserPhoneConfig", "documentation":"The phone settings for the user. This parameter is optional. If not provided, the user can be configured using channel-specific parameters such as AutoAcceptConfigs, AfterContactWorkConfigs, PhoneNumberConfigs, PersistentConnectionConfigs, and VoiceEnhancementConfigs.
The identifier of the user account in the directory used for identity management. If Connect Customer cannot access the directory, you can specify this identifier to authenticate users. If you include the identifier, we assume that Connect Customer 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 Connect Customer when Connect Customer cannot access your directory to authenticate users. If you are using SAML for identity management and include this parameter, an error is returned.
" }, "SecurityProfileIds":{ "shape":"SecurityProfileIds", "documentation":"The identifier of the security profile for the user.
" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile for the user.
" }, "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group for the user.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AutoAcceptConfigs":{ "shape":"AutoAcceptConfigs", "documentation":"The list of auto-accept configuration settings for each channel.
" }, "AfterContactWorkConfigs":{ "shape":"AfterContactWorkConfigs", "documentation":"The list of after contact work (ACW) timeout configuration settings for each channel.
" }, "PhoneNumberConfigs":{ "shape":"PhoneNumberConfigs", "documentation":"The list of phone number configuration settings for each channel.
" }, "PersistentConnectionConfigs":{ "shape":"PersistentConnectionConfigs", "documentation":"The list of persistent connection configuration settings for each channel.
" }, "VoiceEnhancementConfigs":{ "shape":"VoiceEnhancementConfigs", "documentation":"The list of voice enhancement configuration settings for each channel.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateUserResponse":{ "type":"structure", "members":{ "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
" }, "UserArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user account.
" } } }, "CreateViewRequest":{ "type":"structure", "required":[ "InstanceId", "Status", "Content", "Name" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ClientToken":{ "shape":"ViewsClientToken", "documentation":"A unique Id for each create view request to avoid duplicate view creation. For example, the view is idempotent ClientToken is provided.
" }, "Status":{ "shape":"ViewStatus", "documentation":"Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
View content containing all content necessary to render a view except for runtime input data.
The total uncompressed content has a maximum file size of 400kB.
" }, "Description":{ "shape":"ViewDescription", "documentation":"The description of the view.
" }, "Name":{ "shape":"ViewName", "documentation":"The name of the view.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags associated with the view resource (not specific to view version).These tags can be used to organize, track, or control access for this resource. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateViewResponse":{ "type":"structure", "members":{ "View":{ "shape":"View", "documentation":"A view resource object. Contains metadata and content necessary to render the view.
" } } }, "CreateViewVersionRequest":{ "type":"structure", "required":[ "InstanceId", "ViewId" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The identifier of the view. Both ViewArn and ViewId can be used.
The description for the version being published.
" }, "ViewContentSha256":{ "shape":"ViewContentSha256", "documentation":"Indicates the checksum value of the latest published view content.
" } } }, "CreateViewVersionResponse":{ "type":"structure", "members":{ "View":{ "shape":"View", "documentation":"All view data is contained within the View object.
" } } }, "CreateVocabularyRequest":{ "type":"structure", "required":[ "InstanceId", "VocabularyName", "LanguageCode", "Content" ], "members":{ "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. If a create request is received more than once with same client token, subsequent requests return the previous response without creating a vocabulary again.
", "idempotencyToken":true }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "VocabularyName":{ "shape":"VocabularyName", "documentation":"A unique name of the custom vocabulary.
" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
" }, "Content":{ "shape":"VocabularyContent", "documentation":"The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. The size limit is 50KB. For more information, see Create a custom vocabulary using a table.
The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "CreateVocabularyResponse":{ "type":"structure", "required":[ "VocabularyArn", "VocabularyId", "State" ], "members":{ "VocabularyArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the custom vocabulary.
" }, "VocabularyId":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
" }, "State":{ "shape":"VocabularyState", "documentation":"The current state of the custom vocabulary.
" } } }, "CreateWorkspacePageRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "ResourceArn", "Page" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view to associate with the page.
" }, "Page":{ "shape":"Page", "documentation":"The page identifier. Valid system pages include HOME and AGENT_EXPERIENCE. Custom pages cannot use the aws: or connect: prefixes.
The URL-friendly identifier for the page.
" }, "InputData":{ "shape":"InputData", "documentation":"A JSON string containing input parameters for the view, validated against the view's input schema.
" } } }, "CreateWorkspacePageResponse":{ "type":"structure", "members":{} }, "CreateWorkspaceRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"WorkspaceName", "documentation":"The name of the workspace. Must be unique within the instance and can contain 1-127 characters.
" }, "Description":{ "shape":"WorkspaceDescription", "documentation":"The description of the workspace. Maximum length is 250 characters.
" }, "Theme":{ "shape":"WorkspaceTheme", "documentation":"The theme configuration for the workspace, including colors and styling.
" }, "Title":{ "shape":"WorkspaceTitle", "documentation":"The title displayed for the workspace.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
The identifier of the workspace.
" }, "WorkspaceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the workspace.
" } } }, "CreatedByInfo":{ "type":"structure", "members":{ "ConnectUserArn":{ "shape":"ARN", "documentation":"An agent ARN representing a connect user.
" }, "AWSIdentityArn":{ "shape":"ARN", "documentation":"STS or IAM ARN representing the identity of API Caller. SDK users cannot populate this and this value is calculated automatically if ConnectUserArn is not provided.
Information on the identity that created the file.
", "union":true }, "Credentials":{ "type":"structure", "members":{ "AccessToken":{ "shape":"SecurityToken", "documentation":"An access token generated for a federated user to access Connect Customer.
" }, "AccessTokenExpiration":{ "shape":"Timestamp", "documentation":"A token generated with an expiration time for the session a user is logged in to Connect Customer.
" }, "RefreshToken":{ "shape":"SecurityToken", "documentation":"Renews a token generated for a user to access the Connect Customer instance.
" }, "RefreshTokenExpiration":{ "shape":"Timestamp", "documentation":"Renews the expiration timer for a generated token.
" } }, "documentation":"Contains credentials to use for federation.
", "sensitive":true }, "CrossChannelBehavior":{ "type":"structure", "required":["BehaviorType"], "members":{ "BehaviorType":{ "shape":"BehaviorType", "documentation":"Specifies the other channels that can be routed to an agent handling their current channel.
" } }, "documentation":"Defines the cross-channel routing behavior that allows an agent working on a contact in one channel to be offered a contact from a different channel.
" }, "CurrentMetric":{ "type":"structure", "members":{ "Name":{ "shape":"CurrentMetricName", "documentation":"The name of the metric.
" }, "MetricId":{ "shape":"CurrentMetricId", "documentation":"Out of the box current metrics or custom metrics can be referenced via this field. This field is a valid AWS Connect Arn or a UUID.
" }, "Unit":{ "shape":"Unit", "documentation":"The Unit parameter is not supported for custom metrics.
The unit for the metric.
" } }, "documentation":"Contains information about a real-time metric. For a description of each metric, see Metrics definitions in the Connect Customer Administrator Guide.
Only one of either the Name or MetricId is required.
Information about the metric.
" }, "Value":{ "shape":"Value", "documentation":"The value of the metric.
", "box":true } }, "documentation":"Contains the data for a real-time metric.
" }, "CurrentMetricDataCollections":{ "type":"list", "member":{"shape":"CurrentMetricData"} }, "CurrentMetricId":{ "type":"string", "pattern":"^([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})|(arn:[a-z0-9-]+:connect:[a-z0-9-]+:(?:([0-9]{12}):instance/[a-z0-9-]+/metric/[a-z0-9-]+(?::[a-z0-9-]+)?|aws:metric/[A-Z_]+))$" }, "CurrentMetricName":{ "type":"string", "documentation":"The current metric names.
", "enum":[ "AGENTS_ONLINE", "AGENTS_AVAILABLE", "AGENTS_ON_CALL", "AGENTS_NON_PRODUCTIVE", "AGENTS_AFTER_CONTACT_WORK", "AGENTS_ERROR", "AGENTS_STAFFED", "CONTACTS_IN_QUEUE", "OLDEST_CONTACT_AGE", "CONTACTS_SCHEDULED", "AGENTS_ON_CONTACT", "SLOTS_ACTIVE", "SLOTS_AVAILABLE", "ESTIMATED_WAIT_TIME" ] }, "CurrentMetricResult":{ "type":"structure", "members":{ "Dimensions":{ "shape":"Dimensions", "documentation":"The dimensions for the metrics.
" }, "Collections":{ "shape":"CurrentMetricDataCollections", "documentation":"The set of metrics.
" } }, "documentation":"Contains information about a set of real-time metrics.
" }, "CurrentMetricResults":{ "type":"list", "member":{"shape":"CurrentMetricResult"} }, "CurrentMetricSortCriteria":{ "type":"structure", "members":{ "SortByMetric":{"shape":"CurrentMetricName"}, "SortOrder":{ "shape":"SortOrder", "documentation":"The way to sort.
" } }, "documentation":"The way to sort the resulting response based on metrics. By default resources are sorted based on AGENTS_ONLINE, DESCENDING. The metric collection is sorted based on the input metrics.
Information regarding Customer’s device.
" }, "Capabilities":{"shape":"ParticipantCapabilities"} }, "documentation":"Information about the Customer on the contact.
" }, "CustomerId":{ "type":"string", "max":128, "min":0 }, "CustomerIdNonEmpty":{ "type":"string", "max":128, "min":1, "sensitive":true }, "CustomerProfileAttributesSerialized":{"type":"string"}, "CustomerProfileId":{ "type":"string", "max":32, "min":1 }, "CustomerProfilesDomainName":{ "type":"string", "max":64, "min":1, "pattern":"^[a-zA-Z0-9_-]+$" }, "CustomerQualityMetrics":{ "type":"structure", "members":{ "Audio":{ "shape":"AudioQualityMetricsInfo", "documentation":"Information about the audio quality of the Customer
" } }, "documentation":"Information about the quality of the Customer's media connection
" }, "CustomerVoiceActivity":{ "type":"structure", "members":{ "GreetingStartTimestamp":{ "shape":"timestamp", "documentation":"Timestamp that measures the beginning of the customer greeting from an outbound voice call.
" }, "GreetingEndTimestamp":{ "shape":"timestamp", "documentation":"Timestamp that measures the end of the customer greeting from an outbound voice call.
" } }, "documentation":"Information about customer’s voice activity.
" }, "DataSetId":{ "type":"string", "max":255, "min":1 }, "DataSetIds":{ "type":"list", "member":{"shape":"DataSetId"} }, "DataTable":{ "type":"structure", "required":[ "Name", "Id", "Arn", "TimeZone", "LastModifiedTime" ], "members":{ "Name":{ "shape":"DataTableName", "documentation":"The human-readable name of the data table. Must be unique within the instance and conform to Connect naming standards.
" }, "Id":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Does not include version aliases.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the data table. Does not include version aliases.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The IANA timezone identifier used when resolving time based dynamic values. Required even if no time slices are specified.
" }, "Description":{ "shape":"DataTableDescription", "documentation":"An optional description of the data table's purpose and contents.
" }, "ValueLockLevel":{ "shape":"DataTableLockLevel", "documentation":"The data level that concurrent value edits are locked on. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE. Determines how concurrent edits are handled when multiple users attempt to modify values simultaneously.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The lock version information used for optimistic locking and table versioning. Changes with each update to prevent concurrent modification conflicts.
" }, "Version":{ "shape":"DataTableVersion", "documentation":"A unique identifier and alias for customer managed versions (not $LATEST or $SAVED).
" }, "VersionDescription":{ "shape":"DataTableDescription", "documentation":"A description of the customer managed version.
" }, "Status":{ "shape":"DataTableStatus", "documentation":"The current status of the data table. One of PUBLISHED or SAVED.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the data table was created.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the data table or any of its properties were last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where the data table was last modified, used for region replication.
" }, "Tags":{ "shape":"TagMap", "documentation":"Key-value pairs for attribute based access control (TBAC or ABAC) and organization.
" } }, "documentation":"Represents a data table in Amazon Connect. A data table is a JSON-like data structure where attributes and values are dynamically set by customers. Customers can reference table values within call flows, applications, views, and workspaces to pinpoint dynamic configuration that changes their contact center's behavior in a predetermined and safe way.
" }, "DataTableAccessControlConfiguration":{ "type":"structure", "members":{ "PrimaryAttributeAccessControlConfiguration":{ "shape":"PrimaryAttributeAccessControlConfigurationItem", "documentation":"The configuration's primary attribute access control configuration.
" } }, "documentation":"A data table access control configuration.
" }, "DataTableAttribute":{ "type":"structure", "required":[ "Name", "ValueType" ], "members":{ "AttributeId":{ "shape":"DataTableId", "documentation":"The unique identifier for the attribute within the data table.
" }, "Name":{ "shape":"DataTableName", "documentation":"The human-readable name of the attribute. Must be unique within the data table and conform to Connect naming standards.
" }, "ValueType":{ "shape":"DataTableAttributeValueType", "documentation":"The type of value allowed for this attribute. Must be one of TEXT, TEXT_LIST, NUMBER, NUMBER_LIST, or BOOLEAN. Determines how values are validated and processed.
" }, "Description":{ "shape":"DataTableDescription", "documentation":"An optional description explaining the purpose and usage of this attribute.
" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier of the data table that contains this attribute.
" }, "DataTableArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the data table that contains this attribute.
" }, "Primary":{ "shape":"Boolean", "documentation":"Boolean indicating whether this attribute is used as a primary key for record identification. Primary attributes must have unique value combinations and cannot contain expressions.
" }, "Version":{ "shape":"DataTableVersion", "documentation":"The version identifier for this attribute, used for versioning and change tracking.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The lock version for this attribute, used for optimistic locking to prevent concurrent modification conflicts.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this attribute was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this attribute was last modified, used for region replication.
" }, "Validation":{ "shape":"Validation", "documentation":"The validation rules applied to values of this attribute. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations for data integrity.
" } }, "documentation":"Represents an attribute (column) in a data table. Attributes define the schema and validation rules for values that can be stored in the table. They specify the data type, constraints, and whether the attribute is used as a primary key for record identification.
" }, "DataTableAttributeValueType":{ "type":"string", "enum":[ "TEXT", "NUMBER", "BOOLEAN", "TEXT_LIST", "NUMBER_LIST" ] }, "DataTableDeleteValueIdentifier":{ "type":"structure", "required":[ "AttributeName", "LockVersion" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The identifier's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The identifier's attribute name.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The identifier's lock version.
" } }, "documentation":"A data table delete value identifier.
" }, "DataTableDeleteValueIdentifierList":{ "type":"list", "member":{"shape":"DataTableDeleteValueIdentifier"} }, "DataTableDescription":{ "type":"string", "max":250, "min":0, "pattern":"^[\\\\P{C}\\r\\n\\t]+$" }, "DataTableEvaluatedValue":{ "type":"structure", "required":[ "RecordId", "PrimaryValues", "AttributeName", "ValueType", "Found", "Error", "EvaluatedValue" ], "members":{ "RecordId":{ "shape":"DataTableId", "documentation":"The value's record ID.
" }, "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The value's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The value's attribute name.
" }, "ValueType":{ "shape":"DataTableAttributeValueType", "documentation":"The value's value type.
" }, "Found":{ "shape":"Boolean", "documentation":"The value's found.
" }, "Error":{ "shape":"Boolean", "documentation":"The value's error.
" }, "EvaluatedValue":{ "shape":"String", "documentation":"The value's evaluated value.
" } }, "documentation":"A data table evaluated value.
" }, "DataTableEvaluatedValueList":{ "type":"list", "member":{"shape":"DataTableEvaluatedValue"} }, "DataTableId":{ "type":"string", "max":256, "min":1 }, "DataTableList":{ "type":"list", "member":{"shape":"DataTable"} }, "DataTableLockLevel":{ "type":"string", "enum":[ "NONE", "DATA_TABLE", "PRIMARY_VALUE", "ATTRIBUTE", "VALUE" ] }, "DataTableLockVersion":{ "type":"structure", "members":{ "DataTable":{ "shape":"String", "documentation":"The lock version for the data table itself. Used for optimistic locking and table versioning. Changes with each update to the table's metadata or structure.
" }, "Attribute":{ "shape":"String", "documentation":"The lock version for a specific attribute. When the ValueLockLevel is ATTRIBUTE, this version changes when any value for the attribute changes. For other lock levels, it only changes when the attribute's properties are directly updated.
" }, "PrimaryValues":{ "shape":"String", "documentation":"The lock version for a specific set of primary values (record). This includes the default record even if the table does not have any primary attributes. Used for record-level locking.
" }, "Value":{ "shape":"String", "documentation":"The lock version for a specific value. Changes each time the individual value is modified. Used for the finest-grained locking control.
" } }, "documentation":"Contains lock version information for different levels of a data table hierarchy. Used for optimistic locking to prevent concurrent modification conflicts. Each component has its own lock version that changes when that component is modified.
" }, "DataTableName":{ "type":"string", "max":127, "min":1, "pattern":"^[\\p{L}\\p{Z}\\p{N}\\-_.:=@'|]+$" }, "DataTableSearchConditionList":{ "type":"list", "member":{"shape":"DataTableSearchCriteria"} }, "DataTableSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"DataTableSearchConditionList", "documentation":"The criteria's or conditions.
" }, "AndConditions":{ "shape":"DataTableSearchConditionList", "documentation":"The criteria's and conditions.
" }, "StringCondition":{"shape":"StringCondition"} }, "documentation":"A data table search criteria.
" }, "DataTableSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{"shape":"ControlPlaneAttributeFilter"} }, "documentation":"A data table search filter.
" }, "DataTableStatus":{ "type":"string", "enum":["PUBLISHED"] }, "DataTableSummary":{ "type":"structure", "members":{ "Name":{ "shape":"DataTableName", "documentation":"The summary's name.
" }, "Id":{ "shape":"DataTableId", "documentation":"The summary's ID.
" }, "Arn":{ "shape":"ARN", "documentation":"The summary's ARN.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The summary's last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The summary's last modified region.
" } }, "documentation":"A data table summary.
" }, "DataTableSummaryList":{ "type":"list", "member":{"shape":"DataTableSummary"} }, "DataTableValue":{ "type":"structure", "required":[ "AttributeName", "Value" ], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The value's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The value's attribute name.
" }, "Value":{ "shape":"String", "documentation":"The value's value.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The value's lock version.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The value's last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The value's last modified region.
" } }, "documentation":"A data table value.
" }, "DataTableValueEvaluationSet":{ "type":"structure", "required":["AttributeNames"], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The set's primary values.
" }, "AttributeNames":{ "shape":"AttributeNameList", "documentation":"The set's attribute names.
" } }, "documentation":"A data table value evaluation set.
" }, "DataTableValueEvaluationSetList":{ "type":"list", "member":{"shape":"DataTableValueEvaluationSet"} }, "DataTableValueIdentifier":{ "type":"structure", "required":["AttributeName"], "members":{ "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The identifier's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The identifier's attribute name.
" } }, "documentation":"A data table value identifier.
" }, "DataTableValueIdentifierList":{ "type":"list", "member":{"shape":"DataTableValueIdentifier"} }, "DataTableValueList":{ "type":"list", "member":{"shape":"DataTableValue"}, "min":1 }, "DataTableValueSummary":{ "type":"structure", "required":[ "PrimaryValues", "AttributeName", "ValueType", "Value" ], "members":{ "RecordId":{ "shape":"DataTableId", "documentation":"The summary's record ID.
" }, "AttributeId":{ "shape":"DataTableId", "documentation":"The summary's attribute ID.
" }, "PrimaryValues":{ "shape":"PrimaryValuesResponseSet", "documentation":"The summary's primary values.
" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The summary's attribute name.
" }, "ValueType":{ "shape":"DataTableAttributeValueType", "documentation":"The summary's value type.
" }, "Value":{ "shape":"String", "documentation":"The summary's value.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The summary's lock version.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The summary's last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The summary's last modified region.
" } }, "documentation":"A data table value summary.
" }, "DataTableValueSummaryList":{ "type":"list", "member":{"shape":"DataTableValueSummary"} }, "DataTableVersion":{ "type":"string", "max":128, "min":0 }, "DateComparisonType":{ "type":"string", "enum":[ "GREATER_THAN", "LESS_THAN", "GREATER_THAN_OR_EQUAL_TO", "LESS_THAN_OR_EQUAL_TO", "EQUAL_TO" ] }, "DateCondition":{ "type":"structure", "members":{ "FieldName":{ "shape":"String", "documentation":"An object to specify the hours of operation override date field.
" }, "Value":{ "shape":"DateYearMonthDayFormat", "documentation":"An object to specify the hours of operation override date value.
" }, "ComparisonType":{ "shape":"DateComparisonType", "documentation":"An object to specify the hours of operation override date condition comparisonType.
An object to specify the hours of operation override date condition.
" }, "DateReference":{ "type":"structure", "members":{ "Name":{ "shape":"ReferenceKey", "documentation":"Identifier of the date reference.
" }, "Value":{ "shape":"ReferenceValue", "documentation":"A valid date.
" } }, "documentation":"Information about a reference when the referenceType is DATE. Otherwise, null.
A name of the datetime property to be searched
" }, "MinValue":{ "shape":"DateTimeFormat", "documentation":"A minimum value of the property.
" }, "MaxValue":{ "shape":"DateTimeFormat", "documentation":"A maximum value of the property.
" }, "ComparisonType":{ "shape":"DateTimeComparisonType", "documentation":"Datetime property comparison type.
" } }, "documentation":"A datetime search condition for Search APIs.
" }, "DateTimeFormat":{ "type":"string", "pattern":"^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{3})?Z?$" }, "DateYearMonthDayFormat":{ "type":"string", "pattern":"^\\d{4}-\\d{2}-\\d{2}$" }, "DeactivateEvaluationFormRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId", "EvaluationFormVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form. If the version property is not provided, the latest version of the evaluation form is deactivated.
" } } }, "DeactivateEvaluationFormResponse":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn", "EvaluationFormVersion" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"The version of the deactivated evaluation form resource.
" } } }, "DecimalComparisonType":{ "type":"string", "enum":[ "GREATER_OR_EQUAL", "GREATER", "LESSER_OR_EQUAL", "LESSER", "EQUAL", "NOT_EQUAL", "RANGE" ] }, "DecimalCondition":{ "type":"structure", "members":{ "FieldName":{ "shape":"String", "documentation":"A name of the decimal property to be searched.
" }, "MinValue":{ "shape":"NullableDouble", "documentation":"A minimum value of the decimal property.
" }, "MaxValue":{ "shape":"NullableDouble", "documentation":"A maximum value of the decimal property.
" }, "ComparisonType":{ "shape":"DecimalComparisonType", "documentation":"The type of comparison to be made when evaluating the decimal condition.
" } }, "documentation":"A decimal search condition for Search APIs.
" }, "DefaultVocabulary":{ "type":"structure", "required":[ "InstanceId", "LanguageCode", "VocabularyId", "VocabularyName" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
" }, "VocabularyId":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
" }, "VocabularyName":{ "shape":"VocabularyName", "documentation":"A unique name of the custom vocabulary.
" } }, "documentation":"Contains information about a default vocabulary.
" }, "DefaultVocabularyList":{ "type":"list", "member":{"shape":"DefaultVocabulary"} }, "Delay":{ "type":"integer", "max":9999, "min":0 }, "DeleteAttachedFileRequest":{ "type":"structure", "required":[ "InstanceId", "FileId", "AssociatedResourceArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier of the Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
", "location":"uri", "locationName":"FileId" }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
This value must be a valid ARN.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. PII can be deleted only from a contact that has been disconnected (is in a terminated state).
", "location":"uri", "locationName":"ContactId" }, "ContactFields":{ "shape":"ContactFields", "documentation":"The categories of PII to redact from the contact. Valid values are CUSTOMER_ENDPOINT, ADDITIONAL_EMAIL_RECIPIENTS, and EMAIL_SUBJECT. ADDITIONAL_EMAIL_RECIPIENTS and EMAIL_SUBJECT are supported only for contacts in the email channel.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
", "location":"uri", "locationName":"EvaluationId" } } }, "DeleteContactFlowModuleAliasRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId", "AliasId" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ResourceId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "AliasId":{ "shape":"ResourceId", "documentation":"The identifier of the alias.
", "location":"uri", "locationName":"AliasId" } } }, "DeleteContactFlowModuleAliasResponse":{ "type":"structure", "members":{} }, "DeleteContactFlowModuleRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" } } }, "DeleteContactFlowModuleResponse":{ "type":"structure", "members":{} }, "DeleteContactFlowModuleVersionRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId", "ContactFlowModuleVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ARN", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "ContactFlowModuleVersion":{ "shape":"ResourceVersion", "documentation":"The version of the flow module to delete.
", "location":"uri", "locationName":"ContactFlowModuleVersion" } } }, "DeleteContactFlowModuleVersionResponse":{ "type":"structure", "members":{} }, "DeleteContactFlowRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" } } }, "DeleteContactFlowResponse":{ "type":"structure", "members":{} }, "DeleteContactFlowVersionRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId", "ContactFlowVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ARN", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" }, "ContactFlowVersion":{ "shape":"ResourceVersion", "documentation":"The identifier of the flow version.
", "location":"uri", "locationName":"ContactFlowVersion" } } }, "DeleteContactFlowVersionResponse":{ "type":"structure", "members":{} }, "DeleteDataTableAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "AttributeName" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table.
", "location":"uri", "locationName":"DataTableId" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The name of the attribute to delete.
", "location":"uri", "locationName":"AttributeName" } } }, "DeleteDataTableAttributeResponse":{ "type":"structure", "required":["LockVersion"], "members":{ "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The updated lock version of the data table.
" } } }, "DeleteDataTableRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table to delete. Must also accept the table ARN. Fails with an error if the version is provided and is not $LATEST.
", "location":"uri", "locationName":"DataTableId" } } }, "DeleteDataTableResponse":{ "type":"structure", "members":{} }, "DeleteEmailAddressRequest":{ "type":"structure", "required":[ "InstanceId", "EmailAddressId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
", "location":"uri", "locationName":"EmailAddressId" } } }, "DeleteEmailAddressResponse":{ "type":"structure", "members":{} }, "DeleteEvaluationFormRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"The unique identifier for the evaluation form.
", "box":true, "location":"querystring", "locationName":"version" } } }, "DeleteHoursOfOperationOverrideRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "HoursOfOperationOverrideId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "HoursOfOperationOverrideId":{ "shape":"HoursOfOperationOverrideId", "documentation":"The identifier for the hours of operation override.
", "location":"uri", "locationName":"HoursOfOperationOverrideId" } } }, "DeleteHoursOfOperationRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" } } }, "DeleteInstanceRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DeleteIntegrationAssociationRequest":{ "type":"structure", "required":[ "InstanceId", "IntegrationAssociationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the integration association.
", "location":"uri", "locationName":"IntegrationAssociationId" } } }, "DeleteNotificationRequest":{ "type":"structure", "required":[ "InstanceId", "NotificationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NotificationId":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification to delete.
", "location":"uri", "locationName":"NotificationId" } } }, "DeleteNotificationResponse":{ "type":"structure", "members":{}, "documentation":"The response from deleting a notification.
" }, "DeletePredefinedAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"PredefinedAttributeName", "documentation":"The name of the predefined attribute.
", "location":"uri", "locationName":"Name" } } }, "DeletePromptRequest":{ "type":"structure", "required":[ "InstanceId", "PromptId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
", "location":"uri", "locationName":"PromptId" } } }, "DeletePushNotificationRegistrationRequest":{ "type":"structure", "required":[ "InstanceId", "RegistrationId", "ContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RegistrationId":{ "shape":"RegistrationId", "documentation":"The identifier for the registration.
", "location":"uri", "locationName":"RegistrationId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact within the Connect Customer instance.
", "location":"querystring", "locationName":"contactId" } } }, "DeletePushNotificationRegistrationResponse":{ "type":"structure", "members":{} }, "DeleteQueueRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" } } }, "DeleteQuickConnectRequest":{ "type":"structure", "required":[ "InstanceId", "QuickConnectId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
", "location":"uri", "locationName":"QuickConnectId" } } }, "DeleteRoutingProfileRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" } } }, "DeleteRuleRequest":{ "type":"structure", "required":[ "InstanceId", "RuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
", "location":"uri", "locationName":"RuleId" } } }, "DeleteSecurityProfileRequest":{ "type":"structure", "required":[ "InstanceId", "SecurityProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profle.
", "location":"uri", "locationName":"SecurityProfileId" } } }, "DeleteSessionRequest":{ "type":"structure", "required":[ "InstanceId", "SessionId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "SessionId":{ "shape":"SessionId", "documentation":"The identifier of the session to delete.
", "location":"uri", "locationName":"SessionId" } } }, "DeleteSessionResponse":{ "type":"structure", "members":{} }, "DeleteTaskTemplateRequest":{ "type":"structure", "required":[ "InstanceId", "TaskTemplateId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "TaskTemplateId":{ "shape":"TaskTemplateId", "documentation":"A unique identifier for the task template.
", "location":"uri", "locationName":"TaskTemplateId" } } }, "DeleteTaskTemplateResponse":{ "type":"structure", "members":{} }, "DeleteTestCaseRequest":{ "type":"structure", "required":[ "InstanceId", "TestCaseId" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case to delete.
", "location":"uri", "locationName":"TestCaseId" } } }, "DeleteTestCaseResponse":{ "type":"structure", "members":{} }, "DeleteTrafficDistributionGroupRequest":{ "type":"structure", "required":["TrafficDistributionGroupId"], "members":{ "TrafficDistributionGroupId":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
", "location":"uri", "locationName":"TrafficDistributionGroupId" } } }, "DeleteTrafficDistributionGroupResponse":{ "type":"structure", "members":{} }, "DeleteUseCaseRequest":{ "type":"structure", "required":[ "InstanceId", "IntegrationAssociationId", "UseCaseId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the integration association.
", "location":"uri", "locationName":"IntegrationAssociationId" }, "UseCaseId":{ "shape":"UseCaseId", "documentation":"The identifier for the use case.
", "location":"uri", "locationName":"UseCaseId" } } }, "DeleteUserHierarchyGroupRequest":{ "type":"structure", "required":[ "HierarchyGroupId", "InstanceId" ], "members":{ "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
", "location":"uri", "locationName":"HierarchyGroupId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DeleteUserRequest":{ "type":"structure", "required":[ "InstanceId", "UserId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user.
", "location":"uri", "locationName":"UserId" } } }, "DeleteViewRequest":{ "type":"structure", "required":[ "InstanceId", "ViewId" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The identifier of the view. Both ViewArn and ViewId can be used.
The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The identifier of the view. Both ViewArn and ViewId can be used.
The version number of the view.
", "location":"uri", "locationName":"ViewVersion" } } }, "DeleteViewVersionResponse":{ "type":"structure", "members":{} }, "DeleteVocabularyRequest":{ "type":"structure", "required":[ "InstanceId", "VocabularyId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "VocabularyId":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
", "location":"uri", "locationName":"VocabularyId" } } }, "DeleteVocabularyResponse":{ "type":"structure", "required":[ "VocabularyArn", "VocabularyId", "State" ], "members":{ "VocabularyArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the custom vocabulary.
" }, "VocabularyId":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
" }, "State":{ "shape":"VocabularyState", "documentation":"The current state of the custom vocabulary.
" } } }, "DeleteWorkspaceMediaRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "MediaType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "MediaType":{ "shape":"MediaType", "documentation":"The type of media to delete. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "Page":{ "shape":"Page", "documentation":"The page identifier.
", "location":"uri", "locationName":"Page" } } }, "DeleteWorkspacePageResponse":{ "type":"structure", "members":{} }, "DeleteWorkspaceRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" } } }, "DeleteWorkspaceResponse":{ "type":"structure", "members":{} }, "DescribeAgentStatusRequest":{ "type":"structure", "required":[ "InstanceId", "AgentStatusId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AgentStatusId":{ "shape":"AgentStatusId", "documentation":"The identifier for the agent status.
", "location":"uri", "locationName":"AgentStatusId" } } }, "DescribeAgentStatusResponse":{ "type":"structure", "members":{ "AgentStatus":{ "shape":"AgentStatus", "documentation":"The agent status.
" } } }, "DescribeAttachedFilesConfigurationRequest":{ "type":"structure", "required":[ "InstanceId", "AttachmentScope" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AttachmentScope":{ "shape":"AttachmentScope", "documentation":"The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.
Information about the attached files configuration.
" } } }, "DescribeAuthenticationProfileRequest":{ "type":"structure", "required":[ "AuthenticationProfileId", "InstanceId" ], "members":{ "AuthenticationProfileId":{ "shape":"AuthenticationProfileId", "documentation":"A unique identifier for the authentication profile.
", "location":"uri", "locationName":"AuthenticationProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DescribeAuthenticationProfileResponse":{ "type":"structure", "members":{ "AuthenticationProfile":{ "shape":"AuthenticationProfile", "documentation":"The authentication profile object being described.
" } } }, "DescribeContactEvaluationRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
", "location":"uri", "locationName":"EvaluationId" } } }, "DescribeContactEvaluationResponse":{ "type":"structure", "required":[ "Evaluation", "EvaluationForm" ], "members":{ "Evaluation":{ "shape":"Evaluation", "documentation":"Information about the evaluation form completed for a specific contact.
" }, "EvaluationForm":{ "shape":"EvaluationFormContent", "documentation":"Information about the evaluation form.
" } } }, "DescribeContactFlowModuleAliasRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId", "AliasId" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "AliasId":{ "shape":"ResourceId", "documentation":"The identifier of the alias.
", "location":"uri", "locationName":"AliasId" } } }, "DescribeContactFlowModuleAliasResponse":{ "type":"structure", "members":{ "ContactFlowModuleAlias":{ "shape":"ContactFlowModuleAliasInfo", "documentation":"Information about the flow module alias.
" } } }, "DescribeContactFlowModuleRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" } } }, "DescribeContactFlowModuleResponse":{ "type":"structure", "members":{ "ContactFlowModule":{ "shape":"ContactFlowModule", "documentation":"Information about the flow module.
" } } }, "DescribeContactFlowRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" } } }, "DescribeContactFlowResponse":{ "type":"structure", "members":{ "ContactFlow":{ "shape":"ContactFlow", "documentation":"Information about the flow.
" } } }, "DescribeContactRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
", "location":"uri", "locationName":"ContactId" } } }, "DescribeContactResponse":{ "type":"structure", "members":{ "Contact":{ "shape":"Contact", "documentation":"Information about the contact.
" } } }, "DescribeDataTableAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "AttributeName" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
", "location":"uri", "locationName":"DataTableId" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The name of the attribute to retrieve detailed information for.
", "location":"uri", "locationName":"AttributeName" } } }, "DescribeDataTableAttributeResponse":{ "type":"structure", "required":["Attribute"], "members":{ "Attribute":{ "shape":"DataTableAttribute", "documentation":"The complete attribute information including configuration, validation rules, lock version, and metadata.
" } } }, "DescribeDataTableRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If no alias is provided, the default behavior is identical to providing the $LATEST alias.
", "location":"uri", "locationName":"DataTableId" } } }, "DescribeDataTableResponse":{ "type":"structure", "required":["DataTable"], "members":{ "DataTable":{ "shape":"DataTable", "documentation":"The complete data table information including metadata, configuration, and versioning details.
" } } }, "DescribeEmailAddressRequest":{ "type":"structure", "required":[ "InstanceId", "EmailAddressId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
", "location":"uri", "locationName":"EmailAddressId" } } }, "DescribeEmailAddressResponse":{ "type":"structure", "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
" }, "EmailAddressArn":{ "shape":"EmailAddressArn", "documentation":"The Amazon Resource Name (ARN) of the email address.
" }, "EmailAddress":{ "shape":"EmailAddress", "documentation":"The email address, including the domain.
" }, "DisplayName":{ "shape":"EmailAddressDisplayName", "documentation":"The display name of email address
" }, "Description":{ "shape":"Description", "documentation":"The description of the email address.
" }, "CreateTimestamp":{ "shape":"ISO8601Datetime", "documentation":"The email address creation timestamp in ISO 8601 Datetime.
" }, "ModifiedTimestamp":{ "shape":"ISO8601Datetime", "documentation":"The email address last modification timestamp in ISO 8601 Datetime.
" }, "AliasConfigurations":{ "shape":"AliasConfigurationList", "documentation":"A list of alias configurations associated with this email address. Contains details about email addresses that forward to this primary email address. The list can contain at most one alias configuration per email address.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "DescribeEvaluationFormRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
", "box":true, "location":"querystring", "locationName":"version" } } }, "DescribeEvaluationFormResponse":{ "type":"structure", "required":["EvaluationForm"], "members":{ "EvaluationForm":{ "shape":"EvaluationForm", "documentation":"Information about the evaluation form.
" } } }, "DescribeHoursOfOperationOverrideRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "HoursOfOperationOverrideId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "HoursOfOperationOverrideId":{ "shape":"HoursOfOperationOverrideId", "documentation":"The identifier for the hours of operation override.
", "location":"uri", "locationName":"HoursOfOperationOverrideId" } } }, "DescribeHoursOfOperationOverrideResponse":{ "type":"structure", "members":{ "HoursOfOperationOverride":{ "shape":"HoursOfOperationOverride", "documentation":"Information about the hours of operations override.
" } } }, "DescribeHoursOfOperationRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" } } }, "DescribeHoursOfOperationResponse":{ "type":"structure", "members":{ "HoursOfOperation":{ "shape":"HoursOfOperation", "documentation":"The hours of operation.
" } } }, "DescribeInstanceAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "AttributeType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AttributeType":{ "shape":"InstanceAttributeType", "documentation":"The type of attribute.
", "location":"uri", "locationName":"AttributeType" } } }, "DescribeInstanceAttributeResponse":{ "type":"structure", "members":{ "Attribute":{ "shape":"Attribute", "documentation":"The type of attribute.
" } } }, "DescribeInstanceRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DescribeInstanceResponse":{ "type":"structure", "members":{ "Instance":{ "shape":"Instance", "documentation":"The name of the instance.
" }, "ReplicationConfiguration":{ "shape":"ReplicationConfiguration", "documentation":"Status information about the replication process. This field is included only when you are using the ReplicateInstance API to replicate an Connect Customer instance across Amazon Web Services Regions. For information about replicating Connect Customer instances, see Create a replica of your existing Connect Customer instance in the Connect Customer Administrator Guide.
" } } }, "DescribeInstanceStorageConfigRequest":{ "type":"structure", "required":[ "InstanceId", "AssociationId", "ResourceType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
", "location":"uri", "locationName":"AssociationId" }, "ResourceType":{ "shape":"InstanceStorageResourceType", "documentation":"A valid resource type.
", "location":"querystring", "locationName":"resourceType" } } }, "DescribeInstanceStorageConfigResponse":{ "type":"structure", "members":{ "StorageConfig":{ "shape":"InstanceStorageConfig", "documentation":"A valid storage type.
" } } }, "DescribeNotificationRequest":{ "type":"structure", "required":[ "InstanceId", "NotificationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NotificationId":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification.
", "location":"uri", "locationName":"NotificationId" } } }, "DescribeNotificationResponse":{ "type":"structure", "required":["Notification"], "members":{ "Notification":{ "shape":"Notification", "documentation":"The complete notification information including content, priority, recipients, and metadata.
" } } }, "DescribePhoneNumberRequest":{ "type":"structure", "required":["PhoneNumberId"], "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
", "location":"uri", "locationName":"PhoneNumberId" } } }, "DescribePhoneNumberResponse":{ "type":"structure", "members":{ "ClaimedPhoneNumberSummary":{ "shape":"ClaimedPhoneNumberSummary", "documentation":"Information about a phone number that's been claimed to your Connect Customer instance or traffic distribution group.
" } } }, "DescribePredefinedAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"PredefinedAttributeName", "documentation":"The name of the predefined attribute.
", "location":"uri", "locationName":"Name" } } }, "DescribePredefinedAttributeResponse":{ "type":"structure", "members":{ "PredefinedAttribute":{ "shape":"PredefinedAttribute", "documentation":"Information about the predefined attribute.
" } } }, "DescribePromptRequest":{ "type":"structure", "required":[ "InstanceId", "PromptId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
", "location":"uri", "locationName":"PromptId" } } }, "DescribePromptResponse":{ "type":"structure", "members":{ "Prompt":{ "shape":"Prompt", "documentation":"Information about the prompt.
" } } }, "DescribeQueueRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" } } }, "DescribeQueueResponse":{ "type":"structure", "members":{ "Queue":{ "shape":"Queue", "documentation":"The name of the queue.
" } } }, "DescribeQuickConnectRequest":{ "type":"structure", "required":[ "InstanceId", "QuickConnectId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
", "location":"uri", "locationName":"QuickConnectId" } } }, "DescribeQuickConnectResponse":{ "type":"structure", "members":{ "QuickConnect":{ "shape":"QuickConnect", "documentation":"Information about the quick connect.
" } } }, "DescribeRoutingProfileRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" } } }, "DescribeRoutingProfileResponse":{ "type":"structure", "members":{ "RoutingProfile":{ "shape":"RoutingProfile", "documentation":"The routing profile.
" } } }, "DescribeRuleRequest":{ "type":"structure", "required":[ "InstanceId", "RuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
", "location":"uri", "locationName":"RuleId" } } }, "DescribeRuleResponse":{ "type":"structure", "required":["Rule"], "members":{ "Rule":{ "shape":"Rule", "documentation":"Information about the rule.
" } } }, "DescribeSecurityProfileRequest":{ "type":"structure", "required":[ "SecurityProfileId", "InstanceId" ], "members":{ "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profle.
", "location":"uri", "locationName":"SecurityProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DescribeSecurityProfileResponse":{ "type":"structure", "members":{ "SecurityProfile":{ "shape":"SecurityProfile", "documentation":"The security profile.
" } } }, "DescribeTestCaseRequest":{ "type":"structure", "required":[ "InstanceId", "TestCaseId" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
", "location":"uri", "locationName":"TestCaseId" }, "Status":{ "shape":"TestCaseStatus", "documentation":"The status of the test case version to retrieve. If not specified, returns the published version if available, otherwise returns the saved version.
", "location":"querystring", "locationName":"status" } } }, "DescribeTestCaseResponse":{ "type":"structure", "members":{ "TestCase":{ "shape":"TestCase", "documentation":"The test case object containing all test case information.
" } } }, "DescribeTrafficDistributionGroupRequest":{ "type":"structure", "required":["TrafficDistributionGroupId"], "members":{ "TrafficDistributionGroupId":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
", "location":"uri", "locationName":"TrafficDistributionGroupId" } } }, "DescribeTrafficDistributionGroupResponse":{ "type":"structure", "members":{ "TrafficDistributionGroup":{ "shape":"TrafficDistributionGroup", "documentation":"Information about the traffic distribution group.
" } } }, "DescribeUserHierarchyGroupRequest":{ "type":"structure", "required":[ "HierarchyGroupId", "InstanceId" ], "members":{ "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
", "location":"uri", "locationName":"HierarchyGroupId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DescribeUserHierarchyGroupResponse":{ "type":"structure", "members":{ "HierarchyGroup":{ "shape":"HierarchyGroup", "documentation":"Information about the hierarchy group.
" } } }, "DescribeUserHierarchyStructureRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DescribeUserHierarchyStructureResponse":{ "type":"structure", "members":{ "HierarchyStructure":{ "shape":"HierarchyStructure", "documentation":"Information about the hierarchy structure.
" } } }, "DescribeUserRequest":{ "type":"structure", "required":[ "UserId", "InstanceId" ], "members":{ "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "DescribeUserResponse":{ "type":"structure", "members":{ "User":{ "shape":"User", "documentation":"Information about the user account and configuration settings.
" } } }, "DescribeViewRequest":{ "type":"structure", "required":[ "InstanceId", "ViewId" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The ViewId of the view. This must be an ARN for Amazon Web Services managed views.
", "location":"uri", "locationName":"ViewId" } } }, "DescribeViewResponse":{ "type":"structure", "members":{ "View":{ "shape":"View", "documentation":"All view data is contained within the View object.
" } } }, "DescribeVocabularyRequest":{ "type":"structure", "required":[ "InstanceId", "VocabularyId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "VocabularyId":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
", "location":"uri", "locationName":"VocabularyId" } } }, "DescribeVocabularyResponse":{ "type":"structure", "required":["Vocabulary"], "members":{ "Vocabulary":{ "shape":"Vocabulary", "documentation":"A list of specific words that you want Contact Lens for Connect Customer to recognize in your audio input. They are generally domain-specific words and phrases, words that Contact Lens is not recognizing, or proper nouns.
" } } }, "DescribeWorkspaceRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" } } }, "DescribeWorkspaceResponse":{ "type":"structure", "required":["Workspace"], "members":{ "Workspace":{ "shape":"Workspace", "documentation":"Information about the workspace.
" } } }, "Description":{ "type":"string", "max":4096, "min":0, "sensitive":true }, "Description250":{ "type":"string", "max":250, "min":1, "pattern":"(^[\\S].*[\\S]$)|(^[\\S]$)" }, "DestinationId":{ "type":"string", "max":255, "min":1 }, "DestinationNotAllowedException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message about the outbound calls.
" } }, "documentation":"Outbound calls to the destination number are not allowed.
", "error":{"httpStatusCode":403}, "exception":true }, "DeviceInfo":{ "type":"structure", "members":{ "PlatformName":{ "shape":"PlatformName", "documentation":"Name of the platform that the participant used for the call.
" }, "PlatformVersion":{ "shape":"PlatformVersion", "documentation":"Version of the platform that the participant used for the call.
" }, "OperatingSystem":{ "shape":"OperatingSystem", "documentation":"Operating system that the participant used for the call.
" } }, "documentation":"Information regarding the device.
" }, "DeviceToken":{ "type":"string", "max":500, "min":1 }, "DeviceType":{ "type":"string", "enum":[ "GCM", "APNS", "APNS_SANDBOX" ] }, "Dimensions":{ "type":"structure", "members":{ "Queue":{ "shape":"QueueReference", "documentation":"Information about the queue for which metrics are returned.
" }, "Channel":{ "shape":"Channel", "documentation":"The channel used for grouping and filters.
" }, "RoutingProfile":{"shape":"RoutingProfileReference"}, "RoutingStepExpression":{ "shape":"RoutingExpression", "documentation":"The expression of a step in a routing criteria.
" }, "AgentStatus":{ "shape":"AgentStatusIdentifier", "documentation":"Information about the agent status assigned to the user.
" }, "Subtype":{ "shape":"Subtype", "documentation":"The subtype of the channel used for the contact.
" }, "ValidationTestType":{ "shape":"ValidationTestType", "documentation":"The testing and simulation type
" } }, "documentation":"Contains information about the dimensions for a set of metrics.
" }, "DimensionsV2Key":{"type":"string"}, "DimensionsV2Map":{ "type":"map", "key":{"shape":"DimensionsV2Key"}, "value":{"shape":"DimensionsV2Value"} }, "DimensionsV2Value":{"type":"string"}, "DirectoryAlias":{ "type":"string", "max":45, "min":1, "pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*$", "sensitive":true }, "DirectoryId":{ "type":"string", "max":12, "min":12, "pattern":"^d-[0-9a-f]{10}$" }, "DirectoryType":{ "type":"string", "enum":[ "SAML", "CONNECT_MANAGED", "EXISTING_DIRECTORY" ] }, "DirectoryUserId":{"type":"string"}, "DisassociateAnalyticsDataSetRequest":{ "type":"structure", "required":[ "InstanceId", "DataSetId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "DataSetId":{ "shape":"DataSetId", "documentation":"The identifier of the dataset to remove.
" }, "TargetAccountId":{ "shape":"AWSAccountId", "documentation":"The identifier of the target account. Use to associate a dataset to a different account than the one containing the Connect Customer instance. If not specified, by default this value is the Amazon Web Services account that has the Connect Customer instance.
" } } }, "DisassociateApprovedOriginRequest":{ "type":"structure", "required":[ "InstanceId", "Origin" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Origin":{ "shape":"Origin", "documentation":"The domain URL of the integrated application.
", "location":"querystring", "locationName":"origin" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DisassociateBotRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "LexBot":{"shape":"LexBot"}, "LexV2Bot":{ "shape":"LexV2Bot", "documentation":"The Amazon Lex V2 bot to disassociate from the instance.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "DisassociateEmailAddressAliasRequest":{ "type":"structure", "required":[ "EmailAddressId", "InstanceId", "AliasConfiguration" ], "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
", "location":"uri", "locationName":"EmailAddressId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AliasConfiguration":{ "shape":"AliasConfiguration", "documentation":"Configuration object that specifies which alias relationship to remove. The alias association must currently exist between the primary email address and the specified alias email address.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "DisassociateEmailAddressAliasResponse":{ "type":"structure", "members":{} }, "DisassociateFlowRequest":{ "type":"structure", "required":[ "InstanceId", "ResourceId", "ResourceType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceId":{ "shape":"ARN", "documentation":"The identifier of the resource.
Amazon Web Services End User Messaging SMS phone number ARN when using SMS_PHONE_NUMBER
Amazon Web Services End User Messaging Social phone number ARN when using WHATSAPP_MESSAGING_PHONE_NUMBER
A valid resource type.
", "location":"uri", "locationName":"ResourceType" } } }, "DisassociateFlowResponse":{ "type":"structure", "members":{} }, "DisassociateHoursOfOperationsRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "ParentHoursOfOperationIds" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier of the child hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "ParentHoursOfOperationIds":{ "shape":"ParentHoursOfOperationIdList", "documentation":"The Amazon Resource Names (ARNs) of the parent hours of operation resources to disassociate with the child hours of operation resource.
" } } }, "DisassociateInstanceStorageConfigRequest":{ "type":"structure", "required":[ "InstanceId", "AssociationId", "ResourceType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
", "location":"uri", "locationName":"AssociationId" }, "ResourceType":{ "shape":"InstanceStorageResourceType", "documentation":"A valid resource type.
", "location":"querystring", "locationName":"resourceType" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DisassociateLambdaFunctionRequest":{ "type":"structure", "required":[ "InstanceId", "FunctionArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance..
", "location":"uri", "locationName":"InstanceId" }, "FunctionArn":{ "shape":"FunctionArn", "documentation":"The Amazon Resource Name (ARN) of the Lambda function being disassociated.
", "location":"querystring", "locationName":"functionArn" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DisassociateLexBotRequest":{ "type":"structure", "required":[ "InstanceId", "BotName", "LexRegion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "BotName":{ "shape":"BotName", "documentation":"The name of the Amazon Lex bot. Maximum character limit of 50.
", "location":"querystring", "locationName":"botName" }, "LexRegion":{ "shape":"LexRegion", "documentation":"The Amazon Web Services Region in which the Amazon Lex bot has been created.
", "location":"querystring", "locationName":"lexRegion" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DisassociatePhoneNumberContactFlowRequest":{ "type":"structure", "required":[ "PhoneNumberId", "InstanceId" ], "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
", "location":"uri", "locationName":"PhoneNumberId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"querystring", "locationName":"instanceId" } } }, "DisassociateQueueEmailAddressesRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "EmailAddressesId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "EmailAddressesId":{ "shape":"EmailAddressIdList", "documentation":"List of email address identifiers to disassociate from the queue. These are the unique identifiers of email addresses that should no longer be routed to this queue.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "DisassociateQueueQuickConnectsRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "QuickConnectIds" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "QuickConnectIds":{ "shape":"QuickConnectsList", "documentation":"The quick connects to disassociate from the queue.
" } } }, "DisassociateRoutingProfileQueuesRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "QueueReferences":{ "shape":"RoutingProfileQueueReferenceList", "documentation":"The queues to disassociate from this routing profile.
" }, "ManualAssignmentQueueReferences":{ "shape":"RoutingProfileQueueReferenceList", "documentation":"The manual assignment queues to disassociate with this routing profile.
" } } }, "DisassociateSecurityKeyRequest":{ "type":"structure", "required":[ "InstanceId", "AssociationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
", "location":"uri", "locationName":"AssociationId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "DisassociateSecurityProfilesRequest":{ "type":"structure", "required":[ "InstanceId", "SecurityProfiles", "EntityType", "EntityArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "SecurityProfiles":{ "shape":"SecurityProfiles", "documentation":"List of Security Profile Object.
" }, "EntityType":{ "shape":"EntityType", "documentation":"Only supported type is AI_AGENT.
" }, "EntityArn":{ "shape":"EntityArn", "documentation":"ARN of a Q in Connect AI Agent.
" } } }, "DisassociateTrafficDistributionGroupUserRequest":{ "type":"structure", "required":[ "TrafficDistributionGroupId", "UserId", "InstanceId" ], "members":{ "TrafficDistributionGroupId":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group.
", "location":"uri", "locationName":"TrafficDistributionGroupId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier for the user. This can be the ID or the ARN of the user.
", "location":"querystring", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"querystring", "locationName":"InstanceId" } } }, "DisassociateTrafficDistributionGroupUserResponse":{ "type":"structure", "members":{} }, "DisassociateUserProficienciesRequest":{ "type":"structure", "required":[ "InstanceId", "UserId", "UserProficiencies" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "UserProficiencies":{ "shape":"UserProficiencyDisassociateList", "documentation":"The proficiencies to disassociate from the user.
" } } }, "DisassociateWorkspaceRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "ResourceArns" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "ResourceArns":{ "shape":"WorkspaceResourceArnList", "documentation":"The Amazon Resource Names (ARNs) of the resources to disassociate from the workspace.
" } } }, "DisassociateWorkspaceResponse":{ "type":"structure", "members":{ "SuccessfulList":{ "shape":"SuccessfulBatchAssociationSummaryList", "documentation":"A list of resources that were successfully disassociated from the workspace.
" }, "FailedList":{ "shape":"FailedBatchAssociationSummaryList", "documentation":"A list of resources that failed to be disassociated from the workspace, including error details.
" } } }, "DisconnectDetails":{ "type":"structure", "members":{ "PotentialDisconnectIssue":{ "shape":"PotentialDisconnectIssue", "documentation":"Indicates the potential disconnection issues for a call. This field is not populated if the service does not detect potential issues.
" } }, "documentation":"Information about the call disconnect experience.
" }, "DisconnectOnCustomerExit":{ "type":"list", "member":{"shape":"DisconnectOnCustomerExitParticipantType"}, "max":1, "min":1 }, "DisconnectOnCustomerExitParticipantType":{ "type":"string", "enum":["AGENT"] }, "DisconnectReason":{ "type":"structure", "members":{ "Code":{ "shape":"DisconnectReasonCode", "documentation":"A code that indicates how the contact was terminated.
" } }, "documentation":"Contains details about why a contact was disconnected. Only Connect Customer outbound campaigns can provide this field.
" }, "DisconnectReasonCode":{"type":"string"}, "DismissUserContactRequest":{ "type":"structure", "required":[ "UserId", "InstanceId", "ContactId" ], "members":{ "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" } } }, "DismissUserContactResponse":{ "type":"structure", "members":{} }, "DisplayName":{ "type":"string", "max":256, "min":1 }, "Distribution":{ "type":"structure", "required":[ "Region", "Percentage" ], "members":{ "Region":{ "shape":"AwsRegion", "documentation":"The Amazon Web Services Region where the traffic is distributed.
" }, "Percentage":{ "shape":"Percentage", "documentation":"The percentage of the traffic that is distributed, in increments of 10.
" } }, "documentation":"Information about a traffic distribution.
" }, "DistributionList":{ "type":"list", "member":{"shape":"Distribution"} }, "Double":{"type":"double"}, "DownloadUrlMetadata":{ "type":"structure", "members":{ "Url":{ "shape":"MetadataUrl", "documentation":"A pre-signed URL that should be used to download the attached file.
" }, "UrlExpiry":{ "shape":"ISO8601Datetime", "documentation":"The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
" } }, "documentation":"Metadata used to download the attached file.
" }, "DuplicateResourceException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"A resource with the specified name already exists.
", "error":{"httpStatusCode":409}, "exception":true }, "Duration":{ "type":"integer", "min":0 }, "DurationInSeconds":{"type":"integer"}, "DurationMillis":{ "type":"long", "min":0 }, "EffectiveHoursOfOperationList":{ "type":"list", "member":{"shape":"EffectiveHoursOfOperations"} }, "EffectiveHoursOfOperations":{ "type":"structure", "members":{ "Date":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date that the hours of operation or overrides applies to.
" }, "OperationalHours":{ "shape":"OperationalHours", "documentation":"Information about the hours of operations with the effective override applied.
" } }, "documentation":"Information about the hours of operations with the effective override applied.
" }, "EffectiveOverrideHours":{ "type":"structure", "members":{ "Date":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date that the hours of operation override applies to.
" }, "OverrideHours":{ "shape":"OverrideHours", "documentation":"Information about the hours of operation overrides that apply to a specific date.
" } }, "documentation":"Information about the hours of operation overrides which contribute to effective hours of operations.
" }, "EffectiveOverrideHoursList":{ "type":"list", "member":{"shape":"EffectiveOverrideHours"} }, "Email":{ "type":"string", "sensitive":true }, "EmailAddress":{ "type":"string", "max":255, "min":1, "pattern":"[^\\s@]+@[^\\s@]+\\.[^\\s@]+", "sensitive":true }, "EmailAddressArn":{ "type":"string", "max":500, "min":1 }, "EmailAddressConfig":{ "type":"structure", "required":["EmailAddressId"], "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address that should be associated with the queue. This email address must already exist in the Connect Customer instance and will be used to route incoming email contacts to the specified queue.
" } }, "documentation":"Configuration object that specifies an email address to be associated with a queue. This configuration contains the identifier of the email address that should be linked to the queue for routing email contacts.
" }, "EmailAddressConfigList":{ "type":"list", "member":{"shape":"EmailAddressConfig"}, "max":50, "min":1 }, "EmailAddressDisplayName":{ "type":"string", "max":256, "min":0, "sensitive":true }, "EmailAddressId":{ "type":"string", "max":500, "min":1 }, "EmailAddressIdList":{ "type":"list", "member":{"shape":"EmailAddressId"}, "max":50, "min":1 }, "EmailAddressInfo":{ "type":"structure", "required":["EmailAddress"], "members":{ "EmailAddress":{ "shape":"EmailAddress", "documentation":"The email address, including the domain.
" }, "DisplayName":{ "shape":"EmailAddressDisplayName", "documentation":"The display name of email address.
" } }, "documentation":"Contains information about a source or destination email address.
" }, "EmailAddressList":{ "type":"list", "member":{"shape":"EmailAddressMetadata"} }, "EmailAddressMetadata":{ "type":"structure", "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
" }, "EmailAddressArn":{ "shape":"EmailAddressArn", "documentation":"The Amazon Resource Name (ARN) of the email address.
" }, "EmailAddress":{ "shape":"EmailAddress", "documentation":"The email address, including the domain.
" }, "Description":{ "shape":"Description", "documentation":"The description of the email address.
" }, "DisplayName":{ "shape":"EmailAddressDisplayName", "documentation":"The display name of email address.
" }, "AliasConfigurations":{ "shape":"AliasConfigurationList", "documentation":"A list of alias configurations for this email address, showing which email addresses forward to this primary address. Each configuration contains the email address ID of an alias that forwards emails to this address.
" } }, "documentation":"Contains information about an email address for a contact center.
" }, "EmailAddressMetadataList":{ "type":"list", "member":{"shape":"EmailAddressSummary"} }, "EmailAddressRecipientList":{ "type":"list", "member":{"shape":"EmailAddressInfo"}, "max":50, "min":1 }, "EmailAddressSearchConditionList":{ "type":"list", "member":{"shape":"EmailAddressSearchCriteria"} }, "EmailAddressSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"EmailAddressSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"EmailAddressSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{"shape":"StringCondition"} }, "documentation":"The search criteria to be used to return email addresses.
" }, "EmailAddressSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"} }, "documentation":"Filters to be applied to search results.
" }, "EmailAddressSummary":{ "type":"structure", "members":{ "Id":{ "shape":"EmailAddressId", "documentation":"The unique identifier of the email address associated with the queue.
" }, "Arn":{ "shape":"EmailAddressArn", "documentation":"The Amazon Resource Name (ARN) of the email address associated with the queue.
" }, "IsDefaultOutboundEmail":{ "shape":"Boolean", "documentation":"Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.
" } }, "documentation":"Summary information about an email address associated with a queue. Contains the essential details needed to identify and manage the email address routing configuration.
" }, "EmailAttachment":{ "type":"structure", "required":[ "FileName", "S3Url" ], "members":{ "FileName":{ "shape":"FileName", "documentation":"A case-sensitive name of the attached file being uploaded.
" }, "S3Url":{ "shape":"PreSignedAttachmentUrl", "documentation":"The pre-signed URLs for the S3 bucket where the email attachment is stored.
" } }, "documentation":"Information about the email attachment files.
" }, "EmailAttachments":{ "type":"list", "member":{"shape":"EmailAttachment"}, "max":10, "min":1, "sensitive":true }, "EmailHeaderType":{ "type":"string", "enum":[ "REFERENCES", "MESSAGE_ID", "IN_REPLY_TO", "X_SES_SPAM_VERDICT", "X_SES_VIRUS_VERDICT" ] }, "EmailHeaderValue":{ "type":"string", "max":20000, "min":1 }, "EmailHeaders":{ "type":"map", "key":{"shape":"EmailHeaderType"}, "value":{"shape":"EmailHeaderValue"} }, "EmailMessageContentType":{ "type":"string", "max":100, "min":1 }, "EmailMessageReference":{ "type":"structure", "members":{ "Name":{ "shape":"ReferenceKey", "documentation":"The name of the email message reference
" }, "Arn":{ "shape":"ReferenceArn", "documentation":"The Amazon Resource Name (ARN) of the email message reference
" } }, "documentation":"Information about the reference when the referenceType is EMAIL_MESSAGE. Otherwise, null.
Address of the email recipient.
" }, "DisplayName":{ "shape":"EndpointDisplayName", "documentation":"Display name of the email recipient.
" } }, "documentation":"Information about the email recipient
" }, "EmailRecipientsList":{ "type":"list", "member":{"shape":"EmailRecipient"} }, "EmailReference":{ "type":"structure", "members":{ "Name":{ "shape":"ReferenceKey", "documentation":"Identifier of the email reference.
" }, "Value":{ "shape":"ReferenceValue", "documentation":"A valid email address.
" } }, "documentation":"Information about a reference when the referenceType is EMAIL. Otherwise, null.
An empty value.
" }, "EnableValueValidationOnAssociation":{"type":"boolean"}, "EncryptionConfig":{ "type":"structure", "required":[ "EncryptionType", "KeyId" ], "members":{ "EncryptionType":{ "shape":"EncryptionType", "documentation":"The type of encryption.
" }, "KeyId":{ "shape":"KeyId", "documentation":"The full ARN of the encryption key.
Be sure to provide the full ARN of the encryption key, not just the ID.
Connect Customer supports only KMS keys with the default key spec of SYMMETRIC_DEFAULT .
The encryption configuration.
" }, "EncryptionType":{ "type":"string", "enum":["KMS"] }, "EndAssociatedTasksActionDefinition":{ "type":"structure", "members":{}, "documentation":"End associated tasks related to a case.
" }, "Endpoint":{ "type":"structure", "members":{ "Type":{ "shape":"EndpointType", "documentation":"Type of the endpoint.
" }, "Address":{ "shape":"EndpointAddress", "documentation":"Address of the endpoint.
" } }, "documentation":"Information about the endpoint.
" }, "EndpointAddress":{ "type":"string", "max":256, "min":0 }, "EndpointDisplayName":{ "type":"string", "max":256, "min":0 }, "EndpointInfo":{ "type":"structure", "members":{ "Type":{ "shape":"EndpointType", "documentation":"Type of endpoint.
" }, "Address":{ "shape":"EndpointAddress", "documentation":"Address of the endpoint.
" }, "DisplayName":{ "shape":"EndpointDisplayName", "documentation":"Display name of the endpoint.
" } }, "documentation":"Information about the endpoint.
" }, "EndpointType":{ "type":"string", "enum":[ "TELEPHONE_NUMBER", "VOIP", "CONTACT_FLOW", "CONNECT_PHONENUMBER_ARN", "EMAIL_ADDRESS" ] }, "Entities":{ "type":"list", "member":{"shape":"Entity"} }, "Entity":{ "type":"string", "min":1 }, "EntityArn":{ "type":"string", "min":1 }, "EntityId":{ "type":"string", "max":256, "min":1, "pattern":".*" }, "EntityType":{ "type":"string", "enum":[ "USER", "AI_AGENT" ] }, "EpochMilliseconds":{ "type":"long", "min":0 }, "ErrorCode":{"type":"string"}, "ErrorMessage":{"type":"string"}, "ErrorResult":{ "type":"structure", "members":{ "ErrorCode":{ "shape":"String", "documentation":"The error code.
" }, "ErrorMessage":{ "shape":"String", "documentation":"The corresponding error message for the error code.
" } }, "documentation":"This API is in preview release for Connect Customer and is subject to change.
List of errors for dataset association failures.
" }, "ErrorResults":{ "type":"list", "member":{"shape":"ErrorResult"} }, "EvaluateDataTableValuesRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Values" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
", "location":"uri", "locationName":"DataTableId" }, "Values":{ "shape":"DataTableValueEvaluationSetList", "documentation":"A list of value evaluation sets specifying which primary values and attributes to evaluate.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"Optional IANA timezone identifier to use when resolving time based dynamic values. Defaults to the data table time zone if not provided.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of data table values to return in one page of results.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "EvaluateDataTableValuesResponse":{ "type":"structure", "required":["Values"], "members":{ "Values":{ "shape":"DataTableEvaluatedValueList", "documentation":"A list of evaluated values with their computed results, error information, and metadata.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" } } }, "Evaluation":{ "type":"structure", "required":[ "EvaluationId", "EvaluationArn", "Metadata", "Answers", "Notes", "Status", "CreatedTime", "LastModifiedTime" ], "members":{ "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
" }, "EvaluationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" }, "Metadata":{ "shape":"EvaluationMetadata", "documentation":"Metadata about the contact evaluation.
" }, "Answers":{ "shape":"EvaluationAnswersOutputMap", "documentation":"A map of question identifiers to answer value.
" }, "Notes":{ "shape":"EvaluationNotesMap", "documentation":"A map of question identifiers to note value.
" }, "Status":{ "shape":"EvaluationStatus", "documentation":"The status of the contact evaluation.
" }, "Scores":{ "shape":"EvaluationScoresMap", "documentation":"A map of item (section or question) identifiers to score value.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation was created.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation was last updated.
" }, "EvaluationType":{ "shape":"EvaluationType", "documentation":"Type of the evaluation.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"Information about a contact evaluation.
" }, "EvaluationAcknowledgement":{ "type":"structure", "required":[ "AcknowledgedTime", "AcknowledgedBy" ], "members":{ "AcknowledgedTime":{ "shape":"Timestamp", "documentation":"When the agent acknowledged the evaluation.
" }, "AcknowledgedBy":{ "shape":"ARN", "documentation":"The agent who acknowledged the evaluation.
" }, "AcknowledgerComment":{ "shape":"EvaluationAcknowledgerCommentString", "documentation":"A comment from the agent when they confirmed they acknowledged the evaluation.
" } }, "documentation":"Information about the evaluation acknowledgement.
" }, "EvaluationAcknowledgementSummary":{ "type":"structure", "members":{ "AcknowledgedTime":{ "shape":"Timestamp", "documentation":"The time when an agent acknowledged the evaluation.
" }, "AcknowledgedBy":{ "shape":"ARN", "documentation":"The agent who acknowledged the evaluation.
" }, "AcknowledgerComment":{ "shape":"EvaluationAcknowledgerCommentString", "documentation":"A comment from the agent when they confirmed they acknowledged the evaluation.
" } }, "documentation":"Summary information about an evaluation acknowledgement.
" }, "EvaluationAcknowledgerCommentString":{ "type":"string", "max":3072, "min":0 }, "EvaluationAnswerData":{ "type":"structure", "members":{ "StringValue":{ "shape":"EvaluationAnswerDataStringValue", "documentation":"The string value for an answer in a contact evaluation.
" }, "NumericValue":{ "shape":"EvaluationAnswerDataNumericValue", "documentation":"The numeric value for an answer in a contact evaluation.
" }, "StringValues":{ "shape":"EvaluationAnswerDataStringValueList", "documentation":"String values provided as answers to evaluation questions.
" }, "DateTimeValue":{ "shape":"ISO8601Datetime", "documentation":"Date and time value provided as an answer to an evaluation question.
" }, "NotApplicable":{ "shape":"Boolean", "documentation":"The flag to mark the question as not applicable.
" } }, "documentation":"Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.
", "union":true }, "EvaluationAnswerDataNumericValue":{"type":"double"}, "EvaluationAnswerDataStringValue":{ "type":"string", "max":300, "min":0 }, "EvaluationAnswerDataStringValueList":{ "type":"list", "member":{"shape":"EvaluationAnswerDataStringValue"} }, "EvaluationAnswerInput":{ "type":"structure", "members":{ "Value":{ "shape":"EvaluationAnswerData", "documentation":"The value for an answer in a contact evaluation.
" } }, "documentation":"Information about input answers for a contact evaluation.
" }, "EvaluationAnswerOutput":{ "type":"structure", "members":{ "Value":{ "shape":"EvaluationAnswerData", "documentation":"The value for an answer in a contact evaluation.
" }, "SystemSuggestedValue":{ "shape":"EvaluationAnswerData", "documentation":"The system suggested value for an answer in a contact evaluation.
" }, "SuggestedAnswers":{ "shape":"EvaluationSuggestedAnswersList", "documentation":"Automation suggested answers for the questions.
" } }, "documentation":"Information about output answers for a contact evaluation.
" }, "EvaluationAnswersInputMap":{ "type":"map", "key":{"shape":"ResourceId"}, "value":{"shape":"EvaluationAnswerInput"}, "max":100 }, "EvaluationAnswersOutputMap":{ "type":"map", "key":{"shape":"ResourceId"}, "value":{"shape":"EvaluationAnswerOutput"}, "max":100 }, "EvaluationArn":{"type":"string"}, "EvaluationAutomationRuleCategory":{ "type":"structure", "required":[ "Category", "Condition" ], "members":{ "Category":{ "shape":"QuestionRuleCategoryAutomationLabel", "documentation":"A category label.
" }, "Condition":{ "shape":"QuestionRuleCategoryAutomationCondition", "documentation":"An automation condition for a Contact Lens category.
" }, "PointsOfInterest":{ "shape":"EvaluationTranscriptPointsOfInterest", "documentation":"A point of interest in a contact transcript that indicates match of condition.
" } }, "documentation":"The Contact Lens category used by evaluation automation.
" }, "EvaluationAutomationRuleCategoryList":{ "type":"list", "member":{"shape":"EvaluationAutomationRuleCategory"} }, "EvaluationContactLensAnswerAnalysisDetails":{ "type":"structure", "members":{ "MatchedRuleCategories":{ "shape":"EvaluationAutomationRuleCategoryList", "documentation":"A list of match rule categories.
" } }, "documentation":"Analysis details providing explanation for Contact Lens automation decision.
" }, "EvaluationContactParticipant":{ "type":"structure", "members":{ "ContactParticipantRole":{ "shape":"ContactParticipantRole", "documentation":"The role of the contact participant.
" }, "ContactParticipantId":{ "shape":"ResourceId", "documentation":"The identifier for the contact participant.
" } }, "documentation":"Information about a contact participant in the evaluation.
" }, "EvaluationForm":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormVersion", "Locked", "EvaluationFormArn", "Title", "Status", "Items", "CreatedTime", "CreatedBy", "LastModifiedTime", "LastModifiedBy" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
" }, "Locked":{ "shape":"EvaluationFormVersionIsLocked", "documentation":"The flag indicating whether the evaluation form is locked for changes.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "Title":{ "shape":"EvaluationFormTitle", "documentation":"A title of the evaluation form.
" }, "Description":{ "shape":"EvaluationFormDescription", "documentation":"The description of the evaluation form.
" }, "Status":{ "shape":"EvaluationFormVersionStatus", "documentation":"The status of the evaluation form.
" }, "Items":{ "shape":"EvaluationFormItemsList", "documentation":"Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
" }, "ScoringStrategy":{ "shape":"EvaluationFormScoringStrategy", "documentation":"A scoring strategy of the evaluation form.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was created.
" }, "CreatedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who created the evaluation form.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was last updated.
" }, "LastModifiedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
" }, "AutoEvaluationConfiguration":{ "shape":"EvaluationFormAutoEvaluationConfiguration", "documentation":"The automatic evaluation configuration of an evaluation form.
" }, "ReviewConfiguration":{ "shape":"EvaluationReviewConfiguration", "documentation":"Configuration for evaluation review settings of this evaluation form.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "TargetConfiguration":{ "shape":"EvaluationFormTargetConfiguration", "documentation":"Configuration that specifies the target for this evaluation form.
" }, "LanguageConfiguration":{ "shape":"EvaluationFormLanguageConfiguration", "documentation":"Configuration for language settings of this evaluation form.
" }, "LatestValidationStatus":{ "shape":"EvaluationFormValidationStatus", "documentation":"The status of the most recent validation run for this evaluation form. Valid values: IN_PROGRESS, COMPLETED, FAILED.
The timestamp when the most recent validation was started for this evaluation form.
" } }, "documentation":"Information about the evaluation form.
" }, "EvaluationFormAutoEvaluationConfiguration":{ "type":"structure", "required":["Enabled"], "members":{ "Enabled":{ "shape":"Boolean", "documentation":"When automated evaluation is enabled.
" } }, "documentation":"The automatic evaluation configuration of an evaluation form.
" }, "EvaluationFormContent":{ "type":"structure", "required":[ "EvaluationFormVersion", "EvaluationFormId", "EvaluationFormArn", "Title", "Items" ], "members":{ "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "Title":{ "shape":"EvaluationFormTitle", "documentation":"A title of the evaluation form.
" }, "Description":{ "shape":"EvaluationFormDescription", "documentation":"The description of the evaluation form.
" }, "Items":{ "shape":"EvaluationFormItemsList", "documentation":"Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
" }, "ScoringStrategy":{ "shape":"EvaluationFormScoringStrategy", "documentation":"A scoring strategy of the evaluation form.
" }, "AutoEvaluationConfiguration":{ "shape":"EvaluationFormAutoEvaluationConfiguration", "documentation":"The configuration of the automated evaluation.
" }, "TargetConfiguration":{ "shape":"EvaluationFormTargetConfiguration", "documentation":"Configuration that specifies the target for this evaluation form content.
" }, "LanguageConfiguration":{ "shape":"EvaluationFormLanguageConfiguration", "documentation":"Configuration for language settings of this evaluation form content.
" }, "ReviewConfiguration":{ "shape":"EvaluationReviewConfiguration", "documentation":"Configuration for evaluation review settings of this evaluation form content.
" } }, "documentation":"Information about an evaluation form used in a contact evaluation.
" }, "EvaluationFormDescription":{"type":"string"}, "EvaluationFormId":{ "type":"string", "max":256, "min":1 }, "EvaluationFormItem":{ "type":"structure", "members":{ "Section":{ "shape":"EvaluationFormSection", "documentation":"The information of the section.
" }, "Question":{ "shape":"EvaluationFormQuestion", "documentation":"The information of the question.
" } }, "documentation":"Information about an item from an evaluation form. The item must be either a section or a question.
", "union":true }, "EvaluationFormItemEnablementAction":{ "type":"string", "enum":[ "DISABLE", "ENABLE" ] }, "EvaluationFormItemEnablementCondition":{ "type":"structure", "required":["Operands"], "members":{ "Operands":{ "shape":"EvaluationFormItemEnablementConditionOperandList", "documentation":"Operands of the enablement condition.
" }, "Operator":{ "shape":"EvaluationFormItemEnablementOperator", "documentation":"The operator to be used to be applied to operands if more than one provided.
" } }, "documentation":"A condition for item enablement.
" }, "EvaluationFormItemEnablementConditionOperand":{ "type":"structure", "members":{ "Expression":{ "shape":"EvaluationFormItemEnablementExpression", "documentation":"An expression of the enablement condition.
" }, "Condition":{ "shape":"EvaluationFormItemEnablementCondition", "documentation":"A condition for item enablement.
" } }, "documentation":"An operand of the enablement condition.
", "union":true }, "EvaluationFormItemEnablementConditionOperandList":{ "type":"list", "member":{"shape":"EvaluationFormItemEnablementConditionOperand"} }, "EvaluationFormItemEnablementConfiguration":{ "type":"structure", "required":[ "Condition", "Action" ], "members":{ "Condition":{ "shape":"EvaluationFormItemEnablementCondition", "documentation":"A condition for item enablement configuration.
" }, "Action":{ "shape":"EvaluationFormItemEnablementAction", "documentation":"An enablement action that if condition is satisfied.
" }, "DefaultAction":{ "shape":"EvaluationFormItemEnablementAction", "documentation":"An enablement action that if condition is not satisfied.
" } }, "documentation":"An item enablement configuration.
" }, "EvaluationFormItemEnablementExpression":{ "type":"structure", "required":[ "Source", "Values", "Comparator" ], "members":{ "Source":{ "shape":"EvaluationFormItemEnablementSource", "documentation":"A source item of enablement expression.
" }, "Values":{ "shape":"EvaluationFormItemEnablementSourceValueList", "documentation":"A list of values from source item.
" }, "Comparator":{ "shape":"EvaluationFormItemSourceValuesComparator", "documentation":"A comparator to be used against list of values.
" } }, "documentation":"An expression that defines a basic building block of conditional enablement.
" }, "EvaluationFormItemEnablementOperator":{ "type":"string", "enum":[ "OR", "AND" ] }, "EvaluationFormItemEnablementSource":{ "type":"structure", "required":["Type"], "members":{ "Type":{ "shape":"EvaluationFormItemEnablementSourceType", "documentation":"A type of source item.
" }, "RefId":{ "shape":"ReferenceId", "documentation":"A referenceId of the source item.
" } }, "documentation":"An enablement expression source item.
" }, "EvaluationFormItemEnablementSourceType":{ "type":"string", "enum":["QUESTION_REF_ID"] }, "EvaluationFormItemEnablementSourceValue":{ "type":"structure", "required":["Type"], "members":{ "Type":{ "shape":"EvaluationFormItemEnablementSourceValueType", "documentation":"A type of source item value.
" }, "RefId":{ "shape":"ReferenceId", "documentation":"A referenceId of the source value.
" } }, "documentation":"An enablement expression source value.
" }, "EvaluationFormItemEnablementSourceValueList":{ "type":"list", "member":{"shape":"EvaluationFormItemEnablementSourceValue"} }, "EvaluationFormItemEnablementSourceValueType":{ "type":"string", "enum":["OPTION_REF_ID"] }, "EvaluationFormItemSourceValuesComparator":{ "type":"string", "enum":[ "IN", "NOT_IN", "ALL_IN", "EXACT" ] }, "EvaluationFormItemWeight":{"type":"double"}, "EvaluationFormItemsList":{ "type":"list", "member":{"shape":"EvaluationFormItem"} }, "EvaluationFormLanguageCode":{ "type":"string", "enum":[ "de-DE", "en-US", "es-ES", "fr-FR", "it-IT", "pt-BR", "ja-JP", "ko-KR", "zh-CN" ] }, "EvaluationFormLanguageConfiguration":{ "type":"structure", "members":{ "FormLanguage":{ "shape":"EvaluationFormLanguageCode", "documentation":"The language for the evaluation form.
" } }, "documentation":"Language configuration for an evaluation form.
" }, "EvaluationFormMultiSelectQuestionAutomation":{ "type":"structure", "members":{ "Options":{ "shape":"EvaluationFormMultiSelectQuestionAutomationOptionList", "documentation":"Automation options for the multi-select question.
" }, "DefaultOptionRefIds":{ "shape":"ReferenceIdList", "documentation":"Reference IDs of default options.
" }, "AnswerSource":{"shape":"EvaluationFormQuestionAutomationAnswerSource"} }, "documentation":"Automation configuration for multi-select questions.
" }, "EvaluationFormMultiSelectQuestionAutomationOption":{ "type":"structure", "members":{ "RuleCategory":{ "shape":"MultiSelectQuestionRuleCategoryAutomation", "documentation":"Rule category configuration for this automation option.
" } }, "documentation":"An automation option for a multi-select question.
", "union":true }, "EvaluationFormMultiSelectQuestionAutomationOptionList":{ "type":"list", "member":{"shape":"EvaluationFormMultiSelectQuestionAutomationOption"} }, "EvaluationFormMultiSelectQuestionDisplayMode":{ "type":"string", "enum":[ "DROPDOWN", "CHECKBOX" ] }, "EvaluationFormMultiSelectQuestionOption":{ "type":"structure", "required":[ "RefId", "Text" ], "members":{ "RefId":{ "shape":"ReferenceId", "documentation":"Reference identifier for this option.
" }, "Text":{ "shape":"EvaluationFormMultiSelectQuestionOptionText", "documentation":"Display text for this option.
" }, "Score":{ "shape":"EvaluationFormQuestionAnswerScore", "documentation":"The score assigned to the answer option.
" }, "AutomaticFail":{ "shape":"Boolean", "documentation":"The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
" }, "AutomaticFailConfiguration":{"shape":"AutomaticFailConfiguration"}, "PointsConfiguration":{ "shape":"QuestionOptionPointsConfiguration", "documentation":"The points configuration for point-based scoring.
" } }, "documentation":"An option for a multi-select question in an evaluation form.
" }, "EvaluationFormMultiSelectQuestionOptionList":{ "type":"list", "member":{"shape":"EvaluationFormMultiSelectQuestionOption"} }, "EvaluationFormMultiSelectQuestionOptionText":{ "type":"string", "max":128, "min":0 }, "EvaluationFormMultiSelectQuestionProperties":{ "type":"structure", "required":["Options"], "members":{ "Options":{ "shape":"EvaluationFormMultiSelectQuestionOptionList", "documentation":"Options available for this multi-select question.
" }, "DisplayAs":{ "shape":"EvaluationFormMultiSelectQuestionDisplayMode", "documentation":"Display format for the multi-select question.
" }, "Automation":{ "shape":"EvaluationFormMultiSelectQuestionAutomation", "documentation":"Automation configuration for this multi-select question.
" } }, "documentation":"Properties for a multi-select question in an evaluation form.
" }, "EvaluationFormNumericQuestionAutomation":{ "type":"structure", "members":{ "PropertyValue":{ "shape":"NumericQuestionPropertyValueAutomation", "documentation":"The property value of the automation.
" }, "AnswerSource":{ "shape":"EvaluationFormQuestionAutomationAnswerSource", "documentation":"A source of automation answer for numeric question.
" } }, "documentation":"Information about the automation configuration in numeric questions.
", "union":true }, "EvaluationFormNumericQuestionOption":{ "type":"structure", "required":[ "MinValue", "MaxValue" ], "members":{ "MinValue":{ "shape":"Integer", "documentation":"The minimum answer value of the range option.
" }, "MaxValue":{ "shape":"Integer", "documentation":"The maximum answer value of the range option.
" }, "Score":{ "shape":"EvaluationFormQuestionAnswerScore", "documentation":"The score assigned to answer values within the range option.
" }, "AutomaticFail":{ "shape":"Boolean", "documentation":"The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
" }, "AutomaticFailConfiguration":{ "shape":"AutomaticFailConfiguration", "documentation":"A configuration for automatic fail.
" }, "PointsConfiguration":{ "shape":"QuestionOptionPointsConfiguration", "documentation":"The points configuration for point-based scoring.
" } }, "documentation":"Information about the option range used for scoring in numeric questions.
" }, "EvaluationFormNumericQuestionOptionList":{ "type":"list", "member":{"shape":"EvaluationFormNumericQuestionOption"} }, "EvaluationFormNumericQuestionProperties":{ "type":"structure", "required":[ "MinValue", "MaxValue" ], "members":{ "MinValue":{ "shape":"Integer", "documentation":"The minimum answer value.
" }, "MaxValue":{ "shape":"Integer", "documentation":"The maximum answer value.
" }, "Options":{ "shape":"EvaluationFormNumericQuestionOptionList", "documentation":"The scoring options of the numeric question.
" }, "Automation":{ "shape":"EvaluationFormNumericQuestionAutomation", "documentation":"The automation properties of the numeric question.
" } }, "documentation":"Information about properties for a numeric question in an evaluation form.
" }, "EvaluationFormQuestion":{ "type":"structure", "required":[ "Title", "RefId", "QuestionType" ], "members":{ "Title":{ "shape":"EvaluationFormQuestionTitle", "documentation":"The title of the question.
" }, "Instructions":{ "shape":"EvaluationFormQuestionInstructions", "documentation":"The instructions of the section.
" }, "RefId":{ "shape":"ReferenceId", "documentation":"The identifier of the question. An identifier must be unique within the evaluation form.
" }, "NotApplicableEnabled":{ "shape":"Boolean", "documentation":"The flag to enable not applicable answers to the question.
" }, "QuestionType":{ "shape":"EvaluationFormQuestionType", "documentation":"The type of the question.
" }, "QuestionTypeProperties":{ "shape":"EvaluationFormQuestionTypeProperties", "documentation":"The properties of the type of question. Text questions do not have to define question type properties.
" }, "Enablement":{ "shape":"EvaluationFormItemEnablementConfiguration", "documentation":"A question conditional enablement.
" }, "Weight":{ "shape":"EvaluationFormItemWeight", "documentation":"The scoring weight of the section.
" }, "ScoringConfiguration":{ "shape":"EvaluationFormQuestionScoringConfiguration", "documentation":"The scoring configuration of the question.
" } }, "documentation":"Information about a question from an evaluation form.
" }, "EvaluationFormQuestionAnswerScore":{"type":"integer"}, "EvaluationFormQuestionAutomationAnswerSource":{ "type":"structure", "required":["SourceType"], "members":{ "SourceType":{ "shape":"EvaluationFormQuestionAutomationAnswerSourceType", "documentation":"The automation answer source type.
" } }, "documentation":"A question automation answer.
" }, "EvaluationFormQuestionAutomationAnswerSourceType":{ "type":"string", "enum":[ "CONTACT_LENS_DATA", "GEN_AI" ] }, "EvaluationFormQuestionInstructions":{"type":"string"}, "EvaluationFormQuestionScoringConfiguration":{ "type":"structure", "members":{ "PointsConfiguration":{ "shape":"QuestionPointsConfiguration", "documentation":"The points configuration for point-based scoring.
" }, "IsExcludedFromScoring":{ "shape":"Boolean", "documentation":"The flag to exclude the question from scoring.
" }, "ScoreThresholds":{ "shape":"EvaluationFormScoreThresholdList", "documentation":"The score thresholds for performance categories.
" } }, "documentation":"Scoring configuration for a question in an evaluation form.
" }, "EvaluationFormQuestionTitle":{"type":"string"}, "EvaluationFormQuestionType":{ "type":"string", "enum":[ "TEXT", "SINGLESELECT", "NUMERIC", "MULTISELECT", "DATETIME" ] }, "EvaluationFormQuestionTypeProperties":{ "type":"structure", "members":{ "Numeric":{ "shape":"EvaluationFormNumericQuestionProperties", "documentation":"The properties of the numeric question.
" }, "SingleSelect":{ "shape":"EvaluationFormSingleSelectQuestionProperties", "documentation":"The properties of the numeric question.
" }, "Text":{ "shape":"EvaluationFormTextQuestionProperties", "documentation":"The properties of the text question.
" }, "MultiSelect":{ "shape":"EvaluationFormMultiSelectQuestionProperties", "documentation":"Properties for multi-select question types.
" } }, "documentation":"Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
", "union":true }, "EvaluationFormScoreThreshold":{ "type":"structure", "required":["PerformanceCategory"], "members":{ "PerformanceCategory":{ "shape":"PerformanceCategoryName", "documentation":"The performance category name.
" }, "MinScorePercentage":{ "shape":"EvaluationScorePercentage", "documentation":"The minimum score percentage for the performance category.
" }, "MaxScorePercentage":{ "shape":"EvaluationScorePercentage", "documentation":"The maximum score percentage for the performance category.
" } }, "documentation":"Information about a score threshold for a performance category.
" }, "EvaluationFormScoreThresholdList":{ "type":"list", "member":{"shape":"EvaluationFormScoreThreshold"} }, "EvaluationFormScoringMode":{ "type":"string", "enum":[ "QUESTION_ONLY", "SECTION_ONLY", "POINTS_BASED" ] }, "EvaluationFormScoringStatus":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "EvaluationFormScoringStrategy":{ "type":"structure", "required":[ "Mode", "Status" ], "members":{ "Mode":{ "shape":"EvaluationFormScoringMode", "documentation":"The scoring mode of the evaluation form.
" }, "Status":{ "shape":"EvaluationFormScoringStatus", "documentation":"The scoring status of the evaluation form.
" }, "ScoreThresholds":{ "shape":"EvaluationFormScoreThresholdList", "documentation":"The score thresholds for performance categories.
" } }, "documentation":"Information about scoring strategy for an evaluation form.
" }, "EvaluationFormSearchConditionList":{ "type":"list", "member":{"shape":"EvaluationFormSearchCriteria"} }, "EvaluationFormSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"EvaluationFormSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"EvaluationFormSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{"shape":"StringCondition"}, "NumberCondition":{"shape":"NumberCondition"}, "BooleanCondition":{ "shape":"BooleanCondition", "documentation":"Boolean search condition.
" }, "DateTimeCondition":{ "shape":"DateTimeCondition", "documentation":"Datetime search condition.
" } }, "documentation":"The search criteria to be used to return evaluation forms.
" }, "EvaluationFormSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{"shape":"ControlPlaneAttributeFilter"} }, "documentation":"Filters to be applied to search results.
" }, "EvaluationFormSearchSummary":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn", "Title", "Status", "CreatedTime", "CreatedBy", "LastModifiedTime", "LastModifiedBy", "LatestVersion" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "Title":{ "shape":"EvaluationFormTitle", "documentation":"The title of the evaluation form.
" }, "Status":{ "shape":"EvaluationFormVersionStatus", "documentation":"The status of the evaluation form.
" }, "Description":{ "shape":"EvaluationFormDescription", "documentation":"The description of the evaluation form.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"When the evaluation form was created.
" }, "CreatedBy":{ "shape":"ARN", "documentation":"Who created the evaluation form.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"When the evaluation form was last changed.
" }, "LastModifiedBy":{ "shape":"ARN", "documentation":"Who changed the evaluation form.
" }, "LastActivatedTime":{ "shape":"Timestamp", "documentation":"When the evaluation format was last activated.
" }, "LastActivatedBy":{ "shape":"ARN", "documentation":"The ID of user who last activated evaluation form.
" }, "LatestVersion":{ "shape":"VersionNumber", "documentation":"Latest version of the evaluation form.
", "box":true }, "ActiveVersion":{ "shape":"VersionNumber", "documentation":"Active version of the evaluation form.
", "box":true }, "AutoEvaluationEnabled":{ "shape":"Boolean", "documentation":"Whether automated evaluation is enabled.
" }, "EvaluationFormLanguage":{ "shape":"EvaluationFormLanguageCode", "documentation":"The language of the evaluation form.
" }, "ContactInteractionType":{ "shape":"ContactInteractionType", "documentation":"The contact interaction type for this evaluation form.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"Information about the returned evaluation forms.
" }, "EvaluationFormSearchSummaryList":{ "type":"list", "member":{"shape":"EvaluationFormSearchSummary"} }, "EvaluationFormSection":{ "type":"structure", "required":[ "Title", "RefId", "Items" ], "members":{ "Title":{ "shape":"EvaluationFormSectionTitle", "documentation":"The title of the section.
" }, "RefId":{ "shape":"ReferenceId", "documentation":"The identifier of the section. An identifier must be unique within the evaluation form.
" }, "Instructions":{ "shape":"EvaluationFormQuestionInstructions", "documentation":"The instructions of the section.
" }, "Items":{ "shape":"EvaluationFormItemsList", "documentation":"The items of the section.
" }, "Weight":{ "shape":"EvaluationFormItemWeight", "documentation":"The scoring weight of the section.
" }, "IsExcludedFromScoring":{ "shape":"Boolean", "documentation":"The flag to exclude the section from scoring.
" }, "ScoreThresholds":{ "shape":"EvaluationFormScoreThresholdList", "documentation":"The score thresholds for performance categories.
" } }, "documentation":"Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation forms can only contain sections and subsections (two level nesting).
" }, "EvaluationFormSectionTitle":{"type":"string"}, "EvaluationFormSingleSelectQuestionAutomation":{ "type":"structure", "members":{ "Options":{ "shape":"EvaluationFormSingleSelectQuestionAutomationOptionList", "documentation":"The automation options of the single select question.
" }, "DefaultOptionRefId":{ "shape":"ReferenceId", "documentation":"The identifier of the default answer option, when none of the automation options match the criteria.
" }, "AnswerSource":{ "shape":"EvaluationFormQuestionAutomationAnswerSource", "documentation":"Automation answer source.
" } }, "documentation":"Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
" }, "EvaluationFormSingleSelectQuestionAutomationOption":{ "type":"structure", "members":{ "RuleCategory":{ "shape":"SingleSelectQuestionRuleCategoryAutomation", "documentation":"The automation option based on a rule category for the single select question.
" } }, "documentation":"Information about the automation option of a single select question.
", "union":true }, "EvaluationFormSingleSelectQuestionAutomationOptionList":{ "type":"list", "member":{"shape":"EvaluationFormSingleSelectQuestionAutomationOption"} }, "EvaluationFormSingleSelectQuestionDisplayMode":{ "type":"string", "enum":[ "DROPDOWN", "RADIO" ] }, "EvaluationFormSingleSelectQuestionOption":{ "type":"structure", "required":[ "RefId", "Text" ], "members":{ "RefId":{ "shape":"ReferenceId", "documentation":"The identifier of the answer option. An identifier must be unique within the question.
" }, "Text":{ "shape":"EvaluationFormSingleSelectQuestionOptionText", "documentation":"The title of the answer option.
" }, "Score":{ "shape":"EvaluationFormQuestionAnswerScore", "documentation":"The score assigned to the answer option.
" }, "AutomaticFail":{ "shape":"Boolean", "documentation":"The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
" }, "AutomaticFailConfiguration":{ "shape":"AutomaticFailConfiguration", "documentation":"Whether automatic fail is configured on a single select question.
" }, "PointsConfiguration":{ "shape":"QuestionOptionPointsConfiguration", "documentation":"The points configuration for point-based scoring.
" } }, "documentation":"Information about the automation configuration in single select questions.
" }, "EvaluationFormSingleSelectQuestionOptionList":{ "type":"list", "member":{"shape":"EvaluationFormSingleSelectQuestionOption"} }, "EvaluationFormSingleSelectQuestionOptionText":{"type":"string"}, "EvaluationFormSingleSelectQuestionProperties":{ "type":"structure", "required":["Options"], "members":{ "Options":{ "shape":"EvaluationFormSingleSelectQuestionOptionList", "documentation":"The answer options of the single select question.
" }, "DisplayAs":{ "shape":"EvaluationFormSingleSelectQuestionDisplayMode", "documentation":"The display mode of the single select question.
" }, "Automation":{ "shape":"EvaluationFormSingleSelectQuestionAutomation", "documentation":"The display mode of the single select question.
" } }, "documentation":"Information about the options in single select questions.
" }, "EvaluationFormSummary":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn", "Title", "CreatedTime", "CreatedBy", "LastModifiedTime", "LastModifiedBy", "LatestVersion" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "Title":{ "shape":"EvaluationFormTitle", "documentation":"A title of the evaluation form.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was created.
" }, "CreatedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who created the evaluation form.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was last updated.
" }, "LastModifiedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
" }, "LastActivatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was last activated.
" }, "LastActivatedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last activated the evaluation form.
" }, "LatestVersion":{ "shape":"VersionNumber", "documentation":"The version number of the latest evaluation form version.
" }, "ActiveVersion":{ "shape":"VersionNumber", "documentation":"The version of the active evaluation form version.
", "box":true } }, "documentation":"Summary information about an evaluation form.
" }, "EvaluationFormSummaryList":{ "type":"list", "member":{"shape":"EvaluationFormSummary"} }, "EvaluationFormTargetConfiguration":{ "type":"structure", "required":["ContactInteractionType"], "members":{ "ContactInteractionType":{ "shape":"ContactInteractionType", "documentation":"The contact interaction type for this evaluation form.
" } }, "documentation":"Configuration that specifies the target for an evaluation form.
" }, "EvaluationFormTextQuestionAutomation":{ "type":"structure", "members":{ "AnswerSource":{ "shape":"EvaluationFormQuestionAutomationAnswerSource", "documentation":"Automation answer source.
" } }, "documentation":"Information about the automation configuration in text questions.
" }, "EvaluationFormTextQuestionProperties":{ "type":"structure", "members":{ "Automation":{ "shape":"EvaluationFormTextQuestionAutomation", "documentation":"The automation properties of the text question.
" } }, "documentation":"Information about properties for a text question in an evaluation form.
" }, "EvaluationFormTitle":{"type":"string"}, "EvaluationFormValidationFailureReason":{"type":"string"}, "EvaluationFormValidationFinding":{ "type":"structure", "required":[ "IssueCode", "Description", "Severity" ], "members":{ "IssueCode":{ "shape":"EvaluationFormValidationIssueCode", "documentation":"A code that identifies the type of validation issue found.
" }, "Items":{ "shape":"EvaluationFormValidationFindingItemList", "documentation":"A list of evaluation form items affected by this finding.
" }, "Description":{ "shape":"EvaluationFormValidationFindingDescription", "documentation":"A description of the validation issue.
" }, "Suggestion":{ "shape":"EvaluationFormValidationFindingSuggestion", "documentation":"A suggested fix for the validation issue.
" }, "Severity":{ "shape":"EvaluationFormValidationFindingSeverity", "documentation":"The severity of the finding. Valid values: WARNING, ERROR.
Information about a finding from the evaluation form validation process. Each finding identifies a structural issue or quality improvement opportunity for the evaluation form.
" }, "EvaluationFormValidationFindingDescription":{"type":"string"}, "EvaluationFormValidationFindingItem":{ "type":"structure", "members":{ "RefId":{ "shape":"ReferenceId", "documentation":"The identifier of the evaluation form item (question or section) affected by the finding.
" }, "Property":{ "shape":"EvaluationFormValidationFindingItemProperty", "documentation":"The specific property of the evaluation form item that the finding relates to.
" } }, "documentation":"Information about an evaluation form item affected by a validation finding.
" }, "EvaluationFormValidationFindingItemList":{ "type":"list", "member":{"shape":"EvaluationFormValidationFindingItem"} }, "EvaluationFormValidationFindingItemProperty":{"type":"string"}, "EvaluationFormValidationFindingList":{ "type":"list", "member":{"shape":"EvaluationFormValidationFinding"} }, "EvaluationFormValidationFindingSeverity":{ "type":"string", "enum":[ "WARNING", "ERROR" ] }, "EvaluationFormValidationFindingSuggestion":{"type":"string"}, "EvaluationFormValidationIssueCode":{"type":"string"}, "EvaluationFormValidationStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "COMPLETED", "FAILED" ] }, "EvaluationFormVersionIsLocked":{"type":"boolean"}, "EvaluationFormVersionStatus":{ "type":"string", "enum":[ "DRAFT", "ACTIVE" ] }, "EvaluationFormVersionSummary":{ "type":"structure", "required":[ "EvaluationFormArn", "EvaluationFormId", "EvaluationFormVersion", "Locked", "Status", "CreatedTime", "CreatedBy", "LastModifiedTime", "LastModifiedBy" ], "members":{ "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
" }, "Locked":{ "shape":"EvaluationFormVersionIsLocked", "documentation":"The flag indicating whether the evaluation form is locked for changes.
" }, "Status":{ "shape":"EvaluationFormVersionStatus", "documentation":"The status of the evaluation form.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was created.
" }, "CreatedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who created the evaluation form.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation form was last updated.
" }, "LastModifiedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the evaluation form.
" } }, "documentation":"Summary information about an evaluation form.
" }, "EvaluationFormVersionSummaryList":{ "type":"list", "member":{"shape":"EvaluationFormVersionSummary"} }, "EvaluationGenAIAnswerAnalysisDetails":{ "type":"structure", "members":{ "Justification":{ "shape":"EvaluationSuggestedAnswerJustification", "documentation":"Generative AI automation answer justification.
" }, "PointsOfInterest":{ "shape":"EvaluationTranscriptPointsOfInterest", "documentation":"Generative AI automation answer analysis points of interest.
" } }, "documentation":"An analysis for a generative AI answer to the question.
" }, "EvaluationId":{"type":"string"}, "EvaluationMetadata":{ "type":"structure", "required":[ "ContactId", "EvaluatorArn" ], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "EvaluatorArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the evaluation.
" }, "ContactAgentId":{ "shape":"ResourceId", "documentation":"The identifier of the agent who performed the contact.
" }, "CalibrationSessionId":{ "shape":"ResourceId", "documentation":"The calibration session ID that this evaluation belongs to.
" }, "Score":{ "shape":"EvaluationScore", "documentation":"The overall score of the contact evaluation.
" }, "AutoEvaluation":{ "shape":"AutoEvaluationDetails", "documentation":"Information related to automated evaluation.
" }, "Acknowledgement":{ "shape":"EvaluationAcknowledgement", "documentation":"Information related to evaluation acknowledgement.
" }, "Review":{ "shape":"EvaluationReviewMetadata", "documentation":"Information about reviews of this evaluation.
" }, "ContactParticipant":{ "shape":"EvaluationContactParticipant", "documentation":"Information about a contact participant in this evaluation.
" }, "SamplingJobId":{ "shape":"ResourceId", "documentation":"Identifier of the sampling job.
" } }, "documentation":"Metadata information about a contact evaluation.
" }, "EvaluationNote":{ "type":"structure", "members":{ "Value":{ "shape":"EvaluationNoteString", "documentation":"The note for an item (section or question) in a contact evaluation.
Even though a note in an evaluation can have up to 3072 chars, there is also a limit on the total number of chars for all the notes in the evaluation combined. Assuming there are N questions in the evaluation being submitted, then the max char limit for all notes combined is N x 1024.
Information about notes for a contact evaluation.
" }, "EvaluationNoteString":{ "type":"string", "max":3072, "min":0 }, "EvaluationNotesMap":{ "type":"map", "key":{"shape":"ResourceId"}, "value":{"shape":"EvaluationNote"}, "max":100 }, "EvaluationQuestionAnswerAnalysisDetails":{ "type":"structure", "members":{ "GenAI":{ "shape":"EvaluationGenAIAnswerAnalysisDetails", "documentation":"Analysis results from the generative AI automation for the question.
" }, "ContactLens":{ "shape":"EvaluationContactLensAnswerAnalysisDetails", "documentation":"Analysis results from the Contact Lens automation for the question.
" } }, "documentation":"Detailed analysis results of the automated answer to the evaluation question.
", "union":true }, "EvaluationQuestionAnswerAnalysisType":{ "type":"string", "enum":[ "CONTACT_LENS_DATA", "GEN_AI" ] }, "EvaluationQuestionInputDetails":{ "type":"structure", "members":{ "TranscriptType":{ "shape":"EvaluationTranscriptType", "documentation":"Transcript type.
" } }, "documentation":"Details of the input data used for automated question processing.
" }, "EvaluationReviewConfiguration":{ "type":"structure", "required":["ReviewNotificationRecipients"], "members":{ "ReviewNotificationRecipients":{ "shape":"EvaluationReviewNotificationRecipientList", "documentation":"List of recipients who should be notified when a review is requested.
" }, "EligibilityDays":{ "shape":"Integer", "documentation":"Number of days during which a request for review can be submitted for evaluations created from this form.
" } }, "documentation":"Configuration settings for evaluation reviews.
" }, "EvaluationReviewMetadata":{ "type":"structure", "required":["ReviewRequestComments"], "members":{ "ReviewId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation review.
" }, "RequestedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the evaluation review was requested.
" }, "RequestedBy":{ "shape":"ARN", "documentation":"The user who requested the evaluation review.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the evaluation review was created.
", "deprecated":true, "deprecatedMessage":"CreatedTime is deprecated.", "deprecatedSince":"02/17/2026" }, "CreatedBy":{ "shape":"ARN", "documentation":"The user who created the evaluation review.
", "deprecated":true, "deprecatedMessage":"CreatedBy is deprecated.", "deprecatedSince":"02/17/2026" }, "ReviewRequestComments":{ "shape":"EvaluationReviewRequestCommentList", "documentation":"Comments provided when requesting the evaluation review.
" } }, "documentation":"Metadata information about an evaluation review.
" }, "EvaluationReviewNotificationRecipient":{ "type":"structure", "required":[ "Type", "Value" ], "members":{ "Type":{ "shape":"EvaluationReviewNotificationRecipientType", "documentation":"The type of notification recipient.
" }, "Value":{ "shape":"EvaluationReviewNotificationRecipientValue", "documentation":"The value associated with the notification recipient type.
" } }, "documentation":"Information about a recipient who should be notified when an evaluation review is requested.
" }, "EvaluationReviewNotificationRecipientList":{ "type":"list", "member":{"shape":"EvaluationReviewNotificationRecipient"}, "min":1 }, "EvaluationReviewNotificationRecipientType":{ "type":"string", "enum":["USER_ID"] }, "EvaluationReviewNotificationRecipientValue":{ "type":"structure", "members":{ "UserId":{ "shape":"ResourceId", "documentation":"The user identifier for the notification recipient.
" } }, "documentation":"The value information for an evaluation review notification recipient.
" }, "EvaluationReviewRequestComment":{ "type":"structure", "members":{ "Comment":{ "shape":"EvaluationReviewRequestCommentContent", "documentation":"The text content of the review request comment.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the evaluation review request comment was created.
" }, "CreatedBy":{ "shape":"ARN", "documentation":"The user who created the evaluation review request comment.
" } }, "documentation":"A comment provided when requesting an evaluation review.
" }, "EvaluationReviewRequestCommentContent":{ "type":"string", "max":500 }, "EvaluationReviewRequestCommentList":{ "type":"list", "member":{"shape":"EvaluationReviewRequestComment"}, "max":1 }, "EvaluationScore":{ "type":"structure", "members":{ "Percentage":{ "shape":"EvaluationScorePercentage", "documentation":"The score percentage for an item in a contact evaluation.
" }, "NotApplicable":{ "shape":"Boolean", "documentation":"The flag to mark the item as not applicable for scoring.
" }, "AutomaticFail":{ "shape":"Boolean", "documentation":"The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
" }, "AppliedWeight":{ "shape":"Double", "documentation":"Weight applied to this evaluation score.
" }, "EarnedPoints":{ "shape":"Integer", "documentation":"The points earned for the item.
" }, "MaxBasePoint":{ "shape":"Integer", "documentation":"The maximum base points possible for the item.
" }, "PerformanceCategory":{ "shape":"PerformanceCategoryName", "documentation":"The performance category for the score.
" } }, "documentation":"Information about scores of a contact evaluation item (section or question).
" }, "EvaluationScorePercentage":{"type":"double"}, "EvaluationScoresMap":{ "type":"map", "key":{"shape":"ResourceId"}, "value":{"shape":"EvaluationScore"}, "max":100 }, "EvaluationSearchConditionList":{ "type":"list", "member":{"shape":"EvaluationSearchCriteria"} }, "EvaluationSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"EvaluationSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"EvaluationSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{"shape":"StringCondition"}, "NumberCondition":{"shape":"NumberCondition"}, "BooleanCondition":{ "shape":"BooleanCondition", "documentation":"The boolean condition search criteria for searching evaluations.
" }, "DateTimeCondition":{ "shape":"DateTimeCondition", "documentation":"The datetime condition search criteria for searching evaluations.
" }, "DecimalCondition":{ "shape":"DecimalCondition", "documentation":"The decimal condition search criteria for searching evaluations.
" } }, "documentation":"The search criteria to be used to return evaluations.
" }, "EvaluationSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{ "shape":"ControlPlaneAttributeFilter", "documentation":"An object that can be used to specify tag conditions.
" }, "ContactEvaluationAttributeFilter":{ "shape":"ContactEvaluationAttributeFilter", "documentation":"An object that can be used to specify tag conditions and attribute conditions for contact evaluations.
" } }, "documentation":"Filters to be applied to search results.
" }, "EvaluationSearchMetadata":{ "type":"structure", "required":[ "ContactId", "EvaluatorArn" ], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "EvaluatorArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the person who evaluated the contact.
" }, "ContactAgentId":{ "shape":"ResourceId", "documentation":"The unique ID of the agent who handled the contact.
" }, "CalibrationSessionId":{ "shape":"ResourceId", "documentation":"The calibration session ID that this evaluation belongs to.
" }, "ScorePercentage":{ "shape":"EvaluationScorePercentage", "documentation":"The total evaluation score expressed as a percentage.
" }, "ScoreAutomaticFail":{ "shape":"Boolean", "documentation":"The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag is true.
" }, "ScoreNotApplicable":{ "shape":"Boolean", "documentation":"The flag to mark the item as not applicable for scoring.
" }, "AutoEvaluationEnabled":{ "shape":"Boolean", "documentation":"Whether auto-evaluation is enabled.
" }, "AutoEvaluationStatus":{ "shape":"AutoEvaluationStatus", "documentation":"The status of the contact auto evaluation.
" }, "AcknowledgedTime":{ "shape":"Timestamp", "documentation":"When the evaluation was acknowledged by the agent.
" }, "AcknowledgedBy":{ "shape":"ARN", "documentation":"The agent who acknowledged the evaluation.
" }, "AcknowledgerComment":{ "shape":"EvaluationAcknowledgerCommentString", "documentation":"The comment from the agent when they acknowledged the evaluation.
" }, "SamplingJobId":{ "shape":"ResourceId", "documentation":"Identifier of the sampling job.
" }, "ReviewId":{ "shape":"ResourceId", "documentation":"Identifier for the review.
" }, "ContactParticipantRole":{ "shape":"ContactParticipantRole", "documentation":"Role of a contact participant in the evaluation.
" }, "ContactParticipantId":{ "shape":"ResourceId", "documentation":"Identifier for a contact participant in the evaluation.
" }, "EarnedPoints":{ "shape":"Integer", "documentation":"The points earned for the evaluation.
", "box":true }, "MaxBasePoint":{ "shape":"Integer", "documentation":"The maximum base points possible for the evaluation.
", "box":true }, "PerformanceCategory":{ "shape":"PerformanceCategoryName", "documentation":"The performance category for the evaluation score.
" } }, "documentation":"Metadata information about an evaluation search.
" }, "EvaluationSearchSummary":{ "type":"structure", "required":[ "EvaluationId", "EvaluationArn", "EvaluationFormVersion", "Metadata", "Status", "CreatedTime", "LastModifiedTime" ], "members":{ "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
" }, "EvaluationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
", "box":true }, "EvaluationFormTitle":{ "shape":"EvaluationFormTitle", "documentation":"Title of the evaluation form.
" }, "Metadata":{ "shape":"EvaluationSearchMetadata", "documentation":"Summary information about the evaluation search.
" }, "Status":{ "shape":"EvaluationStatus", "documentation":"The status of the evaluation.
" }, "EvaluationType":{ "shape":"EvaluationType", "documentation":"Type of the evaluation.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The date and time when the evaluation was created, in UTC time.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The date and time when the evaluation was modified last time, in UTC time.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"Summary of evaluation obtained from the search operation.
" }, "EvaluationSearchSummaryList":{ "type":"list", "member":{"shape":"EvaluationSearchSummary"} }, "EvaluationStatus":{ "type":"string", "enum":[ "DRAFT", "SUBMITTED", "REVIEW_REQUESTED", "UNDER_REVIEW" ] }, "EvaluationSuggestedAnswer":{ "type":"structure", "required":[ "Status", "AnalysisType" ], "members":{ "Value":{"shape":"EvaluationAnswerData"}, "Status":{ "shape":"EvaluationSuggestedAnswerStatus", "documentation":"The status of the suggested answer. D
" }, "Input":{ "shape":"EvaluationQuestionInputDetails", "documentation":"Details about the input used to question automation.
" }, "AnalysisType":{ "shape":"EvaluationQuestionAnswerAnalysisType", "documentation":"Type of analysis used to provide suggested answer.
" }, "AnalysisDetails":{ "shape":"EvaluationQuestionAnswerAnalysisDetails", "documentation":"Detailed analysis results.
" } }, "documentation":"The information about the suggested answer for the question.
" }, "EvaluationSuggestedAnswerJustification":{ "type":"string", "min":1 }, "EvaluationSuggestedAnswerStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "FAILED", "SUCCEEDED" ] }, "EvaluationSuggestedAnswerTranscriptMillisOffset":{ "type":"integer", "min":0 }, "EvaluationSuggestedAnswerTranscriptMillisecondOffsets":{ "type":"structure", "required":["BeginOffsetMillis"], "members":{ "BeginOffsetMillis":{ "shape":"EvaluationSuggestedAnswerTranscriptMillisOffset", "documentation":"Offset in milliseconds from the beginning of the transcript.
" } }, "documentation":"The milliseconds offset for transcript reference in suggested answer.
" }, "EvaluationSuggestedAnswerTranscriptSegment":{"type":"string"}, "EvaluationSuggestedAnswersList":{ "type":"list", "member":{"shape":"EvaluationSuggestedAnswer"} }, "EvaluationSummary":{ "type":"structure", "required":[ "EvaluationId", "EvaluationArn", "EvaluationFormTitle", "EvaluationFormId", "Status", "EvaluatorArn", "CreatedTime", "LastModifiedTime" ], "members":{ "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
" }, "EvaluationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" }, "EvaluationFormTitle":{ "shape":"EvaluationFormTitle", "documentation":"A title of the evaluation form.
" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "CalibrationSessionId":{ "shape":"ResourceId", "documentation":"The calibration session ID that this evaluation belongs to.
" }, "Status":{ "shape":"EvaluationStatus", "documentation":"The status of the contact evaluation.
" }, "AutoEvaluationEnabled":{ "shape":"Boolean", "documentation":"Whether automated evaluation is enabled.
" }, "AutoEvaluationStatus":{ "shape":"AutoEvaluationStatus", "documentation":"The status of the contact auto evaluation.
" }, "EvaluatorArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the evaluation.
" }, "Score":{ "shape":"EvaluationScore", "documentation":"The overall score of the contact evaluation.
" }, "Acknowledgement":{ "shape":"EvaluationAcknowledgementSummary", "documentation":"Information related to evaluation acknowledgement.
" }, "EvaluationType":{ "shape":"EvaluationType", "documentation":"Type of the evaluation.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation was created.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the evaluation was last updated.
" }, "ContactParticipant":{ "shape":"EvaluationContactParticipant", "documentation":"Information about a contact participant in the evaluation.
" } }, "documentation":"Summary information about a contact evaluation.
" }, "EvaluationSummaryList":{ "type":"list", "member":{"shape":"EvaluationSummary"} }, "EvaluationTranscriptPointOfInterest":{ "type":"structure", "members":{ "MillisecondOffsets":{ "shape":"EvaluationSuggestedAnswerTranscriptMillisecondOffsets", "documentation":"Offset in milliseconds from the beginning of transcript.
" }, "TranscriptSegment":{ "shape":"EvaluationSuggestedAnswerTranscriptSegment", "documentation":"Segment of transcript.
" } }, "documentation":"Information about the point of interest in transcript provided to evaluation.
" }, "EvaluationTranscriptPointsOfInterest":{ "type":"list", "member":{"shape":"EvaluationTranscriptPointOfInterest"}, "max":100, "min":0 }, "EvaluationTranscriptType":{ "type":"string", "enum":[ "RAW", "REDACTED" ] }, "EvaluationType":{ "type":"string", "enum":[ "STANDARD", "CALIBRATION" ] }, "EvaluatorUserUnion":{ "type":"structure", "members":{ "ConnectUserArn":{ "shape":"ARN", "documentation":"Represents the Connect Customer ARN of the user.
" } }, "documentation":"Represents the entity that performed the action on the evaluation.
", "union":true }, "EventBridgeActionDefinition":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"EventBridgeActionName", "documentation":"The name.
" } }, "documentation":"The EventBridge action definition.
" }, "EventBridgeActionName":{ "type":"string", "max":100, "min":1 }, "EventSourceName":{ "type":"string", "enum":[ "OnPostCallAnalysisAvailable", "OnRealTimeCallAnalysisAvailable", "OnRealTimeChatAnalysisAvailable", "OnPostChatAnalysisAvailable", "OnEmailAnalysisAvailable", "OnZendeskTicketCreate", "OnZendeskTicketStatusUpdate", "OnSalesforceCaseCreate", "OnContactEvaluationSubmit", "OnMetricDataUpdate", "OnCaseCreate", "OnCaseUpdate", "OnSlaBreach", "OnAlertUpdate", "OnSchedulePublish", "OnScheduleUpdate", "OnScheduleTimeOffRequestActivity" ] }, "ExecutionRecord":{ "type":"structure", "members":{ "ObservationId":{ "shape":"TestCaseResourceId", "documentation":"The identifier of the execution record.
" }, "Status":{ "shape":"ExecutionRecordStatus", "documentation":"The status of the action execution.
" }, "Timestamp":{ "shape":"Timestamp", "documentation":"The timestamp when the action was executed.
" }, "Record":{ "shape":"ExecutionRecordString", "documentation":"The details of the executed record.
" } }, "documentation":"Contains information about a test case execution record.
" }, "ExecutionRecordList":{ "type":"list", "member":{"shape":"ExecutionRecord"} }, "ExecutionRecordStatus":{ "type":"string", "enum":[ "PASSED", "FAILED", "IN_PROGRESS", "STOPPED" ] }, "ExecutionRecordString":{"type":"string"}, "Expiry":{ "type":"structure", "members":{ "DurationInSeconds":{ "shape":"DurationInSeconds", "documentation":"The number of seconds to wait before expiring the routing step.
" }, "ExpiryTimestamp":{ "shape":"timestamp", "documentation":"The timestamp indicating when the routing step expires.
" } }, "documentation":"An object to specify the expiration of a routing step.
" }, "ExpiryDurationInMinutes":{"type":"integer"}, "ExportLocation":{"type":"string"}, "Expression":{ "type":"structure", "members":{ "AttributeCondition":{ "shape":"AttributeCondition", "documentation":"An object to specify the predefined attribute condition.
" }, "AndExpression":{ "shape":"Expressions", "documentation":"List of routing expressions which will be AND-ed together.
" }, "OrExpression":{ "shape":"Expressions", "documentation":"List of routing expressions which will be OR-ed together.
" }, "NotAttributeCondition":{"shape":"AttributeCondition"} }, "documentation":"A tagged union to specify expression for a routing step.
" }, "Expressions":{ "type":"list", "member":{"shape":"Expression"} }, "ExtensionConfiguration":{ "type":"structure", "required":["AllowedExtensions"], "members":{ "AllowedExtensions":{ "shape":"AllowedExtensionsList", "documentation":"The list of allowed file extensions.
" } }, "documentation":"The configuration for allowed file extensions.
" }, "ExternalInvocationConfiguration":{ "type":"structure", "members":{ "Enabled":{ "shape":"Boolean", "documentation":"Enable external invocation.
" } }, "documentation":"The external invocation configuration for the flow module
" }, "FailedBatchAssociationSummary":{ "type":"structure", "members":{ "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the resource that failed to be associated.
" }, "ErrorCode":{ "shape":"WorkspaceErrorCode", "documentation":"The error code indicating why the association failed.
" }, "ErrorMessage":{ "shape":"WorkspaceBatchErrorMessage", "documentation":"An error message describing why the association failed.
" } }, "documentation":"Contains information about a resource that failed to be associated with a workspace in a batch operation.
" }, "FailedBatchAssociationSummaryList":{ "type":"list", "member":{"shape":"FailedBatchAssociationSummary"} }, "FailedRequest":{ "type":"structure", "members":{ "RequestIdentifier":{ "shape":"RequestIdentifier", "documentation":"Request identifier provided in the API call in the ContactDataRequest to create a contact.
" }, "FailureReasonCode":{ "shape":"FailureReasonCode", "documentation":"Reason code for the failure.
" }, "FailureReasonMessage":{ "shape":"String", "documentation":"Why the request to create a contact failed.
" } }, "documentation":"Request for which contact failed to be generated.
" }, "FailedRequestList":{ "type":"list", "member":{"shape":"FailedRequest"} }, "FailureReasonCode":{ "type":"string", "enum":[ "INVALID_ATTRIBUTE_KEY", "INVALID_CUSTOMER_ENDPOINT", "INVALID_SYSTEM_ENDPOINT", "INVALID_QUEUE", "INVALID_OUTBOUND_STRATEGY", "MISSING_CAMPAIGN", "MISSING_CUSTOMER_ENDPOINT", "MISSING_QUEUE_ID_AND_SYSTEM_ENDPOINT", "REQUEST_THROTTLED", "IDEMPOTENCY_EXCEPTION", "INTERNAL_ERROR" ] }, "FieldStringValue":{ "type":"string", "max":500, "min":0 }, "FieldValue":{ "type":"structure", "required":[ "Id", "Value" ], "members":{ "Id":{ "shape":"FieldValueId", "documentation":"Unique identifier of a field.
" }, "Value":{ "shape":"FieldValueUnion", "documentation":"Union of potential field value types.
" } }, "documentation":"Object for case field values.
" }, "FieldValueId":{ "type":"string", "max":500, "min":1 }, "FieldValueUnion":{ "type":"structure", "members":{ "BooleanValue":{ "shape":"Boolean", "documentation":"A Boolean number value type.
" }, "DoubleValue":{ "shape":"Double", "documentation":"A Double number value type.
" }, "EmptyValue":{ "shape":"EmptyFieldValue", "documentation":"An empty value.
" }, "StringValue":{ "shape":"FieldStringValue", "documentation":"String value type.
" } }, "documentation":"Object to store union of Field values.
" }, "FieldValues":{ "type":"list", "member":{"shape":"FieldValue"} }, "FileExtension":{ "type":"string", "documentation":"A file extension. The extension must be between 1 and 10 characters and can contain only alphanumeric characters, hyphens, and underscores.
", "max":10, "min":1, "pattern":"^[a-zA-Z0-9-_]+$" }, "FileId":{ "type":"string", "max":256, "min":1 }, "FileIdList":{ "type":"list", "member":{"shape":"FileId"}, "max":100, "min":1 }, "FileName":{ "type":"string", "max":256, "min":1, "pattern":"^\\P{C}*$" }, "FileSizeInBytes":{ "type":"long", "box":true, "min":1 }, "FileSourceUri":{ "type":"string", "max":2000, "min":1 }, "FileStatusType":{ "type":"string", "enum":[ "APPROVED", "REJECTED", "PROCESSING", "FAILED" ] }, "FileUseCaseType":{ "type":"string", "enum":[ "CONTACT_ANALYSIS", "EMAIL_MESSAGE", "EMAIL_MESSAGE_PLAIN_TEXT", "EMAIL_MESSAGE_REDACTED", "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED", "ATTACHMENT", "VOICE_RECORDING" ] }, "FilterV2":{ "type":"structure", "members":{ "FilterKey":{ "shape":"ResourceArnOrId", "documentation":"The key to use for filtering data. For example, QUEUE, ROUTING_PROFILE, AGENT, CHANNEL, AGENT_HIERARCHY_LEVEL_ONE, AGENT_HIERARCHY_LEVEL_TWO, AGENT_HIERARCHY_LEVEL_THREE, AGENT_HIERARCHY_LEVEL_FOUR, AGENT_HIERARCHY_LEVEL_FIVE. There must be at least 1 key and a maximum 5 keys.
The identifiers to use for filtering data. For example, if you have a filter key of QUEUE, you would add queue IDs or ARNs in FilterValues.
System defined filtering condition. For example, the NOT_EXISTS StringCondition returns documents where the field specified by FilterKey does not exist in the document.
When the NOT_EXISTS StringCondition is added to a FilterV2 object, FilterValues must be null or empty.
" } }, "documentation":"Contains the filter to apply when retrieving metrics with the GetMetricDataV2 API.
" }, "FilterV2StringCondition":{ "type":"structure", "members":{ "Comparison":{ "shape":"FilterV2StringConditionComparisonOperator", "documentation":"The string condition.
" } }, "documentation":"System defined filtering condition. For example, the NOT_EXISTS StringCondition returns documents where the field specified by FilterKey does not exist in the document.
When the NOT_EXISTS StringCondition is added to a FilterV2 object, FilterValues must be null or empty.
" }, "FilterV2StringConditionComparisonOperator":{ "type":"string", "enum":["NOT_EXISTS"] }, "FilterValueList":{ "type":"list", "member":{"shape":"ResourceArnOrId"}, "max":100, "min":1 }, "Filters":{ "type":"structure", "members":{ "Queues":{ "shape":"Queues", "documentation":"The queues to use to filter the metrics. You should specify at least one queue, and can specify up to 100 queues per request. The GetCurrentMetricsData API in particular requires a queue when you include a Filter in your request.
The channel to use to filter the metrics.
" }, "RoutingProfiles":{ "shape":"RoutingProfiles", "documentation":"A list of up to 100 routing profile IDs or ARNs.
" }, "RoutingStepExpressions":{ "shape":"RoutingExpressions", "documentation":"A list of expressions as a filter, in which an expression is an object of a step in a routing criteria. Accepts filter values up to 3,000 characters in length. Filter values are case-sensitive. JSON object key order and whitespace may be arbitrary; array order and tree structure must be preserved.
" }, "AgentStatuses":{ "shape":"AgentStatuses", "documentation":"A list of up to 50 agent status IDs or ARNs.
" }, "Subtypes":{ "shape":"Subtypes", "documentation":"A list of up to 10 subtypes can be provided.
" }, "ValidationTestTypes":{ "shape":"ValidationTestTypes", "documentation":"A list of up to 10 validationTestTypes can be provided.
" } }, "documentation":"Contains the filter to apply when retrieving metrics.
" }, "FiltersV2List":{ "type":"list", "member":{"shape":"FilterV2"}, "max":5, "min":1 }, "FlowAssociationResourceType":{ "type":"string", "enum":[ "SMS_PHONE_NUMBER", "INBOUND_EMAIL", "OUTBOUND_EMAIL", "ANALYTICS_CONNECTOR", "WHATSAPP_MESSAGING_PHONE_NUMBER" ] }, "FlowAssociationSummary":{ "type":"structure", "members":{ "ResourceId":{ "shape":"ARN", "documentation":"The identifier of the resource.
" }, "FlowId":{ "shape":"ARN", "documentation":"The identifier of the flow.
" }, "ResourceType":{ "shape":"ListFlowAssociationResourceType", "documentation":"The type of resource association.
" } }, "documentation":"Information about flow associations.
" }, "FlowAssociationSummaryList":{ "type":"list", "member":{"shape":"FlowAssociationSummary"} }, "FlowContentSha256":{ "type":"string", "max":64, "min":1, "pattern":"^[a-zA-Z0-9]{64}$" }, "FlowModule":{ "type":"structure", "members":{ "Type":{ "shape":"FlowModuleType", "documentation":"Only Type we support is MCP.
" }, "FlowModuleId":{ "shape":"FlowModuleId", "documentation":"If of Flow Modules invocable as tool
" } }, "documentation":"A list of Flow Modules an AI Agent can invoke as a tool
" }, "FlowModuleContentSha256":{ "type":"string", "max":64, "min":1, "pattern":"^[a-zA-Z0-9]{64}$" }, "FlowModuleId":{ "type":"string", "max":128, "min":1 }, "FlowModuleSettings":{"type":"string"}, "FlowModuleType":{ "type":"string", "enum":["MCP"] }, "FlowQuickConnectConfig":{ "type":"structure", "required":["ContactFlowId"], "members":{ "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The contact flow ID for the quick connect configuration.
" } }, "documentation":"Configuration for quick connect.
" }, "FontFamily":{ "type":"structure", "members":{ "Default":{ "shape":"WorkspaceFontFamily", "documentation":"The default font family to use in the workspace theme.
" } }, "documentation":"Contains font family configuration for workspace themes.
" }, "FormId":{"type":"string"}, "FragmentNumber":{ "type":"string", "max":128, "min":0 }, "FunctionArn":{ "type":"string", "max":140, "min":1 }, "FunctionArnsList":{ "type":"list", "member":{"shape":"FunctionArn"} }, "GetAttachedFileRequest":{ "type":"structure", "required":[ "InstanceId", "FileId", "AssociatedResourceArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
", "location":"uri", "locationName":"FileId" }, "UrlExpiryInSeconds":{ "shape":"URLExpiryInSeconds", "documentation":"Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
", "location":"querystring", "locationName":"urlExpiryInSeconds" }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email.
This value must be a valid ARN.
The unique identifier of the attached file resource (ARN).
" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
" }, "CreationTime":{ "shape":"ISO8601Datetime", "documentation":"The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.
The current status of the attached file.
" }, "FileName":{ "shape":"FileName", "documentation":"A case-sensitive name of the attached file being uploaded.
" }, "FileSizeInBytes":{ "shape":"FileSizeInBytes", "documentation":"The size of the attached file in bytes.
", "box":true }, "AssociatedResourceArn":{ "shape":"ARN", "documentation":"The resource to which the attached file is (being) uploaded to. Cases are the only current supported resource.
" }, "FileUseCaseType":{ "shape":"FileUseCaseType", "documentation":"The use case for the file.
" }, "CreatedBy":{ "shape":"CreatedByInfo", "documentation":"Represents the identity that created the file.
" }, "DownloadUrlMetadata":{ "shape":"DownloadUrlMetadata", "documentation":"URL and expiry to be used when downloading the attached file.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "InitialContactId":{ "shape":"ContactId", "documentation":"The identifier of the initial contact.
", "location":"uri", "locationName":"InitialContactId" } } }, "GetContactAttributesResponse":{ "type":"structure", "members":{ "Attributes":{ "shape":"Attributes", "documentation":"Information about the attributes.
" } } }, "GetContactMetricsRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "Metrics" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "Metrics":{ "shape":"ContactMetrics", "documentation":"A list of contact level metrics to retrieve.Supported metrics include POSITION_IN_QUEUE (the contact's current position in the queue) and ESTIMATED_WAIT_TIME (the predicted time in seconds until the contact is connected to an agent)
" } } }, "GetContactMetricsResponse":{ "type":"structure", "members":{ "MetricResults":{ "shape":"ContactMetricResults", "documentation":"A list of metric results containing the calculated values for each requested metric. Each result includes the metric name and its corresponding value. For example, POSITION_IN_QUEUE returns a numeric value representing the contact's position in queue, and ESTIMATED_WAIT_TIME returns the predicted wait time in seconds.
" }, "Id":{ "shape":"ContactId", "documentation":"The unique identifier of the contact for which metrics were retrieved. This matches the ContactId provided in the request.
" }, "Arn":{ "shape":"ARN", "documentation":"The ARN of the contact for which metrics were retrieved.
" } } }, "GetCurrentMetricDataRequest":{ "type":"structure", "required":[ "InstanceId", "Filters", "CurrentMetrics" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Filters":{ "shape":"Filters", "documentation":"The filters to apply to returned metrics. You can filter up to the following limits:
Queues: 100
Routing profiles: 100
Channels: 3 (VOICE, CHAT, and TASK channels are supported.)
RoutingStepExpressions: 50
AgentStatuses: 50
Subtypes: 10
ValidationTestTypes: 10
Metric data is retrieved only for the resources associated with the queues or routing profiles, and by any channels included in the filter. (You cannot filter by both queue AND routing profile.) You can include both resource IDs and resource ARNs in the same request.
When using AgentStatuses as filter make sure Queues is added as primary filter.
When using Subtypes as filter make sure Queues is added as primary filter.
When using ValidationTestTypes as filter make sure Queues is added as primary filter.
When using the RoutingStepExpression filter, you need to pass exactly one QueueId. The filter is also case sensitive so when using the RoutingStepExpression filter, grouping by ROUTING_STEP_EXPRESSION is required.
Currently tagging is only supported on the resources that are passed in the filter.
" }, "Groupings":{ "shape":"Groupings", "documentation":"Defines the level of aggregation for metrics data by a dimension(s). Its similar to sorting items into buckets based on a common characteristic, then counting or calculating something for each bucket. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues.
The grouping list is an ordered list, with the first item in the list defined as the primary grouping. If no grouping is included in the request, the aggregation happens at the instance-level.
If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported.
If you group by AGENT_STATUS, you must include the QUEUE as the primary grouping and use queue filter. When you group by AGENT_STATUS, the only metric available is the AGENTS_ONLINE metric.
If you group by SUBTYPE or VALIDATION_TEST_TYPE as secondary grouping then you must include QUEUE as primary grouping and use Queue as filter
If you group by ROUTING_PROFILE, you must include either a queue or routing profile filter. In addition, a routing profile filter is required for metrics CONTACTS_SCHEDULED, CONTACTS_IN_QUEUE, and OLDEST_CONTACT_AGE.
When using the RoutingStepExpression filter, group by ROUTING_STEP_EXPRESSION is required.
The metrics to retrieve. Specify the name or metricId, and unit for each metric. The following metrics are available. For a description of all the metrics, see Metrics definitions in the Connect Customer Administrator Guide.
MetricId should be used to reference custom metrics or out of the box metrics as Arn. If using MetricId, the limit is 10 MetricId per request.
Unit: COUNT
Name in real-time metrics report: ACW
Unit: COUNT
Name in real-time metrics report: Available
Unit: COUNT
Name in real-time metrics report: Error
Unit: COUNT
Name in real-time metrics report: NPT (Non-Productive Time)
Unit: COUNT
Name in real-time metrics report: On contact
Unit: COUNT
Name in real-time metrics report: On contact
Unit: COUNT
Name in real-time metrics report: Online
Unit: COUNT
Name in real-time metrics report: Staffed
Unit: COUNT
Name in real-time metrics report: In queue
Unit: COUNT
Name in real-time metrics report: Scheduled
Unit: SECONDS
This metric supports filter and grouping combination only used for core routing purpose. Valid filter and grouping use cases:
Filter by a list of [Queues] and a list of [Channels], group by [“QUEUE”, “CHANNEL”]
Filter by a singleton list of [Queue], a singleton list of [Channel], a list of [RoutingStepExpression], group by [“ROUTING_STEP_EXPRESSION”].
Unit: SECONDS
When you use groupings, Unit says SECONDS and the Value is returned in SECONDS.
When you do not use groupings, Unit says SECONDS but the Value is returned in MILLISECONDS. For example, if you get a response like this:
{ \"Metric\": { \"Name\": \"OLDEST_CONTACT_AGE\", \"Unit\": \"SECONDS\" }, \"Value\": 24113.0 }
The actual OLDEST_CONTACT_AGE is 24 seconds.
When the filter RoutingStepExpression is used, this metric is still calculated from enqueue time. For example, if a contact that has been queued under <Expression 1> for 10 seconds has expired and <Expression 2> becomes active, then OLDEST_CONTACT_AGE for this queue will be counted starting from 10, not 0.
Name in real-time metrics report: Oldest
Unit: COUNT
Name in real-time metrics report: Active
Unit: COUNT
Name in real-time metrics report: Availability
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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SortCriteria":{ "shape":"CurrentMetricSortCriteriaMaxOne", "documentation":"The way to sort the resulting response based on metrics. You can enter one sort criteria. By default resources are sorted based on AGENTS_ONLINE, DESCENDING. The metric collection is sorted based on the input metrics.
Note the following:
Sorting on SLOTS_ACTIVE and SLOTS_AVAILABLE is not supported.
If there are additional results, this is the token for 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.
" }, "MetricResults":{ "shape":"CurrentMetricResults", "documentation":"Information about the real-time metrics.
" }, "DataSnapshotTime":{ "shape":"timestamp", "documentation":"The time at which the metrics were retrieved and cached for pagination.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total count of the result, regardless of the current page size.
" } } }, "GetCurrentUserDataRequest":{ "type":"structure", "required":[ "InstanceId", "Filters" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Filters":{ "shape":"UserDataFilters", "documentation":"The filters to apply to returned user data. You can filter up to the following limits:
Queues: 100
Routing profiles: 100
Agents: 100
Contact states: 9
User hierarchy groups: 1
The user data is retrieved for only the specified values/resources in the filter. A maximum of one filter can be passed from queues, routing profiles, agents, and user hierarchy groups.
Currently tagging is only supported on the resources that are passed in the filter.
" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true } } }, "GetCurrentUserDataResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "UserDataList":{ "shape":"UserDataList", "documentation":"A list of the user data that is returned.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total count of the result, regardless of the current page size.
" } } }, "GetEffectiveHoursOfOperationsRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "FromDate", "ToDate" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "FromDate":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date from when the hours of operation are listed.
", "location":"querystring", "locationName":"fromDate" }, "ToDate":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date until when the hours of operation are listed.
", "location":"querystring", "locationName":"toDate" } } }, "GetEffectiveHoursOfOperationsResponse":{ "type":"structure", "members":{ "EffectiveHoursOfOperationList":{ "shape":"EffectiveHoursOfOperationList", "documentation":"Information about the effective hours of operations.
" }, "EffectiveOverrideHoursList":{ "shape":"EffectiveOverrideHoursList", "documentation":"Information about override configurations applied to the base hours of operation to calculate the effective hours.
For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The time zone for the hours of operation.
" } } }, "GetEvaluationFormValidationRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"The version of the evaluation form to retrieve validation results for.
", "box":true, "location":"querystring", "locationName":"version" } } }, "GetEvaluationFormValidationResponse":{ "type":"structure", "required":[ "Status", "EvaluationFormId", "EvaluationFormVersion", "StartedTime" ], "members":{ "Status":{ "shape":"EvaluationFormValidationStatus", "documentation":"The current status of the validation process. Valid values: IN_PROGRESS, COMPLETED, FAILED.
The reason the validation failed. This field is populated only when the status is FAILED.
The unique identifier for the evaluation form.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
" }, "StartedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the validation process was started.
" }, "Findings":{ "shape":"EvaluationFormValidationFindingList", "documentation":"A list of findings from the validation process. Each finding identifies a structural issue or quality improvement for the evaluation form, and may include a suggested fix. This field is populated when the status is COMPLETED.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "GetFederationTokenResponse":{ "type":"structure", "members":{ "UserId":{ "shape":"AgentResourceId", "documentation":"The identifier for the user. This can be the ID or the ARN of the user.
" }, "UserArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user.
" }, "Credentials":{ "shape":"Credentials", "documentation":"The credentials to use for federation.
" }, "SignInUrl":{ "shape":"Url", "documentation":"The URL to sign into the user's instance.
" } } }, "GetFlowAssociationRequest":{ "type":"structure", "required":[ "InstanceId", "ResourceId", "ResourceType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceId":{ "shape":"ARN", "documentation":"The identifier of the resource.
Amazon Web Services End User Messaging SMS phone number ARN when using SMS_PHONE_NUMBER
Amazon Web Services End User Messaging Social phone number ARN when using WHATSAPP_MESSAGING_PHONE_NUMBER
A valid resource type.
", "location":"uri", "locationName":"ResourceType" } } }, "GetFlowAssociationResponse":{ "type":"structure", "members":{ "ResourceId":{ "shape":"ARN", "documentation":"The identifier of the resource.
" }, "FlowId":{ "shape":"ARN", "documentation":"The identifier of the flow.
" }, "ResourceType":{ "shape":"FlowAssociationResourceType", "documentation":"A valid resource type.
" } } }, "GetMetricDataRequest":{ "type":"structure", "required":[ "InstanceId", "StartTime", "EndTime", "Filters", "HistoricalMetrics" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "StartTime":{ "shape":"timestamp", "documentation":"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.
" }, "EndTime":{ "shape":"timestamp", "documentation":"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":{ "shape":"Filters", "documentation":"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.
RoutingStepExpression is not a valid filter for GetMetricData and we recommend switching to GetMetricDataV2 for more up-to-date features.
To filter by Queues, enter the queue ID/ARN, not the name of the queue.
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.
RoutingStepExpression is not a valid filter for GetMetricData and we recommend switching to GetMetricDataV2 for more up-to-date features.
" }, "HistoricalMetrics":{ "shape":"HistoricalMetrics", "documentation":"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 Metrics definition in the Connect Customer Administrator Guide.
This API does not support a contacts incoming metric (there's no CONTACTS_INCOMING metric missing from the documented list).
Unit: SECONDS
Statistic: AVG
UI name: Average queue abandon time
Unit: SECONDS
Statistic: AVG
UI name: After contact work time
Unit: COUNT
Statistic: SUM
UI name: API contacts handled
Unit: SECONDS
Statistic: AVG
UI name: Average customer hold time
Unit: COUNT
Statistic: SUM
UI name: Callback contacts handled
Unit: COUNT
Statistic: SUM
UI name: Contacts abandoned
Unit: COUNT
Statistic: SUM
UI name: Contacts agent hung up first
Unit: COUNT
Statistic: SUM
UI name: Contacts consulted
Unit: COUNT
Statistic: SUM
UI name: Contacts handled
Unit: COUNT
Statistic: SUM
UI name: Contacts handled incoming
Unit: COUNT
Statistic: SUM
UI name: Contacts handled outbound
Unit: COUNT
Statistic: SUM
UI name: Contacts hold disconnect
Unit: COUNT
Statistic: SUM
UI name: AGENT_NON_RESPONSE
Unit: COUNT
Statistic: SUM
UI name: Contacts queued
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred in
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred out queue
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred out
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred out queue
Unit: SECONDS
Statistic: AVG
UI name: Average handle time
Unit: SECONDS
Statistic: AVG
Unit: SECONDS
Statistic: AVG
UI name: Average agent interaction time
Unit: PERCENT
Statistic: AVG
UI name: Occupancy
Unit: SECONDS
Statistic: AVG
UI name: Average queue answer time
Unit: SECONDS
Statistic: MAX
UI name: Minimum flow time
You can include up to 20 SERVICE_LEVEL 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\").
UI name: Average queue abandon time
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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true } } }, "GetMetricDataResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for 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.
" }, "MetricResults":{ "shape":"HistoricalMetricResults", "documentation":"Information about the historical metrics.
If no grouping is specified, a summary of metric data is returned.
" } } }, "GetMetricDataV2Request":{ "type":"structure", "required":[ "ResourceArn", "StartTime", "EndTime", "Filters", "Metrics" ], "members":{ "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the resource. This includes the instanceId an Connect Customer instance.
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 before the end time timestamp. The start and end time depends on the IntervalPeriod selected. By default the time range between start and end time is 35 days. Historical metrics are available for 3 months.
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 later than the start time timestamp. It cannot be later than the current timestamp.
" }, "Interval":{ "shape":"IntervalDetails", "documentation":"The interval period and timezone to apply to returned metrics.
IntervalPeriod: An aggregated grouping applied to request metrics. Valid IntervalPeriod values are: FIFTEEN_MIN | THIRTY_MIN | HOUR | DAY | WEEK | TOTAL.
For example, if IntervalPeriod is selected THIRTY_MIN, StartTime and EndTime differs by 1 day, then Connect Customer returns 48 results in the response. Each result is aggregated by the THIRTY_MIN period. By default Connect Customer aggregates results based on the TOTAL interval period.
The following list describes restrictions on StartTime and EndTime based on which IntervalPeriod is requested.
FIFTEEN_MIN: The difference between StartTime and EndTime must be less than 3 days.
THIRTY_MIN: The difference between StartTime and EndTime must be less than 3 days.
HOUR: The difference between StartTime and EndTime must be less than 3 days.
DAY: The difference between StartTime and EndTime must be less than 35 days.
WEEK: The difference between StartTime and EndTime must be less than 35 days.
TOTAL: The difference between StartTime and EndTime must be less than 35 days.
TimeZone: The timezone applied to requested metrics.
Filtering is an operation that selects records that match a set of specified criteria. By narrowing the dataset before aggregation, filters ensure that only relevant records are included in the computation.
Filter keys
The following are valid filter keys for a GetMetricDataV2 request:
AGENT | AI_AGENT | AI_AGENT_ID | AI_AGENT_NAME | AI_AGENT_TYPE | AI_PROMPT | AI_PROMPT_ID | AI_PROMPT_NAME | AI_PROMPT_TYPE | AI_TOOL_ID | AI_TOOL_NAME | AI_TOOL_TYPE | AI_USE_CASE | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | ANSWERING_MACHINE_DETECTION_STATUS | BOT_ALIAS | BOT_ID | BOT_INTENT_NAME | BOT_LOCALE | BOT_VERSION | BROWSER_NAME | CAMPAIGN | CAMPAIGN_DELIVERY_EVENT_TYPE | CAMPAIGN_EXCLUDED_EVENT_TYPE | CASE_STATUS | CASE_TEMPLATE_ARN | CHANNEL | contact/segmentAttributes/connect:Subtype | contact/segmentAttributes/connect:ValidationTestType | DEVICE_MODEL | DEVICE_TYPE | DISCONNECT_REASON | EVALUATION_FORM | EVALUATION_QUESTION | EVALUATION_SECTION | EVALUATION_SOURCE | EVALUATOR_ID | FEATURE | FLOW_ACTION_ID | FLOW_TYPE | FLOWS_MODULE_RESOURCE_ID | FLOWS_NEXT_RESOURCE_ID | FLOWS_NEXT_RESOURCE_QUEUE_ID | FLOWS_OUTCOME_TYPE | FLOWS_RESOURCE_ID | FORM_VERSION | INITIATING_FLOW | INITIATION_METHOD | INVOKING_RESOURCE_PUBLISHED_TIMESTAMP | INVOKING_RESOURCE_TYPE | KNOWLEDGE_BASE_NAME | PARENT_FLOWS_RESOURCE_ID | Q_CONNECT_ENABLED | QUEUE | RESOURCE_PUBLISHED_TIMESTAMP | ROUTING_PROFILE | ROUTING_STEP_EXPRESSION | SESSION_ID | TEST_CASE | TEST_CASE_EXECUTION_FAILURE_REASON | TEST_CASE_EXECUTION_RESULT | TEST_CASE_EXECUTION_STATE | WEB_NOTIFICATION_TYPE
The following filter keys correspond to Connect Customer resources and are used for authorizing requests. A GetMetricDataV2 request requires at least one of these filters:
QUEUE, ROUTING_PROFILE, AGENT, AGENT_HIERARCHY_LEVEL_ONE, AGENT_HIERARCHY_LEVEL_TWO, AGENT_HIERARCHY_LEVEL_THREE, AGENT_HIERARCHY_LEVEL_FOUR, AGENT_HIERARCHY_LEVEL_FIVE, CAMPAIGN, EVALUATION_FORM, EVALUATOR_ID
You can use up to 5 filter keys in a single request, and up to 100 filter values across all filter keys.
Filter values
VOICE, CHAT, TASK, and EMAIL are valid filter values for the CHANNEL filter key. They do not count towards the limit of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 4 channel filters.
contact_lens_conversational_analytics is a valid filter value for the FEATURE filter key. It is available only for contacts analyzed by Contact Lens conversational analytics.
connect:Chat, connect:SMS, connect:Telephony, and connect:WebRTC are valid filter value examples (not exhaustive) for the contact/segmentAttributes/connect:Subtype filter key.
ROUTING_STEP_EXPRESSION accepts a filter value up to 3,000 characters in length. Filter values are case-sensitive. JSON object key order and whitespace may be arbitrary; array order and tree structure must be preserved.
TRUE and FALSE are the only valid filter values for the Q_CONNECT_ENABLED filter key.
TRUE includes all contacts that had Connect AI Agents enabled as part of the flow.
FALSE includes all contacts that did not have Connect AI Agents enabled as part of the flow.
EXPERIENCE_VALIDATION and FLOW_VALIDATION are the only valid filter values for the contact/segmentAttributes/connect:ValidationTestType filter key. This filter is available only for contact record-driven metrics.
Campaign ARNs are valid filter values for the CAMPAIGN filter key.
To filter by phone number, see Create a historical metrics report in the Connect Customer Administrator Guide.
The grouping applied to the metrics that are returned. For example, when results are grouped by queue, the metrics returned are grouped by queue. The values that are returned apply to the metrics for each queue. They are not aggregated for all queues.
If no grouping is specified, a summary of all metrics is returned.
Valid grouping keys: AGENT | AI_AGENT | AI_AGENT_ID | AI_AGENT_NAME | AI_AGENT_NAME_VERSION | AI_AGENT_TYPE | AI_PROMPT | AI_PROMPT_ID | AI_PROMPT_NAME | AI_PROMPT_NAME_VERSION | AI_PROMPT_TYPE | AI_TOOL_ID | AI_TOOL_NAME | AI_TOOL_TYPE | AI_USE_CASE | AGENT_HIERARCHY_LEVEL_ONE | AGENT_HIERARCHY_LEVEL_TWO | AGENT_HIERARCHY_LEVEL_THREE | AGENT_HIERARCHY_LEVEL_FOUR | AGENT_HIERARCHY_LEVEL_FIVE | ANSWERING_MACHINE_DETECTION_STATUS | BOT_ID | BOT_ALIAS | BOT_VERSION | BOT_LOCALE | BOT_INTENT_NAME | BROWSER_NAME | CAMPAIGN | CAMPAIGN_DELIVERY_EVENT_TYPE | CAMPAIGN_EXCLUDED_EVENT_TYPE | CAMPAIGN_EXECUTION_TIMESTAMP | CASE_TEMPLATE_ARN | CASE_STATUS | CHANNEL | contact/segmentAttributes/connect:Subtype | DEVICE_MODEL | DEVICE_TYPE | DISCONNECT_REASON | EVALUATION_FORM | EVALUATION_SECTION | EVALUATION_QUESTION | EVALUATION_SOURCE | EVALUATOR_ID | FLOWS_RESOURCE_ID | FLOWS_MODULE_RESOURCE_ID | FLOW_ACTION_ID | FLOW_TYPE | FLOWS_OUTCOME_TYPE | FORM_VERSION | INITIATION_METHOD | INVOKING_RESOURCE_PUBLISHED_TIMESTAMP | INVOKING_RESOURCE_TYPE | KNOWLEDGE_ARTICLE_NAME | KNOWLEDGE_BASE_NAME | PARENT_FLOWS_RESOURCE_ID | Q_CONNECT_ENABLED | QUEUE | RESOURCE_PUBLISHED_TIMESTAMP | ROUTING_PROFILE | ROUTING_STEP_EXPRESSION | SESSION_ID | TEST_CASE | TEST_CASE_EXECUTION_FAILURE_REASON | TEST_CASE_INVOCATION_METHOD | WEB_NOTIFICATION_TYPE
AI_AGENT_NAME_VERSION, AI_PROMPT_NAME_VERSION, and KNOWLEDGE_ARTICLE_NAME are valid groupings but not valid filters.
API, SCHEDULE, and EVENT are the only valid filterValues for TEST_CASE_INVOCATION_METHOD.
OBSERVE_EVENT, SEND_INSTRUCTION, ASSERT_DATA, and OVERRIDE_SYSTEM_BEHAVIOR are the only valid filterValues for TEST_CASE_EXECUTION_FAILURE_REASON
Type: Array of strings
Array Members: Maximum number of 4 items
Required: No
" }, "Metrics":{ "shape":"MetricsV2", "documentation":"The metrics to retrieve. Specify the name or metricId, groupings, and filters for each metric. The following historical metrics are available. For a description of each metric, see Metrics definition in the Connect Customer Administrator Guide.
MetricId should be used to reference custom metrics or out of the box metrics as Arn. If using MetricId, the limit is 20 MetricId per request.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Abandonment rate
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Adherent time
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent answer rate
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Non-adherent time
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent non-response
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
Data for this metric is available starting from October 1, 2023 0:00:00 GMT.
Unit: Percentage
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Occupancy
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Adherence
This metric is available only in Amazon Web Services Regions where Forecasting, capacity planning, and scheduling is available.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Scheduled time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
Valid metric filter key: INITIATION_METHOD
UI name: Average queue abandon time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average active time
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average after contact work time
Feature is a valid filter but not a valid grouping.
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average agent concurrency
Unit: Seconds
Valid metric filter key: INITIATION_METHOD. For now, this metric only supports the following as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Average agent API connecting time
The Negate key in metric-level filters is not applicable for this metric.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Average agent pause time
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows resource ID
UI name: Average bot conversation time
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows resource ID
UI name: Average bot conversation turns
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Average contacts per case
Unit: Seconds
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Average case resolution time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average contact duration
Feature is a valid filter but not a valid grouping.
Unit: Seconds
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
Unit: Seconds
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average conversation close time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average conversation duration
This metric is available only for outbound campaigns that use the agent assisted voice and automated voice delivery modes.
Unit: Count
Valid groupings and filters: Agent, Campaign, Queue, Routing Profile
UI name: Average dials per minute
Unit: Percent
Valid groupings and filters: Agent, Agent Hierarchy, Channel, Evaluation Form ID, Evaluation Section ID, Evaluation Question ID, Evaluation Source, Form Version, Queue, Routing Profile
UI name: Average evaluation score
Unit: Seconds
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average agent first response time
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Average flow time
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent greeting time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, AI Use Case, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression
UI name: Average handle time
Feature is a valid filter but not a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Active AI Agents
Unit: Percent
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Handoff Rate
Unit: Count
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Handoff Count
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Agent Invocation Success
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Percent
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Agent Invocation Success Rate
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Agent Name Version, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Agent Invocation Count
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Agent Response Helpful
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Agent Response Not Helpful
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Percent
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Response Completion Rate
Unit: Count
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Involved Contacts
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Prompt Invocation Success
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Percent
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Prompt Invocation Success Rate
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Prompt Invocations
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Tool Invocation Success
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Percent
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Tool Invocation Success Rate
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Tool Invocations
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Average AI Agent Conversation Turns
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Count
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Average AI Conversation Turns
Unit: Milliseconds
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Average AI Prompt Invocation Latency
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Milliseconds
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Average AI Tool Invocation Latency
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Double
Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Tool Parameter Accuracy
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Double
Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile
UI name: AI Tool Selection Accuracy
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Double
Valid groupings and filters: AI Agent, AI Agent ID, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
UI name: AI Tool Utilization Accuracy
AI Agent Name Version is not a valid filter but a valid grouping.
Unit: Double
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
UI name: Completeness Score
Unit: Double
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
UI name: Faithfulness Score
Unit: Double
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile, Session ID
UI name: Goal Success Rate
Unit: Count
Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Use Case, Channel, Knowledge Base Name, Queue, Routing Profile
UI name: Knowledge Content References
Unit: Percent
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Proactive Intent Engagement Rate
Unit: Percent
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Proactive Intent Response Rate
Unit: Count
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Proactive Intents Answered
Unit: Count
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Proactive Intents Detected
Unit: Count
Valid groupings and filters: AI Agent ID, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing Profile
UI name: Proactive Intents Engaged
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer hold time
Feature is a valid filter but not a valid grouping.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average holds
Feature is a valid filter but not a valid grouping.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
Unit: Seconds
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interaction time
Feature is a valid filter but not a valid grouping.
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interruptions
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent interruption time
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average agent message length
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average customer message length
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average messages
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average agent messages
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average bot messages
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average customer messages
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average non-talk time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average queue answer time
Valid metric level filters: INITIATION_METHOD, FEATURE, DISCONNECT_REASON
Feature is a valid filter but not a valid grouping.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect, Agent Hierarchy
Unit: Seconds
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average agent response time
Unit: Seconds
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Average customer response time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average resolution time
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average talk time
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average agent talk time
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Average customer talk time
This metric is available only for outbound campaigns that use the agent assisted voice and automated voice delivery modes.
Unit: Seconds
Valid groupings and filters: Campaign
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect, Agent Hierarchy
UI name: Avg. wait time after customer connection - customer first callback
Unit: Percent
Valid groupings and filters: Agent, Agent Hierarchy, Channel, Evaluation Form Id, Evaluation Section ID, Evaluation Question ID, Evaluation Source, Form Version, Queue, Routing Profile
UI name: Average weighted evaluation score
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows resource ID
UI name: Bot conversations completed
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot version, Bot locale, Bot intent name, Flows resource ID, Flows module resource ID, Flow type, Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows resource ID
UI name: Bot intents completed
This metric is available only for outbound campaigns using the agent assisted voice and automated voice delivery modes.
Unit: Count
Valid groupings and filters: Agent, Campaign
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter GT (for Greater than).
UI name: Campaign contacts abandoned after X
This metric is available only for outbound campaigns using the agent assisted voice and automated voice delivery modes.
Unit: Percent
Valid groupings and filters: Agent, Campaign
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you must enter GT (for Greater than).
This metric is available only for outbound campaigns using the email, WhatsApp, and web notification delivery modes.
Unit: Count
Valid metric filter key: CAMPAIGN_INTERACTION_EVENT_TYPE
Valid groupings and filters: Browser Name, Campaign, Channel, contact/segmentAttributes/connect:Subtype, Device Model, Device Type, Web Notification Type
UI name: Campaign interactions
This metric is only available for outbound campaigns initiated using a customer segment. It is not available for event triggered campaigns.
Unit: Percent
Valid groupings and filters: Campaign, Campaign Execution Timestamp
UI name: Campaign progress rate
This metric is available only for outbound campaigns.
Unit: Count
Valid groupings and filters: Campaign, Channel, contact/segmentAttributes/connect:Subtype
UI name: Campaign send attempts
This metric is available only for outbound campaigns.
Valid metric filter key: CAMPAIGN_EXCLUDED_EVENT_TYPE
Unit: Count
Valid groupings and filters: Campaign, Campaign Excluded Event Type, Campaign Execution Timestamp
UI name: Campaign send exclusions
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases created
Unit: Count
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Routing Profile, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts created
Feature is a valid filter but not a valid grouping.
Unit: Count
Valid metric filter key: INITIATION_METHOD, DISCONNECT_REASON
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect
UI name: Contacts handled
Feature is a valid filter but not a valid grouping.
Unit: Count
Valid metric filter key: INITIATION_METHOD
Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts hold disconnect
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts hold agent disconnect
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts hold customer disconnect
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts put on hold
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts transferred out external
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contacts transferred out internal
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts queued
Unit: Count
Valid groupings and filters: Queue, Channel, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype
UI name: Contacts queued (enqueue timestamp)
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you can use LT (for \"Less than\") or LTE (for \"Less than equal\").
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you can use LT (for \"Less than\") or LTE (for \"Less than equal\").
UI name: Contacts resolved in X
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Feature, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out
Feature is a valid filter but not a valid grouping.
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out by agent
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contacts transferred out queue
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Current cases
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, contact/segmentAttributes/connect:Subtype, Disconnect Reason, Feature, RoutingStepExpression, Initiation method, Routing Profile, Queue, Q in Connect
UI name: Conversations abandoned
This metric is available only for outbound campaigns.
Unit: Count
Valid metric filter key: ANSWERING_MACHINE_DETECTION_STATUS, CAMPAIGN_DELIVERY_EVENT_TYPE, DISCONNECT_REASON
Valid groupings and filters: Agent, Answering Machine Detection Status, Browser Name, Campaign, Campaign Delivery EventType, Channel, contact/segmentAttributes/connect:Subtype, Device Model, Device Type, Disconnect Reason, Queue, Routing Profile, Web Notification Type
UI name: Delivery attempts
Campaign Delivery EventType filter and grouping are only available for SMS, Email, WhatsApp, and web notification campaign delivery modes. Agent, Queue, Routing Profile, Answering Machine Detection Status and Disconnect Reason are only available for agent assisted voice and automated voice delivery modes.
This metric is available only for outbound campaigns. Dispositions for the agent assisted voice and automated voice delivery modes are only available with answering machine detection enabled.
Unit: Percent
Valid metric filter key: ANSWERING_MACHINE_DETECTION_STATUS, CAMPAIGN_DELIVERY_EVENT_TYPE, DISCONNECT_REASON
Valid groupings and filters: Agent, Answering Machine Detection Status, Browser Name, Campaign, Channel, contact/segmentAttributes/connect:Subtype, Device Model, Device Type, Disconnect Reason, Queue, Routing Profile, Web Notification Type
UI name: Delivery attempt disposition rate
Campaign Delivery Event Type filter and grouping are only available for SMS, Email, WhatsApp, and web notification campaign delivery modes. Agent, Queue, Routing Profile, Answering Machine Detection Status and Disconnect Reason are only available for agent assisted voice and automated voice delivery modes.
Unit: Count
Valid groupings and filters: Agent, Agent Hierarchy, Channel, Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing Profile
UI name: Evaluations performed
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows outcome
Unit: Count
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows started
This metric is available only for outbound campaigns. Dispositions for the agent assisted voice and automated voice delivery modes are only available with answering machine detection enabled.
Unit: Count
Valid groupings and filters: Agent, Campaign
UI name: Human answered
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Maximum flow time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Maximum queued time
Unit: Seconds
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Minimum flow time
Unit: Percent
Valid groupings and filters: Agent, Agent Hierarchy, Channel, Evaluation Form ID, Evaluation Source, Form Version, Queue, Routing Profile
UI name: Automatic fails percent
Unit: Percent
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot version, Bot locale, Flows resource ID, Flows module resource ID, Flow type, Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows resource ID
UI name: Percent bot conversations outcome
Unit: Percent
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Bot ID, Bot alias, Bot version, Bot locale, Bot intent name, Flows resource ID, Flows module resource ID, Flow type, Flow action ID, Invoking resource published timestamp, Initiation method, Invoking resource type, Parent flows resource ID
UI name: Percent bot intents outcome
Unit: Percent
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases resolved on first contact
Unit: Percent
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
Unit: Percent
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
Unit: Percent
Valid metric filter key: FLOWS_OUTCOME_TYPE
Valid groupings and filters: Channel, contact/segmentAttributes/connect:Subtype, Flow type, Flows module resource ID, Flows next resource ID, Flows next resource queue ID, Flows outcome type, Flows resource ID, Initiation method, Resource published timestamp
UI name: Flows outcome percentage.
The FLOWS_OUTCOME_TYPE is not a valid grouping.
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Non-talk time percent
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Talk time percent
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Agent talk time percent
This metric is available only for contacts analyzed by Contact Lens conversational analytics.
Unit: Percentage
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Customer talk time percent
This metric is only available for outbound campaigns initiated using a customer segment. It is not available for event triggered campaigns.
Unit: Count
Valid groupings and filters: Campaign, Campaign Execution Timestamp
UI name: Recipients attempted
This metric is only available for outbound campaigns initiated using a customer segment. It is not available for event triggered campaigns.
Valid metric filter key: CAMPAIGN_INTERACTION_EVENT_TYPE
Unit: Count
Valid groupings and filters: Campaign, Channel, contact/segmentAttributes/connect:Subtype, Campaign Execution Timestamp
UI name: Recipients interacted
This metric is only available for outbound campaigns initiated using a customer segment. It is not available for event triggered campaigns.
Unit: Count
Valid groupings and filters: Campaign, Campaign Execution Timestamp
UI name: Recipients targeted
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases reopened
Unit: Count
Required filter key: CASE_TEMPLATE_ARN
Valid groupings and filters: CASE_TEMPLATE_ARN, CASE_STATUS
UI name: Cases resolved
You can include up to 20 SERVICE_LEVEL metrics in a request.
Unit: Percent
Valid groupings and filters: Queue, Channel, Routing Profile, Q in Connect
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you can use LT (for \"Less than\") or LTE (for \"Less than equal\").
UI name: Service level X
Unit: Count
Valid groupings and filters: Queue, RoutingStepExpression
UI name: This metric is available in Real-time Metrics UI but not on the Historical Metrics UI.
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: After contact work time
Unit: Seconds
Valid metric filter key: INITIATION_METHOD. This metric only supports the following filter keys as INITIATION_METHOD: INBOUND | OUTBOUND | CALLBACK | API | CALLBACK_CUSTOMER_FIRST_DIALED
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent API connecting time
The Negate key in metric-level filters is not applicable for this metric.
Unit: Count
Metric filter:
Valid values: API| INCOMING | OUTBOUND | TRANSFER | CALLBACK | QUEUE_TRANSFER| Disconnect | CALLBACK_CUSTOMER_FIRST_DIALED
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect
UI name: Contact abandoned
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you can use LT (for \"Less than\") or LTE (for \"Less than equal\").
UI name: Contacts abandoned in X seconds
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
Threshold: For ThresholdValue, enter any whole number from 1 to 604800 (inclusive), in seconds. For Comparison, you can use LT (for \"Less than\") or LTE (for \"Less than equal\").
UI name: Contacts answered in X seconds
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contact flow time
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent on contact time
Valid metric filter key: DISCONNECT_REASON
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Contact disconnected
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Error status time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Contact handle time
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Customer hold time
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent idle time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy, Q in Connect
UI name: Agent interaction and hold time
Unit: Seconds
Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy
UI name: Agent interaction time
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Agent non-productive time
Unit: Seconds
Valid groupings and filters: Routing Profile, Agent, Agent Hierarchy
UI name: Online time
Unit: Count
Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype, Q in Connect
UI name: Callback attempts
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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true } } }, "GetMetricDataV2Response":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "MetricResults":{ "shape":"MetricResultsV2", "documentation":"Information about the metrics requested in the API request If no grouping is specified, a summary of metric data is returned.
" } } }, "GetPromptFileRequest":{ "type":"structure", "required":[ "InstanceId", "PromptId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
", "location":"uri", "locationName":"PromptId" } } }, "GetPromptFileResponse":{ "type":"structure", "members":{ "PromptPresignedUrl":{ "shape":"PromptPresignedUrl", "documentation":"A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "GetTaskTemplateRequest":{ "type":"structure", "required":[ "InstanceId", "TaskTemplateId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "TaskTemplateId":{ "shape":"TaskTemplateId", "documentation":"A unique identifier for the task template.
", "location":"uri", "locationName":"TaskTemplateId" }, "SnapshotVersion":{ "shape":"SnapshotVersion", "documentation":"The system generated version of a task template that is associated with a task, when the task is created.
", "location":"querystring", "locationName":"snapshotVersion" } } }, "GetTaskTemplateResponse":{ "type":"structure", "required":[ "Id", "Arn", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Id":{ "shape":"TaskTemplateId", "documentation":"A unique identifier for the task template.
" }, "Arn":{ "shape":"TaskTemplateArn", "documentation":"The Amazon Resource Name (ARN).
" }, "Name":{ "shape":"TaskTemplateName", "documentation":"The name of the task template.
" }, "Description":{ "shape":"TaskTemplateDescription", "documentation":"The description of the task template.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow that runs by default when a task is created by referencing this template.
" }, "SelfAssignFlowId":{ "shape":"ContactFlowId", "documentation":"The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
" }, "Constraints":{ "shape":"TaskTemplateConstraints", "documentation":"Constraints that are applicable to the fields listed.
" }, "Defaults":{ "shape":"TaskTemplateDefaults", "documentation":"The default values for fields when a task is created by referencing this template.
" }, "Fields":{ "shape":"TaskTemplateFields", "documentation":"Fields that are part of the template.
" }, "Status":{ "shape":"TaskTemplateStatus", "documentation":"Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
The timestamp when the task template was last modified.
" }, "CreatedTime":{ "shape":"timestamp", "documentation":"The timestamp when the task template was created.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "GetTestCaseExecutionSummaryRequest":{ "type":"structure", "required":[ "InstanceId", "TestCaseId", "TestCaseExecutionId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
", "location":"uri", "locationName":"TestCaseId" }, "TestCaseExecutionId":{ "shape":"TestCaseExecutionId", "documentation":"The identifier of the test case execution.
", "location":"uri", "locationName":"TestCaseExecutionId" } } }, "GetTestCaseExecutionSummaryResponse":{ "type":"structure", "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"The timestamp when the test case execution started.
" }, "EndTime":{ "shape":"Timestamp", "documentation":"The timestamp when the test case execution ended.
" }, "Status":{ "shape":"TestCaseExecutionStatus", "documentation":"The status of the test case execution.
" }, "ObservationSummary":{ "shape":"ObservationSummary", "documentation":"Summary statistics for the test case execution.
" } } }, "GetTrafficDistributionRequest":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
", "location":"uri", "locationName":"Id" } } }, "GetTrafficDistributionResponse":{ "type":"structure", "members":{ "TelephonyConfig":{ "shape":"TelephonyConfig", "documentation":"The distribution of traffic between the instance and its replicas.
" }, "Id":{ "shape":"TrafficDistributionGroupId", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
" }, "Arn":{ "shape":"TrafficDistributionGroupArn", "documentation":"The Amazon Resource Name (ARN) of the traffic distribution group.
" }, "SignInConfig":{ "shape":"SignInConfig", "documentation":"The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
" }, "AgentConfig":{ "shape":"AgentConfig", "documentation":"The distribution of agents between the instance and its replica(s).
" } } }, "GlobalResiliencyMetadata":{ "type":"structure", "members":{ "ActiveRegion":{ "shape":"ActiveRegion", "documentation":"The current AWS region in which the contact is active. This indicates where the contact is being processed in real-time.
" }, "OriginRegion":{ "shape":"OriginRegion", "documentation":"The AWS region where the contact was originally created and initiated. This may differ from the ActiveRegion if the contact has been transferred across regions.
" }, "TrafficDistributionGroupId":{ "shape":"TrafficDistributionGroupId", "documentation":"The identifier of the traffic distribution group.
" } }, "documentation":"Information about the global resiliency configuration for the contact, including traffic distribution details.
" }, "GlobalSignInEndpoint":{ "type":"string", "max":128, "min":1 }, "GranularAccessControlConfiguration":{ "type":"structure", "members":{ "DataTableAccessControlConfiguration":{ "shape":"DataTableAccessControlConfiguration", "documentation":"The access control configuration for data tables.
" } }, "documentation":"Contains granular access control configuration for security profiles, including data table access permissions.
" }, "Grouping":{ "type":"string", "enum":[ "QUEUE", "CHANNEL", "ROUTING_PROFILE", "ROUTING_STEP_EXPRESSION", "AGENT_STATUS", "SUBTYPE", "VALIDATION_TEST_TYPE" ] }, "GroupingV2":{"type":"string"}, "Groupings":{ "type":"list", "member":{"shape":"Grouping"}, "max":2 }, "GroupingsV2":{ "type":"list", "member":{"shape":"GroupingV2"}, "max":4 }, "HierarchyGroup":{ "type":"structure", "members":{ "Id":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the hierarchy group.
" }, "Name":{ "shape":"HierarchyGroupName", "documentation":"The name of the hierarchy group.
" }, "LevelId":{ "shape":"HierarchyLevelId", "documentation":"The identifier of the level in the hierarchy group.
" }, "HierarchyPath":{ "shape":"HierarchyPath", "documentation":"Information about the levels in the hierarchy group.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about a hierarchy group.
" }, "HierarchyGroupCondition":{ "type":"structure", "members":{ "Value":{ "shape":"String", "documentation":"The value in the hierarchy group condition.
" }, "HierarchyGroupMatchType":{ "shape":"HierarchyGroupMatchType", "documentation":"The type of hierarchy group match.
" } }, "documentation":"A leaf node condition which can be used to specify a hierarchy group condition.
" }, "HierarchyGroupId":{"type":"string"}, "HierarchyGroupIdList":{ "type":"list", "member":{"shape":"HierarchyGroupId"}, "max":10, "min":0 }, "HierarchyGroupMatchType":{ "type":"string", "enum":[ "EXACT", "WITH_CHILD_GROUPS" ] }, "HierarchyGroupName":{"type":"string"}, "HierarchyGroupSummary":{ "type":"structure", "members":{ "Id":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the hierarchy group.
" }, "Name":{ "shape":"HierarchyGroupName", "documentation":"The name of the hierarchy group.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains summary information about a hierarchy group.
" }, "HierarchyGroupSummaryList":{ "type":"list", "member":{"shape":"HierarchyGroupSummary"} }, "HierarchyGroupSummaryReference":{ "type":"structure", "members":{ "Id":{ "shape":"HierarchyGroupId", "documentation":"The unique identifier for the hierarchy group.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the hierarchy group.
" } }, "documentation":"Information about the hierarchy group.
" }, "HierarchyGroups":{ "type":"structure", "members":{ "Level1":{ "shape":"AgentHierarchyGroup", "documentation":"The group at level one of the agent hierarchy.
" }, "Level2":{ "shape":"AgentHierarchyGroup", "documentation":"The group at level two of the agent hierarchy.
" }, "Level3":{ "shape":"AgentHierarchyGroup", "documentation":"The group at level three of the agent hierarchy.
" }, "Level4":{ "shape":"AgentHierarchyGroup", "documentation":"The group at level four of the agent hierarchy.
" }, "Level5":{ "shape":"AgentHierarchyGroup", "documentation":"The group at level five of the agent hierarchy.
" } }, "documentation":"Information about the agent hierarchy. Hierarchies can be configured with up to five levels.
" }, "HierarchyLevel":{ "type":"structure", "members":{ "Id":{ "shape":"HierarchyLevelId", "documentation":"The identifier of the hierarchy level.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the hierarchy level.
" }, "Name":{ "shape":"HierarchyLevelName", "documentation":"The name of the hierarchy level.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about a hierarchy level.
" }, "HierarchyLevelId":{"type":"string"}, "HierarchyLevelName":{"type":"string"}, "HierarchyLevelUpdate":{ "type":"structure", "required":["Name"], "members":{ "Name":{ "shape":"HierarchyLevelName", "documentation":"The name of the user hierarchy level. Must not be more than 50 characters.
" } }, "documentation":"Contains information about the hierarchy level to update.
" }, "HierarchyPath":{ "type":"structure", "members":{ "LevelOne":{ "shape":"HierarchyGroupSummary", "documentation":"Information about level one.
" }, "LevelTwo":{ "shape":"HierarchyGroupSummary", "documentation":"Information about level two.
" }, "LevelThree":{ "shape":"HierarchyGroupSummary", "documentation":"Information about level three.
" }, "LevelFour":{ "shape":"HierarchyGroupSummary", "documentation":"Information about level four.
" }, "LevelFive":{ "shape":"HierarchyGroupSummary", "documentation":"Information about level five.
" } }, "documentation":"Contains information about the levels of a hierarchy group.
" }, "HierarchyPathReference":{ "type":"structure", "members":{ "LevelOne":{ "shape":"HierarchyGroupSummaryReference", "documentation":"Information about level one.
" }, "LevelTwo":{ "shape":"HierarchyGroupSummaryReference", "documentation":"Information about level two.
" }, "LevelThree":{ "shape":"HierarchyGroupSummaryReference", "documentation":"Information about level three.
" }, "LevelFour":{ "shape":"HierarchyGroupSummaryReference", "documentation":"Information about level four.
" }, "LevelFive":{ "shape":"HierarchyGroupSummaryReference", "documentation":"Information about level five.
" } }, "documentation":"Information about the levels in the hierarchy group.
" }, "HierarchyRestrictedResourceList":{ "type":"list", "member":{"shape":"HierarchyRestrictedResourceName"} }, "HierarchyRestrictedResourceName":{ "type":"string", "max":128, "min":1 }, "HierarchyStructure":{ "type":"structure", "members":{ "LevelOne":{ "shape":"HierarchyLevel", "documentation":"Information about level one.
" }, "LevelTwo":{ "shape":"HierarchyLevel", "documentation":"Information about level two.
" }, "LevelThree":{ "shape":"HierarchyLevel", "documentation":"Information about level three.
" }, "LevelFour":{ "shape":"HierarchyLevel", "documentation":"Information about level four.
" }, "LevelFive":{ "shape":"HierarchyLevel", "documentation":"Information about level five.
" } }, "documentation":"Contains information about a hierarchy structure.
" }, "HierarchyStructureUpdate":{ "type":"structure", "members":{ "LevelOne":{ "shape":"HierarchyLevelUpdate", "documentation":"The update for level one.
" }, "LevelTwo":{ "shape":"HierarchyLevelUpdate", "documentation":"The update for level two.
" }, "LevelThree":{ "shape":"HierarchyLevelUpdate", "documentation":"The update for level three.
" }, "LevelFour":{ "shape":"HierarchyLevelUpdate", "documentation":"The update for level four.
" }, "LevelFive":{ "shape":"HierarchyLevelUpdate", "documentation":"The update for level five.
" } }, "documentation":"Contains information about the level hierarchy to update.
" }, "HistoricalMetric":{ "type":"structure", "members":{ "Name":{ "shape":"HistoricalMetricName", "documentation":"The name of the metric. Following is a list of each supported metric mapped to the UI name, linked to a detailed description in the Connect Customer Administrator Guide.
Unit: SECONDS
Statistic: AVG
UI name: Average queue abandon time
Unit: SECONDS
Statistic: AVG
UI name: After contact work time
Unit: COUNT
Statistic: SUM
UI name: API contacts handled
Unit: SECONDS
Statistic: AVG
UI name: Average customer hold time
Unit: COUNT
Statistic: SUM
UI name: Callback contacts handled
Unit: COUNT
Statistic: SUM
UI name: Contacts abandoned
Unit: COUNT
Statistic: SUM
UI name: Contacts agent hung up first
Unit: COUNT
Statistic: SUM
UI name: Contacts consulted
Unit: COUNT
Statistic: SUM
UI name: Contacts handled
Unit: COUNT
Statistic: SUM
UI name: Contacts handled incoming
Unit: COUNT
Statistic: SUM
UI name: Contacts handled outbound
Unit: COUNT
Statistic: SUM
UI name: Contacts hold disconnect
Unit: COUNT
Statistic: SUM
UI name: AGENT_NON_RESPONSE
Unit: COUNT
Statistic: SUM
UI name: Contacts queued
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred in
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred out queue
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred out
Unit: COUNT
Statistic: SUM
UI name: Contacts transferred out queue
Unit: SECONDS
Statistic: AVG
UI name: Average handle time
Unit: SECONDS
Statistic: AVG
Unit: SECONDS
Statistic: AVG
UI name: Average agent interaction time
Unit: PERCENT
Statistic: AVG
UI name: Occupancy
Unit: SECONDS
Statistic: AVG
UI name: Average queue answer time
Unit: SECONDS
Statistic: MAX
UI name: Minimum flow time
You can include up to 20 SERVICE_LEVEL 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\").
UI name: Service level X
The threshold for the metric, used with service level metrics.
", "box":true }, "Statistic":{ "shape":"Statistic", "documentation":"The statistic for the metric.
" }, "Unit":{ "shape":"Unit", "documentation":"The unit for the metric.
" } }, "documentation":"Contains information about a historical metric.
" }, "HistoricalMetricData":{ "type":"structure", "members":{ "Metric":{ "shape":"HistoricalMetric", "documentation":"Information about the metric.
" }, "Value":{ "shape":"Value", "documentation":"The value of the metric.
", "box":true } }, "documentation":"Contains the data for a historical metric.
" }, "HistoricalMetricDataCollections":{ "type":"list", "member":{"shape":"HistoricalMetricData"} }, "HistoricalMetricName":{ "type":"string", "documentation":"The historical metric names.
", "enum":[ "CONTACTS_QUEUED", "CONTACTS_HANDLED", "CONTACTS_ABANDONED", "CONTACTS_CONSULTED", "CONTACTS_AGENT_HUNG_UP_FIRST", "CONTACTS_HANDLED_INCOMING", "CONTACTS_HANDLED_OUTBOUND", "CONTACTS_HOLD_ABANDONS", "CONTACTS_TRANSFERRED_IN", "CONTACTS_TRANSFERRED_OUT", "CONTACTS_TRANSFERRED_IN_FROM_QUEUE", "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE", "CONTACTS_MISSED", "CALLBACK_CONTACTS_HANDLED", "API_CONTACTS_HANDLED", "OCCUPANCY", "HANDLE_TIME", "AFTER_CONTACT_WORK_TIME", "QUEUED_TIME", "ABANDON_TIME", "QUEUE_ANSWER_TIME", "HOLD_TIME", "INTERACTION_TIME", "INTERACTION_AND_HOLD_TIME", "SERVICE_LEVEL" ] }, "HistoricalMetricResult":{ "type":"structure", "members":{ "Dimensions":{ "shape":"Dimensions", "documentation":"The dimension for the metrics.
" }, "Collections":{ "shape":"HistoricalMetricDataCollections", "documentation":"The set of metrics.
" } }, "documentation":"Contains information about the historical metrics retrieved.
" }, "HistoricalMetricResults":{ "type":"list", "member":{"shape":"HistoricalMetricResult"} }, "HistoricalMetrics":{ "type":"list", "member":{"shape":"HistoricalMetric"} }, "Hours":{ "type":"integer", "max":87600, "min":0 }, "Hours24Format":{ "type":"integer", "max":23, "min":0 }, "HoursOfOperation":{ "type":"structure", "members":{ "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" }, "HoursOfOperationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the hours of operation.
" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name for the hours of operation.
" }, "Description":{ "shape":"HoursOfOperationDescription", "documentation":"The description for the hours of operation.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The time zone for the hours of operation.
" }, "Config":{ "shape":"HoursOfOperationConfigList", "documentation":"Configuration information for the hours of operation.
" }, "ParentHoursOfOperations":{ "shape":"ParentHoursOfOperationsList", "documentation":"Information about parent hours of operations.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Information about of the hours of operation.
" }, "HoursOfOperationConfig":{ "type":"structure", "required":[ "Day", "StartTime", "EndTime" ], "members":{ "Day":{ "shape":"HoursOfOperationDays", "documentation":"The day that the hours of operation applies to.
" }, "StartTime":{ "shape":"HoursOfOperationTimeSlice", "documentation":"The start time that your contact center opens.
" }, "EndTime":{ "shape":"HoursOfOperationTimeSlice", "documentation":"The end time that your contact center closes.
" } }, "documentation":"Contains information about the hours of operation.
" }, "HoursOfOperationConfigList":{ "type":"list", "member":{"shape":"HoursOfOperationConfig"}, "max":100, "min":0 }, "HoursOfOperationDays":{ "type":"string", "enum":[ "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY" ] }, "HoursOfOperationDescription":{ "type":"string", "max":250, "min":1 }, "HoursOfOperationId":{"type":"string"}, "HoursOfOperationList":{ "type":"list", "member":{"shape":"HoursOfOperation"} }, "HoursOfOperationName":{"type":"string"}, "HoursOfOperationOverride":{ "type":"structure", "members":{ "HoursOfOperationOverrideId":{ "shape":"HoursOfOperationOverrideId", "documentation":"The identifier for the hours of operation override.
" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" }, "HoursOfOperationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the hours of operation.
" }, "Name":{ "shape":"CommonHumanReadableName", "documentation":"The name of the hours of operation override.
" }, "Description":{ "shape":"CommonHumanReadableDescription", "documentation":"The description of the hours of operation override.
" }, "Config":{ "shape":"HoursOfOperationOverrideConfigList", "documentation":"Configuration information for the hours of operation override: day, start time, and end time.
" }, "EffectiveFrom":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date from which the hours of operation override would be effective.
" }, "EffectiveTill":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date until the hours of operation override is effective.
" }, "RecurrenceConfig":{ "shape":"RecurrenceConfig", "documentation":"Configuration for a recurring event.
" }, "OverrideType":{ "shape":"OverrideType", "documentation":"Whether the override will be defined as a standard or as a recurring event.
" } }, "documentation":"Information about the hours of operations override.
" }, "HoursOfOperationOverrideConfig":{ "type":"structure", "members":{ "Day":{ "shape":"OverrideDays", "documentation":"The day that the hours of operation override applies to.
" }, "StartTime":{ "shape":"OverrideTimeSlice", "documentation":"The start time when your contact center opens if overrides are applied.
" }, "EndTime":{ "shape":"OverrideTimeSlice", "documentation":"The end time that your contact center closes if overrides are applied.
" } }, "documentation":"Information about the hours of operation override config: day, start time, and end time.
" }, "HoursOfOperationOverrideConfigList":{ "type":"list", "member":{"shape":"HoursOfOperationOverrideConfig"}, "max":100, "min":0 }, "HoursOfOperationOverrideId":{ "type":"string", "max":36, "min":1 }, "HoursOfOperationOverrideList":{ "type":"list", "member":{"shape":"HoursOfOperationOverride"} }, "HoursOfOperationOverrideSearchConditionList":{ "type":"list", "member":{"shape":"HoursOfOperationOverrideSearchCriteria"} }, "HoursOfOperationOverrideSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"HoursOfOperationOverrideSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"HoursOfOperationOverrideSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{"shape":"StringCondition"}, "DateCondition":{ "shape":"DateCondition", "documentation":"A leaf node condition which can be used to specify a date condition.
" } }, "documentation":"The search criteria to be used to return hours of operations overrides.
" }, "HoursOfOperationOverrideYearMonthDayDateFormat":{ "type":"string", "pattern":"^\\d{4}-\\d{2}-\\d{2}$" }, "HoursOfOperationSearchConditionList":{ "type":"list", "member":{"shape":"HoursOfOperationSearchCriteria"} }, "HoursOfOperationSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"HoursOfOperationSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"HoursOfOperationSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description, timezone, and resourceID.
The search criteria to be used to return hours of operations.
" }, "HoursOfOperationSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"} }, "documentation":"Filters to be applied to search results.
" }, "HoursOfOperationSummary":{ "type":"structure", "members":{ "Id":{ "shape":"HoursOfOperationId", "documentation":"The identifier of the hours of operation.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the hours of operation.
" }, "Name":{ "shape":"HoursOfOperationName", "documentation":"The name of the hours of operation.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains summary information about hours of operation for a contact center.
" }, "HoursOfOperationSummaryList":{ "type":"list", "member":{"shape":"HoursOfOperationSummary"} }, "HoursOfOperationTimeSlice":{ "type":"structure", "required":[ "Hours", "Minutes" ], "members":{ "Hours":{ "shape":"Hours24Format", "documentation":"The hours.
", "box":true }, "Minutes":{ "shape":"MinutesLimit60", "documentation":"The minutes.
", "box":true } }, "documentation":"The start time or end time for an hours of operation.
" }, "HoursOfOperationsIdentifier":{ "type":"structure", "required":[ "Name", "Id" ], "members":{ "Name":{ "shape":"CommonNameLength127", "documentation":"Name of the hours of operation
" }, "Id":{ "shape":"HoursOfOperationId", "documentation":"Unique identifier of the hours of operation.
" }, "Arn":{ "shape":"ARN", "documentation":"Amazon Resource Name (ARN) of the hours of operations.
" } }, "documentation":"Identifier for a hours of operations resource: ARN, ID, Name
" }, "IAMRestrictedPrimaryValue":{ "type":"string", "pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+$" }, "ISO8601Datetime":{"type":"string"}, "IdempotencyException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"An entity with the same name already exists.
", "error":{"httpStatusCode":409}, "exception":true }, "ImagesLogo":{ "type":"structure", "members":{ "Default":{ "shape":"ThemeImageLink", "documentation":"The default logo image displayed in the workspace.
" }, "Favicon":{ "shape":"ThemeImageLink", "documentation":"The favicon image displayed in the browser tab.
" } }, "documentation":"Contains logo image configuration for workspace themes.
" }, "ImportPhoneNumberRequest":{ "type":"structure", "required":[ "InstanceId", "SourcePhoneNumberArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "SourcePhoneNumberArn":{ "shape":"ARN", "documentation":"The claimed phone number ARN being imported from the external service, such as Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number to import from Amazon Web Services End User Messaging.
" }, "PhoneNumberDescription":{ "shape":"PhoneNumberDescription", "documentation":"The description of the phone number.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "ImportPhoneNumberResponse":{ "type":"structure", "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
" }, "PhoneNumberArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the phone number.
" } } }, "ImportWorkspaceMediaRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "MediaType", "MediaSource" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "MediaType":{ "shape":"MediaType", "documentation":"The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.
The media source. Can be an S3 presigned URL or a base64-encoded string.
" } } }, "ImportWorkspaceMediaResponse":{ "type":"structure", "members":{} }, "InactivityDuration":{ "type":"integer", "box":true, "max":720, "min":15 }, "InboundAdditionalRecipients":{ "type":"structure", "members":{ "ToAddresses":{ "shape":"EmailAddressRecipientList", "documentation":"The additional recipients information present in to list. You must have 1 required recipient (DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.
The additional recipients information present in cc list. You must have 1 required recipient (DestinationEmailAddress). You can then specify up to 49 additional recipients (across ToAddresses and CcAddresses), for a total of 50 recipients.
Information about the additional TO and CC recipients of an inbound email contact.
You can include up to 50 email addresses in total, distributed across DestinationEmailAddress, ToAddresses, and CcAddresses. This total must include one required DestinationEmailAddress. You can then specify up to 49 addresses allocated across ToAddresses and CcAddresses as needed.
The message source type, that is, RAW.
The raw email body content.
" } }, "documentation":"Information about email body content.
" }, "InboundMessageSourceType":{ "type":"string", "enum":["RAW"] }, "InboundRawMessage":{ "type":"structure", "required":[ "Subject", "Body", "ContentType" ], "members":{ "Subject":{ "shape":"InboundSubject", "documentation":"The email subject.
" }, "Body":{ "shape":"Body", "documentation":"The email message body.
" }, "ContentType":{ "shape":"EmailMessageContentType", "documentation":"Type of content, that is, text/plain or text/html.
Headers present in inbound email.
" } }, "documentation":"Information about the raw email body content.
" }, "InboundSubject":{ "type":"string", "max":998, "min":0, "sensitive":true }, "IncludeRawMessage":{"type":"boolean"}, "Index":{"type":"integer"}, "InitiateAs":{ "type":"string", "enum":[ "CONNECTED_TO_USER", "COMPLETED" ] }, "InitiationMethodList":{ "type":"list", "member":{"shape":"ContactInitiationMethod"} }, "InputData":{ "type":"string", "max":4096, "min":0 }, "InputPredefinedAttributeConfiguration":{ "type":"structure", "members":{ "EnableValueValidationOnAssociation":{ "shape":"EnableValueValidationOnAssociation", "documentation":"When this parameter is set to true, Connect Customer enforces strict validation on the specific values, if the values are predefined in attributes. The contact will store only valid and predefined values for the predefined attribute key.
" } }, "documentation":"Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Connect Customer admin website.
" }, "Instance":{ "type":"structure", "members":{ "Id":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the instance.
" }, "IdentityManagementType":{ "shape":"DirectoryType", "documentation":"The identity management type.
" }, "InstanceAlias":{ "shape":"DirectoryAlias", "documentation":"The alias of instance.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"When the instance was created.
" }, "ServiceRole":{ "shape":"ARN", "documentation":"The service role of the instance.
" }, "InstanceStatus":{ "shape":"InstanceStatus", "documentation":"The state of the instance.
" }, "StatusReason":{ "shape":"InstanceStatusReason", "documentation":"Relevant details why the instance was not successfully created.
" }, "InboundCallsEnabled":{ "shape":"InboundCallsEnabled", "documentation":"Whether inbound calls are enabled.
" }, "OutboundCallsEnabled":{ "shape":"OutboundCallsEnabled", "documentation":"Whether outbound calls are enabled.
" }, "InstanceAccessUrl":{ "shape":"Url", "documentation":"This URL allows contact center users to access the Connect Customer admin website.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags of an instance.
" } }, "documentation":"The Connect Customer instance.
" }, "InstanceArn":{ "type":"string", "pattern":"arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9-]{1}:[0-9]{1,20}:instance/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}" }, "InstanceAttributeType":{ "type":"string", "enum":[ "INBOUND_CALLS", "OUTBOUND_CALLS", "CONTACTFLOW_LOGS", "CONTACT_LENS", "AUTO_RESOLVE_BEST_VOICES", "USE_CUSTOM_TTS_VOICES", "EARLY_MEDIA", "MULTI_PARTY_CONFERENCE", "HIGH_VOLUME_OUTBOUND", "ENHANCED_CONTACT_MONITORING", "ENHANCED_CHAT_MONITORING", "MULTI_PARTY_CHAT_CONFERENCE", "MESSAGE_STREAMING" ] }, "InstanceAttributeValue":{ "type":"string", "max":100, "min":1 }, "InstanceId":{ "type":"string", "max":100, "min":1 }, "InstanceIdOrArn":{ "type":"string", "max":250, "min":1, "pattern":"^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9]{1,20}:instance/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, "InstanceReplicationStatus":{ "type":"string", "enum":[ "INSTANCE_REPLICATION_COMPLETE", "INSTANCE_REPLICATION_IN_PROGRESS", "INSTANCE_REPLICATION_FAILED", "INSTANCE_REPLICA_DELETING", "INSTANCE_REPLICATION_DELETION_FAILED", "RESOURCE_REPLICATION_NOT_STARTED" ] }, "InstanceStatus":{ "type":"string", "enum":[ "CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED" ] }, "InstanceStatusReason":{ "type":"structure", "members":{ "Message":{ "shape":"String", "documentation":"The message.
" } }, "documentation":"Relevant details why the instance was not successfully created.
" }, "InstanceStorageConfig":{ "type":"structure", "required":["StorageType"], "members":{ "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
" }, "StorageType":{ "shape":"StorageType", "documentation":"A valid storage type.
" }, "S3Config":{ "shape":"S3Config", "documentation":"The S3 bucket configuration.
" }, "KinesisVideoStreamConfig":{ "shape":"KinesisVideoStreamConfig", "documentation":"The configuration of the Kinesis video stream.
" }, "KinesisStreamConfig":{ "shape":"KinesisStreamConfig", "documentation":"The configuration of the Kinesis data stream.
" }, "KinesisFirehoseConfig":{ "shape":"KinesisFirehoseConfig", "documentation":"The configuration of the Kinesis Firehose delivery stream.
" } }, "documentation":"The storage configuration for the instance.
" }, "InstanceStorageConfigs":{ "type":"list", "member":{"shape":"InstanceStorageConfig"} }, "InstanceStorageResourceType":{ "type":"string", "enum":[ "CHAT_TRANSCRIPTS", "CALL_RECORDINGS", "SCHEDULED_REPORTS", "MEDIA_STREAMS", "CONTACT_TRACE_RECORDS", "AGENT_EVENTS", "REAL_TIME_CONTACT_ANALYSIS_SEGMENTS", "ATTACHMENTS", "CONTACT_EVALUATIONS", "SCREEN_RECORDINGS", "REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS", "REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS", "EMAIL_MESSAGES" ] }, "InstanceSummary":{ "type":"structure", "members":{ "Id":{ "shape":"InstanceId", "documentation":"The identifier of the instance.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the instance.
" }, "IdentityManagementType":{ "shape":"DirectoryType", "documentation":"The identity management type of the instance.
" }, "InstanceAlias":{ "shape":"DirectoryAlias", "documentation":"The alias of the instance.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"When the instance was created.
" }, "ServiceRole":{ "shape":"ARN", "documentation":"The service role of the instance.
" }, "InstanceStatus":{ "shape":"InstanceStatus", "documentation":"The state of the instance.
" }, "InboundCallsEnabled":{ "shape":"InboundCallsEnabled", "documentation":"Whether inbound calls are enabled.
" }, "OutboundCallsEnabled":{ "shape":"OutboundCallsEnabled", "documentation":"Whether outbound calls are enabled.
" }, "InstanceAccessUrl":{ "shape":"Url", "documentation":"This URL allows contact center users to access the Connect Customer admin website.
" } }, "documentation":"Information about the instance.
" }, "InstanceSummaryList":{ "type":"list", "member":{"shape":"InstanceSummary"} }, "Integer":{"type":"integer"}, "IntegerCount":{ "type":"integer", "min":0 }, "IntegrationAssociationId":{ "type":"string", "max":200, "min":1 }, "IntegrationAssociationSummary":{ "type":"structure", "members":{ "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the AppIntegration association.
" }, "IntegrationAssociationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the AppIntegration association.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "IntegrationType":{ "shape":"IntegrationType", "documentation":"The integration type.
" }, "IntegrationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the AppIntegration.
" }, "SourceApplicationUrl":{ "shape":"URI", "documentation":"The URL for the external application.
" }, "SourceApplicationName":{ "shape":"SourceApplicationName", "documentation":"The user-provided, friendly name for the external application.
" }, "SourceType":{ "shape":"SourceType", "documentation":"The name of the source.
" } }, "documentation":"Contains summary information about the associated AppIntegrations.
" }, "IntegrationAssociationSummaryList":{ "type":"list", "member":{"shape":"IntegrationAssociationSummary"} }, "IntegrationType":{ "type":"string", "enum":[ "EVENT", "VOICE_ID", "PINPOINT_APP", "WISDOM_ASSISTANT", "WISDOM_KNOWLEDGE_BASE", "WISDOM_QUICK_RESPONSES", "Q_MESSAGE_TEMPLATES", "CASES_DOMAIN", "APPLICATION", "FILE_SCANNER", "SES_IDENTITY", "ANALYTICS_CONNECTOR", "CALL_TRANSFER_CONNECTOR", "COGNITO_USER_POOL", "MESSAGE_PROCESSOR" ] }, "InternalServiceException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message.
" } }, "documentation":"Request processing failed because of an error or failure with the service.
", "error":{"httpStatusCode":500}, "exception":true }, "IntervalDetails":{ "type":"structure", "members":{ "TimeZone":{ "shape":"String", "documentation":"The timezone applied to requested metrics.
" }, "IntervalPeriod":{ "shape":"IntervalPeriod", "documentation":" IntervalPeriod: An aggregated grouping applied to request metrics. Valid IntervalPeriod values are: FIFTEEN_MIN | THIRTY_MIN | HOUR | DAY | WEEK | TOTAL.
For example, if IntervalPeriod is selected THIRTY_MIN, StartTime and EndTime differs by 1 day, then Connect Customer returns 48 results in the response. Each result is aggregated by the THIRTY_MIN period. By default Connect Customer aggregates results based on the TOTAL interval period.
The following list describes restrictions on StartTime and EndTime based on what IntervalPeriod is requested.
FIFTEEN_MIN: The difference between StartTime and EndTime must be less than 3 days.
THIRTY_MIN: The difference between StartTime and EndTime must be less than 3 days.
HOUR: The difference between StartTime and EndTime must be less than 3 days.
DAY: The difference between StartTime and EndTime must be less than 35 days.
WEEK: The difference between StartTime and EndTime must be less than 35 days.
TOTAL: The difference between StartTime and EndTime must be less than 35 days.
Information about the interval period to use for returning results.
" }, "IntervalPeriod":{ "type":"string", "enum":[ "FIFTEEN_MIN", "THIRTY_MIN", "HOUR", "DAY", "WEEK", "TOTAL" ] }, "IntervalPositiveInteger":{ "type":"integer", "box":true, "max":6, "min":1 }, "InvalidActiveRegionException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"This exception occurs when an API request is made to a non-active region in an Amazon Connect instance configured with Amazon Connect Global Resiliency. For example, if the active region is US West (Oregon) and a request is made to US East (N. Virginia), the exception will be returned.
", "error":{"httpStatusCode":400}, "exception":true }, "InvalidContactFlowException":{ "type":"structure", "members":{ "problems":{ "shape":"Problems", "documentation":"The problems with the flow. Please fix before trying again.
" } }, "documentation":"The flow is not valid.
", "error":{"httpStatusCode":400}, "exception":true }, "InvalidContactFlowModuleException":{ "type":"structure", "members":{ "Problems":{"shape":"Problems"} }, "documentation":"The problems with the module. Please fix before trying again.
", "error":{"httpStatusCode":400}, "exception":true }, "InvalidParameterException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message about the parameters.
" } }, "documentation":"One or more of the specified parameters are not valid.
", "error":{"httpStatusCode":400}, "exception":true }, "InvalidRequestException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message about the request.
" }, "Reason":{"shape":"InvalidRequestExceptionReason"} }, "documentation":"The request is not valid.
", "error":{"httpStatusCode":400}, "exception":true }, "InvalidRequestExceptionReason":{ "type":"structure", "members":{ "AttachedFileInvalidRequestExceptionReason":{ "shape":"AttachedFileInvalidRequestExceptionReason", "documentation":"Reason why the StartAttachedFiledUpload request was invalid.
" } }, "documentation":"Reason why the request was invalid.
", "union":true }, "InvalidTestCaseException":{ "type":"structure", "members":{ "Problems":{ "shape":"Problems", "documentation":"The problems with the test. Please fix before trying again.
" } }, "documentation":"The test is not valid.
", "error":{"httpStatusCode":400}, "exception":true }, "InvisibleFieldInfo":{ "type":"structure", "members":{ "Id":{ "shape":"TaskTemplateFieldIdentifier", "documentation":"Identifier of the invisible field.
" } }, "documentation":"A field that is invisible to an agent.
" }, "InvisibleTaskTemplateFields":{ "type":"list", "member":{"shape":"InvisibleFieldInfo"} }, "IpCidr":{ "type":"string", "max":50, "min":2, "pattern":"^[A-Za-z0-9:/]*$" }, "IpCidrList":{ "type":"list", "member":{"shape":"IpCidr"} }, "IsReadOnly":{"type":"boolean"}, "IvrRecordingTrack":{ "type":"string", "enum":["ALL"] }, "JoinToken":{ "type":"string", "sensitive":true }, "KeyId":{ "type":"string", "max":128, "min":1 }, "KinesisFirehoseConfig":{ "type":"structure", "required":["FirehoseArn"], "members":{ "FirehoseArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the delivery stream.
" } }, "documentation":"Configuration information of a Kinesis Data Firehose delivery stream.
" }, "KinesisStreamConfig":{ "type":"structure", "required":["StreamArn"], "members":{ "StreamArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the data stream.
" } }, "documentation":"Configuration information of a Kinesis data stream.
" }, "KinesisVideoStreamConfig":{ "type":"structure", "required":[ "Prefix", "RetentionPeriodHours", "EncryptionConfig" ], "members":{ "Prefix":{ "shape":"Prefix", "documentation":"The prefix of the video stream.
" }, "RetentionPeriodHours":{ "shape":"Hours", "documentation":"The number of hours data is retained in the stream. Kinesis Video Streams retains the data in a data store that is associated with the stream.
The default value is 0, indicating that the stream does not persist data.
" }, "EncryptionConfig":{ "shape":"EncryptionConfig", "documentation":"The encryption configuration.
" } }, "documentation":"Configuration information of a Kinesis video stream.
" }, "LanguageConfiguration":{ "type":"structure", "members":{ "LanguageLocale":{ "shape":"LanguageLocale", "documentation":"The language locale setting for conversational analytics.
" } }, "documentation":"The language configuration for conversational analytics.
" }, "LanguageLocale":{"type":"string"}, "LargeNextToken":{ "type":"string", "max":100000, "min":1 }, "LengthBoundary":{ "type":"integer", "max":1000, "min":0 }, "LexBot":{ "type":"structure", "required":[ "Name", "LexRegion" ], "members":{ "Name":{ "shape":"BotName", "documentation":"The name of the Amazon Lex bot.
" }, "LexRegion":{ "shape":"LexRegion", "documentation":"The Amazon Web Services Region where the Amazon Lex bot was created.
" } }, "documentation":"Configuration information of an Amazon Lex bot.
" }, "LexBotConfig":{ "type":"structure", "members":{ "LexBot":{"shape":"LexBot"}, "LexV2Bot":{ "shape":"LexV2Bot", "documentation":"Configuration information of an Amazon Lex V2 bot.
" } }, "documentation":"Configuration information of an Amazon Lex or Amazon Lex V2 bot.
" }, "LexBotConfigList":{ "type":"list", "member":{"shape":"LexBotConfig"} }, "LexBotsList":{ "type":"list", "member":{"shape":"LexBot"} }, "LexRegion":{ "type":"string", "max":60 }, "LexV2Bot":{ "type":"structure", "members":{ "AliasArn":{ "shape":"AliasArn", "documentation":"The Amazon Resource Name (ARN) of the Amazon Lex V2 bot.
" } }, "documentation":"Configuration information of an Amazon Lex V2 bot.
" }, "LexVersion":{ "type":"string", "enum":[ "V1", "V2" ] }, "LimitExceededException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message about the limit.
" } }, "documentation":"The allowed limit for the resource has been exceeded.
", "error":{"httpStatusCode":429}, "exception":true }, "ListAgentStatusRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "AgentStatusTypes":{ "shape":"AgentStatusTypes", "documentation":"Available agent status types.
", "location":"querystring", "locationName":"AgentStatusTypes" } } }, "ListAgentStatusResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "AgentStatusSummaryList":{ "shape":"AgentStatusSummaryList", "documentation":"A summary of agent statuses.
" } } }, "ListAnalyticsDataAssociationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "DataSetId":{ "shape":"DataSetId", "documentation":"The identifier of the dataset to get the association status.
", "location":"querystring", "locationName":"DataSetId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "location":"querystring", "locationName":"maxResults" } } }, "ListAnalyticsDataAssociationsResponse":{ "type":"structure", "members":{ "Results":{ "shape":"AnalyticsDataAssociationResults", "documentation":"An array of successful results: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn. This is a paginated API, so nextToken is given if there are more results to be returned.
If there are additional results, this is the token for the next set of results.
" } } }, "ListAnalyticsDataLakeDataSetsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "location":"querystring", "locationName":"maxResults" } } }, "ListAnalyticsDataLakeDataSetsResponse":{ "type":"structure", "members":{ "Results":{ "shape":"AnalyticsDataSetsResults", "documentation":"An array of successful results: DataSetId, DataSetName. This is a paginated API, so nextToken is given if there are more results to be returned.
If there are additional results, this is the token for the next set of results.
" } } }, "ListApprovedOriginsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult25", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListApprovedOriginsResponse":{ "type":"structure", "members":{ "Origins":{ "shape":"OriginsList", "documentation":"The approved origins.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListAssociatedContactsRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"querystring", "locationName":"contactId" }, "MaxResults":{ "shape":"ListAssociatedContactsRequestMaxResults", "documentation":"The maximum number of results to return per page.
", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListAssociatedContactsRequestMaxResults":{ "type":"integer", "max":100, "min":1 }, "ListAssociatedContactsResponse":{ "type":"structure", "members":{ "ContactSummaryList":{ "shape":"AssociatedContactSummaryList", "documentation":"List of the contact summary for all the contacts in contact tree associated with unique identifier.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListAttachedFilesConfigurationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListAttachedFilesConfigurationsResponse":{ "type":"structure", "members":{ "AttachedFilesConfigurations":{ "shape":"AttachedFilesConfigurationSummaryList", "documentation":"Information about the attached files configurations.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListAuthenticationProfilesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListAuthenticationProfilesResponse":{ "type":"structure", "members":{ "AuthenticationProfileSummaryList":{ "shape":"AuthenticationProfileSummaryList", "documentation":"A summary of a given authentication profile.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListBotsRequest":{ "type":"structure", "required":[ "InstanceId", "LexVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult25", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "LexVersion":{ "shape":"LexVersion", "documentation":"The version of Amazon Lex or Amazon Lex V2.
", "location":"querystring", "locationName":"lexVersion" } } }, "ListBotsResponse":{ "type":"structure", "members":{ "LexBots":{ "shape":"LexBotConfigList", "documentation":"The names and Amazon Web Services Regions of the Amazon Lex or Amazon Lex V2 bots associated with the specified instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListChildHoursOfOperationsRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier of the parent hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListChildHoursOfOperationsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ChildHoursOfOperationsSummaryList":{ "shape":"ChildHoursOfOperationsList", "documentation":"Information about the hours of operation.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListCondition":{ "type":"structure", "members":{ "TargetListType":{ "shape":"TargetListType", "documentation":"The type of target list that will be used to filter the users.
" }, "Conditions":{ "shape":"Conditions", "documentation":"A list of Condition objects which would be applied together with an AND condition.
" } }, "documentation":"A leaf node condition which can be used to specify a List condition to search users with attributes included in Lists like Proficiencies.
" }, "ListContactEvaluationsRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"querystring", "locationName":"contactId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
This is not expected to be set because the value returned in the previous response is always null.
Provides details about a list of contact evaluations belonging to an instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ARN", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListContactFlowModuleAliasesResponse":{ "type":"structure", "members":{ "ContactFlowModuleAliasSummaryList":{ "shape":"ContactFlowModuleAliasSummaryList", "documentation":"Information about the flow module aliases.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListContactFlowModuleVersionsRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ARN", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListContactFlowModuleVersionsResponse":{ "type":"structure", "members":{ "ContactFlowModuleVersionSummaryList":{ "shape":"ContactFlowModuleVersionSummaryList", "documentation":"Information about the flow module versions.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListContactFlowModulesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "ContactFlowModuleState":{ "shape":"ContactFlowModuleState", "documentation":"The state of the flow module.
", "location":"querystring", "locationName":"state" } } }, "ListContactFlowModulesResponse":{ "type":"structure", "members":{ "ContactFlowModulesSummaryList":{ "shape":"ContactFlowModulesSummaryList", "documentation":"Information about the flow module.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListContactFlowVersionsRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ARN", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListContactFlowVersionsResponse":{ "type":"structure", "members":{ "ContactFlowVersionSummaryList":{ "shape":"ContactFlowVersionSummaryList", "documentation":"A list of flow version summaries.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListContactFlowsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowTypes":{ "shape":"ContactFlowTypes", "documentation":"The type of flow.
", "location":"querystring", "locationName":"contactFlowTypes" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "location":"querystring", "locationName":"maxResults" } } }, "ListContactFlowsResponse":{ "type":"structure", "members":{ "ContactFlowSummaryList":{ "shape":"ContactFlowSummaryList", "documentation":"Information about the flows.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListContactReferencesRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "ReferenceTypes" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the initial contact.
", "location":"uri", "locationName":"ContactId" }, "ReferenceTypes":{ "shape":"ReferenceTypes", "documentation":"The type of reference.
", "location":"querystring", "locationName":"referenceTypes" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
This is not expected to be set, because the value returned in the previous response is always null.
Information about the flows.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
This is always returned as null in the response.
The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table whose attributes should be listed.
", "location":"uri", "locationName":"DataTableId" }, "AttributeIds":{ "shape":"AttributeIds", "documentation":"Optional list of specific attribute IDs to retrieve. Used for CloudFormation to effectively describe attributes by ID. If NextToken is provided, this parameter is ignored.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of data table attributes to return in one page of results.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListDataTableAttributesResponse":{ "type":"structure", "required":["Attributes"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" }, "Attributes":{ "shape":"AttributeList", "documentation":"A list of data table attributes with their complete configuration and metadata.
" } } }, "ListDataTablePrimaryValuesRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table whose primary values should be listed.
", "location":"uri", "locationName":"DataTableId" }, "RecordIds":{ "shape":"RecordIds", "documentation":"Optional list of specific record IDs to retrieve. Used for CloudFormation to effectively describe records by ID. If NextToken is provided, this parameter is ignored.
" }, "PrimaryAttributeValues":{ "shape":"PrimaryAttributeValueFilters", "documentation":"Optional filter to retrieve primary values matching specific criteria.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of data table primary values to return in one page of results.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListDataTablePrimaryValuesResponse":{ "type":"structure", "required":["PrimaryValuesList"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" }, "PrimaryValuesList":{ "shape":"PrimaryValuesList", "documentation":"A list of primary value combinations with their record IDs and modification metadata.
" } } }, "ListDataTableValuesRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table whose values should be listed.
", "location":"uri", "locationName":"DataTableId" }, "RecordIds":{ "shape":"RecordIds", "documentation":"Optional list of specific record IDs to retrieve values for.
" }, "PrimaryAttributeValues":{ "shape":"PrimaryAttributeValueFilters", "documentation":"Optional filter to retrieve values for records matching specific primary attribute criteria.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of data table values to return in one page of results.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListDataTableValuesResponse":{ "type":"structure", "required":["Values"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" }, "Values":{ "shape":"DataTableValueSummaryList", "documentation":"A list of data table values with their associated metadata, lock versions, and modification details.
" } } }, "ListDataTablesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance whose data tables should be listed.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of data tables to return in one page of results.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListDataTablesResponse":{ "type":"structure", "required":["DataTableSummaryList"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" }, "DataTableSummaryList":{ "shape":"DataTableSummaryList", "documentation":"A list of data table summaries containing basic information about each table including ID, ARN, name, and modification details.
" } } }, "ListDefaultVocabulariesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
" }, "NextToken":{ "shape":"VocabularyNextToken", "documentation":"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.
" } } }, "ListDefaultVocabulariesResponse":{ "type":"structure", "required":["DefaultVocabularyList"], "members":{ "DefaultVocabularyList":{ "shape":"DefaultVocabularyList", "documentation":"A list of default vocabularies.
" }, "NextToken":{ "shape":"VocabularyNextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListEntitySecurityProfilesRequest":{ "type":"structure", "required":[ "InstanceId", "EntityType", "EntityArn" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EntityType":{ "shape":"EntityType", "documentation":"Only supported type is AI_AGENT.
" }, "EntityArn":{ "shape":"EntityArn", "documentation":"ARN of a Q in Connect AI Agent.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
" } } }, "ListEntitySecurityProfilesResponse":{ "type":"structure", "members":{ "SecurityProfiles":{ "shape":"SecurityProfiles100", "documentation":"List of Security Profile Object.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" } } }, "ListEvaluationFormVersionsRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListEvaluationFormVersionsResponse":{ "type":"structure", "required":["EvaluationFormVersionSummaryList"], "members":{ "EvaluationFormVersionSummaryList":{ "shape":"EvaluationFormVersionSummaryList", "documentation":"Provides details about a list of evaluation forms belonging to an instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListEvaluationFormsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListEvaluationFormsResponse":{ "type":"structure", "required":["EvaluationFormSummaryList"], "members":{ "EvaluationFormSummaryList":{ "shape":"EvaluationFormSummaryList", "documentation":"Provides details about a list of evaluation forms belonging to an instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListFlowAssociationResourceType":{ "type":"string", "enum":[ "WHATSAPP_MESSAGING_PHONE_NUMBER", "VOICE_PHONE_NUMBER", "INBOUND_EMAIL", "OUTBOUND_EMAIL", "ANALYTICS_CONNECTOR" ] }, "ListFlowAssociationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceType":{ "shape":"ListFlowAssociationResourceType", "documentation":"A valid resource type.
", "location":"querystring", "locationName":"ResourceType" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListFlowAssociationsResponse":{ "type":"structure", "members":{ "FlowAssociationSummaryList":{ "shape":"FlowAssociationSummaryList", "documentation":"Summary of flow associations.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListHoursOfOperationOverridesRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListHoursOfOperationOverridesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"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.
" }, "HoursOfOperationOverrideList":{ "shape":"HoursOfOperationOverrideList", "documentation":"Information about the hours of operation override.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" } } }, "ListHoursOfOperationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "location":"querystring", "locationName":"maxResults" } } }, "ListHoursOfOperationsResponse":{ "type":"structure", "members":{ "HoursOfOperationSummaryList":{ "shape":"HoursOfOperationSummaryList", "documentation":"Information about the hours of operation.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListInstanceAttributesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult7", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListInstanceAttributesResponse":{ "type":"structure", "members":{ "Attributes":{ "shape":"AttributesList", "documentation":"The attribute types.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListInstanceStorageConfigsRequest":{ "type":"structure", "required":[ "InstanceId", "ResourceType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ResourceType":{ "shape":"InstanceStorageResourceType", "documentation":"A valid resource type.
", "location":"querystring", "locationName":"resourceType" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult10", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListInstanceStorageConfigsResponse":{ "type":"structure", "members":{ "StorageConfigs":{ "shape":"InstanceStorageConfigs", "documentation":"A valid storage type.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListInstancesRequest":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult10", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListInstancesResponse":{ "type":"structure", "members":{ "InstanceSummaryList":{ "shape":"InstanceSummaryList", "documentation":"Information about the instances.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListIntegrationAssociationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "IntegrationType":{ "shape":"IntegrationType", "documentation":"The integration type.
", "location":"querystring", "locationName":"integrationType" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "IntegrationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the integration.
", "location":"querystring", "locationName":"integrationArn" } } }, "ListIntegrationAssociationsResponse":{ "type":"structure", "members":{ "IntegrationAssociationSummaryList":{ "shape":"IntegrationAssociationSummaryList", "documentation":"The associations.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListLambdaFunctionsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult25", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListLambdaFunctionsResponse":{ "type":"structure", "members":{ "LambdaFunctions":{ "shape":"FunctionArnsList", "documentation":"The Lambdafunction ARNs associated with the specified instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListLexBotsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult25", "documentation":"The maximum number of results to return per page. If no value is specified, the default is 10.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListLexBotsResponse":{ "type":"structure", "members":{ "LexBots":{ "shape":"LexBotsList", "documentation":"The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListNotificationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"The token for the next set of results. Use the value returned in the previous response to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. Valid range is 1-100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListNotificationsResponse":{ "type":"structure", "required":["NotificationSummaryList"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"The token for the next set of results. If present, there are more results available.
" }, "NotificationSummaryList":{ "shape":"NotificationSummaryList", "documentation":"A list of notification summaries.
" } } }, "ListPhoneNumbersRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "PhoneNumberTypes":{ "shape":"PhoneNumberTypes", "documentation":"The type of phone number.
We recommend using ListPhoneNumbersV2 to return phone number types. While ListPhoneNumbers returns number types UIFN, SHARED, THIRD_PARTY_TF, and THIRD_PARTY_DID, it incorrectly lists them as TOLL_FREE or DID.
The ISO country code.
", "location":"querystring", "locationName":"phoneNumberCountryCodes" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "location":"querystring", "locationName":"maxResults" } } }, "ListPhoneNumbersResponse":{ "type":"structure", "members":{ "PhoneNumberSummaryList":{ "shape":"PhoneNumberSummaryList", "documentation":"Information about the phone numbers.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListPhoneNumbersSummary":{ "type":"structure", "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
" }, "PhoneNumberArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the phone number.
" }, "PhoneNumber":{ "shape":"PhoneNumber", "documentation":"The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
The ISO country code.
" }, "PhoneNumberType":{ "shape":"PhoneNumberType", "documentation":"The type of phone number.
" }, "TargetArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for Connect Customer instances or traffic distribution groups that phone number inbound traffic is routed through.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "PhoneNumberDescription":{ "shape":"PhoneNumberDescription", "documentation":"The description of the phone number.
" }, "SourcePhoneNumberArn":{ "shape":"ARN", "documentation":"The claimed phone number ARN that was previously imported from the external service, such as Amazon Web Services End User Messaging. If it is from Amazon Web Services End User Messaging, it looks like the ARN of the phone number that was imported from Amazon Web Services End User Messaging.
" } }, "documentation":"Information about phone numbers that have been claimed to your Connect Customer instance or traffic distribution group.
" }, "ListPhoneNumbersSummaryList":{ "type":"list", "member":{"shape":"ListPhoneNumbersSummary"} }, "ListPhoneNumbersV2Request":{ "type":"structure", "members":{ "TargetArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for Connect Customer instances or traffic distribution groups that phone number inbound traffic is routed through. If both TargetArn and InstanceId input are not provided, this API lists numbers claimed to all the Connect Customer instances belonging to your account in the same Amazon Web Services Region as the request.
The identifier of the Connect Customer instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. If both TargetArn and InstanceId are not provided, this API lists numbers claimed to all the Connect Customer instances belonging to your account in the same Amazon Web Services Region as the request.
The maximum number of results to return per page.
", "box":true }, "NextToken":{ "shape":"LargeNextToken", "documentation":"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":{ "shape":"PhoneNumberCountryCodes", "documentation":"The ISO country code.
" }, "PhoneNumberTypes":{ "shape":"PhoneNumberTypes", "documentation":"The type of phone number.
" }, "PhoneNumberPrefix":{ "shape":"PhoneNumberPrefix", "documentation":"The prefix of the phone number. If provided, it must contain + as part of the country code.
If there are additional results, this is the token for the next set of results.
" }, "ListPhoneNumbersSummaryList":{ "shape":"ListPhoneNumbersSummaryList", "documentation":"Information about phone numbers that have been claimed to your Connect Customer instances or traffic distribution groups.
" } } }, "ListPredefinedAttributesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListPredefinedAttributesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "PredefinedAttributeSummaryList":{ "shape":"PredefinedAttributeSummaryList", "documentation":"Summary of the predefined attributes.
" } } }, "ListPromptsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListPromptsResponse":{ "type":"structure", "members":{ "PromptSummaryList":{ "shape":"PromptSummaryList", "documentation":"Information about the prompts.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListQueueEmailAddressesRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListQueueEmailAddressesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "EmailAddressMetadataList":{ "shape":"EmailAddressMetadataList", "documentation":"List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListQueueQuickConnectsRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListQueueQuickConnectsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "QuickConnectSummaryList":{ "shape":"QuickConnectSummaryList", "documentation":"Information about the quick connects.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListQueuesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueTypes":{ "shape":"QueueTypes", "documentation":"The type of queue.
", "location":"querystring", "locationName":"queueTypes" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "location":"querystring", "locationName":"maxResults" } } }, "ListQueuesResponse":{ "type":"structure", "members":{ "QueueSummaryList":{ "shape":"QueueSummaryList", "documentation":"Information about the queues.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListQuickConnectsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. Both Instance ID and Instance ARN are supported input formats.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "QuickConnectTypes":{ "shape":"QuickConnectTypes", "documentation":"The type of quick connect. In the Connect Customer admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
", "location":"querystring", "locationName":"QuickConnectTypes" } } }, "ListQuickConnectsResponse":{ "type":"structure", "members":{ "QuickConnectSummaryList":{ "shape":"QuickConnectSummaryList", "documentation":"Information about the quick connects.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListRealtimeContactAnalysisSegmentsV2Request":{ "type":"structure", "required":[ "InstanceId", "ContactId", "OutputType", "SegmentTypes" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"uri", "locationName":"ContactId" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
" }, "NextToken":{ "shape":"LargeNextToken", "documentation":"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.
" }, "OutputType":{ "shape":"RealTimeContactAnalysisOutputType", "documentation":"The Contact Lens output type to be returned.
" }, "SegmentTypes":{ "shape":"RealTimeContactAnalysisSegmentTypes", "documentation":"Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types.
" } } }, "ListRealtimeContactAnalysisSegmentsV2Response":{ "type":"structure", "required":[ "Channel", "Status", "Segments" ], "members":{ "Channel":{ "shape":"RealTimeContactAnalysisSupportedChannel", "documentation":"The channel of the contact.
Only CHAT is supported. This API does not support VOICE. If you attempt to use it for the VOICE channel, an InvalidRequestException error occurs.
Status of real-time contact analysis.
" }, "Segments":{ "shape":"RealtimeContactAnalysisSegments", "documentation":"An analyzed transcript or category.
" }, "NextToken":{ "shape":"LargeNextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListRoutingProfileManualAssignmentQueuesRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListRoutingProfileManualAssignmentQueuesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "RoutingProfileManualAssignmentQueueConfigSummaryList":{ "shape":"RoutingProfileManualAssignmentQueueConfigSummaryList", "documentation":"Information about the manual assignment queues associated with the routing profile.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListRoutingProfileQueuesRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListRoutingProfileQueuesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "RoutingProfileQueueConfigSummaryList":{ "shape":"RoutingProfileQueueConfigSummaryList", "documentation":"Information about the routing profiles.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListRoutingProfilesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListRoutingProfilesResponse":{ "type":"structure", "members":{ "RoutingProfileSummaryList":{ "shape":"RoutingProfileSummaryList", "documentation":"Information about the routing profiles.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListRulesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "PublishStatus":{ "shape":"RulePublishStatus", "documentation":"The publish status of the rule.
", "location":"querystring", "locationName":"publishStatus" }, "EventSourceName":{ "shape":"EventSourceName", "documentation":"The name of the event source.
", "location":"querystring", "locationName":"eventSourceName" }, "MaxResults":{ "shape":"MaxResult200", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListRulesResponse":{ "type":"structure", "required":["RuleSummaryList"], "members":{ "RuleSummaryList":{ "shape":"RuleSummaryList", "documentation":"Summary information about a rule.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListSecurityKeysRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult2", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListSecurityKeysResponse":{ "type":"structure", "members":{ "SecurityKeys":{ "shape":"SecurityKeysList", "documentation":"The security keys.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListSecurityProfileApplicationsRequest":{ "type":"structure", "required":[ "SecurityProfileId", "InstanceId" ], "members":{ "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profle.
", "location":"uri", "locationName":"SecurityProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "location":"querystring", "locationName":"maxResults" } } }, "ListSecurityProfileApplicationsResponse":{ "type":"structure", "members":{ "Applications":{ "shape":"Applications", "documentation":"A list of the third-party application's metadata.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListSecurityProfileFlowModulesRequest":{ "type":"structure", "required":[ "SecurityProfileId", "InstanceId" ], "members":{ "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profile.
", "location":"uri", "locationName":"SecurityProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "location":"querystring", "locationName":"maxResults" } } }, "ListSecurityProfileFlowModulesResponse":{ "type":"structure", "members":{ "AllowedFlowModules":{ "shape":"AllowedFlowModules", "documentation":"A list of Flow Modules an AI Agent can invoke as a tool.
" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The time the flow module was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Region that flow module was last modified in.
" } } }, "ListSecurityProfilePermissionsRequest":{ "type":"structure", "required":[ "SecurityProfileId", "InstanceId" ], "members":{ "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profle.
", "location":"uri", "locationName":"SecurityProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListSecurityProfilePermissionsResponse":{ "type":"structure", "members":{ "Permissions":{ "shape":"PermissionsList", "documentation":"The permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } } }, "ListSecurityProfilesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListSecurityProfilesResponse":{ "type":"structure", "members":{ "SecurityProfileSummaryList":{ "shape":"SecurityProfileSummaryList", "documentation":"Information about the security profiles.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListTagsForResourceRequest":{ "type":"structure", "required":["resourceArn"], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the resource. All Connect Customer resources (instances, queues, flows, routing profiles, etc) have an ARN. To locate the ARN for an instance, for example, see Find your Connect Customer instance ID/ARN.
", "location":"uri", "locationName":"resourceArn" } } }, "ListTagsForResourceResponse":{ "type":"structure", "members":{ "tags":{ "shape":"TagMap", "documentation":"Information about the tags.
" } } }, "ListTaskTemplatesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
It is not expected that you set this because the value returned in the previous response is always null.
The maximum number of results to return per page.
It is not expected that you set this.
Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
The name of the task template.
", "location":"querystring", "locationName":"name" } } }, "ListTaskTemplatesResponse":{ "type":"structure", "members":{ "TaskTemplates":{ "shape":"TaskTemplateList", "documentation":"Provides details about a list of task templates belonging to an instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
This is always returned as a null in the response.
The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
", "location":"uri", "locationName":"TestCaseId" }, "TestCaseExecutionId":{ "shape":"TestCaseExecutionId", "documentation":"The identifier of the test case execution.
", "location":"uri", "locationName":"TestCaseExecutionId" }, "Status":{ "shape":"TestCaseExecutionStatus", "documentation":"Filter execution records by status.
", "location":"querystring", "locationName":"status" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListTestCaseExecutionRecordsResponse":{ "type":"structure", "members":{ "ExecutionRecords":{ "shape":"ExecutionRecordList", "documentation":"An array of test case execution record objects.
" }, "NextToken":{ "shape":"LargeNextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListTestCaseExecutionsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"Filter executions by test case identifier.
", "location":"querystring", "locationName":"testCaseId" }, "TestCaseName":{ "shape":"TestCaseName", "documentation":"Filter executions by test case name.
", "location":"querystring", "locationName":"testCaseName" }, "StartTime":{ "shape":"EpochMilliseconds", "documentation":"Filter executions that started after this time.
", "location":"querystring", "locationName":"startTime" }, "EndTime":{ "shape":"EpochMilliseconds", "documentation":"Filter executions that started before this time.
", "location":"querystring", "locationName":"endTime" }, "Status":{ "shape":"TestCaseExecutionStatus", "documentation":"Filter executions by status.
", "location":"querystring", "locationName":"status" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListTestCaseExecutionsResponse":{ "type":"structure", "members":{ "TestCaseExecutions":{ "shape":"TestCaseExecutionList", "documentation":"An array of test case execution summary objects.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListTestCasesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListTestCasesResponse":{ "type":"structure", "members":{ "TestCaseSummaryList":{ "shape":"TestCaseSummaryList", "documentation":"Information about the tests.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListTrafficDistributionGroupUsersRequest":{ "type":"structure", "required":["TrafficDistributionGroupId"], "members":{ "TrafficDistributionGroupId":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
", "location":"uri", "locationName":"TrafficDistributionGroupId" }, "MaxResults":{ "shape":"MaxResult10", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" } } }, "ListTrafficDistributionGroupUsersResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "TrafficDistributionGroupUserSummaryList":{ "shape":"TrafficDistributionGroupUserSummaryList", "documentation":"A list of traffic distribution group users.
" } } }, "ListTrafficDistributionGroupsRequest":{ "type":"structure", "members":{ "MaxResults":{ "shape":"MaxResult10", "documentation":"The maximum number of results to return per page.
", "location":"querystring", "locationName":"maxResults" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"querystring", "locationName":"instanceId" } } }, "ListTrafficDistributionGroupsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "TrafficDistributionGroupSummaryList":{ "shape":"TrafficDistributionGroupSummaryList", "documentation":"A list of traffic distribution groups.
" } } }, "ListUseCasesRequest":{ "type":"structure", "required":[ "InstanceId", "IntegrationAssociationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the integration association.
", "location":"uri", "locationName":"IntegrationAssociationId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } }, "documentation":"Provides summary information about the use cases for the specified integration association.
" }, "ListUseCasesResponse":{ "type":"structure", "members":{ "UseCaseSummaryList":{ "shape":"UseCaseSummaryList", "documentation":"The use cases.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListUserHierarchyGroupsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListUserHierarchyGroupsResponse":{ "type":"structure", "members":{ "UserHierarchyGroupSummaryList":{ "shape":"HierarchyGroupSummaryList", "documentation":"Information about the hierarchy groups.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListUserNotificationsRequest":{ "type":"structure", "required":[ "InstanceId", "UserId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"The token for the next set of results. Use the value returned in the previous response to retrieve the next page of results.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. Valid range is 1-1000.
", "box":true, "location":"querystring", "locationName":"maxResults" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user.
", "location":"uri", "locationName":"UserId" } } }, "ListUserNotificationsResponse":{ "type":"structure", "members":{ "UserNotifications":{ "shape":"UserNotificationSummaryList", "documentation":"A list of notifications sent to the specified user.
" }, "NextToken":{ "shape":"NextToken", "documentation":"The token for the next set of results. If present, there are more results available.
" } } }, "ListUserProficienciesRequest":{ "type":"structure", "required":[ "InstanceId", "UserId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListUserProficienciesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "UserProficiencyList":{ "shape":"UserProficiencyList", "documentation":"Information about the user proficiencies.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The last time that the user's proficiencies are were modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The region in which a user's proficiencies were last modified.
" } } }, "ListUsersRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListUsersResponse":{ "type":"structure", "members":{ "UserSummaryList":{ "shape":"UserSummaryList", "documentation":"Information about the users.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "ListViewVersionsRequest":{ "type":"structure", "required":[ "InstanceId", "ViewId" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The identifier of the view. Both ViewArn and ViewId can be used.
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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListViewVersionsResponse":{ "type":"structure", "members":{ "ViewVersionSummaryList":{ "shape":"ViewVersionSummaryList", "documentation":"A list of view version summaries.
" }, "NextToken":{ "shape":"ViewsNextToken", "documentation":"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.
" } } }, "ListViewsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Type":{ "shape":"ViewType", "documentation":"The type of the view.
", "location":"querystring", "locationName":"type" }, "NextToken":{ "shape":"ViewsNextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResults", "documentation":"The maximum number of results to return per page. The default MaxResult size is 100.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListViewsResponse":{ "type":"structure", "members":{ "ViewsSummaryList":{ "shape":"ViewsSummaryList", "documentation":"A list of view summaries.
" }, "NextToken":{ "shape":"ViewsNextToken", "documentation":"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.
" } } }, "ListWorkspaceMediaRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" } } }, "ListWorkspaceMediaResponse":{ "type":"structure", "members":{ "Media":{ "shape":"MediaList", "documentation":"A list of media assets for the workspace.
" } } }, "ListWorkspacePagesRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "location":"querystring", "locationName":"maxResults" } } }, "ListWorkspacePagesResponse":{ "type":"structure", "required":["WorkspacePageList"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "WorkspacePageList":{ "shape":"WorkspacePageList", "documentation":"A list of page configurations in the workspace.
" } } }, "ListWorkspacesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
", "location":"querystring", "locationName":"nextToken" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true, "location":"querystring", "locationName":"maxResults" } } }, "ListWorkspacesResponse":{ "type":"structure", "required":["WorkspaceSummaryList"], "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "WorkspaceSummaryList":{ "shape":"WorkspaceSummaryList", "documentation":"A summary list of workspaces.
" } } }, "LocaleCode":{ "type":"string", "documentation":"The locale code for localized content. Supported values include en_US, de_DE, es_ES, fr_FR, id_ID, it_IT, ja_JP, ko_KR, pt_BR, zh_CN, and zh_TW.
", "enum":[ "en_US", "de_DE", "es_ES", "fr_FR", "id_ID", "it_IT", "ja_JP", "ko_KR", "pt_BR", "zh_CN", "zh_TW" ] }, "LocalizedString":{ "type":"string", "documentation":"A localized string value. Maximum length is 500 characters.
", "max":500, "min":0 }, "Long":{"type":"long"}, "MaskMode":{ "type":"string", "enum":[ "PII", "EntityType" ] }, "MatchCriteria":{ "type":"structure", "members":{ "AgentsCriteria":{ "shape":"AgentsCriteria", "documentation":"An object to define agentIds.
" } }, "documentation":"An object to define AgentsCriteria.
" }, "MaxResult10":{ "type":"integer", "max":10, "min":1 }, "MaxResult100":{ "type":"integer", "max":100, "min":1 }, "MaxResult1000":{ "type":"integer", "max":1000, "min":1 }, "MaxResult2":{ "type":"integer", "max":2, "min":1 }, "MaxResult200":{ "type":"integer", "max":200, "min":1 }, "MaxResult25":{ "type":"integer", "max":25, "min":1 }, "MaxResult500":{ "type":"integer", "box":true, "max":500, "min":1 }, "MaxResult7":{ "type":"integer", "max":7, "min":1 }, "MaxResults":{ "type":"integer", "max":100, "min":1 }, "MaxSessionDurationMinutes":{ "type":"integer", "box":true, "max":43200, "min":1440 }, "MaximumResultReturnedException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"Maximum number (1000) of tags have been returned with current request. Consider changing request parameters to get more tags.
", "error":{"httpStatusCode":400}, "exception":true }, "MaximumSizeLimitInBytes":{ "type":"long", "documentation":"The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).
", "box":true, "max":104857600, "min":1 }, "MediaConcurrencies":{ "type":"list", "member":{"shape":"MediaConcurrency"} }, "MediaConcurrency":{ "type":"structure", "required":[ "Channel", "Concurrency" ], "members":{ "Channel":{ "shape":"Channel", "documentation":"The channels that agents can handle in the Contact Control Panel (CCP).
" }, "Concurrency":{ "shape":"Concurrency", "documentation":"The number of contacts an agent can have on a channel simultaneously.
Valid Range for VOICE: Minimum value of 1. Maximum value of 1.
Valid Range for CHAT: Minimum value of 1. Maximum value of 10.
Valid Range for TASK: Minimum value of 1. Maximum value of 10.
Defines the cross-channel routing behavior for each channel that is enabled for this Routing Profile. For example, this allows you to offer an agent a different contact from another channel when they are currently working with a contact from a Voice channel.
" } }, "documentation":"Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.
" }, "MediaItem":{ "type":"structure", "members":{ "Type":{ "shape":"MediaType", "documentation":"The type of media. Valid values are: IMAGE_LOGO_FAVICON and IMAGE_LOGO_HORIZONTAL.
The source URL or data for the media asset.
" } }, "documentation":"Contains information about a media asset used in a workspace.
" }, "MediaList":{ "type":"list", "member":{"shape":"MediaItem"} }, "MediaPlacement":{ "type":"structure", "members":{ "AudioHostUrl":{ "shape":"URI", "documentation":"The audio host URL.
" }, "AudioFallbackUrl":{ "shape":"URI", "documentation":"The audio fallback URL.
" }, "SignalingUrl":{ "shape":"URI", "documentation":"The signaling URL.
" }, "TurnControlUrl":{ "shape":"URI", "documentation":"The turn control URL.
" }, "EventIngestionUrl":{ "shape":"URI", "documentation":"The event ingestion URL to which you send client meeting events.
" } }, "documentation":"A set of endpoints used by clients to connect to the media service group for an Amazon Chime SDK meeting.
" }, "MediaRegion":{"type":"string"}, "MediaSource":{ "type":"string", "max":533333, "min":1, "pattern":".*\\\\S.*" }, "MediaStreamType":{ "type":"string", "enum":[ "AUDIO", "VIDEO" ] }, "MediaType":{ "type":"string", "enum":[ "IMAGE_LOGO_LIGHT_FAVICON", "IMAGE_LOGO_DARK_FAVICON", "IMAGE_LOGO_LIGHT_HORIZONTAL", "IMAGE_LOGO_DARK_HORIZONTAL" ] }, "Meeting":{ "type":"structure", "members":{ "MediaRegion":{ "shape":"MediaRegion", "documentation":"The Amazon Web Services Region in which you create the meeting.
" }, "MediaPlacement":{ "shape":"MediaPlacement", "documentation":"The media placement for the meeting.
" }, "MeetingFeatures":{ "shape":"MeetingFeaturesConfiguration", "documentation":"The configuration settings of the features available to a meeting.
" }, "MeetingId":{ "shape":"MeetingId", "documentation":"The Amazon Chime SDK meeting ID.
" } }, "documentation":"A meeting created using the Amazon Chime SDK.
" }, "MeetingFeatureStatus":{ "type":"string", "enum":[ "AVAILABLE", "UNAVAILABLE" ] }, "MeetingFeaturesConfiguration":{ "type":"structure", "members":{ "Audio":{ "shape":"AudioFeatures", "documentation":"The configuration settings for the audio features available to a meeting.
" } }, "documentation":"The configuration settings of the features available to a meeting.
" }, "MeetingId":{"type":"string"}, "Message":{"type":"string"}, "MessageTemplateId":{ "type":"string", "max":500, "min":1 }, "MessageTemplateKnowledgeBaseId":{ "type":"string", "max":500, "min":1 }, "MetadataUrl":{ "type":"string", "max":2000, "min":1 }, "MetricDataCollectionsV2":{ "type":"list", "member":{"shape":"MetricDataV2"} }, "MetricDataV2":{ "type":"structure", "members":{ "Metric":{ "shape":"MetricV2", "documentation":"The metric name or metricId, thresholds, and metric filters of the returned metric.
" }, "Value":{ "shape":"Value", "documentation":"The corresponding value of the metric returned in the response.
", "box":true } }, "documentation":"Contains the name, thresholds, and metric filters.
" }, "MetricFilterV2":{ "type":"structure", "members":{ "MetricFilterKey":{ "shape":"String", "documentation":"The key to use for filtering data.
Valid metric filter keys:
ANSWERING_MACHINE_DETECTION_STATUS
CASE_STATUS
DISCONNECT_REASON
FLOWS_ACTION_IDENTIFIER
FLOWS_NEXT_ACTION_IDENTIFIER
FLOWS_OUTCOME_TYPE
FLOWS_RESOURCE_TYPE
INITIATION_METHOD
The values to use for filtering data. Values for metric-level filters can be either a fixed set of values or a customized list, depending on the use case.
For valid values of metric-level filters INITIATION_METHOD, DISCONNECT_REASON, and ANSWERING_MACHINE_DETECTION_STATUS, see ContactTraceRecord in the Connect Customer Administrator Guide.
For valid values of the metric-level filter FLOWS_OUTCOME_TYPE, see the description for the Flow outcome metric in the Connect Customer Administrator Guide.
For valid values of the metric-level filter BOT_CONVERSATION_OUTCOME_TYPE, see the description for the Bot conversations completed in the Connect Customer Administrator Guide.
For valid values of the metric-level filter BOT_INTENT_OUTCOME_TYPE, see the description for the Bot intents completed metric in the Connect Customer Administrator Guide.
If set to true, the API response contains results that filter out the results matched by the metric-level filters condition. By default, Negate is set to false.
Contains information about the filter used when retrieving metrics. MetricFiltersV2 can be used on the following metrics: AVG_AGENT_CONNECTING_TIME, CONTACTS_CREATED, CONTACTS_HANDLED, SUM_CONTACTS_DISCONNECTED.
The interval period provided in the API request.
" }, "StartTime":{ "shape":"Timestamp", "documentation":"The timestamp, in UNIX Epoch time format. Start time is based on the interval period selected.
" }, "EndTime":{ "shape":"Timestamp", "documentation":"The timestamp, in UNIX Epoch time format. End time is based on the interval period selected. For example, If IntervalPeriod is selected THIRTY_MIN, StartTime and EndTime in the API request differs by 1 day, then 48 results are returned in the response. Each result is aggregated by the 30 minutes period, with each StartTime and EndTime differing by 30 minutes.
The interval period with the start and end time for the metrics.
" }, "MetricNameV2":{"type":"string"}, "MetricResultV2":{ "type":"structure", "members":{ "Dimensions":{ "shape":"DimensionsV2Map", "documentation":"The dimension for the metrics.
" }, "MetricInterval":{ "shape":"MetricInterval", "documentation":"The interval period with the start and end time for the metrics.
" }, "Collections":{ "shape":"MetricDataCollectionsV2", "documentation":"The set of metrics.
" } }, "documentation":"Contains information about the metric results.
" }, "MetricResultsV2":{ "type":"list", "member":{"shape":"MetricResultV2"} }, "MetricV2":{ "type":"structure", "members":{ "Name":{ "shape":"MetricNameV2", "documentation":"The name of the metric.
" }, "Threshold":{ "shape":"ThresholdCollections", "documentation":"Contains information about the threshold for service level metrics.
" }, "MetricId":{ "shape":"MetricId", "documentation":"Historical metrics or custom metrics can be referenced via this field. This field is a valid Connect Customer Arn or a UUID
" }, "MetricFilters":{ "shape":"MetricFiltersV2List", "documentation":"Contains the filters to be used when returning data.
" } }, "documentation":"Contains information about the metric.
Only one of either the Name or MetricId is required.
The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "UserId":{ "shape":"AgentResourceId", "documentation":"The identifier of the user account.
" }, "AllowedMonitorCapabilities":{ "shape":"AllowedMonitorCapabilities", "documentation":"Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge. AllowedMonitorCapabilities is required if barge is enabled.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "MonitorContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "ContactArn":{ "shape":"ARN", "documentation":"The ARN of the contact.
" } } }, "Month":{ "type":"integer", "box":true, "max":12, "min":1 }, "MonthDay":{ "type":"integer", "box":true, "max":31, "min":-1 }, "MonthDayList":{ "type":"list", "member":{"shape":"MonthDay"} }, "MonthList":{ "type":"list", "member":{"shape":"Month"} }, "MultiSelectQuestionRuleCategoryAutomation":{ "type":"structure", "required":[ "Category", "Condition", "OptionRefIds" ], "members":{ "Category":{ "shape":"MultiSelectQuestionRuleCategoryAutomationLabel", "documentation":"The category name for this automation rule.
" }, "Condition":{ "shape":"MultiSelectQuestionRuleCategoryAutomationCondition", "documentation":"The condition for this automation rule.
" }, "OptionRefIds":{ "shape":"ReferenceIdList", "documentation":"Reference IDs of options for this automation rule.
" } }, "documentation":"Automation rule for multi-select questions based on rule categories.
" }, "MultiSelectQuestionRuleCategoryAutomationCondition":{ "type":"string", "enum":[ "PRESENT", "NOT_PRESENT" ] }, "MultiSelectQuestionRuleCategoryAutomationLabel":{ "type":"string", "max":50, "min":1 }, "Name":{ "type":"string", "max":1024, "min":0, "sensitive":true }, "Name128":{ "type":"string", "max":128, "min":1, "pattern":"(^[\\S].*[\\S]$)|(^[\\S]$)" }, "NameCriteria":{ "type":"structure", "required":[ "SearchText", "MatchType" ], "members":{ "SearchText":{ "shape":"SearchTextList", "documentation":"The words or phrases used to match the contact name.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining name search criteria using multiple search texts in a name criteria.
" } }, "documentation":"The search criteria based on the contact name
" }, "Namespace":{ "type":"string", "max":128, "min":1 }, "NewChatCreated":{"type":"boolean"}, "NewSessionDetails":{ "type":"structure", "members":{ "SupportedMessagingContentTypes":{ "shape":"SupportedMessagingContentTypes", "documentation":" The supported chat message content types. Supported types are text/plain, text/markdown, application/json, application/vnd.amazonaws.connect.message.interactive, and application/vnd.amazonaws.connect.message.interactive.response.
Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain: [text/plain, text/markdown, application/json], [text/markdown, text/plain], [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response].
A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in 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.
" }, "StreamingConfiguration":{"shape":"ChatStreamingConfiguration"} }, "documentation":"Payload of chat properties to apply when starting a new contact.
" }, "NextContactEntry":{ "type":"structure", "members":{ "Type":{ "shape":"NextContactType", "documentation":"The type of the next contact entry.
" }, "NextContactMetadata":{ "shape":"NextContactMetadata", "documentation":"Metadata for the next contact entry.
" } }, "documentation":"Entry representing the next contact in a sequence.
" }, "NextContactMetadata":{ "type":"structure", "members":{ "QuickConnectContactData":{ "shape":"QuickConnectContactData", "documentation":"Quick connect contact data for the next contact metadata.
" } }, "documentation":"Metadata information for next contact.
", "union":true }, "NextContactType":{ "type":"string", "enum":["QUICK_CONNECT"] }, "NextContacts":{ "type":"list", "member":{"shape":"NextContactEntry"}, "max":24 }, "NextToken":{"type":"string"}, "NextToken2500":{ "type":"string", "max":2500, "min":1 }, "Notification":{ "type":"structure", "required":[ "Id", "Arn", "LastModifiedTime" ], "members":{ "Content":{ "shape":"NotificationContent", "documentation":"The localized content of the notification. A map where keys are locale codes and values are the notification text in that locale.
" }, "Id":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the notification.
" }, "Priority":{ "shape":"NotificationPriority", "documentation":"The priority level of the notification. Valid values are URGENT, HIGH, and LOW.
" }, "Recipients":{ "shape":"RecipientList", "documentation":"A list of Amazon Resource Names (ARNs) identifying the recipients of the notification. Maximum of 200 recipients.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the notification was last modified.
" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification was created.
" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification expires and is no longer displayed to users.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The AWS Region where the notification was last modified.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
Contains information about a notification, including its content, priority, recipients, and metadata.
" }, "NotificationContent":{ "type":"map", "key":{"shape":"LocaleCode"}, "value":{"shape":"LocalizedString"}, "documentation":"A map of localized notification content where keys are locale codes and values are the notification text in that locale. Each localized string can be 0-500 characters.
" }, "NotificationContentType":{ "type":"string", "enum":["PLAIN_TEXT"] }, "NotificationDeliveryType":{ "type":"string", "enum":["EMAIL"] }, "NotificationId":{ "type":"string", "documentation":"The unique identifier for a notification.
", "max":256, "min":1 }, "NotificationPriority":{ "type":"string", "documentation":"The priority level of a notification. Valid values are URGENT (reserved for system-generated notifications during availability or security events), HIGH, and LOW. High priority notifications are displayed above low priority notifications in the notification widget.
", "enum":[ "URGENT", "HIGH", "LOW" ] }, "NotificationRecipientType":{ "type":"structure", "members":{ "UserTags":{ "shape":"UserTagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }. Connect Customer users with the specified tags will be notified.
" }, "UserIds":{ "shape":"UserIdList", "documentation":"A list of user IDs. Supports variable injection of $.ContactLens.ContactEvaluation.Agent.AgentId for OnContactEvaluationSubmit event source.
The type of notification recipient.
" }, "NotificationSearchConditionList":{ "type":"list", "member":{"shape":"NotificationSearchCriteria"} }, "NotificationSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"NotificationSearchConditionList", "documentation":"A list of conditions to be met, where at least one condition must be satisfied.
" }, "AndConditions":{ "shape":"NotificationSearchConditionList", "documentation":"A list of conditions that must all be satisfied.
" }, "StringCondition":{"shape":"StringCondition"} }, "documentation":"The search criteria to be used to return notifications.
" }, "NotificationSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{ "shape":"ControlPlaneAttributeFilter", "documentation":"Attribute-based filters to apply to the search results.
" } }, "documentation":"Filters to apply when searching for notifications.
" }, "NotificationSearchSummary":{ "type":"structure", "members":{ "Id":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the notification.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
" }, "Content":{ "shape":"NotificationContent", "documentation":"The localized content of the notification.
" }, "Priority":{ "shape":"NotificationPriority", "documentation":"The priority level of the notification.
" }, "Recipients":{ "shape":"RecipientList", "documentation":"A list of recipient Amazon Resource Names (ARNs).
" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification was created.
" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification expires.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The AWS Region where the notification was last modified.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the notification was last modified.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags associated with the notification.
" } }, "documentation":"Summary information about a notification returned from a search operation.
" }, "NotificationSearchSummaryList":{ "type":"list", "member":{"shape":"NotificationSearchSummary"}, "documentation":"A list of notification search summaries.
" }, "NotificationSource":{ "type":"string", "documentation":"The source that created the notification. Possible values include CUSTOMER (user-created), RULES (rule-generated), and SYSTEM (system-generated).
", "enum":[ "CUSTOMER", "RULES", "SYSTEM" ] }, "NotificationStatus":{ "type":"string", "documentation":"The status of a notification for a specific user. Valid values are READ, UNREAD, and HIDDEN (removes the notification from the widget).
", "enum":[ "READ", "UNREAD", "HIDDEN" ] }, "NotificationSummaryList":{ "type":"list", "member":{"shape":"Notification"}, "documentation":"A list of notification summaries.
" }, "NotificationType":{ "type":"string", "enum":[ "WIDGET_VIEW", "WIDGET_ACTION" ] }, "NullableBoolean":{"type":"boolean"}, "NullableDouble":{"type":"double"}, "NullableProficiencyLevel":{ "type":"float", "max":5.0, "min":1.0 }, "NullableProficiencyLimitValue":{"type":"integer"}, "NumberComparisonType":{ "type":"string", "enum":[ "GREATER_OR_EQUAL", "GREATER", "LESSER_OR_EQUAL", "LESSER", "EQUAL", "NOT_EQUAL", "RANGE" ] }, "NumberCondition":{ "type":"structure", "members":{ "FieldName":{ "shape":"String", "documentation":"The name of the field in the number condition.
" }, "MinValue":{ "shape":"NullableProficiencyLimitValue", "documentation":"The minValue to be used while evaluating the number condition.
" }, "MaxValue":{ "shape":"NullableProficiencyLimitValue", "documentation":"The maxValue to be used while evaluating the number condition.
" }, "ComparisonType":{ "shape":"NumberComparisonType", "documentation":"The type of comparison to be made when evaluating the number condition.
" } }, "documentation":"A leaf node condition which can be used to specify a numeric condition.
The currently supported value for FieldName is limit.
Identifier of the number reference.
" }, "Value":{ "shape":"ReferenceValue", "documentation":"A valid number.
" } }, "documentation":"Information about a reference when the referenceType is NUMBER. Otherwise, null.
The property label of the automation.
" } }, "documentation":"Information about the property value used in automation of a numeric questions. Label values are associated with minimum and maximum values for the numeric question.
Sentiment scores have a minimum value of -5 and maximum value of 5.
Duration labels, such as NON_TALK_TIME, CONTACT_DURATION, AGENT_INTERACTION_DURATION, CUSTOMER_HOLD_TIME have a minimum value of 0 and maximum value of 63072000.
Percentages have a minimum value of 0 and maximum value of 100.
NUMBER_OF_INTERRUPTIONS has a minimum value of 0 and maximum value of 1000.
The total number of observations in the test case.
" }, "ObservationsPassed":{ "shape":"Count", "documentation":"The number of observations that passed during execution.
" }, "ObservationsFailed":{ "shape":"Count", "documentation":"The number of observations that failed during execution.
" } }, "documentation":"Contains summary statistics about a test case execution.
" }, "OperatingSystem":{ "type":"string", "max":128, "min":0 }, "OperationalHour":{ "type":"structure", "members":{ "Start":{ "shape":"OverrideTimeSlice", "documentation":"The start time that your contact center opens.
" }, "End":{ "shape":"OverrideTimeSlice", "documentation":"The end time that your contact center closes.
" } }, "documentation":"Information about the hours of operations with the effective override applied.
" }, "OperationalHours":{ "type":"list", "member":{"shape":"OperationalHour"} }, "OperationalStatus":{ "type":"string", "enum":[ "OPEN", "CLOSED" ] }, "Origin":{ "type":"string", "max":267 }, "OriginRegion":{ "type":"string", "max":1024, "min":0 }, "OriginsList":{ "type":"list", "member":{"shape":"Origin"} }, "OutboundAdditionalRecipients":{ "type":"structure", "members":{ "CcEmailAddresses":{ "shape":"EmailAddressRecipientList", "documentation":"Information about the additional CC email address recipients. Email recipients are limited to 50 total addresses: 1 required recipient in the DestinationEmailAddress field and up to 49 recipients in the 'CcEmailAddresses' field.
" } }, "documentation":"Information about the additional recipients of outbound email.
" }, "OutboundCallerConfig":{ "type":"structure", "members":{ "OutboundCallerIdName":{ "shape":"OutboundCallerIdName", "documentation":"The caller ID name.
" }, "OutboundCallerIdNumberId":{ "shape":"PhoneNumberId", "documentation":"The caller ID number.
" }, "OutboundFlowId":{ "shape":"ContactFlowId", "documentation":"The outbound whisper flow to be used during an outbound call.
" } }, "documentation":"The outbound caller ID name, number, and outbound whisper flow.
" }, "OutboundCallerIdName":{ "type":"string", "max":255, "min":1 }, "OutboundCallsEnabled":{"type":"boolean"}, "OutboundContactNotPermittedException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message about the contact.
" } }, "documentation":"The contact is not permitted.
", "error":{"httpStatusCode":403}, "exception":true }, "OutboundEmailConfig":{ "type":"structure", "members":{ "OutboundEmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
" } }, "documentation":"The outbound email address ID.
" }, "OutboundEmailContent":{ "type":"structure", "required":["MessageSourceType"], "members":{ "MessageSourceType":{ "shape":"OutboundMessageSourceType", "documentation":"The message source type, that is, RAW or TEMPLATE.
Information about template message configuration.
" }, "RawMessage":{ "shape":"OutboundRawMessage", "documentation":"The raw email body content.
" } }, "documentation":"Information about email body content.
" }, "OutboundMessageSourceType":{ "type":"string", "enum":[ "TEMPLATE", "RAW" ] }, "OutboundRawMessage":{ "type":"structure", "required":[ "Subject", "Body", "ContentType" ], "members":{ "Subject":{ "shape":"OutboundSubject", "documentation":"The email subject.
" }, "Body":{ "shape":"Body", "documentation":"The email message body.
" }, "ContentType":{ "shape":"EmailMessageContentType", "documentation":"Type of content, that is, text/plain or text/html.
Information about the raw email body content.
" }, "OutboundRequestId":{ "type":"string", "max":36, "min":36 }, "OutboundStrategy":{ "type":"structure", "required":["Type"], "members":{ "Type":{ "shape":"OutboundStrategyType", "documentation":"Type of the outbound strategy.
" }, "Config":{ "shape":"OutboundStrategyConfig", "documentation":"Config of the outbound strategy.
" } }, "documentation":"Information about the outbound strategy.
" }, "OutboundStrategyConfig":{ "type":"structure", "members":{ "AgentFirst":{ "shape":"AgentFirst", "documentation":"The config of agent first outbound strategy.
" } }, "documentation":"The config of the outbound strategy.
" }, "OutboundStrategyType":{ "type":"string", "enum":["AGENT_FIRST"] }, "OutboundSubject":{ "type":"string", "max":998, "min":1, "sensitive":true }, "OutputTypeNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"Thrown for analyzed content when requested OutputType was not enabled for a given contact. For example, if an OutputType.Raw was requested for a contact that had `RedactedOnly` Redaction policy set in the flow.
", "error":{"httpStatusCode":404}, "exception":true }, "OverrideDays":{ "type":"string", "enum":[ "SUNDAY", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY" ] }, "OverrideHour":{ "type":"structure", "members":{ "Start":{"shape":"OverrideTimeSlice"}, "End":{"shape":"OverrideTimeSlice"}, "OverrideName":{ "shape":"CommonHumanReadableName", "documentation":"Unique identifier name for the override.
" }, "OperationalStatus":{ "shape":"OperationalStatus", "documentation":"Indicates whether the status is open or closed during the override period. This status determines how the override modifies the base hours of operation schedule.
" } }, "documentation":"Information about hours of operation override
" }, "OverrideHours":{ "type":"list", "member":{"shape":"OverrideHour"} }, "OverrideTimeSlice":{ "type":"structure", "required":[ "Hours", "Minutes" ], "members":{ "Hours":{ "shape":"Hours24Format", "documentation":"The hours.
", "box":true }, "Minutes":{ "shape":"MinutesLimit60", "documentation":"The minutes.
", "box":true } }, "documentation":"The start time or end time for an hours of operation override.
" }, "OverrideType":{ "type":"string", "enum":[ "STANDARD", "OPEN", "CLOSED" ] }, "PEM":{ "type":"string", "max":1024, "min":1 }, "Page":{ "type":"string", "max":25, "min":1, "pattern":"^(?!\\\\.$)(?!\\\\.\\\\.$)[\\\\p{L}\\\\p{Z}\\\\p{N}\\\\-_.:=@'|]+$" }, "PaletteCanvas":{ "type":"structure", "members":{ "ContainerBackground":{ "shape":"ThemeString", "documentation":"The background color for container elements.
" }, "PageBackground":{ "shape":"ThemeString", "documentation":"The background color for page elements.
" }, "ActiveBackground":{ "shape":"ThemeString", "documentation":"The background color for active elements.
" } }, "documentation":"Contains color configuration for canvas elements in a workspace theme.
" }, "PaletteHeader":{ "type":"structure", "members":{ "Background":{ "shape":"ThemeString", "documentation":"The background color of the header.
" }, "Text":{ "shape":"ThemeString", "documentation":"The text color in the header.
" }, "TextHover":{ "shape":"ThemeString", "documentation":"The text color when hovering over header elements.
" }, "InvertActionsColors":{ "shape":"Boolean", "documentation":"Whether to invert the colors of action buttons in the header.
" } }, "documentation":"Contains color configuration for header elements in a workspace theme.
" }, "PaletteNavigation":{ "type":"structure", "members":{ "Background":{ "shape":"ThemeString", "documentation":"The background color of the navigation area.
" }, "TextBackgroundHover":{ "shape":"ThemeString", "documentation":"The background color when hovering over navigation text.
" }, "TextBackgroundActive":{ "shape":"ThemeString", "documentation":"The background color for active navigation items.
" }, "Text":{ "shape":"ThemeString", "documentation":"The text color in the navigation area.
" }, "TextHover":{ "shape":"ThemeString", "documentation":"The text color when hovering over navigation items.
" }, "TextActive":{ "shape":"ThemeString", "documentation":"The text color for active navigation items.
" }, "InvertActionsColors":{ "shape":"Boolean", "documentation":"Whether to invert the colors of action buttons in the navigation area.
" } }, "documentation":"Contains color configuration for navigation elements in a workspace theme.
" }, "PalettePrimary":{ "type":"structure", "members":{ "Default":{ "shape":"ThemeString", "documentation":"The default primary color used throughout the workspace.
" }, "Active":{ "shape":"ThemeString", "documentation":"The primary color used for active states.
" }, "ContrastText":{ "shape":"ThemeString", "documentation":"The text color that contrasts with the primary color for readability.
" } }, "documentation":"Contains primary color configuration for a workspace theme.
" }, "ParentHoursOfOperationConfig":{ "type":"structure", "members":{ "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" } }, "documentation":"Contains configuration for the parent hours of operation.
" }, "ParentHoursOfOperationConfigList":{ "type":"list", "member":{"shape":"ParentHoursOfOperationConfig"}, "max":3, "min":0 }, "ParentHoursOfOperationIdList":{ "type":"list", "member":{"shape":"HoursOfOperationId"}, "max":3, "min":1 }, "ParentHoursOfOperationsList":{ "type":"list", "member":{"shape":"HoursOfOperationsIdentifier"} }, "ParticipantCapabilities":{ "type":"structure", "members":{ "Video":{ "shape":"VideoCapability", "documentation":"The configuration having the video and screen sharing capabilities for participants over the call.
" }, "ScreenShare":{ "shape":"ScreenShareCapability", "documentation":"The screen sharing capability that is enabled for the participant. SEND indicates the participant can share their screen.
The configuration for the allowed video and screen sharing capabilities for participants present over the call. For more information, see Set up in-app, web, video calling, and screen sharing capabilities in the Connect Customer Administrator Guide.
" }, "ParticipantConfiguration":{ "type":"structure", "members":{ "ResponseMode":{ "shape":"ResponseMode", "documentation":"The mode in which responses should be sent to the participant.
" } }, "documentation":"The configuration of the participant.
" }, "ParticipantDetails":{ "type":"structure", "required":["DisplayName"], "members":{ "DisplayName":{ "shape":"DisplayName", "documentation":"Display name of the participant.
" } }, "documentation":"The customer's details.
" }, "ParticipantDetailsToAdd":{ "type":"structure", "members":{ "ParticipantRole":{ "shape":"ParticipantRole", "documentation":"The role of the participant being added.
" }, "DisplayName":{ "shape":"DisplayName", "documentation":"The display name of the participant.
" }, "ParticipantCapabilities":{"shape":"ParticipantCapabilities"} }, "documentation":"The details to add for the participant.
" }, "ParticipantId":{ "type":"string", "max":256, "min":1 }, "ParticipantMetrics":{ "type":"structure", "members":{ "ParticipantId":{ "shape":"ParticipantId", "documentation":"The Participant's ID.
" }, "ParticipantType":{ "shape":"ParticipantType", "documentation":"Information about the conversation participant. Following are the participant types: [Agent, Customer, Supervisor].
" }, "ConversationAbandon":{ "shape":"NullableBoolean", "documentation":"A boolean flag indicating whether the chat conversation was abandoned by a Participant.
" }, "MessagesSent":{ "shape":"Count", "documentation":"Number of chat messages sent by Participant.
" }, "NumResponses":{ "shape":"Count", "documentation":"Number of chat messages sent by Participant.
" }, "MessageLengthInChars":{ "shape":"Count", "documentation":"Number of chat characters sent by Participant.
" }, "TotalResponseTimeInMillis":{ "shape":"DurationMillis", "documentation":"Total chat response time by Participant.
" }, "MaxResponseTimeInMillis":{ "shape":"DurationMillis", "documentation":"Maximum chat response time by Participant.
" }, "LastMessageTimestamp":{ "shape":"timestamp", "documentation":"Timestamp of last chat message by Participant.
" } }, "documentation":"Information about a participant's interactions in a contact.
" }, "ParticipantRole":{ "type":"string", "enum":[ "AGENT", "CUSTOMER", "SYSTEM", "CUSTOM_BOT", "SUPERVISOR" ] }, "ParticipantState":{ "type":"string", "enum":[ "INITIAL", "CONNECTED", "DISCONNECTED", "MISSED" ] }, "ParticipantTimerAction":{ "type":"string", "enum":["Unset"] }, "ParticipantTimerConfigList":{ "type":"list", "member":{"shape":"ParticipantTimerConfiguration"}, "max":6, "min":1 }, "ParticipantTimerConfiguration":{ "type":"structure", "required":[ "ParticipantRole", "TimerType", "TimerValue" ], "members":{ "ParticipantRole":{ "shape":"TimerEligibleParticipantRoles", "documentation":"The role of the participant in the chat conversation.
" }, "TimerType":{ "shape":"ParticipantTimerType", "documentation":"The type of timer. IDLE indicates the timer applies for considering a human chat participant as idle. DISCONNECT_NONCUSTOMER indicates the timer applies to automatically disconnecting a chat participant due to idleness.
The value of the timer. Either the timer action (Unset to delete the timer), or the duration of the timer in minutes. Only one value can be set.
" } }, "documentation":"Configuration information for the timer. After the timer configuration is set, it persists for the duration of the chat. It persists across new contacts in the chain, for example, transfer contacts.
For more information about how chat timeouts work, see Set up chat timeouts for human participants.
" }, "ParticipantTimerDurationInMinutes":{ "type":"integer", "max":480, "min":2 }, "ParticipantTimerType":{ "type":"string", "enum":[ "IDLE", "DISCONNECT_NONCUSTOMER" ] }, "ParticipantTimerValue":{ "type":"structure", "members":{ "ParticipantTimerAction":{ "shape":"ParticipantTimerAction", "documentation":"The timer action. Currently only one value is allowed: Unset. It deletes a timer.
The duration of a timer, in minutes.
" } }, "documentation":"The value of the timer. Either the timer action (Unset to delete the timer), or the duration of the timer in minutes. Only one value can be set.
For more information about how chat timeouts work, see Set up chat timeouts for human participants.
", "union":true }, "ParticipantToken":{ "type":"string", "max":1000, "min":1 }, "ParticipantTokenCredentials":{ "type":"structure", "members":{ "ParticipantToken":{ "shape":"ParticipantToken", "documentation":"The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
" }, "Expiry":{ "shape":"ISO8601Datetime", "documentation":"The expiration of the token. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
" } }, "documentation":"The credentials used by the participant.
" }, "ParticipantType":{ "type":"string", "enum":[ "ALL", "MANAGER", "AGENT", "CUSTOMER", "THIRDPARTY" ] }, "Password":{ "type":"string", "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/", "sensitive":true }, "PauseContactRequest":{ "type":"structure", "required":[ "ContactId", "InstanceId" ], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
The identifier of the flow.
" } } }, "PauseContactResponse":{ "type":"structure", "members":{} }, "Percentage":{ "type":"integer", "max":100, "min":0 }, "PerformanceCategoryName":{ "type":"string", "enum":[ "NEEDS_IMPROVEMENT", "EXCEEDS_EXPECTATIONS" ] }, "Permission":{ "type":"string", "max":128, "min":1 }, "PermissionsList":{ "type":"list", "member":{"shape":"SecurityProfilePermission"}, "max":500 }, "PersistentChat":{ "type":"structure", "members":{ "RehydrationType":{ "shape":"RehydrationType", "documentation":"The contactId that is used for rehydration depends on the rehydration type. RehydrationType is required for persistent chat.
ENTIRE_PAST_SESSION: Rehydrates a chat from the most recently terminated past chat contact of the specified past ended chat session. To use this type, provide the initialContactId of the past ended chat session in the sourceContactId field. In this type, Connect Customer determines the most recent chat contact on the specified chat session that has ended, and uses it to start a persistent chat.
FROM_SEGMENT: Rehydrates a chat from the past chat contact that is specified in the sourceContactId field.
The actual contactId used for rehydration is provided in the response of this API.
" }, "SourceContactId":{ "shape":"ContactId", "documentation":"The contactId from which a persistent chat session must be started.
" } }, "documentation":"Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how to configure for them, see Enable persistent chat.
" }, "PersistentConnection":{"type":"boolean"}, "PersistentConnectionConfig":{ "type":"structure", "required":[ "Channel", "PersistentConnection" ], "members":{ "Channel":{ "shape":"Channel", "documentation":"Configuration settings for persistent connection. Only VOICE is supported for this data type.
Indicates whether persistent connection is enabled. When enabled, the agent's connection is maintained after a call ends, enabling subsequent calls to connect faster.
", "box":true } }, "documentation":"Configuration settings for persistent connection for a specific channel.
" }, "PersistentConnectionConfigs":{ "type":"list", "member":{"shape":"PersistentConnectionConfig"}, "documentation":"The list of persistent connection configuration settings for each channel.
" }, "PersonalizeDomainName":{ "type":"string", "max":64, "min":1 }, "PhoneNumber":{ "type":"string", "pattern":"\\\\+[1-9]\\\\d{1,14}$" }, "PhoneNumberConfig":{ "type":"structure", "required":[ "Channel", "PhoneType" ], "members":{ "Channel":{ "shape":"Channel", "documentation":"The channel for this phone number configuration. Only VOICE is supported for this data type.
The phone type. Valid values: SOFT_PHONE, DESK_PHONE.
" }, "PhoneNumber":{ "shape":"SensitivePhoneNumber", "documentation":"The phone number for the user's desk phone.
" } }, "documentation":"Configuration settings for phone type and phone number.
" }, "PhoneNumberConfigs":{ "type":"list", "member":{"shape":"PhoneNumberConfig"}, "documentation":"The list of phone number configuration settings for each channel.
" }, "PhoneNumberCountryCode":{ "type":"string", "enum":[ "AF", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BR", "IO", "VG", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CK", "CR", "HR", "CU", "CW", "CY", "CZ", "CD", "DK", "DJ", "DM", "DO", "TL", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FJ", "FI", "FR", "PF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "CI", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MR", "MU", "YT", "MX", "FM", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "KP", "MP", "NO", "OM", "PK", "PW", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "CG", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "KR", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "VI", "UG", "UA", "AE", "GB", "US", "UY", "UZ", "VU", "VA", "VE", "VN", "WF", "EH", "YE", "ZM", "ZW" ] }, "PhoneNumberCountryCodes":{ "type":"list", "member":{"shape":"PhoneNumberCountryCode"}, "max":10 }, "PhoneNumberDescription":{ "type":"string", "max":500, "min":0, "pattern":"^[\\W\\S_]*" }, "PhoneNumberId":{"type":"string"}, "PhoneNumberPrefix":{ "type":"string", "pattern":"\\\\+?[0-9]{1,11}" }, "PhoneNumberQuickConnectConfig":{ "type":"structure", "required":["PhoneNumber"], "members":{ "PhoneNumber":{ "shape":"PhoneNumber", "documentation":"The phone number in E.164 format.
" } }, "documentation":"Contains information about a phone number for a quick connect.
" }, "PhoneNumberStatus":{ "type":"structure", "members":{ "Status":{ "shape":"PhoneNumberWorkflowStatus", "documentation":"The status.
" }, "Message":{ "shape":"PhoneNumberWorkflowMessage", "documentation":"The status message.
" } }, "documentation":"The status of the phone number.
CLAIMED means the previous ClaimPhoneNumber or UpdatePhoneNumber operation succeeded.
IN_PROGRESS means a ClaimPhoneNumber, UpdatePhoneNumber, or UpdatePhoneNumberMetadata operation is still in progress and has not yet completed. You can call DescribePhoneNumber at a later time to verify if the previous operation has completed.
FAILED indicates that the previous ClaimPhoneNumber or UpdatePhoneNumber operation has failed. It will include a message indicating the failure reason. A common reason for a failure may be that the TargetArn value you are claiming or updating a phone number to has reached its limit of total claimed numbers. If you received a FAILED status from a ClaimPhoneNumber API call, you have one day to retry claiming the phone number before the number is released back to the inventory for other customers to claim.
The identifier of the phone number.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the phone number.
" }, "PhoneNumber":{ "shape":"PhoneNumber", "documentation":"The phone number.
" }, "PhoneNumberType":{ "shape":"PhoneNumberType", "documentation":"The type of phone number.
" }, "PhoneNumberCountryCode":{ "shape":"PhoneNumberCountryCode", "documentation":"The ISO country code.
" } }, "documentation":"Contains summary information about a phone number for a contact center.
" }, "PhoneNumberSummaryList":{ "type":"list", "member":{"shape":"PhoneNumberSummary"} }, "PhoneNumberType":{ "type":"string", "enum":[ "TOLL_FREE", "DID", "UIFN", "SHARED", "THIRD_PARTY_TF", "THIRD_PARTY_DID", "SHORT_CODE" ] }, "PhoneNumberTypes":{ "type":"list", "member":{"shape":"PhoneNumberType"}, "max":6 }, "PhoneNumberWorkflowMessage":{ "type":"string", "max":255, "min":0, "pattern":"^[\\W\\S_]*" }, "PhoneNumberWorkflowStatus":{ "type":"string", "enum":[ "CLAIMED", "IN_PROGRESS", "FAILED" ] }, "PhoneType":{ "type":"string", "enum":[ "SOFT_PHONE", "DESK_PHONE" ] }, "PlatformName":{ "type":"string", "max":128, "min":0 }, "PlatformVersion":{ "type":"string", "max":128, "min":0 }, "PointValue":{ "type":"integer", "max":100, "min":0 }, "Policy":{ "type":"string", "enum":[ "None", "RedactedOnly", "RedactedAndOriginal" ] }, "PositiveAndNegativeDouble":{"type":"double"}, "PositiveDouble":{ "type":"double", "min":0 }, "PostAcceptPreviewTimeoutDurationInSeconds":{ "type":"integer", "min":0 }, "PostAcceptTimeoutConfig":{ "type":"structure", "required":["DurationInSeconds"], "members":{ "DurationInSeconds":{ "shape":"PostAcceptPreviewTimeoutDurationInSeconds", "documentation":"Duration in seconds for the countdown timer after the agent accepted the contact.
" } }, "documentation":"Countdown timer configuration after the agent accepted the contact.
" }, "PotentialAudioQualityIssue":{ "type":"string", "max":128, "min":0 }, "PotentialAudioQualityIssues":{ "type":"list", "member":{"shape":"PotentialAudioQualityIssue"}, "max":3, "min":0 }, "PotentialDisconnectIssue":{ "type":"string", "max":128, "min":0 }, "PreSignedAttachmentUrl":{ "type":"string", "max":2000, "min":1 }, "PredefinedAttribute":{ "type":"structure", "members":{ "Name":{ "shape":"PredefinedAttributeName", "documentation":"The name of the predefined attribute.
" }, "Values":{ "shape":"PredefinedAttributeValues", "documentation":"The values of the predefined attribute.
" }, "Purposes":{ "shape":"PredefinedAttributePurposeNameList", "documentation":"Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Connect Customer admin website.
" }, "AttributeConfiguration":{ "shape":"PredefinedAttributeConfiguration", "documentation":"Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Connect Customer admin website.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"Last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"Last modified region.
" } }, "documentation":"Information about a predefined attribute.
" }, "PredefinedAttributeConfiguration":{ "type":"structure", "members":{ "EnableValueValidationOnAssociation":{ "shape":"EnableValueValidationOnAssociation", "documentation":"When this parameter is set to true, Connect Customer enforces strict validation on the specific values, if the values are predefined in attributes. The contact will store only valid and predefined values for teh predefined attribute key.
" }, "IsReadOnly":{ "shape":"IsReadOnly", "documentation":"A boolean flag used to indicate whether a predefined attribute should be displayed in the Connect Customer admin website.
" } }, "documentation":"Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Connect Customer admin website.
" }, "PredefinedAttributeName":{ "type":"string", "max":100, "min":1 }, "PredefinedAttributePurposeName":{ "type":"string", "max":100, "min":1 }, "PredefinedAttributePurposeNameList":{ "type":"list", "member":{"shape":"PredefinedAttributePurposeName"}, "max":10, "min":0 }, "PredefinedAttributeSearchConditionList":{ "type":"list", "member":{"shape":"PredefinedAttributeSearchCriteria"} }, "PredefinedAttributeSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"PredefinedAttributeSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
The search criteria to be used to return predefined attributes.
" }, "PredefinedAttributeSearchSummaryList":{ "type":"list", "member":{"shape":"PredefinedAttribute"} }, "PredefinedAttributeStringValue":{ "type":"string", "max":100, "min":1 }, "PredefinedAttributeStringValuesList":{ "type":"list", "member":{"shape":"PredefinedAttributeStringValue"}, "max":500, "min":0 }, "PredefinedAttributeSummary":{ "type":"structure", "members":{ "Name":{ "shape":"PredefinedAttributeName", "documentation":"The name of the predefined attribute.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"Last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"Last modified region.
" } }, "documentation":"Summary of a predefined attribute.
" }, "PredefinedAttributeSummaryList":{ "type":"list", "member":{"shape":"PredefinedAttributeSummary"} }, "PredefinedAttributeValues":{ "type":"structure", "members":{ "StringList":{ "shape":"PredefinedAttributeStringValuesList", "documentation":"Predefined attribute values of type string list.
" } }, "documentation":"Information about values of a predefined attribute.
", "union":true }, "Prefix":{ "type":"string", "max":128, "min":1 }, "Preview":{ "type":"structure", "required":[ "PostAcceptTimeoutConfig", "AllowedUserActions" ], "members":{ "PostAcceptTimeoutConfig":{ "shape":"PostAcceptTimeoutConfig", "documentation":"Countdown timer configuration after the agent accepted the preview outbound contact.
" }, "AllowedUserActions":{ "shape":"AllowedUserActions", "documentation":"The actions the agent can perform after accepting the preview outbound contact.
" } }, "documentation":"Information about agent-first preview mode outbound strategy configuration.
" }, "PrimaryAttributeAccessControlConfigurationItem":{ "type":"structure", "members":{ "PrimaryAttributeValues":{ "shape":"PrimaryAttributeValuesSet", "documentation":"The item's primary attribute values.
" } }, "documentation":"A primary attribute access control configuration item.
" }, "PrimaryAttributeContextKeyName":{ "type":"string", "max":127, "min":1, "pattern":"(?!aws:|connect:)[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]+$" }, "PrimaryAttributeValue":{ "type":"structure", "members":{ "AccessType":{ "shape":"AccessType", "documentation":"The value's access type.
" }, "AttributeName":{ "shape":"PrimaryAttributeContextKeyName", "documentation":"The value's attribute name.
" }, "Values":{ "shape":"PrimaryValueList", "documentation":"The value's values.
" } }, "documentation":"A primary attribute value.
" }, "PrimaryAttributeValueFilter":{ "type":"structure", "required":[ "AttributeName", "Values" ], "members":{ "AttributeName":{ "shape":"DataTableName", "documentation":"The filter's attribute name.
" }, "Values":{ "shape":"ValueList", "documentation":"The filter's values.
" } }, "documentation":"A primary attribute value filter.
" }, "PrimaryAttributeValueFilters":{ "type":"list", "member":{"shape":"PrimaryAttributeValueFilter"} }, "PrimaryAttributeValuesSet":{ "type":"list", "member":{"shape":"PrimaryAttributeValue"}, "max":5 }, "PrimaryValue":{ "type":"structure", "required":[ "AttributeName", "Value" ], "members":{ "AttributeName":{ "shape":"DataTableName", "documentation":"The name of the primary attribute that this value belongs to.
" }, "Value":{ "shape":"String", "documentation":"The actual value for the primary attribute. Must be provided as a string regardless of the attribute's value type. Primary values cannot be expressions and must be explicitly specified.
" } }, "documentation":"Represents a primary key value used to identify a specific record in a data table. Primary values are used in combination to create unique record identifiers when a table has multiple primary attributes.
" }, "PrimaryValueList":{ "type":"list", "member":{"shape":"IAMRestrictedPrimaryValue"}, "max":2 }, "PrimaryValueResponse":{ "type":"structure", "members":{ "AttributeName":{ "shape":"DataTableName", "documentation":"The value's attribute name.
" }, "AttributeId":{ "shape":"DataTableId", "documentation":"The value's attribute ID.
" }, "Value":{ "shape":"String", "documentation":"The value's value.
" } }, "documentation":"A primary value response.
" }, "PrimaryValuesList":{ "type":"list", "member":{"shape":"RecordPrimaryValue"} }, "PrimaryValuesResponseSet":{ "type":"list", "member":{"shape":"PrimaryValueResponse"} }, "PrimaryValuesSet":{ "type":"list", "member":{"shape":"PrimaryValue"} }, "Priority":{ "type":"integer", "max":99, "min":1 }, "ProblemDetail":{ "type":"structure", "members":{ "message":{ "shape":"ProblemMessageString", "documentation":"The problem detail's message.
" } }, "documentation":"Information about a problem detail.
" }, "ProblemMessageString":{ "type":"string", "max":256, "min":1 }, "Problems":{ "type":"list", "member":{"shape":"ProblemDetail"}, "max":50, "min":1 }, "ProficiencyLevel":{ "type":"float", "box":true, "max":5.0, "min":1.0 }, "ProficiencyValue":{ "type":"string", "max":128, "min":1 }, "Prompt":{ "type":"structure", "members":{ "PromptARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the prompt.
" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the prompt.
" }, "Description":{ "shape":"PromptDescription", "documentation":"The description of the prompt.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Information about a prompt.
" }, "PromptDescription":{ "type":"string", "max":250, "min":1 }, "PromptId":{ "type":"string", "max":256, "min":1 }, "PromptList":{ "type":"list", "member":{"shape":"Prompt"} }, "PromptName":{ "type":"string", "max":256, "min":1 }, "PromptPresignedUrl":{ "type":"string", "max":2000, "min":1 }, "PromptSearchConditionList":{ "type":"list", "member":{"shape":"PromptSearchCriteria"} }, "PromptSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"PromptSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"PromptSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description, and resourceID.
The search criteria to be used to return prompts.
" }, "PromptSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"} }, "documentation":"Filters to be applied to search results.
" }, "PromptSummary":{ "type":"structure", "members":{ "Id":{ "shape":"PromptId", "documentation":"The identifier of the prompt.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the prompt.
" }, "Name":{ "shape":"PromptName", "documentation":"The name of the prompt.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about the prompt.
" }, "PromptSummaryList":{ "type":"list", "member":{"shape":"PromptSummary"} }, "PropertyValidationException":{ "type":"structure", "required":["Message"], "members":{ "Message":{"shape":"Message"}, "PropertyList":{"shape":"PropertyValidationExceptionPropertyList"} }, "documentation":"The property is not valid.
", "error":{"httpStatusCode":400}, "exception":true }, "PropertyValidationExceptionProperty":{ "type":"structure", "required":[ "PropertyPath", "Reason", "Message" ], "members":{ "PropertyPath":{ "shape":"String", "documentation":"The full property path.
" }, "Reason":{ "shape":"PropertyValidationExceptionReason", "documentation":"Why the property is not valid.
" }, "Message":{ "shape":"Message", "documentation":"A message describing why the property is not valid.
" } }, "documentation":"Contains information about why a property is not valid.
" }, "PropertyValidationExceptionPropertyList":{ "type":"list", "member":{"shape":"PropertyValidationExceptionProperty"} }, "PropertyValidationExceptionReason":{ "type":"string", "enum":[ "INVALID_FORMAT", "UNIQUE_CONSTRAINT_VIOLATED", "REFERENCED_RESOURCE_NOT_FOUND", "RESOURCE_NAME_ALREADY_EXISTS", "REQUIRED_PROPERTY_MISSING", "NOT_SUPPORTED" ] }, "PutUserStatusRequest":{ "type":"structure", "required":[ "UserId", "InstanceId", "AgentStatusId" ], "members":{ "UserId":{ "shape":"UserId", "documentation":"The identifier of the user.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AgentStatusId":{ "shape":"AgentStatusId", "documentation":"The identifier of the agent status.
" } } }, "PutUserStatusResponse":{ "type":"structure", "members":{} }, "QualityMetrics":{ "type":"structure", "members":{ "Agent":{ "shape":"AgentQualityMetrics", "documentation":"Information about the quality of Agent media connection.
" }, "Customer":{ "shape":"CustomerQualityMetrics", "documentation":"Information about the quality of Customer media connection.
" } }, "documentation":"Information about the quality of the participant's media connection.
" }, "QuestionOptionPointsConfiguration":{ "type":"structure", "required":["PointValue"], "members":{ "PointValue":{ "shape":"PointValue", "documentation":"The point value assigned to the answer option.
" }, "IsBonus":{ "shape":"Boolean", "documentation":"The flag to mark the option as a bonus option.
" } }, "documentation":"Information about the points configuration for an answer option.
" }, "QuestionPointsConfiguration":{ "type":"structure", "members":{ "MaxPointValue":{ "shape":"PointValue", "documentation":"The maximum point value.
" }, "MinPointValue":{ "shape":"PointValue", "documentation":"The minimum point value.
" }, "IsBonus":{ "shape":"Boolean", "documentation":"The flag to mark the question as a bonus question.
" } }, "documentation":"Information about the points configuration for a question.
" }, "QuestionRuleCategoryAutomationCondition":{ "type":"string", "enum":[ "PRESENT", "NOT_PRESENT" ] }, "QuestionRuleCategoryAutomationLabel":{"type":"string"}, "Queue":{ "type":"structure", "members":{ "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the queue.
" }, "QueueArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the queue.
" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" }, "Description":{ "shape":"QueueDescription", "documentation":"The description of the queue.
" }, "OutboundCallerConfig":{ "shape":"OutboundCallerConfig", "documentation":"The outbound caller ID name, number, and outbound whisper flow.
" }, "OutboundEmailConfig":{ "shape":"OutboundEmailConfig", "documentation":"The outbound email address ID for a specified queue.
" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" }, "MaxContacts":{ "shape":"QueueMaxContacts", "documentation":"The maximum number of contacts that can be in the queue before it is considered full.
", "box":true }, "Status":{ "shape":"QueueStatus", "documentation":"The status of the queue.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about a queue.
" }, "QueueDescription":{ "type":"string", "max":250, "min":1 }, "QueueId":{"type":"string"}, "QueueIdList":{ "type":"list", "member":{"shape":"QueueId"}, "max":100, "min":0 }, "QueueInfo":{ "type":"structure", "members":{ "Id":{ "shape":"QueueId", "documentation":"The unique identifier for the queue.
" }, "EnqueueTimestamp":{ "shape":"timestamp", "documentation":"The timestamp when the contact was added to the queue.
" } }, "documentation":"If this contact was queued, this contains information about the queue.
" }, "QueueInfoInput":{ "type":"structure", "members":{ "Id":{ "shape":"QueueId", "documentation":"The identifier of the queue.
" } }, "documentation":"Information about a queue.
" }, "QueueMaxContacts":{ "type":"integer", "min":0 }, "QueueName":{ "type":"string", "max":256, "min":1 }, "QueuePriority":{ "type":"long", "max":9223372036854775807, "min":1 }, "QueueQuickConnectConfig":{ "type":"structure", "required":[ "QueueId", "ContactFlowId" ], "members":{ "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" } }, "documentation":"Contains information about a queue for a quick connect. The flow must be of type Transfer to Queue.
" }, "QueueReference":{ "type":"structure", "members":{ "Id":{ "shape":"QueueId", "documentation":"The identifier of the queue.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the queue.
" } }, "documentation":"Contains information about a queue resource for which metrics are returned.
" }, "QueueSearchConditionList":{ "type":"list", "member":{"shape":"QueueSearchCriteria"} }, "QueueSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"QueueSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"QueueSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description, and resourceID.
The type of queue.
" } }, "documentation":"The search criteria to be used to return queues.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
Filters to be applied to search results.
" }, "QueueSearchSummaryList":{ "type":"list", "member":{"shape":"Queue"} }, "QueueStatus":{ "type":"string", "enum":[ "ENABLED", "DISABLED" ] }, "QueueSummary":{ "type":"structure", "members":{ "Id":{ "shape":"QueueId", "documentation":"The identifier of the queue.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the queue.
" }, "Name":{ "shape":"QueueName", "documentation":"The name of the queue.
" }, "QueueType":{ "shape":"QueueType", "documentation":"The type of queue.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains summary information about a queue.
" }, "QueueSummaryList":{ "type":"list", "member":{"shape":"QueueSummary"} }, "QueueTimeAdjustmentSeconds":{"type":"integer"}, "QueueType":{ "type":"string", "enum":[ "STANDARD", "AGENT" ] }, "QueueTypes":{ "type":"list", "member":{"shape":"QueueType"}, "max":2 }, "Queues":{ "type":"list", "member":{"shape":"QueueId"}, "max":100, "min":1 }, "QuickConnect":{ "type":"structure", "members":{ "QuickConnectARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the quick connect.
" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
" }, "Name":{ "shape":"QuickConnectName", "documentation":"The name of the quick connect.
" }, "Description":{ "shape":"QuickConnectDescription", "documentation":"The description.
" }, "QuickConnectConfig":{ "shape":"QuickConnectConfig", "documentation":"Contains information about the quick connect.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about a quick connect.
" }, "QuickConnectConfig":{ "type":"structure", "required":["QuickConnectType"], "members":{ "QuickConnectType":{ "shape":"QuickConnectType", "documentation":"The type of quick connect. In the Connect Customer admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
" }, "UserConfig":{ "shape":"UserQuickConnectConfig", "documentation":"The user configuration. This is required only if QuickConnectType is USER.
" }, "QueueConfig":{ "shape":"QueueQuickConnectConfig", "documentation":"The queue configuration. This is required only if QuickConnectType is QUEUE.
" }, "PhoneConfig":{ "shape":"PhoneNumberQuickConnectConfig", "documentation":"The phone configuration. This is required only if QuickConnectType is PHONE_NUMBER.
" }, "FlowConfig":{ "shape":"FlowQuickConnectConfig", "documentation":"Flow configuration for quick connect setup.
" } }, "documentation":"Contains configuration settings for a quick connect.
" }, "QuickConnectContactData":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The contact ID for quick connect contact data.
" }, "InitiationTimestamp":{ "shape":"timestamp", "documentation":"Timestamp when the quick connect contact was initiated.
" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The quick connect ID.
" }, "QuickConnectName":{ "shape":"QuickConnectName", "documentation":"The name of the quick connect.
" }, "QuickConnectType":{ "shape":"QuickConnectType", "documentation":"The type of the quick connect.
" } }, "documentation":"Contact data associated with quick connect operations.
" }, "QuickConnectDescription":{ "type":"string", "max":250, "min":1 }, "QuickConnectId":{"type":"string"}, "QuickConnectName":{ "type":"string", "max":127, "min":1 }, "QuickConnectSearchConditionList":{ "type":"list", "member":{"shape":"QuickConnectSearchCriteria"} }, "QuickConnectSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"QuickConnectSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"QuickConnectSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, description, and resourceID.
The search criteria to be used to return quick connects.
" }, "QuickConnectSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"} }, "documentation":"Filters to be applied to search results.
" }, "QuickConnectSearchSummaryList":{ "type":"list", "member":{"shape":"QuickConnect"} }, "QuickConnectSummary":{ "type":"structure", "members":{ "Id":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the quick connect.
" }, "Name":{ "shape":"QuickConnectName", "documentation":"The name of the quick connect.
" }, "QuickConnectType":{ "shape":"QuickConnectType", "documentation":"The type of quick connect. In the Connect Customer admin website, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE).
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains summary information about a quick connect.
" }, "QuickConnectSummaryList":{ "type":"list", "member":{"shape":"QuickConnectSummary"} }, "QuickConnectType":{ "type":"string", "enum":[ "USER", "QUEUE", "PHONE_NUMBER", "FLOW" ] }, "QuickConnectTypes":{ "type":"list", "member":{"shape":"QuickConnectType"}, "max":4 }, "QuickConnectsList":{ "type":"list", "member":{"shape":"QuickConnectId"}, "max":50, "min":1 }, "Range":{ "type":"structure", "members":{ "MinProficiencyLevel":{ "shape":"NullableProficiencyLevel", "documentation":"The minimum proficiency level of the range.
" }, "MaxProficiencyLevel":{ "shape":"NullableProficiencyLevel", "documentation":"The maximum proficiency level of the range.
" } }, "documentation":"An Object to define the minimum and maximum proficiency levels.
" }, "ReadOnlyFieldInfo":{ "type":"structure", "members":{ "Id":{ "shape":"TaskTemplateFieldIdentifier", "documentation":"Identifier of the read-only field.
" } }, "documentation":"Indicates a field that is read-only to an agent.
" }, "ReadOnlyTaskTemplateFields":{ "type":"list", "member":{"shape":"ReadOnlyFieldInfo"} }, "RealTimeContactAnalysisAttachment":{ "type":"structure", "required":[ "AttachmentName", "AttachmentId" ], "members":{ "AttachmentName":{ "shape":"AttachmentName", "documentation":"A case-sensitive name of the attachment being uploaded. Can be redacted.
" }, "ContentType":{ "shape":"ContentType", "documentation":"Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Connect Customer Administrator Guide.
" }, "AttachmentId":{ "shape":"ArtifactId", "documentation":"A unique identifier for the attachment.
" }, "Status":{ "shape":"ArtifactStatus", "documentation":"Status of the attachment.
" } }, "documentation":"Object that describes attached file.
" }, "RealTimeContactAnalysisAttachments":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisAttachment"}, "max":10 }, "RealTimeContactAnalysisCategoryDetails":{ "type":"structure", "required":["PointsOfInterest"], "members":{ "PointsOfInterest":{ "shape":"RealTimeContactAnalysisPointsOfInterest", "documentation":"List of PointOfInterest - objects describing a single match of a rule.
" } }, "documentation":"Provides information about the category rule that was matched.
" }, "RealTimeContactAnalysisCategoryName":{ "type":"string", "max":256, "min":1 }, "RealTimeContactAnalysisCharacterInterval":{ "type":"structure", "required":[ "BeginOffsetChar", "EndOffsetChar" ], "members":{ "BeginOffsetChar":{ "shape":"RealTimeContactAnalysisOffset", "documentation":"The beginning of the character interval.
" }, "EndOffsetChar":{ "shape":"RealTimeContactAnalysisOffset", "documentation":"The end of the character interval.
" } }, "documentation":"Begin and end offsets for a part of text.
" }, "RealTimeContactAnalysisCharacterIntervals":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisCharacterInterval"} }, "RealTimeContactAnalysisContentType":{ "type":"string", "max":256, "min":1 }, "RealTimeContactAnalysisEventType":{ "type":"string", "max":128, "min":1 }, "RealTimeContactAnalysisId256":{ "type":"string", "max":256, "min":1 }, "RealTimeContactAnalysisIssueDetected":{ "type":"structure", "required":["TranscriptItems"], "members":{ "TranscriptItems":{ "shape":"RealTimeContactAnalysisTranscriptItemsWithContent", "documentation":"List of the transcript items (segments) that are associated with a given issue.
" } }, "documentation":"Potential issues that are detected based on an artificial intelligence analysis of each turn in the conversation.
" }, "RealTimeContactAnalysisIssuesDetected":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisIssueDetected"} }, "RealTimeContactAnalysisMatchedDetails":{ "type":"map", "key":{"shape":"RealTimeContactAnalysisCategoryName"}, "value":{"shape":"RealTimeContactAnalysisCategoryDetails"}, "max":150, "min":0 }, "RealTimeContactAnalysisOffset":{ "type":"integer", "min":0 }, "RealTimeContactAnalysisOutputType":{ "type":"string", "enum":[ "Raw", "Redacted" ] }, "RealTimeContactAnalysisPointOfInterest":{ "type":"structure", "members":{ "TranscriptItems":{ "shape":"RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets", "documentation":"List of the transcript items (segments) that are associated with a given point of interest.
" } }, "documentation":"The section of the contact transcript segment that category rule was detected.
" }, "RealTimeContactAnalysisPointsOfInterest":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisPointOfInterest"}, "max":5, "min":0 }, "RealTimeContactAnalysisPostContactSummaryContent":{ "type":"string", "max":1270, "min":1 }, "RealTimeContactAnalysisPostContactSummaryFailureCode":{ "type":"string", "enum":[ "QUOTA_EXCEEDED", "INSUFFICIENT_CONVERSATION_CONTENT", "FAILED_SAFETY_GUIDELINES", "INVALID_ANALYSIS_CONFIGURATION", "INTERNAL_ERROR" ] }, "RealTimeContactAnalysisPostContactSummaryStatus":{ "type":"string", "enum":[ "FAILED", "COMPLETED" ] }, "RealTimeContactAnalysisSegmentAttachments":{ "type":"structure", "required":[ "Id", "ParticipantId", "ParticipantRole", "Attachments", "Time" ], "members":{ "Id":{ "shape":"RealTimeContactAnalysisId256", "documentation":"The identifier of the segment.
" }, "ParticipantId":{ "shape":"ParticipantId", "documentation":"The identifier of the participant.
" }, "ParticipantRole":{ "shape":"ParticipantRole", "documentation":"The role of the participant. For example, is it a customer, agent, or system.
" }, "DisplayName":{ "shape":"DisplayName", "documentation":"The display name of the participant. Can be redacted.
" }, "Attachments":{ "shape":"RealTimeContactAnalysisAttachments", "documentation":"List of objects describing an individual attachment.
" }, "Time":{ "shape":"RealTimeContactAnalysisTimeData", "documentation":"Field describing the time of the event. It can have different representations of time.
" } }, "documentation":"Segment containing list of attachments.
" }, "RealTimeContactAnalysisSegmentCategories":{ "type":"structure", "required":["MatchedDetails"], "members":{ "MatchedDetails":{ "shape":"RealTimeContactAnalysisMatchedDetails", "documentation":"Map between the name of the matched rule and RealTimeContactAnalysisCategoryDetails.
" } }, "documentation":"The matched category rules.
" }, "RealTimeContactAnalysisSegmentEvent":{ "type":"structure", "required":[ "Id", "EventType", "Time" ], "members":{ "Id":{ "shape":"RealTimeContactAnalysisId256", "documentation":"The identifier of the contact event.
" }, "ParticipantId":{ "shape":"ParticipantId", "documentation":"The identifier of the participant.
" }, "ParticipantRole":{ "shape":"ParticipantRole", "documentation":"The role of the participant. For example, is it a customer, agent, or system.
" }, "DisplayName":{ "shape":"DisplayName", "documentation":"The display name of the participant. Can be redacted.
" }, "EventType":{ "shape":"RealTimeContactAnalysisEventType", "documentation":"Type of the event. For example, application/vnd.amazonaws.connect.event.participant.left.
Field describing the time of the event. It can have different representations of time.
" } }, "documentation":"Segment type describing a contact event.
" }, "RealTimeContactAnalysisSegmentIssues":{ "type":"structure", "required":["IssuesDetected"], "members":{ "IssuesDetected":{ "shape":"RealTimeContactAnalysisIssuesDetected", "documentation":"List of the issues detected.
" } }, "documentation":"Segment type containing a list of detected issues.
" }, "RealTimeContactAnalysisSegmentPostContactSummary":{ "type":"structure", "required":["Status"], "members":{ "Content":{ "shape":"RealTimeContactAnalysisPostContactSummaryContent", "documentation":"The content of the summary.
" }, "Status":{ "shape":"RealTimeContactAnalysisPostContactSummaryStatus", "documentation":"Whether the summary was successfully COMPLETED or FAILED to be generated.
" }, "FailureCode":{ "shape":"RealTimeContactAnalysisPostContactSummaryFailureCode", "documentation":"If the summary failed to be generated, one of the following failure codes occurs:
QUOTA_EXCEEDED: The number of concurrent analytics jobs reached your service quota.
INSUFFICIENT_CONVERSATION_CONTENT: The conversation needs to have at least one turn from both the participants in order to generate the summary.
FAILED_SAFETY_GUIDELINES: The generated summary cannot be provided because it failed to meet system safety guidelines.
INVALID_ANALYSIS_CONFIGURATION: This code occurs when, for example, you're using a language that isn't supported by generative AI-powered post-contact summaries.
INTERNAL_ERROR: Internal system error.
Information about the post-contact summary for a real-time contact segment.
" }, "RealTimeContactAnalysisSegmentTranscript":{ "type":"structure", "required":[ "Id", "ParticipantId", "ParticipantRole", "Content", "Time" ], "members":{ "Id":{ "shape":"RealTimeContactAnalysisId256", "documentation":"The identifier of the transcript.
" }, "ParticipantId":{ "shape":"ParticipantId", "documentation":"The identifier of the participant.
" }, "ParticipantRole":{ "shape":"ParticipantRole", "documentation":"The role of the participant. For example, is it a customer, agent, or system.
" }, "DisplayName":{ "shape":"DisplayName", "documentation":"The display name of the participant.
" }, "Content":{ "shape":"RealTimeContactAnalysisTranscriptContent", "documentation":"The content of the transcript. Can be redacted.
" }, "ContentType":{ "shape":"RealTimeContactAnalysisContentType", "documentation":"The type of content of the item. For example, text/plain.
Field describing the time of the event. It can have different representations of time.
" }, "Redaction":{ "shape":"RealTimeContactAnalysisTranscriptItemRedaction", "documentation":"Object describing redaction that was applied to the transcript. If transcript has the field it means part of the transcript was redacted.
" }, "Sentiment":{ "shape":"RealTimeContactAnalysisSentimentLabel", "documentation":"The sentiment detected for this piece of transcript.
" } }, "documentation":"The analyzed transcript segment.
" }, "RealTimeContactAnalysisSegmentType":{ "type":"string", "enum":[ "Transcript", "Categories", "Issues", "Event", "Attachments", "PostContactSummary" ] }, "RealTimeContactAnalysisSegmentTypes":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisSegmentType"}, "max":6 }, "RealTimeContactAnalysisSentimentLabel":{ "type":"string", "enum":[ "POSITIVE", "NEGATIVE", "NEUTRAL" ] }, "RealTimeContactAnalysisStatus":{ "type":"string", "enum":[ "IN_PROGRESS", "FAILED", "COMPLETED" ] }, "RealTimeContactAnalysisSupportedChannel":{ "type":"string", "enum":[ "VOICE", "CHAT" ] }, "RealTimeContactAnalysisTimeData":{ "type":"structure", "members":{ "AbsoluteTime":{ "shape":"RealTimeContactAnalysisTimeInstant", "documentation":"Time represented in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
" } }, "documentation":"Object describing time with which the segment is associated. It can have different representations of time. Currently supported: absoluteTime
", "union":true }, "RealTimeContactAnalysisTimeInstant":{ "type":"timestamp", "timestampFormat":"iso8601" }, "RealTimeContactAnalysisTranscriptContent":{ "type":"string", "max":16384, "min":1 }, "RealTimeContactAnalysisTranscriptItemRedaction":{ "type":"structure", "members":{ "CharacterOffsets":{ "shape":"RealTimeContactAnalysisCharacterIntervals", "documentation":"List of character intervals each describing a part of the text that was redacted. For OutputType.Raw, part of the original text that contains data that can be redacted. For OutputType.Redacted, part of the string with redaction tag.
Object describing redaction applied to the segment.
" }, "RealTimeContactAnalysisTranscriptItemWithCharacterOffsets":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"RealTimeContactAnalysisId256", "documentation":"Transcript identifier. Matches the identifier from one of the TranscriptSegments.
" }, "CharacterOffsets":{ "shape":"RealTimeContactAnalysisCharacterInterval", "documentation":"List of character intervals within transcript content/text.
" } }, "documentation":"Transcript representation containing Id and list of character intervals that are associated with analysis data. For example, this object within a RealTimeContactAnalysisPointOfInterest in Category.MatchedDetails would have character interval describing part of the text that matched category.
Part of the transcript content that contains identified issue. Can be redacted
" }, "Id":{ "shape":"RealTimeContactAnalysisId256", "documentation":"Transcript identifier. Matches the identifier from one of the TranscriptSegments.
" }, "CharacterOffsets":{"shape":"RealTimeContactAnalysisCharacterInterval"} }, "documentation":"Transcript representation containing Id, Content and list of character intervals that are associated with analysis data. For example, this object within an issue detected would describe both content that contains identified issue and intervals where that content is taken from.
" }, "RealTimeContactAnalysisTranscriptItemsWithCharacterOffsets":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisTranscriptItemWithCharacterOffsets"}, "max":10, "min":0 }, "RealTimeContactAnalysisTranscriptItemsWithContent":{ "type":"list", "member":{"shape":"RealTimeContactAnalysisTranscriptItemWithContent"} }, "RealtimeContactAnalysisSegment":{ "type":"structure", "members":{ "Transcript":{"shape":"RealTimeContactAnalysisSegmentTranscript"}, "Categories":{"shape":"RealTimeContactAnalysisSegmentCategories"}, "Issues":{"shape":"RealTimeContactAnalysisSegmentIssues"}, "Event":{"shape":"RealTimeContactAnalysisSegmentEvent"}, "Attachments":{ "shape":"RealTimeContactAnalysisSegmentAttachments", "documentation":"The analyzed attachments.
" }, "PostContactSummary":{ "shape":"RealTimeContactAnalysisSegmentPostContactSummary", "documentation":"Information about the post-contact summary.
" } }, "documentation":"An analyzed segment for a real-time analysis session.
", "union":true }, "RealtimeContactAnalysisSegments":{ "type":"list", "member":{"shape":"RealtimeContactAnalysisSegment"} }, "RecipientList":{ "type":"list", "member":{"shape":"ARN"}, "documentation":"A list of recipient Amazon Resource Names (ARNs). Maximum of 200 recipients.
", "max":200 }, "RecommenderConfig":{ "type":"structure", "required":[ "DomainName", "RecommenderName" ], "members":{ "DomainName":{ "shape":"PersonalizeDomainName", "documentation":"The name of the Amazon Personalize domain that hosts the recommender.
" }, "RecommenderName":{ "shape":"RecommenderName", "documentation":"The name of the recommender used to generate the recommendations.
" }, "Context":{ "shape":"RecommenderContext", "documentation":"A map of contextual key-value pairs supplied to the recommender to influence the recommendations returned.
" } }, "documentation":"Configuration for the recommender used to generate personalized recommendations included in an outbound web notification.
" }, "RecommenderContext":{ "type":"map", "key":{"shape":"RecommenderContextKey"}, "value":{"shape":"RecommenderContextValue"} }, "RecommenderContextKey":{ "type":"string", "max":64, "min":1 }, "RecommenderContextValue":{ "type":"string", "max":255, "min":1 }, "RecommenderName":{ "type":"string", "max":64, "min":1 }, "RecordIds":{ "type":"list", "member":{"shape":"DataTableId"} }, "RecordPrimaryValue":{ "type":"structure", "members":{ "RecordId":{ "shape":"DataTableId", "documentation":"The value's record ID.
" }, "PrimaryValues":{ "shape":"PrimaryValuesResponseSet", "documentation":"The value's primary values.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The value's last modified time.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The value's last modified region.
" } }, "documentation":"A record primary value.
" }, "RecordingDeletionReason":{"type":"string"}, "RecordingInfo":{ "type":"structure", "members":{ "StorageType":{ "shape":"StorageType", "documentation":"Where the recording/transcript is stored.
" }, "Location":{ "shape":"RecordingLocation", "documentation":"The location, in Amazon S3, for the recording/transcript.
" }, "MediaStreamType":{ "shape":"MediaStreamType", "documentation":"Information about the media stream used during the conversation.
" }, "ParticipantType":{ "shape":"ParticipantType", "documentation":"Information about the conversation participant, whether they are an agent or contact. The participant types are as follows:
All
Manager
Agent
Customer
Thirdparty
Supervisor
The number that identifies the Kinesis Video Streams fragment where the customer audio stream started.
" }, "FragmentStopNumber":{ "shape":"FragmentNumber", "documentation":"The number that identifies the Kinesis Video Streams fragment where the customer audio stream stopped.
" }, "StartTimestamp":{ "shape":"timestamp", "documentation":"When the conversation of the last leg of the recording started in UTC time.
" }, "StopTimestamp":{ "shape":"timestamp", "documentation":"When the conversation of the last leg of recording stopped in UTC time.
" }, "Status":{ "shape":"RecordingStatus", "documentation":"The status of the recording/transcript.
" }, "DeletionReason":{ "shape":"RecordingDeletionReason", "documentation":"If the recording/transcript was deleted, this is the reason entered for the deletion.
" }, "UnprocessedTranscriptLocation":{ "shape":"UnprocessedTranscriptLocation", "documentation":"The location, in Amazon S3, for the unprocessed transcript if any media processing was performed.
" } }, "documentation":"Information about a voice recording, chat transcript, or screen recording.
" }, "RecordingLocation":{ "type":"string", "max":1024, "min":0 }, "RecordingStatus":{ "type":"string", "enum":[ "AVAILABLE", "DELETED" ] }, "Recordings":{ "type":"list", "member":{"shape":"RecordingInfo"} }, "RecurrenceConfig":{ "type":"structure", "required":["RecurrencePattern"], "members":{ "RecurrencePattern":{ "shape":"RecurrencePattern", "documentation":"The recurrence pattern that defines how the event repeats. Example: Frequency, Interval, ByMonth, ByMonthDay, ByWeekdayOccurrence
" } }, "documentation":"Defines the recurrence configuration for overrides. This configuration uses a recurrence pattern to specify when and how frequently an event should repeat.
" }, "RecurrenceFrequency":{ "type":"string", "enum":[ "WEEKLY", "MONTHLY", "YEARLY" ] }, "RecurrencePattern":{ "type":"structure", "required":[ "Frequency", "Interval" ], "members":{ "Frequency":{ "shape":"RecurrenceFrequency", "documentation":"Defines how often the pattern repeats. This is the base unit for the recurrence schedule and works in conjunction with the Interval field to determine the exact repetition sequence.
" }, "Interval":{ "shape":"IntervalPositiveInteger", "documentation":"Specifies the number of frequency units between each occurrence. Must be a positive integer.
Examples: To repeat every week, set Interval=1 with WEEKLY frequency. To repeat every two months, set Interval=2 with MONTHLY frequency.
" }, "ByMonth":{ "shape":"MonthList", "documentation":"Specifies which month the event should occur in (1-12, where 1=January, 12=December). Used with YEARLY frequency to schedule events in specific month.
Note: It does not accept multiple values in the same list
", "box":true }, "ByMonthDay":{ "shape":"MonthDayList", "documentation":"Specifies which day of the month the event should occur on (1-31). Used with MONTHLY or YEARLY frequency to schedule events on specific date within a month.
Examples: [15] for events on the 15th of each month, [-1] for events on the last day of month.
Note: It does not accept multiple values in the same list. If a specified day doesn't exist in a particular month (e.g., day 31 in February), the event will be skipped for that month. This field cannot be used simultaneously with ByWeekdayOccurrence as they represent different scheduling approaches (specific dates vs. relative weekday positions).
", "box":true }, "ByWeekdayOccurrence":{ "shape":"WeekdayOccurrenceList", "documentation":"Specifies which occurrence of a weekday within the month the event should occur on. Must be used with MONTHLY or YEARLY frequency.
Example: 2 corresponds to second occurrence of the weekday in the month. -1 corresponds to last occurrence of the weekday in the month
The weekday itself is specified separately in the HoursOfOperationConfig. Example: To schedule the recurring event for the 2nd Thursday of April every year, set ByWeekdayOccurrence=[2], Day=THURSDAY, ByMonth=[4], Frequency: YEARLY and INTERVAL=1.
", "box":true } }, "documentation":"Specifies the detailed pattern for event recurrence. Use this to define complex scheduling rules such as \"every 2nd Tuesday of the month\" or \"every 3 months on the 15th\".
" }, "RedactionConfiguration":{ "type":"structure", "required":[ "Behavior", "Policy" ], "members":{ "Behavior":{ "shape":"Behavior", "documentation":"Controls whether redaction is applied to the analytics output. Valid values: Enable | Disable.
The redaction output policy that determines which versions of the transcript are stored. Valid values: None | RedactedOnly | RedactedAndOriginal.
The list of PII entity types to redact from the transcript (for example, NAME, ADDRESS, CREDIT_DEBIT_NUMBER).
The masking mode that determines how redacted content is replaced in the output. Valid values: PII (replaces with the literal string [PII]) | EntityType (replaces with the entity type name, for example [NAME]).
The redaction configuration for conversational analytics.
" }, "Reference":{ "type":"structure", "required":["Type"], "members":{ "Value":{ "shape":"ReferenceValue", "documentation":"A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
" }, "Type":{ "shape":"ReferenceType", "documentation":"The type of the reference. DATE must be of type Epoch timestamp.
Status of the attachment reference type.
" }, "Arn":{ "shape":"ReferenceArn", "documentation":"The Amazon Resource Name (ARN) of the reference
" }, "StatusReason":{ "shape":"ReferenceStatusReason", "documentation":"Relevant details why the reference was not successfully created.
" } }, "documentation":"Well-formed data on a contact, used by agents to complete a contact request. You can have up to 4,096 UTF-8 bytes across all references for a contact.
" }, "ReferenceArn":{ "type":"string", "max":256, "min":20, "pattern":"^[-:/A-Za-z0-9]+" }, "ReferenceId":{"type":"string"}, "ReferenceIdList":{ "type":"list", "member":{"shape":"ReferenceId"} }, "ReferenceKey":{ "type":"string", "max":4096, "min":1 }, "ReferenceStatus":{ "type":"string", "enum":[ "AVAILABLE", "DELETED", "APPROVED", "REJECTED", "PROCESSING", "FAILED" ] }, "ReferenceStatusReason":{ "type":"string", "max":100, "min":0 }, "ReferenceSummary":{ "type":"structure", "members":{ "Url":{ "shape":"UrlReference", "documentation":"Information about the reference when the referenceType is URL. Otherwise, null.
Information about the reference when the referenceType is ATTACHMENT. Otherwise, null.
Information about the reference when the referenceType is EMAIL_MESSAGE. Otherwise, null.
Information about a reference when the referenceType is STRING. Otherwise, null.
Information about a reference when the referenceType is NUMBER. Otherwise, null.
Information about a reference when the referenceType is DATE. Otherwise, null.
Information about a reference when the referenceType is EMAIL. Otherwise, null.
Contains summary information about a reference. ReferenceSummary contains only one non null field between the URL and attachment based on the reference type.
A unique identifier for the phone number.
", "location":"uri", "locationName":"PhoneNumberId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true, "location":"querystring", "locationName":"clientToken" } } }, "ReplicateInstanceRequest":{ "type":"structure", "required":[ "InstanceId", "ReplicaRegion", "ReplicaAlias" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You can provide the InstanceId, or the entire ARN.
The Amazon Web Services Region where to replicate the Connect Customer instance.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "ReplicaAlias":{ "shape":"DirectoryAlias", "documentation":"The alias for the replicated instance. The ReplicaAlias must be unique.
The identifier of the replicated instance. You can find the instanceId in the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.
The Amazon Resource Name (ARN) of the replicated instance.
" } } }, "ReplicationConfiguration":{ "type":"structure", "members":{ "ReplicationStatusSummaryList":{ "shape":"ReplicationStatusSummaryList", "documentation":"A list of replication status summaries. The summaries contain details about the replication of configuration information for Connect Customer resources, for each Amazon Web Services Region.
" }, "SourceRegion":{ "shape":"AwsRegion", "documentation":"The Amazon Web Services Region where the source Connect Customer instance was created. This is the Region where the ReplicateInstance API was called to start the replication process.
" }, "GlobalSignInEndpoint":{ "shape":"GlobalSignInEndpoint", "documentation":"The URL that is used to sign-in to your Connect Customer instance according to your traffic distribution group configuration. For more information about sign-in and traffic distribution groups, see Important things to know in the Create traffic distribution groups topic in the Connect Customer Administrator Guide.
" } }, "documentation":"Details about the status of the replication of a source Connect Customer instance across Amazon Web Services Regions. Use these details to understand the general status of a given replication. For information about why a replication process may fail, see Why a ReplicateInstance call fails in the Create a replica of your existing Connect Customer instance topic in the Connect Customer Administrator Guide.
" }, "ReplicationStatusReason":{ "type":"string", "max":1024, "min":0 }, "ReplicationStatusSummary":{ "type":"structure", "members":{ "Region":{ "shape":"AwsRegion", "documentation":"The Amazon Web Services Region. This can be either the source or the replica Region, depending where it appears in the summary list.
" }, "ReplicationStatus":{ "shape":"InstanceReplicationStatus", "documentation":"The state of the replication.
" }, "ReplicationStatusReason":{ "shape":"ReplicationStatusReason", "documentation":"A description of the replication status. Use this information to resolve any issues that are preventing the successful replication of your Connect Customer instance to another Region.
" } }, "documentation":"Status information about the replication process, where you use the ReplicateInstance API to create a replica of your Connect Customer instance in another Amazon Web Services Region. For more information, see Set up Connect Customer Global Resiliency in the Connect Customer Administrator Guide.
" }, "ReplicationStatusSummaryList":{ "type":"list", "member":{"shape":"ReplicationStatusSummary"}, "max":11, "min":0 }, "RequestIdentifier":{ "type":"string", "max":80 }, "RequiredFieldInfo":{ "type":"structure", "members":{ "Id":{ "shape":"TaskTemplateFieldIdentifier", "documentation":"The unique identifier for the field.
" } }, "documentation":"Information about a required field.
" }, "RequiredTaskTemplateFields":{ "type":"list", "member":{"shape":"RequiredFieldInfo"} }, "ResourceArnOrId":{ "type":"string", "max":250, "min":1 }, "ResourceConflictException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"A resource already has that name.
", "error":{"httpStatusCode":409}, "exception":true }, "ResourceId":{ "type":"string", "max":500, "min":1 }, "ResourceInUseException":{ "type":"structure", "members":{ "Message":{"shape":"Message"}, "ResourceType":{ "shape":"ResourceType", "documentation":"The type of resource.
" }, "ResourceId":{ "shape":"ARN", "documentation":"The identifier for the resource.
" } }, "documentation":"That resource is already in use (for example, you're trying to add a record with the same name as an existing record). If you are trying to delete a resource (for example, DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources and then try again.
", "error":{"httpStatusCode":409}, "exception":true }, "ResourceNotFoundException":{ "type":"structure", "members":{ "Message":{ "shape":"Message", "documentation":"The message about the resource.
" } }, "documentation":"The specified resource was not found.
", "error":{"httpStatusCode":404}, "exception":true }, "ResourceNotReadyException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"The resource is not ready.
", "error":{"httpStatusCode":409}, "exception":true }, "ResourceTagsSearchCriteria":{ "type":"structure", "members":{ "TagSearchCondition":{ "shape":"TagSearchCondition", "documentation":"The search criteria to be used to return tags.
" } }, "documentation":"The search criteria to be used to search tags.
" }, "ResourceType":{ "type":"string", "enum":[ "CONTACT", "CONTACT_FLOW", "INSTANCE", "PARTICIPANT", "HIERARCHY_LEVEL", "HIERARCHY_GROUP", "USER", "PHONE_NUMBER" ] }, "ResourceTypeList":{ "type":"list", "member":{"shape":"String"} }, "ResourceVersion":{ "type":"long", "min":1 }, "ResponseMode":{ "type":"string", "enum":[ "INCREMENTAL", "COMPLETE" ] }, "ResumeContactRecordingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "InitialContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
" }, "ContactRecordingType":{ "shape":"ContactRecordingType", "documentation":"The type of recording being operated on.
" } } }, "ResumeContactRecordingResponse":{ "type":"structure", "members":{} }, "ResumeContactRequest":{ "type":"structure", "required":[ "ContactId", "InstanceId" ], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
The identifier of the flow.
" } } }, "ResumeContactResponse":{ "type":"structure", "members":{} }, "RingTimeoutInSeconds":{ "type":"integer", "max":60, "min":15 }, "RoutingCriteria":{ "type":"structure", "members":{ "Steps":{ "shape":"Steps", "documentation":"List of routing steps. When Connect Customer does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.
" }, "ActivationTimestamp":{ "shape":"timestamp", "documentation":"The timestamp indicating when the routing criteria is set to active. A routing criteria is activated when contact is transferred to a queue. ActivationTimestamp will be set on routing criteria for contacts in agent queue even though Routing criteria is never activated for contacts in agent queue.
" }, "Index":{ "shape":"Index", "documentation":"Information about the index of the routing criteria.
" } }, "documentation":"Latest routing criteria on the contact.
" }, "RoutingCriteriaInput":{ "type":"structure", "members":{ "Steps":{ "shape":"RoutingCriteriaInputSteps", "documentation":"When Connect Customer does not find an available agent meeting the requirements in a step for a given step duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.
" } }, "documentation":"An object to define the RoutingCriteria.
" }, "RoutingCriteriaInputStep":{ "type":"structure", "members":{ "Expiry":{ "shape":"RoutingCriteriaInputStepExpiry", "documentation":"An object to specify the expiration of a routing step.
" }, "Expression":{ "shape":"Expression", "documentation":"A tagged union to specify expression for a routing step.
" } }, "documentation":"Step defines the list of agents to be routed or route based on the agent requirements such as ProficiencyLevel, Name, or Value.
" }, "RoutingCriteriaInputStepExpiry":{ "type":"structure", "members":{ "DurationInSeconds":{ "shape":"DurationInSeconds", "documentation":"The number of seconds that the contact will be routed only to agents matching this routing step, if expiry was configured for this routing step.
" } }, "documentation":"Specify whether this routing criteria step should apply for only a limited amount of time, or if it should never expire.
" }, "RoutingCriteriaInputSteps":{ "type":"list", "member":{"shape":"RoutingCriteriaInputStep"} }, "RoutingCriteriaStepStatus":{ "type":"string", "enum":[ "ACTIVE", "INACTIVE", "JOINED", "EXPIRED" ] }, "RoutingExpression":{ "type":"string", "max":3000, "min":1 }, "RoutingExpressions":{ "type":"list", "member":{"shape":"RoutingExpression"}, "max":50 }, "RoutingProfile":{ "type":"structure", "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Name":{ "shape":"RoutingProfileName", "documentation":"The name of the routing profile.
" }, "RoutingProfileArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the routing profile.
" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
" }, "Description":{ "shape":"RoutingProfileDescription", "documentation":"The description of the routing profile.
" }, "MediaConcurrencies":{ "shape":"MediaConcurrencies", "documentation":"The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
" }, "DefaultOutboundQueueId":{ "shape":"QueueId", "documentation":"The identifier of the default outbound queue for this routing profile.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "NumberOfAssociatedQueues":{ "shape":"Long", "documentation":"The number of associated queues in routing profile.
" }, "NumberOfAssociatedManualAssignmentQueues":{ "shape":"Long", "documentation":"The number of associated manual assignment queues in routing profile.
" }, "NumberOfAssociatedUsers":{ "shape":"Long", "documentation":"The number of associated users in routing profile.
" }, "AgentAvailabilityTimer":{ "shape":"AgentAvailabilityTimer", "documentation":"Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" }, "IsDefault":{ "shape":"Boolean", "documentation":"Whether this a default routing profile.
" }, "AssociatedQueueIds":{ "shape":"AssociatedQueueIdList", "documentation":"The IDs of the associated queue.
" }, "AssociatedManualAssignmentQueueIds":{ "shape":"AssociatedQueueIdList", "documentation":"The IDs of the associated manual assignment queues.
" } }, "documentation":"Contains information about a routing profile.
" }, "RoutingProfileDescription":{ "type":"string", "max":250, "min":1 }, "RoutingProfileId":{"type":"string"}, "RoutingProfileList":{ "type":"list", "member":{"shape":"RoutingProfile"} }, "RoutingProfileManualAssignmentQueueConfig":{ "type":"structure", "required":["QueueReference"], "members":{ "QueueReference":{"shape":"RoutingProfileQueueReference"} }, "documentation":"Contains information about the queue and channel for manual assignment behaviour can be enabled.
" }, "RoutingProfileManualAssignmentQueueConfigList":{ "type":"list", "member":{"shape":"RoutingProfileManualAssignmentQueueConfig"}, "max":10, "min":1 }, "RoutingProfileManualAssignmentQueueConfigSummary":{ "type":"structure", "required":[ "QueueId", "QueueArn", "QueueName", "Channel" ], "members":{ "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" }, "QueueArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the queue.
" }, "QueueName":{ "shape":"QueueName", "documentation":"The name of the queue.
" }, "Channel":{ "shape":"Channel", "documentation":"The channels this queue supports. Valid Values: CHAT | TASK | EMAIL
VOICE is not supported. The information shown below is incorrect. We're working to correct it.
Contains summary information about a routing profile manual assignment queue.
" }, "RoutingProfileManualAssignmentQueueConfigSummaryList":{ "type":"list", "member":{"shape":"RoutingProfileManualAssignmentQueueConfigSummary"} }, "RoutingProfileName":{ "type":"string", "max":127, "min":1 }, "RoutingProfileQueueConfig":{ "type":"structure", "required":[ "QueueReference", "Priority", "Delay" ], "members":{ "QueueReference":{ "shape":"RoutingProfileQueueReference", "documentation":"Contains information about a queue resource.
" }, "Priority":{ "shape":"Priority", "documentation":"The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
", "box":true }, "Delay":{ "shape":"Delay", "documentation":"The delay, in seconds, a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Connect Customer Administrator Guide.
", "box":true } }, "documentation":"Contains information about the queue and channel for which priority and delay can be set.
" }, "RoutingProfileQueueConfigList":{ "type":"list", "member":{"shape":"RoutingProfileQueueConfig"}, "max":10, "min":1 }, "RoutingProfileQueueConfigSummary":{ "type":"structure", "required":[ "QueueId", "QueueArn", "QueueName", "Priority", "Delay", "Channel" ], "members":{ "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" }, "QueueArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the queue.
" }, "QueueName":{ "shape":"QueueName", "documentation":"The name of the queue.
" }, "Priority":{ "shape":"Priority", "documentation":"The order in which contacts are to be handled for the queue. For more information, see Queues: priority and delay.
" }, "Delay":{ "shape":"Delay", "documentation":"The delay, in seconds, that a contact should be in the queue before they are routed to an available agent. For more information, see Queues: priority and delay in the Connect Customer Administrator Guide.
" }, "Channel":{ "shape":"Channel", "documentation":"The channels this queue supports.
" } }, "documentation":"Contains summary information about a routing profile queue.
" }, "RoutingProfileQueueConfigSummaryList":{ "type":"list", "member":{"shape":"RoutingProfileQueueConfigSummary"} }, "RoutingProfileQueueReference":{ "type":"structure", "required":[ "QueueId", "Channel" ], "members":{ "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" }, "Channel":{ "shape":"Channel", "documentation":"The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
" } }, "documentation":"Contains the channel and queue identifier for a routing profile.
" }, "RoutingProfileQueueReferenceList":{ "type":"list", "member":{"shape":"RoutingProfileQueueReference"} }, "RoutingProfileReference":{ "type":"structure", "members":{ "Id":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the routing profile.
" } }, "documentation":"Information about the routing profile assigned to the user.
" }, "RoutingProfileSearchConditionList":{ "type":"list", "member":{"shape":"RoutingProfileSearchCriteria"} }, "RoutingProfileSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"RoutingProfileSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"RoutingProfileSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are associatedQueueIds, name, description, and resourceID.
The search criteria to be used to return routing profiles.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
Filters to be applied to search results.
" }, "RoutingProfileSummary":{ "type":"structure", "members":{ "Id":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the routing profile.
" }, "Name":{ "shape":"RoutingProfileName", "documentation":"The name of the routing profile.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains summary information about a routing profile.
" }, "RoutingProfileSummaryList":{ "type":"list", "member":{"shape":"RoutingProfileSummary"} }, "RoutingProfiles":{ "type":"list", "member":{"shape":"RoutingProfileId"}, "max":100, "min":1 }, "Rule":{ "type":"structure", "required":[ "Name", "RuleId", "RuleArn", "TriggerEventSource", "Function", "Actions", "PublishStatus", "CreatedTime", "LastUpdatedTime", "LastUpdatedBy" ], "members":{ "Name":{ "shape":"RuleName", "documentation":"The name of the rule.
" }, "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
" }, "RuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the rule.
" }, "TriggerEventSource":{ "shape":"RuleTriggerEventSource", "documentation":"The event source to trigger the rule.
" }, "RuleCapabilityTiers":{ "shape":"RuleCapabilityTiers", "documentation":"The list of capability tiers associated with the rule. Used for categorizing rules by capability (for example, GenerativeAI).
The conditions of the rule.
" }, "Actions":{ "shape":"RuleActions", "documentation":"A list of actions to be run when the rule is triggered.
" }, "PublishStatus":{ "shape":"RulePublishStatus", "documentation":"The publish status of the rule.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the rule was created.
" }, "LastUpdatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for the when the rule was last updated.
" }, "LastUpdatedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the rule.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"Information about a rule.
" }, "RuleAction":{ "type":"structure", "required":["ActionType"], "members":{ "ActionType":{ "shape":"ActionType", "documentation":"The type of action that creates a rule.
" }, "TaskAction":{ "shape":"TaskActionDefinition", "documentation":"Information about the task action. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
Information about the EventBridge action.
Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable | OnContactEvaluationSubmit | OnMetricDataUpdate
Information about the contact category action.
Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable | OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
Information about the send notification action.
Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnRealTimeCallAnalysisAvailable | OnRealTimeChatAnalysisAvailable | OnPostChatAnalysisAvailable | OnContactEvaluationSubmit | OnMetricDataUpdate
Information about the create case action.
Supported only for TriggerEventSource values: OnPostCallAnalysisAvailable | OnPostChatAnalysisAvailable.
Information about the update case action.
Supported only for TriggerEventSource values: OnCaseCreate | OnCaseUpdate.
Information about the assign SLA action.
" }, "EndAssociatedTasksAction":{ "shape":"EndAssociatedTasksActionDefinition", "documentation":"Information about the end associated tasks action.
Supported only for TriggerEventSource values: OnCaseUpdate.
Information about the submit automated evaluation action.
" } }, "documentation":"Information about the action to be performed when a rule is triggered.
" }, "RuleActions":{ "type":"list", "member":{"shape":"RuleAction"} }, "RuleAttributeAndCondition":{ "type":"structure", "members":{ "TagConditions":{ "shape":"TagAndConditionList", "documentation":"A list of tag conditions that need to be applied with AND condition.
A list of conditions which would be applied together with an AND condition.
A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
An object that can be used to specify tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
The name of the rule.
" }, "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
" }, "RuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the rule.
" }, "TriggerEventSource":{ "shape":"RuleTriggerEventSource", "documentation":"The event source to trigger the rule.
" }, "ActionSummaries":{ "shape":"ActionSummaries", "documentation":"A list of ActionTypes associated with a rule.
The list of capability tiers associated with the rule. Used for categorizing rules by capability (for example, GenerativeAI).
The publish status of the rule.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the rule was created.
" }, "LastUpdatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the rule was last updated.
" }, "LastUpdatedBy":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user who last updated the rule.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"A summary of information about a rule, returned as part of the response to a SearchRules operation.
The name of the rule.
" }, "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
" }, "RuleArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the rule.
" }, "EventSourceName":{ "shape":"EventSourceName", "documentation":"The name of the event source.
" }, "PublishStatus":{ "shape":"RulePublishStatus", "documentation":"The publish status of the rule.
" }, "RuleCapabilityTiers":{ "shape":"RuleCapabilityTiers", "documentation":"The list of capability tiers associated with the rule. Used for categorizing rules by capability (for example, GenerativeAI).
A list of ActionTypes associated with a rule.
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the rule was created.
" }, "LastUpdatedTime":{ "shape":"Timestamp", "documentation":"The timestamp for when the rule was last updated.
" } }, "documentation":"A list of ActionTypes associated with a rule.
The name of the event source.
" }, "IntegrationAssociationId":{ "shape":"IntegrationAssociationId", "documentation":"The identifier for the integration association.
" } }, "documentation":"The name of the event source. This field is required if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate | OnContactEvaluationSubmit | OnMetricDataUpdate.
Controls whether Contact Lens rules are evaluated for the contact. Valid values: Enable | Disable.
The rules configuration for conversational analytics. Controls whether Contact Lens rules are evaluated against the analytics output.
" }, "RulesSearchConditionList":{ "type":"list", "member":{"shape":"RulesSearchCriteria"} }, "RulesSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"RulesSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"RulesSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are Name, PublishStatus, EventSourceName, RuleId, IntegrationAssociationId, ActionSummaries, and RuleCapabilityTiers.
The search criteria to be used to return rules.
" }, "RulesSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{ "shape":"RuleAttributeFilter", "documentation":"An object that can be used to specify tag conditions inside the SearchFilter.
Filters to be applied to search results.
" }, "S3Config":{ "type":"structure", "required":[ "BucketName", "BucketPrefix" ], "members":{ "BucketName":{ "shape":"BucketName", "documentation":"The S3 bucket name.
" }, "BucketPrefix":{ "shape":"Prefix", "documentation":"The S3 bucket prefix.
" }, "EncryptionConfig":{ "shape":"EncryptionConfig", "documentation":"The Amazon S3 encryption configuration.
" } }, "documentation":"Information about the Amazon Simple Storage Service (Amazon S3) storage type.
" }, "S3Uri":{ "type":"string", "max":2000, "min":1, "pattern":"s3://\\S+/.+|https://\\\\S+\\\\.s3\\\\.\\\\S+\\\\.amazonaws\\\\.com/\\\\S+" }, "ScreenShareCapability":{ "type":"string", "enum":["SEND"] }, "SearchAgentStatusesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"AgentStatusSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"AgentStatusSearchCriteria", "documentation":"The search criteria to be used to return agent statuses.
" } } }, "SearchAgentStatusesResponse":{ "type":"structure", "members":{ "AgentStatuses":{ "shape":"AgentStatusList", "documentation":"The search criteria to be used to return agent statuses.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of agent statuses which matched your search query.
" } } }, "SearchAvailablePhoneNumbersRequest":{ "type":"structure", "required":[ "PhoneNumberCountryCode", "PhoneNumberType" ], "members":{ "TargetArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for Connect Customer instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter InstanceId or TargetArn.
The identifier of the Connect Customer instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You must enter InstanceId or TargetArn.
The ISO country code.
" }, "PhoneNumberType":{ "shape":"PhoneNumberType", "documentation":"The type of phone number.
" }, "PhoneNumberPrefix":{ "shape":"PhoneNumberPrefix", "documentation":"The prefix of the phone number. If provided, it must contain + as part of the country code.
The maximum number of results to return per page.
", "box":true }, "NextToken":{ "shape":"LargeNextToken", "documentation":"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.
" } } }, "SearchAvailablePhoneNumbersResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"LargeNextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "AvailableNumbersList":{ "shape":"AvailableNumbersList", "documentation":"A list of available phone numbers that you can claim to your Connect Customer instance or traffic distribution group.
" } } }, "SearchContactEvaluationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchCriteria":{ "shape":"EvaluationSearchCriteria", "documentation":"The search criteria to be used to return contact evaluations.
" }, "SearchFilter":{ "shape":"EvaluationSearchFilter", "documentation":"Filters to be applied to search results.
" } } }, "SearchContactEvaluationsResponse":{ "type":"structure", "members":{ "EvaluationSearchSummaryList":{ "shape":"EvaluationSearchSummaryList", "documentation":"Contains information about contact evaluations.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of contact evaluations that matched your search query.
" } } }, "SearchContactFlowModulesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"ContactFlowModuleSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"ContactFlowModuleSearchCriteria", "documentation":"The search criteria to be used to return flow modules.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will result in invalid results.
The search criteria to be used to return flow modules.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of flows which matched your search query.
" } } }, "SearchContactFlowsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"ContactFlowSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"ContactFlowSearchCriteria", "documentation":"The search criteria to be used to return flows.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will result in invalid results.
Information about the flows.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of flows which matched your search query.
" } } }, "SearchContactsAdditionalTimeRange":{ "type":"structure", "required":[ "Criteria", "MatchType" ], "members":{ "Criteria":{ "shape":"SearchContactsAdditionalTimeRangeCriteriaList", "documentation":"List of criteria of the time range to additionally filter on.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining multiple time range filters.
" } }, "documentation":"Time range that you additionally want to filter on.
This is different from the SearchContactsTimeRange data type.
List of the timestamp conditions.
" } }, "documentation":"The criteria of the time range to additionally filter on.
" }, "SearchContactsAdditionalTimeRangeCriteriaList":{ "type":"list", "member":{"shape":"SearchContactsAdditionalTimeRangeCriteria"} }, "SearchContactsMatchType":{ "type":"string", "enum":[ "MATCH_ALL", "MATCH_ANY", "MATCH_EXACT", "MATCH_NONE" ] }, "SearchContactsRequest":{ "type":"structure", "required":[ "InstanceId", "TimeRange" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "TimeRange":{ "shape":"SearchContactsTimeRange", "documentation":"Time range that you want to search results.
" }, "SearchCriteria":{ "shape":"SearchCriteria", "documentation":"The search criteria to be used to return contacts.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "NextToken":{ "shape":"LargeNextToken", "documentation":"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.
" }, "Sort":{ "shape":"Sort", "documentation":"Specifies a field to sort by and a sort order.
" } } }, "SearchContactsResponse":{ "type":"structure", "required":["Contacts"], "members":{ "Contacts":{ "shape":"Contacts", "documentation":"Information about the contacts.
" }, "NextToken":{ "shape":"LargeNextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "TotalCount":{ "shape":"TotalCount", "documentation":"The total number of contacts which matched your search query.
" } } }, "SearchContactsTimeRange":{ "type":"structure", "required":[ "Type", "StartTime", "EndTime" ], "members":{ "Type":{ "shape":"SearchContactsTimeRangeType", "documentation":"The type of timestamp to search.
" }, "StartTime":{ "shape":"Timestamp", "documentation":"The start time of the time range.
" }, "EndTime":{ "shape":"Timestamp", "documentation":"The end time of the time range.
" } }, "documentation":"A structure of time range that you want to search results.
" }, "SearchContactsTimeRangeConditionType":{ "type":"string", "enum":["NOT_EXISTS"] }, "SearchContactsTimeRangeType":{ "type":"string", "enum":[ "INITIATION_TIMESTAMP", "SCHEDULED_TIMESTAMP", "CONNECTED_TO_AGENT_TIMESTAMP", "DISCONNECT_TIMESTAMP", "ENQUEUE_TIMESTAMP" ] }, "SearchContactsTimestampCondition":{ "type":"structure", "required":[ "Type", "ConditionType" ], "members":{ "Type":{ "shape":"SearchContactsTimeRangeType", "documentation":"Type of the timestamps to use for the filter.
" }, "ConditionType":{ "shape":"SearchContactsTimeRangeConditionType", "documentation":"Condition of the timestamp on the contact.
" } }, "documentation":"The timestamp condition indicating which contact timestamp should be used and how it should be filtered. It is not an actual timestamp value.
" }, "SearchCriteria":{ "type":"structure", "members":{ "Name":{ "shape":"NameCriteria", "documentation":"Name of the contact.
" }, "AgentIds":{ "shape":"AgentResourceIdList", "documentation":"The identifiers of agents who handled the contacts.
" }, "AgentHierarchyGroups":{ "shape":"AgentHierarchyGroups", "documentation":"The agent hierarchy groups of the agent at the time of handling the contact.
" }, "Channels":{ "shape":"ChannelList", "documentation":"The list of channels associated with contacts.
" }, "ContactAnalysis":{ "shape":"ContactAnalysis", "documentation":"Search criteria based on analysis outputs from Connect Customer Contact Lens.
" }, "InitiationMethods":{ "shape":"InitiationMethodList", "documentation":"The list of initiation methods associated with contacts.
" }, "QueueIds":{ "shape":"QueueIdList", "documentation":"The list of queue IDs associated with contacts.
" }, "RoutingCriteria":{ "shape":"SearchableRoutingCriteria", "documentation":"Routing criteria for the contact.
" }, "AdditionalTimeRange":{ "shape":"SearchContactsAdditionalTimeRange", "documentation":"Additional TimeRange used to filter contacts.
" }, "SearchableContactAttributes":{ "shape":"SearchableContactAttributes", "documentation":"The search criteria based on user-defined contact attributes that have been configured for contact search. For more information, see Search by custom contact attributes in the Connect Customer Administrator Guide.
To use SearchableContactAttributes in a search request, the GetContactAttributes action is required to perform an API request. For more information, see https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonconnect.html#amazonconnect-actions-as-permissionsActions defined by Connect Customer.
The search criteria based on searchable segment attributes of a contact.
" }, "ActiveRegions":{ "shape":"ActiveRegionList", "documentation":"The list of active regions for contacts in ACGR instances.
" }, "ContactTags":{"shape":"ControlPlaneTagFilter"}, "AiAgents":{ "shape":"AiAgentsCriteria", "documentation":"AI Agent search criteria definitions.
" } }, "documentation":"A structure of search criteria to be used to return contacts.
" }, "SearchDataTablesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance to search within.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" }, "MaxResults":{ "shape":"MaxResult1000", "documentation":"The maximum number of data tables to return in one page of results.
", "box":true }, "SearchFilter":{ "shape":"DataTableSearchFilter", "documentation":"Optional filters to apply to the search results, such as tag-based filtering for attribute-based access control.
" }, "SearchCriteria":{ "shape":"DataTableSearchCriteria", "documentation":"Search criteria including string conditions for matching table names, descriptions, or resource IDs. Supports STARTS_WITH, CONTAINS, and EXACT comparison types.
" } } }, "SearchDataTablesResponse":{ "type":"structure", "members":{ "DataTables":{ "shape":"DataTableList", "documentation":"An array of data tables matching the search criteria with the same structure as DescribeTable except Version, VersionDescription, and LockVersion are omitted.
" }, "NextToken":{ "shape":"NextToken", "documentation":"Specify the pagination token from a previous request to retrieve the next page of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The approximate number of data tables that matched the search criteria.
" } } }, "SearchEmailAddressesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "SearchCriteria":{ "shape":"EmailAddressSearchCriteria", "documentation":"The search criteria to be used to return email addresses.
" }, "SearchFilter":{ "shape":"EmailAddressSearchFilter", "documentation":"Filters to be applied to search results.
" } } }, "SearchEmailAddressesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "EmailAddresses":{ "shape":"EmailAddressList", "documentation":"List of email addresses matching SearchFilter and SearchCriteria
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of email addresses which matched your search query.
" } } }, "SearchEvaluationFormsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchCriteria":{ "shape":"EvaluationFormSearchCriteria", "documentation":"The search criteria to be used to return evaluation forms.
" }, "SearchFilter":{ "shape":"EvaluationFormSearchFilter", "documentation":"Filters to be applied to search results.
" } } }, "SearchEvaluationFormsResponse":{ "type":"structure", "members":{ "EvaluationFormSearchSummaryList":{ "shape":"EvaluationFormSearchSummaryList", "documentation":"Information about the returned evaluation forms.
" }, "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of evaluation forms that matched your search query.
" } } }, "SearchHoursOfOperationOverridesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{"shape":"HoursOfOperationSearchFilter"}, "SearchCriteria":{ "shape":"HoursOfOperationOverrideSearchCriteria", "documentation":"The search criteria to be used to return hours of operations overrides.
" } } }, "SearchHoursOfOperationOverridesResponse":{ "type":"structure", "members":{ "HoursOfOperationOverrides":{ "shape":"HoursOfOperationOverrideList", "documentation":"Information about the hours of operations overrides.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of hours of operations which matched your search query.
" } } }, "SearchHoursOfOperationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"HoursOfOperationSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"HoursOfOperationSearchCriteria", "documentation":"The search criteria to be used to return hours of operations.
" } } }, "SearchHoursOfOperationsResponse":{ "type":"structure", "members":{ "HoursOfOperations":{ "shape":"HoursOfOperationList", "documentation":"Information about the hours of operations.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of hours of operations which matched your search query.
" } } }, "SearchNotificationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken", "documentation":"The token for the next set of results. Use the value returned in the previous response to retrieve the next page of results.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page. Valid range is 1-100.
", "box":true }, "SearchFilter":{ "shape":"NotificationSearchFilter", "documentation":"Filters to apply to the search results, such as tag-based filters.
" }, "SearchCriteria":{ "shape":"NotificationSearchCriteria", "documentation":"The search criteria to apply when searching for notifications. Supports filtering by notification ID and message content using comparison types such as STARTS_WITH, CONTAINS, and EXACT.
" } } }, "SearchNotificationsResponse":{ "type":"structure", "members":{ "Notifications":{ "shape":"NotificationSearchSummaryList", "documentation":"A list of notifications matching the search criteria.
" }, "NextToken":{ "shape":"NextToken", "documentation":"The token for the next set of results. If present, there are more results available.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The approximate total number of notifications matching the search criteria.
" } } }, "SearchPredefinedAttributesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchCriteria":{ "shape":"PredefinedAttributeSearchCriteria", "documentation":"The search criteria to be used to return predefined attributes.
" } } }, "SearchPredefinedAttributesResponse":{ "type":"structure", "members":{ "PredefinedAttributes":{ "shape":"PredefinedAttributeSearchSummaryList", "documentation":"Predefined attributes matched by the search criteria.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The approximate number of predefined attributes which matched your search query.
" } } }, "SearchPromptsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"PromptSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"PromptSearchCriteria", "documentation":"The search criteria to be used to return prompts.
" } } }, "SearchPromptsResponse":{ "type":"structure", "members":{ "Prompts":{ "shape":"PromptList", "documentation":"Information about the prompts.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of quick connects which matched your search query.
" } } }, "SearchQueuesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult500", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"QueueSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"QueueSearchCriteria", "documentation":"The search criteria to be used to return queues.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
Information about the queues.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of queues which matched your search query.
" } } }, "SearchQuickConnectsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"QuickConnectSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"QuickConnectSearchCriteria", "documentation":"The search criteria to be used to return quick connects.
" } } }, "SearchQuickConnectsResponse":{ "type":"structure", "members":{ "QuickConnects":{ "shape":"QuickConnectSearchSummaryList", "documentation":"Information about the quick connects.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of quick connects which matched your search query.
" } } }, "SearchResourceTagsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance.
" }, "ResourceTypes":{ "shape":"ResourceTypeList", "documentation":"The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types. Note that lowercase and - are required.
Supported resource types
agent
agent-state
routing-profile
standard-queue
security-profile
operating-hours
prompt
contact-flow
flow- module
transfer-destination (also known as quick connect)
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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchCriteria":{ "shape":"ResourceTagsSearchCriteria", "documentation":"The search criteria to be used to return tags.
" } } }, "SearchResourceTagsResponse":{ "type":"structure", "members":{ "Tags":{ "shape":"TagsList", "documentation":"A list of tags used in the Connect Customer instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "SearchRoutingProfilesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult500", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"RoutingProfileSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"RoutingProfileSearchCriteria", "documentation":"The search criteria to be used to return routing profiles.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
Information about the routing profiles.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of routing profiles which matched your search query.
" } } }, "SearchRulesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "MaxResults":{ "shape":"MaxResult200", "documentation":"The maximum number of results to return per page.
", "box":true }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "SearchCriteria":{ "shape":"RulesSearchCriteria", "documentation":"The search criteria to be used to return rules.
" }, "SearchFilter":{ "shape":"RulesSearchFilter", "documentation":"Filters to be applied to search results, such as tag-based filters.
" } } }, "SearchRulesResponse":{ "type":"structure", "required":["Rules"], "members":{ "Rules":{ "shape":"RuleSearchSummaryList", "documentation":"Information about the rules.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of rules which matched your search query.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "SearchSecurityProfilesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchCriteria":{ "shape":"SecurityProfileSearchCriteria", "documentation":"The search criteria to be used to return security profiles.
The name field support \"contains\" queries with a minimum of 2 characters and maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
The currently supported value for FieldName: name
Filters to be applied to search results.
" } } }, "SearchSecurityProfilesResponse":{ "type":"structure", "members":{ "SecurityProfiles":{ "shape":"SecurityProfilesSearchSummaryList", "documentation":"Information about the security profiles.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of security profiles which matched your search query.
" } } }, "SearchTestCasesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"TestCaseSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"TestCaseSearchCriteria", "documentation":"The search criteria to be used to return test cases.
" } } }, "SearchTestCasesResponse":{ "type":"structure", "members":{ "TestCases":{ "shape":"TestCaseSearchSummaryList", "documentation":"Information about the test cases.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of test cases which matched your search query.
" } } }, "SearchText":{ "type":"string", "max":128, "sensitive":true }, "SearchTextList":{ "type":"list", "member":{"shape":"SearchText"}, "max":100, "min":0 }, "SearchUserHierarchyGroupsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"UserHierarchyGroupSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{ "shape":"UserHierarchyGroupSearchCriteria", "documentation":"The search criteria to be used to return UserHierarchyGroups.
" } } }, "SearchUserHierarchyGroupsResponse":{ "type":"structure", "members":{ "UserHierarchyGroups":{ "shape":"UserHierarchyGroupList", "documentation":"Information about the userHierarchyGroups.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of userHierarchyGroups which matched your search query.
" } } }, "SearchUsersRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult500", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"UserSearchFilter", "documentation":"Filters to be applied to search results.
" }, "SearchCriteria":{"shape":"UserSearchCriteria"} } }, "SearchUsersResponse":{ "type":"structure", "members":{ "Users":{ "shape":"UserSearchSummaryList", "documentation":"Information about the users.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The total number of users who matched your search query.
" } } }, "SearchViewsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"ViewSearchFilter", "documentation":"Filters to apply to the search, such as tag-based filters.
" }, "SearchCriteria":{ "shape":"ViewSearchCriteria", "documentation":"The search criteria, including field names and comparison types.
" } } }, "SearchViewsResponse":{ "type":"structure", "members":{ "Views":{ "shape":"ViewSearchSummaryList", "documentation":"A list of views that match the search criteria.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The approximate total number of views that match the search criteria.
" } } }, "SearchVocabulariesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "MaxResults":{ "shape":"MaxResult100", "documentation":"The maximum number of results to return per page.
" }, "NextToken":{ "shape":"VocabularyNextToken", "documentation":"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.
" }, "State":{ "shape":"VocabularyState", "documentation":"The current state of the custom vocabulary.
" }, "NameStartsWith":{ "shape":"VocabularyName", "documentation":"The starting pattern of the name of the vocabulary.
" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
" } } }, "SearchVocabulariesResponse":{ "type":"structure", "members":{ "VocabularySummaryList":{ "shape":"VocabularySummaryList", "documentation":"The list of the available custom vocabularies.
" }, "NextToken":{ "shape":"VocabularyNextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" } } }, "SearchWorkspaceAssociationsRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult500", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"WorkspaceAssociationSearchFilter", "documentation":"Filters to apply to the search, such as tag-based filters.
" }, "SearchCriteria":{ "shape":"WorkspaceAssociationSearchCriteria", "documentation":"The search criteria, including workspace ID, resource ID, or resource type.
" } } }, "SearchWorkspaceAssociationsResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "WorkspaceAssociations":{ "shape":"WorkspaceAssociationSearchSummaryList", "documentation":"A list of workspace associations that match the search criteria.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The approximate total number of workspace associations that match the search criteria.
" } } }, "SearchWorkspacesRequest":{ "type":"structure", "required":["InstanceId"], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "NextToken":{ "shape":"NextToken2500", "documentation":"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.
" }, "MaxResults":{ "shape":"MaxResult500", "documentation":"The maximum number of results to return per page.
", "box":true }, "SearchFilter":{ "shape":"WorkspaceSearchFilter", "documentation":"Filters to apply to the search, such as tag-based filters.
" }, "SearchCriteria":{ "shape":"WorkspaceSearchCriteria", "documentation":"The search criteria, including field names and comparison types.
" } } }, "SearchWorkspacesResponse":{ "type":"structure", "members":{ "NextToken":{ "shape":"NextToken", "documentation":"If there are additional results, this is the token for the next set of results.
" }, "Workspaces":{ "shape":"WorkspaceSearchSummaryList", "documentation":"A list of workspaces that match the search criteria.
" }, "ApproximateTotalCount":{ "shape":"ApproximateTotalCount", "documentation":"The approximate total number of workspaces that match the search criteria.
" } } }, "SearchableAgentCriteriaStep":{ "type":"structure", "members":{ "AgentIds":{ "shape":"AgentResourceIdList", "documentation":"The identifiers of agents used in preferred agents matching.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining multiple agent criteria steps.
" } }, "documentation":"The agent criteria to search for preferred agents on the routing criteria.
" }, "SearchableContactAttributeKey":{ "type":"string", "max":100, "min":1, "sensitive":true }, "SearchableContactAttributeValue":{ "type":"string", "max":100, "min":0, "sensitive":true }, "SearchableContactAttributeValueList":{ "type":"list", "member":{"shape":"SearchableContactAttributeValue"}, "max":20, "min":0 }, "SearchableContactAttributes":{ "type":"structure", "required":["Criteria"], "members":{ "Criteria":{ "shape":"SearchableContactAttributesCriteriaList", "documentation":"The list of criteria based on user-defined contact attributes that are configured for contact search.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining search criteria using multiple searchable contact attributes.
" } }, "documentation":"A structure that defines search criteria based on user-defined contact attributes that are configured for contact search.
" }, "SearchableContactAttributesCriteria":{ "type":"structure", "required":[ "Key", "Values" ], "members":{ "Key":{ "shape":"SearchableContactAttributeKey", "documentation":"The key containing a searchable user-defined contact attribute.
" }, "Values":{ "shape":"SearchableContactAttributeValueList", "documentation":"The list of values to search for within a user-defined contact attribute.
" } }, "documentation":"The search criteria based on user-defined contact attribute key and values to search on.
" }, "SearchableContactAttributesCriteriaList":{ "type":"list", "member":{"shape":"SearchableContactAttributesCriteria"}, "max":15, "min":0 }, "SearchableQueueType":{ "type":"string", "enum":["STANDARD"] }, "SearchableRoutingCriteria":{ "type":"structure", "members":{ "Steps":{ "shape":"SearchableRoutingCriteriaStepList", "documentation":"The list of Routing criteria steps of the contact routing.
" } }, "documentation":"Routing criteria of the contact to match on.
" }, "SearchableRoutingCriteriaStep":{ "type":"structure", "members":{ "AgentCriteria":{ "shape":"SearchableAgentCriteriaStep", "documentation":"Agent matching the routing step of the routing criteria
" } }, "documentation":"Routing criteria of the contact to match on.
" }, "SearchableRoutingCriteriaStepList":{ "type":"list", "member":{"shape":"SearchableRoutingCriteriaStep"} }, "SearchableSegmentAttributeKey":{ "type":"string", "max":64, "min":1, "sensitive":true }, "SearchableSegmentAttributeValue":{ "type":"string", "max":128, "min":0, "sensitive":true }, "SearchableSegmentAttributeValueList":{ "type":"list", "member":{"shape":"SearchableSegmentAttributeValue"}, "max":20, "min":1, "sensitive":true }, "SearchableSegmentAttributes":{ "type":"structure", "required":["Criteria"], "members":{ "Criteria":{ "shape":"SearchableSegmentAttributesCriteriaList", "documentation":"The list of criteria based on searchable segment attributes.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining search criteria using multiple searchable segment attributes.
" } }, "documentation":"The search criteria based on searchable segment attributes of a contact
" }, "SearchableSegmentAttributesCriteria":{ "type":"structure", "required":[ "Key", "Values" ], "members":{ "Key":{ "shape":"SearchableSegmentAttributeKey", "documentation":"The key containing a searchable segment attribute.
" }, "Values":{ "shape":"SearchableSegmentAttributeValueList", "documentation":"The list of values to search for within a searchable segment attribute.
" } }, "documentation":"The search criteria based on searchable segment attribute key and values to search on.
" }, "SearchableSegmentAttributesCriteriaList":{ "type":"list", "member":{"shape":"SearchableSegmentAttributesCriteria"}, "max":15, "min":1 }, "SecurityKey":{ "type":"structure", "members":{ "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
" }, "Key":{ "shape":"PEM", "documentation":"The key of the security key.
" }, "CreationTime":{ "shape":"timestamp", "documentation":"When the security key was created.
" } }, "documentation":"Configuration information of the security key.
" }, "SecurityKeysList":{ "type":"list", "member":{"shape":"SecurityKey"} }, "SecurityProfile":{ "type":"structure", "members":{ "Id":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profile.
" }, "OrganizationResourceId":{ "shape":"InstanceId", "documentation":"The organization resource identifier for the security profile.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the security profile.
" }, "SecurityProfileName":{ "shape":"SecurityProfileName", "documentation":"The name for the security profile.
" }, "Description":{ "shape":"SecurityProfileDescription", "documentation":"The description of the security profile.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "AllowedAccessControlTags":{ "shape":"AllowedAccessControlTags", "documentation":"The list of tags that a security profile uses to restrict access to resources in Connect Customer.
" }, "TagRestrictedResources":{ "shape":"TagRestrictedResourceList", "documentation":"The list of resources that a security profile applies tag restrictions to in Connect Customer.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" }, "HierarchyRestrictedResources":{ "shape":"HierarchyRestrictedResourceList", "documentation":"The list of resources that a security profile applies hierarchy restrictions to in Connect Customer. Following are acceptable ResourceNames: User.
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Connect Customer.
" }, "GranularAccessControlConfiguration":{ "shape":"GranularAccessControlConfiguration", "documentation":"The granular access control configuration for the security profile, including data table permissions.
" } }, "documentation":"Contains information about a security profile.
" }, "SecurityProfileDescription":{ "type":"string", "max":250 }, "SecurityProfileId":{"type":"string"}, "SecurityProfileIds":{ "type":"list", "member":{"shape":"SecurityProfileId"}, "max":10, "min":1 }, "SecurityProfileItem":{ "type":"structure", "members":{ "Id":{ "shape":"SecurityProfileId", "documentation":"Id of a security profile item.
" } }, "documentation":"Security profile items.
" }, "SecurityProfileName":{"type":"string"}, "SecurityProfilePermission":{ "type":"string", "max":128, "min":1 }, "SecurityProfilePolicyKey":{ "type":"string", "max":128, "min":1 }, "SecurityProfilePolicyValue":{ "type":"string", "max":256 }, "SecurityProfileSearchConditionList":{ "type":"list", "member":{"shape":"SecurityProfileSearchCriteria"} }, "SecurityProfileSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"SecurityProfileSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"SecurityProfileSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{"shape":"StringCondition"} }, "documentation":"The search criteria to be used to return security profiles.
The name field support \"contains\" queries with a minimum of 2 characters and maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
The identifier of the security profile.
" }, "OrganizationResourceId":{ "shape":"InstanceId", "documentation":"The organization resource identifier.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the security profile.
" }, "SecurityProfileName":{ "shape":"SecurityProfileName", "documentation":"The name of the security profile.
" }, "Description":{ "shape":"SecurityProfileDescription", "documentation":"The description of the security profile.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"Information about the returned security profiles.
" }, "SecurityProfileSummary":{ "type":"structure", "members":{ "Id":{ "shape":"SecurityProfileId", "documentation":"The identifier of the security profile.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the security profile.
" }, "Name":{ "shape":"SecurityProfileName", "documentation":"The name of the security profile.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about a security profile.
" }, "SecurityProfileSummaryList":{ "type":"list", "member":{"shape":"SecurityProfileSummary"} }, "SecurityProfiles":{ "type":"list", "member":{"shape":"SecurityProfileItem"}, "max":10, "min":1 }, "SecurityProfiles100":{ "type":"list", "member":{"shape":"SecurityProfileItem"}, "max":100 }, "SecurityProfilesSearchFilter":{ "type":"structure", "members":{ "TagFilter":{"shape":"ControlPlaneTagFilter"} }, "documentation":"Filters to be applied to search results.
" }, "SecurityProfilesSearchSummaryList":{ "type":"list", "member":{"shape":"SecurityProfileSearchSummary"} }, "SecurityToken":{ "type":"string", "sensitive":true }, "SegmentAttributeName":{ "type":"string", "max":128, "min":1 }, "SegmentAttributeValue":{ "type":"structure", "members":{ "ValueString":{ "shape":"SegmentAttributeValueString", "documentation":"The value of a segment attribute.
" }, "ValueMap":{ "shape":"SegmentAttributeValueMap", "documentation":"The value of a segment attribute.
" }, "ValueInteger":{ "shape":"SegmentAttributeValueInteger", "documentation":"The value of a segment attribute.
" }, "ValueList":{ "shape":"SegmentAttributeValueList", "documentation":"The value of a segment attribute. This is only supported for system-defined attributes, not for user-defined attributes.
" }, "ValueArn":{ "shape":"SegmentAttributeValueString", "documentation":"The value of a segment attribute that has to be a valid ARN. This is only supported for system-defined attributes, not for user-defined attributes.
" } }, "documentation":"A value for a segment attribute. This is structured as a map where the key is valueString and the value is a string.
External identifier of chat customer participant, used in part to uniquely identify a chat. For SMS, this is the E164 phone number of the chat customer participant.
" }, "DestinationId":{ "shape":"DestinationId", "documentation":"Chat system identifier, used in part to uniquely identify chat. This is associated with the Connect Customer instance and flow to be used to start chats. For Server Migration Service, this is the phone number destination of inbound Server Migration Service messages represented by an Amazon Web Services End User Messaging phone number ARN.
" }, "Subtype":{ "shape":"Subtype", "documentation":"Classification of a channel. This is used in part to uniquely identify chat.
Valid value: [\"connect:sms\", connect:\"WhatsApp\"]
Chat integration event payload
" }, "NewSessionDetails":{ "shape":"NewSessionDetails", "documentation":"Contact properties to apply when starting a new chat. If the integration event is handled with an existing chat, this is ignored.
" } } }, "SendChatIntegrationEventResponse":{ "type":"structure", "members":{ "InitialContactId":{ "shape":"ContactId", "documentation":"Identifier of chat contact used to handle integration event. This may be null if the integration event is not valid without an already existing chat contact.
" }, "NewChatCreated":{ "shape":"NewChatCreated", "documentation":"Whether handling the integration event resulted in creating a new chat or acting on existing chat.
" } } }, "SendNotificationActionDefinition":{ "type":"structure", "required":[ "DeliveryMethod", "Content", "ContentType", "Recipient" ], "members":{ "DeliveryMethod":{ "shape":"NotificationDeliveryType", "documentation":"Notification delivery method.
" }, "Subject":{ "shape":"Subject", "documentation":"The subject of the email if the delivery method is EMAIL. Supports variable injection. For more information, see JSONPath reference in the Connect Customer Administrators Guide.
Notification content. Supports variable injection. For more information, see JSONPath reference in the Connect Customer Administrators Guide.
" }, "ContentType":{ "shape":"NotificationContentType", "documentation":"Content type format.
" }, "Recipient":{ "shape":"NotificationRecipientType", "documentation":"Notification recipient.
" }, "Exclusion":{ "shape":"NotificationRecipientType", "documentation":"Recipients to exclude from notification.
" } }, "documentation":"Information about the send notification action.
" }, "SendOutboundEmailRequest":{ "type":"structure", "required":[ "InstanceId", "FromEmailAddress", "DestinationEmailAddress", "EmailMessage", "TrafficType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "FromEmailAddress":{ "shape":"EmailAddressInfo", "documentation":"The email address to be used for sending email.
" }, "DestinationEmailAddress":{ "shape":"EmailAddressInfo", "documentation":"The email address to send the email to.
" }, "AdditionalRecipients":{ "shape":"OutboundAdditionalRecipients", "documentation":"The additional recipients address of the email in CC.
" }, "EmailMessage":{ "shape":"OutboundEmailContent", "documentation":"The email message body to be sent to the newly created email.
" }, "TrafficType":{ "shape":"TrafficType", "documentation":"Denotes the class of traffic.
Only the CAMPAIGN traffic type is supported.
A Campaign object need for Campaign traffic type.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "SendOutboundEmailResponse":{ "type":"structure", "members":{} }, "SendOutboundWebNotificationRequest":{ "type":"structure", "required":[ "InstanceId", "BrowserId", "SessionId", "ExpiresAt", "Source", "Destination", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "BrowserId":{ "shape":"WebBrowserId", "documentation":"A unique identifier for the customer's web browser instance to which the notification is being sent.
" }, "SessionId":{ "shape":"WebSessionId", "documentation":"A unique identifier for the customer's web session to which the notification is being sent.
" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"The timestamp, in Unix epoch time format, at which the web notification expires. After this time, the notification is no longer delivered to the customer's browser.
" }, "Source":{ "shape":"WebNotificationSource", "documentation":"The source of the web notification. A SourceCampaign object identifies the campaign and outbound request that triggered this notification.
The destination for the web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.
" }, "Content":{ "shape":"WebNotificationContent", "documentation":"The content of the web notification, including the notification type, the view to render, and any optional attributes used to populate it.
" } } }, "SendOutboundWebNotificationResponse":{ "type":"structure", "members":{} }, "SensitivePhoneNumber":{ "type":"string", "pattern":"\\+[1-9]\\d{1,14}$", "sensitive":true }, "SentimentConfiguration":{ "type":"structure", "required":["Behavior"], "members":{ "Behavior":{ "shape":"Behavior", "documentation":"Controls whether sentiment analysis is applied to the analytics output. Valid values: Enable | Disable.
The sentiment configuration for conversational analytics.
" }, "ServiceQuotaExceededException":{ "type":"structure", "members":{ "Message":{"shape":"Message"}, "Reason":{"shape":"ServiceQuotaExceededExceptionReason"} }, "documentation":"The service quota has been exceeded.
", "error":{"httpStatusCode":402}, "exception":true }, "ServiceQuotaExceededExceptionReason":{ "type":"structure", "members":{ "AttachedFileServiceQuotaExceededExceptionReason":{ "shape":"AttachedFileServiceQuotaExceededExceptionReason", "documentation":"Total file size of all files or total number of files exceeds the service quota
" } }, "documentation":"The reason for the exception.
", "union":true }, "SessionId":{ "type":"string", "max":36 }, "SessionInactivityDurationMinutes":{ "type":"integer", "max":20160, "min":0 }, "SignInConfig":{ "type":"structure", "required":["Distributions"], "members":{ "Distributions":{ "shape":"SignInDistributionList", "documentation":"Information about traffic distributions.
" } }, "documentation":"The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
" }, "SignInDistribution":{ "type":"structure", "required":[ "Region", "Enabled" ], "members":{ "Region":{ "shape":"AwsRegion", "documentation":"The Amazon Web Services Region of the sign in distribution.
" }, "Enabled":{ "shape":"Boolean", "documentation":"Whether sign in distribution is enabled.
" } }, "documentation":"The distribution of sign in traffic between the instance and its replica(s).
" }, "SignInDistributionList":{ "type":"list", "member":{"shape":"SignInDistribution"} }, "SingleSelectOptions":{ "type":"list", "member":{"shape":"TaskTemplateSingleSelectOption"} }, "SingleSelectQuestionRuleCategoryAutomation":{ "type":"structure", "required":[ "Category", "Condition", "OptionRefId" ], "members":{ "Category":{ "shape":"SingleSelectQuestionRuleCategoryAutomationLabel", "documentation":"The category name, as defined in Rules.
" }, "Condition":{ "shape":"SingleSelectQuestionRuleCategoryAutomationCondition", "documentation":"The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
The identifier of the answer option.
" } }, "documentation":"Information about the automation option based on a rule category for a single select question.
" }, "SingleSelectQuestionRuleCategoryAutomationCondition":{ "type":"string", "enum":[ "PRESENT", "NOT_PRESENT" ] }, "SingleSelectQuestionRuleCategoryAutomationLabel":{"type":"string"}, "SlaAssignmentType":{ "type":"string", "enum":["CASES"] }, "SlaFieldValueUnionList":{ "type":"list", "member":{"shape":"FieldValueUnion"}, "max":1 }, "SlaName":{ "type":"string", "max":500, "min":1, "pattern":"^.*[\\S]$" }, "SlaType":{ "type":"string", "enum":["CaseField"] }, "Slug":{ "type":"string", "max":63, "min":0, "pattern":"^$|^[\\\\p{L}\\\\p{Z}\\\\p{N}\\\\-_.:=@'|]{3,}$" }, "SnapshotVersion":{"type":"string"}, "Sort":{ "type":"structure", "required":[ "FieldName", "Order" ], "members":{ "FieldName":{ "shape":"SortableFieldName", "documentation":"The name of the field on which to sort.
" }, "Order":{ "shape":"SortOrder", "documentation":"An ascending or descending sort.
" } }, "documentation":"A structure that defines the field name to sort by and a sort order.
" }, "SortOrder":{ "type":"string", "enum":[ "ASCENDING", "DESCENDING" ] }, "SortableFieldName":{ "type":"string", "enum":[ "INITIATION_TIMESTAMP", "SCHEDULED_TIMESTAMP", "CONNECTED_TO_AGENT_TIMESTAMP", "DISCONNECT_TIMESTAMP", "INITIATION_METHOD", "CHANNEL", "EXPIRY_TIMESTAMP" ] }, "SourceApplicationName":{ "type":"string", "max":100, "min":1, "pattern":"^[a-zA-Z0-9_ -]+$" }, "SourceCampaign":{ "type":"structure", "members":{ "CampaignId":{ "shape":"CampaignId", "documentation":"A unique identifier for a campaign.
" }, "OutboundRequestId":{ "shape":"OutboundRequestId", "documentation":"A unique identifier for a each request part of same campaign.
" } }, "documentation":"Information about the campaign.
" }, "SourceId":{ "type":"string", "max":255, "min":1 }, "SourceType":{ "type":"string", "enum":[ "SALESFORCE", "ZENDESK", "CASES" ] }, "StartAttachedFileUploadRequest":{ "type":"structure", "required":[ "InstanceId", "FileName", "FileSizeInBytes", "FileUseCaseType", "AssociatedResourceArn" ], "members":{ "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "FileName":{ "shape":"FileName", "documentation":"A case-sensitive name of the attached file being uploaded.
" }, "FileSizeInBytes":{ "shape":"FileSizeInBytes", "documentation":"The size of the attached file in bytes.
", "box":true }, "UrlExpiryInSeconds":{ "shape":"URLExpiryInSeconds", "documentation":"Optional override for the expiry of the pre-signed S3 URL in seconds. The default value is 300.
" }, "FileUseCaseType":{ "shape":"FileUseCaseType", "documentation":"The use case for the file.
Only ATTACHMENTS are supported.
The resource to which the attached file is (being) uploaded to. The supported resources are Cases and Email.
This value must be a valid ARN.
Represents the identity that created the file.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
The unique identifier of the attached file resource (ARN).
" }, "FileId":{ "shape":"FileId", "documentation":"The unique identifier of the attached file resource.
" }, "CreationTime":{ "shape":"ISO8601Datetime", "documentation":"The time of Creation of the file resource as an ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2024-05-03T02:41:28.172Z.
The current status of the attached file.
" }, "CreatedBy":{ "shape":"CreatedByInfo", "documentation":"Represents the identity that created the file.
" }, "UploadUrlMetadata":{ "shape":"UploadUrlMetadata", "documentation":"The headers to be provided while uploading the file to the URL.
" } }, "documentation":"Response from StartAttachedFileUpload API." }, "StartChatContactRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId", "ParticipantDetails" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow for initiating the chat. To see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to Routing, Flows. Choose the flow. On the flow page, under the name of the 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-xxxxxxxxxxxx
" }, "Attributes":{ "shape":"Attributes", "documentation":"A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in 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.
" }, "ParticipantDetails":{ "shape":"ParticipantDetails", "documentation":"Information identifying the participant.
" }, "ParticipantConfiguration":{ "shape":"ParticipantConfiguration", "documentation":"The configuration of the participant.
" }, "InitialMessage":{ "shape":"ChatMessage", "documentation":"The initial message to be sent to the newly created chat.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "ChatDurationInMinutes":{ "shape":"ChatDurationInMinutes", "documentation":"The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
" }, "SupportedMessagingContentTypes":{ "shape":"SupportedMessagingContentTypes", "documentation":"The supported chat message content types. Supported types are text/plain, text/markdown, application/json, application/vnd.amazonaws.connect.message.interactive, and application/vnd.amazonaws.connect.message.interactive.response.
Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain: [text/plain, text/markdown, application/json], [text/markdown, text/plain], [text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response].
The type application/vnd.amazonaws.connect.message.interactive is required to use the Show view flow block.
Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how to configure for them, see Enable persistent chat.
" }, "RelatedContactId":{ "shape":"ContactId", "documentation":"The unique identifier for an Connect Customer contact. This identifier is related to the chat starting.
You cannot provide data for both RelatedContactId and PersistentChat.
A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.
Attribute keys can include only alphanumeric, -, and _.
This field can be used to show channel subtype, such as connect:Guide.
The types application/vnd.amazonaws.connect.message.interactive and application/vnd.amazonaws.connect.message.interactive.response must be present in the SupportedMessagingContentTypes field of this API in order to set SegmentAttributes as { \"connect:Subtype\": {\"valueString\" : \"connect:Guide\" }}.
The customer's identification number. For example, the CustomerId may be a customer number from your CRM.
A list of participant types to automatically disconnect when the end customer ends the chat session, allowing them to continue through disconnect flows such as surveys or feedback forms.
" } } }, "StartChatContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of this contact within the Connect Customer instance.
" }, "ParticipantId":{ "shape":"ParticipantId", "documentation":"The identifier for a chat participant. The participantId for a chat participant is the same throughout the chat lifecycle.
" }, "ParticipantToken":{ "shape":"ParticipantToken", "documentation":"The token used by the chat participant to call CreateParticipantConnection. The participant token is valid for the lifetime of a chat participant.
" }, "ContinuedFromContactId":{ "shape":"ContactId", "documentation":"The contactId from which a persistent chat session is started. This field is populated only for persistent chats.
" } } }, "StartContactConversationalAnalyticsJobRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "AnalyticsModes", "AnalyticsConfiguration" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"uri", "locationName":"ContactId" }, "AnalyticsModes":{ "shape":"AnalyticsModes", "documentation":"The analytics modes to run for the contact. Valid values: PostContact.
The configuration for the conversational analytics job.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
" } } }, "StartContactConversationalAnalyticsJobResponse":{ "type":"structure", "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" } } }, "StartContactEvaluationRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "EvaluationFormId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "AutoEvaluationConfiguration":{ "shape":"AutoEvaluationConfiguration", "documentation":"Whether automated evaluations are enabled.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "StartContactEvaluationResponse":{ "type":"structure", "required":[ "EvaluationId", "EvaluationArn" ], "members":{ "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
" }, "EvaluationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" } } }, "StartContactMediaProcessingRequest":{ "type":"structure", "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "ProcessorArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the Lambda processor. You can find the Amazon Resource Name of the lambda in the lambda console.
" }, "FailureMode":{ "shape":"ContactMediaProcessingFailureMode", "documentation":"The desired behavior for failed message processing.
" } } }, "StartContactMediaProcessingResponse":{ "type":"structure", "members":{} }, "StartContactRecordingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "InitialContactId", "VoiceRecordingConfiguration" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
" }, "VoiceRecordingConfiguration":{ "shape":"VoiceRecordingConfiguration", "documentation":"The person being recorded.
" } } }, "StartContactRecordingResponse":{ "type":"structure", "members":{} }, "StartContactStreamingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "ChatStreamingConfiguration", "ClientToken" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
" }, "ChatStreamingConfiguration":{ "shape":"ChatStreamingConfiguration", "documentation":"The streaming configuration, such as the Amazon SNS streaming endpoint.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "StartContactStreamingResponse":{ "type":"structure", "required":["StreamingId"], "members":{ "StreamingId":{ "shape":"StreamingId", "documentation":"The identifier of the streaming configuration enabled.
" } } }, "StartEmailContactRequest":{ "type":"structure", "required":[ "InstanceId", "FromEmailAddress", "DestinationEmailAddress", "EmailMessage" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "FromEmailAddress":{ "shape":"EmailAddressInfo", "documentation":"The email address of the customer.
" }, "DestinationEmailAddress":{ "shape":"EmailAddress", "documentation":"The email address associated with the Connect Customer instance.
" }, "Description":{ "shape":"Description", "documentation":"A description of the email contact.
" }, "References":{ "shape":"ContactReferences", "documentation":"A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Emails can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE. EMAIL | EMAIL_MESSAGE |ATTACHMENT are not a supported reference type during email creation.
The name of a email that is shown to an agent in the Contact Control Panel (CCP).
" }, "EmailMessage":{ "shape":"InboundEmailContent", "documentation":"The email message body to be sent to the newly created email.
" }, "AdditionalRecipients":{ "shape":"InboundAdditionalRecipients", "documentation":"The additional recipients address of the email.
" }, "Attachments":{ "shape":"EmailAttachments", "documentation":"List of S3 presigned URLs of email attachments and their file name.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow for initiating the emails. To see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to Routing, Flows. Choose the flow. On the flow page, under the name of the 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-xxxxxxxxxxxx
" }, "RelatedContactId":{ "shape":"ContactId", "documentation":"The contactId that is related to this contact. Linking emails together by using RelatedContactID copies over contact attributes from the related email contact to the new email contact. All updates to user-defined attributes in the new email contact are limited to the individual contact ID. There are no limits to the number of contacts that can be linked by using RelatedContactId.
A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and can be accessed in 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.
" }, "SegmentAttributes":{ "shape":"SegmentAttributes", "documentation":"A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.
Attribute keys can include only alphanumeric, -, and _.
This field can be used to show channel subtype, such as connect:Guide.
To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will be active for before expiring, with SegmentAttributes like { \"connect:ContactExpiry\": {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\":135}}}}.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "StartEmailContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of this contact within the Connect Customer instance.
" } } }, "StartEvaluationFormValidationRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId", "EvaluationFormVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"The version of the evaluation form to validate.
" } } }, "StartEvaluationFormValidationResponse":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn", "EvaluationFormVersion" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the evaluation form resource.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form.
" } } }, "StartOutboundChatContactRequest":{ "type":"structure", "required":[ "SourceEndpoint", "DestinationEndpoint", "InstanceId", "SegmentAttributes", "ContactFlowId" ], "members":{ "SourceEndpoint":{"shape":"Endpoint"}, "DestinationEndpoint":{"shape":"Endpoint"}, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "SegmentAttributes":{ "shape":"SegmentAttributes", "documentation":"A set of system defined key-value pairs stored on individual contact segments using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.
Attribute keys can include only alphanumeric, -, and _.
This field can be used to show channel subtype, such as connect:SMS and connect:WhatsApp.
A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and can be accessed in flows just like any other contact attributes.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow for the call. To see the ContactFlowId in the Connect Customer console user interface, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the 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/123ec456-a007-89c0-1234-xxxxxxxxxxxx
The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25 hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).
" }, "ParticipantDetails":{"shape":"ParticipantDetails"}, "InitialSystemMessage":{"shape":"ChatMessage"}, "InitialTemplatedSystemMessage":{"shape":"TemplatedMessageConfig"}, "RelatedContactId":{ "shape":"ContactId", "documentation":"The unique identifier for an Connect Customer contact. This identifier is related to the contact starting.
" }, "SupportedMessagingContentTypes":{ "shape":"SupportedMessagingContentTypes", "documentation":"The supported chat message content types. Supported types are:
text/plain
text/markdown
application/json, application/vnd.amazonaws.connect.message.interactive
application/vnd.amazonaws.connect.message.interactive.response
Content types must always contain text/plain. You can then put any other supported type in the list. For example, all the following lists are valid because they contain text/plain:
[text/plain, text/markdown, application/json]
[text/markdown, text/plain]
[text/plain, application/json, application/vnd.amazonaws.connect.message.interactive.response]
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
", "idempotencyToken":true } } }, "StartOutboundChatContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of this contact within the Connect Customer instance.
" } } }, "StartOutboundEmailContactRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "DestinationEmailAddress", "EmailMessage" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "FromEmailAddress":{ "shape":"EmailAddressInfo", "documentation":"The email address associated with the Connect Customer instance.
" }, "DestinationEmailAddress":{ "shape":"EmailAddressInfo", "documentation":"The email address of the customer.
" }, "AdditionalRecipients":{ "shape":"OutboundAdditionalRecipients", "documentation":"The additional recipients address of email in CC.
" }, "EmailMessage":{ "shape":"OutboundEmailContent", "documentation":"The email message body to be sent to the newly created email.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "StartOutboundEmailContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" } } }, "StartOutboundVoiceContactRequest":{ "type":"structure", "required":[ "DestinationPhoneNumber", "ContactFlowId", "InstanceId" ], "members":{ "Name":{ "shape":"Name", "documentation":"The name of a voice contact that is shown to an agent in the Contact Control Panel (CCP).
" }, "Description":{ "shape":"Description", "documentation":"A description of the voice contact that appears in the agent's snapshot in the CCP logs. For more information about CCP logs, see Download and review CCP logs in the Connect Customer Administrator Guide.
" }, "References":{ "shape":"ContactReferences", "documentation":"A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Contacts can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL. ATTACHMENT is not a supported reference type during voice contact creation.
The contactId that is related to this contact. Linking voice, task, or chat by using RelatedContactID copies over contact attributes from the related contact to the new contact. All updates to user-defined attributes in the new contact are limited to the individual contact ID. There are no limits to the number of contacts that can be linked by using RelatedContactId.
The phone number of the customer, in E.164 format.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow for the outbound call. To see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to Routing, Contact Flows. Choose the flow. On the flow page, under the name of the 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-xxxxxxxxxxxx
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs. The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
", "idempotencyToken":true }, "SourcePhoneNumber":{ "shape":"PhoneNumber", "documentation":"The phone number associated with the Connect Customer instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.
" }, "QueueId":{ "shape":"QueueId", "documentation":"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 flow is used. If you do not specify a queue, you must specify a source phone number.
" }, "Attributes":{ "shape":"Attributes", "documentation":"A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and can be accessed in 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.
" }, "AnswerMachineDetectionConfig":{ "shape":"AnswerMachineDetectionConfig", "documentation":"Configuration of the answering machine detection for this outbound call.
" }, "CampaignId":{ "shape":"CampaignId", "documentation":"The campaign identifier of the outbound communication.
" }, "TrafficType":{ "shape":"TrafficType", "documentation":"Denotes the class of traffic. Calls with different traffic types are handled differently by Connect Customer. The default value is GENERAL. Use CAMPAIGN if EnableAnswerMachineDetection is set to true. For all other cases, use GENERAL.
Information about the outbound strategy.
" }, "RingTimeoutInSeconds":{ "shape":"RingTimeoutInSeconds", "documentation":"The maximum time the outbound call will wait for the destination to answer the call, in seconds
" } } }, "StartOutboundVoiceContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of this contact within the Connect Customer instance.
" } } }, "StartScreenSharingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId" ], "members":{ "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" } } }, "StartScreenSharingResponse":{ "type":"structure", "members":{} }, "StartTaskContactRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "PreviousContactId":{ "shape":"ContactId", "documentation":"The identifier of the previous chat, voice, or task contact. Any updates to user-defined attributes to task contacts linked using the same PreviousContactID will affect every contact in the chain. There can be a maximum of 12 linked task contacts in a chain.
The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to Routing, Flows. Choose the flow. On the flow page, under the name of the 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-xxxxxxxxxxxx
" }, "Attributes":{ "shape":"Attributes", "documentation":"A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and can be accessed in 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.
" }, "Name":{ "shape":"Name", "documentation":"The name of a task that is shown to an agent in the Contact Control Panel (CCP).
" }, "References":{ "shape":"ContactReferences", "documentation":"A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL. ATTACHMENT is not a supported reference type during task creation.
A description of the task that is shown to an agent in the Contact Control Panel (CCP).
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "ScheduledTime":{ "shape":"Timestamp", "documentation":"The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
" }, "TaskTemplateId":{ "shape":"TaskTemplateId", "documentation":"A unique identifier for the task template. For more information about task templates, see Create task templates in the Connect Customer Administrator Guide.
" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect. Tasks that are created by using QuickConnectId will use the flow that is defined on agent or queue quick connect. For more information about quick connects, see Create quick connects.
The contactId that is related to this contact. Linking tasks together by using RelatedContactID copies over contact attributes from the related task contact to the new task contact. All updates to user-defined attributes in the new task contact are limited to the individual contact ID, unlike what happens when tasks are linked by using PreviousContactID. There are no limits to the number of contacts that can be linked by using RelatedContactId.
A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.
Attribute keys can include only alphanumeric, -, and _.
This field can be used to set Contact Expiry as a duration in minutes and set a UserId for the User who created a task.
To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will be active for before expiring, with SegmentAttributes like { \"connect:ContactExpiry\": {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\": 135}}}}.
To set the created by user, a valid AgentResourceId must be supplied, with SegmentAttributes like { \"connect:CreatedByUser\" { \"ValueString\": \"arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/agent/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"}}}.
List of S3 presigned URLs of task attachments and their file name. You can have a maximum of 5 attachments per task.
" } } }, "StartTaskContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of this contact within the Connect Customer instance.
" } } }, "StartTestCaseExecutionRequest":{ "type":"structure", "required":[ "InstanceId", "TestCaseId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case to execute.
", "location":"uri", "locationName":"TestCaseId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "StartTestCaseExecutionResponse":{ "type":"structure", "members":{ "TestCaseExecutionId":{ "shape":"TestCaseExecutionId", "documentation":"The identifier of the test case execution.
" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case resource that was executed.
" }, "Status":{"shape":"TestCaseExecutionStatus"} } }, "StartWebRTCContactRequest":{ "type":"structure", "required":[ "ContactFlowId", "InstanceId", "ParticipantDetails" ], "members":{ "Attributes":{ "shape":"Attributes", "documentation":"A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and can be accessed in 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, -, and _ characters.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
The token is valid for 7 days after creation. If a contact is already started, the contact ID is returned.
", "idempotencyToken":true }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow for the call. To see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to Routing, Flows. Choose the flow. On the flow page, under the name of the 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-xxxxxxxxxxxx
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "AllowedCapabilities":{ "shape":"AllowedCapabilities", "documentation":"Information about the video sharing capabilities of the participants (customer, agent).
" }, "ParticipantDetails":{"shape":"ParticipantDetails"}, "RelatedContactId":{ "shape":"ContactId", "documentation":"The unique identifier for an Connect Customer contact. This identifier is related to the contact starting.
" }, "References":{ "shape":"ContactReferences", "documentation":"A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following reference types at the time of creation: URL | NUMBER | STRING | DATE | EMAIL. ATTACHMENT is not a supported reference type during task creation.
A description of the task that is shown to an agent in the Contact Control Panel (CCP).
" } } }, "StartWebRTCContactResponse":{ "type":"structure", "members":{ "ConnectionData":{ "shape":"ConnectionData", "documentation":"Information required for the client application (mobile application or website) to connect to the call.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "ParticipantId":{ "shape":"ParticipantId", "documentation":"The identifier for a contact participant. The ParticipantId for a contact participant is the same throughout the contact lifecycle.
The token used by the contact participant to call the CreateParticipantConnection API. The participant token is valid for the lifetime of a contact participant.
" } } }, "StateTransition":{ "type":"structure", "members":{ "State":{ "shape":"ParticipantState", "documentation":"The state of the transition.
" }, "StateStartTimestamp":{ "shape":"timestamp", "documentation":"The date and time when the state started in UTC time.
" }, "StateEndTimestamp":{ "shape":"timestamp", "documentation":"The date and time when the state ended in UTC time.
" } }, "documentation":"Information about the state transition of a supervisor.
" }, "StateTransitions":{ "type":"list", "member":{"shape":"StateTransition"} }, "Statistic":{ "type":"string", "enum":[ "SUM", "MAX", "AVG" ] }, "Status":{ "type":"string", "enum":[ "COMPLETE", "IN_PROGRESS", "DELETED" ] }, "Step":{ "type":"structure", "members":{ "Expiry":{ "shape":"Expiry", "documentation":"An object to specify the expiration of a routing step.
" }, "Expression":{ "shape":"Expression", "documentation":"A tagged union to specify expression for a routing step.
" }, "Status":{ "shape":"RoutingCriteriaStepStatus", "documentation":"Represents status of the Routing step.
" } }, "documentation":"Step signifies the criteria to be used for routing to an agent
" }, "Steps":{ "type":"list", "member":{"shape":"Step"} }, "StopContactMediaProcessingRequest":{ "type":"structure", "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" } } }, "StopContactMediaProcessingResponse":{ "type":"structure", "members":{} }, "StopContactRecordingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "InitialContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
" }, "ContactRecordingType":{ "shape":"ContactRecordingType", "documentation":"The type of recording being operated on.
" } } }, "StopContactRecordingResponse":{ "type":"structure", "members":{} }, "StopContactRequest":{ "type":"structure", "required":[ "ContactId", "InstanceId" ], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The ID of the contact.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "DisconnectReason":{ "shape":"DisconnectReason", "documentation":"The reason a contact can be disconnected. Only Connect Customer outbound campaigns can provide this field. For a list and description of all the possible disconnect reasons by channel (including outbound campaign voice contacts) see DisconnectReason under ContactTraceRecord in the Connect Customer Administrator Guide.
" } } }, "StopContactResponse":{ "type":"structure", "members":{} }, "StopContactStreamingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "StreamingId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center.
" }, "StreamingId":{ "shape":"StreamingId", "documentation":"The identifier of the streaming configuration enabled.
" } } }, "StopContactStreamingResponse":{ "type":"structure", "members":{} }, "StopTestCaseExecutionRequest":{ "type":"structure", "required":[ "InstanceId", "TestCaseExecutionId", "TestCaseId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseExecutionId":{ "shape":"TestCaseExecutionId", "documentation":"The identifier of the test case execution to stop.
", "location":"uri", "locationName":"TestCaseExecutionId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
", "location":"uri", "locationName":"TestCaseId" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "StopTestCaseExecutionResponse":{ "type":"structure", "members":{} }, "StorageType":{ "type":"string", "enum":[ "S3", "KINESIS_VIDEO_STREAM", "KINESIS_STREAM", "KINESIS_FIREHOSE" ] }, "StreamingId":{ "type":"string", "max":100, "min":1 }, "String":{"type":"string"}, "StringComparisonType":{ "type":"string", "enum":[ "STARTS_WITH", "CONTAINS", "EXACT" ] }, "StringCondition":{ "type":"structure", "members":{ "FieldName":{ "shape":"String", "documentation":"The name of the field in the string condition.
" }, "Value":{ "shape":"String", "documentation":"The value of the string.
" }, "ComparisonType":{ "shape":"StringComparisonType", "documentation":"The type of comparison to be made when evaluating the string condition.
" } }, "documentation":"A leaf node condition which can be used to specify a string condition.
" }, "StringReference":{ "type":"structure", "members":{ "Name":{ "shape":"ReferenceKey", "documentation":"Identifier of the string reference.
" }, "Value":{ "shape":"ReferenceValue", "documentation":"A valid string.
" } }, "documentation":"Information about a reference when the referenceType is STRING. Otherwise, null.
The identifier of the auto-evaluation enabled form.
" } }, "documentation":"Information about the submit automated evaluation action.
" }, "SubmitContactEvaluationRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
", "location":"uri", "locationName":"EvaluationId" }, "Answers":{ "shape":"EvaluationAnswersInputMap", "documentation":"A map of question identifiers to answer value.
" }, "Notes":{ "shape":"EvaluationNotesMap", "documentation":"A map of question identifiers to note value.
" }, "SubmittedBy":{ "shape":"EvaluatorUserUnion", "documentation":"The ID of the user who submitted the contact evaluation.
" } } }, "SubmitContactEvaluationResponse":{ "type":"structure", "required":[ "EvaluationId", "EvaluationArn" ], "members":{ "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
" }, "EvaluationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" } } }, "Subtype":{ "type":"string", "max":100, "min":1 }, "Subtypes":{ "type":"list", "member":{"shape":"Subtype"}, "max":10 }, "SuccessfulBatchAssociationSummary":{ "type":"structure", "members":{ "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the resource that was successfully associated.
" } }, "documentation":"Contains information about a resource that was successfully associated with a workspace in a batch operation.
" }, "SuccessfulBatchAssociationSummaryList":{ "type":"list", "member":{"shape":"SuccessfulBatchAssociationSummary"} }, "SuccessfulRequest":{ "type":"structure", "members":{ "RequestIdentifier":{ "shape":"RequestIdentifier", "documentation":"Request identifier provided in the API call in the ContactDataRequest to create a contact.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The contactId of the contact that was created successfully.
" } }, "documentation":"Request for which contact was successfully created.
" }, "SuccessfulRequestList":{ "type":"list", "member":{"shape":"SuccessfulRequest"} }, "SummaryConfiguration":{ "type":"structure", "required":["SummaryModes"], "members":{ "SummaryModes":{ "shape":"SummaryModes", "documentation":"The summary modes that determine what type of summarization is generated. Valid values: PostContact | AutomatedInteraction | ContactChain.
The summary configuration for conversational analytics.
" }, "SummaryMode":{ "type":"string", "enum":[ "PostContact", "AutomatedInteraction", "ContactChain" ] }, "SummaryModes":{ "type":"list", "member":{"shape":"SummaryMode"}, "max":2, "min":0 }, "SupportedMessagingContentType":{ "type":"string", "max":100, "min":1 }, "SupportedMessagingContentTypes":{ "type":"list", "member":{"shape":"SupportedMessagingContentType"} }, "SuspendContactRecordingRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "InitialContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "InitialContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
" }, "ContactRecordingType":{ "shape":"ContactRecordingType", "documentation":"The type of recording being operated on.
" } } }, "SuspendContactRecordingResponse":{ "type":"structure", "members":{} }, "TagAndConditionList":{ "type":"list", "member":{"shape":"TagCondition"} }, "TagCondition":{ "type":"structure", "members":{ "TagKey":{ "shape":"String", "documentation":"The tag key in the tag condition.
" }, "TagValue":{ "shape":"String", "documentation":"The tag value in the tag condition.
" } }, "documentation":"A leaf node condition which can be used to specify a tag condition, for example, HAVE BPO = 123.
The identifier of the contact in this instance of Connect Customer.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Tags":{ "shape":"ContactTagMap", "documentation":"The tags to be assigned to the contact resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
Authorization is not supported by this tag.
The Amazon Resource Name (ARN) of the resource.
", "location":"uri", "locationName":"resourceArn" }, "tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } } }, "TagRestrictedResourceList":{ "type":"list", "member":{"shape":"TagRestrictedResourceName"}, "max":10 }, "TagRestrictedResourceName":{ "type":"string", "max":128, "min":1 }, "TagSearchCondition":{ "type":"structure", "members":{ "tagKey":{ "shape":"TagKeyString", "documentation":"The tag key used in the tag search condition.
" }, "tagValue":{ "shape":"TagValueString", "documentation":"The tag value used in the tag search condition.
" }, "tagKeyComparisonType":{ "shape":"StringComparisonType", "documentation":"The type of comparison to be made when evaluating the tag key in tag search condition.
" }, "tagValueComparisonType":{ "shape":"StringComparisonType", "documentation":"The type of comparison to be made when evaluating the tag value in tag search condition.
" } }, "documentation":"The search criteria to be used to return tags.
" }, "TagSet":{ "type":"structure", "members":{ "key":{ "shape":"TagKey", "documentation":"The tag key in the TagSet.
" }, "value":{ "shape":"TagValue", "documentation":"The tag value in the tagSet.
" } }, "documentation":"A tag set contains tag key and tag value.
" }, "TagValue":{ "type":"string", "max":256 }, "TagValueString":{ "type":"string", "max":256 }, "TagsList":{ "type":"list", "member":{"shape":"TagSet"} }, "TargetListType":{ "type":"string", "enum":["PROFICIENCIES"] }, "TargetSlaMinutes":{ "type":"long", "max":1051200, "min":1 }, "TaskActionDefinition":{ "type":"structure", "required":[ "Name", "ContactFlowId" ], "members":{ "Name":{ "shape":"TaskNameExpression", "documentation":"The name. Supports variable injection. For more information, see JSONPath reference in the Connect Customer Administrators Guide.
" }, "Description":{ "shape":"TaskDescriptionExpression", "documentation":"The description. Supports variable injection. For more information, see JSONPath reference in the Connect Customer Administrators Guide.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" }, "References":{ "shape":"ContactReferences", "documentation":"Information about the reference when the referenceType is URL. Otherwise, null. (Supports variable injection in the Value field.)
Information about the task action.
" }, "TaskAttachment":{ "type":"structure", "required":[ "FileName", "S3Url" ], "members":{ "FileName":{ "shape":"FileName", "documentation":"A case-sensitive name of the attached file being uploaded.
" }, "S3Url":{ "shape":"PreSignedAttachmentUrl", "documentation":"The pre-signed URLs for the S3 bucket where the task attachment is stored.
" } }, "documentation":"Information about the task attachment files.
" }, "TaskAttachments":{ "type":"list", "member":{"shape":"TaskAttachment"}, "max":5, "min":1, "sensitive":true }, "TaskDescriptionExpression":{ "type":"string", "max":4096, "min":0 }, "TaskNameExpression":{ "type":"string", "max":512, "min":1 }, "TaskTemplateArn":{ "type":"string", "max":500, "min":1 }, "TaskTemplateConstraints":{ "type":"structure", "members":{ "RequiredFields":{ "shape":"RequiredTaskTemplateFields", "documentation":"Lists the fields that are required to be filled by agents.
" }, "ReadOnlyFields":{ "shape":"ReadOnlyTaskTemplateFields", "documentation":"Lists the fields that are read-only to agents, and cannot be edited.
" }, "InvisibleFields":{ "shape":"InvisibleTaskTemplateFields", "documentation":"Lists the fields that are invisible to agents.
" } }, "documentation":"Describes constraints that apply to the template fields.
" }, "TaskTemplateDefaultFieldValue":{ "type":"structure", "members":{ "Id":{ "shape":"TaskTemplateFieldIdentifier", "documentation":"Identifier of a field.
" }, "DefaultValue":{ "shape":"TaskTemplateFieldValue", "documentation":"Default value for the field.
" } }, "documentation":"Describes a default field and its corresponding value.
" }, "TaskTemplateDefaultFieldValueList":{ "type":"list", "member":{"shape":"TaskTemplateDefaultFieldValue"} }, "TaskTemplateDefaults":{ "type":"structure", "members":{ "DefaultFieldValues":{ "shape":"TaskTemplateDefaultFieldValueList", "documentation":"Default value for the field.
" } }, "documentation":"Describes default values for fields on a template.
" }, "TaskTemplateDescription":{ "type":"string", "max":255, "min":1 }, "TaskTemplateField":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"TaskTemplateFieldIdentifier", "documentation":"The unique identifier for the field.
" }, "Description":{ "shape":"TaskTemplateFieldDescription", "documentation":"The description of the field.
" }, "Type":{ "shape":"TaskTemplateFieldType", "documentation":"Indicates the type of field.
" }, "SingleSelectOptions":{ "shape":"SingleSelectOptions", "documentation":"A list of options for a single select field.
" } }, "documentation":"Describes a single task template field.
" }, "TaskTemplateFieldDescription":{ "type":"string", "max":255, "min":1 }, "TaskTemplateFieldIdentifier":{ "type":"structure", "members":{ "Name":{ "shape":"TaskTemplateFieldName", "documentation":"The name of the task template field.
" } }, "documentation":"The identifier of the task template field.
" }, "TaskTemplateFieldName":{ "type":"string", "max":100, "min":1 }, "TaskTemplateFieldType":{ "type":"string", "enum":[ "NAME", "DESCRIPTION", "SCHEDULED_TIME", "QUICK_CONNECT", "URL", "NUMBER", "TEXT", "TEXT_AREA", "DATE_TIME", "BOOLEAN", "SINGLE_SELECT", "EMAIL", "SELF_ASSIGN", "EXPIRY_DURATION" ] }, "TaskTemplateFieldValue":{ "type":"string", "max":4096, "min":0 }, "TaskTemplateFields":{ "type":"list", "member":{"shape":"TaskTemplateField"} }, "TaskTemplateId":{ "type":"string", "max":500, "min":1 }, "TaskTemplateInfoV2":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the task template used to create this contact.
" }, "Name":{ "shape":"TaskTemplateName", "documentation":"The name of the task template used to create this contact.
" } }, "documentation":"Information about the task template used to create this contact.
" }, "TaskTemplateList":{ "type":"list", "member":{"shape":"TaskTemplateMetadata"} }, "TaskTemplateMetadata":{ "type":"structure", "members":{ "Id":{ "shape":"TaskTemplateId", "documentation":"A unique identifier for the task template.
" }, "Arn":{ "shape":"TaskTemplateArn", "documentation":"The Amazon Resource Name (ARN) of the task template.
" }, "Name":{ "shape":"TaskTemplateName", "documentation":"The name of the task template.
" }, "Description":{ "shape":"TaskTemplateDescription", "documentation":"The description of the task template.
" }, "Status":{ "shape":"TaskTemplateStatus", "documentation":"Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
The timestamp when the task template was last modified.
" }, "CreatedTime":{ "shape":"timestamp", "documentation":"The timestamp when the task template was created.
" } }, "documentation":"Contains summary information about the task template.
" }, "TaskTemplateName":{ "type":"string", "max":100, "min":1 }, "TaskTemplateSingleSelectOption":{ "type":"string", "max":100, "min":1 }, "TaskTemplateStatus":{ "type":"string", "enum":[ "ACTIVE", "INACTIVE" ] }, "TelephonyConfig":{ "type":"structure", "required":["Distributions"], "members":{ "Distributions":{ "shape":"DistributionList", "documentation":"Information about traffic distributions.
" } }, "documentation":"The distribution of traffic between the instance and its replicas.
" }, "TemplateAttributes":{ "type":"structure", "members":{ "CustomAttributes":{ "shape":"Attributes", "documentation":"An object that specifies the custom attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
" }, "CustomerProfileAttributes":{ "shape":"CustomerProfileAttributesSerialized", "documentation":"An object that specifies the customer profile attributes values to use for variables in the message template. This object contains different categories of key-value pairs. Each key defines a variable or placeholder in the message template.
" } }, "documentation":"Information about the template attributes.
" }, "TemplateId":{ "type":"string", "max":500, "min":1 }, "TemplatedMessageConfig":{ "type":"structure", "required":[ "KnowledgeBaseId", "MessageTemplateId", "TemplateAttributes" ], "members":{ "KnowledgeBaseId":{ "shape":"MessageTemplateKnowledgeBaseId", "documentation":"The identifier of the knowledge base. Can be either the ID or the ARN. URLs cannot contain the ARN.
" }, "MessageTemplateId":{ "shape":"MessageTemplateId", "documentation":"The identifier of the message template Id.
" }, "TemplateAttributes":{ "shape":"TemplateAttributes", "documentation":"Information about template attributes, that is, CustomAttributes or CustomerProfileAttributes.
" } }, "documentation":"Information about template message configuration.
" }, "TestCase":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the test case.
" }, "Id":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
" }, "Name":{ "shape":"TestCaseName", "documentation":"The name of the test case.
" }, "Content":{ "shape":"TestCaseContent", "documentation":"The JSON string that represents the content of the test.
" }, "EntryPoint":{ "shape":"TestCaseEntryPoint", "documentation":"Defines the starting point for the test, including channel type and parameters.
" }, "InitializationData":{ "shape":"TestCaseInitializationData", "documentation":"Defines the test attributes for precise data representation. The value must be a valid JSON string.
" }, "Description":{ "shape":"TestCaseDescription", "documentation":"The description of the test case.
" }, "Status":{ "shape":"TestCaseStatus", "documentation":"Indicates the test status as either SAVED or PUBLISHED.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The time at which the test case was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The region in which the test case was last modified.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource.
" }, "TestCaseSha256":{ "shape":"TestCaseSha256", "documentation":"The SHA256 hash of the test case content.
" } }, "documentation":"Contains information about a test case.
" }, "TestCaseContent":{"type":"string"}, "TestCaseDescription":{"type":"string"}, "TestCaseEntryPoint":{ "type":"structure", "members":{ "Type":{ "shape":"TestCaseEntryPointType", "documentation":"The type of entry point.
" }, "VoiceCallEntryPointParameters":{ "shape":"VoiceCallEntryPointParameters", "documentation":"Parameters for voice call entry point.
" }, "ChatEntryPointParameters":{ "shape":"ChatEntryPointParameters", "documentation":"Parameters for chat entry point.
" } }, "documentation":"Defines the starting point for a test case.
" }, "TestCaseEntryPointType":{ "type":"string", "enum":[ "VOICE_CALL", "CHAT" ] }, "TestCaseExecution":{ "type":"structure", "members":{ "StartTime":{ "shape":"Timestamp", "documentation":"The timestamp when the test case execution started.
" }, "EndTime":{ "shape":"Timestamp", "documentation":"The timestamp when the test case execution ended.
" }, "TestCaseExecutionId":{ "shape":"TestCaseExecutionId", "documentation":"The identifier of the test case execution.
" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
" }, "TestCaseExecutionStatus":{ "shape":"TestCaseExecutionStatus", "documentation":"The status of the test case execution.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource.
" } }, "documentation":"Contains information about a test case execution.
" }, "TestCaseExecutionId":{ "type":"string", "max":500 }, "TestCaseExecutionList":{ "type":"list", "member":{"shape":"TestCaseExecution"} }, "TestCaseExecutionStatus":{ "type":"string", "documentation":"The status of a test case execution.
", "enum":[ "INITIATED", "PASSED", "FAILED", "IN_PROGRESS", "STOPPED" ] }, "TestCaseId":{ "type":"string", "max":500 }, "TestCaseInitializationData":{"type":"string"}, "TestCaseName":{ "type":"string", "min":1 }, "TestCaseResourceId":{ "type":"string", "max":256, "min":1 }, "TestCaseSearchConditionList":{ "type":"list", "member":{"shape":"TestCaseSearchCriteria"} }, "TestCaseSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"TestCaseSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"TestCaseSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
" }, "StatusCondition":{ "shape":"TestCaseStatus", "documentation":"The status of the test case.
" } }, "documentation":"The search criteria to be used to return test cases.
" }, "TestCaseSearchFilter":{ "type":"structure", "members":{ "TagFilter":{ "shape":"ControlPlaneTagFilter", "documentation":"An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.
" } }, "documentation":"Filters to be applied to search results.
" }, "TestCaseSearchSummaryList":{ "type":"list", "member":{"shape":"TestCase"} }, "TestCaseSha256":{ "type":"string", "max":64, "min":1, "pattern":"^[a-zA-Z0-9]{64}$" }, "TestCaseStatus":{ "type":"string", "documentation":"The status of a test case.
", "enum":[ "PUBLISHED", "SAVED" ] }, "TestCaseSummary":{ "type":"structure", "members":{ "Id":{ "shape":"TestCaseId", "documentation":"The identifier of the test case.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the test case.
" }, "Name":{ "shape":"ContactFlowName", "documentation":"The name of the test case.
" }, "Status":{ "shape":"TestCaseStatus", "documentation":"The status of the test case.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The time at which the test case was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The region in which the test case was last modified.
" } }, "documentation":"Contains summary information about a test case.
" }, "TestCaseSummaryList":{ "type":"list", "member":{"shape":"TestCaseSummary"} }, "ThemeImageLink":{ "type":"string", "max":254, "min":1, "pattern":".*\\\\S.*" }, "ThemeString":{ "type":"string", "max":127, "min":1, "pattern":".*\\\\S.*" }, "Threshold":{ "type":"structure", "members":{ "Comparison":{ "shape":"Comparison", "documentation":"The type of comparison. Only \"less than\" (LT) comparisons are supported.
" }, "ThresholdValue":{ "shape":"ThresholdValue", "documentation":"The threshold value to compare.
", "box":true } }, "documentation":"Contains information about the threshold for service level metrics.
" }, "ThresholdCollections":{ "type":"list", "member":{"shape":"ThresholdV2"}, "max":1 }, "ThresholdV2":{ "type":"structure", "members":{ "Comparison":{ "shape":"ResourceArnOrId", "documentation":"The type of comparison. Currently, \"less than\" (LT), \"less than equal\" (LTE), and \"greater than\" (GT) comparisons are supported.
" }, "ThresholdValue":{ "shape":"ThresholdValue", "documentation":"The threshold value to compare.
", "box":true } }, "documentation":"Contains information about the threshold for service level metrics.
" }, "ThresholdValue":{"type":"double"}, "ThrottlingException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"The throttling limit has been exceeded.
", "error":{"httpStatusCode":429}, "exception":true }, "TimeZone":{"type":"string"}, "TimerEligibleParticipantRoles":{ "type":"string", "enum":[ "CUSTOMER", "AGENT" ] }, "Timestamp":{"type":"timestamp"}, "TooManyRequestsException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"Displayed when rate-related API limits are exceeded.
", "error":{"httpStatusCode":429}, "exception":true }, "TotalCount":{"type":"long"}, "TotalPauseCount":{ "type":"integer", "max":10, "min":0 }, "TotalPauseDurationInSeconds":{ "type":"integer", "min":0 }, "TrafficDistributionGroup":{ "type":"structure", "members":{ "Id":{ "shape":"TrafficDistributionGroupId", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
" }, "Arn":{ "shape":"TrafficDistributionGroupArn", "documentation":"The Amazon Resource Name (ARN) of the traffic distribution group.
" }, "Name":{ "shape":"Name128", "documentation":"The name of the traffic distribution group.
" }, "Description":{ "shape":"Description250", "documentation":"The description of the traffic distribution group.
" }, "InstanceArn":{ "shape":"InstanceArn", "documentation":"The Amazon Resource Name (ARN).
" }, "Status":{ "shape":"TrafficDistributionGroupStatus", "documentation":"The status of the traffic distribution group.
CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.
ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded.
CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed.
PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.
DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed.
UPDATE_IN_PROGRESS means the previous UpdateTrafficDistribution operation is still in progress and has not yet completed.
The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "IsDefault":{ "shape":"Boolean", "documentation":"Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica.
The SignInConfig distribution is available only on a default TrafficDistributionGroup (see the IsDefault parameter in the TrafficDistributionGroup data type). If you call UpdateTrafficDistribution with a modified SignInConfig and a non-default TrafficDistributionGroup, an InvalidRequestException is returned.
Information about a traffic distribution group.
" }, "TrafficDistributionGroupArn":{ "type":"string", "pattern":"^arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z]+-[0-9]{1}:[0-9]{1,20}:traffic-distribution-group/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, "TrafficDistributionGroupId":{ "type":"string", "pattern":"^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, "TrafficDistributionGroupIdOrArn":{ "type":"string", "pattern":"^(arn:(aws|aws-us-gov):connect:[a-z]{2}-[a-z-]+-[0-9]{1}:[0-9]{1,20}:traffic-distribution-group/)?[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$" }, "TrafficDistributionGroupStatus":{ "type":"string", "enum":[ "CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "PENDING_DELETION", "DELETION_FAILED", "UPDATE_IN_PROGRESS" ] }, "TrafficDistributionGroupSummary":{ "type":"structure", "members":{ "Id":{ "shape":"TrafficDistributionGroupId", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
" }, "Arn":{ "shape":"TrafficDistributionGroupArn", "documentation":"The Amazon Resource Name (ARN) of the traffic distribution group.
" }, "Name":{ "shape":"Name128", "documentation":"The name of the traffic distribution group.
" }, "InstanceArn":{ "shape":"InstanceArn", "documentation":"The Amazon Resource Name (ARN) of the traffic distribution group.
" }, "Status":{ "shape":"TrafficDistributionGroupStatus", "documentation":"The status of the traffic distribution group.
CREATION_IN_PROGRESS means the previous CreateTrafficDistributionGroup operation is still in progress and has not yet completed.
ACTIVE means the previous CreateTrafficDistributionGroup operation has succeeded.
CREATION_FAILED indicates that the previous CreateTrafficDistributionGroup operation has failed.
PENDING_DELETION means the previous DeleteTrafficDistributionGroup operation is still in progress and has not yet completed.
DELETION_FAILED means the previous DeleteTrafficDistributionGroup operation has failed.
UPDATE_IN_PROGRESS means the previous UpdateTrafficDistributionGroup operation is still in progress and has not yet completed.
Whether this is the default traffic distribution group created during instance replication. The default traffic distribution group cannot be deleted by the DeleteTrafficDistributionGroup API. The default traffic distribution group is deleted as part of the process for deleting a replica.
Information about traffic distribution groups.
" }, "TrafficDistributionGroupSummaryList":{ "type":"list", "member":{"shape":"TrafficDistributionGroupSummary"}, "max":10, "min":0 }, "TrafficDistributionGroupUserSummary":{ "type":"structure", "members":{ "UserId":{ "shape":"UserId", "documentation":"The identifier for the user. This can be the ID or the ARN of the user.
" } }, "documentation":"Summary information about a traffic distribution group user.
" }, "TrafficDistributionGroupUserSummaryList":{ "type":"list", "member":{"shape":"TrafficDistributionGroupUserSummary"}, "max":10, "min":0 }, "TrafficType":{ "type":"string", "enum":[ "GENERAL", "CAMPAIGN" ] }, "Transcript":{ "type":"structure", "required":["Criteria"], "members":{ "Criteria":{ "shape":"TranscriptCriteriaList", "documentation":"The list of search criteria based on Contact Lens conversational analytics transcript.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining search criteria using multiple transcript criteria.
" } }, "documentation":"A structure that defines search criteria and matching logic to search for contacts by matching text with transcripts analyzed by Connect Customer Contact Lens.
" }, "TranscriptCriteria":{ "type":"structure", "required":[ "ParticipantRole", "SearchText", "MatchType" ], "members":{ "ParticipantRole":{ "shape":"ParticipantRole", "documentation":"The participant role in a transcript
" }, "SearchText":{ "shape":"SearchTextList", "documentation":"The words or phrases used to search within a transcript.
" }, "MatchType":{ "shape":"SearchContactsMatchType", "documentation":"The match type combining search criteria using multiple search texts in a transcript criteria.
" } }, "documentation":"A structure that defines search criteria base on words or phrases, participants in the Contact Lens conversational analytics transcript.
" }, "TranscriptCriteriaList":{ "type":"list", "member":{"shape":"TranscriptCriteria"}, "max":6, "min":0 }, "TransferContactRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
" }, "UserId":{ "shape":"AgentResourceId", "documentation":"The identifier for the user. This can be the ID or the ARN of the user.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "TransferContactResponse":{ "type":"structure", "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
" }, "ContactArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the contact.
" } } }, "URI":{ "type":"string", "max":2000, "min":1 }, "URLExpiryInSeconds":{ "type":"integer", "max":300, "min":5 }, "Unit":{ "type":"string", "enum":[ "SECONDS", "COUNT", "PERCENT" ] }, "UnprocessedTranscriptLocation":{ "type":"string", "max":1024, "min":0 }, "UntagContactRequest":{ "type":"structure", "required":[ "ContactId", "InstanceId", "TagKeys" ], "members":{ "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"uri", "locationName":"ContactId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "TagKeys":{ "shape":"ContactTagKeys", "documentation":"A list of tag keys. Existing tags on the contact whose keys are members of this list will be removed.
", "location":"querystring", "locationName":"TagKeys" } } }, "UntagContactResponse":{ "type":"structure", "members":{} }, "UntagResourceRequest":{ "type":"structure", "required":[ "resourceArn", "tagKeys" ], "members":{ "resourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the resource.
", "location":"uri", "locationName":"resourceArn" }, "tagKeys":{ "shape":"TagKeyList", "documentation":"The tag keys.
", "location":"querystring", "locationName":"tagKeys" } } }, "UpdateAgentStatusDescription":{ "type":"string", "max":250, "min":0 }, "UpdateAgentStatusRequest":{ "type":"structure", "required":[ "InstanceId", "AgentStatusId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AgentStatusId":{ "shape":"AgentStatusId", "documentation":"The identifier of the agent status.
", "location":"uri", "locationName":"AgentStatusId" }, "Name":{ "shape":"AgentStatusName", "documentation":"The name of the agent status.
" }, "Description":{ "shape":"UpdateAgentStatusDescription", "documentation":"The description of the agent status.
" }, "State":{ "shape":"AgentStatusState", "documentation":"The state of the agent status.
" }, "DisplayOrder":{ "shape":"AgentStatusOrderNumber", "documentation":"The display order of the agent status.
", "box":true }, "ResetOrderNumber":{ "shape":"Boolean", "documentation":"A number indicating the reset order of the agent status.
" } } }, "UpdateAttachedFilesConfigurationRequest":{ "type":"structure", "required":[ "InstanceId", "AttachmentScope" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AttachmentScope":{ "shape":"AttachmentScope", "documentation":"The scope of the attachment. Valid values are EMAIL, CHAT, CASE, and TASK.
The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).
" }, "ExtensionConfiguration":{ "shape":"ExtensionConfiguration", "documentation":"The configuration for allowed file extensions.
" } } }, "UpdateAttachedFilesConfigurationResponse":{ "type":"structure", "required":[ "InstanceId", "AttachmentScope" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
" }, "AttachmentScope":{ "shape":"AttachmentScope", "documentation":"The scope of the attachment.
" }, "MaximumSizeLimitInBytes":{ "shape":"MaximumSizeLimitInBytes", "documentation":"The maximum size limit for attached files in bytes.
" }, "ExtensionConfiguration":{ "shape":"ExtensionConfiguration", "documentation":"The configuration for allowed file extensions.
" }, "LastModifiedTime":{ "shape":"timestamp", "documentation":"The timestamp when the configuration was last modified.
" } } }, "UpdateAuthenticationProfileRequest":{ "type":"structure", "required":[ "AuthenticationProfileId", "InstanceId" ], "members":{ "AuthenticationProfileId":{ "shape":"AuthenticationProfileId", "documentation":"A unique identifier for the authentication profile.
", "location":"uri", "locationName":"AuthenticationProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"AuthenticationProfileName", "documentation":"The name for the authentication profile.
" }, "Description":{ "shape":"AuthenticationProfileDescription", "documentation":"The description for the authentication profile.
" }, "AllowedIps":{ "shape":"IpCidrList", "documentation":"A list of IP address range strings that are allowed to access the instance. For more information on how to configure IP addresses, seeConfigure session timeouts in the Connect Customer Administrator Guide.
" }, "BlockedIps":{ "shape":"IpCidrList", "documentation":"A list of IP address range strings that are blocked from accessing the instance. For more information on how to configure IP addresses, For more information on how to configure IP addresses, see Configure IP-based access control in the Connect Customer Administrator Guide.
" }, "PeriodicSessionDuration":{ "shape":"AccessTokenDuration", "documentation":"The short lived session duration configuration for users logged in to Connect Customer, in minutes. This value determines the maximum possible time before an agent is authenticated. For more information, For more information on how to configure IP addresses, see Configure session timeouts in the Connect Customer Administrator Guide.
", "box":true, "deprecated":true, "deprecatedMessage":"PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.", "deprecatedSince":"10/31/2025" }, "SessionInactivityDuration":{ "shape":"InactivityDuration", "documentation":"The period, in minutes, before an agent is automatically signed out of the contact center when they go inactive.
", "box":true }, "SessionInactivityHandlingEnabled":{ "shape":"Boolean", "documentation":"Determines if automatic logout on user inactivity is enabled.
", "box":true } } }, "UpdateCaseActionDefinition":{ "type":"structure", "required":["Fields"], "members":{ "Fields":{ "shape":"FieldValues", "documentation":"An array of objects with Field ID and Value data.
The UpdateCase action definition.
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Attributes":{ "shape":"Attributes", "documentation":"The Connect Customer attributes. These attributes can be accessed in 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.
In the Set contact attributes block, when the attributes for a contact exceed 32 KB, the contact is routed down the Error branch of the flow. As a mitigation, consider the following options:
Remove unnecessary attributes by setting their values to empty.
If the attributes are only used in one flow and don't need to be referred to outside of that flow (for example, by a Lambda or another flow), then use flow attributes. This way you aren't needlessly persisting the 32 KB of information from one flow to another. For more information, see Flow block: Set contact attributes in the Connect Customer Administrator Guide.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
", "location":"uri", "locationName":"EvaluationId" }, "Answers":{ "shape":"EvaluationAnswersInputMap", "documentation":"A map of question identifiers to answer value.
" }, "Notes":{ "shape":"EvaluationNotesMap", "documentation":"A map of question identifiers to note value.
" }, "UpdatedBy":{ "shape":"EvaluatorUserUnion", "documentation":"The ID of the user who updated the contact evaluation.
" } } }, "UpdateContactEvaluationResponse":{ "type":"structure", "required":[ "EvaluationId", "EvaluationArn" ], "members":{ "EvaluationId":{ "shape":"ResourceId", "documentation":"A unique identifier for the contact evaluation.
" }, "EvaluationArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" } } }, "UpdateContactFlowContentRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" }, "Content":{ "shape":"ContactFlowContent", "documentation":"The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.
Length Constraints: Minimum length of 1. Maximum length of 256000.
" } } }, "UpdateContactFlowContentResponse":{ "type":"structure", "members":{} }, "UpdateContactFlowMetadataRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" }, "Name":{ "shape":"ContactFlowName", "documentation":"The name of the flow.
" }, "Description":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow.
" }, "ContactFlowState":{ "shape":"ContactFlowState", "documentation":"The state of flow.
" } } }, "UpdateContactFlowMetadataResponse":{ "type":"structure", "members":{} }, "UpdateContactFlowModuleAliasRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId", "AliasId" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "AliasId":{ "shape":"ResourceId", "documentation":"The identifier of the alias.
", "location":"uri", "locationName":"AliasId" }, "Name":{ "shape":"ContactFlowModuleName", "documentation":"The name of the alias.
" }, "Description":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the alias.
" }, "ContactFlowModuleVersion":{ "shape":"ResourceVersion", "documentation":"The version of the flow module.
" } } }, "UpdateContactFlowModuleAliasResponse":{ "type":"structure", "members":{} }, "UpdateContactFlowModuleContentRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "Content":{ "shape":"ContactFlowModuleContent", "documentation":"The JSON string that represents the content of the flow. For an example, see Example flow in Connect Customer Flow language.
" }, "Settings":{ "shape":"FlowModuleSettings", "documentation":"Serialized JSON string of the flow module Settings schema.
" } } }, "UpdateContactFlowModuleContentResponse":{ "type":"structure", "members":{} }, "UpdateContactFlowModuleMetadataRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowModuleId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowModuleId":{ "shape":"ContactFlowModuleId", "documentation":"The identifier of the flow module.
", "location":"uri", "locationName":"ContactFlowModuleId" }, "Name":{ "shape":"ContactFlowModuleName", "documentation":"The name of the flow module.
" }, "Description":{ "shape":"ContactFlowModuleDescription", "documentation":"The description of the flow module.
" }, "State":{ "shape":"ContactFlowModuleState", "documentation":"The state of flow module.
" } } }, "UpdateContactFlowModuleMetadataResponse":{ "type":"structure", "members":{} }, "UpdateContactFlowNameRequest":{ "type":"structure", "required":[ "InstanceId", "ContactFlowId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
", "location":"uri", "locationName":"ContactFlowId" }, "Name":{ "shape":"ContactFlowName", "documentation":"The name of the flow.
" }, "Description":{ "shape":"ContactFlowDescription", "documentation":"The description of the flow.
" } } }, "UpdateContactFlowNameResponse":{ "type":"structure", "members":{} }, "UpdateContactRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact. This is the identifier of the contact associated with the first interaction with your contact center.
", "location":"uri", "locationName":"ContactId" }, "Name":{ "shape":"Name", "documentation":"The name of the contact.
" }, "Description":{ "shape":"Description", "documentation":"The description of the contact.
" }, "References":{ "shape":"ContactReferences", "documentation":"Well-formed data on contact, shown to agents on Contact Control Panel (CCP).
" }, "SegmentAttributes":{ "shape":"SegmentAttributes", "documentation":"A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.
Attribute keys can include only alphanumeric, -, and _.
This field can be used to show channel subtype, such as connect:Guide.
Contact Expiry, and user-defined attributes (String - String) that are defined in predefined attributes, can be updated by using the UpdateContact API.
" }, "QueueInfo":{ "shape":"QueueInfoInput", "documentation":"Information about the queue associated with a contact. This parameter can only be updated for external audio contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see Connect Customer Contact Lens integration in the Connect Customer Administrator Guide.
" }, "UserInfo":{ "shape":"UserInfo", "documentation":"Information about the agent associated with a contact. This parameter can only be updated for external audio contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see Connect Customer Contact Lens integration in the Connect Customer Administrator Guide.
" }, "CustomerEndpoint":{ "shape":"Endpoint", "documentation":"The endpoint of the customer for which the contact was initiated. For external audio contacts, this is usually the end customer's phone number. This value can only be updated for external audio contacts. For more information, see Connect Customer Contact Lens integration in the Connect Customer Administrator Guide.
" }, "SystemEndpoint":{ "shape":"Endpoint", "documentation":"External system endpoint for the contact was initiated. For external audio contacts, this is the phone number of the external system such as the contact center. This value can only be updated for external audio contacts. For more information, see Connect Customer Contact Lens integration in the Connect Customer Administrator Guide.
" } } }, "UpdateContactResponse":{ "type":"structure", "members":{} }, "UpdateContactRoutingDataRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"uri", "locationName":"ContactId" }, "QueueTimeAdjustmentSeconds":{ "shape":"QueueTimeAdjustmentSeconds", "documentation":"The number of seconds to add or subtract from the contact's routing age. Contacts are routed to agents on a first-come, first-serve basis. This means that changing their amount of time in queue compared to others also changes their position in queue.
" }, "QueuePriority":{ "shape":"QueuePriority", "documentation":"Priority of the contact in the queue. The default priority for new contacts is 5. You can raise the priority of a contact compared to other contacts in the queue by assigning them a higher priority, such as 1 or 2.
" }, "RoutingCriteria":{ "shape":"RoutingCriteriaInput", "documentation":"Updates the routing criteria on the contact. These properties can be used to change how a contact is routed within the queue.
" } } }, "UpdateContactRoutingDataResponse":{ "type":"structure", "members":{} }, "UpdateContactScheduleRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "ScheduledTime" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact.
" }, "ScheduledTime":{ "shape":"Timestamp", "documentation":"The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.
" } } }, "UpdateContactScheduleResponse":{ "type":"structure", "members":{} }, "UpdateDataTableAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "AttributeName", "Name", "ValueType" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias.
", "location":"uri", "locationName":"DataTableId" }, "AttributeName":{ "shape":"DataTableName", "documentation":"The current name of the attribute to update. Used as an identifier since attribute names can be changed.
", "location":"uri", "locationName":"AttributeName" }, "Name":{ "shape":"DataTableName", "documentation":"The new name for the attribute. Must conform to Connect human readable string specification and be unique within the data table.
" }, "ValueType":{ "shape":"DataTableAttributeValueType", "documentation":"The updated value type for the attribute. When changing value types, existing values are not deleted but may return default values if incompatible.
" }, "Description":{ "shape":"DataTableDescription", "documentation":"The updated description for the attribute.
" }, "Primary":{ "shape":"Boolean", "documentation":"Whether the attribute should be treated as a primary key. Converting to primary attribute requires existing values to maintain uniqueness.
" }, "Validation":{ "shape":"Validation", "documentation":"The updated validation rules for the attribute. Changes do not affect existing values until they are modified.
" } } }, "UpdateDataTableAttributeResponse":{ "type":"structure", "required":[ "Name", "LockVersion" ], "members":{ "Name":{ "shape":"DataTableName", "documentation":"The trimmed name and identifier for the updated attribute.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The new lock version for the attribute after the update.
" } } }, "UpdateDataTableMetadataRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "Name", "ValueLockLevel", "TimeZone" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the version is provided as part of the identifier or ARN, the version must be $LATEST. Providing any other alias fails with an error.
", "location":"uri", "locationName":"DataTableId" }, "Name":{ "shape":"DataTableName", "documentation":"The updated name for the data table. Must conform to Connect human readable string specification and have 1-127 characters. Must be unique for the instance using case-insensitive comparison.
" }, "Description":{ "shape":"DataTableDescription", "documentation":"The updated description for the data table. Must conform to Connect human readable string specification and have 0-250 characters.
" }, "ValueLockLevel":{ "shape":"DataTableLockLevel", "documentation":"The updated value lock level for the data table. One of DATA_TABLE, PRIMARY_VALUE, ATTRIBUTE, VALUE, and NONE.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The updated IANA timezone identifier to use when resolving time based dynamic values.
" } } }, "UpdateDataTableMetadataResponse":{ "type":"structure", "required":["LockVersion"], "members":{ "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The new lock version for the data table after the update.
" } } }, "UpdateDataTablePrimaryValuesRequest":{ "type":"structure", "required":[ "InstanceId", "DataTableId", "PrimaryValues", "NewPrimaryValues", "LockVersion" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The unique identifier for the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "DataTableId":{ "shape":"DataTableId", "documentation":"The unique identifier for the data table. Must also accept the table ARN with or without a version alias. If the version is provided as part of the identifier or ARN, the version must be one of the two available system managed aliases, $SAVED or $LATEST.
", "location":"uri", "locationName":"DataTableId" }, "PrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The current primary values for the record. Required and must include values for all primary attributes. Fails if the table has primary attributes and some primary values are omitted.
" }, "NewPrimaryValues":{ "shape":"PrimaryValuesSet", "documentation":"The new primary values for the record. Required and must include values for all primary attributes. The combination must be unique within the table.
" }, "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The lock version information required for optimistic locking to prevent concurrent modifications.
" } } }, "UpdateDataTablePrimaryValuesResponse":{ "type":"structure", "required":["LockVersion"], "members":{ "LockVersion":{ "shape":"DataTableLockVersion", "documentation":"The updated lock version information for the data table and affected components after the primary values change.
" } } }, "UpdateEmailAddressMetadataRequest":{ "type":"structure", "required":[ "InstanceId", "EmailAddressId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
", "location":"uri", "locationName":"EmailAddressId" }, "Description":{ "shape":"Description", "documentation":"The description of the email address.
" }, "DisplayName":{ "shape":"EmailAddressDisplayName", "documentation":"The display name of email address.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
" } } }, "UpdateEmailAddressMetadataResponse":{ "type":"structure", "members":{ "EmailAddressId":{ "shape":"EmailAddressId", "documentation":"The identifier of the email address.
" }, "EmailAddressArn":{ "shape":"EmailAddressArn", "documentation":"The Amazon Resource Name (ARN) of the email address.
" } } }, "UpdateEvaluationFormRequest":{ "type":"structure", "required":[ "InstanceId", "EvaluationFormId", "EvaluationFormVersion", "Title", "Items" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
", "location":"uri", "locationName":"EvaluationFormId" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"A version of the evaluation form to update.
" }, "CreateNewVersion":{ "shape":"BoxedBoolean", "documentation":"A flag indicating whether the operation must create a new version.
", "box":true }, "Title":{ "shape":"EvaluationFormTitle", "documentation":"A title of the evaluation form.
" }, "Description":{ "shape":"EvaluationFormDescription", "documentation":"The description of the evaluation form.
" }, "Items":{ "shape":"EvaluationFormItemsList", "documentation":"Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
" }, "ScoringStrategy":{ "shape":"EvaluationFormScoringStrategy", "documentation":"A scoring strategy of the evaluation form.
" }, "AutoEvaluationConfiguration":{ "shape":"EvaluationFormAutoEvaluationConfiguration", "documentation":"Whether automated evaluations are enabled.
" }, "ReviewConfiguration":{ "shape":"EvaluationReviewConfiguration", "documentation":"Configuration for evaluation review settings of the evaluation form.
" }, "AsDraft":{ "shape":"BoxedBoolean", "documentation":"A boolean flag indicating whether to update evaluation form to draft state.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true }, "TargetConfiguration":{ "shape":"EvaluationFormTargetConfiguration", "documentation":"Configuration that specifies the target for the evaluation form.
" }, "LanguageConfiguration":{ "shape":"EvaluationFormLanguageConfiguration", "documentation":"Configuration for language settings of the evaluation form.
" } } }, "UpdateEvaluationFormResponse":{ "type":"structure", "required":[ "EvaluationFormId", "EvaluationFormArn", "EvaluationFormVersion" ], "members":{ "EvaluationFormId":{ "shape":"ResourceId", "documentation":"The unique identifier for the evaluation form.
" }, "EvaluationFormArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the contact evaluation resource.
" }, "EvaluationFormVersion":{ "shape":"VersionNumber", "documentation":"The version of the updated evaluation form resource.
" } } }, "UpdateHoursOfOperationDescription":{ "type":"string", "max":250, "min":0 }, "UpdateHoursOfOperationOverrideRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId", "HoursOfOperationOverrideId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "HoursOfOperationOverrideId":{ "shape":"HoursOfOperationOverrideId", "documentation":"The identifier for the hours of operation override.
", "location":"uri", "locationName":"HoursOfOperationOverrideId" }, "Name":{ "shape":"CommonHumanReadableName", "documentation":"The name of the hours of operation override.
" }, "Description":{ "shape":"CommonHumanReadableDescription", "documentation":"The description of the hours of operation override.
" }, "Config":{ "shape":"HoursOfOperationOverrideConfigList", "documentation":"Configuration information for the hours of operation override: day, start time, and end time.
" }, "EffectiveFrom":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date from when the hours of operation override would be effective.
" }, "EffectiveTill":{ "shape":"HoursOfOperationOverrideYearMonthDayDateFormat", "documentation":"The date until the hours of operation override is effective.
" }, "RecurrenceConfig":{ "shape":"RecurrenceConfig", "documentation":"Configuration for a recurring event.
" }, "OverrideType":{ "shape":"OverrideType", "documentation":"Whether the override will be defined as a standard or as a recurring event.
For more information about how override types are applied, see Build your list of overrides in the Administrator Guide.
" } } }, "UpdateHoursOfOperationRequest":{ "type":"structure", "required":[ "InstanceId", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier of the hours of operation.
", "location":"uri", "locationName":"HoursOfOperationId" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the hours of operation.
" }, "Description":{ "shape":"UpdateHoursOfOperationDescription", "documentation":"The description of the hours of operation.
" }, "TimeZone":{ "shape":"TimeZone", "documentation":"The time zone of the hours of operation.
" }, "Config":{ "shape":"HoursOfOperationConfigList", "documentation":"Configuration information of the hours of operation.
" } } }, "UpdateInstanceAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "AttributeType", "Value" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AttributeType":{ "shape":"InstanceAttributeType", "documentation":"The type of attribute.
Only allowlisted customers can consume USE_CUSTOM_TTS_VOICES. To access this feature, contact Amazon Web Services Support for allowlisting.
If you set the attribute type as MESSAGE_STREAMING, you need to update the Lex bot alias resource based policy to include the lex:RecognizeMessageAsync action for the connect instance ARN resource.
The value for the attribute. Maximum character limit is 100.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "UpdateInstanceStorageConfigRequest":{ "type":"structure", "required":[ "InstanceId", "AssociationId", "ResourceType", "StorageConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AssociationId":{ "shape":"AssociationId", "documentation":"The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
", "location":"uri", "locationName":"AssociationId" }, "ResourceType":{ "shape":"InstanceStorageResourceType", "documentation":"A valid resource type.
", "location":"querystring", "locationName":"resourceType" }, "StorageConfig":{"shape":"InstanceStorageConfig"}, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "UpdateNotificationContentRequest":{ "type":"structure", "required":[ "InstanceId", "NotificationId", "Content" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NotificationId":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification to update.
", "location":"uri", "locationName":"NotificationId" }, "Content":{ "shape":"NotificationContent", "documentation":"The updated localized content of the notification. A map of locale codes and values. Maximum 500 characters per locale.
" } } }, "UpdateNotificationContentResponse":{ "type":"structure", "members":{}, "documentation":"The response from updating notification content.
" }, "UpdateParticipantAuthenticationRequest":{ "type":"structure", "required":[ "State", "InstanceId" ], "members":{ "State":{ "shape":"ParticipantToken", "documentation":"The state query parameter that was provided by Cognito in the redirectUri. This will also match the state parameter provided in the AuthenticationUrl from the GetAuthenticationUrl response.
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Code":{ "shape":"AuthorizationCode", "documentation":"The code query parameter provided by Cognito in the redirectUri.
The error query parameter provided by Cognito in the redirectUri.
The error_description parameter provided by Cognito in the redirectUri.
Configuration information for the chat participant role.
" } }, "documentation":"Configuration information for the chat participant role.
", "union":true }, "UpdateParticipantRoleConfigRequest":{ "type":"structure", "required":[ "InstanceId", "ContactId", "ChannelConfiguration" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ContactId":{ "shape":"ContactId", "documentation":"The identifier of the contact in this instance of Connect Customer.
", "location":"uri", "locationName":"ContactId" }, "ChannelConfiguration":{ "shape":"UpdateParticipantRoleConfigChannelInfo", "documentation":"The Connect Customer channel you want to configure.
" } } }, "UpdateParticipantRoleConfigResponse":{ "type":"structure", "members":{} }, "UpdatePhoneNumberMetadataRequest":{ "type":"structure", "required":["PhoneNumberId"], "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"The Amazon Resource Name (ARN) or resource ID of the phone number.
", "location":"uri", "locationName":"PhoneNumberId" }, "PhoneNumberDescription":{ "shape":"PhoneNumberDescription", "documentation":"The description of the phone number.
" }, "ClientToken":{ "shape":"ClientToken", "documentation":"A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "UpdatePhoneNumberRequest":{ "type":"structure", "required":["PhoneNumberId"], "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
", "location":"uri", "locationName":"PhoneNumberId" }, "TargetArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for Connect Customer instances or traffic distribution groups that phone number inbound traffic is routed through. You must enter InstanceId or TargetArn.
The identifier of the Connect Customer instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. You must enter InstanceId or TargetArn.
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
", "idempotencyToken":true } } }, "UpdatePhoneNumberResponse":{ "type":"structure", "members":{ "PhoneNumberId":{ "shape":"PhoneNumberId", "documentation":"A unique identifier for the phone number.
" }, "PhoneNumberArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the phone number.
" } } }, "UpdatePredefinedAttributeRequest":{ "type":"structure", "required":[ "InstanceId", "Name" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"PredefinedAttributeName", "documentation":"The name of the predefined attribute.
", "location":"uri", "locationName":"Name" }, "Values":{ "shape":"PredefinedAttributeValues", "documentation":"The values of the predefined attribute.
" }, "Purposes":{ "shape":"PredefinedAttributePurposeNameList", "documentation":"Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Connect Customer admin website.
" }, "AttributeConfiguration":{ "shape":"InputPredefinedAttributeConfiguration", "documentation":"Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Connect Customer admin website.
" } } }, "UpdatePromptRequest":{ "type":"structure", "required":[ "InstanceId", "PromptId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
", "location":"uri", "locationName":"PromptId" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the prompt.
" }, "Description":{ "shape":"PromptDescription", "documentation":"A description of the prompt.
" }, "S3Uri":{ "shape":"S3Uri", "documentation":"The URI for the S3 bucket where the prompt is stored. You can provide S3 pre-signed URLs returned by the GetPromptFile API instead of providing S3 URIs.
" } } }, "UpdatePromptResponse":{ "type":"structure", "members":{ "PromptARN":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the prompt.
" }, "PromptId":{ "shape":"PromptId", "documentation":"A unique identifier for the prompt.
" } } }, "UpdateQueueHoursOfOperationRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "HoursOfOperationId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "HoursOfOperationId":{ "shape":"HoursOfOperationId", "documentation":"The identifier for the hours of operation.
" } } }, "UpdateQueueMaxContactsRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "MaxContacts":{ "shape":"QueueMaxContacts", "documentation":"The maximum number of contacts that can be in the queue before it is considered full.
", "box":true } } }, "UpdateQueueNameRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "Name":{ "shape":"CommonNameLength127", "documentation":"The name of the queue.
" }, "Description":{ "shape":"QueueDescription", "documentation":"The description of the queue.
" } } }, "UpdateQueueOutboundCallerConfigRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "OutboundCallerConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "OutboundCallerConfig":{ "shape":"OutboundCallerConfig", "documentation":"The outbound caller ID name, number, and outbound whisper flow.
" } } }, "UpdateQueueOutboundEmailConfigRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "OutboundEmailConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "OutboundEmailConfig":{ "shape":"OutboundEmailConfig", "documentation":"The outbound email address ID for a specified queue.
" } } }, "UpdateQueueStatusRequest":{ "type":"structure", "required":[ "InstanceId", "QueueId", "Status" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QueueId":{ "shape":"QueueId", "documentation":"The identifier for the queue.
", "location":"uri", "locationName":"QueueId" }, "Status":{ "shape":"QueueStatus", "documentation":"The status of the queue.
" } } }, "UpdateQuickConnectConfigRequest":{ "type":"structure", "required":[ "InstanceId", "QuickConnectId", "QuickConnectConfig" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
", "location":"uri", "locationName":"QuickConnectId" }, "QuickConnectConfig":{ "shape":"QuickConnectConfig", "documentation":"Information about the configuration settings for the quick connect.
" } } }, "UpdateQuickConnectDescription":{ "type":"string", "max":250, "min":0 }, "UpdateQuickConnectNameRequest":{ "type":"structure", "required":[ "InstanceId", "QuickConnectId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "QuickConnectId":{ "shape":"QuickConnectId", "documentation":"The identifier for the quick connect.
", "location":"uri", "locationName":"QuickConnectId" }, "Name":{ "shape":"QuickConnectName", "documentation":"The name of the quick connect.
" }, "Description":{ "shape":"UpdateQuickConnectDescription", "documentation":"The description of the quick connect.
" } } }, "UpdateRoutingProfileAgentAvailabilityTimerRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId", "AgentAvailabilityTimer" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "AgentAvailabilityTimer":{ "shape":"AgentAvailabilityTimer", "documentation":"Whether agents with this routing profile will have their routing order calculated based on time since their last inbound contact or longest idle time.
" } } }, "UpdateRoutingProfileConcurrencyRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId", "MediaConcurrencies" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "MediaConcurrencies":{ "shape":"MediaConcurrencies", "documentation":"The channels that agents can handle in the Contact Control Panel (CCP).
" } } }, "UpdateRoutingProfileDefaultOutboundQueueRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId", "DefaultOutboundQueueId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "DefaultOutboundQueueId":{ "shape":"QueueId", "documentation":"The identifier for the default outbound queue.
" } } }, "UpdateRoutingProfileNameRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "Name":{ "shape":"RoutingProfileName", "documentation":"The name of the routing profile. Must not be more than 127 characters.
" }, "Description":{ "shape":"RoutingProfileDescription", "documentation":"The description of the routing profile. Must not be more than 250 characters.
" } } }, "UpdateRoutingProfileQueuesRequest":{ "type":"structure", "required":[ "InstanceId", "RoutingProfileId", "QueueConfigs" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile.
", "location":"uri", "locationName":"RoutingProfileId" }, "QueueConfigs":{ "shape":"RoutingProfileQueueConfigList", "documentation":"The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
" } } }, "UpdateRuleRequest":{ "type":"structure", "required":[ "RuleId", "InstanceId", "Name", "Function", "Actions", "PublishStatus" ], "members":{ "RuleId":{ "shape":"RuleId", "documentation":"A unique identifier for the rule.
", "location":"uri", "locationName":"RuleId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"RuleName", "documentation":"The name of the rule. You can change the name only if TriggerEventSource is one of the following values: OnZendeskTicketCreate | OnZendeskTicketStatusUpdate | OnSalesforceCaseCreate
The conditions of the rule.
" }, "Actions":{ "shape":"RuleActions", "documentation":"A list of actions to be run when the rule is triggered.
" }, "PublishStatus":{ "shape":"RulePublishStatus", "documentation":"The publish status of the rule.
" } } }, "UpdateSecurityProfileRequest":{ "type":"structure", "required":[ "SecurityProfileId", "InstanceId" ], "members":{ "Description":{ "shape":"SecurityProfileDescription", "documentation":"The description of the security profile.
" }, "Permissions":{ "shape":"PermissionsList", "documentation":"The permissions granted to a security profile. For a list of valid permissions, see List of security profile permissions.
" }, "SecurityProfileId":{ "shape":"SecurityProfileId", "documentation":"The identifier for the security profle.
", "location":"uri", "locationName":"SecurityProfileId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "AllowedAccessControlTags":{ "shape":"AllowedAccessControlTags", "documentation":"The list of tags that a security profile uses to restrict access to resources in Connect Customer.
" }, "TagRestrictedResources":{ "shape":"TagRestrictedResourceList", "documentation":"The list of resources that a security profile applies tag restrictions to in Connect Customer.
" }, "Applications":{ "shape":"Applications", "documentation":"A list of the third-party application's metadata.
" }, "HierarchyRestrictedResources":{ "shape":"HierarchyRestrictedResourceList", "documentation":"The list of resources that a security profile applies hierarchy restrictions to in Connect Customer. Following are acceptable ResourceNames: User.
The identifier of the hierarchy group that a security profile uses to restrict access to resources in Connect Customer.
" }, "AllowedFlowModules":{ "shape":"AllowedFlowModules", "documentation":"A list of Flow Modules an AI Agent can invoke as a tool
" }, "GranularAccessControlConfiguration":{ "shape":"GranularAccessControlConfiguration", "documentation":"The granular access control configuration for the security profile, including data table permissions.
" } } }, "UpdateTaskTemplateRequest":{ "type":"structure", "required":[ "TaskTemplateId", "InstanceId" ], "members":{ "TaskTemplateId":{ "shape":"TaskTemplateId", "documentation":"A unique identifier for the task template.
", "location":"uri", "locationName":"TaskTemplateId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "Name":{ "shape":"TaskTemplateName", "documentation":"The name of the task template.
" }, "Description":{ "shape":"TaskTemplateDescription", "documentation":"The description of the task template.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow that runs by default when a task is created by referencing this template.
" }, "SelfAssignFlowId":{ "shape":"ContactFlowId", "documentation":"The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
" }, "Constraints":{ "shape":"TaskTemplateConstraints", "documentation":"Constraints that are applicable to the fields listed.
" }, "Defaults":{ "shape":"TaskTemplateDefaults", "documentation":"The default values for fields when a task is created by referencing this template.
" }, "Status":{ "shape":"TaskTemplateStatus", "documentation":"Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
Fields that are part of the template.
" } } }, "UpdateTaskTemplateResponse":{ "type":"structure", "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
" }, "Id":{ "shape":"TaskTemplateId", "documentation":"The identifier of the task template resource.
" }, "Arn":{ "shape":"TaskTemplateArn", "documentation":"The Amazon Resource Name (ARN) for the task template resource.
" }, "Name":{ "shape":"TaskTemplateName", "documentation":"The name of the task template.
" }, "Description":{ "shape":"TaskTemplateDescription", "documentation":"The description of the task template.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow that runs by default when a task is created by referencing this template.
" }, "SelfAssignFlowId":{ "shape":"ContactFlowId", "documentation":"The ContactFlowId for the flow that will be run if this template is used to create a self-assigned task.
" }, "Constraints":{ "shape":"TaskTemplateConstraints", "documentation":"Constraints that are applicable to the fields listed.
" }, "Defaults":{ "shape":"TaskTemplateDefaults", "documentation":"The default values for fields when a task is created by referencing this template.
" }, "Fields":{ "shape":"TaskTemplateFields", "documentation":"Fields that are part of the template.
" }, "Status":{ "shape":"TaskTemplateStatus", "documentation":"Marks a template as ACTIVE or INACTIVE for a task to refer to it. Tasks can only be created from ACTIVE templates. If a template is marked as INACTIVE, then a task that refers to this template cannot be created.
The timestamp when the task template was last modified.
" }, "CreatedTime":{ "shape":"timestamp", "documentation":"The timestamp when the task template was created.
" } } }, "UpdateTestCaseRequest":{ "type":"structure", "required":[ "InstanceId", "TestCaseId" ], "members":{ "InstanceId":{ "shape":"InstanceIdOrArn", "documentation":"The identifier of the Amazon Connect instance.
", "location":"uri", "locationName":"InstanceId" }, "TestCaseId":{ "shape":"TestCaseId", "documentation":"The identifier of the test case to update.
", "location":"uri", "locationName":"TestCaseId" }, "Content":{ "shape":"TestCaseContent", "documentation":"The JSON string that represents the content of the test.
" }, "EntryPoint":{ "shape":"TestCaseEntryPoint", "documentation":"Defines the starting point for your test.
" }, "InitializationData":{ "shape":"TestCaseInitializationData", "documentation":"Defines the test attributes for precise data representation.
" }, "Name":{ "shape":"TestCaseName", "documentation":"The name of the test case.
" }, "Description":{ "shape":"TestCaseDescription", "documentation":"The description of the test case.
" }, "Status":{ "shape":"TestCaseStatus", "documentation":"Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The time at which the resource was last modified.
", "location":"header", "locationName":"x-amz-last-modified-time" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The region in which the resource was last modified
", "location":"header", "locationName":"x-amz-last-modified-region" } } }, "UpdateTestCaseResponse":{ "type":"structure", "members":{} }, "UpdateTrafficDistributionRequest":{ "type":"structure", "required":["Id"], "members":{ "Id":{ "shape":"TrafficDistributionGroupIdOrArn", "documentation":"The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
", "location":"uri", "locationName":"Id" }, "TelephonyConfig":{ "shape":"TelephonyConfig", "documentation":"The distribution of traffic between the instance and its replica(s).
" }, "SignInConfig":{ "shape":"SignInConfig", "documentation":"The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
" }, "AgentConfig":{ "shape":"AgentConfig", "documentation":"The distribution of agents between the instance and its replica(s).
" } } }, "UpdateTrafficDistributionResponse":{ "type":"structure", "members":{} }, "UpdateUserConfigRequest":{ "type":"structure", "required":[ "UserId", "InstanceId" ], "members":{ "AutoAcceptConfigs":{ "shape":"AutoAcceptConfigs", "documentation":"The list of auto-accept configuration settings for each channel. When auto-accept is enabled for a channel, available agents are automatically connected to contacts from that channel without needing to manually accept. Auto-accept connects agents to contacts in less than one second.
" }, "AfterContactWorkConfigs":{ "shape":"AfterContactWorkConfigs", "documentation":"The list of after contact work (ACW) timeout configuration settings for each channel. ACW timeout specifies how many seconds agents have for after contact work, such as entering notes about the contact. The minimum setting is 1 second, and the maximum is 2,000,000 seconds (24 days). Enter 0 for an indefinite amount of time, meaning agents must manually choose to end ACW.
" }, "PhoneNumberConfigs":{ "shape":"PhoneNumberConfigs", "documentation":"The list of phone number configuration settings for each channel.
" }, "PersistentConnectionConfigs":{ "shape":"PersistentConnectionConfigs", "documentation":"The list of persistent connection configuration settings for each channel.
" }, "VoiceEnhancementConfigs":{ "shape":"VoiceEnhancementConfigs", "documentation":"The list of voice enhancement configuration settings for each channel.
" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserHierarchyGroupNameRequest":{ "type":"structure", "required":[ "Name", "HierarchyGroupId", "InstanceId" ], "members":{ "Name":{ "shape":"HierarchyGroupName", "documentation":"The name of the hierarchy group. Must not be more than 100 characters.
" }, "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
", "location":"uri", "locationName":"HierarchyGroupId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserHierarchyRequest":{ "type":"structure", "required":[ "UserId", "InstanceId" ], "members":{ "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group.
" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserHierarchyStructureRequest":{ "type":"structure", "required":[ "HierarchyStructure", "InstanceId" ], "members":{ "HierarchyStructure":{ "shape":"HierarchyStructureUpdate", "documentation":"The hierarchy levels to update.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserIdentityInfoRequest":{ "type":"structure", "required":[ "IdentityInfo", "UserId", "InstanceId" ], "members":{ "IdentityInfo":{ "shape":"UserIdentityInfo", "documentation":"The identity information for the user.
" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserNotificationStatusRequest":{ "type":"structure", "required":[ "InstanceId", "NotificationId", "UserId", "Status" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "NotificationId":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification.
", "location":"uri", "locationName":"NotificationId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user whose notification status is being updated.
", "location":"uri", "locationName":"UserId" }, "Status":{ "shape":"NotificationStatus", "documentation":"The new status for the notification. Valid values are READ, UNREAD, and HIDDEN.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the notification status was last modified. Used for cross-region replication and optimistic locking.
", "location":"header", "locationName":"x-amz-last-modified-time" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The AWS Region where the notification status was last modified. Used for cross-region replication.
", "location":"header", "locationName":"x-amz-last-modified-region" } } }, "UpdateUserNotificationStatusResponse":{ "type":"structure", "members":{}, "documentation":"The response from updating a user's notification status.
" }, "UpdateUserPhoneConfigRequest":{ "type":"structure", "required":[ "PhoneConfig", "UserId", "InstanceId" ], "members":{ "PhoneConfig":{ "shape":"UserPhoneConfig", "documentation":"Information about phone configuration settings for the user.
" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserProficienciesRequest":{ "type":"structure", "required":[ "InstanceId", "UserId", "UserProficiencies" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "UserProficiencies":{ "shape":"UserProficiencyList", "documentation":"The proficiencies to be updated for the user. Proficiencies must first be associated to the user. You can do this using AssociateUserProficiencies API.
" } } }, "UpdateUserRoutingProfileRequest":{ "type":"structure", "required":[ "RoutingProfileId", "UserId", "InstanceId" ], "members":{ "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile for the user.
" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateUserSecurityProfilesRequest":{ "type":"structure", "required":[ "SecurityProfileIds", "UserId", "InstanceId" ], "members":{ "SecurityProfileIds":{ "shape":"SecurityProfileIds", "documentation":"The identifiers of the security profiles for the user.
" }, "UserId":{ "shape":"UserId", "documentation":"The identifier of the user account.
", "location":"uri", "locationName":"UserId" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" } } }, "UpdateViewContentRequest":{ "type":"structure", "required":[ "InstanceId", "ViewId", "Status", "Content" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The identifier of the view. Both ViewArn and ViewId can be used.
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
The total uncompressed content has a maximum file size of 400kB.
" } } }, "UpdateViewContentResponse":{ "type":"structure", "members":{ "View":{ "shape":"View", "documentation":"A view resource object. Contains metadata and content necessary to render the view.
" } } }, "UpdateViewMetadataRequest":{ "type":"structure", "required":[ "InstanceId", "ViewId" ], "members":{ "InstanceId":{ "shape":"ViewsInstanceId", "documentation":"The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
", "location":"uri", "locationName":"InstanceId" }, "ViewId":{ "shape":"ViewId", "documentation":"The identifier of the view. Both ViewArn and ViewId can be used.
The name of the view.
" }, "Description":{ "shape":"ViewDescription", "documentation":"The description of the view.
" } } }, "UpdateViewMetadataResponse":{ "type":"structure", "members":{} }, "UpdateWorkspaceMetadataRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "Name":{ "shape":"WorkspaceName", "documentation":"The name of the workspace.
" }, "Description":{ "shape":"WorkspaceDescription", "documentation":"The description of the workspace.
" }, "Title":{ "shape":"WorkspaceTitle", "documentation":"The title displayed for the workspace.
" } } }, "UpdateWorkspaceMetadataResponse":{ "type":"structure", "members":{} }, "UpdateWorkspacePageRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "Page" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "Page":{ "shape":"Page", "documentation":"The current page identifier.
", "location":"uri", "locationName":"Page" }, "NewPage":{ "shape":"Page", "documentation":"The new page identifier, if changing the page name.
" }, "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view to associate with the page.
" }, "Slug":{ "shape":"Slug", "documentation":"The URL-friendly identifier for the page.
" }, "InputData":{ "shape":"InputData", "documentation":"A JSON string containing input parameters for the view.
" } } }, "UpdateWorkspacePageResponse":{ "type":"structure", "members":{} }, "UpdateWorkspaceThemeRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "Theme":{ "shape":"WorkspaceTheme", "documentation":"The theme configuration, including color schemes and visual styles.
" } } }, "UpdateWorkspaceThemeResponse":{ "type":"structure", "members":{} }, "UpdateWorkspaceVisibilityRequest":{ "type":"structure", "required":[ "InstanceId", "WorkspaceId", "Visibility" ], "members":{ "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
", "location":"uri", "locationName":"InstanceId" }, "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
", "location":"uri", "locationName":"WorkspaceId" }, "Visibility":{ "shape":"Visibility", "documentation":"The visibility setting for the workspace. Valid values are: ALL (available to all users), ASSIGNED (available only to assigned users and routing profiles), and NONE (not visible to any users).
A pre-signed S3 URL that should be used for uploading the attached file.
" }, "UrlExpiry":{ "shape":"ISO8601Datetime", "documentation":"The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
A map of headers that should be provided when uploading the attached file.
" } }, "documentation":"Fields required when uploading an attached file.
" }, "Url":{"type":"string"}, "UrlMetadataSignedHeaders":{ "type":"map", "key":{"shape":"UrlMetadataSignedHeadersKey"}, "value":{"shape":"UrlMetadataSignedHeadersValue"} }, "UrlMetadataSignedHeadersKey":{ "type":"string", "max":128, "min":1 }, "UrlMetadataSignedHeadersValue":{ "type":"string", "max":256, "min":1 }, "UrlReference":{ "type":"structure", "members":{ "Name":{ "shape":"ReferenceKey", "documentation":"Identifier of the URL reference.
" }, "Value":{ "shape":"ReferenceValue", "documentation":"A valid URL.
" } }, "documentation":"The URL reference.
" }, "UseCase":{ "type":"structure", "members":{ "UseCaseId":{ "shape":"UseCaseId", "documentation":"The identifier for the use case.
" }, "UseCaseArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the use case.
" }, "UseCaseType":{ "shape":"UseCaseType", "documentation":"The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
" } }, "documentation":"Contains the use case.
" }, "UseCaseId":{ "type":"string", "max":200, "min":1 }, "UseCaseSummaryList":{ "type":"list", "member":{"shape":"UseCase"} }, "UseCaseType":{ "type":"string", "enum":[ "RULES_EVALUATION", "CONNECT_CAMPAIGNS" ] }, "User":{ "type":"structure", "members":{ "Id":{ "shape":"UserId", "documentation":"The identifier of the user account.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user account.
" }, "Username":{ "shape":"AgentUsername", "documentation":"The user name assigned to the user account.
" }, "IdentityInfo":{ "shape":"UserIdentityInfo", "documentation":"Information about the user identity.
" }, "PhoneConfig":{ "shape":"UserPhoneConfig", "documentation":"Information about the phone configuration for the user.
" }, "DirectoryUserId":{ "shape":"DirectoryUserId", "documentation":"The identifier of the user account in the directory used for identity management.
" }, "SecurityProfileIds":{ "shape":"SecurityProfileIds", "documentation":"The identifiers of the security profiles for the user.
" }, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the routing profile for the user.
" }, "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the hierarchy group for the user.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags.
" }, "AutoAcceptConfigs":{ "shape":"AutoAcceptConfigs", "documentation":"The list of auto-accept configuration settings for each channel.
" }, "AfterContactWorkConfigs":{ "shape":"AfterContactWorkConfigs", "documentation":"The list of after contact work (ACW) timeout configuration settings for each channel.
" }, "PhoneNumberConfigs":{ "shape":"PhoneNumberConfigs", "documentation":"The list of phone number configuration settings for each channel.
" }, "PersistentConnectionConfigs":{ "shape":"PersistentConnectionConfigs", "documentation":"The list of persistent connection configuration settings for each channel.
" }, "VoiceEnhancementConfigs":{ "shape":"VoiceEnhancementConfigs", "documentation":"The list of voice enhancement configuration settings for each channel.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains information about a user account for an Connect Customer instance.
" }, "UserData":{ "type":"structure", "members":{ "User":{ "shape":"UserReference", "documentation":"Information about the user for the data that is returned. It contains the resourceId and ARN of the user.
Information about the routing profile that is assigned to the user.
" }, "HierarchyPath":{ "shape":"HierarchyPathReference", "documentation":"Contains information about the levels of a hierarchy group assigned to a user.
" }, "Status":{ "shape":"AgentStatusReference", "documentation":"The status of the agent that they manually set in their Contact Control Panel (CCP), or that the supervisor manually changes in the real-time metrics report.
" }, "AvailableSlotsByChannel":{ "shape":"ChannelToCountMap", "documentation":"A map of available slots by channel. The key is a channel name. The value is an integer: the available number of slots.
" }, "MaxSlotsByChannel":{ "shape":"ChannelToCountMap", "documentation":"A map of maximum slots by channel. The key is a channel name. The value is an integer: the maximum number of slots. This is calculated from MediaConcurrency of the RoutingProfile assigned to the agent.
A map of active slots by channel. The key is a channel name. The value is an integer: the number of active slots.
" }, "Contacts":{ "shape":"AgentContactReferenceList", "documentation":"A list of contact reference information.
" }, "NextStatus":{ "shape":"AgentStatusName", "documentation":"The Next status of the agent.
" } }, "documentation":"Data for a user.
" }, "UserDataFilters":{ "type":"structure", "members":{ "Queues":{ "shape":"Queues", "documentation":"A list of up to 100 queues or ARNs.
" }, "ContactFilter":{ "shape":"ContactFilter", "documentation":"A filter for the user data based on the contact information that is associated to the user. It contains a list of contact states.
" }, "RoutingProfiles":{ "shape":"RoutingProfiles", "documentation":"A list of up to 100 routing profile IDs or ARNs.
" }, "Agents":{ "shape":"AgentsMinOneMaxHundred", "documentation":"A list of up to 100 agent IDs or ARNs.
" }, "UserHierarchyGroups":{ "shape":"UserDataHierarchyGroups", "documentation":"A UserHierarchyGroup ID or ARN.
" } }, "documentation":"A filter for the user data.
" }, "UserDataHierarchyGroups":{ "type":"list", "member":{"shape":"HierarchyGroupId"}, "max":1, "min":1 }, "UserDataList":{ "type":"list", "member":{"shape":"UserData"} }, "UserHierarchyGroupList":{ "type":"list", "member":{"shape":"HierarchyGroup"} }, "UserHierarchyGroupSearchConditionList":{ "type":"list", "member":{"shape":"UserHierarchyGroupSearchCriteria"} }, "UserHierarchyGroupSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"UserHierarchyGroupSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
" }, "AndConditions":{ "shape":"UserHierarchyGroupSearchConditionList", "documentation":"A list of conditions which would be applied together with an AND condition.
" }, "StringCondition":{ "shape":"StringCondition", "documentation":"A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are name, parentId, levelId, and resourceID.
The search criteria to be used to return userHierarchyGroup.
" }, "UserHierarchyGroupSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{ "shape":"ControlPlaneAttributeFilter", "documentation":"An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
Filters to be applied to search results.
" }, "UserId":{"type":"string"}, "UserIdList":{ "type":"list", "member":{"shape":"UserId"} }, "UserIdentityInfo":{ "type":"structure", "members":{ "FirstName":{ "shape":"AgentFirstName", "documentation":"The first name. This is required if you are using Connect Customer or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
" }, "LastName":{ "shape":"AgentLastName", "documentation":"The last name. This is required if you are using Connect Customer or SAML for identity management. Inputs must be in Unicode Normalization Form C (NFC). Text containing characters in a non-NFC form (for example, decomposed characters or combining marks) are not accepted.
" }, "Email":{ "shape":"Email", "documentation":"The email address. If you are using SAML for identity management and include this parameter, an error is returned.
" }, "SecondaryEmail":{ "shape":"Email", "documentation":"The user's secondary email address. If you provide a secondary email, the user receives email notifications - other than password reset notifications - to this email address instead of to their primary email address.
Pattern: (?=^.{0,265}$)[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,63}
The user's mobile number.
" } }, "documentation":"Contains information about the identity of a user.
For Connect Customer instances that are created with the EXISTING_DIRECTORY identity management type, FirstName, LastName, and Email cannot be updated from within Connect Customer because they are managed by the directory.
The FirstName and LastName length constraints below apply only to instances using SAML for identity management. If you are using Connect Customer for identity management, the length constraints are 1-255 for FirstName, and 1-256 for LastName.
The user's first name.
" }, "LastName":{ "shape":"AgentLastName", "documentation":"The user's last name.
" } }, "documentation":"The user's first name and last name.
" }, "UserInfo":{ "type":"structure", "members":{ "UserId":{ "shape":"AgentResourceId", "documentation":"The user identifier for the contact.
" } }, "documentation":"The user details for the contact.
" }, "UserNotFoundException":{ "type":"structure", "members":{ "Message":{"shape":"Message"} }, "documentation":"No user with the specified credentials was found in the Connect Customer instance.
", "error":{"httpStatusCode":404}, "exception":true }, "UserNotificationSummary":{ "type":"structure", "members":{ "NotificationId":{ "shape":"NotificationId", "documentation":"The unique identifier for the notification.
" }, "NotificationStatus":{ "shape":"NotificationStatus", "documentation":"The status of the notification for this user. Valid values are READ, UNREAD, and HIDDEN.
" }, "InstanceId":{ "shape":"InstanceId", "documentation":"The identifier of the Amazon Connect instance.
" }, "RecipientId":{ "shape":"AgentId", "documentation":"The identifier of the recipient user.
" }, "Content":{ "shape":"NotificationContent", "documentation":"The localized content of the notification.
" }, "Priority":{ "shape":"NotificationPriority", "documentation":"The priority level of the notification.
" }, "Source":{ "shape":"NotificationSource", "documentation":"The source that created the notification. Valid values are CUSTOMER, RULES, and SYSTEM.
" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification was created.
" }, "ExpiresAt":{ "shape":"Timestamp", "documentation":"The timestamp when the notification expires.
" } }, "documentation":"Summary information about a notification for a specific user, including the user's read status.
" }, "UserNotificationSummaryList":{ "type":"list", "member":{"shape":"UserNotificationSummary"}, "documentation":"A list of user notification summaries.
" }, "UserPhoneConfig":{ "type":"structure", "members":{ "PhoneType":{ "shape":"PhoneType", "documentation":"The phone type.
" }, "AutoAccept":{ "shape":"AutoAccept", "documentation":"The Auto accept setting.
" }, "AfterContactWorkTimeLimit":{ "shape":"AfterContactWorkTimeLimit", "documentation":"The After Call Work (ACW) timeout setting, in seconds. This parameter has a minimum value of 0 and a maximum value of 2,000,000 seconds (24 days). Enter 0 if you don't want to allocate a specific amount of ACW time. It essentially means an indefinite amount of time. When the conversation ends, ACW starts; the agent must choose Close contact to end ACW.
When returned by a SearchUsers call, AfterContactWorkTimeLimit is returned in milliseconds.
The phone number for the user's desk phone.
" }, "PersistentConnection":{ "shape":"PersistentConnection", "documentation":"The persistent connection setting for the user.
", "box":true } }, "documentation":"Contains information about the phone configuration settings for a user.
" }, "UserProficiency":{ "type":"structure", "required":[ "AttributeName", "AttributeValue", "Level" ], "members":{ "AttributeName":{ "shape":"PredefinedAttributeName", "documentation":"The name of user's proficiency. You must use name of predefined attribute present in the Connect Customer instance.
" }, "AttributeValue":{ "shape":"PredefinedAttributeStringValue", "documentation":"The value of user's proficiency. You must use value of predefined attribute present in the Connect Customer instance.
" }, "Level":{ "shape":"ProficiencyLevel", "documentation":"The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.
" } }, "documentation":"Information about proficiency of a user.
" }, "UserProficiencyDisassociate":{ "type":"structure", "required":[ "AttributeName", "AttributeValue" ], "members":{ "AttributeName":{ "shape":"PredefinedAttributeName", "documentation":"The name of user's proficiency.
" }, "AttributeValue":{ "shape":"PredefinedAttributeStringValue", "documentation":"The value of user's proficiency.
" } }, "documentation":"Information about proficiency to be disassociated from the user.
" }, "UserProficiencyDisassociateList":{ "type":"list", "member":{"shape":"UserProficiencyDisassociate"} }, "UserProficiencyList":{ "type":"list", "member":{"shape":"UserProficiency"} }, "UserQuickConnectConfig":{ "type":"structure", "required":[ "UserId", "ContactFlowId" ], "members":{ "UserId":{ "shape":"UserId", "documentation":"The identifier of the user.
" }, "ContactFlowId":{ "shape":"ContactFlowId", "documentation":"The identifier of the flow.
" } }, "documentation":"Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.
" }, "UserReference":{ "type":"structure", "members":{ "Id":{ "shape":"UserId", "documentation":"The unique identifier for the user.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) for the user.
" } }, "documentation":"Information about the user.
" }, "UserSearchConditionList":{ "type":"list", "member":{"shape":"UserSearchCriteria"} }, "UserSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"UserSearchConditionList", "documentation":"A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an AND condition.
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are Username, FirstName, LastName, RoutingProfileId, SecurityProfileId, resourceId.
A leaf node condition which can be used to specify a List condition to search users with attributes included in Lists like Proficiencies.
" }, "HierarchyGroupCondition":{ "shape":"HierarchyGroupCondition", "documentation":"A leaf node condition which can be used to specify a hierarchy group condition.
" } }, "documentation":"The search criteria to be used to return users.
The name and description fields support \"contains\" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.
This accepts an OR of AND (List of List) input where:
The top level list specifies conditions that need to be applied with OR operator.
The inner list specifies conditions that need to be applied with AND operator.
Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.
Filters to be applied to search results.
" }, "UserSearchSummary":{ "type":"structure", "members":{ "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user.
" }, "DirectoryUserId":{ "shape":"DirectoryUserId", "documentation":"The directory identifier of the user.
" }, "HierarchyGroupId":{ "shape":"HierarchyGroupId", "documentation":"The identifier of the user's hierarchy group.
" }, "Id":{ "shape":"UserId", "documentation":"The identifier of the user's summary.
" }, "IdentityInfo":{ "shape":"UserIdentityInfoLite", "documentation":"The user's first name and last name.
" }, "PhoneConfig":{"shape":"UserPhoneConfig"}, "RoutingProfileId":{ "shape":"RoutingProfileId", "documentation":"The identifier of the user's routing profile.
" }, "SecurityProfileIds":{ "shape":"SecurityProfileIds", "documentation":"The identifiers of the user's security profiles.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" }, "Username":{ "shape":"AgentUsername", "documentation":"The name of the user.
" }, "AutoAcceptConfigs":{ "shape":"AutoAcceptConfigs", "documentation":"The list of auto-accept configuration settings for each channel.
" }, "AfterContactWorkConfigs":{ "shape":"AfterContactWorkConfigs", "documentation":"The list of after contact work (ACW) timeout configuration settings for each channel.
" }, "PhoneNumberConfigs":{ "shape":"PhoneNumberConfigs", "documentation":"The list of phone number configuration settings for each channel.
" }, "PersistentConnectionConfigs":{ "shape":"PersistentConnectionConfigs", "documentation":"The list of persistent connection configuration settings for each channel.
" }, "VoiceEnhancementConfigs":{ "shape":"VoiceEnhancementConfigs", "documentation":"The list of voice enhancement configuration settings for each channel.
" } }, "documentation":"Information about the returned users.
" }, "UserSearchSummaryList":{ "type":"list", "member":{"shape":"UserSearchSummary"} }, "UserSummary":{ "type":"structure", "members":{ "Id":{ "shape":"UserId", "documentation":"The identifier of the user account.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the user account.
" }, "Username":{ "shape":"AgentUsername", "documentation":"The Connect Customer user name of the user account.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when this resource was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where this resource was last modified.
" } }, "documentation":"Contains summary information about a user.
" }, "UserSummaryList":{ "type":"list", "member":{"shape":"UserSummary"} }, "UserTagMap":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "Validation":{ "type":"structure", "members":{ "MinLength":{ "shape":"LengthBoundary", "documentation":"The minimum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be less than or equal to MaxLength.
" }, "MaxLength":{ "shape":"LengthBoundary", "documentation":"The maximum number of characters a text value can contain. Applies to TEXT value type and values within a TEXT_LIST. Must be greater than or equal to MinLength.
" }, "MinValues":{ "shape":"ValueBoundary", "documentation":"The minimum number of values in a list. Must be an integer greater than or equal to 0 and less than or equal to MaxValues. Applies to all list types.
" }, "MaxValues":{ "shape":"ValueBoundary", "documentation":"The maximum number of values in a list. Must be an integer greater than or equal to 0 and greater than or equal to MinValues. Applies to all list types.
" }, "IgnoreCase":{ "shape":"Boolean", "documentation":"Boolean that defaults to false. Applies to text lists and text primary attributes. When true, enforces case-insensitive uniqueness for primary attributes and allows case-insensitive lookups.
" }, "Minimum":{ "shape":"PositiveAndNegativeDouble", "documentation":"The smallest inclusive numeric value for NUMBER value type. Cannot be provided when ExclusiveMinimum is also provided. Must be less than or equal to Maximum and less than ExclusiveMaximum. Applies to NUMBER and values within NUMBER_LIST.
" }, "Maximum":{ "shape":"PositiveAndNegativeDouble", "documentation":"The largest inclusive numeric value for NUMBER value type. Can be provided alongside ExclusiveMaximum where both operate independently. Must be greater than or equal to Minimum and greater than ExclusiveMinimum. Applies to NUMBER and values within NUMBER_LIST.
" }, "ExclusiveMinimum":{ "shape":"PositiveAndNegativeDouble", "documentation":"The smallest exclusive numeric value for NUMBER value type. Can be provided alongside Minimum where both operate independently. Must be less than ExclusiveMaximum and Maximum. Applies to NUMBER and values within NUMBER_LIST.
" }, "ExclusiveMaximum":{ "shape":"PositiveAndNegativeDouble", "documentation":"The largest exclusive numeric value for NUMBER value type. Can be provided alongside Maximum where both operate independently. Must be greater than ExclusiveMinimum and Minimum. Applies to NUMBER and values within NUMBER_LIST.
" }, "MultipleOf":{ "shape":"PositiveDouble", "documentation":"Specifies that numeric values must be multiples of this number. Must be greater than 0. The result of dividing a value by this multiple must result in an integer. Applies to NUMBER and values within NUMBER_LIST.
" }, "Enum":{ "shape":"ValidationEnum", "documentation":"Defines enumeration constraints for attribute values. Can specify a list of allowed values and whether custom values are permitted beyond the enumerated list.
" } }, "documentation":"Defines validation rules for data table attribute values. Based on JSON Schema Draft 2020-12 with additional Connect-specific validations. Validation rules ensure data integrity and consistency across the data table.
" }, "ValidationEnum":{ "type":"structure", "members":{ "Strict":{ "shape":"Boolean", "documentation":"Boolean that defaults to false. When true, only values specified in the enum list are allowed. When false, custom values beyond the enumerated list are permitted.
" }, "Values":{ "shape":"ValidationEnumValues", "documentation":"A list of predefined values that are allowed for this attribute. These values are always permitted regardless of the Strict setting.
" } }, "documentation":"Defines enumeration validation for attribute values. Allows specifying a list of permitted values and whether custom values beyond the enumerated list are allowed.
" }, "ValidationEnumValues":{ "type":"list", "member":{"shape":"String"} }, "ValidationTestType":{"type":"string"}, "ValidationTestTypes":{ "type":"list", "member":{"shape":"ValidationTestType"}, "max":10 }, "Value":{"type":"double"}, "ValueBoundary":{ "type":"integer", "max":100, "min":0 }, "ValueList":{ "type":"list", "member":{"shape":"String"} }, "VersionNumber":{"type":"integer"}, "VideoCapability":{ "type":"string", "enum":["SEND"] }, "View":{ "type":"structure", "members":{ "Id":{ "shape":"ViewId", "documentation":"The identifier of the view.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view.
" }, "Name":{ "shape":"ViewName", "documentation":"The name of the view.
" }, "Status":{ "shape":"ViewStatus", "documentation":"Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
The type of the view - CUSTOMER_MANAGED.
The description of the view.
" }, "Version":{ "shape":"ViewVersion", "documentation":"Current version of the view.
" }, "VersionDescription":{ "shape":"ViewDescription", "documentation":"The description of the version.
" }, "Content":{ "shape":"ViewContent", "documentation":"View content containing all content necessary to render a view except for runtime input data.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags associated with the view resource (not specific to view version).
" }, "CreatedTime":{ "shape":"Timestamp", "documentation":"The timestamp of when the view was created.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"Latest timestamp of the UpdateViewContent or CreateViewVersion operations.
Indicates the checksum value of the latest published view content.
" } }, "documentation":"A view resource object. Contains metadata and content necessary to render the view.
" }, "ViewAction":{ "type":"string", "max":255, "min":1, "pattern":"^([\\p{L}\\p{N}_.:\\/=+\\-@()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@()']*)$", "sensitive":true }, "ViewActions":{ "type":"list", "member":{"shape":"ViewAction"} }, "ViewArn":{ "type":"string", "max":500, "min":1 }, "ViewContent":{ "type":"structure", "members":{ "InputSchema":{ "shape":"ViewInputSchema", "documentation":"The data schema matching data that the view template must be provided to render.
" }, "Template":{ "shape":"ViewTemplate", "documentation":"The view template representing the structure of the view.
" }, "Actions":{ "shape":"ViewActions", "documentation":"A list of possible actions from the view.
" } }, "documentation":"View content containing all content necessary to render a view except for runtime input data.
" }, "ViewContentSha256":{ "type":"string", "max":64, "min":1, "pattern":"^[a-zA-Z0-9]$" }, "ViewDescription":{ "type":"string", "max":4096, "min":1, "pattern":"^([\\p{L}\\p{N}_.:\\/=+\\-@,()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@,()']*)$" }, "ViewId":{ "type":"string", "max":500, "min":1, "pattern":"^[a-zA-Z0-9\\_\\-:\\/$]+$" }, "ViewInputContent":{ "type":"structure", "members":{ "Template":{ "shape":"ViewTemplate", "documentation":"The view template representing the structure of the view.
" }, "Actions":{ "shape":"ViewActions", "documentation":"A list of possible actions from the view.
" } }, "documentation":"View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
" }, "ViewInputSchema":{ "type":"string", "sensitive":true }, "ViewName":{ "type":"string", "max":255, "min":1, "pattern":"^([\\p{L}\\p{N}_.:\\/=+\\-@()']+[\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@()']*)$", "sensitive":true }, "ViewSearchConditionList":{ "type":"list", "member":{"shape":"ViewSearchCriteria"} }, "ViewSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"ViewSearchConditionList", "documentation":"A list of conditions to be met, where at least one condition must be satisfied.
" }, "AndConditions":{ "shape":"ViewSearchConditionList", "documentation":"A list of conditions that must all be satisfied.
" }, "StringCondition":{"shape":"StringCondition"}, "ViewTypeCondition":{ "shape":"ViewType", "documentation":"A condition that filters views by their type.
" }, "ViewStatusCondition":{ "shape":"ViewStatus", "documentation":"A condition that filters views by their status.
" } }, "documentation":"Defines the search criteria for filtering views.
" }, "ViewSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{"shape":"ControlPlaneAttributeFilter"} }, "documentation":"Defines filters to apply when searching for views, such as tag-based filters.
" }, "ViewSearchSummaryList":{ "type":"list", "member":{"shape":"View"} }, "ViewStatus":{ "type":"string", "enum":[ "PUBLISHED", "SAVED" ] }, "ViewSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ViewId", "documentation":"The identifier of the view.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view.
" }, "Name":{ "shape":"ViewName", "documentation":"The name of the view.
" }, "Type":{ "shape":"ViewType", "documentation":"The type of the view.
" }, "Status":{ "shape":"ViewStatus", "documentation":"Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content.
The description of the view.
" } }, "documentation":"A summary of a view's metadata.
" }, "ViewTemplate":{"type":"string"}, "ViewType":{ "type":"string", "enum":[ "CUSTOMER_MANAGED", "AWS_MANAGED" ] }, "ViewVersion":{"type":"integer"}, "ViewVersionSummary":{ "type":"structure", "members":{ "Id":{ "shape":"ViewId", "documentation":"The identifier of the view version.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view version.
" }, "Description":{ "shape":"ViewDescription", "documentation":"The description of the view version.
" }, "Name":{ "shape":"ViewName", "documentation":"The name of the view version.
" }, "Type":{ "shape":"ViewType", "documentation":"The type of the view version.
" }, "Version":{ "shape":"ViewVersion", "documentation":"The sequentially incremented version of the view version.
" }, "VersionDescription":{ "shape":"ViewDescription", "documentation":"The description of the view version.
" } }, "documentation":"A summary of a view version's metadata.
" }, "ViewVersionSummaryList":{ "type":"list", "member":{"shape":"ViewVersionSummary"} }, "ViewsClientToken":{ "type":"string", "max":500, "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)$" }, "ViewsInstanceId":{ "type":"string", "max":100, "min":1, "pattern":"^[a-zA-Z0-9\\_\\-:\\/]+$" }, "ViewsNextToken":{ "type":"string", "max":4096, "min":1, "pattern":"^[a-zA-Z0-9=\\/+_.-]+$" }, "ViewsSummaryList":{ "type":"list", "member":{"shape":"ViewSummary"} }, "Visibility":{ "type":"string", "enum":[ "ALL", "ASSIGNED", "NONE" ] }, "Vocabulary":{ "type":"structure", "required":[ "Name", "Id", "Arn", "LanguageCode", "State", "LastModifiedTime" ], "members":{ "Name":{ "shape":"VocabularyName", "documentation":"A unique name of the custom vocabulary.
" }, "Id":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the custom vocabulary.
" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
" }, "State":{ "shape":"VocabularyState", "documentation":"The current state of the custom vocabulary.
" }, "LastModifiedTime":{ "shape":"VocabularyLastModifiedTime", "documentation":"The timestamp when the custom vocabulary was last modified.
" }, "FailureReason":{ "shape":"VocabularyFailureReason", "documentation":"The reason why the custom vocabulary was not created.
" }, "Content":{ "shape":"VocabularyContent", "documentation":"The content of the custom vocabulary in plain-text format with a table of values. Each row in the table represents a word or a phrase, described with Phrase, IPA, SoundsLike, and DisplayAs fields. Separate the fields with TAB characters. For more information, see Create a custom vocabulary using a table.
The tags used to organize, track, or control access for this resource. For example, { \"Tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.
" } }, "documentation":"Contains information about a custom vocabulary.
" }, "VocabularyContent":{ "type":"string", "max":60000, "min":1 }, "VocabularyFailureReason":{"type":"string"}, "VocabularyId":{ "type":"string", "max":500, "min":1 }, "VocabularyLanguageCode":{ "type":"string", "enum":[ "ar-AE", "de-CH", "de-DE", "en-AB", "en-AU", "en-GB", "en-IE", "en-IN", "en-US", "en-WL", "es-ES", "es-US", "fr-CA", "fr-FR", "hi-IN", "it-IT", "ja-JP", "ko-KR", "pt-BR", "pt-PT", "zh-CN", "en-NZ", "en-ZA", "ca-ES", "da-DK", "fi-FI", "id-ID", "ms-MY", "nl-NL", "no-NO", "pl-PL", "sv-SE", "tl-PH" ] }, "VocabularyLastModifiedTime":{"type":"timestamp"}, "VocabularyName":{ "type":"string", "max":140, "min":1, "pattern":"^[0-9a-zA-Z._-]+" }, "VocabularyNextToken":{ "type":"string", "max":131070, "min":1, "pattern":".*\\S.*" }, "VocabularyState":{ "type":"string", "enum":[ "CREATION_IN_PROGRESS", "ACTIVE", "CREATION_FAILED", "DELETE_IN_PROGRESS" ] }, "VocabularySummary":{ "type":"structure", "required":[ "Name", "Id", "Arn", "LanguageCode", "State", "LastModifiedTime" ], "members":{ "Name":{ "shape":"VocabularyName", "documentation":"A unique name of the custom vocabulary.
" }, "Id":{ "shape":"VocabularyId", "documentation":"The identifier of the custom vocabulary.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the custom vocabulary.
" }, "LanguageCode":{ "shape":"VocabularyLanguageCode", "documentation":"The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see What is Amazon Transcribe?
" }, "State":{ "shape":"VocabularyState", "documentation":"The current state of the custom vocabulary.
" }, "LastModifiedTime":{ "shape":"VocabularyLastModifiedTime", "documentation":"The timestamp when the custom vocabulary was last modified.
" }, "FailureReason":{ "shape":"VocabularyFailureReason", "documentation":"The reason why the custom vocabulary was not created.
" } }, "documentation":"Contains summary information about the custom vocabulary.
" }, "VocabularySummaryList":{ "type":"list", "member":{"shape":"VocabularySummary"} }, "VoiceCallEntryPointParameters":{ "type":"structure", "members":{ "SourcePhoneNumber":{ "shape":"PhoneNumber", "documentation":"The source phone number for the test.
" }, "DestinationPhoneNumber":{ "shape":"PhoneNumber", "documentation":"The destination phone number for the test.
" }, "FlowId":{ "shape":"ContactFlowId", "documentation":"The flow identifier for the test.
" } }, "documentation":"Parameters for initiating a voice call test.
" }, "VoiceEnhancementConfig":{ "type":"structure", "required":[ "Channel", "VoiceEnhancementMode" ], "members":{ "Channel":{ "shape":"Channel", "documentation":"The channel for this voice enhancement configuration. Only VOICE is supported for this data type.
The voice enhancement mode.
" } }, "documentation":"Configuration settings for voice enhancement.
" }, "VoiceEnhancementConfigs":{ "type":"list", "member":{"shape":"VoiceEnhancementConfig"}, "documentation":"The list of voice enhancement configuration settings for each channel.
" }, "VoiceEnhancementMode":{ "type":"string", "enum":[ "VOICE_ISOLATION", "NOISE_SUPPRESSION", "NONE" ] }, "VoiceRecordingConfiguration":{ "type":"structure", "members":{ "VoiceRecordingTrack":{ "shape":"VoiceRecordingTrack", "documentation":"Identifies which track is being recorded.
" }, "IvrRecordingTrack":{ "shape":"IvrRecordingTrack", "documentation":"Identifies which IVR track is being recorded.
One and only one of the track configurations should be presented in the request.
" } }, "documentation":"Contains information about the recording configuration settings.
" }, "VoiceRecordingTrack":{ "type":"string", "enum":[ "FROM_AGENT", "TO_AGENT", "ALL" ] }, "WebBrowserId":{ "type":"string", "max":36, "min":1 }, "WebNotificationContent":{ "type":"structure", "required":["Type"], "members":{ "Type":{ "shape":"NotificationType", "documentation":"The type of web notification to send.
" }, "ViewArn":{ "shape":"ViewArn", "documentation":"The Amazon Resource Name (ARN) of the view to render for the notification.
" }, "Attributes":{ "shape":"ContentAttributes", "documentation":"Optional attributes used to populate the notification content, such as recommender configuration for personalized content.
" } }, "documentation":"The content of an outbound web notification, including the notification type, the view to render, and any optional attributes used to populate the view.
" }, "WebNotificationSource":{ "type":"structure", "required":["SourceCampaign"], "members":{ "SourceCampaign":{ "shape":"SourceCampaign", "documentation":"Information about the campaign that triggered the web notification, including the campaign identifier and outbound request identifier.
" } }, "documentation":"The source of an outbound web notification. Identifies the campaign and outbound request that triggered the notification.
" }, "WebSessionId":{ "type":"string", "max":36, "min":1 }, "WeekdayOccurrenceInteger":{ "type":"integer", "box":true, "max":4, "min":-1 }, "WeekdayOccurrenceList":{ "type":"list", "member":{"shape":"WeekdayOccurrenceInteger"}, "max":1, "min":0 }, "WidgetDestination":{ "type":"structure", "required":[ "WidgetId", "ProfileId" ], "members":{ "WidgetId":{ "shape":"WidgetId", "documentation":"The identifier of the communication widget that delivers the notification to the customer's browser.
" }, "ProfileId":{ "shape":"CustomerProfileId", "documentation":"The identifier of the customer profile associated with the browser session that should receive the notification.
" } }, "documentation":"The destination for an outbound web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.
" }, "WidgetId":{ "type":"string", "max":36, "min":1 }, "WisdomInfo":{ "type":"structure", "members":{ "SessionArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the Wisdom session.
" }, "AiAgents":{ "shape":"AiAgents", "documentation":"The array of AI agents involved in the contact.
" } }, "documentation":"Information about Connect Customer Wisdom.
" }, "Workspace":{ "type":"structure", "required":[ "Id", "Name", "Arn", "LastModifiedTime" ], "members":{ "Visibility":{ "shape":"Visibility", "documentation":"Controls who can access the workspace. Valid values are: ALL (all users), ASSIGNED (only assigned users and routing profiles), and NONE (not visible).
The unique identifier of the workspace.
" }, "Name":{ "shape":"WorkspaceName", "documentation":"The name of the workspace.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the workspace.
" }, "Description":{ "shape":"WorkspaceDescription", "documentation":"The description of the workspace.
" }, "Theme":{ "shape":"WorkspaceTheme", "documentation":"The theme configuration for the workspace, including colors and styling.
" }, "Title":{ "shape":"WorkspaceTitle", "documentation":"The title displayed for the workspace.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the workspace was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where the workspace was last modified.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags used to organize, track, or control access for the workspace.
" } }, "documentation":"Contains information about a workspace, which defines the user experience by mapping views to pages.
" }, "WorkspaceAssociatedResourceId":{ "type":"string", "max":256, "min":1 }, "WorkspaceAssociatedResourceName":{ "type":"string", "max":127, "min":1, "pattern":".*\\\\S.*" }, "WorkspaceAssociatedResourceType":{ "type":"string", "max":256, "min":1 }, "WorkspaceAssociationSearchConditionList":{ "type":"list", "member":{"shape":"WorkspaceAssociationSearchCriteria"} }, "WorkspaceAssociationSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"WorkspaceAssociationSearchConditionList", "documentation":"A list of conditions to be met, where at least one condition must be satisfied.
" }, "AndConditions":{ "shape":"WorkspaceAssociationSearchConditionList", "documentation":"A list of conditions that must all be satisfied.
" }, "StringCondition":{"shape":"StringCondition"} }, "documentation":"Defines the search criteria for filtering workspace associations.
" }, "WorkspaceAssociationSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{"shape":"ControlPlaneAttributeFilter"} }, "documentation":"Defines filters to apply when searching for workspace associations, such as tag-based filters.
" }, "WorkspaceAssociationSearchSummary":{ "type":"structure", "members":{ "WorkspaceId":{ "shape":"WorkspaceId", "documentation":"The identifier of the workspace.
" }, "WorkspaceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the workspace.
" }, "ResourceId":{ "shape":"WorkspaceAssociatedResourceId", "documentation":"The identifier of the associated resource (user or routing profile).
" }, "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the associated resource.
" }, "ResourceType":{ "shape":"WorkspaceAssociatedResourceType", "documentation":"The type of resource associated with the workspace. Valid values are: USER and ROUTING_PROFILE.
The name of the associated resource.
" } }, "documentation":"Contains summary information about a workspace association with a user or routing profile.
" }, "WorkspaceAssociationSearchSummaryList":{ "type":"list", "member":{"shape":"WorkspaceAssociationSearchSummary"} }, "WorkspaceBatchErrorMessage":{ "type":"string", "max":256, "min":1 }, "WorkspaceDescription":{ "type":"string", "max":500, "min":0, "pattern":"^[\\\\P{C}\\r\\n\\t]*$" }, "WorkspaceErrorCode":{ "type":"string", "pattern":"^[1-5][0-9]{2}$" }, "WorkspaceFontFamily":{ "type":"string", "enum":[ "Arial", "Courier New", "Georgia", "Times New Roman", "Trebuchet", "Verdana" ] }, "WorkspaceId":{ "type":"string", "max":256, "min":1 }, "WorkspaceName":{ "type":"string", "max":127, "min":1, "pattern":".*\\\\S.*" }, "WorkspacePage":{ "type":"structure", "members":{ "ResourceArn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the view associated with this page.
" }, "Page":{ "shape":"Page", "documentation":"The page identifier. System pages include HOME and AGENT_EXPERIENCE.
The URL-friendly identifier for the page.
" }, "InputData":{ "shape":"InputData", "documentation":"A JSON string containing input parameters passed to the view when the page is rendered.
" } }, "documentation":"Contains information about a page configuration in a workspace, including the view assigned to the page.
" }, "WorkspacePageList":{ "type":"list", "member":{"shape":"WorkspacePage"} }, "WorkspaceResourceArnList":{ "type":"list", "member":{"shape":"ARN"}, "max":25, "min":1 }, "WorkspaceSearchConditionList":{ "type":"list", "member":{"shape":"WorkspaceSearchCriteria"} }, "WorkspaceSearchCriteria":{ "type":"structure", "members":{ "OrConditions":{ "shape":"WorkspaceSearchConditionList", "documentation":"A list of conditions to be met, where at least one condition must be satisfied.
" }, "AndConditions":{ "shape":"WorkspaceSearchConditionList", "documentation":"A list of conditions that must all be satisfied.
" }, "StringCondition":{"shape":"StringCondition"} }, "documentation":"Defines the search criteria for filtering workspaces.
" }, "WorkspaceSearchFilter":{ "type":"structure", "members":{ "AttributeFilter":{"shape":"ControlPlaneAttributeFilter"} }, "documentation":"Defines filters to apply when searching for workspaces, such as tag-based filters.
" }, "WorkspaceSearchSummary":{ "type":"structure", "members":{ "Id":{ "shape":"WorkspaceId", "documentation":"The unique identifier of the workspace.
" }, "Name":{ "shape":"WorkspaceName", "documentation":"The name of the workspace.
" }, "Visibility":{ "shape":"Visibility", "documentation":"The visibility setting of the workspace.
" }, "Description":{ "shape":"WorkspaceDescription", "documentation":"The description of the workspace.
" }, "Title":{ "shape":"WorkspaceTitle", "documentation":"The title displayed for the workspace.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the workspace.
" }, "CreatedAt":{ "shape":"Timestamp", "documentation":"The timestamp when the workspace was created.
" }, "Tags":{ "shape":"TagMap", "documentation":"The tags associated with the workspace.
" } }, "documentation":"Contains summary information about a workspace returned from a search operation.
" }, "WorkspaceSearchSummaryList":{ "type":"list", "member":{"shape":"WorkspaceSearchSummary"} }, "WorkspaceSummary":{ "type":"structure", "members":{ "Id":{ "shape":"WorkspaceId", "documentation":"The unique identifier of the workspace.
" }, "Name":{ "shape":"WorkspaceName", "documentation":"The name of the workspace.
" }, "Arn":{ "shape":"ARN", "documentation":"The Amazon Resource Name (ARN) of the workspace.
" }, "LastModifiedTime":{ "shape":"Timestamp", "documentation":"The timestamp when the workspace was last modified.
" }, "LastModifiedRegion":{ "shape":"RegionName", "documentation":"The Amazon Web Services Region where the workspace was last modified.
" } }, "documentation":"Contains summary information about a workspace.
" }, "WorkspaceSummaryList":{ "type":"list", "member":{"shape":"WorkspaceSummary"} }, "WorkspaceTheme":{ "type":"structure", "members":{ "Light":{ "shape":"WorkspaceThemeConfig", "documentation":"The theme configuration for light mode.
" }, "Dark":{ "shape":"WorkspaceThemeConfig", "documentation":"The theme configuration for dark mode.
" } }, "documentation":"Contains theme configuration for a workspace, supporting both light and dark modes.
" }, "WorkspaceThemeConfig":{ "type":"structure", "members":{ "Palette":{ "shape":"WorkspaceThemePalette", "documentation":"The color palette configuration for the workspace theme.
" }, "Images":{ "shape":"WorkspaceThemeImages", "documentation":"The image assets used in the workspace theme.
" }, "Typography":{ "shape":"WorkspaceThemeTypography", "documentation":"The typography configuration for the workspace theme.
" } }, "documentation":"Contains detailed theme configuration for a workspace, including colors, images, and typography.
" }, "WorkspaceThemeImages":{ "type":"structure", "members":{ "Logo":{ "shape":"ImagesLogo", "documentation":"The logo images used in the workspace.
" } }, "documentation":"Contains image configuration for a workspace theme.
" }, "WorkspaceThemePalette":{ "type":"structure", "members":{ "Header":{ "shape":"PaletteHeader", "documentation":"The color configuration for the header area.
" }, "Navigation":{ "shape":"PaletteNavigation", "documentation":"The color configuration for the navigation area.
" }, "Canvas":{ "shape":"PaletteCanvas", "documentation":"The color configuration for the canvas area.
" }, "Primary":{ "shape":"PalettePrimary", "documentation":"The primary color configuration used throughout the workspace.
" } }, "documentation":"Contains color palette configuration for different areas of a workspace.
" }, "WorkspaceThemeTypography":{ "type":"structure", "members":{ "FontFamily":{ "shape":"FontFamily", "documentation":"The font family configuration for text in the workspace.
" } }, "documentation":"Contains typography configuration for a workspace theme.
" }, "WorkspaceTitle":{ "type":"string", "max":127, "min":0, "pattern":"^[\\\\P{C}]*$" }, "resourceArnListMaxLimit100":{ "type":"list", "member":{"shape":"ARN"}, "max":100, "min":1 }, "timestamp":{"type":"timestamp"} }, "documentation":"Amazon Connect now refers to a portfolio of agentic solutions for business functions. The legacy product is now called Amazon Connect Customer, or simply Customer. The legacy name is used interchangeably in this documentation.
Connect Customer Customer engages customers at every touchpoint and creates deeper relationships with AI powered capabilities.
Build and manage customer communication experiences. Connect customers to agents, enable intelligent routing, and track performance in real-time.
There are limits to the number of Connect Customer resources that you can create. There are also limits to the number of requests that you can make per second. For more information, see Connect Customer Service Quotas in the Connect Customer Administrator Guide.
You can use an endpoint to connect programmatically to an Amazon Web Services service. For a list of Connect Customer endpoints, see Connect Customer Endpoints.
" }