Module Values.ChangeSource

The information for each resource record set that you want to change.

Sourcetype nonrec t = {
  1. action : ChangeAction.t;
    (*

    The action to perform: CREATE: Creates a resource record set that has the specified values. DELETE: Deletes a existing resource record set. To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance. Amazon Route 53 will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use. UPSERT: If a resource record set doesn't already exist, Route 53 creates it. If a resource record set does exist, Route 53 updates it with the values in the request.

    *)
  2. resourceRecordSet : ResourceRecordSet.t;
    (*

    Information about the resource record set to create, delete, or update.

    *)
}
Sourceval context_ : string
Sourceval make : action:ChangeAction.t -> resourceRecordSet:ResourceRecordSet.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of ResourceRecordSetMultiValueAnswer.t | `Enum of string | `List of [> `Structure of (string * [> `String of RData.t ]) list ] list | `Long of ResourceRecordSetWeight.t | `String of DNSName.t | `Structure of (string * [> `Boolean of AliasHealthEnabled.t | `Integer of Bias.t | `String of GeoLocationContinentCode.t | `Structure of (string * [> `String of Latitude.t ]) list ]) 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