Module Values.CaCertificatesBundleS3LocationSource

The CA certificates bundle location in Amazon S3.

Sourcetype nonrec t = {
  1. bucket : String_.t;
    (*

    The S3 bucket.

    *)
  2. key : String_.t;
    (*

    The location's key.

    *)
  3. region : CaCertificatesBundleS3LocationRegionString.t;
    (*

    The location's Region.

    *)
  4. version : String_.t option;
    (*

    The location's version.

    *)
}
Sourceval context_ : string
Sourceval make : ?version:??? -> bucket:String_.t -> key:String_.t -> region:CaCertificatesBundleS3LocationRegionString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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