Module Values.DescribeDeliverySourcesResponseSource

Retrieves a list of the delivery sources that have been created in the account.

Sourcetype nonrec t = {
  1. deliverySources : DeliverySources.t option;
    (*

    An array of structures. Each structure contains information about one delivery source in the account.

    *)
  2. nextToken : NextToken.t option;
}
Sourcetype nonrec error = [
  1. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  2. | `ServiceUnavailableException of ServiceUnavailableException.t
  3. | `ThrottlingException of ThrottlingException.t
  4. | `ValidationException of ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?deliverySources:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ServiceQuotaExceededException of unit | `ServiceUnavailableException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option | `ValidationException of unit ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ServiceQuotaExceededException of unit | `ServiceUnavailableException of unit | `ThrottlingException of unit | `Unknown_operation_error of string * string option | `ValidationException of unit ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `List of [> `String of Arn.t ] list | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of DeliverySourceName.t ]) list ] list | `String of NextToken.t ]) 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