Module Values.GetNotificationChannelResponseSource

Information about the Amazon Simple Notification Service (SNS) topic that is used to record Firewall Manager SNS logs.

Sourcetype nonrec t = {
  1. snsTopicArn : ResourceArn.t option;
    (*

    The SNS topic that records Firewall Manager activity.

    *)
  2. snsRoleName : ResourceArn.t option;
    (*

    The IAM role that is used by Firewall Manager to record activity to SNS.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalErrorException of InternalErrorException.t
  2. | `InvalidOperationException of InvalidOperationException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?snsTopicArn:??? -> ?snsRoleName:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceArn.t ]) 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