Skip to main content
Module

x/aws_api/services/kinesis/mod.ts>ShardFilterType

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
type alias ShardFilterType
import { type ShardFilterType } from "https://deno.land/x/aws_api@v0.8.1/services/kinesis/mod.ts";
definition:
| "AFTER_SHARD_ID"
| "AT_TRIM_HORIZON"
| "FROM_TRIM_HORIZON"
| "AT_LATEST"
| "AT_TIMESTAMP"
| "FROM_TIMESTAMP"
| cmnP.UnexpectedEnumValue