UpdateSyncBlocker
Source:
src/AWS/CodeConnections/UpdateSyncBlocker.ts
Runtime binding for codeconnections:UpdateSyncBlocker.
Bind this operation to a SyncConfiguration to resolve a sync
blocker (discovered via GetSyncBlockerSummary) so Git sync can
resume converging the resource. Provide the implementation with
Effect.provide(AWS.CodeConnections.UpdateSyncBlockerHttp).
Monitoring Git Sync
Section titled “Monitoring Git Sync”// init — bind the operation to the sync configurationconst updateSyncBlocker = yield* AWS.CodeConnections.UpdateSyncBlocker(sync);
// runtimeyield* updateSyncBlocker({ Id: blocker.Id, ResolvedReason: "stack drift corrected manually",});