UpdateEc2DeepInspectionConfiguration
Source:
src/AWS/Inspector2/UpdateEc2DeepInspectionConfiguration.ts
Runtime binding for inspector2:UpdateEc2DeepInspectionConfiguration.
Activates, deactivates Amazon Inspector deep inspection, or updates custom paths for your account.
Provide the implementation with
Effect.provide(AWS.Inspector2.UpdateEc2DeepInspectionConfigurationHttp).
Account Settings & Usage
Section titled “Account Settings & Usage”// initconst updateEc2DeepInspectionConfiguration = yield* AWS.Inspector2.UpdateEc2DeepInspectionConfiguration();
// runtimeconst { status } = yield* updateEc2DeepInspectionConfiguration({ activateDeepInspection: true });