Module Values.PackageGroupOriginConfigurationSource

The package group origin configuration that determines how package versions can enter repositories.

Sourcetype nonrec t = {
  1. restrictions : PackageGroupOriginRestrictions.t option;
    (*

    The origin configuration settings that determine how package versions can enter repositories.

    *)
}
Sourceval make : ?restrictions:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `Enum of string ] * [> `Structure of (string * [> `Enum of string | `Long of LongOptional.t | `Structure of (string * [> `String of Arn.t ]) list ]) list ]) 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