@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.75 kB
TypeScript
export { GetIdMappingWorkflowArgs, GetIdMappingWorkflowResult, GetIdMappingWorkflowOutputArgs } from "./getIdMappingWorkflow";
export declare const getIdMappingWorkflow: typeof import("./getIdMappingWorkflow").getIdMappingWorkflow;
export declare const getIdMappingWorkflowOutput: typeof import("./getIdMappingWorkflow").getIdMappingWorkflowOutput;
export { GetIdNamespaceArgs, GetIdNamespaceResult, GetIdNamespaceOutputArgs } from "./getIdNamespace";
export declare const getIdNamespace: typeof import("./getIdNamespace").getIdNamespace;
export declare const getIdNamespaceOutput: typeof import("./getIdNamespace").getIdNamespaceOutput;
export { GetMatchingWorkflowArgs, GetMatchingWorkflowResult, GetMatchingWorkflowOutputArgs } from "./getMatchingWorkflow";
export declare const getMatchingWorkflow: typeof import("./getMatchingWorkflow").getMatchingWorkflow;
export declare const getMatchingWorkflowOutput: typeof import("./getMatchingWorkflow").getMatchingWorkflowOutput;
export { GetPolicyStatementArgs, GetPolicyStatementResult, GetPolicyStatementOutputArgs } from "./getPolicyStatement";
export declare const getPolicyStatement: typeof import("./getPolicyStatement").getPolicyStatement;
export declare const getPolicyStatementOutput: typeof import("./getPolicyStatement").getPolicyStatementOutput;
export { GetSchemaMappingArgs, GetSchemaMappingResult, GetSchemaMappingOutputArgs } from "./getSchemaMapping";
export declare const getSchemaMapping: typeof import("./getSchemaMapping").getSchemaMapping;
export declare const getSchemaMappingOutput: typeof import("./getSchemaMapping").getSchemaMappingOutput;
export { IdMappingWorkflowArgs } from "./idMappingWorkflow";
export type IdMappingWorkflow = import("./idMappingWorkflow").IdMappingWorkflow;
export declare const IdMappingWorkflow: typeof import("./idMappingWorkflow").IdMappingWorkflow;
export { IdNamespaceArgs } from "./idNamespace";
export type IdNamespace = import("./idNamespace").IdNamespace;
export declare const IdNamespace: typeof import("./idNamespace").IdNamespace;
export { MatchingWorkflowArgs } from "./matchingWorkflow";
export type MatchingWorkflow = import("./matchingWorkflow").MatchingWorkflow;
export declare const MatchingWorkflow: typeof import("./matchingWorkflow").MatchingWorkflow;
export { PolicyStatementArgs } from "./policyStatement";
export type PolicyStatement = import("./policyStatement").PolicyStatement;
export declare const PolicyStatement: typeof import("./policyStatement").PolicyStatement;
export { SchemaMappingArgs } from "./schemaMapping";
export type SchemaMapping = import("./schemaMapping").SchemaMapping;
export declare const SchemaMapping: typeof import("./schemaMapping").SchemaMapping;
export * from "../types/enums/entityresolution";