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

Invalidation batch specified is too large.

*/ export interface BatchTooLarge extends __ServiceException__<_BatchTooLargeDetails> { name: "BatchTooLarge"; } export interface _BatchTooLargeDetails { /** * _string shape */ Message?: string; }