@sst-provider/incident-io 5.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/README.md +3 -0
  2. package/bin/alertAttribute.d.ts +96 -0
  3. package/bin/alertAttribute.js +63 -0
  4. package/bin/alertAttribute.js.map +1 -0
  5. package/bin/alertRoute.d.ts +146 -0
  6. package/bin/alertRoute.js +95 -0
  7. package/bin/alertRoute.js.map +1 -0
  8. package/bin/alertSource.d.ts +127 -0
  9. package/bin/alertSource.js +73 -0
  10. package/bin/alertSource.js.map +1 -0
  11. package/bin/catalogEntries.d.ts +86 -0
  12. package/bin/catalogEntries.js +59 -0
  13. package/bin/catalogEntries.js.map +1 -0
  14. package/bin/catalogEntry.d.ts +125 -0
  15. package/bin/catalogEntry.js +67 -0
  16. package/bin/catalogEntry.js.map +1 -0
  17. package/bin/catalogType.d.ts +108 -0
  18. package/bin/catalogType.js +65 -0
  19. package/bin/catalogType.js.map +1 -0
  20. package/bin/catalogTypeAttribute.d.ts +126 -0
  21. package/bin/catalogTypeAttribute.js +67 -0
  22. package/bin/catalogTypeAttribute.js.map +1 -0
  23. package/bin/config/index.d.ts +1 -0
  24. package/bin/config/index.js +21 -0
  25. package/bin/config/index.js.map +1 -0
  26. package/bin/config/vars.d.ts +8 -0
  27. package/bin/config/vars.js +19 -0
  28. package/bin/config/vars.js.map +1 -0
  29. package/bin/customField.d.ts +113 -0
  30. package/bin/customField.js +67 -0
  31. package/bin/customField.js.map +1 -0
  32. package/bin/customFieldOption.d.ts +72 -0
  33. package/bin/customFieldOption.js +59 -0
  34. package/bin/customFieldOption.js.map +1 -0
  35. package/bin/escalationPath.d.ts +104 -0
  36. package/bin/escalationPath.js +60 -0
  37. package/bin/escalationPath.js.map +1 -0
  38. package/bin/getAlertAttribute.d.ts +26 -0
  39. package/bin/getAlertAttribute.js +22 -0
  40. package/bin/getAlertAttribute.js.map +1 -0
  41. package/bin/getAlertSources.d.ts +27 -0
  42. package/bin/getAlertSources.js +24 -0
  43. package/bin/getAlertSources.js.map +1 -0
  44. package/bin/getCatalogEntries.d.ts +27 -0
  45. package/bin/getCatalogEntries.js +22 -0
  46. package/bin/getCatalogEntries.js.map +1 -0
  47. package/bin/getCatalogEntry.d.ts +31 -0
  48. package/bin/getCatalogEntry.js +24 -0
  49. package/bin/getCatalogEntry.js.map +1 -0
  50. package/bin/getCatalogType.d.ts +31 -0
  51. package/bin/getCatalogType.js +28 -0
  52. package/bin/getCatalogType.js.map +1 -0
  53. package/bin/getCatalogTypeAttribute.d.ts +30 -0
  54. package/bin/getCatalogTypeAttribute.js +24 -0
  55. package/bin/getCatalogTypeAttribute.js.map +1 -0
  56. package/bin/getCustomField.d.ts +29 -0
  57. package/bin/getCustomField.js +22 -0
  58. package/bin/getCustomField.js.map +1 -0
  59. package/bin/getCustomFieldOption.d.ts +28 -0
  60. package/bin/getCustomFieldOption.js +26 -0
  61. package/bin/getCustomFieldOption.js.map +1 -0
  62. package/bin/getEscalationPath.d.ts +29 -0
  63. package/bin/getEscalationPath.js +26 -0
  64. package/bin/getEscalationPath.js.map +1 -0
  65. package/bin/getIncidentRole.d.ts +25 -0
  66. package/bin/getIncidentRole.js +22 -0
  67. package/bin/getIncidentRole.js.map +1 -0
  68. package/bin/getIncidentTypes.d.ts +14 -0
  69. package/bin/getIncidentTypes.js +18 -0
  70. package/bin/getIncidentTypes.js.map +1 -0
  71. package/bin/getSchedule.d.ts +26 -0
  72. package/bin/getSchedule.js +26 -0
  73. package/bin/getSchedule.js.map +1 -0
  74. package/bin/getUser.d.ts +28 -0
  75. package/bin/getUser.js +28 -0
  76. package/bin/getUser.js.map +1 -0
  77. package/bin/incidentRole.d.ts +84 -0
  78. package/bin/incidentRole.js +64 -0
  79. package/bin/incidentRole.js.map +1 -0
  80. package/bin/index.d.ts +91 -0
  81. package/bin/index.js +166 -0
  82. package/bin/index.js.map +1 -0
  83. package/bin/maintenanceWindow.d.ts +206 -0
  84. package/bin/maintenanceWindow.js +87 -0
  85. package/bin/maintenanceWindow.js.map +1 -0
  86. package/bin/package.json +35 -0
  87. package/bin/provider.d.ts +59 -0
  88. package/bin/provider.js +57 -0
  89. package/bin/provider.js.map +1 -0
  90. package/bin/schedule.d.ts +71 -0
  91. package/bin/schedule.js +63 -0
  92. package/bin/schedule.js.map +1 -0
  93. package/bin/severity.d.ts +72 -0
  94. package/bin/severity.js +56 -0
  95. package/bin/severity.js.map +1 -0
  96. package/bin/status.d.ts +72 -0
  97. package/bin/status.js +59 -0
  98. package/bin/status.js.map +1 -0
  99. package/bin/types/index.d.ts +3 -0
  100. package/bin/types/index.js +11 -0
  101. package/bin/types/index.js.map +1 -0
  102. package/bin/types/input.d.ts +6516 -0
  103. package/bin/types/input.js +5 -0
  104. package/bin/types/input.js.map +1 -0
  105. package/bin/types/output.d.ts +11481 -0
  106. package/bin/types/output.js +5 -0
  107. package/bin/types/output.js.map +1 -0
  108. package/bin/utilities.d.ts +5 -0
  109. package/bin/utilities.js +129 -0
  110. package/bin/utilities.js.map +1 -0
  111. package/bin/workflow.d.ts +218 -0
  112. package/bin/workflow.js +107 -0
  113. package/bin/workflow.js.map +1 -0
  114. package/package.json +35 -0
@@ -0,0 +1,104 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare class EscalationPath extends pulumi.CustomResource {
5
+ /**
6
+ * Get an existing EscalationPath resource's state with the given name, ID, and optional extra
7
+ * properties used to qualify the lookup.
8
+ *
9
+ * @param name The _unique_ name of the resulting resource.
10
+ * @param id The _unique_ provider ID of the resource to lookup.
11
+ * @param state Any extra arguments used during the lookup.
12
+ * @param opts Optional settings to control the behavior of the CustomResource.
13
+ */
14
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: EscalationPathState, opts?: pulumi.CustomResourceOptions): EscalationPath;
15
+ /**
16
+ * Returns true if the given object is an instance of EscalationPath. This is designed to work even
17
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
18
+ */
19
+ static isInstance(obj: any): obj is EscalationPath;
20
+ /**
21
+ * The name of this escalation path, for the user's reference.
22
+ */
23
+ readonly name: pulumi.Output<string>;
24
+ /**
25
+ * The nodes that form the levels and branches of this escalation path.
26
+ *
27
+ * -->**Note** Although the <span pulumi-lang-nodejs="`ifElse`" pulumi-lang-dotnet="`IfElse`" pulumi-lang-go="`ifElse`" pulumi-lang-python="`if_else`" pulumi-lang-yaml="`ifElse`" pulumi-lang-java="`ifElse`">`if_else`</span> block is recursive, currently a maximum of 3 levels are supported. Attempting to configure more than 3 levels of nesting will result in a schema error.
28
+ */
29
+ readonly paths: pulumi.Output<outputs.EscalationPathPath[]>;
30
+ /**
31
+ * Controls if an escalation will repeat after acknowledgement, when the alert is unresolved. When configured, it will repeat after the specified delay.
32
+ */
33
+ readonly repeatConfig: pulumi.Output<outputs.EscalationPathRepeatConfig | undefined>;
34
+ /**
35
+ * IDs of the teams that own this escalation path. This will automatically sync escalation paths with the right teams in Catalog. If you have an escalation paths attribute on your Teams, this attribute is required.
36
+ */
37
+ readonly teamIds: pulumi.Output<string[] | undefined>;
38
+ /**
39
+ * The working hours for this escalation path.
40
+ */
41
+ readonly workingHours: pulumi.Output<outputs.EscalationPathWorkingHour[] | undefined>;
42
+ /**
43
+ * Create a EscalationPath resource with the given unique name, arguments, and options.
44
+ *
45
+ * @param name The _unique_ name of the resource.
46
+ * @param args The arguments to use to populate this resource's properties.
47
+ * @param opts A bag of options that control this resource's behavior.
48
+ */
49
+ constructor(name: string, args: EscalationPathArgs, opts?: pulumi.CustomResourceOptions);
50
+ }
51
+ /**
52
+ * Input properties used for looking up and filtering EscalationPath resources.
53
+ */
54
+ export interface EscalationPathState {
55
+ /**
56
+ * The name of this escalation path, for the user's reference.
57
+ */
58
+ name?: pulumi.Input<string>;
59
+ /**
60
+ * The nodes that form the levels and branches of this escalation path.
61
+ *
62
+ * -->**Note** Although the <span pulumi-lang-nodejs="`ifElse`" pulumi-lang-dotnet="`IfElse`" pulumi-lang-go="`ifElse`" pulumi-lang-python="`if_else`" pulumi-lang-yaml="`ifElse`" pulumi-lang-java="`ifElse`">`if_else`</span> block is recursive, currently a maximum of 3 levels are supported. Attempting to configure more than 3 levels of nesting will result in a schema error.
63
+ */
64
+ paths?: pulumi.Input<pulumi.Input<inputs.EscalationPathPath>[]>;
65
+ /**
66
+ * Controls if an escalation will repeat after acknowledgement, when the alert is unresolved. When configured, it will repeat after the specified delay.
67
+ */
68
+ repeatConfig?: pulumi.Input<inputs.EscalationPathRepeatConfig>;
69
+ /**
70
+ * IDs of the teams that own this escalation path. This will automatically sync escalation paths with the right teams in Catalog. If you have an escalation paths attribute on your Teams, this attribute is required.
71
+ */
72
+ teamIds?: pulumi.Input<pulumi.Input<string>[]>;
73
+ /**
74
+ * The working hours for this escalation path.
75
+ */
76
+ workingHours?: pulumi.Input<pulumi.Input<inputs.EscalationPathWorkingHour>[]>;
77
+ }
78
+ /**
79
+ * The set of arguments for constructing a EscalationPath resource.
80
+ */
81
+ export interface EscalationPathArgs {
82
+ /**
83
+ * The name of this escalation path, for the user's reference.
84
+ */
85
+ name?: pulumi.Input<string>;
86
+ /**
87
+ * The nodes that form the levels and branches of this escalation path.
88
+ *
89
+ * -->**Note** Although the <span pulumi-lang-nodejs="`ifElse`" pulumi-lang-dotnet="`IfElse`" pulumi-lang-go="`ifElse`" pulumi-lang-python="`if_else`" pulumi-lang-yaml="`ifElse`" pulumi-lang-java="`ifElse`">`if_else`</span> block is recursive, currently a maximum of 3 levels are supported. Attempting to configure more than 3 levels of nesting will result in a schema error.
90
+ */
91
+ paths: pulumi.Input<pulumi.Input<inputs.EscalationPathPath>[]>;
92
+ /**
93
+ * Controls if an escalation will repeat after acknowledgement, when the alert is unresolved. When configured, it will repeat after the specified delay.
94
+ */
95
+ repeatConfig?: pulumi.Input<inputs.EscalationPathRepeatConfig>;
96
+ /**
97
+ * IDs of the teams that own this escalation path. This will automatically sync escalation paths with the right teams in Catalog. If you have an escalation paths attribute on your Teams, this attribute is required.
98
+ */
99
+ teamIds?: pulumi.Input<pulumi.Input<string>[]>;
100
+ /**
101
+ * The working hours for this escalation path.
102
+ */
103
+ workingHours?: pulumi.Input<pulumi.Input<inputs.EscalationPathWorkingHour>[]>;
104
+ }
@@ -0,0 +1,60 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.EscalationPath = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ class EscalationPath extends pulumi.CustomResource {
9
+ /**
10
+ * Get an existing EscalationPath resource's state with the given name, ID, and optional extra
11
+ * properties used to qualify the lookup.
12
+ *
13
+ * @param name The _unique_ name of the resulting resource.
14
+ * @param id The _unique_ provider ID of the resource to lookup.
15
+ * @param state Any extra arguments used during the lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name, id, state, opts) {
19
+ return new EscalationPath(name, state, { ...opts, id: id });
20
+ }
21
+ /**
22
+ * Returns true if the given object is an instance of EscalationPath. This is designed to work even
23
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
24
+ */
25
+ static isInstance(obj) {
26
+ if (obj === undefined || obj === null) {
27
+ return false;
28
+ }
29
+ return obj['__pulumiType'] === EscalationPath.__pulumiType;
30
+ }
31
+ constructor(name, argsOrState, opts) {
32
+ let resourceInputs = {};
33
+ opts = opts || {};
34
+ if (opts.id) {
35
+ const state = argsOrState;
36
+ resourceInputs["name"] = state?.name;
37
+ resourceInputs["paths"] = state?.paths;
38
+ resourceInputs["repeatConfig"] = state?.repeatConfig;
39
+ resourceInputs["teamIds"] = state?.teamIds;
40
+ resourceInputs["workingHours"] = state?.workingHours;
41
+ }
42
+ else {
43
+ const args = argsOrState;
44
+ if (args?.paths === undefined && !opts.urn) {
45
+ throw new Error("Missing required property 'paths'");
46
+ }
47
+ resourceInputs["name"] = args?.name;
48
+ resourceInputs["paths"] = args?.paths;
49
+ resourceInputs["repeatConfig"] = args?.repeatConfig;
50
+ resourceInputs["teamIds"] = args?.teamIds;
51
+ resourceInputs["workingHours"] = args?.workingHours;
52
+ }
53
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
54
+ super(EscalationPath.__pulumiType, name, resourceInputs, opts, false /*dependency*/, utilities.getPackage());
55
+ }
56
+ }
57
+ exports.EscalationPath = EscalationPath;
58
+ /** @internal */
59
+ EscalationPath.__pulumiType = 'incident:index/escalationPath:EscalationPath';
60
+ //# sourceMappingURL=escalationPath.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"escalationPath.js","sourceRoot":"","sources":["../escalationPath.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,MAAa,cAAe,SAAQ,MAAM,CAAC,cAAc;IACrD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA2B,EAAE,IAAmC;QACzH,OAAO,IAAI,cAAc,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IACrE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,cAAc,CAAC,YAAY,CAAC;IAC/D,CAAC;IAiCD,YAAY,IAAY,EAAE,WAAsD,EAAE,IAAmC;QACjH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA8C,CAAC;YAC7D,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;YACrD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,EAAE,YAAY,CAAC;SACxD;aAAM;YACH,MAAM,IAAI,GAAG,WAA6C,CAAC;YAC3D,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;YACpD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,EAAE,YAAY,CAAC;SACvD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,cAAc,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;IACjH,CAAC;;AAlFL,wCAmFC;AArEG,gBAAgB;AACO,2BAAY,GAAG,8CAA8C,CAAC"}
@@ -0,0 +1,26 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getAlertAttribute(args: GetAlertAttributeArgs, opts?: pulumi.InvokeOptions): Promise<GetAlertAttributeResult>;
3
+ /**
4
+ * A collection of arguments for invoking getAlertAttribute.
5
+ */
6
+ export interface GetAlertAttributeArgs {
7
+ name: string;
8
+ }
9
+ /**
10
+ * A collection of values returned by getAlertAttribute.
11
+ */
12
+ export interface GetAlertAttributeResult {
13
+ readonly array: boolean;
14
+ readonly emoji: string;
15
+ readonly id: string;
16
+ readonly name: string;
17
+ readonly required: boolean;
18
+ readonly type: string;
19
+ }
20
+ export declare function getAlertAttributeOutput(args: GetAlertAttributeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlertAttributeResult>;
21
+ /**
22
+ * A collection of arguments for invoking getAlertAttribute.
23
+ */
24
+ export interface GetAlertAttributeOutputArgs {
25
+ name: pulumi.Input<string>;
26
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAlertAttributeOutput = exports.getAlertAttribute = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getAlertAttribute(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("incident:index/getAlertAttribute:getAlertAttribute", {
11
+ "name": args.name,
12
+ }, opts, utilities.getPackage());
13
+ }
14
+ exports.getAlertAttribute = getAlertAttribute;
15
+ function getAlertAttributeOutput(args, opts) {
16
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
17
+ return pulumi.runtime.invokeOutput("incident:index/getAlertAttribute:getAlertAttribute", {
18
+ "name": args.name,
19
+ }, opts, utilities.getPackage());
20
+ }
21
+ exports.getAlertAttributeOutput = getAlertAttributeOutput;
22
+ //# sourceMappingURL=getAlertAttribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAlertAttribute.js","sourceRoot":"","sources":["../getAlertAttribute.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,8CAKC;AAoBD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,0DAKC"}
@@ -0,0 +1,27 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getAlertSources(args?: GetAlertSourcesArgs, opts?: pulumi.InvokeOptions): Promise<GetAlertSourcesResult>;
4
+ /**
5
+ * A collection of arguments for invoking getAlertSources.
6
+ */
7
+ export interface GetAlertSourcesArgs {
8
+ sourceType?: string;
9
+ }
10
+ /**
11
+ * A collection of values returned by getAlertSources.
12
+ */
13
+ export interface GetAlertSourcesResult {
14
+ readonly alertSources: outputs.GetAlertSourcesAlertSource[];
15
+ /**
16
+ * The provider-assigned unique ID for this managed resource.
17
+ */
18
+ readonly id: string;
19
+ readonly sourceType?: string;
20
+ }
21
+ export declare function getAlertSourcesOutput(args?: GetAlertSourcesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAlertSourcesResult>;
22
+ /**
23
+ * A collection of arguments for invoking getAlertSources.
24
+ */
25
+ export interface GetAlertSourcesOutputArgs {
26
+ sourceType?: pulumi.Input<string>;
27
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAlertSourcesOutput = exports.getAlertSources = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getAlertSources(args, opts) {
9
+ args = args || {};
10
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
+ return pulumi.runtime.invoke("incident:index/getAlertSources:getAlertSources", {
12
+ "sourceType": args.sourceType,
13
+ }, opts, utilities.getPackage());
14
+ }
15
+ exports.getAlertSources = getAlertSources;
16
+ function getAlertSourcesOutput(args, opts) {
17
+ args = args || {};
18
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
+ return pulumi.runtime.invokeOutput("incident:index/getAlertSources:getAlertSources", {
20
+ "sourceType": args.sourceType,
21
+ }, opts, utilities.getPackage());
22
+ }
23
+ exports.getAlertSourcesOutput = getAlertSourcesOutput;
24
+ //# sourceMappingURL=getAlertSources.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAlertSources.js","sourceRoot":"","sources":["../getAlertSources.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAA0B,EAAE,IAA2B;IACnF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,0CAMC;AAoBD,SAAgB,qBAAqB,CAAC,IAAgC,EAAE,IAAiC;IACrG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,sDAMC"}
@@ -0,0 +1,27 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getCatalogEntries(args: GetCatalogEntriesArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogEntriesResult>;
4
+ /**
5
+ * A collection of arguments for invoking getCatalogEntries.
6
+ */
7
+ export interface GetCatalogEntriesArgs {
8
+ catalogTypeId: string;
9
+ }
10
+ /**
11
+ * A collection of values returned by getCatalogEntries.
12
+ */
13
+ export interface GetCatalogEntriesResult {
14
+ readonly catalogEntries: outputs.GetCatalogEntriesCatalogEntry[];
15
+ readonly catalogTypeId: string;
16
+ /**
17
+ * The provider-assigned unique ID for this managed resource.
18
+ */
19
+ readonly id: string;
20
+ }
21
+ export declare function getCatalogEntriesOutput(args: GetCatalogEntriesOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogEntriesResult>;
22
+ /**
23
+ * A collection of arguments for invoking getCatalogEntries.
24
+ */
25
+ export interface GetCatalogEntriesOutputArgs {
26
+ catalogTypeId: pulumi.Input<string>;
27
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCatalogEntriesOutput = exports.getCatalogEntries = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCatalogEntries(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("incident:index/getCatalogEntries:getCatalogEntries", {
11
+ "catalogTypeId": args.catalogTypeId,
12
+ }, opts, utilities.getPackage());
13
+ }
14
+ exports.getCatalogEntries = getCatalogEntries;
15
+ function getCatalogEntriesOutput(args, opts) {
16
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
17
+ return pulumi.runtime.invokeOutput("incident:index/getCatalogEntries:getCatalogEntries", {
18
+ "catalogTypeId": args.catalogTypeId,
19
+ }, opts, utilities.getPackage());
20
+ }
21
+ exports.getCatalogEntriesOutput = getCatalogEntriesOutput;
22
+ //# sourceMappingURL=getCatalogEntries.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCatalogEntries.js","sourceRoot":"","sources":["../getCatalogEntries.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,oDAAoD,EAAE;QAC/E,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,8CAKC;AAoBD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAAiC;IACxG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,oDAAoD,EAAE;QACrF,eAAe,EAAE,IAAI,CAAC,aAAa;KACtC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,0DAKC"}
@@ -0,0 +1,31 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getCatalogEntry(args: GetCatalogEntryArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogEntryResult>;
4
+ /**
5
+ * A collection of arguments for invoking getCatalogEntry.
6
+ */
7
+ export interface GetCatalogEntryArgs {
8
+ catalogTypeId: string;
9
+ identifier: string;
10
+ }
11
+ /**
12
+ * A collection of values returned by getCatalogEntry.
13
+ */
14
+ export interface GetCatalogEntryResult {
15
+ readonly aliases: string[];
16
+ readonly attributeValues: outputs.GetCatalogEntryAttributeValue[];
17
+ readonly catalogTypeId: string;
18
+ readonly externalId: string;
19
+ readonly id: string;
20
+ readonly identifier: string;
21
+ readonly name: string;
22
+ readonly rank: number;
23
+ }
24
+ export declare function getCatalogEntryOutput(args: GetCatalogEntryOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogEntryResult>;
25
+ /**
26
+ * A collection of arguments for invoking getCatalogEntry.
27
+ */
28
+ export interface GetCatalogEntryOutputArgs {
29
+ catalogTypeId: pulumi.Input<string>;
30
+ identifier: pulumi.Input<string>;
31
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCatalogEntryOutput = exports.getCatalogEntry = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCatalogEntry(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("incident:index/getCatalogEntry:getCatalogEntry", {
11
+ "catalogTypeId": args.catalogTypeId,
12
+ "identifier": args.identifier,
13
+ }, opts, utilities.getPackage());
14
+ }
15
+ exports.getCatalogEntry = getCatalogEntry;
16
+ function getCatalogEntryOutput(args, opts) {
17
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
+ return pulumi.runtime.invokeOutput("incident:index/getCatalogEntry:getCatalogEntry", {
19
+ "catalogTypeId": args.catalogTypeId,
20
+ "identifier": args.identifier,
21
+ }, opts, utilities.getPackage());
22
+ }
23
+ exports.getCatalogEntryOutput = getCatalogEntryOutput;
24
+ //# sourceMappingURL=getCatalogEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCatalogEntry.js","sourceRoot":"","sources":["../getCatalogEntry.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gDAAgD,EAAE;QAC3E,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,0CAMC;AAuBD,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAAiC;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gDAAgD,EAAE;QACjF,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,sDAMC"}
@@ -0,0 +1,31 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getCatalogType(args?: GetCatalogTypeArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogTypeResult>;
3
+ /**
4
+ * A collection of arguments for invoking getCatalogType.
5
+ */
6
+ export interface GetCatalogTypeArgs {
7
+ categories?: string[];
8
+ name?: string;
9
+ typeName?: string;
10
+ }
11
+ /**
12
+ * A collection of values returned by getCatalogType.
13
+ */
14
+ export interface GetCatalogTypeResult {
15
+ readonly categories?: string[];
16
+ readonly description: string;
17
+ readonly id: string;
18
+ readonly name: string;
19
+ readonly sourceRepoUrl: string;
20
+ readonly typeName: string;
21
+ readonly useNameAsIdentifier: boolean;
22
+ }
23
+ export declare function getCatalogTypeOutput(args?: GetCatalogTypeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogTypeResult>;
24
+ /**
25
+ * A collection of arguments for invoking getCatalogType.
26
+ */
27
+ export interface GetCatalogTypeOutputArgs {
28
+ categories?: pulumi.Input<pulumi.Input<string>[]>;
29
+ name?: pulumi.Input<string>;
30
+ typeName?: pulumi.Input<string>;
31
+ }
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCatalogTypeOutput = exports.getCatalogType = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCatalogType(args, opts) {
9
+ args = args || {};
10
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
11
+ return pulumi.runtime.invoke("incident:index/getCatalogType:getCatalogType", {
12
+ "categories": args.categories,
13
+ "name": args.name,
14
+ "typeName": args.typeName,
15
+ }, opts, utilities.getPackage());
16
+ }
17
+ exports.getCatalogType = getCatalogType;
18
+ function getCatalogTypeOutput(args, opts) {
19
+ args = args || {};
20
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
21
+ return pulumi.runtime.invokeOutput("incident:index/getCatalogType:getCatalogType", {
22
+ "categories": args.categories,
23
+ "name": args.name,
24
+ "typeName": args.typeName,
25
+ }, opts, utilities.getPackage());
26
+ }
27
+ exports.getCatalogTypeOutput = getCatalogTypeOutput;
28
+ //# sourceMappingURL=getCatalogType.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCatalogType.js","sourceRoot":"","sources":["../getCatalogType.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAyB,EAAE,IAA2B;IACjF,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AARD,wCAQC;AAuBD,SAAgB,oBAAoB,CAAC,IAA+B,EAAE,IAAiC;IACnG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AARD,oDAQC"}
@@ -0,0 +1,30 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getCatalogTypeAttribute(args: GetCatalogTypeAttributeArgs, opts?: pulumi.InvokeOptions): Promise<GetCatalogTypeAttributeResult>;
3
+ /**
4
+ * A collection of arguments for invoking getCatalogTypeAttribute.
5
+ */
6
+ export interface GetCatalogTypeAttributeArgs {
7
+ catalogTypeId: string;
8
+ name: string;
9
+ }
10
+ /**
11
+ * A collection of values returned by getCatalogTypeAttribute.
12
+ */
13
+ export interface GetCatalogTypeAttributeResult {
14
+ readonly array: boolean;
15
+ readonly backlinkAttribute: string;
16
+ readonly catalogTypeId: string;
17
+ readonly id: string;
18
+ readonly name: string;
19
+ readonly paths: string[];
20
+ readonly schemaOnly: boolean;
21
+ readonly type: string;
22
+ }
23
+ export declare function getCatalogTypeAttributeOutput(args: GetCatalogTypeAttributeOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCatalogTypeAttributeResult>;
24
+ /**
25
+ * A collection of arguments for invoking getCatalogTypeAttribute.
26
+ */
27
+ export interface GetCatalogTypeAttributeOutputArgs {
28
+ catalogTypeId: pulumi.Input<string>;
29
+ name: pulumi.Input<string>;
30
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCatalogTypeAttributeOutput = exports.getCatalogTypeAttribute = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCatalogTypeAttribute(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("incident:index/getCatalogTypeAttribute:getCatalogTypeAttribute", {
11
+ "catalogTypeId": args.catalogTypeId,
12
+ "name": args.name,
13
+ }, opts, utilities.getPackage());
14
+ }
15
+ exports.getCatalogTypeAttribute = getCatalogTypeAttribute;
16
+ function getCatalogTypeAttributeOutput(args, opts) {
17
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
+ return pulumi.runtime.invokeOutput("incident:index/getCatalogTypeAttribute:getCatalogTypeAttribute", {
19
+ "catalogTypeId": args.catalogTypeId,
20
+ "name": args.name,
21
+ }, opts, utilities.getPackage());
22
+ }
23
+ exports.getCatalogTypeAttributeOutput = getCatalogTypeAttributeOutput;
24
+ //# sourceMappingURL=getCatalogTypeAttribute.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCatalogTypeAttribute.js","sourceRoot":"","sources":["../getCatalogTypeAttribute.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gEAAgE,EAAE;QAC3F,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,0DAMC;AAuBD,SAAgB,6BAA6B,CAAC,IAAuC,EAAE,IAAiC;IACpH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,gEAAgE,EAAE;QACjG,eAAe,EAAE,IAAI,CAAC,aAAa;QACnC,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AAND,sEAMC"}
@@ -0,0 +1,29 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "./types/output";
3
+ export declare function getCustomField(args: GetCustomFieldArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomFieldResult>;
4
+ /**
5
+ * A collection of arguments for invoking getCustomField.
6
+ */
7
+ export interface GetCustomFieldArgs {
8
+ name: string;
9
+ }
10
+ /**
11
+ * A collection of values returned by getCustomField.
12
+ */
13
+ export interface GetCustomFieldResult {
14
+ readonly catalogTypeId: string;
15
+ readonly description: string;
16
+ readonly fieldType: string;
17
+ readonly filterBy: outputs.GetCustomFieldFilterBy;
18
+ readonly groupByCatalogAttributeId: string;
19
+ readonly helptextCatalogAttributeId: string;
20
+ readonly id: string;
21
+ readonly name: string;
22
+ }
23
+ export declare function getCustomFieldOutput(args: GetCustomFieldOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCustomFieldResult>;
24
+ /**
25
+ * A collection of arguments for invoking getCustomField.
26
+ */
27
+ export interface GetCustomFieldOutputArgs {
28
+ name: pulumi.Input<string>;
29
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCustomFieldOutput = exports.getCustomField = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCustomField(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("incident:index/getCustomField:getCustomField", {
11
+ "name": args.name,
12
+ }, opts, utilities.getPackage());
13
+ }
14
+ exports.getCustomField = getCustomField;
15
+ function getCustomFieldOutput(args, opts) {
16
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
17
+ return pulumi.runtime.invokeOutput("incident:index/getCustomField:getCustomField", {
18
+ "name": args.name,
19
+ }, opts, utilities.getPackage());
20
+ }
21
+ exports.getCustomFieldOutput = getCustomFieldOutput;
22
+ //# sourceMappingURL=getCustomField.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCustomField.js","sourceRoot":"","sources":["../getCustomField.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8CAA8C,EAAE;QACzE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,wCAKC;AAsBD,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8CAA8C,EAAE;QAC/E,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,EAAE,SAAS,CAAC,UAAU,EAAE,CAAC,CAAC;AACrC,CAAC;AALD,oDAKC"}
@@ -0,0 +1,28 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ export declare function getCustomFieldOption(args: GetCustomFieldOptionArgs, opts?: pulumi.InvokeOptions): Promise<GetCustomFieldOptionResult>;
3
+ /**
4
+ * A collection of arguments for invoking getCustomFieldOption.
5
+ */
6
+ export interface GetCustomFieldOptionArgs {
7
+ customFieldId: string;
8
+ sortKey?: number;
9
+ value: string;
10
+ }
11
+ /**
12
+ * A collection of values returned by getCustomFieldOption.
13
+ */
14
+ export interface GetCustomFieldOptionResult {
15
+ readonly customFieldId: string;
16
+ readonly id: string;
17
+ readonly sortKey?: number;
18
+ readonly value: string;
19
+ }
20
+ export declare function getCustomFieldOptionOutput(args: GetCustomFieldOptionOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetCustomFieldOptionResult>;
21
+ /**
22
+ * A collection of arguments for invoking getCustomFieldOption.
23
+ */
24
+ export interface GetCustomFieldOptionOutputArgs {
25
+ customFieldId: pulumi.Input<string>;
26
+ sortKey?: pulumi.Input<number>;
27
+ value: pulumi.Input<string>;
28
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCustomFieldOptionOutput = exports.getCustomFieldOption = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getCustomFieldOption(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("incident:index/getCustomFieldOption:getCustomFieldOption", {
11
+ "customFieldId": args.customFieldId,
12
+ "sortKey": args.sortKey,
13
+ "value": args.value,
14
+ }, opts, utilities.getPackage());
15
+ }
16
+ exports.getCustomFieldOption = getCustomFieldOption;
17
+ function getCustomFieldOptionOutput(args, opts) {
18
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
19
+ return pulumi.runtime.invokeOutput("incident:index/getCustomFieldOption:getCustomFieldOption", {
20
+ "customFieldId": args.customFieldId,
21
+ "sortKey": args.sortKey,
22
+ "value": args.value,
23
+ }, opts, utilities.getPackage());
24
+ }
25
+ exports.getCustomFieldOptionOutput = getCustomFieldOptionOutput;
26
+ //# sourceMappingURL=getCustomFieldOption.js.map