Skip to main content
Module

x/aws_api/services/kinesis/structs.ts>ShardIteratorType

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
type alias ShardIteratorType
import { type ShardIteratorType } from "https://deno.land/x/aws_api@v0.8.1/services/kinesis/structs.ts";
definition:
| "AT_SEQUENCE_NUMBER"
| "AFTER_SEQUENCE_NUMBER"
| "TRIM_HORIZON"
| "LATEST"
| "AT_TIMESTAMP"
| cmnP.UnexpectedEnumValue