Values.UpdateEnvironmentActionInputSourceUpdates an environment action.
type nonrec t = {domainIdentifier : DomainId.t;The domain ID of the environment action.
*)environmentIdentifier : EnvironmentId.t;The environment ID of the environment action.
*)identifier : String_.t;The ID of the environment action.
*)parameters : ActionParameters.t option;The parameters of the environment action.
*)name : String_.t option;The name of the environment action.
*)description : String_.t option;The description of the environment action.
*)}val make :
?parameters:??? ->
?name:??? ->
?description:??? ->
domainIdentifier:DomainId.t ->
environmentIdentifier:EnvironmentId.t ->
identifier:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainId.t
| `Structure of
(string
* [> `Structure of (string * [> `String of String_.t ]) list ])
list ])
list ]