@pulumi/opsgenie
Version:
A Pulumi package for creating and managing opsgenie cloud resources.
80 lines (79 loc) • 5.78 kB
TypeScript
export { AlertPolicyArgs, AlertPolicyState } from "./alertPolicy";
export type AlertPolicy = import("./alertPolicy").AlertPolicy;
export declare const AlertPolicy: typeof import("./alertPolicy").AlertPolicy;
export { ApiIntegrationArgs, ApiIntegrationState } from "./apiIntegration";
export type ApiIntegration = import("./apiIntegration").ApiIntegration;
export declare const ApiIntegration: typeof import("./apiIntegration").ApiIntegration;
export { CustomRoleArgs, CustomRoleState } from "./customRole";
export type CustomRole = import("./customRole").CustomRole;
export declare const CustomRole: typeof import("./customRole").CustomRole;
export { EmailIntegrationArgs, EmailIntegrationState } from "./emailIntegration";
export type EmailIntegration = import("./emailIntegration").EmailIntegration;
export declare const EmailIntegration: typeof import("./emailIntegration").EmailIntegration;
export { EscalationArgs, EscalationState } from "./escalation";
export type Escalation = import("./escalation").Escalation;
export declare const Escalation: typeof import("./escalation").Escalation;
export { GetEscalationArgs, GetEscalationResult, GetEscalationOutputArgs } from "./getEscalation";
export declare const getEscalation: typeof import("./getEscalation").getEscalation;
export declare const getEscalationOutput: typeof import("./getEscalation").getEscalationOutput;
export { GetHeartbeatArgs, GetHeartbeatResult, GetHeartbeatOutputArgs } from "./getHeartbeat";
export declare const getHeartbeat: typeof import("./getHeartbeat").getHeartbeat;
export declare const getHeartbeatOutput: typeof import("./getHeartbeat").getHeartbeatOutput;
export { GetScheduleArgs, GetScheduleResult, GetScheduleOutputArgs } from "./getSchedule";
export declare const getSchedule: typeof import("./getSchedule").getSchedule;
export declare const getScheduleOutput: typeof import("./getSchedule").getScheduleOutput;
export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService";
export declare const getService: typeof import("./getService").getService;
export declare const getServiceOutput: typeof import("./getService").getServiceOutput;
export { GetTeamArgs, GetTeamResult, GetTeamOutputArgs } from "./getTeam";
export declare const getTeam: typeof import("./getTeam").getTeam;
export declare const getTeamOutput: typeof import("./getTeam").getTeamOutput;
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
export declare const getUser: typeof import("./getUser").getUser;
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
export { HeartbeatArgs, HeartbeatState } from "./heartbeat";
export type Heartbeat = import("./heartbeat").Heartbeat;
export declare const Heartbeat: typeof import("./heartbeat").Heartbeat;
export { IncidentTemplateArgs, IncidentTemplateState } from "./incidentTemplate";
export type IncidentTemplate = import("./incidentTemplate").IncidentTemplate;
export declare const IncidentTemplate: typeof import("./incidentTemplate").IncidentTemplate;
export { IntegrationActionArgs, IntegrationActionState } from "./integrationAction";
export type IntegrationAction = import("./integrationAction").IntegrationAction;
export declare const IntegrationAction: typeof import("./integrationAction").IntegrationAction;
export { MaintenanceArgs, MaintenanceState } from "./maintenance";
export type Maintenance = import("./maintenance").Maintenance;
export declare const Maintenance: typeof import("./maintenance").Maintenance;
export { NotificationPolicyArgs, NotificationPolicyState } from "./notificationPolicy";
export type NotificationPolicy = import("./notificationPolicy").NotificationPolicy;
export declare const NotificationPolicy: typeof import("./notificationPolicy").NotificationPolicy;
export { NotificationRuleArgs, NotificationRuleState } from "./notificationRule";
export type NotificationRule = import("./notificationRule").NotificationRule;
export declare const NotificationRule: typeof import("./notificationRule").NotificationRule;
export * from "./provider";
export { ScheduleArgs, ScheduleState } from "./schedule";
export type Schedule = import("./schedule").Schedule;
export declare const Schedule: typeof import("./schedule").Schedule;
export { ScheduleRotationArgs, ScheduleRotationState } from "./scheduleRotation";
export type ScheduleRotation = import("./scheduleRotation").ScheduleRotation;
export declare const ScheduleRotation: typeof import("./scheduleRotation").ScheduleRotation;
export { ServiceArgs, ServiceState } from "./service";
export type Service = import("./service").Service;
export declare const Service: typeof import("./service").Service;
export { ServiceIncidentRuleArgs, ServiceIncidentRuleState } from "./serviceIncidentRule";
export type ServiceIncidentRule = import("./serviceIncidentRule").ServiceIncidentRule;
export declare const ServiceIncidentRule: typeof import("./serviceIncidentRule").ServiceIncidentRule;
export { TeamArgs, TeamState } from "./team";
export type Team = import("./team").Team;
export declare const Team: typeof import("./team").Team;
export { TeamRoutingRuleArgs, TeamRoutingRuleState } from "./teamRoutingRule";
export type TeamRoutingRule = import("./teamRoutingRule").TeamRoutingRule;
export declare const TeamRoutingRule: typeof import("./teamRoutingRule").TeamRoutingRule;
export { UserArgs, UserState } from "./user";
export type User = import("./user").User;
export declare const User: typeof import("./user").User;
export { UserContactArgs, UserContactState } from "./userContact";
export type UserContact = import("./userContact").UserContact;
export declare const UserContact: typeof import("./userContact").UserContact;
import * as config from "./config";
import * as types from "./types";
export { config, types, };