UNPKG

@aws-sdk/client-s3-control

Version:

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

48 lines (47 loc) 1.89 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutAccessPointConfigurationForObjectLambdaRequest } from "../models/models_1"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../S3ControlClient"; export { __MetadataBearer }; export { $Command }; export interface PutAccessPointConfigurationForObjectLambdaCommandInput extends PutAccessPointConfigurationForObjectLambdaRequest {} export interface PutAccessPointConfigurationForObjectLambdaCommandOutput extends __MetadataBearer {} declare const PutAccessPointConfigurationForObjectLambdaCommand_base: { new ( input: PutAccessPointConfigurationForObjectLambdaCommandInput ): import("@smithy/smithy-client").CommandImpl< PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: PutAccessPointConfigurationForObjectLambdaCommandInput ): import("@smithy/smithy-client").CommandImpl< PutAccessPointConfigurationForObjectLambdaCommandInput, PutAccessPointConfigurationForObjectLambdaCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutAccessPointConfigurationForObjectLambdaCommand extends PutAccessPointConfigurationForObjectLambdaCommand_base { protected static __types: { api: { input: PutAccessPointConfigurationForObjectLambdaRequest; output: {}; }; sdk: { input: PutAccessPointConfigurationForObjectLambdaCommandInput; output: PutAccessPointConfigurationForObjectLambdaCommandOutput; }; }; }