Values.GetGlyphsResponseSourceGetGlyphs returns the map's glyphs. For more information, see Style labels with glyphs in the Amazon Location Service Developer Guide.
type nonrec t = {blob : Blob.t option;The Glyph, as a binary blob.
*)contentType : String_.t option;Header that represents the format of the response. The response returns the following as the HTTP body.
*)cacheControl : String_.t option;Header that instructs caching configuration for the client.
*)eTag : String_.t option;The glyph's Etag.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]