BatchDisableStandards
Source:
src/AWS/SecurityHub/BatchDisableStandards.ts
Runtime binding for securityhub:BatchDisableStandards.
Disables (unsubscribes the account from) one or more security standards.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.SecurityHub.BatchDisableStandardsHttp).
Standards & Controls
Section titled “Standards & Controls”// init — account-level binding, no resource argumentconst batchDisableStandards = yield* AWS.SecurityHub.BatchDisableStandards();
// runtimeyield* batchDisableStandards({ StandardsSubscriptionArns: [subscriptionArn],});