Values.DescribeEnvironmentManagedActionHistoryRequestSourceRequest to list completed and failed managed actions.
type nonrec t = {environmentId : EnvironmentId.t option;The environment ID of the target environment.
*)environmentName : EnvironmentName.t option;The name of the target environment.
*)nextToken : String_.t option;The pagination token returned by a previous request.
*)maxItems : ManagedActionHistoryMaxItems.t option;The maximum number of items to return for a single request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ManagedActionHistoryMaxItems.t
| `String of EnvironmentId.t ])
list ]