@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
62 lines (61 loc) • 4.99 kB
TypeScript
export { AliasArgs } from "./alias";
export type Alias = import("./alias").Alias;
export declare const Alias: typeof import("./alias").Alias;
export { CodeSigningConfigArgs } from "./codeSigningConfig";
export type CodeSigningConfig = import("./codeSigningConfig").CodeSigningConfig;
export declare const CodeSigningConfig: typeof import("./codeSigningConfig").CodeSigningConfig;
export { EventInvokeConfigArgs } from "./eventInvokeConfig";
export type EventInvokeConfig = import("./eventInvokeConfig").EventInvokeConfig;
export declare const EventInvokeConfig: typeof import("./eventInvokeConfig").EventInvokeConfig;
export { EventSourceMappingArgs } from "./eventSourceMapping";
export type EventSourceMapping = import("./eventSourceMapping").EventSourceMapping;
export declare const EventSourceMapping: typeof import("./eventSourceMapping").EventSourceMapping;
export { FunctionArgs } from "./function";
export type Function = import("./function").Function;
export declare const Function: typeof import("./function").Function;
export { GetAliasArgs, GetAliasResult, GetAliasOutputArgs } from "./getAlias";
export declare const getAlias: typeof import("./getAlias").getAlias;
export declare const getAliasOutput: typeof import("./getAlias").getAliasOutput;
export { GetCodeSigningConfigArgs, GetCodeSigningConfigResult, GetCodeSigningConfigOutputArgs } from "./getCodeSigningConfig";
export declare const getCodeSigningConfig: typeof import("./getCodeSigningConfig").getCodeSigningConfig;
export declare const getCodeSigningConfigOutput: typeof import("./getCodeSigningConfig").getCodeSigningConfigOutput;
export { GetEventInvokeConfigArgs, GetEventInvokeConfigResult, GetEventInvokeConfigOutputArgs } from "./getEventInvokeConfig";
export declare const getEventInvokeConfig: typeof import("./getEventInvokeConfig").getEventInvokeConfig;
export declare const getEventInvokeConfigOutput: typeof import("./getEventInvokeConfig").getEventInvokeConfigOutput;
export { GetEventSourceMappingArgs, GetEventSourceMappingResult, GetEventSourceMappingOutputArgs } from "./getEventSourceMapping";
export declare const getEventSourceMapping: typeof import("./getEventSourceMapping").getEventSourceMapping;
export declare const getEventSourceMappingOutput: typeof import("./getEventSourceMapping").getEventSourceMappingOutput;
export { GetFunctionArgs, GetFunctionResult, GetFunctionOutputArgs } from "./getFunction";
export declare const getFunction: typeof import("./getFunction").getFunction;
export declare const getFunctionOutput: typeof import("./getFunction").getFunctionOutput;
export { GetLayerVersionArgs, GetLayerVersionResult, GetLayerVersionOutputArgs } from "./getLayerVersion";
export declare const getLayerVersion: typeof import("./getLayerVersion").getLayerVersion;
export declare const getLayerVersionOutput: typeof import("./getLayerVersion").getLayerVersionOutput;
export { GetLayerVersionPermissionArgs, GetLayerVersionPermissionResult, GetLayerVersionPermissionOutputArgs } from "./getLayerVersionPermission";
export declare const getLayerVersionPermission: typeof import("./getLayerVersionPermission").getLayerVersionPermission;
export declare const getLayerVersionPermissionOutput: typeof import("./getLayerVersionPermission").getLayerVersionPermissionOutput;
export { GetPermissionArgs, GetPermissionResult, GetPermissionOutputArgs } from "./getPermission";
export declare const getPermission: typeof import("./getPermission").getPermission;
export declare const getPermissionOutput: typeof import("./getPermission").getPermissionOutput;
export { GetUrlArgs, GetUrlResult, GetUrlOutputArgs } from "./getUrl";
export declare const getUrl: typeof import("./getUrl").getUrl;
export declare const getUrlOutput: typeof import("./getUrl").getUrlOutput;
export { GetVersionArgs, GetVersionResult, GetVersionOutputArgs } from "./getVersion";
export declare const getVersion: typeof import("./getVersion").getVersion;
export declare const getVersionOutput: typeof import("./getVersion").getVersionOutput;
export { LayerVersionArgs } from "./layerVersion";
export type LayerVersion = import("./layerVersion").LayerVersion;
export declare const LayerVersion: typeof import("./layerVersion").LayerVersion;
export { LayerVersionPermissionArgs } from "./layerVersionPermission";
export type LayerVersionPermission = import("./layerVersionPermission").LayerVersionPermission;
export declare const LayerVersionPermission: typeof import("./layerVersionPermission").LayerVersionPermission;
export { PermissionArgs } from "./permission";
export type Permission = import("./permission").Permission;
export declare const Permission: typeof import("./permission").Permission;
export { UrlArgs } from "./url";
export type Url = import("./url").Url;
export declare const Url: typeof import("./url").Url;
export { VersionArgs } from "./version";
export type Version = import("./version").Version;
export declare const Version: typeof import("./version").Version;
export * from "../types/enums/lambda";