import { WAFStaleDataException } from "./WAFStaleDataException"; import { WAFInternalErrorException } from "./WAFInternalErrorException"; import { WAFInvalidAccountException } from "./WAFInvalidAccountException"; import { WAFInvalidOperationException } from "./WAFInvalidOperationException"; import { WAFInvalidParameterException } from "./WAFInvalidParameterException"; import { WAFNonexistentContainerException } from "./WAFNonexistentContainerException"; import { WAFNonexistentItemException } from "./WAFNonexistentItemException"; import { WAFReferencedItemException } from "./WAFReferencedItemException"; import { WAFLimitsExceededException } from "./WAFLimitsExceededException"; export declare type UpdateIPSetExceptionsUnion = WAFStaleDataException | WAFInternalErrorException | WAFInvalidAccountException | WAFInvalidOperationException | WAFInvalidParameterException | WAFNonexistentContainerException | WAFNonexistentItemException | WAFReferencedItemException | WAFLimitsExceededException;