@pulumiverse/sentry
Version:
A Pulumi package for creating and managing Sentry resources.
64 lines (63 loc) • 5.83 kB
TypeScript
export { GetSentryDashboardArgs, GetSentryDashboardResult, GetSentryDashboardOutputArgs } from "./getSentryDashboard";
export declare const getSentryDashboard: typeof import("./getSentryDashboard").getSentryDashboard;
export declare const getSentryDashboardOutput: typeof import("./getSentryDashboard").getSentryDashboardOutput;
export { GetSentryIssueAlertArgs, GetSentryIssueAlertResult, GetSentryIssueAlertOutputArgs } from "./getSentryIssueAlert";
export declare const getSentryIssueAlert: typeof import("./getSentryIssueAlert").getSentryIssueAlert;
export declare const getSentryIssueAlertOutput: typeof import("./getSentryIssueAlert").getSentryIssueAlertOutput;
export { GetSentryKeyArgs, GetSentryKeyResult, GetSentryKeyOutputArgs } from "./getSentryKey";
export declare const getSentryKey: typeof import("./getSentryKey").getSentryKey;
export declare const getSentryKeyOutput: typeof import("./getSentryKey").getSentryKeyOutput;
export { GetSentryMetricAlertArgs, GetSentryMetricAlertResult, GetSentryMetricAlertOutputArgs } from "./getSentryMetricAlert";
export declare const getSentryMetricAlert: typeof import("./getSentryMetricAlert").getSentryMetricAlert;
export declare const getSentryMetricAlertOutput: typeof import("./getSentryMetricAlert").getSentryMetricAlertOutput;
export { GetSentryOrganizationArgs, GetSentryOrganizationResult, GetSentryOrganizationOutputArgs } from "./getSentryOrganization";
export declare const getSentryOrganization: typeof import("./getSentryOrganization").getSentryOrganization;
export declare const getSentryOrganizationOutput: typeof import("./getSentryOrganization").getSentryOrganizationOutput;
export { GetSentryOrganizationIntegrationArgs, GetSentryOrganizationIntegrationResult, GetSentryOrganizationIntegrationOutputArgs } from "./getSentryOrganizationIntegration";
export declare const getSentryOrganizationIntegration: typeof import("./getSentryOrganizationIntegration").getSentryOrganizationIntegration;
export declare const getSentryOrganizationIntegrationOutput: typeof import("./getSentryOrganizationIntegration").getSentryOrganizationIntegrationOutput;
export { GetSentryTeamArgs, GetSentryTeamResult, GetSentryTeamOutputArgs } from "./getSentryTeam";
export declare const getSentryTeam: typeof import("./getSentryTeam").getSentryTeam;
export declare const getSentryTeamOutput: typeof import("./getSentryTeam").getSentryTeamOutput;
export { ProviderArgs } from "./provider";
export type Provider = import("./provider").Provider;
export declare const Provider: typeof import("./provider").Provider;
export { SentryDashboardArgs, SentryDashboardState } from "./sentryDashboard";
export type SentryDashboard = import("./sentryDashboard").SentryDashboard;
export declare const SentryDashboard: typeof import("./sentryDashboard").SentryDashboard;
export { SentryIssueAlertArgs, SentryIssueAlertState } from "./sentryIssueAlert";
export type SentryIssueAlert = import("./sentryIssueAlert").SentryIssueAlert;
export declare const SentryIssueAlert: typeof import("./sentryIssueAlert").SentryIssueAlert;
export { SentryKeyArgs, SentryKeyState } from "./sentryKey";
export type SentryKey = import("./sentryKey").SentryKey;
export declare const SentryKey: typeof import("./sentryKey").SentryKey;
export { SentryMetricAlertArgs, SentryMetricAlertState } from "./sentryMetricAlert";
export type SentryMetricAlert = import("./sentryMetricAlert").SentryMetricAlert;
export declare const SentryMetricAlert: typeof import("./sentryMetricAlert").SentryMetricAlert;
export { SentryOrganizationArgs, SentryOrganizationState } from "./sentryOrganization";
export type SentryOrganization = import("./sentryOrganization").SentryOrganization;
export declare const SentryOrganization: typeof import("./sentryOrganization").SentryOrganization;
export { SentryOrganizationCodeMappingArgs, SentryOrganizationCodeMappingState } from "./sentryOrganizationCodeMapping";
export type SentryOrganizationCodeMapping = import("./sentryOrganizationCodeMapping").SentryOrganizationCodeMapping;
export declare const SentryOrganizationCodeMapping: typeof import("./sentryOrganizationCodeMapping").SentryOrganizationCodeMapping;
export { SentryOrganizationMemberArgs, SentryOrganizationMemberState } from "./sentryOrganizationMember";
export type SentryOrganizationMember = import("./sentryOrganizationMember").SentryOrganizationMember;
export declare const SentryOrganizationMember: typeof import("./sentryOrganizationMember").SentryOrganizationMember;
export { SentryOrganizationRepositoryGithubArgs, SentryOrganizationRepositoryGithubState } from "./sentryOrganizationRepositoryGithub";
export type SentryOrganizationRepositoryGithub = import("./sentryOrganizationRepositoryGithub").SentryOrganizationRepositoryGithub;
export declare const SentryOrganizationRepositoryGithub: typeof import("./sentryOrganizationRepositoryGithub").SentryOrganizationRepositoryGithub;
export { SentryPluginArgs, SentryPluginState } from "./sentryPlugin";
export type SentryPlugin = import("./sentryPlugin").SentryPlugin;
export declare const SentryPlugin: typeof import("./sentryPlugin").SentryPlugin;
export { SentryProjectArgs, SentryProjectState } from "./sentryProject";
export type SentryProject = import("./sentryProject").SentryProject;
export declare const SentryProject: typeof import("./sentryProject").SentryProject;
export { SentryRuleArgs, SentryRuleState } from "./sentryRule";
export type SentryRule = import("./sentryRule").SentryRule;
export declare const SentryRule: typeof import("./sentryRule").SentryRule;
export { SentryTeamArgs, SentryTeamState } from "./sentryTeam";
export type SentryTeam = import("./sentryTeam").SentryTeam;
export declare const SentryTeam: typeof import("./sentryTeam").SentryTeam;
import * as config from "./config";
import * as types from "./types";
export { config, types, };