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