UpdateStandardsControl
Source:
src/AWS/SecurityHub/UpdateStandardsControl.ts
Runtime binding for securityhub:UpdateStandardsControl.
Enables or disables an individual control within an enabled standard.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.SecurityHub.UpdateStandardsControlHttp).
Standards & Controls
Section titled “Standards & Controls”// init — account-level binding, no resource argumentconst updateStandardsControl = yield* AWS.SecurityHub.UpdateStandardsControl();
// runtimeyield* updateStandardsControl({ StandardsControlArn: controlArn, ControlStatus: "DISABLED", DisabledReason: "not applicable to this workload",});