@pulumi/opsgenie 1.2.0 → 1.2.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/getService.d.ts +4 -0
- package/getService.js.map +1 -1
- package/getTeam.d.ts +4 -0
- package/getTeam.js.map +1 -1
- package/maintenance.d.ts +2 -2
- package/maintenance.js +2 -2
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/service.d.ts +1 -1
- package/service.js +1 -1
- package/types/input.d.ts +3 -0
- package/types/output.d.ts +3 -0
package/getService.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ export interface GetServiceArgs {
|
|
|
24
24
|
description?: string;
|
|
25
25
|
/**
|
|
26
26
|
* Name of the service. This field must not be longer than 100 characters.
|
|
27
|
+
*
|
|
28
|
+
* The following attributes are exported:
|
|
27
29
|
*/
|
|
28
30
|
name: string;
|
|
29
31
|
/**
|
|
@@ -68,6 +70,8 @@ export interface GetServiceOutputArgs {
|
|
|
68
70
|
description?: pulumi.Input<string>;
|
|
69
71
|
/**
|
|
70
72
|
* Name of the service. This field must not be longer than 100 characters.
|
|
73
|
+
*
|
|
74
|
+
* The following attributes are exported:
|
|
71
75
|
*/
|
|
72
76
|
name: pulumi.Input<string>;
|
|
73
77
|
/**
|
package/getService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getService.js","sourceRoot":"","sources":["../getService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;
|
|
1
|
+
{"version":3,"file":"getService.js","sourceRoot":"","sources":["../getService.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IAExE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,gCAQC;AAkCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
|
package/getTeam.d.ts
CHANGED
|
@@ -30,6 +30,8 @@ export interface GetTeamArgs {
|
|
|
30
30
|
members?: inputs.GetTeamMember[];
|
|
31
31
|
/**
|
|
32
32
|
* The name associated with this team. Opsgenie defines that this must not be longer than 100 characters.
|
|
33
|
+
*
|
|
34
|
+
* The following attributes are exported:
|
|
33
35
|
*/
|
|
34
36
|
name: string;
|
|
35
37
|
}
|
|
@@ -74,6 +76,8 @@ export interface GetTeamOutputArgs {
|
|
|
74
76
|
members?: pulumi.Input<pulumi.Input<inputs.GetTeamMemberArgs>[]>;
|
|
75
77
|
/**
|
|
76
78
|
* The name associated with this team. Opsgenie defines that this must not be longer than 100 characters.
|
|
79
|
+
*
|
|
80
|
+
* The following attributes are exported:
|
|
77
81
|
*/
|
|
78
82
|
name: pulumi.Input<string>;
|
|
79
83
|
}
|
package/getTeam.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;
|
|
1
|
+
{"version":3,"file":"getTeam.js","sourceRoot":"","sources":["../getTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAElE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AARD,0BAQC;AAkCD;;;;;;;;;;;;;GAaG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAA2B;IAC9E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
|
package/maintenance.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import * as outputs from "./types/output";
|
|
|
11
11
|
* import * as opsgenie from "@pulumi/opsgenie";
|
|
12
12
|
*
|
|
13
13
|
* const test = new opsgenie.Maintenance("test", {
|
|
14
|
-
* description:
|
|
14
|
+
* description: "geniemaintenance-%s",
|
|
15
15
|
* rules: [{
|
|
16
16
|
* entities: [{
|
|
17
17
|
* id: opsgenie_email_integration.test.id,
|
|
@@ -20,7 +20,7 @@ import * as outputs from "./types/output";
|
|
|
20
20
|
* state: "enabled",
|
|
21
21
|
* }],
|
|
22
22
|
* times: [{
|
|
23
|
-
* endDate:
|
|
23
|
+
* endDate: "2019-06-%dT17:50:00Z",
|
|
24
24
|
* startDate: "2019-06-20T17:45:00Z",
|
|
25
25
|
* type: "schedule",
|
|
26
26
|
* }],
|
package/maintenance.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as opsgenie from "@pulumi/opsgenie";
|
|
16
16
|
*
|
|
17
17
|
* const test = new opsgenie.Maintenance("test", {
|
|
18
|
-
* description:
|
|
18
|
+
* description: "geniemaintenance-%s",
|
|
19
19
|
* rules: [{
|
|
20
20
|
* entities: [{
|
|
21
21
|
* id: opsgenie_email_integration.test.id,
|
|
@@ -24,7 +24,7 @@ const utilities = require("./utilities");
|
|
|
24
24
|
* state: "enabled",
|
|
25
25
|
* }],
|
|
26
26
|
* times: [{
|
|
27
|
-
* endDate:
|
|
27
|
+
* endDate: "2019-06-%dT17:50:00Z",
|
|
28
28
|
* startDate: "2019-06-20T17:45:00Z",
|
|
29
29
|
* type: "schedule",
|
|
30
30
|
* }],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/opsgenie",
|
|
3
|
-
"version": "v1.2.
|
|
3
|
+
"version": "v1.2.2",
|
|
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.2"
|
|
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.2",
|
|
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.2"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/service.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
9
9
|
* import * as opsgenie from "@pulumi/opsgenie";
|
|
10
10
|
*
|
|
11
11
|
* const payment = new opsgenie.Team("payment", {description: "This team deals with all the things"});
|
|
12
|
-
* const _this = new opsgenie.Service("this", {teamId:
|
|
12
|
+
* const _this = new opsgenie.Service("this", {teamId: "$opsgenie_team.payment.id"});
|
|
13
13
|
* ```
|
|
14
14
|
*
|
|
15
15
|
* ## Import
|
package/service.js
CHANGED
|
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
|
|
|
15
15
|
* import * as opsgenie from "@pulumi/opsgenie";
|
|
16
16
|
*
|
|
17
17
|
* const payment = new opsgenie.Team("payment", {description: "This team deals with all the things"});
|
|
18
|
-
* const _this = new opsgenie.Service("this", {teamId:
|
|
18
|
+
* const _this = new opsgenie.Service("this", {teamId: "$opsgenie_team.payment.id"});
|
|
19
19
|
* ```
|
|
20
20
|
*
|
|
21
21
|
* ## Import
|
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`
|
|
@@ -894,6 +895,8 @@ export interface ScheduleRotationTimeRestrictionRestrictionList {
|
|
|
894
895
|
endHour: pulumi.Input<number>;
|
|
895
896
|
/**
|
|
896
897
|
* Value of the minute that frame will end. Minutes may take 0 or 30 as value. Otherwise they will be converted to nearest 0 or 30 automatically.
|
|
898
|
+
*
|
|
899
|
+
* Both `startDay` and `endDay` can assume only `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, or `sunday` values.
|
|
897
900
|
*/
|
|
898
901
|
endMin: pulumi.Input<number>;
|
|
899
902
|
/**
|
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`
|
|
@@ -867,6 +868,8 @@ export interface ScheduleRotationTimeRestrictionRestrictionList {
|
|
|
867
868
|
endHour: number;
|
|
868
869
|
/**
|
|
869
870
|
* Value of the minute that frame will end. Minutes may take 0 or 30 as value. Otherwise they will be converted to nearest 0 or 30 automatically.
|
|
871
|
+
*
|
|
872
|
+
* Both `startDay` and `endDay` can assume only `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, or `sunday` values.
|
|
870
873
|
*/
|
|
871
874
|
endMin: number;
|
|
872
875
|
/**
|