Values.DescribeDeliveriesRequestSourceRetrieves 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 = {nextToken : NextToken.t option;limit : DescribeLimit.t option;Optionally specify the maximum number of deliveries to return in the response.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DescribeLimit.t | `String of NextToken.t ])
list ]