UNPKG

@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.04 kB
export { CaseRuleArgs } from "./caseRule"; export type CaseRule = import("./caseRule").CaseRule; export declare const CaseRule: typeof import("./caseRule").CaseRule; export { DomainArgs } from "./domain"; export type Domain = import("./domain").Domain; export declare const Domain: typeof import("./domain").Domain; export { FieldArgs } from "./field"; export type Field = import("./field").Field; export declare const Field: typeof import("./field").Field; export { GetCaseRuleArgs, GetCaseRuleResult, GetCaseRuleOutputArgs } from "./getCaseRule"; export declare const getCaseRule: typeof import("./getCaseRule").getCaseRule; export declare const getCaseRuleOutput: typeof import("./getCaseRule").getCaseRuleOutput; export { GetDomainArgs, GetDomainResult, GetDomainOutputArgs } from "./getDomain"; export declare const getDomain: typeof import("./getDomain").getDomain; export declare const getDomainOutput: typeof import("./getDomain").getDomainOutput; export { GetFieldArgs, GetFieldResult, GetFieldOutputArgs } from "./getField"; export declare const getField: typeof import("./getField").getField; export declare const getFieldOutput: typeof import("./getField").getFieldOutput; export { GetLayoutArgs, GetLayoutResult, GetLayoutOutputArgs } from "./getLayout"; export declare const getLayout: typeof import("./getLayout").getLayout; export declare const getLayoutOutput: typeof import("./getLayout").getLayoutOutput; export { GetTemplateArgs, GetTemplateResult, GetTemplateOutputArgs } from "./getTemplate"; export declare const getTemplate: typeof import("./getTemplate").getTemplate; export declare const getTemplateOutput: typeof import("./getTemplate").getTemplateOutput; export { LayoutArgs } from "./layout"; export type Layout = import("./layout").Layout; export declare const Layout: typeof import("./layout").Layout; export { TemplateArgs } from "./template"; export type Template = import("./template").Template; export declare const Template: typeof import("./template").Template; export * from "../types/enums/cases";