@aws-sdk/client-lambda
Version:
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
43 lines (42 loc) • 1.52 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
DeleteCodeSigningConfigRequest,
DeleteCodeSigningConfigResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface DeleteCodeSigningConfigCommandInput extends DeleteCodeSigningConfigRequest {}
export interface DeleteCodeSigningConfigCommandOutput
extends DeleteCodeSigningConfigResponse, __MetadataBearer {}
declare const DeleteCodeSigningConfigCommand_base: {
new (
input: DeleteCodeSigningConfigCommandInput,
): import("@smithy/core/client").CommandImpl<
DeleteCodeSigningConfigCommandInput,
DeleteCodeSigningConfigCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: DeleteCodeSigningConfigCommandInput,
): import("@smithy/core/client").CommandImpl<
DeleteCodeSigningConfigCommandInput,
DeleteCodeSigningConfigCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class DeleteCodeSigningConfigCommand extends DeleteCodeSigningConfigCommand_base {
protected static __types: {
api: {
input: DeleteCodeSigningConfigRequest;
output: {};
};
sdk: {
input: DeleteCodeSigningConfigCommandInput;
output: DeleteCodeSigningConfigCommandOutput;
};
};
}