Values.GetConnectionResponseSourceRetrieves detailed information about a specific connection between partners.
type nonrec t = {catalog : Catalog.t option;The catalog identifier where the connection exists.
*)id : ConnectionId.t option;The unique identifier of the connection.
*)arn : ConnectionArn.t option;The Amazon Resource Name (ARN) of the connection.
*)otherParticipantAccountId : AwsAccountId.t option;The AWS account ID of the other participant in the connection.
*)updatedAt : DateTime.t option;The timestamp when the connection was last updated.
*)connectionTypes : ConnectionTypeDetailMap.t option;The list of connection types active between the partners.
*)}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
* [> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `String of Email.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of PartnerProfileId.t ])
list ])
list
| `Timestamp of DateTime.t ])
list ])
list
| `String of Catalog.t
| `Timestamp of DateTime.t ])
list ]