Jon Lewis

Results 4 issues of Jon Lewis

### Please help keep the CHANGELOG up to date by providing a one sentence summary of your change: Fixes GreenGrassClient reset_deployments method that was responding with 403 AccessDeniedException

When calling the reset_deployments method on the GreengrassClient, you will get a 403 error like so: `Error: Unknown( BufferedHttpResponse {status: 403, body: "{\"Message\":\"Unable to determine service/operation name to be authorized\"}"`...

This request is similar to #33 but is different because I need the ability to exclude all [relation fields](https://www.prisma.io/docs/concepts/components/prisma-schema/relations#relation-fields) from the generated DBML. Relation fields are not present in the...