import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Indicates that the Amazon CloudWatch destination is invalid. See the error message for details.
*/ export interface InvalidCloudWatchDestinationException extends __ServiceException__<_InvalidCloudWatchDestinationExceptionDetails> { name: "InvalidCloudWatchDestinationException"; } export interface _InvalidCloudWatchDestinationExceptionDetails { /** *Indicates that the configuration set does not exist.
*/ ConfigurationSetName?: string; /** *Indicates that the event destination does not exist.
*/ EventDestinationName?: string; }