BatchEnableStandards
Source:
src/AWS/SecurityHub/BatchEnableStandards.ts
Runtime binding for securityhub:BatchEnableStandards.
Enables (subscribes the account to) one or more security standards.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.SecurityHub.BatchEnableStandardsHttp).
Standards & Controls
Section titled “Standards & Controls”// init — account-level binding, no resource argumentconst batchEnableStandards = yield* AWS.SecurityHub.BatchEnableStandards();
// runtimeyield* batchEnableStandards({ StandardsSubscriptionRequests: [{ StandardsArn: standardsArn }],});