@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
37 lines (36 loc) • 2.81 kB
TypeScript
export { AssetTypeArgs, AssetTypeState } from "./assetType";
export type AssetType = import("./assetType").AssetType;
export declare const AssetType: typeof import("./assetType").AssetType;
export { DomainArgs, DomainState } from "./domain";
export type Domain = import("./domain").Domain;
export declare const Domain: typeof import("./domain").Domain;
export { EnvironmentArgs, EnvironmentState } from "./environment";
export type Environment = import("./environment").Environment;
export declare const Environment: typeof import("./environment").Environment;
export { EnvironmentBlueprintConfigurationArgs, EnvironmentBlueprintConfigurationState } from "./environmentBlueprintConfiguration";
export type EnvironmentBlueprintConfiguration = import("./environmentBlueprintConfiguration").EnvironmentBlueprintConfiguration;
export declare const EnvironmentBlueprintConfiguration: typeof import("./environmentBlueprintConfiguration").EnvironmentBlueprintConfiguration;
export { EnvironmentProfileArgs, EnvironmentProfileState } from "./environmentProfile";
export type EnvironmentProfile = import("./environmentProfile").EnvironmentProfile;
export declare const EnvironmentProfile: typeof import("./environmentProfile").EnvironmentProfile;
export { FormTypeArgs, FormTypeState } from "./formType";
export type FormType = import("./formType").FormType;
export declare const FormType: typeof import("./formType").FormType;
export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain";
export declare const getDomain: typeof import("./getDomain").getDomain;
export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput;
export { GetEnvironmentBlueprintArgs, GetEnvironmentBlueprintResult, GetEnvironmentBlueprintOutputArgs } from "./getEnvironmentBlueprint";
export declare const getEnvironmentBlueprint: typeof import("./getEnvironmentBlueprint").getEnvironmentBlueprint;
export declare const getEnvironmentBlueprintOutput: typeof import("./getEnvironmentBlueprint").getEnvironmentBlueprintOutput;
export { GlossaryArgs, GlossaryState } from "./glossary";
export type Glossary = import("./glossary").Glossary;
export declare const Glossary: typeof import("./glossary").Glossary;
export { GlossaryTermArgs, GlossaryTermState } from "./glossaryTerm";
export type GlossaryTerm = import("./glossaryTerm").GlossaryTerm;
export declare const GlossaryTerm: typeof import("./glossaryTerm").GlossaryTerm;
export { ProjectArgs, ProjectState } from "./project";
export type Project = import("./project").Project;
export declare const Project: typeof import("./project").Project;
export { UserProfileArgs, UserProfileState } from "./userProfile";
export type UserProfile = import("./userProfile").UserProfile;
export declare const UserProfile: typeof import("./userProfile").UserProfile;