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)

20 lines (19 loc) 1.81 kB
export { GetProfileArgs, GetProfileResult, GetProfileOutputArgs } from "./getProfile"; export declare const getProfile: typeof import("./getProfile").getProfile; export declare const getProfileOutput: typeof import("./getProfile").getProfileOutput; export { GetProfileAssociationArgs, GetProfileAssociationResult, GetProfileAssociationOutputArgs } from "./getProfileAssociation"; export declare const getProfileAssociation: typeof import("./getProfileAssociation").getProfileAssociation; export declare const getProfileAssociationOutput: typeof import("./getProfileAssociation").getProfileAssociationOutput; export { GetProfileResourceAssociationArgs, GetProfileResourceAssociationResult, GetProfileResourceAssociationOutputArgs } from "./getProfileResourceAssociation"; export declare const getProfileResourceAssociation: typeof import("./getProfileResourceAssociation").getProfileResourceAssociation; export declare const getProfileResourceAssociationOutput: typeof import("./getProfileResourceAssociation").getProfileResourceAssociationOutput; export { ProfileArgs } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile; export { ProfileAssociationArgs } from "./profileAssociation"; export type ProfileAssociation = import("./profileAssociation").ProfileAssociation; export declare const ProfileAssociation: typeof import("./profileAssociation").ProfileAssociation; export { ProfileResourceAssociationArgs } from "./profileResourceAssociation"; export type ProfileResourceAssociation = import("./profileResourceAssociation").ProfileResourceAssociation; export declare const ProfileResourceAssociation: typeof import("./profileResourceAssociation").ProfileResourceAssociation; export * from "../types/enums/route53profiles";