completeAttachmentUpload
abstract suspend fun completeAttachmentUpload(input: CompleteAttachmentUploadRequest): 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.
ConnectionToken
is used for invoking this API instead of ParticipantToken
.
The Amazon Connect Participant Service APIs do not use Signature Version 4 authentication.