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)

38 lines (37 loc) 2.64 kB
export { ApiDestinationArgs } from "./apiDestination"; export type ApiDestination = import("./apiDestination").ApiDestination; export declare const ApiDestination: typeof import("./apiDestination").ApiDestination; export { ArchiveArgs } from "./archive"; export type Archive = import("./archive").Archive; export declare const Archive: typeof import("./archive").Archive; export { ConnectionArgs } from "./connection"; export type Connection = import("./connection").Connection; export declare const Connection: typeof import("./connection").Connection; export { EndpointArgs } from "./endpoint"; export type Endpoint = import("./endpoint").Endpoint; export declare const Endpoint: typeof import("./endpoint").Endpoint; export { EventBusArgs } from "./eventBus"; export type EventBus = import("./eventBus").EventBus; export declare const EventBus: typeof import("./eventBus").EventBus; export { GetApiDestinationArgs, GetApiDestinationResult, GetApiDestinationOutputArgs } from "./getApiDestination"; export declare const getApiDestination: typeof import("./getApiDestination").getApiDestination; export declare const getApiDestinationOutput: typeof import("./getApiDestination").getApiDestinationOutput; export { GetArchiveArgs, GetArchiveResult, GetArchiveOutputArgs } from "./getArchive"; export declare const getArchive: typeof import("./getArchive").getArchive; export declare const getArchiveOutput: typeof import("./getArchive").getArchiveOutput; export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection"; export declare const getConnection: typeof import("./getConnection").getConnection; export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput; export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint"; export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint; export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput; export { GetEventBusArgs, GetEventBusResult, GetEventBusOutputArgs } from "./getEventBus"; export declare const getEventBus: typeof import("./getEventBus").getEventBus; export declare const getEventBusOutput: typeof import("./getEventBus").getEventBusOutput; export { GetRuleArgs, GetRuleResult, GetRuleOutputArgs } from "./getRule"; export declare const getRule: typeof import("./getRule").getRule; export declare const getRuleOutput: typeof import("./getRule").getRuleOutput; export { RuleArgs } from "./rule"; export type Rule = import("./rule").Rule; export declare const Rule: typeof import("./rule").Rule; export * from "../types/enums/events";