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