GetEnabledStandards
Source:
src/AWS/SecurityHub/GetEnabledStandards.ts
Runtime binding for securityhub:GetEnabledStandards.
Lists the standards subscriptions currently enabled in the account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.SecurityHub.GetEnabledStandardsHttp).
Standards & Controls
Section titled “Standards & Controls”// init — account-level binding, no resource argumentconst getEnabledStandards = yield* AWS.SecurityHub.GetEnabledStandards();
// runtimeconst { StandardsSubscriptions } = yield* getEnabledStandards();