import { InvalidParameterException } from './InvalidParameterException'; import { ResourceNotFoundException } from './ResourceNotFoundException'; import { NotAuthorizedException } from './NotAuthorizedException'; import { ResourceConflictException } from './ResourceConflictException'; import { TooManyRequestsException } from './TooManyRequestsException'; import { InternalErrorException } from './InternalErrorException'; import { ConcurrentModificationException } from './ConcurrentModificationException'; export declare type SetIdentityPoolRolesExceptionsUnion = InvalidParameterException | ResourceNotFoundException | NotAuthorizedException | ResourceConflictException | TooManyRequestsException | InternalErrorException | ConcurrentModificationException;