import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The length of all the messages put together is more than the limit.
*/ export interface BatchRequestTooLong extends __ServiceException__<_BatchRequestTooLongDetails> { name: "BatchRequestTooLong"; } export interface _BatchRequestTooLongDetails { }