Values.DeleteDataSourceInputSourceDeletes a data source in Amazon DataZone.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the data source is deleted.
*)identifier : DataSourceId.t;The identifier of the data source that is deleted.
*)clientToken : String_.t option;A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
*)retainPermissionsOnRevokeFailure : Boolean.t option;Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
*)}val make :
?clientToken:??? ->
?retainPermissionsOnRevokeFailure:??? ->
domainIdentifier:DomainId.t ->
identifier:DataSourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainId.t ]) list ]