Values.GetImageSetMetadataResponseSourceGet metadata attributes for an image set.
type nonrec t = {imageSetMetadataBlob : ImageSetMetadataBlob.t option;The blob containing the aggregated metadata information for the image set.
*)contentType : String_.t option;The format in which the study metadata is returned to the customer. Default is text/plain.
*)contentEncoding : String_.t option;The compression format in which image set metadata attributes are returned.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * ImageSetMetadataBlob.t) ->
tval to_value :
t ->
[> `Structure of
(string * [> `Blob of ImageSetMetadataBlob.t | `String of String_.t ])
list ]