@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)
44 lines (43 loc) • 2.93 kB
TypeScript
export { DetectorArgs } from "./detector";
export type Detector = import("./detector").Detector;
export declare const Detector: typeof import("./detector").Detector;
export { EntityTypeArgs } from "./entityType";
export type EntityType = import("./entityType").EntityType;
export declare const EntityType: typeof import("./entityType").EntityType;
export { EventTypeArgs } from "./eventType";
export type EventType = import("./eventType").EventType;
export declare const EventType: typeof import("./eventType").EventType;
export { GetDetectorArgs, GetDetectorResult, GetDetectorOutputArgs } from "./getDetector";
export declare const getDetector: typeof import("./getDetector").getDetector;
export declare const getDetectorOutput: typeof import("./getDetector").getDetectorOutput;
export { GetEntityTypeArgs, GetEntityTypeResult, GetEntityTypeOutputArgs } from "./getEntityType";
export declare const getEntityType: typeof import("./getEntityType").getEntityType;
export declare const getEntityTypeOutput: typeof import("./getEntityType").getEntityTypeOutput;
export { GetEventTypeArgs, GetEventTypeResult, GetEventTypeOutputArgs } from "./getEventType";
export declare const getEventType: typeof import("./getEventType").getEventType;
export declare const getEventTypeOutput: typeof import("./getEventType").getEventTypeOutput;
export { GetLabelArgs, GetLabelResult, GetLabelOutputArgs } from "./getLabel";
export declare const getLabel: typeof import("./getLabel").getLabel;
export declare const getLabelOutput: typeof import("./getLabel").getLabelOutput;
export { GetListArgs, GetListResult, GetListOutputArgs } from "./getList";
export declare const getList: typeof import("./getList").getList;
export declare const getListOutput: typeof import("./getList").getListOutput;
export { GetOutcomeArgs, GetOutcomeResult, GetOutcomeOutputArgs } from "./getOutcome";
export declare const getOutcome: typeof import("./getOutcome").getOutcome;
export declare const getOutcomeOutput: typeof import("./getOutcome").getOutcomeOutput;
export { GetVariableArgs, GetVariableResult, GetVariableOutputArgs } from "./getVariable";
export declare const getVariable: typeof import("./getVariable").getVariable;
export declare const getVariableOutput: typeof import("./getVariable").getVariableOutput;
export { LabelArgs } from "./label";
export type Label = import("./label").Label;
export declare const Label: typeof import("./label").Label;
export { ListArgs } from "./list";
export type List = import("./list").List;
export declare const List: typeof import("./list").List;
export { OutcomeArgs } from "./outcome";
export type Outcome = import("./outcome").Outcome;
export declare const Outcome: typeof import("./outcome").Outcome;
export { VariableArgs } from "./variable";
export type Variable = import("./variable").Variable;
export declare const Variable: typeof import("./variable").Variable;
export * from "../types/enums/frauddetector";