UNPKG

@aws-sdk/client-s3-control

Version:

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

52 lines (51 loc) 1.57 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAccessPointRequest, CreateAccessPointResult, } from "../models/models_0"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../S3ControlClient"; export { __MetadataBearer }; export { $Command }; export interface CreateAccessPointCommandInput extends CreateAccessPointRequest {} export interface CreateAccessPointCommandOutput extends CreateAccessPointResult, __MetadataBearer {} declare const CreateAccessPointCommand_base: { new ( input: CreateAccessPointCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: CreateAccessPointCommandInput ): import("@smithy/smithy-client").CommandImpl< CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreateAccessPointCommand extends CreateAccessPointCommand_base { protected static __types: { api: { input: CreateAccessPointRequest; output: CreateAccessPointResult; }; sdk: { input: CreateAccessPointCommandInput; output: CreateAccessPointCommandOutput; }; }; }