@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
46 lines (45 loc) • 2.83 kB
TypeScript
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 { HostKeyArgs, HostKeyState } from "./hostKey";
export type HostKey = import("./hostKey").HostKey;
export declare const HostKey: typeof import("./hostKey").HostKey;
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 { WebAppArgs, WebAppState } from "./webApp";
export type WebApp = import("./webApp").WebApp;
export declare const WebApp: typeof import("./webApp").WebApp;
export { WebAppCustomizationArgs, WebAppCustomizationState } from "./webAppCustomization";
export type WebAppCustomization = import("./webAppCustomization").WebAppCustomization;
export declare const WebAppCustomization: typeof import("./webAppCustomization").WebAppCustomization;
export { WorkflowArgs, WorkflowState } from "./workflow";
export type Workflow = import("./workflow").Workflow;
export declare const Workflow: typeof import("./workflow").Workflow;