Values.GetProfileResponseSourceThe structure representing the getProfileResponse.
type nonrec t = {contentEncoding : String_.t option;The content encoding of the profile.
*)contentType : String_.t option;The content type of the profile in the payload. It is either application/json or the default application/x-amzn-ion.
*)profile : AggregatedProfile.t option;Information about the profile.
*)}type nonrec error = [ | `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 ->
[> `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 ->
[> `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 * AggregatedProfile.t) ->
tval to_value :
t ->
[> `Structure of
(string * [> `Blob of AggregatedProfile.t | `String of String_.t ]) list ]