UNPKG

@aws-sdk/client-eks

Version:

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

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