@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) • 2.12 kB
TypeScript
export { DrtAccessArgs } from "./drtAccess";
export type DrtAccess = import("./drtAccess").DrtAccess;
export declare const DrtAccess: typeof import("./drtAccess").DrtAccess;
export { GetDrtAccessArgs, GetDrtAccessResult, GetDrtAccessOutputArgs } from "./getDrtAccess";
export declare const getDrtAccess: typeof import("./getDrtAccess").getDrtAccess;
export declare const getDrtAccessOutput: typeof import("./getDrtAccess").getDrtAccessOutput;
export { GetProactiveEngagementArgs, GetProactiveEngagementResult, GetProactiveEngagementOutputArgs } from "./getProactiveEngagement";
export declare const getProactiveEngagement: typeof import("./getProactiveEngagement").getProactiveEngagement;
export declare const getProactiveEngagementOutput: typeof import("./getProactiveEngagement").getProactiveEngagementOutput;
export { GetProtectionArgs, GetProtectionResult, GetProtectionOutputArgs } from "./getProtection";
export declare const getProtection: typeof import("./getProtection").getProtection;
export declare const getProtectionOutput: typeof import("./getProtection").getProtectionOutput;
export { GetProtectionGroupArgs, GetProtectionGroupResult, GetProtectionGroupOutputArgs } from "./getProtectionGroup";
export declare const getProtectionGroup: typeof import("./getProtectionGroup").getProtectionGroup;
export declare const getProtectionGroupOutput: typeof import("./getProtectionGroup").getProtectionGroupOutput;
export { ProactiveEngagementArgs } from "./proactiveEngagement";
export type ProactiveEngagement = import("./proactiveEngagement").ProactiveEngagement;
export declare const ProactiveEngagement: typeof import("./proactiveEngagement").ProactiveEngagement;
export { ProtectionArgs } from "./protection";
export type Protection = import("./protection").Protection;
export declare const Protection: typeof import("./protection").Protection;
export { ProtectionGroupArgs } from "./protectionGroup";
export type ProtectionGroup = import("./protectionGroup").ProtectionGroup;
export declare const ProtectionGroup: typeof import("./protectionGroup").ProtectionGroup;
export * from "../types/enums/shield";