/** Service update */
export interface Update {
    /** Service custom name */
    displayName?: string;
    /** Enable IAM for this service */
    enableIam?: boolean;
}
//# sourceMappingURL=Update.d.ts.map