UNPKG

@aws-sdk/client-ssm

Version:

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

12 lines (11 loc) 430 B
import { Paginator } from "@smithy/types"; import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput, } from "../commands/GetParametersByPathCommand"; import { SSMPaginationConfiguration } from "./Interfaces"; export declare const paginateGetParametersByPath: ( config: SSMPaginationConfiguration, input: GetParametersByPathCommandInput, ...rest: any[] ) => Paginator<GetParametersByPathCommandOutput>;