completeAttachmentUpload
inline suspend fun ConnectParticipantClient.completeAttachmentUpload(crossinline block: CompleteAttachmentUploadRequest.Builder.() -> Unit): CompleteAttachmentUploadResponse
Allows you to confirm that the attachment has been uploaded using the pre-signed URL provided in StartAttachmentUpload API. A conflict exception is thrown when an attachment with that identifier is already being uploaded.
For security recommendations, see Amazon Connect Chat security best practices.
ConnectionToken
is used for invoking this API instead of ParticipantToken
.
The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.