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