Module Values.DeleteDataSourceInputSource

Assigns the DELETED status to a DataSource, rendering it unusable. After using the DeleteDataSource operation, you can use the GetDataSource operation to verify that the status of the DataSource changed to DELETED. Caution: The results of the DeleteDataSource operation are irreversible.

Sourcetype nonrec t = {
  1. dataSourceId : EntityId.t;
    (*

    A user-supplied ID that uniquely identifies the DataSource.

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