@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)
62 lines (61 loc) • 6.47 kB
TypeScript
export { CloudFormationProductArgs } from "./cloudFormationProduct";
export type CloudFormationProduct = import("./cloudFormationProduct").CloudFormationProduct;
export declare const CloudFormationProduct: typeof import("./cloudFormationProduct").CloudFormationProduct;
export { CloudFormationProvisionedProductArgs } from "./cloudFormationProvisionedProduct";
export type CloudFormationProvisionedProduct = import("./cloudFormationProvisionedProduct").CloudFormationProvisionedProduct;
export declare const CloudFormationProvisionedProduct: typeof import("./cloudFormationProvisionedProduct").CloudFormationProvisionedProduct;
export { GetCloudFormationProductArgs, GetCloudFormationProductResult, GetCloudFormationProductOutputArgs } from "./getCloudFormationProduct";
export declare const getCloudFormationProduct: typeof import("./getCloudFormationProduct").getCloudFormationProduct;
export declare const getCloudFormationProductOutput: typeof import("./getCloudFormationProduct").getCloudFormationProductOutput;
export { GetCloudFormationProvisionedProductArgs, GetCloudFormationProvisionedProductResult, GetCloudFormationProvisionedProductOutputArgs } from "./getCloudFormationProvisionedProduct";
export declare const getCloudFormationProvisionedProduct: typeof import("./getCloudFormationProvisionedProduct").getCloudFormationProvisionedProduct;
export declare const getCloudFormationProvisionedProductOutput: typeof import("./getCloudFormationProvisionedProduct").getCloudFormationProvisionedProductOutput;
export { GetLaunchNotificationConstraintArgs, GetLaunchNotificationConstraintResult, GetLaunchNotificationConstraintOutputArgs } from "./getLaunchNotificationConstraint";
export declare const getLaunchNotificationConstraint: typeof import("./getLaunchNotificationConstraint").getLaunchNotificationConstraint;
export declare const getLaunchNotificationConstraintOutput: typeof import("./getLaunchNotificationConstraint").getLaunchNotificationConstraintOutput;
export { GetLaunchTemplateConstraintArgs, GetLaunchTemplateConstraintResult, GetLaunchTemplateConstraintOutputArgs } from "./getLaunchTemplateConstraint";
export declare const getLaunchTemplateConstraint: typeof import("./getLaunchTemplateConstraint").getLaunchTemplateConstraint;
export declare const getLaunchTemplateConstraintOutput: typeof import("./getLaunchTemplateConstraint").getLaunchTemplateConstraintOutput;
export { GetPortfolioShareArgs, GetPortfolioShareResult, GetPortfolioShareOutputArgs } from "./getPortfolioShare";
export declare const getPortfolioShare: typeof import("./getPortfolioShare").getPortfolioShare;
export declare const getPortfolioShareOutput: typeof import("./getPortfolioShare").getPortfolioShareOutput;
export { GetResourceUpdateConstraintArgs, GetResourceUpdateConstraintResult, GetResourceUpdateConstraintOutputArgs } from "./getResourceUpdateConstraint";
export declare const getResourceUpdateConstraint: typeof import("./getResourceUpdateConstraint").getResourceUpdateConstraint;
export declare const getResourceUpdateConstraintOutput: typeof import("./getResourceUpdateConstraint").getResourceUpdateConstraintOutput;
export { GetServiceActionArgs, GetServiceActionResult, GetServiceActionOutputArgs } from "./getServiceAction";
export declare const getServiceAction: typeof import("./getServiceAction").getServiceAction;
export declare const getServiceActionOutput: typeof import("./getServiceAction").getServiceActionOutput;
export { GetTagOptionArgs, GetTagOptionResult, GetTagOptionOutputArgs } from "./getTagOption";
export declare const getTagOption: typeof import("./getTagOption").getTagOption;
export declare const getTagOptionOutput: typeof import("./getTagOption").getTagOptionOutput;
export { LaunchNotificationConstraintArgs } from "./launchNotificationConstraint";
export type LaunchNotificationConstraint = import("./launchNotificationConstraint").LaunchNotificationConstraint;
export declare const LaunchNotificationConstraint: typeof import("./launchNotificationConstraint").LaunchNotificationConstraint;
export { LaunchTemplateConstraintArgs } from "./launchTemplateConstraint";
export type LaunchTemplateConstraint = import("./launchTemplateConstraint").LaunchTemplateConstraint;
export declare const LaunchTemplateConstraint: typeof import("./launchTemplateConstraint").LaunchTemplateConstraint;
export { PortfolioPrincipalAssociationArgs } from "./portfolioPrincipalAssociation";
export type PortfolioPrincipalAssociation = import("./portfolioPrincipalAssociation").PortfolioPrincipalAssociation;
export declare const PortfolioPrincipalAssociation: typeof import("./portfolioPrincipalAssociation").PortfolioPrincipalAssociation;
export { PortfolioProductAssociationArgs } from "./portfolioProductAssociation";
export type PortfolioProductAssociation = import("./portfolioProductAssociation").PortfolioProductAssociation;
export declare const PortfolioProductAssociation: typeof import("./portfolioProductAssociation").PortfolioProductAssociation;
export { PortfolioShareArgs } from "./portfolioShare";
export type PortfolioShare = import("./portfolioShare").PortfolioShare;
export declare const PortfolioShare: typeof import("./portfolioShare").PortfolioShare;
export { ResourceUpdateConstraintArgs } from "./resourceUpdateConstraint";
export type ResourceUpdateConstraint = import("./resourceUpdateConstraint").ResourceUpdateConstraint;
export declare const ResourceUpdateConstraint: typeof import("./resourceUpdateConstraint").ResourceUpdateConstraint;
export { ServiceActionArgs } from "./serviceAction";
export type ServiceAction = import("./serviceAction").ServiceAction;
export declare const ServiceAction: typeof import("./serviceAction").ServiceAction;
export { ServiceActionAssociationArgs } from "./serviceActionAssociation";
export type ServiceActionAssociation = import("./serviceActionAssociation").ServiceActionAssociation;
export declare const ServiceActionAssociation: typeof import("./serviceActionAssociation").ServiceActionAssociation;
export { TagOptionArgs } from "./tagOption";
export type TagOption = import("./tagOption").TagOption;
export declare const TagOption: typeof import("./tagOption").TagOption;
export { TagOptionAssociationArgs } from "./tagOptionAssociation";
export type TagOptionAssociation = import("./tagOptionAssociation").TagOptionAssociation;
export declare const TagOptionAssociation: typeof import("./tagOptionAssociation").TagOptionAssociation;
export * from "../types/enums/servicecatalog";