Module Values.UpdateDataSourceInputSource

Updates the DataSourceName of a DataSource. You can use the GetDataSource operation to view the contents of the updated data element.

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

    The ID assigned to the DataSource during creation.

    *)
  2. dataSourceName : EntityName.t;
    (*

    A new user-supplied name or description of the DataSource that will replace the current description.

    *)
}
Sourceval context_ : string
Sourceval make : dataSourceId:EntityId.t -> dataSourceName:EntityName.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