Values.StartVerificationResponseSourceInitiates a new verification process for a partner account. This operation begins the verification workflow for either business registration or individual registrant identity verification as required by AWS Partner Central.
type nonrec t = {verificationType : VerificationType.t option;The type of verification that was started based on the provided verification details.
*)verificationStatus : VerificationStatus.t option;The initial status of the verification process after it has been started. Typically this will be pending or in-progress.
*)verificationStatusReason : VerificationStatusReason.t option;Additional information about the initial verification status, including any immediate feedback about the submitted verification details.
*)verificationResponseDetails : VerificationResponseDetails.t option;Initial response details specific to the type of verification started, which may include next steps or additional requirements.
*)startedAt : DateTime.t option;The timestamp when the verification process was successfully initiated.
*)completedAt : DateTime.t option;The timestamp when the verification process was completed. This field is typically null for newly started verifications unless they complete immediately.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.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
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of VerificationStatusReason.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of CompletionUrl.t
| `Structure of
(string * [> `String of LegalName.t ]) list
| `Timestamp of DateTime.t ])
list ])
list
| `Timestamp of DateTime.t ])
list ]