UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

5 lines (4 loc) 322 B
import { createPaginator } from "@smithy/core"; import { CloudWatchLogsClient } from "../CloudWatchLogsClient"; import { GetLogEventsCommand, } from "../commands/GetLogEventsCommand"; export const paginateGetLogEvents = createPaginator(CloudWatchLogsClient, GetLogEventsCommand, "nextToken", "nextForwardToken", "limit");