@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)
8 lines (7 loc) • 582 B
TypeScript
export { GetProfilingGroupArgs, GetProfilingGroupResult, GetProfilingGroupOutputArgs } from "./getProfilingGroup";
export declare const getProfilingGroup: typeof import("./getProfilingGroup").getProfilingGroup;
export declare const getProfilingGroupOutput: typeof import("./getProfilingGroup").getProfilingGroupOutput;
export { ProfilingGroupArgs } from "./profilingGroup";
export type ProfilingGroup = import("./profilingGroup").ProfilingGroup;
export declare const ProfilingGroup: typeof import("./profilingGroup").ProfilingGroup;
export * from "../types/enums/codeguruprofiler";