Module Values.DescribeEdgeConfigurationInputSource

Describes a stream’s edge configuration that was set using the StartEdgeConfigurationUpdate API and the latest status of the edge agent's recorder and uploader jobs. Use this API to get the status of the configuration to determine if the configuration is in sync with the Edge Agent. Use this API to evaluate the health of the Edge Agent.

Sourcetype nonrec t = {
  1. streamName : StreamName.t option;
    (*

    The name of the stream whose edge configuration you want to update. Specify either the StreamName or the StreamARN.

    *)
  2. streamARN : ResourceARN.t option;
    (*

    The Amazon Resource Name (ARN) of the stream. Specify either the StreamNameor the StreamARN.

    *)
}
Sourceval make : ?streamName:??? -> ?streamARN:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StreamName.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