Module Values.AdditionalResourcesSource

The choice level additional resources for a custom lens. This field does not apply to Amazon Web Services official lenses.

Sourcetype nonrec t = {
  1. type_ : AdditionalResourceType.t option;
    (*

    Type of additional resource for a custom lens.

    *)
  2. content : Urls.t option;
    (*

    The URLs for additional resources, either helpful resources or improvement plans, for a custom lens. Up to five additional URLs can be specified.

    *)
}
Sourceval make : ?type_:??? -> ?content:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ChoiceContentDisplayText.t ]) 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