Values_1.DescribeEventConfigurationsResponseSourceDescribes event configurations. Requires permission to access the DescribeEventConfigurations action.
type nonrec t = {eventConfigurations : Values_0.EventConfigurations.t option;The event configurations.
*)creationDate : Values_0.CreationDate.t option;The creation date of the event configuration.
*)lastModifiedDate : Values_0.LastModifiedDate.t option;The date the event configurations were last modified.
*)}type nonrec error = [ | `InternalFailureException of Values_0.InternalFailureException.t| `ThrottlingException of Values_0.ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalFailureException of Values_0.InternalFailureException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Structure of (string * [> `Boolean of bool ]) list ])
list
| `Timestamp of Values_0.CreationDate.t ])
list ]