Module Values.GetEvidenceFileUploadUrlRequestSource

Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser in the Audit Manager User Guide. The following restrictions apply to this operation: Maximum size of an individual evidence file: 100 MB Number of daily manual evidence uploads per control: 100 Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager.

Sourcetype nonrec t = {
  1. fileName : ManualEvidenceLocalFileName.t;
    (*

    The file that you want to upload. For a list of supported file formats, see Supported file types for manual evidence in the Audit Manager User Guide.

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