UNPKG

@aws-sdk/client-eks

Version:

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

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