UNPKG

@aws-sdk/client-s3

Version:

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

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