Module Values.ChannelNotBroadcastingSource

Sourcetype nonrec t = {
  1. accessControlAllowOrigin : String_.t option;
  2. accessControlExposeHeaders : String_.t option;
  3. cacheControl : String_.t option;
  4. contentSecurityPolicy : String_.t option;
  5. strictTransportSecurity : String_.t option;
  6. xContentTypeOptions : String_.t option;
  7. xFrameOptions : String_.t option;
  8. xAmznErrorType : String_.t option;
  9. exceptionMessage : ErrorMessage.t option;
    (*

    The stream is offline for the given channel ARN.

    *)
}
Sourceval make : ?accessControlAllowOrigin:??? -> ?accessControlExposeHeaders:??? -> ?cacheControl:??? -> ?contentSecurityPolicy:??? -> ?strictTransportSecurity:??? -> ?xContentTypeOptions:??? -> ?xFrameOptions:??? -> ?xAmznErrorType:??? -> ?exceptionMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.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