UNPKG

@aws-sdk/client-ssm

Version:

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

9 lines (8 loc) 226 B
import type { PaginationConfiguration } from "@smithy/types"; import { SSMClient } from "../SSMClient"; /** * @public */ export interface SSMPaginationConfiguration extends PaginationConfiguration { client: SSMClient; }