CancelTagSyncTask
Source:
src/AWS/ResourceGroups/CancelTagSyncTask.ts
Runtime binding for resource-groups:CancelTagSyncTask.
Cancels a running tag-sync task. Group membership stops being synced to
the tag, but resources already grouped keep their membership. The task
ARN is chosen per request, so the grant is on *. Provide the
implementation with Effect.provide(AWS.ResourceGroups.CancelTagSyncTaskHttp).
Tag-Sync Tasks
Section titled “Tag-Sync Tasks”// initconst cancelTagSyncTask = yield* AWS.ResourceGroups.CancelTagSyncTask();
// runtimeyield* cancelTagSyncTask({ TaskArn: taskArn });