Module Kinesis.StreamConsumer

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html

type properties = {
  1. consumer_name : string;
  2. stream_arn : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html;

val make_properties : consumer_name:string -> stream_arn:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. consumer_creation_timestamp : string;
  3. consumer_name : string;
  4. consumer_arn : string;
  5. consumer_status : string;
  6. stream_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string