Values.GenerateCredentialReportResponseSourceContains the response to a successful GenerateCredentialReport request.
type generateCredentialReportResult = {state : ReportStateType.t option;Information about the state of the credential report.
*)description : ReportStateDescriptionType.t option;Information about the credential report.
*)}and t = {generateCredentialReportResult : generateCredentialReportResult;responseMetaData : responseMetaData;}type error = [ | `LimitExceededException of LimitExceededException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `LimitExceededException of LimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `LimitExceededException of LimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ReportStateDescriptionType.t ])
list ])
list ]