UNPKG

@aws-sdk/client-s3

Version:

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

39 lines (38 loc) 1.53 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteBucketOwnershipControlsRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteBucketOwnershipControlsCommandInput extends DeleteBucketOwnershipControlsRequest {} export interface DeleteBucketOwnershipControlsCommandOutput extends __MetadataBearer {} declare const DeleteBucketOwnershipControlsCommand_base: { new ( input: DeleteBucketOwnershipControlsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteBucketOwnershipControlsCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteBucketOwnershipControlsCommandInput, DeleteBucketOwnershipControlsCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteBucketOwnershipControlsCommand extends DeleteBucketOwnershipControlsCommand_base { protected static __types: { api: { input: DeleteBucketOwnershipControlsRequest; output: {}; }; sdk: { input: DeleteBucketOwnershipControlsCommandInput; output: DeleteBucketOwnershipControlsCommandOutput; }; }; }