# Functions
DisableMaintenance unsets the constructor to operational mode.
EnableMaintenace sets the constructor to operational mode.
Get returns information about a specific constructor.
List gets the list of constuctors for a region.
Resync forces indexer to immediately resynchronize the search index and cache for a given constructor.
ResyncAll asynchronously resynchronizes the search index for all constructors.
# Structs
GetParams is the set of parameters required for.
ListParams is the generic set of parameters used for any constructor call.
MaintenanceParams is the set of parameters required for EnableMaintenace and DisableMaintenance.
ResyncAllParams is consumed by ResyncAll.
ResyncParams is consumed by Resync.