Module Values.NotificationConfigurationSource

Use this API to configure Amazon Simple Notification Service (Amazon SNS) notifications for when fragments become available in a stream. If this parameter is null, the configuration will be deleted from the stream. See Notifications in Kinesis Video Streams for more information.

Sourcetype nonrec t = {
  1. status : ConfigurationStatus.t;
    (*

    Indicates if a notification configuration is enabled or disabled.

    *)
  2. destinationConfig : NotificationDestinationConfig.t;
    (*

    The destination information required to deliver a notification to a customer.

    *)
}
Sourceval context_ : string
Sourceval make : status:ConfigurationStatus.t -> destinationConfig:NotificationDestinationConfig.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of DestinationUri.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