Module Values.ApplicationUpdateSource

Describes updates to apply to an existing Amazon Kinesis Analytics application.

Sourcetype nonrec t = {
  1. inputUpdates : InputUpdates.t option;
    (*

    Describes application input configuration updates.

    *)
  2. applicationCodeUpdate : ApplicationCode.t option;
    (*

    Describes application code updates.

    *)
  3. outputUpdates : OutputUpdates.t option;
    (*

    Describes application output configuration updates.

    *)
  4. referenceDataSourceUpdates : ReferenceDataSourceUpdates.t option;
    (*

    Describes application reference data source updates.

    *)
  5. cloudWatchLoggingOptionUpdates : CloudWatchLoggingOptionUpdates.t option;
    (*

    Describes application CloudWatch logging option updates.

    *)
}
Sourceval make : ?inputUpdates:??? -> ?applicationCodeUpdate:??? -> ?outputUpdates:??? -> ?referenceDataSourceUpdates:??? -> ?cloudWatchLoggingOptionUpdates:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Id.t | `Structure of (string * [> `Enum of string | `Integer of InputParallelismCount.t | `List of [> `Structure of (string * [> `String of RecordColumnName.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `Enum of string | `String of ResourceARN.t | `Structure of (string * [> `Structure of (string * [> `String of RecordRowPath.t ]) list ]) list ]) list ]) list ]) list ] list | `String of ApplicationCode.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