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.59 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAccessPointPolicyRequest } from "../models/models_0"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../S3ControlClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteAccessPointPolicyCommandInput extends DeleteAccessPointPolicyRequest {} export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {} declare const DeleteAccessPointPolicyCommand_base: { new ( input: DeleteAccessPointPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DeleteAccessPointPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAccessPointPolicyCommandInput, DeleteAccessPointPolicyCommandOutput, S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAccessPointPolicyCommand extends DeleteAccessPointPolicyCommand_base { protected static __types: { api: { input: DeleteAccessPointPolicyRequest; output: {}; }; sdk: { input: DeleteAccessPointPolicyCommandInput; output: DeleteAccessPointPolicyCommandOutput; }; }; }