Module Values_0.DeleteResourceDataSyncRequestSource

Deletes a resource data sync configuration. After the configuration is deleted, changes to data on managed nodes are no longer synced to or from the target. Deleting a sync configuration doesn't delete data.

Sourcetype nonrec t = {
  1. syncName : ResourceDataSyncName.t;
    (*

    The name of the configuration to delete.

    *)
  2. syncType : ResourceDataSyncType.t option;
    (*

    Specify the type of resource data sync to delete.

    *)
}
Sourceval context_ : string
Sourceval make : ?syncType:??? -> syncName:ResourceDataSyncName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceDataSyncName.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