UpdateResourceProfile
Source:
src/AWS/Macie2/UpdateResourceProfile.ts
Runtime binding for macie2:UpdateResourceProfile.
Updates the sensitivity score for an S3 bucket.
Account-level operation — invoked with the caller’s request as-is.
Provide the implementation with
Effect.provide(AWS.Macie2.UpdateResourceProfileHttp).
Automated Discovery
Section titled “Automated Discovery”// init — account-level binding, no resource argumentconst updateResourceProfile = yield* AWS.Macie2.UpdateResourceProfile();
// runtimeyield* updateResourceProfile({ resourceArn: bucketArn, sensitivityScoreOverride: 100 });