@pulumi/pagerduty 4.0.0 → 4.0.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/pagerduty",
3
- "version": "v4.0.0",
3
+ "version": "v4.0.1",
4
4
  "description": "A Pulumi package for creating and managing pagerduty cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -105,7 +105,7 @@ export interface EventOrchestrationGlobalCatchAllActionsAutomationAction {
105
105
  */
106
106
  headers?: pulumi.Input<pulumi.Input<inputs.EventOrchestrationGlobalCatchAllActionsAutomationActionHeader>[]>;
107
107
  /**
108
- * Name of this Webhook.
108
+ * The name of the variable
109
109
  */
110
110
  name: pulumi.Input<string>;
111
111
  /**
@@ -119,21 +119,21 @@ export interface EventOrchestrationGlobalCatchAllActionsAutomationAction {
119
119
  }
120
120
  export interface EventOrchestrationGlobalCatchAllActionsAutomationActionHeader {
121
121
  /**
122
- * Name to identify the header
122
+ * Name to identify the parameter
123
123
  */
124
124
  key: pulumi.Input<string>;
125
125
  /**
126
- * Value of this header
126
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
127
127
  */
128
128
  value: pulumi.Input<string>;
129
129
  }
130
130
  export interface EventOrchestrationGlobalCatchAllActionsAutomationActionParameter {
131
131
  /**
132
- * Name to identify the header
132
+ * Name to identify the parameter
133
133
  */
134
134
  key: pulumi.Input<string>;
135
135
  /**
136
- * Value of this header
136
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
137
137
  */
138
138
  value: pulumi.Input<string>;
139
139
  }
@@ -159,7 +159,7 @@ export interface EventOrchestrationGlobalCatchAllActionsExtraction {
159
159
  }
160
160
  export interface EventOrchestrationGlobalCatchAllActionsVariable {
161
161
  /**
162
- * Name of this Webhook.
162
+ * The name of the variable
163
163
  */
164
164
  name: pulumi.Input<string>;
165
165
  /**
@@ -171,7 +171,7 @@ export interface EventOrchestrationGlobalCatchAllActionsVariable {
171
171
  */
172
172
  type: pulumi.Input<string>;
173
173
  /**
174
- * Value of this header
174
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
175
175
  */
176
176
  value: pulumi.Input<string>;
177
177
  }
@@ -260,7 +260,7 @@ export interface EventOrchestrationGlobalSetRuleActionsAutomationAction {
260
260
  */
261
261
  headers?: pulumi.Input<pulumi.Input<inputs.EventOrchestrationGlobalSetRuleActionsAutomationActionHeader>[]>;
262
262
  /**
263
- * Name of this Webhook.
263
+ * The name of the variable
264
264
  */
265
265
  name: pulumi.Input<string>;
266
266
  /**
@@ -274,21 +274,21 @@ export interface EventOrchestrationGlobalSetRuleActionsAutomationAction {
274
274
  }
275
275
  export interface EventOrchestrationGlobalSetRuleActionsAutomationActionHeader {
276
276
  /**
277
- * Name to identify the header
277
+ * Name to identify the parameter
278
278
  */
279
279
  key: pulumi.Input<string>;
280
280
  /**
281
- * Value of this header
281
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
282
282
  */
283
283
  value: pulumi.Input<string>;
284
284
  }
285
285
  export interface EventOrchestrationGlobalSetRuleActionsAutomationActionParameter {
286
286
  /**
287
- * Name to identify the header
287
+ * Name to identify the parameter
288
288
  */
289
289
  key: pulumi.Input<string>;
290
290
  /**
291
- * Value of this header
291
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
292
292
  */
293
293
  value: pulumi.Input<string>;
294
294
  }
@@ -314,7 +314,7 @@ export interface EventOrchestrationGlobalSetRuleActionsExtraction {
314
314
  }
315
315
  export interface EventOrchestrationGlobalSetRuleActionsVariable {
316
316
  /**
317
- * Name of this Webhook.
317
+ * The name of the variable
318
318
  */
319
319
  name: pulumi.Input<string>;
320
320
  /**
@@ -326,7 +326,7 @@ export interface EventOrchestrationGlobalSetRuleActionsVariable {
326
326
  */
327
327
  type: pulumi.Input<string>;
328
328
  /**
329
- * Value of this header
329
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
330
330
  */
331
331
  value: pulumi.Input<string>;
332
332
  }
@@ -469,7 +469,7 @@ export interface EventOrchestrationServiceCatchAllActionsAutomationAction {
469
469
  */
470
470
  headers?: pulumi.Input<pulumi.Input<inputs.EventOrchestrationServiceCatchAllActionsAutomationActionHeader>[]>;
471
471
  /**
472
- * Name of this Webhook.
472
+ * The name of the variable
473
473
  */
474
474
  name: pulumi.Input<string>;
475
475
  /**
@@ -483,21 +483,21 @@ export interface EventOrchestrationServiceCatchAllActionsAutomationAction {
483
483
  }
484
484
  export interface EventOrchestrationServiceCatchAllActionsAutomationActionHeader {
485
485
  /**
486
- * Name to identify the header
486
+ * Name to identify the parameter
487
487
  */
488
488
  key: pulumi.Input<string>;
489
489
  /**
490
- * Value of this header
490
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
491
491
  */
492
492
  value: pulumi.Input<string>;
493
493
  }
494
494
  export interface EventOrchestrationServiceCatchAllActionsAutomationActionParameter {
495
495
  /**
496
- * Name to identify the header
496
+ * Name to identify the parameter
497
497
  */
498
498
  key: pulumi.Input<string>;
499
499
  /**
500
- * Value of this header
500
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
501
501
  */
502
502
  value: pulumi.Input<string>;
503
503
  }
@@ -529,7 +529,7 @@ export interface EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActi
529
529
  }
530
530
  export interface EventOrchestrationServiceCatchAllActionsVariable {
531
531
  /**
532
- * Name of this Webhook.
532
+ * The name of the variable
533
533
  */
534
534
  name: pulumi.Input<string>;
535
535
  /**
@@ -541,7 +541,7 @@ export interface EventOrchestrationServiceCatchAllActionsVariable {
541
541
  */
542
542
  type: pulumi.Input<string>;
543
543
  /**
544
- * Value of this header
544
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
545
545
  */
546
546
  value: pulumi.Input<string>;
547
547
  }
@@ -630,7 +630,7 @@ export interface EventOrchestrationServiceSetRuleActionsAutomationAction {
630
630
  */
631
631
  headers?: pulumi.Input<pulumi.Input<inputs.EventOrchestrationServiceSetRuleActionsAutomationActionHeader>[]>;
632
632
  /**
633
- * Name of this Webhook.
633
+ * The name of the variable
634
634
  */
635
635
  name: pulumi.Input<string>;
636
636
  /**
@@ -644,21 +644,21 @@ export interface EventOrchestrationServiceSetRuleActionsAutomationAction {
644
644
  }
645
645
  export interface EventOrchestrationServiceSetRuleActionsAutomationActionHeader {
646
646
  /**
647
- * Name to identify the header
647
+ * Name to identify the parameter
648
648
  */
649
649
  key: pulumi.Input<string>;
650
650
  /**
651
- * Value of this header
651
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
652
652
  */
653
653
  value: pulumi.Input<string>;
654
654
  }
655
655
  export interface EventOrchestrationServiceSetRuleActionsAutomationActionParameter {
656
656
  /**
657
- * Name to identify the header
657
+ * Name to identify the parameter
658
658
  */
659
659
  key: pulumi.Input<string>;
660
660
  /**
661
- * Value of this header
661
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
662
662
  */
663
663
  value: pulumi.Input<string>;
664
664
  }
@@ -690,7 +690,7 @@ export interface EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActio
690
690
  }
691
691
  export interface EventOrchestrationServiceSetRuleActionsVariable {
692
692
  /**
693
- * Name of this Webhook.
693
+ * The name of the variable
694
694
  */
695
695
  name: pulumi.Input<string>;
696
696
  /**
@@ -702,7 +702,7 @@ export interface EventOrchestrationServiceSetRuleActionsVariable {
702
702
  */
703
703
  type: pulumi.Input<string>;
704
704
  /**
705
- * Value of this header
705
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
706
706
  */
707
707
  value: pulumi.Input<string>;
708
708
  }
@@ -1377,11 +1377,6 @@ export interface ServiceAlertGroupingParametersConfig {
1377
1377
  fields?: pulumi.Input<pulumi.Input<string>[]>;
1378
1378
  /**
1379
1379
  * The duration in minutes within which to automatically group incoming alerts. This setting applies only when `type` is set to `time`. To continue grouping alerts until the incident is resolved, set this value to `0`.
1380
- *
1381
- *
1382
- * You may specify one optional `incidentUrgencyRule` block configuring what urgencies to use.
1383
- * Your PagerDuty account must have the `urgencies` ability to assign an incident urgency rule.
1384
- * The block contains the following arguments:
1385
1380
  */
1386
1381
  timeout?: pulumi.Input<number>;
1387
1382
  }
@@ -1580,7 +1575,7 @@ export interface ServiceEventRuleTimeFrameActiveBetween {
1580
1575
  */
1581
1576
  endTime?: pulumi.Input<number>;
1582
1577
  /**
1583
- * Time when the schedule will start. Unix timestamp in milliseconds. For example, if you have a rule with a `startTime` of `0` and a `duration` of `60,000` then that rule would be active from `00:00` to `00:01`. If the `startTime` was `3,600,000` the it would be active starting at `01:00`.
1578
+ * Beginning of the scheduled time when the rule should execute. Unix timestamp in milliseconds.
1584
1579
  */
1585
1580
  startTime?: pulumi.Input<number>;
1586
1581
  }
@@ -1590,7 +1585,7 @@ export interface ServiceEventRuleTimeFrameScheduledWeekly {
1590
1585
  */
1591
1586
  duration?: pulumi.Input<number>;
1592
1587
  /**
1593
- * Time when the schedule will start. Unix timestamp in milliseconds. For example, if you have a rule with a `startTime` of `0` and a `duration` of `60,000` then that rule would be active from `00:00` to `00:01`. If the `startTime` was `3,600,000` the it would be active starting at `01:00`.
1588
+ * Beginning of the scheduled time when the rule should execute. Unix timestamp in milliseconds.
1594
1589
  */
1595
1590
  startTime?: pulumi.Input<number>;
1596
1591
  /**
package/types/output.d.ts CHANGED
@@ -104,7 +104,7 @@ export interface EventOrchestrationGlobalCatchAllActionsAutomationAction {
104
104
  */
105
105
  headers?: outputs.EventOrchestrationGlobalCatchAllActionsAutomationActionHeader[];
106
106
  /**
107
- * Name of this Webhook.
107
+ * The name of the variable
108
108
  */
109
109
  name: string;
110
110
  /**
@@ -118,21 +118,21 @@ export interface EventOrchestrationGlobalCatchAllActionsAutomationAction {
118
118
  }
119
119
  export interface EventOrchestrationGlobalCatchAllActionsAutomationActionHeader {
120
120
  /**
121
- * Name to identify the header
121
+ * Name to identify the parameter
122
122
  */
123
123
  key: string;
124
124
  /**
125
- * Value of this header
125
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
126
126
  */
127
127
  value: string;
128
128
  }
129
129
  export interface EventOrchestrationGlobalCatchAllActionsAutomationActionParameter {
130
130
  /**
131
- * Name to identify the header
131
+ * Name to identify the parameter
132
132
  */
133
133
  key: string;
134
134
  /**
135
- * Value of this header
135
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
136
136
  */
137
137
  value: string;
138
138
  }
@@ -158,7 +158,7 @@ export interface EventOrchestrationGlobalCatchAllActionsExtraction {
158
158
  }
159
159
  export interface EventOrchestrationGlobalCatchAllActionsVariable {
160
160
  /**
161
- * Name of this Webhook.
161
+ * The name of the variable
162
162
  */
163
163
  name: string;
164
164
  /**
@@ -170,7 +170,7 @@ export interface EventOrchestrationGlobalCatchAllActionsVariable {
170
170
  */
171
171
  type: string;
172
172
  /**
173
- * Value of this header
173
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
174
174
  */
175
175
  value: string;
176
176
  }
@@ -259,7 +259,7 @@ export interface EventOrchestrationGlobalSetRuleActionsAutomationAction {
259
259
  */
260
260
  headers?: outputs.EventOrchestrationGlobalSetRuleActionsAutomationActionHeader[];
261
261
  /**
262
- * Name of this Webhook.
262
+ * The name of the variable
263
263
  */
264
264
  name: string;
265
265
  /**
@@ -273,21 +273,21 @@ export interface EventOrchestrationGlobalSetRuleActionsAutomationAction {
273
273
  }
274
274
  export interface EventOrchestrationGlobalSetRuleActionsAutomationActionHeader {
275
275
  /**
276
- * Name to identify the header
276
+ * Name to identify the parameter
277
277
  */
278
278
  key: string;
279
279
  /**
280
- * Value of this header
280
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
281
281
  */
282
282
  value: string;
283
283
  }
284
284
  export interface EventOrchestrationGlobalSetRuleActionsAutomationActionParameter {
285
285
  /**
286
- * Name to identify the header
286
+ * Name to identify the parameter
287
287
  */
288
288
  key: string;
289
289
  /**
290
- * Value of this header
290
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
291
291
  */
292
292
  value: string;
293
293
  }
@@ -313,7 +313,7 @@ export interface EventOrchestrationGlobalSetRuleActionsExtraction {
313
313
  }
314
314
  export interface EventOrchestrationGlobalSetRuleActionsVariable {
315
315
  /**
316
- * Name of this Webhook.
316
+ * The name of the variable
317
317
  */
318
318
  name: string;
319
319
  /**
@@ -325,7 +325,7 @@ export interface EventOrchestrationGlobalSetRuleActionsVariable {
325
325
  */
326
326
  type: string;
327
327
  /**
328
- * Value of this header
328
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
329
329
  */
330
330
  value: string;
331
331
  }
@@ -468,7 +468,7 @@ export interface EventOrchestrationServiceCatchAllActionsAutomationAction {
468
468
  */
469
469
  headers?: outputs.EventOrchestrationServiceCatchAllActionsAutomationActionHeader[];
470
470
  /**
471
- * Name of this Webhook.
471
+ * The name of the variable
472
472
  */
473
473
  name: string;
474
474
  /**
@@ -482,21 +482,21 @@ export interface EventOrchestrationServiceCatchAllActionsAutomationAction {
482
482
  }
483
483
  export interface EventOrchestrationServiceCatchAllActionsAutomationActionHeader {
484
484
  /**
485
- * Name to identify the header
485
+ * Name to identify the parameter
486
486
  */
487
487
  key: string;
488
488
  /**
489
- * Value of this header
489
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
490
490
  */
491
491
  value: string;
492
492
  }
493
493
  export interface EventOrchestrationServiceCatchAllActionsAutomationActionParameter {
494
494
  /**
495
- * Name to identify the header
495
+ * Name to identify the parameter
496
496
  */
497
497
  key: string;
498
498
  /**
499
- * Value of this header
499
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
500
500
  */
501
501
  value: string;
502
502
  }
@@ -528,7 +528,7 @@ export interface EventOrchestrationServiceCatchAllActionsPagerdutyAutomationActi
528
528
  }
529
529
  export interface EventOrchestrationServiceCatchAllActionsVariable {
530
530
  /**
531
- * Name of this Webhook.
531
+ * The name of the variable
532
532
  */
533
533
  name: string;
534
534
  /**
@@ -540,7 +540,7 @@ export interface EventOrchestrationServiceCatchAllActionsVariable {
540
540
  */
541
541
  type: string;
542
542
  /**
543
- * Value of this header
543
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
544
544
  */
545
545
  value: string;
546
546
  }
@@ -629,7 +629,7 @@ export interface EventOrchestrationServiceSetRuleActionsAutomationAction {
629
629
  */
630
630
  headers?: outputs.EventOrchestrationServiceSetRuleActionsAutomationActionHeader[];
631
631
  /**
632
- * Name of this Webhook.
632
+ * The name of the variable
633
633
  */
634
634
  name: string;
635
635
  /**
@@ -643,21 +643,21 @@ export interface EventOrchestrationServiceSetRuleActionsAutomationAction {
643
643
  }
644
644
  export interface EventOrchestrationServiceSetRuleActionsAutomationActionHeader {
645
645
  /**
646
- * Name to identify the header
646
+ * Name to identify the parameter
647
647
  */
648
648
  key: string;
649
649
  /**
650
- * Value of this header
650
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
651
651
  */
652
652
  value: string;
653
653
  }
654
654
  export interface EventOrchestrationServiceSetRuleActionsAutomationActionParameter {
655
655
  /**
656
- * Name to identify the header
656
+ * Name to identify the parameter
657
657
  */
658
658
  key: string;
659
659
  /**
660
- * Value of this header
660
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
661
661
  */
662
662
  value: string;
663
663
  }
@@ -689,7 +689,7 @@ export interface EventOrchestrationServiceSetRuleActionsPagerdutyAutomationActio
689
689
  }
690
690
  export interface EventOrchestrationServiceSetRuleActionsVariable {
691
691
  /**
692
- * Name of this Webhook.
692
+ * The name of the variable
693
693
  */
694
694
  name: string;
695
695
  /**
@@ -701,7 +701,7 @@ export interface EventOrchestrationServiceSetRuleActionsVariable {
701
701
  */
702
702
  type: string;
703
703
  /**
704
- * Value of this header
704
+ * The Regex expression to match against. Must use valid [RE2 regular expression](https://github.com/google/re2/wiki/Syntax) syntax.
705
705
  */
706
706
  value: string;
707
707
  }
@@ -1404,11 +1404,6 @@ export interface ServiceAlertGroupingParametersConfig {
1404
1404
  fields?: string[];
1405
1405
  /**
1406
1406
  * The duration in minutes within which to automatically group incoming alerts. This setting applies only when `type` is set to `time`. To continue grouping alerts until the incident is resolved, set this value to `0`.
1407
- *
1408
- *
1409
- * You may specify one optional `incidentUrgencyRule` block configuring what urgencies to use.
1410
- * Your PagerDuty account must have the `urgencies` ability to assign an incident urgency rule.
1411
- * The block contains the following arguments:
1412
1407
  */
1413
1408
  timeout?: number;
1414
1409
  }
@@ -1607,7 +1602,7 @@ export interface ServiceEventRuleTimeFrameActiveBetween {
1607
1602
  */
1608
1603
  endTime?: number;
1609
1604
  /**
1610
- * Time when the schedule will start. Unix timestamp in milliseconds. For example, if you have a rule with a `startTime` of `0` and a `duration` of `60,000` then that rule would be active from `00:00` to `00:01`. If the `startTime` was `3,600,000` the it would be active starting at `01:00`.
1605
+ * Beginning of the scheduled time when the rule should execute. Unix timestamp in milliseconds.
1611
1606
  */
1612
1607
  startTime?: number;
1613
1608
  }
@@ -1617,7 +1612,7 @@ export interface ServiceEventRuleTimeFrameScheduledWeekly {
1617
1612
  */
1618
1613
  duration?: number;
1619
1614
  /**
1620
- * Time when the schedule will start. Unix timestamp in milliseconds. For example, if you have a rule with a `startTime` of `0` and a `duration` of `60,000` then that rule would be active from `00:00` to `00:01`. If the `startTime` was `3,600,000` the it would be active starting at `01:00`.
1615
+ * Beginning of the scheduled time when the rule should execute. Unix timestamp in milliseconds.
1621
1616
  */
1622
1617
  startTime?: number;
1623
1618
  /**