@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)
32 lines (31 loc) • 2.26 kB
TypeScript
export { GetPolicyArgs, GetPolicyResult, GetPolicyOutputArgs } from "./getPolicy";
export declare const getPolicy: typeof import("./getPolicy").getPolicy;
export declare const getPolicyOutput: typeof import("./getPolicy").getPolicyOutput;
export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService";
export declare const getService: typeof import("./getService").getService;
export declare const getServiceOutput: typeof import("./getService").getServiceOutput;
export { GetServiceFunctionArgs, GetServiceFunctionResult, GetServiceFunctionOutputArgs } from "./getServiceFunction";
export declare const getServiceFunction: typeof import("./getServiceFunction").getServiceFunction;
export declare const getServiceFunctionOutput: typeof import("./getServiceFunction").getServiceFunctionOutput;
export { GetSystemArgs, GetSystemResult, GetSystemOutputArgs } from "./getSystem";
export declare const getSystem: typeof import("./getSystem").getSystem;
export declare const getSystemOutput: typeof import("./getSystem").getSystemOutput;
export { GetUserJourneyArgs, GetUserJourneyResult, GetUserJourneyOutputArgs } from "./getUserJourney";
export declare const getUserJourney: typeof import("./getUserJourney").getUserJourney;
export declare const getUserJourneyOutput: typeof import("./getUserJourney").getUserJourneyOutput;
export { PolicyArgs } from "./policy";
export type Policy = import("./policy").Policy;
export declare const Policy: typeof import("./policy").Policy;
export { ServiceArgs } from "./service";
export type Service = import("./service").Service;
export declare const Service: typeof import("./service").Service;
export { ServiceFunctionArgs } from "./serviceFunction";
export type ServiceFunction = import("./serviceFunction").ServiceFunction;
export declare const ServiceFunction: typeof import("./serviceFunction").ServiceFunction;
export { SystemArgs } from "./system";
export type System = import("./system").System;
export declare const System: typeof import("./system").System;
export { UserJourneyArgs } from "./userJourney";
export type UserJourney = import("./userJourney").UserJourney;
export declare const UserJourney: typeof import("./userJourney").UserJourney;
export * from "../types/enums/resiliencehubv2";