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).
Automated Discovery
Section titled “Automated Discovery”// init — account-level binding, no resource argumentconst updateClassificationScope = yield* AWS.Macie2.UpdateClassificationScope();
// runtimeyield* updateClassificationScope({ id: scopeId, s3: { excludes: { bucketNames: ["logs-bucket"], operation: "ADD" } },});