UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

49 lines (48 loc) 3.2 kB
export { ApiArgs, ApiState } from "./api"; export type Api = import("./api").Api; export declare const Api: typeof import("./api").Api; export { ApiMappingArgs, ApiMappingState } from "./apiMapping"; export type ApiMapping = import("./apiMapping").ApiMapping; export declare const ApiMapping: typeof import("./apiMapping").ApiMapping; export { AuthorizerArgs, AuthorizerState } from "./authorizer"; export type Authorizer = import("./authorizer").Authorizer; export declare const Authorizer: typeof import("./authorizer").Authorizer; export { DeploymentArgs, DeploymentState } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { DomainNameArgs, DomainNameState } from "./domainName"; export type DomainName = import("./domainName").DomainName; export declare const DomainName: typeof import("./domainName").DomainName; export { GetApiArgs, GetApiResult, GetApiOutputArgs } from "./getApi"; export declare const getApi: typeof import("./getApi").getApi; export declare const getApiOutput: typeof import("./getApi").getApiOutput; export { GetApisArgs, GetApisResult, GetApisOutputArgs } from "./getApis"; export declare const getApis: typeof import("./getApis").getApis; export declare const getApisOutput: typeof import("./getApis").getApisOutput; export { GetExportArgs, GetExportResult, GetExportOutputArgs } from "./getExport"; export declare const getExport: typeof import("./getExport").getExport; export declare const getExportOutput: typeof import("./getExport").getExportOutput; export { GetVpcLinkArgs, GetVpcLinkResult, GetVpcLinkOutputArgs } from "./getVpcLink"; export declare const getVpcLink: typeof import("./getVpcLink").getVpcLink; export declare const getVpcLinkOutput: typeof import("./getVpcLink").getVpcLinkOutput; export { IntegrationArgs, IntegrationState } from "./integration"; export type Integration = import("./integration").Integration; export declare const Integration: typeof import("./integration").Integration; export { IntegrationResponseArgs, IntegrationResponseState } from "./integrationResponse"; export type IntegrationResponse = import("./integrationResponse").IntegrationResponse; export declare const IntegrationResponse: typeof import("./integrationResponse").IntegrationResponse; export { ModelArgs, ModelState } from "./model"; export type Model = import("./model").Model; export declare const Model: typeof import("./model").Model; export { RouteArgs, RouteState } from "./route"; export type Route = import("./route").Route; export declare const Route: typeof import("./route").Route; export { RouteResponseArgs, RouteResponseState } from "./routeResponse"; export type RouteResponse = import("./routeResponse").RouteResponse; export declare const RouteResponse: typeof import("./routeResponse").RouteResponse; export { StageArgs, StageState } from "./stage"; export type Stage = import("./stage").Stage; export declare const Stage: typeof import("./stage").Stage; export { VpcLinkArgs, VpcLinkState } from "./vpcLink"; export type VpcLink = import("./vpcLink").VpcLink; export declare const VpcLink: typeof import("./vpcLink").VpcLink;