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