Module Values.SubscribeRequestSource

Creates an association between a notification rule and an Amazon Q Developer in chat applications topic or Amazon Q Developer in chat applications client so that the associated target can receive notifications when the events described in the rule are triggered.

Sourcetype nonrec t = {
  1. arn : NotificationRuleArn.t;
    (*

    The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.

    *)
  2. target : Target.t;
  3. clientRequestToken : ClientRequestToken.t option;
    (*

    An enumeration token that, when provided in a request, returns the next batch of the results.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientRequestToken:??? -> arn:NotificationRuleArn.t -> target:Target.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NotificationRuleArn.t | `Structure of (string * [> `String of TargetType.t ]) 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