Module Values.GetDeliveryRequestSource

Returns complete information about one logical delivery. 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, or Firehose. 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. You need to specify the delivery id in this operation. You can find the IDs of the deliveries in your account with the DescribeDeliveries operation.

Sourcetype nonrec t = {
  1. id : DeliveryId.t;
    (*

    The ID of the delivery that you want to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : id:DeliveryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DeliveryId.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