Values.GetSpritesResponseSourceGetSprites returns the map's sprites. For more information, see Style iconography with sprites in the Amazon Location Service Developer Guide.
type nonrec t = {blob : Blob.t option;The body of the sprite sheet or JSON offset file (image/png or application/json, depending on input).
*)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 sprite's Etag.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]