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