Module Values.NewAsoDetailSource

Details new Autonomous System Organizations (ASOs) used either at the resource or account level.

Sourcetype nonrec t = {
  1. aso : Aso.t option;
    (*

    Details about the new Autonomous System Organization (ASO).

    *)
  2. isNewForEntireAccount : IsNewForEntireAccount.t option;
    (*

    Checks if the Autonomous System Organization (ASO) is new for the entire account.

    *)
}
Sourceval make : ?aso:??? -> ?isNewForEntireAccount:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of IsNewForEntireAccount.t | `String of Aso.t ]) 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