{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.ConnectParticipant.Lens
(
sendMessage_clientToken,
sendMessage_contentType,
sendMessage_content,
sendMessage_connectionToken,
sendMessageResponse_absoluteTime,
sendMessageResponse_id,
sendMessageResponse_httpStatus,
disconnectParticipant_clientToken,
disconnectParticipant_connectionToken,
disconnectParticipantResponse_httpStatus,
completeAttachmentUpload_attachmentIds,
completeAttachmentUpload_clientToken,
completeAttachmentUpload_connectionToken,
completeAttachmentUploadResponse_httpStatus,
getAttachment_attachmentId,
getAttachment_connectionToken,
getAttachmentResponse_urlExpiry,
getAttachmentResponse_url,
getAttachmentResponse_httpStatus,
startAttachmentUpload_contentType,
startAttachmentUpload_attachmentSizeInBytes,
startAttachmentUpload_attachmentName,
startAttachmentUpload_clientToken,
startAttachmentUpload_connectionToken,
startAttachmentUploadResponse_attachmentId,
startAttachmentUploadResponse_uploadMetadata,
startAttachmentUploadResponse_httpStatus,
createParticipantConnection_type,
createParticipantConnection_participantToken,
createParticipantConnectionResponse_connectionCredentials,
createParticipantConnectionResponse_websocket,
createParticipantConnectionResponse_httpStatus,
getTranscript_scanDirection,
getTranscript_nextToken,
getTranscript_sortOrder,
getTranscript_contactId,
getTranscript_maxResults,
getTranscript_startPosition,
getTranscript_connectionToken,
getTranscriptResponse_nextToken,
getTranscriptResponse_initialContactId,
getTranscriptResponse_transcript,
getTranscriptResponse_httpStatus,
sendEvent_clientToken,
sendEvent_content,
sendEvent_contentType,
sendEvent_connectionToken,
sendEventResponse_absoluteTime,
sendEventResponse_id,
sendEventResponse_httpStatus,
attachmentItem_status,
attachmentItem_attachmentName,
attachmentItem_attachmentId,
attachmentItem_contentType,
connectionCredentials_expiry,
connectionCredentials_connectionToken,
item_participantId,
item_absoluteTime,
item_attachments,
item_participantRole,
item_content,
item_id,
item_displayName,
item_type,
item_contentType,
startPosition_absoluteTime,
startPosition_id,
startPosition_mostRecent,
uploadMetadata_urlExpiry,
uploadMetadata_headersToInclude,
uploadMetadata_url,
websocket_url,
websocket_connectionExpiry,
)
where
import Amazonka.ConnectParticipant.CompleteAttachmentUpload
import Amazonka.ConnectParticipant.CreateParticipantConnection
import Amazonka.ConnectParticipant.DisconnectParticipant
import Amazonka.ConnectParticipant.GetAttachment
import Amazonka.ConnectParticipant.GetTranscript
import Amazonka.ConnectParticipant.SendEvent
import Amazonka.ConnectParticipant.SendMessage
import Amazonka.ConnectParticipant.StartAttachmentUpload
import Amazonka.ConnectParticipant.Types.AttachmentItem
import Amazonka.ConnectParticipant.Types.ConnectionCredentials
import Amazonka.ConnectParticipant.Types.Item
import Amazonka.ConnectParticipant.Types.StartPosition
import Amazonka.ConnectParticipant.Types.UploadMetadata
import Amazonka.ConnectParticipant.Types.Websocket