@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)
43 lines (42 loc) • 3.67 kB
TypeScript
export { AppBlockArgs } from "./appBlock";
export type AppBlock = import("./appBlock").AppBlock;
export declare const AppBlock: typeof import("./appBlock").AppBlock;
export { AppBlockBuilderArgs } from "./appBlockBuilder";
export type AppBlockBuilder = import("./appBlockBuilder").AppBlockBuilder;
export declare const AppBlockBuilder: typeof import("./appBlockBuilder").AppBlockBuilder;
export { ApplicationArgs } from "./application";
export type Application = import("./application").Application;
export declare const Application: typeof import("./application").Application;
export { ApplicationEntitlementAssociationArgs } from "./applicationEntitlementAssociation";
export type ApplicationEntitlementAssociation = import("./applicationEntitlementAssociation").ApplicationEntitlementAssociation;
export declare const ApplicationEntitlementAssociation: typeof import("./applicationEntitlementAssociation").ApplicationEntitlementAssociation;
export { ApplicationFleetAssociationArgs } from "./applicationFleetAssociation";
export type ApplicationFleetAssociation = import("./applicationFleetAssociation").ApplicationFleetAssociation;
export declare const ApplicationFleetAssociation: typeof import("./applicationFleetAssociation").ApplicationFleetAssociation;
export { DirectoryConfigArgs } from "./directoryConfig";
export type DirectoryConfig = import("./directoryConfig").DirectoryConfig;
export declare const DirectoryConfig: typeof import("./directoryConfig").DirectoryConfig;
export { EntitlementArgs } from "./entitlement";
export type Entitlement = import("./entitlement").Entitlement;
export declare const Entitlement: typeof import("./entitlement").Entitlement;
export { GetAppBlockArgs, GetAppBlockResult, GetAppBlockOutputArgs } from "./getAppBlock";
export declare const getAppBlock: typeof import("./getAppBlock").getAppBlock;
export declare const getAppBlockOutput: typeof import("./getAppBlock").getAppBlockOutput;
export { GetAppBlockBuilderArgs, GetAppBlockBuilderResult, GetAppBlockBuilderOutputArgs } from "./getAppBlockBuilder";
export declare const getAppBlockBuilder: typeof import("./getAppBlockBuilder").getAppBlockBuilder;
export declare const getAppBlockBuilderOutput: typeof import("./getAppBlockBuilder").getAppBlockBuilderOutput;
export { GetApplicationArgs, GetApplicationResult, GetApplicationOutputArgs } from "./getApplication";
export declare const getApplication: typeof import("./getApplication").getApplication;
export declare const getApplicationOutput: typeof import("./getApplication").getApplicationOutput;
export { GetDirectoryConfigArgs, GetDirectoryConfigResult, GetDirectoryConfigOutputArgs } from "./getDirectoryConfig";
export declare const getDirectoryConfig: typeof import("./getDirectoryConfig").getDirectoryConfig;
export declare const getDirectoryConfigOutput: typeof import("./getDirectoryConfig").getDirectoryConfigOutput;
export { GetEntitlementArgs, GetEntitlementResult, GetEntitlementOutputArgs } from "./getEntitlement";
export declare const getEntitlement: typeof import("./getEntitlement").getEntitlement;
export declare const getEntitlementOutput: typeof import("./getEntitlement").getEntitlementOutput;
export { GetImageBuilderArgs, GetImageBuilderResult, GetImageBuilderOutputArgs } from "./getImageBuilder";
export declare const getImageBuilder: typeof import("./getImageBuilder").getImageBuilder;
export declare const getImageBuilderOutput: typeof import("./getImageBuilder").getImageBuilderOutput;
export { ImageBuilderArgs } from "./imageBuilder";
export type ImageBuilder = import("./imageBuilder").ImageBuilder;
export declare const ImageBuilder: typeof import("./imageBuilder").ImageBuilder;