Values.GetDeliverySourceResponseSourceRetrieves complete information about one delivery source.
type nonrec t = {deliverySource : DeliverySource.t option;A structure containing information about the delivery source.
*)}type nonrec error = [ | `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFoundException of unit
| `ServiceQuotaExceededException of unit
| `ServiceUnavailableException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFoundException of unit
| `ServiceQuotaExceededException of unit
| `ServiceUnavailableException of unit
| `ThrottlingException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ]