Values.GetPartnerAccountResponseSourceGets information about a partner account. If PartnerAccountId and PartnerType are null, returns all partner accounts.
type nonrec t = {sidewalk : SidewalkAccountInfoWithFingerprint.t option;The Sidewalk account credentials.
*)accountLinked : AccountLinked.t option;Whether the partner account is linked to the AWS account.
*)}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 to_value :
t ->
[> `Structure of
(string
* [> `Boolean of AccountLinked.t
| `Structure of (string * [> `String of AmazonId.t ]) list ])
list ]