@pulumi/opsgenie 1.3.0 → 1.4.0-alpha.1696574036
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/package.json +1 -1
- package/types/input.d.ts +5 -8
- package/types/output.d.ts +5 -8
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -549,7 +549,7 @@ export interface MaintenanceRuleEntity {
|
|
|
549
549
|
*/
|
|
550
550
|
id?: pulumi.Input<string>;
|
|
551
551
|
/**
|
|
552
|
-
*
|
|
552
|
+
* The type of the entity that maintenance will be applied. It can be either integration or policy.
|
|
553
553
|
*/
|
|
554
554
|
type?: pulumi.Input<string>;
|
|
555
555
|
}
|
|
@@ -563,7 +563,7 @@ export interface MaintenanceTime {
|
|
|
563
563
|
*/
|
|
564
564
|
startDate?: pulumi.Input<string>;
|
|
565
565
|
/**
|
|
566
|
-
*
|
|
566
|
+
* The type of the entity that maintenance will be applied. It can be either integration or policy.
|
|
567
567
|
*/
|
|
568
568
|
type: pulumi.Input<string>;
|
|
569
569
|
}
|
|
@@ -1031,19 +1031,16 @@ export interface TeamRoutingRuleCriteriaCondition {
|
|
|
1031
1031
|
order?: pulumi.Input<number>;
|
|
1032
1032
|
}
|
|
1033
1033
|
export interface TeamRoutingRuleNotify {
|
|
1034
|
-
/**
|
|
1035
|
-
* The ID of the Opsgenie Team Routing Rule.
|
|
1036
|
-
*/
|
|
1037
1034
|
id?: pulumi.Input<string>;
|
|
1038
|
-
/**
|
|
1039
|
-
* Name of the team routing rule
|
|
1040
|
-
*/
|
|
1041
1035
|
name?: pulumi.Input<string>;
|
|
1042
1036
|
type: pulumi.Input<string>;
|
|
1043
1037
|
}
|
|
1044
1038
|
export interface TeamRoutingRuleTimeRestriction {
|
|
1045
1039
|
restriction?: pulumi.Input<pulumi.Input<inputs.TeamRoutingRuleTimeRestrictionRestriction>[]>;
|
|
1046
1040
|
restrictionList?: pulumi.Input<pulumi.Input<inputs.TeamRoutingRuleTimeRestrictionRestrictionList>[]>;
|
|
1041
|
+
/**
|
|
1042
|
+
* Type of the operation will be applied on conditions. Should be one of `match-all`, `match-any-condition` or `match-all-conditions`.
|
|
1043
|
+
*/
|
|
1047
1044
|
type: pulumi.Input<string>;
|
|
1048
1045
|
}
|
|
1049
1046
|
export interface TeamRoutingRuleTimeRestrictionRestriction {
|
package/types/output.d.ts
CHANGED
|
@@ -522,7 +522,7 @@ export interface MaintenanceRuleEntity {
|
|
|
522
522
|
*/
|
|
523
523
|
id?: string;
|
|
524
524
|
/**
|
|
525
|
-
*
|
|
525
|
+
* The type of the entity that maintenance will be applied. It can be either integration or policy.
|
|
526
526
|
*/
|
|
527
527
|
type?: string;
|
|
528
528
|
}
|
|
@@ -536,7 +536,7 @@ export interface MaintenanceTime {
|
|
|
536
536
|
*/
|
|
537
537
|
startDate?: string;
|
|
538
538
|
/**
|
|
539
|
-
*
|
|
539
|
+
* The type of the entity that maintenance will be applied. It can be either integration or policy.
|
|
540
540
|
*/
|
|
541
541
|
type: string;
|
|
542
542
|
}
|
|
@@ -1004,19 +1004,16 @@ export interface TeamRoutingRuleCriteriaCondition {
|
|
|
1004
1004
|
order?: number;
|
|
1005
1005
|
}
|
|
1006
1006
|
export interface TeamRoutingRuleNotify {
|
|
1007
|
-
/**
|
|
1008
|
-
* The ID of the Opsgenie Team Routing Rule.
|
|
1009
|
-
*/
|
|
1010
1007
|
id: string;
|
|
1011
|
-
/**
|
|
1012
|
-
* Name of the team routing rule
|
|
1013
|
-
*/
|
|
1014
1008
|
name: string;
|
|
1015
1009
|
type: string;
|
|
1016
1010
|
}
|
|
1017
1011
|
export interface TeamRoutingRuleTimeRestriction {
|
|
1018
1012
|
restriction?: outputs.TeamRoutingRuleTimeRestrictionRestriction[];
|
|
1019
1013
|
restrictionList?: outputs.TeamRoutingRuleTimeRestrictionRestrictionList[];
|
|
1014
|
+
/**
|
|
1015
|
+
* Type of the operation will be applied on conditions. Should be one of `match-all`, `match-any-condition` or `match-all-conditions`.
|
|
1016
|
+
*/
|
|
1020
1017
|
type: string;
|
|
1021
1018
|
}
|
|
1022
1019
|
export interface TeamRoutingRuleTimeRestrictionRestriction {
|