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