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