Function aws_util::kinesis::get_shard_ids[][src]

pub async fn get_shard_ids(
    client: &KinesisClient,
    stream_name: &str
) -> Result<impl Iterator<Item = String>, Error>
Expand description

Instead of returning Shard objects, only return their ids.