@aws-sdk/client-ssm
Version:
AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native
8 lines (7 loc) • 446 B
TypeScript
import type { Paginator } from "@smithy/types";
import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "../commands/DescribePatchGroupsCommand";
import type { SSMPaginationConfiguration } from "./Interfaces";
/**
* @public
*/
export declare const paginateDescribePatchGroups: (config: SSMPaginationConfiguration, input: DescribePatchGroupsCommandInput, ...rest: any[]) => Paginator<DescribePatchGroupsCommandOutput>;