Module Values_0.UpdateStreamRequestSource

Updates an existing stream. The stream version will be incremented by one. Requires permission to access the UpdateStream action.

Sourcetype nonrec t = {
  1. streamId : StreamId.t;
    (*

    The stream ID.

    *)
  2. description : StreamDescription.t option;
    (*

    The description of the stream.

    *)
  3. files : StreamFiles.t option;
    (*

    The files associated with the stream.

    *)
  4. roleArn : RoleArn.t option;
    (*

    An IAM role that allows the IoT service principal assumes to access your S3 files.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?files:??? -> ?roleArn:??? -> streamId:StreamId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of FileId.t | `Structure of (string * [> `String of S3Bucket.t ]) list ]) list ] list | `String of StreamId.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