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)

53 lines (52 loc) 4.09 kB
export { BridgeArgs } from "./bridge"; export type Bridge = import("./bridge").Bridge; export declare const Bridge: typeof import("./bridge").Bridge; export { BridgeOutputResourceArgs } from "./bridgeOutputResource"; export type BridgeOutputResource = import("./bridgeOutputResource").BridgeOutputResource; export declare const BridgeOutputResource: typeof import("./bridgeOutputResource").BridgeOutputResource; export { BridgeSourceArgs } from "./bridgeSource"; export type BridgeSource = import("./bridgeSource").BridgeSource; export declare const BridgeSource: typeof import("./bridgeSource").BridgeSource; export { FlowArgs } from "./flow"; export type Flow = import("./flow").Flow; export declare const Flow: typeof import("./flow").Flow; export { FlowEntitlementArgs } from "./flowEntitlement"; export type FlowEntitlement = import("./flowEntitlement").FlowEntitlement; export declare const FlowEntitlement: typeof import("./flowEntitlement").FlowEntitlement; export { FlowOutputArgs } from "./flowOutput"; export type FlowOutput = import("./flowOutput").FlowOutput; export declare const FlowOutput: typeof import("./flowOutput").FlowOutput; export { FlowSourceArgs } from "./flowSource"; export type FlowSource = import("./flowSource").FlowSource; export declare const FlowSource: typeof import("./flowSource").FlowSource; export { FlowVpcInterfaceArgs } from "./flowVpcInterface"; export type FlowVpcInterface = import("./flowVpcInterface").FlowVpcInterface; export declare const FlowVpcInterface: typeof import("./flowVpcInterface").FlowVpcInterface; export { GatewayArgs } from "./gateway"; export type Gateway = import("./gateway").Gateway; export declare const Gateway: typeof import("./gateway").Gateway; export { GetBridgeArgs, GetBridgeResult, GetBridgeOutputArgs } from "./getBridge"; export declare const getBridge: typeof import("./getBridge").getBridge; export declare const getBridgeOutput: typeof import("./getBridge").getBridgeOutput; export { GetBridgeOutputResourceArgs, GetBridgeOutputResourceResult, GetBridgeOutputResourceOutputArgs } from "./getBridgeOutputResource"; export declare const getBridgeOutputResource: typeof import("./getBridgeOutputResource").getBridgeOutputResource; export declare const getBridgeOutputResourceOutput: typeof import("./getBridgeOutputResource").getBridgeOutputResourceOutput; export { GetBridgeSourceArgs, GetBridgeSourceResult, GetBridgeSourceOutputArgs } from "./getBridgeSource"; export declare const getBridgeSource: typeof import("./getBridgeSource").getBridgeSource; export declare const getBridgeSourceOutput: typeof import("./getBridgeSource").getBridgeSourceOutput; export { GetFlowArgs, GetFlowResult, GetFlowOutputArgs } from "./getFlow"; export declare const getFlow: typeof import("./getFlow").getFlow; export declare const getFlowOutput: typeof import("./getFlow").getFlowOutput; export { GetFlowEntitlementArgs, GetFlowEntitlementResult, GetFlowEntitlementOutputArgs } from "./getFlowEntitlement"; export declare const getFlowEntitlement: typeof import("./getFlowEntitlement").getFlowEntitlement; export declare const getFlowEntitlementOutput: typeof import("./getFlowEntitlement").getFlowEntitlementOutput; export { GetFlowSourceArgs, GetFlowSourceResult, GetFlowSourceOutputArgs } from "./getFlowSource"; export declare const getFlowSource: typeof import("./getFlowSource").getFlowSource; export declare const getFlowSourceOutput: typeof import("./getFlowSource").getFlowSourceOutput; export { GetFlowVpcInterfaceArgs, GetFlowVpcInterfaceResult, GetFlowVpcInterfaceOutputArgs } from "./getFlowVpcInterface"; export declare const getFlowVpcInterface: typeof import("./getFlowVpcInterface").getFlowVpcInterface; export declare const getFlowVpcInterfaceOutput: typeof import("./getFlowVpcInterface").getFlowVpcInterfaceOutput; export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway"; export declare const getGateway: typeof import("./getGateway").getGateway; export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput; export * from "../types/enums/mediaconnect";