Skip to content

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).

// init — account-level binding, no resource argument
const updateSensitivityInspectionTemplate = yield* AWS.Macie2.UpdateSensitivityInspectionTemplate();
// runtime
yield* updateSensitivityInspectionTemplate({
id: templateId,
includes: { managedDataIdentifierIds: ["CREDIT_CARD_NUMBER"] },
});