Values.GetNotificationChannelResponseSourceInformation about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.
type nonrec t = {snsTopicArn : ResourceArn.t option;The SNS topic that records Firewall Manager activity.
*)snsRoleName : ResourceArn.t option;The IAM role that is used by Firewall Manager to record activity to SNS.
*)}type nonrec error = [ | `InternalErrorException of InternalErrorException.t| `InvalidOperationException of InvalidOperationException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidOperationException of InvalidOperationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalErrorException of InternalErrorException.t
| `InvalidOperationException of InvalidOperationException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]