UpdateSensitivityInspectionTemplate
Source:
src/AWS/Macie2/UpdateSensitivityInspectionTemplate.ts
Runtime binding for macie2:UpdateSensitivityInspectionTemplate.
Updates the settings for the sensitivity inspection template for an account.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.UpdateSensitivityInspectionTemplateHttp).
Automated Discovery
Section titled “Automated Discovery”// init — account-level binding, no resource argumentconst updateSensitivityInspectionTemplate = yield* AWS.Macie2.UpdateSensitivityInspectionTemplate();
// runtimeyield* updateSensitivityInspectionTemplate({ id: templateId, includes: { managedDataIdentifierIds: ["CREDIT_CARD_NUMBER"] },});