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

The Id of a batch entry in a batch request doesn't abide by the specification.

*/ export interface InvalidBatchEntryId extends __ServiceException__<_InvalidBatchEntryIdDetails> { name: "InvalidBatchEntryId"; } export interface _InvalidBatchEntryIdDetails { }