Module Smaws_Client_Support.AddAttachmentsToSet

Adds one or more attachments to an attachment set.

An attachment set is a temporary container for attachments that you add to a case or case communication. The set is available for 1 hour after it's created. The expiryTime returned in the response is when the set expires.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AttachmentLimitExceeded of Types.attachment_limit_exceeded | `AttachmentSetExpired of Types.attachment_set_expired | `AttachmentSetIdNotFound of Types.attachment_set_id_not_found | `AttachmentSetSizeLimitExceeded of Types.attachment_set_size_limit_exceeded | `InternalServerError of Types.internal_server_error ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.add_attachments_to_set_request -> (Types.add_attachments_to_set_response, [> Smaws_Lib.Protocols.AwsJson.error | `AttachmentLimitExceeded of Types.attachment_limit_exceeded | `AttachmentSetExpired of Types.attachment_set_expired | `AttachmentSetIdNotFound of Types.attachment_set_id_not_found | `AttachmentSetSizeLimitExceeded of Types.attachment_set_size_limit_exceeded | `InternalServerError of Types.internal_server_error ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.add_attachments_to_set_request -> (Types.add_attachments_to_set_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AttachmentLimitExceeded of Types.attachment_limit_exceeded | `AttachmentSetExpired of Types.attachment_set_expired | `AttachmentSetIdNotFound of Types.attachment_set_id_not_found | `AttachmentSetSizeLimitExceeded of Types.attachment_set_size_limit_exceeded | `InternalServerError of Types.internal_server_error ] * Smaws_Lib.Response.metadata) Stdlib.result