Values.GetEnvironmentActionInputSourceGets the specified environment action.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the Amazon DataZone domain in which the GetEnvironmentAction API is invoked.
*)environmentIdentifier : EnvironmentId.t;The environment ID of the environment action.
*)identifier : String_.t;The ID of the environment action
*)}val make :
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
identifier:String_.t ->
unit ->
t