- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-detective
DetectivePaginationConfiguration Interface
Members
Name | Type | Details |
---|---|---|
client Required | DetectiveClient | |
pageSize | number | |
startingToken | any | |
stopOnSameToken | boolean | For some APIs, such as CloudWatchLogs events, the next page token will always be present.When true, this config field will have the paginator stop when the token doesn't change instead of when it is not present. |
withCommand | (command: Command<any, any, any, any, any>) = typeof command | undefined |
Full Signature
export interface DetectivePaginationConfiguration extends PaginationConfiguration