UNPKG

@aws-sdk/client-ssm

Version:

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

8 lines (7 loc) 428 B
import type { Paginator } from "@smithy/types"; import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "../commands/DescribeOpsItemsCommand"; import type { SSMPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeOpsItems: (config: SSMPaginationConfiguration, input: DescribeOpsItemsCommandInput, ...rest: any[]) => Paginator<DescribeOpsItemsCommandOutput>;