import { _UnmarshalledSendMessageBatchResultEntry } from "./_SendMessageBatchResultEntry"; import { _UnmarshalledBatchResultErrorEntry } from "./_BatchResultErrorEntry"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
For each message in the batch, the response contains a SendMessageBatchResultEntry tag if the message succeeds or a BatchResultErrorEntry tag if the message fails.
A list of SendMessageBatchResultEntry items.
A list of BatchResultErrorEntry items with error details about each message that can't be enqueued.