Module Values.StartApplicationRequestSource

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    Name of the application.

    *)
  2. inputConfigurations : InputConfigurations.t;
    (*

    Identifies the specific input, by ID, that the application starts consuming. Amazon Kinesis Analytics starts reading the streaming source associated with the input. You can also specify where in the streaming source you want Amazon Kinesis Analytics to start reading.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> inputConfigurations:InputConfigurations.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Id.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `String of ApplicationName.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