Represents a list of sections which include section name and list of product REST endpoints for a product.
*)
overviewPageArn : string option;
(*
The ARN of the overview page.
*)
productPageArns : string list option;
(*
The product page ARNs.
*)
}
Sourceval make :
?contents:???->?overviewPageArn:???->?productPageArns:???->unit ->t
Sourceval to_value :
t->[> `Structure of
(string
* [> `List of
[> `String of string| `Structure of
(string
* [> `List of [> `String of string ] list| `String of string ])
list ]
list| `String of string ])
list ]