import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Your request contains too many origin custom headers.
*/ export interface TooManyOriginCustomHeaders extends __ServiceException__<_TooManyOriginCustomHeadersDetails> { name: "TooManyOriginCustomHeaders"; } export interface _TooManyOriginCustomHeadersDetails { /** * _string shape */ Message?: string; }