UNPKG

@aws-sdk/client-s3

Version:

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

39 lines (38 loc) 1.84 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateBucketMetadataAnnotationTableConfigurationRequest } from "../models/models_1"; export { __MetadataBearer }; export interface UpdateBucketMetadataAnnotationTableConfigurationCommandInput extends UpdateBucketMetadataAnnotationTableConfigurationRequest {} export interface UpdateBucketMetadataAnnotationTableConfigurationCommandOutput extends __MetadataBearer {} declare const UpdateBucketMetadataAnnotationTableConfigurationCommand_base: { new ( input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateBucketMetadataAnnotationTableConfigurationCommandInput, UpdateBucketMetadataAnnotationTableConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateBucketMetadataAnnotationTableConfigurationCommandInput, UpdateBucketMetadataAnnotationTableConfigurationCommandOutput, import("..").S3ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateBucketMetadataAnnotationTableConfigurationCommand extends UpdateBucketMetadataAnnotationTableConfigurationCommand_base { protected static __types: { api: { input: UpdateBucketMetadataAnnotationTableConfigurationRequest; output: {}; }; sdk: { input: UpdateBucketMetadataAnnotationTableConfigurationCommandInput; output: UpdateBucketMetadataAnnotationTableConfigurationCommandOutput; }; }; }