Module Values.UpdateResourceProfileDetectionsRequestSource

Updates the sensitivity scoring settings for an S3 bucket.

Sourcetype nonrec t = {
  1. resourceArn : string;
    (*

    The Amazon Resource Name (ARN) of the S3 bucket that the request applies to.

    *)
  2. suppressDataIdentifiers : SuppressDataIdentifier.t list option;
    (*

    An array of objects, one for each custom data identifier or managed data identifier that detected a type of sensitive data to exclude from the bucket's score. To include all sensitive data types in the score, don't specify any values for this array.

    *)
}
Sourceval context_ : string
Sourceval make : ?suppressDataIdentifiers:??? -> resourceArn:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t