Module Values.DeleteDirectoryConfigRequestSource

Deletes the specified Directory Config object from WorkSpaces Applications. This object includes the information required to join streaming instances to an Active Directory domain.

Sourcetype nonrec t = {
  1. directoryName : DirectoryName.t;
    (*

    The name of the directory configuration.

    *)
}
Sourceval context_ : string
Sourceval make : directoryName:DirectoryName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryName.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