import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

Two or more batch entries in the request have the same Id.

*/ export interface BatchEntryIdsNotDistinct extends __ServiceException__<_BatchEntryIdsNotDistinctDetails> { name: "BatchEntryIdsNotDistinct"; } export interface _BatchEntryIdsNotDistinctDetails { }