UNPKG

@aws-sdk/client-s3

Version:

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

51 lines (50 loc) 1.52 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetBucketLoggingOutput, GetBucketLoggingRequest, } from "../models/models_0"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../S3Client"; export { __MetadataBearer }; export { $Command }; export interface GetBucketLoggingCommandInput extends GetBucketLoggingRequest {} export interface GetBucketLoggingCommandOutput extends GetBucketLoggingOutput, __MetadataBearer {} declare const GetBucketLoggingCommand_base: { new ( input: GetBucketLoggingCommandInput ): import("@smithy/smithy-client").CommandImpl< GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetBucketLoggingCommandInput ): import("@smithy/smithy-client").CommandImpl< GetBucketLoggingCommandInput, GetBucketLoggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetBucketLoggingCommand extends GetBucketLoggingCommand_base { protected static __types: { api: { input: GetBucketLoggingRequest; output: GetBucketLoggingOutput; }; sdk: { input: GetBucketLoggingCommandInput; output: GetBucketLoggingCommandOutput; }; }; }