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)

26 lines (25 loc) 1.86 kB
export { CapabilityArgs } from "./capability"; export type Capability = import("./capability").Capability; export declare const Capability: typeof import("./capability").Capability; export { GetCapabilityArgs, GetCapabilityResult, GetCapabilityOutputArgs } from "./getCapability"; export declare const getCapability: typeof import("./getCapability").getCapability; export declare const getCapabilityOutput: typeof import("./getCapability").getCapabilityOutput; export { GetPartnershipArgs, GetPartnershipResult, GetPartnershipOutputArgs } from "./getPartnership"; export declare const getPartnership: typeof import("./getPartnership").getPartnership; export declare const getPartnershipOutput: typeof import("./getPartnership").getPartnershipOutput; export { GetProfileArgs, GetProfileResult, GetProfileOutputArgs } from "./getProfile"; export declare const getProfile: typeof import("./getProfile").getProfile; export declare const getProfileOutput: typeof import("./getProfile").getProfileOutput; export { GetTransformerArgs, GetTransformerResult, GetTransformerOutputArgs } from "./getTransformer"; export declare const getTransformer: typeof import("./getTransformer").getTransformer; export declare const getTransformerOutput: typeof import("./getTransformer").getTransformerOutput; export { PartnershipArgs } from "./partnership"; export type Partnership = import("./partnership").Partnership; export declare const Partnership: typeof import("./partnership").Partnership; export { ProfileArgs } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile; export { TransformerArgs } from "./transformer"; export type Transformer = import("./transformer").Transformer; export declare const Transformer: typeof import("./transformer").Transformer; export * from "../types/enums/b2bi";