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)

32 lines (31 loc) 2.17 kB
export { ComponentTypeArgs } from "./componentType"; export type ComponentType = import("./componentType").ComponentType; export declare const ComponentType: typeof import("./componentType").ComponentType; export { EntityArgs } from "./entity"; export type Entity = import("./entity").Entity; export declare const Entity: typeof import("./entity").Entity; export { GetComponentTypeArgs, GetComponentTypeResult, GetComponentTypeOutputArgs } from "./getComponentType"; export declare const getComponentType: typeof import("./getComponentType").getComponentType; export declare const getComponentTypeOutput: typeof import("./getComponentType").getComponentTypeOutput; export { GetEntityArgs, GetEntityResult, GetEntityOutputArgs } from "./getEntity"; export declare const getEntity: typeof import("./getEntity").getEntity; export declare const getEntityOutput: typeof import("./getEntity").getEntityOutput; export { GetSceneArgs, GetSceneResult, GetSceneOutputArgs } from "./getScene"; export declare const getScene: typeof import("./getScene").getScene; export declare const getSceneOutput: typeof import("./getScene").getSceneOutput; export { GetSyncJobArgs, GetSyncJobResult, GetSyncJobOutputArgs } from "./getSyncJob"; export declare const getSyncJob: typeof import("./getSyncJob").getSyncJob; export declare const getSyncJobOutput: typeof import("./getSyncJob").getSyncJobOutput; export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace"; export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace; export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput; export { SceneArgs } from "./scene"; export type Scene = import("./scene").Scene; export declare const Scene: typeof import("./scene").Scene; export { SyncJobArgs } from "./syncJob"; export type SyncJob = import("./syncJob").SyncJob; export declare const SyncJob: typeof import("./syncJob").SyncJob; export { WorkspaceArgs } from "./workspace"; export type Workspace = import("./workspace").Workspace; export declare const Workspace: typeof import("./workspace").Workspace; export * from "../types/enums/iottwinmaker";