Module Values.UpdateMemberSessionRequestSource

Enables an Amazon Macie administrator to suspend or re-enable Macie for a member account.

Sourcetype nonrec t = {
  1. id : string;
    (*

    The unique identifier for the Amazon Macie resource that the request applies to.

    *)
  2. status : MacieStatus.t;
    (*

    Specifies the new status for the account. Valid values are: ENABLED, resume all Amazon Macie activities for the account; and, PAUSED, suspend all Macie activities for the account.

    *)
}
Sourceval context_ : string
Sourceval make : id:string -> status:MacieStatus.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t