Values.DescribeDeliveriesResponseSourceRetrieves a list of the deliveries that have been created in the account. A delivery is a connection between a delivery source and a delivery destination . A delivery source represents an Amazon Web Services resource that sends logs to an logs delivery destination. The destination can be CloudWatch Logs, Amazon S3, Firehose or X-Ray. Only some Amazon Web Services services support being configured as a delivery source. These services are listed in Enable logging from Amazon Web Services services.
type nonrec t = {deliveries : Deliveries.t option;An array of structures. Each structure contains information about one delivery in the account.
*)nextToken : NextToken.t option;}type nonrec error = [ | `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 ->
[> `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 ->
[> `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
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of FieldHeader.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of DeliveryId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DeliverySuffixPath.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]