Values.GetNotificationConfigurationResponseSourceReturns a specified NotificationConfiguration.
type nonrec t = {arn : NotificationConfigurationArn.t option;The ARN of the resource.
*)name : NotificationConfigurationName.t option;The name of the NotificationConfiguration.
*)description : NotificationConfigurationDescription.t option;The description of the NotificationConfiguration.
*)status : NotificationConfigurationStatus.t option;The status of this NotificationConfiguration.
*)creationTime : CreationTime.t option;The creation time of the NotificationConfiguration.
*)aggregationDuration : AggregationDuration.t option;The aggregation preference of the NotificationConfiguration. Values: LONG Aggregate notifications for long periods of time (12 hours). SHORT Aggregate notifications for short periods of time (5 minutes). NONE Don't aggregate notifications.
*)subtype : NotificationConfigurationSubtype.t option;The subtype of the notification configuration returned in the response.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of NotificationConfigurationArn.t
| `Timestamp of CreationTime.t ])
list ]