Module Values.SectionSource

Contains the section name and list of product REST endpoints for a product.

Sourcetype nonrec t = {
  1. productRestEndpointPageArns : string list;
    (*

    The ARNs of the product REST endpoint pages in a portal product.

    *)
  2. sectionName : string;
    (*

    The section name.

    *)
}
Sourceval context_ : string
Sourceval make : productRestEndpointPageArns:string list -> sectionName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) 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