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.78 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutAccessPointPolicyForObjectLambdaRequest } from "../models/models_1"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../S3ControlClient"; export { __MetadataBearer }; export { $Command }; export interface PutAccessPointPolicyForObjectLambdaCommandInput extends PutAccessPointPolicyForObjectLambdaRequest {} export interface PutAccessPointPolicyForObjectLambdaCommandOutput extends __MetadataBearer {} declare const PutAccessPointPolicyForObjectLambdaCommand_base: { new ( input: PutAccessPointPolicyForObjectLambdaCommandInput ): import("@smithy/smithy-client").CommandImpl< PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: PutAccessPointPolicyForObjectLambdaCommandInput ): import("@smithy/smithy-client").CommandImpl< PutAccessPointPolicyForObjectLambdaCommandInput, PutAccessPointPolicyForObjectLambdaCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutAccessPointPolicyForObjectLambdaCommand extends PutAccessPointPolicyForObjectLambdaCommand_base { protected static __types: { api: { input: PutAccessPointPolicyForObjectLambdaRequest; output: {}; }; sdk: { input: PutAccessPointPolicyForObjectLambdaCommandInput; output: PutAccessPointPolicyForObjectLambdaCommandOutput; }; }; }