UNPKG

@aws-sdk/client-eks

Version:

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

54 lines (53 loc) 1.61 kB
import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EKSClient"; import { DescribeFargateProfileRequest, DescribeFargateProfileResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DescribeFargateProfileCommandInput extends DescribeFargateProfileRequest {} export interface DescribeFargateProfileCommandOutput extends DescribeFargateProfileResponse, __MetadataBearer {} declare const DescribeFargateProfileCommand_base: { new ( input: DescribeFargateProfileCommandInput ): import("@smithy/core/client").CommandImpl< DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DescribeFargateProfileCommandInput ): import("@smithy/core/client").CommandImpl< DescribeFargateProfileCommandInput, DescribeFargateProfileCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DescribeFargateProfileCommand extends DescribeFargateProfileCommand_base { protected static __types: { api: { input: DescribeFargateProfileRequest; output: DescribeFargateProfileResponse; }; sdk: { input: DescribeFargateProfileCommandInput; output: DescribeFargateProfileCommandOutput; }; }; }