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