@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)
104 lines (103 loc) • 8.76 kB
TypeScript
export { ConnectionArgs } from "./connection";
export type Connection = import("./connection").Connection;
export declare const Connection: typeof import("./connection").Connection;
export { DataSourceArgs } from "./dataSource";
export type DataSource = import("./dataSource").DataSource;
export declare const DataSource: typeof import("./dataSource").DataSource;
export { DomainArgs } from "./domain";
export type Domain = import("./domain").Domain;
export declare const Domain: typeof import("./domain").Domain;
export { DomainUnitArgs } from "./domainUnit";
export type DomainUnit = import("./domainUnit").DomainUnit;
export declare const DomainUnit: typeof import("./domainUnit").DomainUnit;
export { EnvironmentArgs } from "./environment";
export type Environment = import("./environment").Environment;
export declare const Environment: typeof import("./environment").Environment;
export { EnvironmentActionsArgs } from "./environmentActions";
export type EnvironmentActions = import("./environmentActions").EnvironmentActions;
export declare const EnvironmentActions: typeof import("./environmentActions").EnvironmentActions;
export { EnvironmentBlueprintConfigurationArgs } from "./environmentBlueprintConfiguration";
export type EnvironmentBlueprintConfiguration = import("./environmentBlueprintConfiguration").EnvironmentBlueprintConfiguration;
export declare const EnvironmentBlueprintConfiguration: typeof import("./environmentBlueprintConfiguration").EnvironmentBlueprintConfiguration;
export { EnvironmentProfileArgs } from "./environmentProfile";
export type EnvironmentProfile = import("./environmentProfile").EnvironmentProfile;
export declare const EnvironmentProfile: typeof import("./environmentProfile").EnvironmentProfile;
export { FormTypeArgs } from "./formType";
export type FormType = import("./formType").FormType;
export declare const FormType: typeof import("./formType").FormType;
export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection";
export declare const getConnection: typeof import("./getConnection").getConnection;
export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput;
export { GetDataSourceArgs, GetDataSourceResult, GetDataSourceOutputArgs } from "./getDataSource";
export declare const getDataSource: typeof import("./getDataSource").getDataSource;
export declare const getDataSourceOutput: typeof import("./getDataSource").getDataSourceOutput;
export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain";
export declare const getDomain: typeof import("./getDomain").getDomain;
export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput;
export { GetDomainUnitArgs, GetDomainUnitResult, GetDomainUnitOutputArgs } from "./getDomainUnit";
export declare const getDomainUnit: typeof import("./getDomainUnit").getDomainUnit;
export declare const getDomainUnitOutput: typeof import("./getDomainUnit").getDomainUnitOutput;
export { GetEnvironmentArgs, GetEnvironmentResult, GetEnvironmentOutputArgs } from "./getEnvironment";
export declare const getEnvironment: typeof import("./getEnvironment").getEnvironment;
export declare const getEnvironmentOutput: typeof import("./getEnvironment").getEnvironmentOutput;
export { GetEnvironmentActionsArgs, GetEnvironmentActionsResult, GetEnvironmentActionsOutputArgs } from "./getEnvironmentActions";
export declare const getEnvironmentActions: typeof import("./getEnvironmentActions").getEnvironmentActions;
export declare const getEnvironmentActionsOutput: typeof import("./getEnvironmentActions").getEnvironmentActionsOutput;
export { GetEnvironmentBlueprintConfigurationArgs, GetEnvironmentBlueprintConfigurationResult, GetEnvironmentBlueprintConfigurationOutputArgs } from "./getEnvironmentBlueprintConfiguration";
export declare const getEnvironmentBlueprintConfiguration: typeof import("./getEnvironmentBlueprintConfiguration").getEnvironmentBlueprintConfiguration;
export declare const getEnvironmentBlueprintConfigurationOutput: typeof import("./getEnvironmentBlueprintConfiguration").getEnvironmentBlueprintConfigurationOutput;
export { GetEnvironmentProfileArgs, GetEnvironmentProfileResult, GetEnvironmentProfileOutputArgs } from "./getEnvironmentProfile";
export declare const getEnvironmentProfile: typeof import("./getEnvironmentProfile").getEnvironmentProfile;
export declare const getEnvironmentProfileOutput: typeof import("./getEnvironmentProfile").getEnvironmentProfileOutput;
export { GetFormTypeArgs, GetFormTypeResult, GetFormTypeOutputArgs } from "./getFormType";
export declare const getFormType: typeof import("./getFormType").getFormType;
export declare const getFormTypeOutput: typeof import("./getFormType").getFormTypeOutput;
export { GetGroupProfileArgs, GetGroupProfileResult, GetGroupProfileOutputArgs } from "./getGroupProfile";
export declare const getGroupProfile: typeof import("./getGroupProfile").getGroupProfile;
export declare const getGroupProfileOutput: typeof import("./getGroupProfile").getGroupProfileOutput;
export { GetOwnerArgs, GetOwnerResult, GetOwnerOutputArgs } from "./getOwner";
export declare const getOwner: typeof import("./getOwner").getOwner;
export declare const getOwnerOutput: typeof import("./getOwner").getOwnerOutput;
export { GetPolicyGrantArgs, GetPolicyGrantResult, GetPolicyGrantOutputArgs } from "./getPolicyGrant";
export declare const getPolicyGrant: typeof import("./getPolicyGrant").getPolicyGrant;
export declare const getPolicyGrantOutput: typeof import("./getPolicyGrant").getPolicyGrantOutput;
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
export declare const getProject: typeof import("./getProject").getProject;
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
export { GetProjectMembershipArgs, GetProjectMembershipResult, GetProjectMembershipOutputArgs } from "./getProjectMembership";
export declare const getProjectMembership: typeof import("./getProjectMembership").getProjectMembership;
export declare const getProjectMembershipOutput: typeof import("./getProjectMembership").getProjectMembershipOutput;
export { GetProjectProfileArgs, GetProjectProfileResult, GetProjectProfileOutputArgs } from "./getProjectProfile";
export declare const getProjectProfile: typeof import("./getProjectProfile").getProjectProfile;
export declare const getProjectProfileOutput: typeof import("./getProjectProfile").getProjectProfileOutput;
export { GetSubscriptionTargetArgs, GetSubscriptionTargetResult, GetSubscriptionTargetOutputArgs } from "./getSubscriptionTarget";
export declare const getSubscriptionTarget: typeof import("./getSubscriptionTarget").getSubscriptionTarget;
export declare const getSubscriptionTargetOutput: typeof import("./getSubscriptionTarget").getSubscriptionTargetOutput;
export { GetUserProfileArgs, GetUserProfileResult, GetUserProfileOutputArgs } from "./getUserProfile";
export declare const getUserProfile: typeof import("./getUserProfile").getUserProfile;
export declare const getUserProfileOutput: typeof import("./getUserProfile").getUserProfileOutput;
export { GroupProfileArgs } from "./groupProfile";
export type GroupProfile = import("./groupProfile").GroupProfile;
export declare const GroupProfile: typeof import("./groupProfile").GroupProfile;
export { OwnerArgs } from "./owner";
export type Owner = import("./owner").Owner;
export declare const Owner: typeof import("./owner").Owner;
export { PolicyGrantArgs } from "./policyGrant";
export type PolicyGrant = import("./policyGrant").PolicyGrant;
export declare const PolicyGrant: typeof import("./policyGrant").PolicyGrant;
export { ProjectArgs } from "./project";
export type Project = import("./project").Project;
export declare const Project: typeof import("./project").Project;
export { ProjectMembershipArgs } from "./projectMembership";
export type ProjectMembership = import("./projectMembership").ProjectMembership;
export declare const ProjectMembership: typeof import("./projectMembership").ProjectMembership;
export { ProjectProfileArgs } from "./projectProfile";
export type ProjectProfile = import("./projectProfile").ProjectProfile;
export declare const ProjectProfile: typeof import("./projectProfile").ProjectProfile;
export { SubscriptionTargetArgs } from "./subscriptionTarget";
export type SubscriptionTarget = import("./subscriptionTarget").SubscriptionTarget;
export declare const SubscriptionTarget: typeof import("./subscriptionTarget").SubscriptionTarget;
export { UserProfileArgs } from "./userProfile";
export type UserProfile = import("./userProfile").UserProfile;
export declare const UserProfile: typeof import("./userProfile").UserProfile;
export * from "../types/enums/datazone";