@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)
47 lines (46 loc) • 3.62 kB
TypeScript
export { DetectorArgs } from "./detector";
export type Detector = import("./detector").Detector;
export declare const Detector: typeof import("./detector").Detector;
export { FilterArgs } from "./filter";
export type Filter = import("./filter").Filter;
export declare const Filter: typeof import("./filter").Filter;
export { GetDetectorArgs, GetDetectorResult, GetDetectorOutputArgs } from "./getDetector";
export declare const getDetector: typeof import("./getDetector").getDetector;
export declare const getDetectorOutput: typeof import("./getDetector").getDetectorOutput;
export { GetFilterArgs, GetFilterResult, GetFilterOutputArgs } from "./getFilter";
export declare const getFilter: typeof import("./getFilter").getFilter;
export declare const getFilterOutput: typeof import("./getFilter").getFilterOutput;
export { GetIpSetArgs, GetIpSetResult, GetIpSetOutputArgs } from "./getIpSet";
export declare const getIpSet: typeof import("./getIpSet").getIpSet;
export declare const getIpSetOutput: typeof import("./getIpSet").getIpSetOutput;
export { GetMalwareProtectionPlanArgs, GetMalwareProtectionPlanResult, GetMalwareProtectionPlanOutputArgs } from "./getMalwareProtectionPlan";
export declare const getMalwareProtectionPlan: typeof import("./getMalwareProtectionPlan").getMalwareProtectionPlan;
export declare const getMalwareProtectionPlanOutput: typeof import("./getMalwareProtectionPlan").getMalwareProtectionPlanOutput;
export { GetMemberArgs, GetMemberResult, GetMemberOutputArgs } from "./getMember";
export declare const getMember: typeof import("./getMember").getMember;
export declare const getMemberOutput: typeof import("./getMember").getMemberOutput;
export { GetPublishingDestinationArgs, GetPublishingDestinationResult, GetPublishingDestinationOutputArgs } from "./getPublishingDestination";
export declare const getPublishingDestination: typeof import("./getPublishingDestination").getPublishingDestination;
export declare const getPublishingDestinationOutput: typeof import("./getPublishingDestination").getPublishingDestinationOutput;
export { GetThreatIntelSetArgs, GetThreatIntelSetResult, GetThreatIntelSetOutputArgs } from "./getThreatIntelSet";
export declare const getThreatIntelSet: typeof import("./getThreatIntelSet").getThreatIntelSet;
export declare const getThreatIntelSetOutput: typeof import("./getThreatIntelSet").getThreatIntelSetOutput;
export { IpSetArgs } from "./ipSet";
export type IpSet = import("./ipSet").IpSet;
export declare const IpSet: typeof import("./ipSet").IpSet;
export { MalwareProtectionPlanArgs } from "./malwareProtectionPlan";
export type MalwareProtectionPlan = import("./malwareProtectionPlan").MalwareProtectionPlan;
export declare const MalwareProtectionPlan: typeof import("./malwareProtectionPlan").MalwareProtectionPlan;
export { MasterArgs } from "./master";
export type Master = import("./master").Master;
export declare const Master: typeof import("./master").Master;
export { MemberArgs } from "./member";
export type Member = import("./member").Member;
export declare const Member: typeof import("./member").Member;
export { PublishingDestinationArgs } from "./publishingDestination";
export type PublishingDestination = import("./publishingDestination").PublishingDestination;
export declare const PublishingDestination: typeof import("./publishingDestination").PublishingDestination;
export { ThreatIntelSetArgs } from "./threatIntelSet";
export type ThreatIntelSet = import("./threatIntelSet").ThreatIntelSet;
export declare const ThreatIntelSet: typeof import("./threatIntelSet").ThreatIntelSet;
export * from "../types/enums/guardduty";