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)

50 lines (49 loc) 3.37 kB
export { AgreementArgs } from "./agreement"; export type Agreement = import("./agreement").Agreement; export declare const Agreement: typeof import("./agreement").Agreement; export { CertificateArgs } from "./certificate"; export type Certificate = import("./certificate").Certificate; export declare const Certificate: typeof import("./certificate").Certificate; export { ConnectorArgs } from "./connector"; export type Connector = import("./connector").Connector; export declare const Connector: typeof import("./connector").Connector; export { GetAgreementArgs, GetAgreementResult, GetAgreementOutputArgs } from "./getAgreement"; export declare const getAgreement: typeof import("./getAgreement").getAgreement; export declare const getAgreementOutput: typeof import("./getAgreement").getAgreementOutput; export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate"; export declare const getCertificate: typeof import("./getCertificate").getCertificate; export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput; export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector"; export declare const getConnector: typeof import("./getConnector").getConnector; export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput; export { GetProfileArgs, GetProfileResult, GetProfileOutputArgs } from "./getProfile"; export declare const getProfile: typeof import("./getProfile").getProfile; export declare const getProfileOutput: typeof import("./getProfile").getProfileOutput; export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer"; export declare const getServer: typeof import("./getServer").getServer; export declare const getServerOutput: typeof import("./getServer").getServerOutput; export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser"; export declare const getUser: typeof import("./getUser").getUser; export declare const getUserOutput: typeof import("./getUser").getUserOutput; export { GetWebAppArgs, GetWebAppResult, GetWebAppOutputArgs } from "./getWebApp"; export declare const getWebApp: typeof import("./getWebApp").getWebApp; export declare const getWebAppOutput: typeof import("./getWebApp").getWebAppOutput; export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow"; export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow; export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput; export { ProfileArgs } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile; export { ServerArgs } from "./server"; export type Server = import("./server").Server; export declare const Server: typeof import("./server").Server; export { UserArgs } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export { WebAppArgs } from "./webApp"; export type WebApp = import("./webApp").WebApp; export declare const WebApp: typeof import("./webApp").WebApp; export { WorkflowArgs } from "./workflow"; export type Workflow = import("./workflow").Workflow; export declare const Workflow: typeof import("./workflow").Workflow; export * from "../types/enums/transfer";