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)

17 lines (16 loc) 1.71 kB
export { CloudFormationProvisionedProductArgs } from "./cloudFormationProvisionedProduct"; export type CloudFormationProvisionedProduct = import("./cloudFormationProvisionedProduct").CloudFormationProvisionedProduct; export declare const CloudFormationProvisionedProduct: typeof import("./cloudFormationProvisionedProduct").CloudFormationProvisionedProduct; export { GetCloudFormationProvisionedProductArgs, GetCloudFormationProvisionedProductResult, GetCloudFormationProvisionedProductOutputArgs } from "./getCloudFormationProvisionedProduct"; export declare const getCloudFormationProvisionedProduct: typeof import("./getCloudFormationProvisionedProduct").getCloudFormationProvisionedProduct; export declare const getCloudFormationProvisionedProductOutput: typeof import("./getCloudFormationProvisionedProduct").getCloudFormationProvisionedProductOutput; export { GetServiceActionArgs, GetServiceActionResult, GetServiceActionOutputArgs } from "./getServiceAction"; export declare const getServiceAction: typeof import("./getServiceAction").getServiceAction; export declare const getServiceActionOutput: typeof import("./getServiceAction").getServiceActionOutput; 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 * from "../types/enums/servicecatalog";