Module Values_1.DeleteDataSourceRequestSource

Deletes the data source permanently. This operation breaks all the datasets that reference the deleted data source.

Sourcetype nonrec t = {
  1. awsAccountId : AwsAccountId.t;
    (*

    The Amazon Web Services account ID.

    *)
  2. dataSourceId : ResourceId.t;
    (*

    The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

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