RevokeRevision
Source:
src/AWS/DataExchange/RevokeRevision.ts
Runtime binding for dataexchange:RevokeRevision.
Revokes the bound revision from subscribers with a required
revocation comment — the remediation path when bad or sensitive data
was published. The data set and revision ids are injected from the
binding.
Provide the implementation with
Effect.provide(AWS.DataExchange.RevokeRevisionHttp).
Managing Assets
Section titled “Managing Assets”const revokeRevision = yield* AWS.DataExchange.RevokeRevision(revision);
// runtimeyield* revokeRevision({ RevocationComment: "Published with corrupted price data",});