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