Module Values.TargetSource

Information about the Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients associated with a notification rule.

Sourcetype nonrec t = {
  1. targetType : TargetType.t option;
    (*

    The target type. Can be an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client. Amazon Q Developer in chat applications topics are specified as SNS. Amazon Q Developer in chat applications clients are specified as AWSChatbotSlack.

    *)
  2. targetAddress : TargetAddress.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client.

    *)
}
Sourceval make : ?targetType:??? -> ?targetAddress:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TargetType.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