Values.SubscribeRequestSourceCreates 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.
type nonrec t = {arn : NotificationRuleArn.t;The Amazon Resource Name (ARN) of the notification rule for which you want to create the association.
*)target : Target.t;clientRequestToken : ClientRequestToken.t option;An enumeration token that, when provided in a request, returns the next batch of the results.
*)}val make :
?clientRequestToken:??? ->
arn:NotificationRuleArn.t ->
target:Target.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of NotificationRuleArn.t
| `Structure of (string * [> `String of TargetType.t ]) list ])
list ]