UNPKG

@aws-sdk/client-ssm

Version:

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

12 lines (11 loc) 484 B
import { Paginator } from "@smithy/types"; import { DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput, } from "../commands/DescribeAutomationExecutionsCommand"; import { SSMPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeAutomationExecutions: ( config: SSMPaginationConfiguration, input: DescribeAutomationExecutionsCommandInput, ...rest: any[] ) => Paginator<DescribeAutomationExecutionsCommandOutput>;