@pulumi/wavefront 3.2.0-alpha.1723454409 → 3.2.0-alpha.1723820188
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/getDashboard.d.ts +1 -1
- package/package.json +2 -2
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +4 -4
package/getDashboard.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export interface GetDashboardResult {
|
|
|
82
82
|
*/
|
|
83
83
|
readonly parameterDetails: outputs.GetDashboardParameterDetail[];
|
|
84
84
|
readonly parameters: {
|
|
85
|
-
[key: string]:
|
|
85
|
+
[key: string]: string;
|
|
86
86
|
};
|
|
87
87
|
readonly sections: outputs.GetDashboardSection[];
|
|
88
88
|
readonly systemOwned: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/wavefront",
|
|
3
|
-
"version": "3.2.0-alpha.
|
|
3
|
+
"version": "3.2.0-alpha.1723820188",
|
|
4
4
|
"description": "A Pulumi package for creating and managing wavefront cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"pulumi": {
|
|
24
24
|
"resource": true,
|
|
25
25
|
"name": "wavefront",
|
|
26
|
-
"version": "3.2.0-alpha.
|
|
26
|
+
"version": "3.2.0-alpha.1723820188"
|
|
27
27
|
}
|
|
28
28
|
}
|
package/types/input.d.ts
CHANGED
package/types/output.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export interface AlertAlertTriageDashboard {
|
|
|
12
12
|
}
|
|
13
13
|
export interface AlertAlertTriageDashboardParameters {
|
|
14
14
|
constants?: {
|
|
15
|
-
[key: string]:
|
|
15
|
+
[key: string]: string;
|
|
16
16
|
};
|
|
17
17
|
}
|
|
18
18
|
export interface AlertTargetRoute {
|
|
@@ -432,7 +432,7 @@ export interface GetAlertAlertTriageDashboard {
|
|
|
432
432
|
}
|
|
433
433
|
export interface GetAlertAlertTriageDashboardParameters {
|
|
434
434
|
constants?: {
|
|
435
|
-
[key: string]:
|
|
435
|
+
[key: string]: string;
|
|
436
436
|
};
|
|
437
437
|
}
|
|
438
438
|
export interface GetAlertFailingHostLabelPair {
|
|
@@ -559,7 +559,7 @@ export interface GetAlertsAlertAlertTriageDashboard {
|
|
|
559
559
|
}
|
|
560
560
|
export interface GetAlertsAlertAlertTriageDashboardParameters {
|
|
561
561
|
constants?: {
|
|
562
|
-
[key: string]:
|
|
562
|
+
[key: string]: string;
|
|
563
563
|
};
|
|
564
564
|
}
|
|
565
565
|
export interface GetAlertsAlertFailingHostLabelPair {
|
|
@@ -947,7 +947,7 @@ export interface GetDashboardsDashboard {
|
|
|
947
947
|
*/
|
|
948
948
|
parameterDetails: outputs.GetDashboardsDashboardParameterDetail[];
|
|
949
949
|
parameters: {
|
|
950
|
-
[key: string]:
|
|
950
|
+
[key: string]: string;
|
|
951
951
|
};
|
|
952
952
|
sections: outputs.GetDashboardsDashboardSection[];
|
|
953
953
|
systemOwned: boolean;
|