Module Values.ImageGenerationDestinationConfigSource

The structure that contains the information required to deliver images to a customer.

Sourcetype nonrec t = {
  1. uri : DestinationUri.t;
    (*

    The Uniform Resource Identifier (URI) that identifies where the images will be delivered.

    *)
  2. destinationRegion : DestinationRegion.t;
    (*

    The Amazon Web Services Region of the S3 bucket where images will be delivered. This DestinationRegion must match the Region where the stream is located.

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