UNPKG

@aws-sdk/client-ssm

Version:

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

12 lines (11 loc) 454 B
import { Paginator } from "@smithy/types"; import { DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput, } from "../commands/DescribeInstancePatchesCommand"; import { SSMPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeInstancePatches: ( config: SSMPaginationConfiguration, input: DescribeInstancePatchesCommandInput, ...rest: any[] ) => Paginator<DescribeInstancePatchesCommandOutput>;