import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateCloudFrontOriginAccessIdentityRequest, CreateCloudFrontOriginAccessIdentityResult, } from "../models/models_0"; export { __MetadataBearer }; export interface CreateCloudFrontOriginAccessIdentityCommandInput extends CreateCloudFrontOriginAccessIdentityRequest {} export interface CreateCloudFrontOriginAccessIdentityCommandOutput extends CreateCloudFrontOriginAccessIdentityResult, __MetadataBearer {} declare const CreateCloudFrontOriginAccessIdentityCommand_base: { new ( input: CreateCloudFrontOriginAccessIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateCloudFrontOriginAccessIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< CreateCloudFrontOriginAccessIdentityCommandInput, CreateCloudFrontOriginAccessIdentityCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateCloudFrontOriginAccessIdentityCommand extends CreateCloudFrontOriginAccessIdentityCommand_base { protected static __types: { api: { input: CreateCloudFrontOriginAccessIdentityRequest; output: CreateCloudFrontOriginAccessIdentityResult; }; sdk: { input: CreateCloudFrontOriginAccessIdentityCommandInput; output: CreateCloudFrontOriginAccessIdentityCommandOutput; }; }; }