Module Values.UpdateKinesisStreamingDestinationInputSource

The command to update the Kinesis stream destination.

Sourcetype nonrec t = {
  1. tableName : TableArn.t;
    (*

    The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.

    *)
  2. streamArn : StreamArn.t;
    (*

    The Amazon Resource Name (ARN) for the Kinesis stream input.

    *)
  3. updateKinesisStreamingConfiguration : UpdateKinesisStreamingConfiguration.t option;
    (*

    The command to update the Kinesis stream configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?updateKinesisStreamingConfiguration:??? -> tableName:TableArn.t -> streamArn:StreamArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TableArn.t | `Structure of (string * [> `Enum of string ]) list ]) 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