Module Values.StartMisconfiguredStateRecoveryRequestSource

After performing steps to repair the Active Directory configuration of an FSx for Windows File Server file system, use this action to initiate the process of Amazon FSx attempting to reconnect to the file system.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. fileSystemId : FileSystemId.t;
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> fileSystemId:FileSystemId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ClientRequestToken.t ]) 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