Module Values.KinesisDataStreamDataSource

Information for telemetry delivery to Kinesis Data Streams.

Sourcetype nonrec t = {
  1. kinesisRoleArn : RoleArn.t;
    (*

    ARN of the IAM Role used by AWS Ground Station to deliver telemetry.

    *)
  2. kinesisDataStreamArn : KinesisDataStreamArn.t;
    (*

    ARN of the Kinesis Data Stream to deliver telemetry to.

    *)
}
Sourceval context_ : string
Sourceval make : kinesisRoleArn:RoleArn.t -> kinesisDataStreamArn:KinesisDataStreamArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RoleArn.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