import { PaginationConfiguration } from "@smithy/types"; import { StorageGatewayClient } from "../StorageGatewayClient"; export interface StorageGatewayPaginationConfiguration extends PaginationConfiguration { client: StorageGatewayClient; }