import { AcceleratorNotFoundException } from "./AcceleratorNotFoundException"; import { InternalServiceErrorException } from "./InternalServiceErrorException"; import { InvalidArgumentException } from "./InvalidArgumentException"; export declare type UpdateAcceleratorAttributesExceptionsUnion = AcceleratorNotFoundException | InternalServiceErrorException | InvalidArgumentException;