import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
You cannot create more origins for the distribution.
*/ export interface TooManyOrigins extends __ServiceException__<_TooManyOriginsDetails> { name: "TooManyOrigins"; } export interface _TooManyOriginsDetails { /** * _string shape */ Message?: string; }