import { InvalidParameterException } from './InvalidParameterException'; import { NotAuthorizedException } from './NotAuthorizedException'; import { TooManyRequestsException } from './TooManyRequestsException'; import { InternalErrorException } from './InternalErrorException'; export declare type ListIdentityPoolsExceptionsUnion = InvalidParameterException | NotAuthorizedException | TooManyRequestsException | InternalErrorException;