Values.DeleteEnvironmentActionInputSourceDeletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which an environment action is deleted.
*)environmentIdentifier : EnvironmentId.t;The ID of the environment where an environment action is deleted.
*)identifier : String_.t;The ID of the environment action that is deleted.
*)}val make :
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
identifier:String_.t ->
unit ->
t