@pulumi/opsgenie 1.2.0 → 1.2.1
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 +2 -2
- package/package.json.dev +2 -2
- package/types/input.d.ts +1 -0
- package/types/output.d.ts +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/opsgenie",
|
|
3
|
-
"version": "v1.2.
|
|
3
|
+
"version": "v1.2.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing opsgenie cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource opsgenie v1.2.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource opsgenie v1.2.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/opsgenie",
|
|
3
|
-
"version": "v1.2.
|
|
3
|
+
"version": "v1.2.1",
|
|
4
4
|
"description": "A Pulumi package for creating and managing opsgenie cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource opsgenie v1.2.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource opsgenie v1.2.1"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/types/input.d.ts
CHANGED
|
@@ -827,6 +827,7 @@ export interface NotificationRuleStepContact {
|
|
|
827
827
|
to: pulumi.Input<string>;
|
|
828
828
|
}
|
|
829
829
|
export interface NotificationRuleTimeRestriction {
|
|
830
|
+
restriction?: pulumi.Input<pulumi.Input<inputs.NotificationRuleTimeRestrictionRestriction>[]>;
|
|
830
831
|
restrictions?: pulumi.Input<pulumi.Input<inputs.NotificationRuleTimeRestrictionRestriction>[]>;
|
|
831
832
|
/**
|
|
832
833
|
* Kind of matching filter. Possible values: `match-all`, `match-any-condition`, `match-all-conditions`
|
package/types/output.d.ts
CHANGED
|
@@ -800,6 +800,7 @@ export interface NotificationRuleStepContact {
|
|
|
800
800
|
to: string;
|
|
801
801
|
}
|
|
802
802
|
export interface NotificationRuleTimeRestriction {
|
|
803
|
+
restriction?: outputs.NotificationRuleTimeRestrictionRestriction[];
|
|
803
804
|
restrictions?: outputs.NotificationRuleTimeRestrictionRestriction[];
|
|
804
805
|
/**
|
|
805
806
|
* Kind of matching filter. Possible values: `match-all`, `match-any-condition`, `match-all-conditions`
|