Skip to content

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).

// init
const cancelTagSyncTask = yield* AWS.ResourceGroups.CancelTagSyncTask();
// runtime
yield* cancelTagSyncTask({ TaskArn: taskArn });