Module Values.GetNotificationEventRequestSource

Returns a specified NotificationEvent. User Notifications stores notifications in the individual Regions you register as notification hubs and the Region of the source event rule. GetNotificationEvent only returns notifications stored in the same Region in which the action is called. User Notifications doesn't backfill notifications to new Regions selected as notification hubs. For this reason, we recommend that you make calls in your oldest registered notification hub. For more information, see Notification hubs in the Amazon Web Services User Notifications User Guide.

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

    The Amazon Resource Name (ARN) of the NotificationEvent to return.

    *)
  2. locale : LocaleCode.t option;
    (*

    The locale code of the language used for the retrieved NotificationEvent. The default locale is English en_US.

    *)
}
Sourceval context_ : string
Sourceval make : ?locale:??? -> arn:NotificationEventArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NotificationEventArn.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