@aws-sdk/client-s3-control
Version:
AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native
52 lines (51 loc) • 1.8 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
GetAccessPointForObjectLambdaRequest,
GetAccessPointForObjectLambdaResult,
} from "../models/models_0";
import {
S3ControlClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../S3ControlClient";
export { __MetadataBearer };
export { $Command };
export interface GetAccessPointForObjectLambdaCommandInput
extends GetAccessPointForObjectLambdaRequest {}
export interface GetAccessPointForObjectLambdaCommandOutput
extends GetAccessPointForObjectLambdaResult,
__MetadataBearer {}
declare const GetAccessPointForObjectLambdaCommand_base: {
new (
input: GetAccessPointForObjectLambdaCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetAccessPointForObjectLambdaCommandInput,
GetAccessPointForObjectLambdaCommandOutput,
S3ControlClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: GetAccessPointForObjectLambdaCommandInput
): import("@smithy/smithy-client").CommandImpl<
GetAccessPointForObjectLambdaCommandInput,
GetAccessPointForObjectLambdaCommandOutput,
S3ControlClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class GetAccessPointForObjectLambdaCommand extends GetAccessPointForObjectLambdaCommand_base {
protected static __types: {
api: {
input: GetAccessPointForObjectLambdaRequest;
output: GetAccessPointForObjectLambdaResult;
};
sdk: {
input: GetAccessPointForObjectLambdaCommandInput;
output: GetAccessPointForObjectLambdaCommandOutput;
};
};
}