Skip to content

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

// init — account-level binding, no resource argument
const getEnabledStandards = yield* AWS.SecurityHub.GetEnabledStandards();
// runtime
const { StandardsSubscriptions } = yield* getEnabledStandards();