Values.ResourcePendingMaintenanceActionsSourceDescribes the pending maintenance actions for a resource.
type nonrec t = {resourceIdentifier : String_.t option;The ARN of the resource that has pending maintenance actions.
*)pendingMaintenanceActionDetails : PendingMaintenanceActionDetails.t option;A list that provides details about the pending maintenance actions for the resource.
*)}