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