GetEvidenceFileUploadUrl
Source:
src/AWS/AuditManager/GetEvidenceFileUploadUrl.ts
Runtime binding for auditmanager:GetEvidenceFileUploadUrl.
Creates a presigned Amazon S3 URL that can be used to upload a
manual-evidence file — pair with
BatchImportEvidenceToAssessmentControl to attach the uploaded
file to a control. Provide the
implementation with Effect.provide(AWS.AuditManager.GetEvidenceFileUploadUrlHttp).
Manual Evidence
Section titled “Manual Evidence”const getEvidenceFileUploadUrl = yield* AWS.AuditManager.GetEvidenceFileUploadUrl();const result = yield* getEvidenceFileUploadUrl({ fileName: "access-review.pdf" });