UNPKG

@aws-sdk/client-s3-control

Version:

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

47 lines (46 loc) 1.54 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { PutAccessPointPolicyRequest } from "../models/models_1"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../S3ControlClient"; export { __MetadataBearer }; export { $Command }; export interface PutAccessPointPolicyCommandInput extends PutAccessPointPolicyRequest {} export interface PutAccessPointPolicyCommandOutput extends __MetadataBearer {} declare const PutAccessPointPolicyCommand_base: { new ( input: PutAccessPointPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: PutAccessPointPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< PutAccessPointPolicyCommandInput, PutAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class PutAccessPointPolicyCommand extends PutAccessPointPolicyCommand_base { protected static __types: { api: { input: PutAccessPointPolicyRequest; output: {}; }; sdk: { input: PutAccessPointPolicyCommandInput; output: PutAccessPointPolicyCommandOutput; }; }; }