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)

71 lines (70 loc) 5.72 kB
export { CrawlerArgs } from "./crawler"; export type Crawler = import("./crawler").Crawler; export declare const Crawler: typeof import("./crawler").Crawler; export { DatabaseArgs } from "./database"; export type Database = import("./database").Database; export declare const Database: typeof import("./database").Database; export { GetCrawlerArgs, GetCrawlerResult, GetCrawlerOutputArgs } from "./getCrawler"; export declare const getCrawler: typeof import("./getCrawler").getCrawler; export declare const getCrawlerOutput: typeof import("./getCrawler").getCrawlerOutput; export { GetDatabaseArgs, GetDatabaseResult, GetDatabaseOutputArgs } from "./getDatabase"; export declare const getDatabase: typeof import("./getDatabase").getDatabase; export declare const getDatabaseOutput: typeof import("./getDatabase").getDatabaseOutput; export { GetIdentityCenterConfigurationArgs, GetIdentityCenterConfigurationResult, GetIdentityCenterConfigurationOutputArgs } from "./getIdentityCenterConfiguration"; export declare const getIdentityCenterConfiguration: typeof import("./getIdentityCenterConfiguration").getIdentityCenterConfiguration; export declare const getIdentityCenterConfigurationOutput: typeof import("./getIdentityCenterConfiguration").getIdentityCenterConfigurationOutput; export { GetIntegrationArgs, GetIntegrationResult, GetIntegrationOutputArgs } from "./getIntegration"; export declare const getIntegration: typeof import("./getIntegration").getIntegration; export declare const getIntegrationOutput: typeof import("./getIntegration").getIntegrationOutput; export { GetIntegrationResourcePropertyArgs, GetIntegrationResourcePropertyResult, GetIntegrationResourcePropertyOutputArgs } from "./getIntegrationResourceProperty"; export declare const getIntegrationResourceProperty: typeof import("./getIntegrationResourceProperty").getIntegrationResourceProperty; export declare const getIntegrationResourcePropertyOutput: typeof import("./getIntegrationResourceProperty").getIntegrationResourcePropertyOutput; export { GetJobArgs, GetJobResult, GetJobOutputArgs } from "./getJob"; export declare const getJob: typeof import("./getJob").getJob; export declare const getJobOutput: typeof import("./getJob").getJobOutput; export { GetRegistryArgs, GetRegistryResult, GetRegistryOutputArgs } from "./getRegistry"; export declare const getRegistry: typeof import("./getRegistry").getRegistry; export declare const getRegistryOutput: typeof import("./getRegistry").getRegistryOutput; export { GetSchemaArgs, GetSchemaResult, GetSchemaOutputArgs } from "./getSchema"; export declare const getSchema: typeof import("./getSchema").getSchema; export declare const getSchemaOutput: typeof import("./getSchema").getSchemaOutput; export { GetSchemaVersionArgs, GetSchemaVersionResult, GetSchemaVersionOutputArgs } from "./getSchemaVersion"; export declare const getSchemaVersion: typeof import("./getSchemaVersion").getSchemaVersion; export declare const getSchemaVersionOutput: typeof import("./getSchemaVersion").getSchemaVersionOutput; export { GetTriggerArgs, GetTriggerResult, GetTriggerOutputArgs } from "./getTrigger"; export declare const getTrigger: typeof import("./getTrigger").getTrigger; export declare const getTriggerOutput: typeof import("./getTrigger").getTriggerOutput; export { GetUsageProfileArgs, GetUsageProfileResult, GetUsageProfileOutputArgs } from "./getUsageProfile"; export declare const getUsageProfile: typeof import("./getUsageProfile").getUsageProfile; export declare const getUsageProfileOutput: typeof import("./getUsageProfile").getUsageProfileOutput; export { IdentityCenterConfigurationArgs } from "./identityCenterConfiguration"; export type IdentityCenterConfiguration = import("./identityCenterConfiguration").IdentityCenterConfiguration; export declare const IdentityCenterConfiguration: typeof import("./identityCenterConfiguration").IdentityCenterConfiguration; export { IntegrationArgs } from "./integration"; export type Integration = import("./integration").Integration; export declare const Integration: typeof import("./integration").Integration; export { IntegrationResourcePropertyArgs } from "./integrationResourceProperty"; export type IntegrationResourceProperty = import("./integrationResourceProperty").IntegrationResourceProperty; export declare const IntegrationResourceProperty: typeof import("./integrationResourceProperty").IntegrationResourceProperty; export { JobArgs } from "./job"; export type Job = import("./job").Job; export declare const Job: typeof import("./job").Job; export { RegistryArgs } from "./registry"; export type Registry = import("./registry").Registry; export declare const Registry: typeof import("./registry").Registry; export { SchemaArgs } from "./schema"; export type Schema = import("./schema").Schema; export declare const Schema: typeof import("./schema").Schema; export { SchemaVersionArgs } from "./schemaVersion"; export type SchemaVersion = import("./schemaVersion").SchemaVersion; export declare const SchemaVersion: typeof import("./schemaVersion").SchemaVersion; export { SchemaVersionMetadataArgs } from "./schemaVersionMetadata"; export type SchemaVersionMetadata = import("./schemaVersionMetadata").SchemaVersionMetadata; export declare const SchemaVersionMetadata: typeof import("./schemaVersionMetadata").SchemaVersionMetadata; export { TriggerArgs } from "./trigger"; export type Trigger = import("./trigger").Trigger; export declare const Trigger: typeof import("./trigger").Trigger; export { UsageProfileArgs } from "./usageProfile"; export type UsageProfile = import("./usageProfile").UsageProfile; export declare const UsageProfile: typeof import("./usageProfile").UsageProfile; export * from "../types/enums/glue";