@aws-sdk/client-lambda
Version:
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
39 lines (38 loc) • 1.25 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { DeleteAliasRequest } from "../models/models_0";
export { __MetadataBearer };
export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
export interface DeleteAliasCommandOutput extends __MetadataBearer {}
declare const DeleteAliasCommand_base: {
new (
input: DeleteAliasCommandInput,
): import("@smithy/core/client").CommandImpl<
DeleteAliasCommandInput,
DeleteAliasCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: DeleteAliasCommandInput,
): import("@smithy/core/client").CommandImpl<
DeleteAliasCommandInput,
DeleteAliasCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
protected static __types: {
api: {
input: DeleteAliasRequest;
output: {};
};
sdk: {
input: DeleteAliasCommandInput;
output: DeleteAliasCommandOutput;
};
};
}