UNPKG

@aws-sdk/client-account

Version:

AWS SDK for JavaScript Account Client for Node.js, Browser and React Native

7 lines (6 loc) 218 B
import { PaginationConfiguration } from "@smithy/types"; import { AccountClient } from "../AccountClient"; export interface AccountPaginationConfiguration extends PaginationConfiguration { client: AccountClient; }