@aws-sdk/client-eks
Version:
AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native
12 lines (11 loc) • 515 B
TypeScript
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
import { DescribeNodegroupCommandInput } from "../commands/DescribeNodegroupCommand";
import { EKSClient } from "../EKSClient";
export declare const waitForNodegroupActive: (
params: WaiterConfiguration<EKSClient>,
input: DescribeNodegroupCommandInput
) => Promise<WaiterResult>;
export declare const waitUntilNodegroupActive: (
params: WaiterConfiguration<EKSClient>,
input: DescribeNodegroupCommandInput
) => Promise<WaiterResult>;