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