Values.DescribeEnvironmentManagedActionsRequestSourceRequest to list an environment's upcoming and in-progress managed actions.
type nonrec t = {environmentName : String_.t option;The name of the target environment.
*)environmentId : String_.t option;The environment ID of the target environment.
*)status : ActionStatus.t option;To show only actions with a particular status, specify a status.
*)}