Module Values.DisassociateFileSystemAliasesRequestSource

The request object of DNS aliases to disassociate from an Amazon FSx for Windows File Server file system.

Sourcetype nonrec t = {
  1. clientRequestToken : ClientRequestToken.t option;
  2. fileSystemId : FileSystemId.t;
    (*

    Specifies the file system from which to disassociate the DNS aliases.

    *)
  3. aliases : AlternateDNSNames.t;
    (*

    An array of one or more DNS alias names to disassociate, or remove, from the file system.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> fileSystemId:FileSystemId.t -> aliases:AlternateDNSNames.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of AlternateDNSName.t ] list | `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