UNPKG

@aws-sdk/client-eks

Version:

AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native

12 lines (11 loc) 505 B
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter"; import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand"; import { EKSClient } from "../EKSClient"; export declare const waitForClusterDeleted: ( params: WaiterConfiguration<EKSClient>, input: DescribeClusterCommandInput ) => Promise<WaiterResult>; export declare const waitUntilClusterDeleted: ( params: WaiterConfiguration<EKSClient>, input: DescribeClusterCommandInput ) => Promise<WaiterResult>;