Module Values.DeleteSyncConfigurationInputSource

Deletes the sync configuration for a specified repository and connection.

Sourcetype nonrec t = {
  1. syncType : SyncConfigurationType.t;
    (*

    The type of sync configuration to be deleted.

    *)
  2. resourceName : ResourceName.t;
    (*

    The name of the Amazon Web Services resource associated with the sync configuration to be deleted.

    *)
}
Sourceval context_ : string
Sourceval make : syncType:SyncConfigurationType.t -> resourceName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceName.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