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