Values.GetPartnerResponseSourceRetrieves detailed information about a specific partner account.
type nonrec t = {catalog : Catalog.t option;The catalog identifier for the partner account.
*)arn : PartnerArn.t option;The Amazon Resource Name (ARN) of the partner account.
*)id : PartnerId.t option;The unique identifier of the partner account.
*)legalName : SensitiveUnicodeString.t option;The legal name of the partner organization.
*)createdAt : DateTime.t option;The timestamp when the partner account was created.
*)profile : PartnerProfile.t option;The partner profile information including display name, description, and other public details.
*)awsTrainingCertificationEmailDomains : PartnerDomainList.t option;The list of verified email domains associated with AWS training and certification credentials for the partner organization.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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
| `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
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of DomainName.t | `Timestamp of DateTime.t ])
list ]
list
| `String of Catalog.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string * [> `String of UnicodeString.t ]) list ]
list
| `String of UnicodeString.t ])
list
| `Timestamp of DateTime.t ])
list ]