Module Values.DescribeEventTopicsResultSource

The result of a DescribeEventTopic request.

Sourcetype nonrec t = {
  1. eventTopics : EventTopics.t option;
    (*

    A list of Amazon SNS topic names that receive status messages from the specified Directory ID.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `EntityDoesNotExistException of EntityDoesNotExistException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `ServiceException of ServiceException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?eventTopics:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t