import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateCloudFrontOriginAccessIdentityRequest, UpdateCloudFrontOriginAccessIdentityResult, } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateCloudFrontOriginAccessIdentityCommandInput extends UpdateCloudFrontOriginAccessIdentityRequest {} export interface UpdateCloudFrontOriginAccessIdentityCommandOutput extends UpdateCloudFrontOriginAccessIdentityResult, __MetadataBearer {} declare const UpdateCloudFrontOriginAccessIdentityCommand_base: { new ( input: UpdateCloudFrontOriginAccessIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateCloudFrontOriginAccessIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateCloudFrontOriginAccessIdentityCommandInput, UpdateCloudFrontOriginAccessIdentityCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateCloudFrontOriginAccessIdentityCommand extends UpdateCloudFrontOriginAccessIdentityCommand_base { protected static __types: { api: { input: UpdateCloudFrontOriginAccessIdentityRequest; output: UpdateCloudFrontOriginAccessIdentityResult; }; sdk: { input: UpdateCloudFrontOriginAccessIdentityCommandInput; output: UpdateCloudFrontOriginAccessIdentityCommandOutput; }; }; }