Module Values.AwsCloudFrontDistributionOriginGroupFailoverStatusCodesSource

The status codes that cause an origin group to fail over.

Sourcetype nonrec t = {
  1. items : AwsCloudFrontDistributionOriginGroupFailoverStatusCodesItemList.t option;
    (*

    The list of status code values that can cause a failover to the next origin.

    *)
  2. quantity : Integer.t option;
    (*

    The number of status codes that can cause a failover.

    *)
}
Sourceval make : ?items:??? -> ?quantity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Integer of Integer.t ] 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