GetClassificationScope
Source:
src/AWS/Macie2/GetClassificationScope.ts
Runtime binding for macie2:GetClassificationScope.
Retrieves 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.GetClassificationScopeHttp).
Automated Discovery
Section titled “Automated Discovery”// init — account-level binding, no resource argumentconst getClassificationScope = yield* AWS.Macie2.GetClassificationScope();
// runtimeconst scope = yield* getClassificationScope({ id: scopeId });