import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The batch request doesn't contain any entries.
*/ export interface EmptyBatchRequest extends __ServiceException__<_EmptyBatchRequestDetails> { name: "EmptyBatchRequest"; } export interface _EmptyBatchRequestDetails { }