import { ResourceNotFoundException } from "./ResourceNotFoundException"; import { InvalidParameterException } from "./InvalidParameterException"; import { InternalServiceError } from "./InternalServiceError"; import { InvalidRequestException } from "./InvalidRequestException"; export declare type RotateSecretExceptionsUnion = ResourceNotFoundException | InvalidParameterException | InternalServiceError | InvalidRequestException;