Cephalopod_models.Com_Atproto_Admin_UpdateSubjectStatus
lexicon "com.atproto.admin.updateSubjectStatus"
type main_input = {
subject : [ `Com_atproto_admin_defs_reporef of
Types.com_atproto_admin_defs_reporef
| `Com_atproto_repo_strongref_main of
Types.com_atproto_repo_strongref_main
| `Com_atproto_admin_defs_repoblobref of
Types.com_atproto_admin_defs_repoblobref
| `Other of Cephalopod_dasl.Value.t ];
takedown : Types.com_atproto_admin_defs_statusattr option;
deactivated : Types.com_atproto_admin_defs_statusattr option;
}
val pp_main_input :
Ppx_deriving_runtime.Format.formatter ->
main_input ->
Ppx_deriving_runtime.unit
val show_main_input : main_input -> Ppx_deriving_runtime.string
val main_input_of_value : main_input Cephalopod_dasl.Value.Util.conv
val main_input_to_value : main_input -> Cephalopod_dasl.Value.t
type main_output = {
subject : [ `Com_atproto_admin_defs_reporef of
Types.com_atproto_admin_defs_reporef
| `Com_atproto_repo_strongref_main of
Types.com_atproto_repo_strongref_main
| `Com_atproto_admin_defs_repoblobref of
Types.com_atproto_admin_defs_repoblobref
| `Other of Cephalopod_dasl.Value.t ];
takedown : Types.com_atproto_admin_defs_statusattr option;
}
val pp_main_output :
Ppx_deriving_runtime.Format.formatter ->
main_output ->
Ppx_deriving_runtime.unit
val show_main_output : main_output -> Ppx_deriving_runtime.string
val main_output_of_value : main_output Cephalopod_dasl.Value.Util.conv
val main_output_to_value : main_output -> Cephalopod_dasl.Value.t
val main : (unit, main_input, main_output, unit) Base.procedure
Update the service-specific admin status of a subject (account, record, or blob).