Module Values.ProviderIdNameSpaceConfigurationSource

The provider configuration required for different ID namespace types.

Sourcetype nonrec t = {
  1. description : String_.t option;
    (*

    The description of the ID namespace.

    *)
  2. providerTargetConfigurationDefinition : Document.t option;
    (*

    Configurations required for the target ID namespace.

    *)
  3. providerSourceConfigurationDefinition : Document.t option;
    (*

    Configurations required for the source ID namespace.

    *)
}
Sourceval make : ?description:??? -> ?providerTargetConfigurationDefinition:??? -> ?providerSourceConfigurationDefinition:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of 'a list ]) 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