Module Values.OutputLocationSource

Describes the location where the restore job's output is stored.

Sourcetype nonrec t = {
  1. s3 : S3Location.t option;
    (*

    Describes an S3 location that will receive the results of the restore request.

    *)
}
Sourceval make : ?s3:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of MetadataKey.t | `Structure of (string * [> `Enum of string | `String of DisplayName.t ]) list ]) list ] list | `String of BucketName.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of ObjectKey.t ]) list ] list | `String of SSEKMSKeyId.t ]) list ]) list ]) 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