UNPKG

@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)

74 lines (73 loc) 5.47 kB
export { ApiArgs } from "./api"; export type Api = import("./api").Api; export declare const Api: typeof import("./api").Api; export { ApiMappingArgs } from "./apiMapping"; export type ApiMapping = import("./apiMapping").ApiMapping; export declare const ApiMapping: typeof import("./apiMapping").ApiMapping; export { AuthorizerArgs } from "./authorizer"; export type Authorizer = import("./authorizer").Authorizer; export declare const Authorizer: typeof import("./authorizer").Authorizer; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { DomainNameArgs } 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 { GetApiMappingArgs, GetApiMappingResult, GetApiMappingOutputArgs } from "./getApiMapping"; export declare const getApiMapping: typeof import("./getApiMapping").getApiMapping; export declare const getApiMappingOutput: typeof import("./getApiMapping").getApiMappingOutput; export { GetAuthorizerArgs, GetAuthorizerResult, GetAuthorizerOutputArgs } from "./getAuthorizer"; export declare const getAuthorizer: typeof import("./getAuthorizer").getAuthorizer; export declare const getAuthorizerOutput: typeof import("./getAuthorizer").getAuthorizerOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export { GetDomainNameArgs, GetDomainNameResult, GetDomainNameOutputArgs } from "./getDomainName"; export declare const getDomainName: typeof import("./getDomainName").getDomainName; export declare const getDomainNameOutput: typeof import("./getDomainName").getDomainNameOutput; export { GetIntegrationArgs, GetIntegrationResult, GetIntegrationOutputArgs } from "./getIntegration"; export declare const getIntegration: typeof import("./getIntegration").getIntegration; export declare const getIntegrationOutput: typeof import("./getIntegration").getIntegrationOutput; export { GetIntegrationResponseArgs, GetIntegrationResponseResult, GetIntegrationResponseOutputArgs } from "./getIntegrationResponse"; export declare const getIntegrationResponse: typeof import("./getIntegrationResponse").getIntegrationResponse; export declare const getIntegrationResponseOutput: typeof import("./getIntegrationResponse").getIntegrationResponseOutput; export { GetModelArgs, GetModelResult, GetModelOutputArgs } from "./getModel"; export declare const getModel: typeof import("./getModel").getModel; export declare const getModelOutput: typeof import("./getModel").getModelOutput; export { GetRouteArgs, GetRouteResult, GetRouteOutputArgs } from "./getRoute"; export declare const getRoute: typeof import("./getRoute").getRoute; export declare const getRouteOutput: typeof import("./getRoute").getRouteOutput; export { GetRouteResponseArgs, GetRouteResponseResult, GetRouteResponseOutputArgs } from "./getRouteResponse"; export declare const getRouteResponse: typeof import("./getRouteResponse").getRouteResponse; export declare const getRouteResponseOutput: typeof import("./getRouteResponse").getRouteResponseOutput; export { GetRoutingRuleArgs, GetRoutingRuleResult, GetRoutingRuleOutputArgs } from "./getRoutingRule"; export declare const getRoutingRule: typeof import("./getRoutingRule").getRoutingRule; export declare const getRoutingRuleOutput: typeof import("./getRoutingRule").getRoutingRuleOutput; export { GetVpcLinkArgs, GetVpcLinkResult, GetVpcLinkOutputArgs } from "./getVpcLink"; export declare const getVpcLink: typeof import("./getVpcLink").getVpcLink; export declare const getVpcLinkOutput: typeof import("./getVpcLink").getVpcLinkOutput; export { IntegrationArgs } from "./integration"; export type Integration = import("./integration").Integration; export declare const Integration: typeof import("./integration").Integration; export { IntegrationResponseArgs } from "./integrationResponse"; export type IntegrationResponse = import("./integrationResponse").IntegrationResponse; export declare const IntegrationResponse: typeof import("./integrationResponse").IntegrationResponse; export { ModelArgs } from "./model"; export type Model = import("./model").Model; export declare const Model: typeof import("./model").Model; export { RouteArgs } from "./route"; export type Route = import("./route").Route; export declare const Route: typeof import("./route").Route; export { RouteResponseArgs } from "./routeResponse"; export type RouteResponse = import("./routeResponse").RouteResponse; export declare const RouteResponse: typeof import("./routeResponse").RouteResponse; export { RoutingRuleArgs } from "./routingRule"; export type RoutingRule = import("./routingRule").RoutingRule; export declare const RoutingRule: typeof import("./routingRule").RoutingRule; export { VpcLinkArgs } from "./vpcLink"; export type VpcLink = import("./vpcLink").VpcLink; export declare const VpcLink: typeof import("./vpcLink").VpcLink; export * from "../types/enums/apigatewayv2";