@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)
25 lines (24 loc) • 1.81 kB
TypeScript
export { DiscovererArgs } from "./discoverer";
export type Discoverer = import("./discoverer").Discoverer;
export declare const Discoverer: typeof import("./discoverer").Discoverer;
export { GetDiscovererArgs, GetDiscovererResult, GetDiscovererOutputArgs } from "./getDiscoverer";
export declare const getDiscoverer: typeof import("./getDiscoverer").getDiscoverer;
export declare const getDiscovererOutput: typeof import("./getDiscoverer").getDiscovererOutput;
export { GetRegistryArgs, GetRegistryResult, GetRegistryOutputArgs } from "./getRegistry";
export declare const getRegistry: typeof import("./getRegistry").getRegistry;
export declare const getRegistryOutput: typeof import("./getRegistry").getRegistryOutput;
export { GetRegistryPolicyArgs, GetRegistryPolicyResult, GetRegistryPolicyOutputArgs } from "./getRegistryPolicy";
export declare const getRegistryPolicy: typeof import("./getRegistryPolicy").getRegistryPolicy;
export declare const getRegistryPolicyOutput: typeof import("./getRegistryPolicy").getRegistryPolicyOutput;
export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema";
export declare const getSchema: typeof import("./getSchema").getSchema;
export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput;
export { RegistryArgs } from "./registry";
export type Registry = import("./registry").Registry;
export declare const Registry: typeof import("./registry").Registry;
export { RegistryPolicyArgs } from "./registryPolicy";
export type RegistryPolicy = import("./registryPolicy").RegistryPolicy;
export declare const RegistryPolicy: typeof import("./registryPolicy").RegistryPolicy;
export { SchemaArgs } from "./schema";
export type Schema = import("./schema").Schema;
export declare const Schema: typeof import("./schema").Schema;