UNPKG

@aws-sdk/client-eks

Version:

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

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