Values.DescribeEventSourceResponseSourceThis operation lists details about a partner event source that is shared with your account.
type nonrec t = {arn : String_.t option;The ARN of the partner event source.
*)createdBy : String_.t option;The name of the SaaS partner that created the event source.
*)creationTime : Timestamp.t option;The date and time that the event source was created.
*)expirationTime : Timestamp.t option;The date and time that the event source will expire if you do not create a matching event bus.
*)name : String_.t option;The name of the partner event source.
*)state : EventSourceState.t option;The state of the event source. If it is ACTIVE, you have already created a matching event bus for this event source, and that event bus is active. If it is PENDING, either you haven't yet created a matching event bus, or that event bus is deactivated. If it is DELETED, you have created a matching event bus, but the event source has since been deleted.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]