Skip to content

/AWS1/CL_CNP=>COMPLETEATTACHMENTUPLOAD()

About CompleteAttachmentUpload

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.

Method Signature

IMPORTING

Required arguments:

IT_ATTACHMENTIDS TYPE /AWS1/CL_CNPATTACHMENTIDLIST_W=>TT_ATTACHMENTIDLIST TT_ATTACHMENTIDLIST

A list of unique identifiers for the attachments.

IV_CLIENTTOKEN TYPE /AWS1/CNPNONEMPTYCLIENTTOKEN /AWS1/CNPNONEMPTYCLIENTTOKEN

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.

IV_CONNECTIONTOKEN TYPE /AWS1/CNPPARTICIPANTTOKEN /AWS1/CNPPARTICIPANTTOKEN

The authentication token associated with the participant's connection.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNPCMPATTACHMENTUPL01 /AWS1/CL_CNPCMPATTACHMENTUPL01