/** OpenSearch index update */
export interface OutputOpenSearchIndexUpdate {
    /** If set, notify when size is near 80, 90 or 100 % of its maximum capacity */
    alertNotifyEnabled?: boolean;
    /** Description */
    description: string;
}
//# sourceMappingURL=OutputOpenSearchIndexUpdate.d.ts.map