@pulumi/signalfx 7.0.0 → 7.0.2
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.
- package/alertMutingRule.d.ts +37 -19
- package/alertMutingRule.js +22 -4
- package/alertMutingRule.js.map +1 -1
- package/aws/externalIntegration.d.ts +23 -11
- package/aws/externalIntegration.js +16 -4
- package/aws/externalIntegration.js.map +1 -1
- package/aws/integration.d.ts +141 -72
- package/aws/integration.js +41 -4
- package/aws/integration.js.map +1 -1
- package/aws/tokenIntegration.d.ts +18 -7
- package/aws/tokenIntegration.js +13 -2
- package/aws/tokenIntegration.js.map +1 -1
- package/azure/integration.d.ts +101 -45
- package/azure/integration.js +29 -3
- package/azure/integration.js.map +1 -1
- package/config/vars.d.ts +3 -3
- package/dashboard.d.ts +62 -62
- package/dashboardGroup.d.ts +62 -27
- package/dashboardGroup.js +41 -6
- package/dashboardGroup.js.map +1 -1
- package/dataLink.d.ts +52 -18
- package/dataLink.js +31 -3
- package/dataLink.js.map +1 -1
- package/detector.d.ts +133 -70
- package/detector.js +70 -15
- package/detector.js.map +1 -1
- package/eventFeedChart.d.ts +38 -20
- package/eventFeedChart.js +18 -0
- package/eventFeedChart.js.map +1 -1
- package/gcp/integration.d.ts +66 -35
- package/gcp/integration.js +24 -5
- package/gcp/integration.js.map +1 -1
- package/getDimensionValues.d.ts +18 -2
- package/getDimensionValues.js +18 -2
- package/getDimensionValues.js.map +1 -1
- package/heatmapChart.d.ts +80 -46
- package/heatmapChart.js +36 -2
- package/heatmapChart.js.map +1 -1
- package/jira/integration.d.ts +51 -24
- package/jira/integration.js +24 -3
- package/jira/integration.js.map +1 -1
- package/listChart.d.ts +111 -64
- package/listChart.js +46 -2
- package/listChart.js.map +1 -1
- package/log/timeline.d.ts +44 -24
- package/log/timeline.js +21 -1
- package/log/timeline.js.map +1 -1
- package/log/view.d.ts +54 -31
- package/log/view.js +25 -2
- package/log/view.js.map +1 -1
- package/metricRuleset.d.ts +33 -11
- package/metricRuleset.js +24 -2
- package/metricRuleset.js.map +1 -1
- package/opsgenie/integration.d.ts +28 -15
- package/opsgenie/integration.js +16 -3
- package/opsgenie/integration.js.map +1 -1
- package/orgToken.d.ts +50 -39
- package/orgToken.js +32 -3
- package/orgToken.js.map +1 -1
- package/package.json +2 -3
- package/package.json.bak +1 -2
- package/pagerduty/getIntegration.d.ts +22 -14
- package/pagerduty/getIntegration.js +22 -2
- package/pagerduty/getIntegration.js.map +1 -1
- package/pagerduty/integration.d.ts +23 -12
- package/pagerduty/integration.js +14 -3
- package/pagerduty/integration.js.map +1 -1
- package/provider.d.ts +6 -6
- package/servicenow/integration.d.ts +46 -17
- package/servicenow/integration.js +19 -2
- package/servicenow/integration.js.map +1 -1
- package/singleValueChart.d.ts +74 -39
- package/singleValueChart.js +36 -1
- package/singleValueChart.js.map +1 -1
- package/slack/integration.d.ts +24 -12
- package/slack/integration.js +15 -3
- package/slack/integration.js.map +1 -1
- package/tableChart.d.ts +32 -16
- package/tableChart.js +18 -2
- package/tableChart.js.map +1 -1
- package/team.d.ts +54 -33
- package/team.js +25 -4
- package/team.js.map +1 -1
- package/textChart.d.ts +27 -12
- package/textChart.js +16 -1
- package/textChart.js.map +1 -1
- package/timeChart.d.ts +148 -94
- package/timeChart.js +68 -2
- package/timeChart.js.map +1 -1
- package/types/input.d.ts +0 -577
- package/types/output.d.ts +0 -577
- package/utilities.d.ts +4 -0
- package/utilities.js +33 -1
- package/utilities.js.map +1 -1
- package/victorops/integration.d.ts +24 -12
- package/victorops/integration.js +15 -3
- package/victorops/integration.js.map +1 -1
- package/webhookIntegration.d.ts +31 -15
- package/webhookIntegration.js +19 -3
- package/webhookIntegration.js.map +1 -1
- package/scripts/install-pulumi-plugin.js +0 -21
package/textChart.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* This special type of chart doesn’t display any metric data. Rather, it lets you place a text note on the dashboard.
|
|
4
4
|
*
|
|
5
|
-
* ## Example
|
|
5
|
+
* ## Example
|
|
6
6
|
*
|
|
7
7
|
* ```typescript
|
|
8
8
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -30,6 +30,21 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
30
30
|
* `,
|
|
31
31
|
* });
|
|
32
32
|
* ```
|
|
33
|
+
*
|
|
34
|
+
* ## Arguments
|
|
35
|
+
*
|
|
36
|
+
* The following arguments are supported in the resource block:
|
|
37
|
+
*
|
|
38
|
+
* * `name` - (Required) Name of the text note.
|
|
39
|
+
* * `markdown` - (Required) Markdown text to display.
|
|
40
|
+
* * `description` - (Optional) Description of the text note.
|
|
41
|
+
*
|
|
42
|
+
* ## Attributes
|
|
43
|
+
*
|
|
44
|
+
* In a addition to all arguments above, the following attributes are exported:
|
|
45
|
+
*
|
|
46
|
+
* * `id` - The ID of the chart.
|
|
47
|
+
* * `url` - The URL of the chart.
|
|
33
48
|
*/
|
|
34
49
|
export declare class TextChart extends pulumi.CustomResource {
|
|
35
50
|
/**
|
|
@@ -48,19 +63,19 @@ export declare class TextChart extends pulumi.CustomResource {
|
|
|
48
63
|
*/
|
|
49
64
|
static isInstance(obj: any): obj is TextChart;
|
|
50
65
|
/**
|
|
51
|
-
* Description of the
|
|
66
|
+
* Description of the chart (Optional)
|
|
52
67
|
*/
|
|
53
68
|
readonly description: pulumi.Output<string | undefined>;
|
|
54
69
|
/**
|
|
55
|
-
* Markdown text to display.
|
|
70
|
+
* Markdown text to display. More info at: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
|
56
71
|
*/
|
|
57
72
|
readonly markdown: pulumi.Output<string>;
|
|
58
73
|
/**
|
|
59
|
-
* Name of the
|
|
74
|
+
* Name of the chart
|
|
60
75
|
*/
|
|
61
76
|
readonly name: pulumi.Output<string>;
|
|
62
77
|
/**
|
|
63
|
-
*
|
|
78
|
+
* URL of the chart
|
|
64
79
|
*/
|
|
65
80
|
readonly url: pulumi.Output<string>;
|
|
66
81
|
/**
|
|
@@ -77,19 +92,19 @@ export declare class TextChart extends pulumi.CustomResource {
|
|
|
77
92
|
*/
|
|
78
93
|
export interface TextChartState {
|
|
79
94
|
/**
|
|
80
|
-
* Description of the
|
|
95
|
+
* Description of the chart (Optional)
|
|
81
96
|
*/
|
|
82
97
|
description?: pulumi.Input<string>;
|
|
83
98
|
/**
|
|
84
|
-
* Markdown text to display.
|
|
99
|
+
* Markdown text to display. More info at: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
|
85
100
|
*/
|
|
86
101
|
markdown?: pulumi.Input<string>;
|
|
87
102
|
/**
|
|
88
|
-
* Name of the
|
|
103
|
+
* Name of the chart
|
|
89
104
|
*/
|
|
90
105
|
name?: pulumi.Input<string>;
|
|
91
106
|
/**
|
|
92
|
-
*
|
|
107
|
+
* URL of the chart
|
|
93
108
|
*/
|
|
94
109
|
url?: pulumi.Input<string>;
|
|
95
110
|
}
|
|
@@ -98,15 +113,15 @@ export interface TextChartState {
|
|
|
98
113
|
*/
|
|
99
114
|
export interface TextChartArgs {
|
|
100
115
|
/**
|
|
101
|
-
* Description of the
|
|
116
|
+
* Description of the chart (Optional)
|
|
102
117
|
*/
|
|
103
118
|
description?: pulumi.Input<string>;
|
|
104
119
|
/**
|
|
105
|
-
* Markdown text to display.
|
|
120
|
+
* Markdown text to display. More info at: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
|
106
121
|
*/
|
|
107
122
|
markdown: pulumi.Input<string>;
|
|
108
123
|
/**
|
|
109
|
-
* Name of the
|
|
124
|
+
* Name of the chart
|
|
110
125
|
*/
|
|
111
126
|
name?: pulumi.Input<string>;
|
|
112
127
|
}
|
package/textChart.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* This special type of chart doesn’t display any metric data. Rather, it lets you place a text note on the dashboard.
|
|
10
10
|
*
|
|
11
|
-
* ## Example
|
|
11
|
+
* ## Example
|
|
12
12
|
*
|
|
13
13
|
* ```typescript
|
|
14
14
|
* import * as pulumi from "@pulumi/pulumi";
|
|
@@ -36,6 +36,21 @@ const utilities = require("./utilities");
|
|
|
36
36
|
* `,
|
|
37
37
|
* });
|
|
38
38
|
* ```
|
|
39
|
+
*
|
|
40
|
+
* ## Arguments
|
|
41
|
+
*
|
|
42
|
+
* The following arguments are supported in the resource block:
|
|
43
|
+
*
|
|
44
|
+
* * `name` - (Required) Name of the text note.
|
|
45
|
+
* * `markdown` - (Required) Markdown text to display.
|
|
46
|
+
* * `description` - (Optional) Description of the text note.
|
|
47
|
+
*
|
|
48
|
+
* ## Attributes
|
|
49
|
+
*
|
|
50
|
+
* In a addition to all arguments above, the following attributes are exported:
|
|
51
|
+
*
|
|
52
|
+
* * `id` - The ID of the chart.
|
|
53
|
+
* * `url` - The URL of the chart.
|
|
39
54
|
*/
|
|
40
55
|
class TextChart extends pulumi.CustomResource {
|
|
41
56
|
/**
|
package/textChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"textChart.js","sourceRoot":"","sources":["../textChart.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"textChart.js","sourceRoot":"","sources":["../textChart.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,MAAa,SAAU,SAAQ,MAAM,CAAC,cAAc;IAChD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsB,EAAE,IAAmC;QACpH,OAAO,IAAI,SAAS,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChE,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,SAAS,CAAC,YAAY,CAAC;IAC1D,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA4C,EAAE,IAAmC;QACvG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyC,CAAC;YACxD,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;aAAM;YACH,MAAM,IAAI,GAAG,WAAwC,CAAC;YACtD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACrD,MAAM,IAAI,KAAK,CAAC,sCAAsC,CAAC,CAAC;aAC3D;YACD,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,KAAK,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC7C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,SAAS,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9D,CAAC;;AA1EL,8BA2EC;AA7DG,gBAAgB;AACO,sBAAY,GAAG,oCAAoC,CAAC"}
|