Module Values.CidrCollectionChangeSource

A complex type that contains information about the CIDR collection change.

Sourcetype nonrec t = {
  1. locationName : CidrLocationNameDefaultNotAllowed.t;
    (*

    Name of the location that is associated with the CIDR collection.

    *)
  2. action : CidrCollectionChangeAction.t;
    (*

    CIDR collection change action.

    *)
  3. cidrList : CidrList.t;
    (*

    List of CIDR blocks.

    *)
}
Sourceval context_ : string
Sourceval make : locationName:CidrLocationNameDefaultNotAllowed.t -> action:CidrCollectionChangeAction.t -> cidrList:CidrList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of Cidr.t ] list | `String of CidrLocationNameDefaultNotAllowed.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