@aws-sdk/client-ssm
Version:
AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native
12 lines (11 loc) • 478 B
TypeScript
import { Paginator } from "@smithy/types";
import {
DescribeInstancePatchStatesCommandInput,
DescribeInstancePatchStatesCommandOutput,
} from "../commands/DescribeInstancePatchStatesCommand";
import { SSMPaginationConfiguration } from "./Interfaces";
export declare const paginateDescribeInstancePatchStates: (
config: SSMPaginationConfiguration,
input: DescribeInstancePatchStatesCommandInput,
...rest: any[]
) => Paginator<DescribeInstancePatchStatesCommandOutput>;