Values.DescribePartnerEventSourceResponseSourceAn SaaS partner can use this operation to list details about a partner event source that they have created. Amazon Web Services customers do not use this operation. Instead, Amazon Web Services customers can use DescribeEventSource to see details about a partner event source that is shared with them.
type nonrec error = [ | `InternalException of InternalException.t| `OperationDisabledException of OperationDisabledException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalException of unit
| `OperationDisabledException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalException of unit
| `OperationDisabledException of unit
| `ResourceNotFoundException of unit
| `Unknown_operation_error of string * string option ]