UNPKG

@aws-sdk/client-ssm

Version:

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

8 lines (7 loc) 488 B
import type { Paginator } from "@smithy/types"; import { DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput } from "../commands/DescribeInventoryDeletionsCommand"; import type { SSMPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribeInventoryDeletions: (config: SSMPaginationConfiguration, input: DescribeInventoryDeletionsCommandInput, ...rest: any[]) => Paginator<DescribeInventoryDeletionsCommandOutput>;