Values.PublishResponseSourceResponse for Publish action.
type publishResult = {messageId : MessageId.t option;Unique identifier assigned to the published message. Length Constraint: Maximum 100 characters
*)sequenceNumber : String_.t option;This response element applies only to FIFO (first-in-first-out) topics. The sequence number is a large, non-consecutive number that Amazon SNS assigns to each message. The length of SequenceNumber is 128 bits. SequenceNumber continues to increase for each MessageGroupId.
*)}type error = [ | `AuthorizationErrorException of AuthorizationErrorException.t| `EndpointDisabledException of EndpointDisabledException.t| `InternalErrorException of InternalErrorException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidSecurityException of InvalidSecurityException.t| `KMSAccessDeniedException of KMSAccessDeniedException.t| `KMSDisabledException of KMSDisabledException.t| `KMSInvalidStateException of KMSInvalidStateException.t| `KMSNotFoundException of KMSNotFoundException.t| `KMSOptInRequired of KMSOptInRequired.t| `KMSThrottlingException of KMSThrottlingException.t| `NotFoundException of NotFoundException.t| `PlatformApplicationDisabledException of PlatformApplicationDisabledException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `EndpointDisabledException of EndpointDisabledException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `KMSAccessDeniedException of KMSAccessDeniedException.t
| `KMSDisabledException of KMSDisabledException.t
| `KMSInvalidStateException of KMSInvalidStateException.t
| `KMSNotFoundException of KMSNotFoundException.t
| `KMSOptInRequired of KMSOptInRequired.t
| `KMSThrottlingException of KMSThrottlingException.t
| `NotFoundException of NotFoundException.t
| `PlatformApplicationDisabledException of
PlatformApplicationDisabledException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AuthorizationErrorException of AuthorizationErrorException.t
| `EndpointDisabledException of EndpointDisabledException.t
| `InternalErrorException of InternalErrorException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidSecurityException of InvalidSecurityException.t
| `KMSAccessDeniedException of KMSAccessDeniedException.t
| `KMSDisabledException of KMSDisabledException.t
| `KMSInvalidStateException of KMSInvalidStateException.t
| `KMSNotFoundException of KMSNotFoundException.t
| `KMSOptInRequired of KMSOptInRequired.t
| `KMSThrottlingException of KMSThrottlingException.t
| `NotFoundException of NotFoundException.t
| `PlatformApplicationDisabledException of
PlatformApplicationDisabledException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of MessageId.t ]) list ])
list ]