UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

37 lines (36 loc) 2.22 kB
export { AccessArgs, AccessState } from "./access"; export type Access = import("./access").Access; export declare const Access: typeof import("./access").Access; export { AgreementArgs, AgreementState } from "./agreement"; export type Agreement = import("./agreement").Agreement; export declare const Agreement: typeof import("./agreement").Agreement; export { CertificateArgs, CertificateState } from "./certificate"; export type Certificate = import("./certificate").Certificate; export declare const Certificate: typeof import("./certificate").Certificate; export { ConnectorArgs, ConnectorState } from "./connector"; export type Connector = import("./connector").Connector; export declare const Connector: typeof import("./connector").Connector; export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector"; export declare const getConnector: typeof import("./getConnector").getConnector; export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput; export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer"; export declare const getServer: typeof import("./getServer").getServer; export declare const getServerOutput: typeof import("./getServer").getServerOutput; export { ProfileArgs, ProfileState } from "./profile"; export type Profile = import("./profile").Profile; export declare const Profile: typeof import("./profile").Profile; export { ServerArgs, ServerState } from "./server"; export type Server = import("./server").Server; export declare const Server: typeof import("./server").Server; export { SshKeyArgs, SshKeyState } from "./sshKey"; export type SshKey = import("./sshKey").SshKey; export declare const SshKey: typeof import("./sshKey").SshKey; export { TagArgs, TagState } from "./tag"; export type Tag = import("./tag").Tag; export declare const Tag: typeof import("./tag").Tag; export { UserArgs, UserState } from "./user"; export type User = import("./user").User; export declare const User: typeof import("./user").User; export { WorkflowArgs, WorkflowState } from "./workflow"; export type Workflow = import("./workflow").Workflow; export declare const Workflow: typeof import("./workflow").Workflow;