Values.DescribeEventTopicsResultSourceThe result of a DescribeEventTopic request.
type nonrec t = {eventTopics : EventTopics.t option;A list of Amazon SNS topic names that receive status messages from the specified Directory ID.
*)}type nonrec error = [ | `ClientException of ClientException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of CreatedDateTime.t ])
list ]
list ])
list ]