Values.CreateNotificationRuleResultSourceCreates a notification rule for a resource. The rule specifies the events you want notifications about and the targets (such as Amazon Q Developer in chat applications topics or Amazon Q Developer in chat applications clients configured for Slack) where you want to receive them.
type nonrec t = {arn : NotificationRuleArn.t option;The Amazon Resource Name (ARN) of the notification rule.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConcurrentModificationException of ConcurrentModificationException.t| `ConfigurationException of ConfigurationException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `ConfigurationException of ConfigurationException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConcurrentModificationException of ConcurrentModificationException.t
| `ConfigurationException of ConfigurationException.t
| `LimitExceededException of LimitExceededException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]