/** OpenSearch index update */
export interfaceOutputOpenSearchIndexUpdate{
/** 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