Values.GetMalwareProtectionPlanResponseSourceRetrieves the Malware Protection plan details associated with a Malware Protection plan ID.
type nonrec t = {arn : String_.t option;Amazon Resource Name (ARN) of the protected resource.
*)role : String_.t option;Amazon Resource Name (ARN) of the IAM role that includes the permissions to scan and add tags to the associated protected resource.
*)protectedResource : CreateProtectedResource.t option;Information about the protected resource that is associated with the created Malware Protection plan. Presently, S3Bucket is the only supported protected resource.
*)actions : MalwareProtectionPlanActions.t option;Information about whether the tags will be added to the S3 object after scanning.
*)createdAt : Timestamp.t option;The timestamp when the Malware Protection plan resource was created.
*)status : MalwareProtectionPlanStatus.t option;Malware Protection plan status.
*)statusReasons : MalwareProtectionPlanStatusReasonsList.t option;Information about the issue code and message associated to the status of your Malware Protection plan.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `InternalServerErrorException of InternalServerErrorException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]