Module Values.UpdateMalwareProtectionPlanRequestSource

Updates an existing Malware Protection plan resource.

Sourcetype nonrec t = {
  1. malwareProtectionPlanId : String_.t;
    (*

    A unique identifier associated with the Malware Protection plan.

    *)
  2. role : String_.t option;
    (*

    Amazon Resource Name (ARN) of the IAM role with permissions to scan and add tags to the associated protected resource.

    *)
  3. actions : MalwareProtectionPlanActions.t option;
    (*

    Information about whether the tags will be added to the S3 object after scanning.

    *)
  4. protectedResource : UpdateProtectedResource.t option;
    (*

    Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?role:??? -> ?actions:??? -> ?protectedResource:??? -> malwareProtectionPlanId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of String_.t ] list ]) list ]) list ]) 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