import { _UnmarshalledDeleteMessageBatchResultEntry } from "./_DeleteMessageBatchResultEntry"; import { _UnmarshalledBatchResultErrorEntry } from "./_BatchResultErrorEntry"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *
For each message in the batch, the response contains a DeleteMessageBatchResultEntry tag if the message is deleted or a BatchResultErrorEntry tag if the message can't be deleted.
A list of DeleteMessageBatchResultEntry items.
A list of BatchResultErrorEntry items.