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

Your request contains more CNAMEs than are allowed per distribution.

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