@aws-sdk/client-s3
Version:
AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native
40 lines (39 loc) • 1.45 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { GetBucketEncryptionOutput, GetBucketEncryptionRequest } from "../models/models_0";
export { __MetadataBearer };
export interface GetBucketEncryptionCommandInput extends GetBucketEncryptionRequest {}
export interface GetBucketEncryptionCommandOutput
extends GetBucketEncryptionOutput, __MetadataBearer {}
declare const GetBucketEncryptionCommand_base: {
new (
input: GetBucketEncryptionCommandInput,
): import("@smithy/core/client").CommandImpl<
GetBucketEncryptionCommandInput,
GetBucketEncryptionCommandOutput,
import("..").S3ClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: GetBucketEncryptionCommandInput,
): import("@smithy/core/client").CommandImpl<
GetBucketEncryptionCommandInput,
GetBucketEncryptionCommandOutput,
import("..").S3ClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetBucketEncryptionCommand extends GetBucketEncryptionCommand_base {
protected static __types: {
api: {
input: GetBucketEncryptionRequest;
output: GetBucketEncryptionOutput;
};
sdk: {
input: GetBucketEncryptionCommandInput;
output: GetBucketEncryptionCommandOutput;
};
};
}