Is there a way to generate the whole policy document (not the statement), like this: ```json { "Version": "2012-10-17", "Statement": [ ... ] } ``` If not, is it possible to add the support? It can have a few helpful APIs as well (.e.g. `addStatement`). Thanks.