Skip to content

UpdateClassificationScope

Source: src/AWS/Macie2/UpdateClassificationScope.ts

Runtime binding for macie2:UpdateClassificationScope.

Updates the classification scope settings for an account. Account-level operation — invoked with the caller’s request as-is. Provide the implementation with Effect.provide(AWS.Macie2.UpdateClassificationScopeHttp).

// init — account-level binding, no resource argument
const updateClassificationScope = yield* AWS.Macie2.UpdateClassificationScope();
// runtime
yield* updateClassificationScope({
id: scopeId,
s3: { excludes: { bucketNames: ["logs-bucket"], operation: "ADD" } },
});