import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EKSClient"; import { UpdatePodIdentityAssociationRequest, UpdatePodIdentityAssociationResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface UpdatePodIdentityAssociationCommandInput extends UpdatePodIdentityAssociationRequest {} export interface UpdatePodIdentityAssociationCommandOutput extends UpdatePodIdentityAssociationResponse, __MetadataBearer {} declare const UpdatePodIdentityAssociationCommand_base: { new ( input: UpdatePodIdentityAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdatePodIdentityAssociationCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdatePodIdentityAssociationCommandInput, UpdatePodIdentityAssociationCommandOutput, EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdatePodIdentityAssociationCommand extends UpdatePodIdentityAssociationCommand_base { protected static __types: { api: { input: UpdatePodIdentityAssociationRequest; output: UpdatePodIdentityAssociationResponse; }; sdk: { input: UpdatePodIdentityAssociationCommandInput; output: UpdatePodIdentityAssociationCommandOutput; }; }; }