@alicloud/cms20240330 2.0.0 → 2.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.
Files changed (49) hide show
  1. package/dist/models/AlertRuleCondition.d.ts +10 -2
  2. package/dist/models/AlertRuleCondition.js +24 -2
  3. package/dist/models/AlertRuleCondition.js.map +1 -1
  4. package/dist/models/AlertRuleConditionCompositeEscalation.d.ts +18 -0
  5. package/dist/models/AlertRuleConditionCompositeEscalation.js +68 -0
  6. package/dist/models/AlertRuleConditionCompositeEscalation.js.map +1 -0
  7. package/dist/models/AlertRuleConditionCompositeEscalationEscalations.d.ts +18 -0
  8. package/dist/models/AlertRuleConditionCompositeEscalationEscalations.js +66 -0
  9. package/dist/models/AlertRuleConditionCompositeEscalationEscalations.js.map +1 -0
  10. package/dist/models/AlertRuleConditionExpressEscalation.d.ts +16 -0
  11. package/dist/models/AlertRuleConditionExpressEscalation.js +62 -0
  12. package/dist/models/AlertRuleConditionExpressEscalation.js.map +1 -0
  13. package/dist/models/AlertRuleConditionSimpleEscalation.d.ts +17 -0
  14. package/dist/models/AlertRuleConditionSimpleEscalation.js +66 -0
  15. package/dist/models/AlertRuleConditionSimpleEscalation.js.map +1 -0
  16. package/dist/models/AlertRuleConditionSimpleEscalationEscalations.d.ts +18 -0
  17. package/dist/models/AlertRuleConditionSimpleEscalationEscalations.js +66 -0
  18. package/dist/models/AlertRuleConditionSimpleEscalationEscalations.js.map +1 -0
  19. package/dist/models/AlertRuleQuery.d.ts +6 -0
  20. package/dist/models/AlertRuleQuery.js +11 -0
  21. package/dist/models/AlertRuleQuery.js.map +1 -1
  22. package/dist/models/AlertRuleSend.d.ts +1 -0
  23. package/dist/models/AlertRuleSend.js +2 -0
  24. package/dist/models/AlertRuleSend.js.map +1 -1
  25. package/dist/models/ListAlertActionsResponseBodyAlertActions.d.ts +4 -0
  26. package/dist/models/ListAlertActionsResponseBodyAlertActions.js +12 -0
  27. package/dist/models/ListAlertActionsResponseBodyAlertActions.js.map +1 -1
  28. package/dist/models/ListAlertActionsResponseBodyAlertActionsEbParam.d.ts +17 -0
  29. package/dist/models/ListAlertActionsResponseBodyAlertActionsEbParam.js +64 -0
  30. package/dist/models/ListAlertActionsResponseBodyAlertActionsEbParam.js.map +1 -0
  31. package/dist/models/ListAlertActionsResponseBodyAlertActionsFc3param.d.ts +16 -0
  32. package/dist/models/ListAlertActionsResponseBodyAlertActionsFc3param.js +62 -0
  33. package/dist/models/ListAlertActionsResponseBodyAlertActionsFc3param.js.map +1 -0
  34. package/dist/models/model.d.ts +7 -0
  35. package/dist/models/model.js +17 -3
  36. package/dist/models/model.js.map +1 -1
  37. package/package.json +1 -1
  38. package/src/models/AlertRuleCondition.ts +31 -4
  39. package/src/models/AlertRuleConditionCompositeEscalation.ts +40 -0
  40. package/src/models/AlertRuleConditionCompositeEscalationEscalations.ts +39 -0
  41. package/src/models/AlertRuleConditionExpressEscalation.ts +33 -0
  42. package/src/models/AlertRuleConditionSimpleEscalation.ts +37 -0
  43. package/src/models/AlertRuleConditionSimpleEscalationEscalations.ts +39 -0
  44. package/src/models/AlertRuleQuery.ts +15 -0
  45. package/src/models/AlertRuleSend.ts +3 -0
  46. package/src/models/ListAlertActionsResponseBodyAlertActions.ts +14 -0
  47. package/src/models/ListAlertActionsResponseBodyAlertActionsEbParam.ts +36 -0
  48. package/src/models/ListAlertActionsResponseBodyAlertActionsFc3param.ts +33 -0
  49. package/src/models/model.ts +7 -0
@@ -1,5 +1,7 @@
1
1
  import * as $dara from '@darabonba/typescript';
2
+ import { ListAlertActionsResponseBodyAlertActionsEbParam } from "./ListAlertActionsResponseBodyAlertActionsEbParam";
2
3
  import { ListAlertActionsResponseBodyAlertActionsEssParam } from "./ListAlertActionsResponseBodyAlertActionsEssParam";
4
+ import { ListAlertActionsResponseBodyAlertActionsFc3Param } from "./ListAlertActionsResponseBodyAlertActionsFc3param";
3
5
  import { ListAlertActionsResponseBodyAlertActionsFcParam } from "./ListAlertActionsResponseBodyAlertActionsFcParam";
4
6
  import { ListAlertActionsResponseBodyAlertActionsMnsParam } from "./ListAlertActionsResponseBodyAlertActionsMnsParam";
5
7
  import { ListAlertActionsResponseBodyAlertActionsPagerDutyParam } from "./ListAlertActionsResponseBodyAlertActionsPagerDutyParam";
@@ -8,7 +10,9 @@ import { ListAlertActionsResponseBodyAlertActionsWebhookParam } from "./ListAler
8
10
  export declare class ListAlertActionsResponseBodyAlertActions extends $dara.Model {
9
11
  alertActionId?: string;
10
12
  alertActionName?: string;
13
+ ebParam?: ListAlertActionsResponseBodyAlertActionsEbParam;
11
14
  essParam?: ListAlertActionsResponseBodyAlertActionsEssParam;
15
+ fc3Param?: ListAlertActionsResponseBodyAlertActionsFc3Param;
12
16
  fcParam?: ListAlertActionsResponseBodyAlertActionsFcParam;
13
17
  mnsParam?: ListAlertActionsResponseBodyAlertActionsMnsParam;
14
18
  pagerDutyParam?: ListAlertActionsResponseBodyAlertActionsPagerDutyParam;
@@ -36,7 +36,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
36
36
  exports.ListAlertActionsResponseBodyAlertActions = void 0;
37
37
  // This file is auto-generated, don't edit it
38
38
  const $dara = __importStar(require("@darabonba/typescript"));
39
+ const ListAlertActionsResponseBodyAlertActionsEbParam_1 = require("./ListAlertActionsResponseBodyAlertActionsEbParam");
39
40
  const ListAlertActionsResponseBodyAlertActionsEssParam_1 = require("./ListAlertActionsResponseBodyAlertActionsEssParam");
41
+ const ListAlertActionsResponseBodyAlertActionsFc3param_1 = require("./ListAlertActionsResponseBodyAlertActionsFc3param");
40
42
  const ListAlertActionsResponseBodyAlertActionsFcParam_1 = require("./ListAlertActionsResponseBodyAlertActionsFcParam");
41
43
  const ListAlertActionsResponseBodyAlertActionsMnsParam_1 = require("./ListAlertActionsResponseBodyAlertActionsMnsParam");
42
44
  const ListAlertActionsResponseBodyAlertActionsPagerDutyParam_1 = require("./ListAlertActionsResponseBodyAlertActionsPagerDutyParam");
@@ -47,7 +49,9 @@ class ListAlertActionsResponseBodyAlertActions extends $dara.Model {
47
49
  return {
48
50
  alertActionId: 'alertActionId',
49
51
  alertActionName: 'alertActionName',
52
+ ebParam: 'ebParam',
50
53
  essParam: 'essParam',
54
+ fc3Param: 'fc3Param',
51
55
  fcParam: 'fcParam',
52
56
  mnsParam: 'mnsParam',
53
57
  pagerDutyParam: 'pagerDutyParam',
@@ -60,7 +64,9 @@ class ListAlertActionsResponseBodyAlertActions extends $dara.Model {
60
64
  return {
61
65
  alertActionId: 'string',
62
66
  alertActionName: 'string',
67
+ ebParam: ListAlertActionsResponseBodyAlertActionsEbParam_1.ListAlertActionsResponseBodyAlertActionsEbParam,
63
68
  essParam: ListAlertActionsResponseBodyAlertActionsEssParam_1.ListAlertActionsResponseBodyAlertActionsEssParam,
69
+ fc3Param: ListAlertActionsResponseBodyAlertActionsFc3param_1.ListAlertActionsResponseBodyAlertActionsFc3Param,
64
70
  fcParam: ListAlertActionsResponseBodyAlertActionsFcParam_1.ListAlertActionsResponseBodyAlertActionsFcParam,
65
71
  mnsParam: ListAlertActionsResponseBodyAlertActionsMnsParam_1.ListAlertActionsResponseBodyAlertActionsMnsParam,
66
72
  pagerDutyParam: ListAlertActionsResponseBodyAlertActionsPagerDutyParam_1.ListAlertActionsResponseBodyAlertActionsPagerDutyParam,
@@ -70,9 +76,15 @@ class ListAlertActionsResponseBodyAlertActions extends $dara.Model {
70
76
  };
71
77
  }
72
78
  validate() {
79
+ if (this.ebParam && typeof this.ebParam.validate === 'function') {
80
+ this.ebParam.validate();
81
+ }
73
82
  if (this.essParam && typeof this.essParam.validate === 'function') {
74
83
  this.essParam.validate();
75
84
  }
85
+ if (this.fc3Param && typeof this.fc3Param.validate === 'function') {
86
+ this.fc3Param.validate();
87
+ }
76
88
  if (this.fcParam && typeof this.fcParam.validate === 'function') {
77
89
  this.fcParam.validate();
78
90
  }
@@ -1 +1 @@
1
- {"version":3,"file":"ListAlertActionsResponseBodyAlertActions.js","sourceRoot":"","sources":["../../src/models/ListAlertActionsResponseBodyAlertActions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yHAAsH;AACtH,uHAAoH;AACpH,yHAAsH;AACtH,qIAAkI;AAClI,yHAAsH;AACtH,iIAA8H;AAG9H,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAUvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,QAAQ,EAAE,mGAAgD;YAC1D,OAAO,EAAE,iGAA+C;YACxD,QAAQ,EAAE,mGAAgD;YAC1D,cAAc,EAAE,+GAAsD;YACtE,QAAQ,EAAE,mGAAgD;YAC1D,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,2GAAoD;SACnE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,cAAc,IAAI,OAAQ,IAAI,CAAC,cAAsB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrF,IAAI,CAAC,cAAsB,CAAC,QAAQ,EAAE,CAAC;QAC1C,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA/DD,4FA+DC"}
1
+ {"version":3,"file":"ListAlertActionsResponseBodyAlertActions.js","sourceRoot":"","sources":["../../src/models/ListAlertActionsResponseBodyAlertActions.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,uHAAoH;AACpH,yHAAsH;AACtH,yHAAsH;AACtH,uHAAoH;AACpH,yHAAsH;AACtH,qIAAkI;AAClI,yHAAsH;AACtH,iIAA8H;AAG9H,MAAa,wCAAyC,SAAQ,KAAK,CAAC,KAAK;IAYvE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,eAAe;YAC9B,eAAe,EAAE,iBAAiB;YAClC,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;YAClB,QAAQ,EAAE,UAAU;YACpB,cAAc,EAAE,gBAAgB;YAChC,QAAQ,EAAE,UAAU;YACpB,IAAI,EAAE,MAAM;YACZ,YAAY,EAAE,cAAc;SAC7B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;YACzB,OAAO,EAAE,iGAA+C;YACxD,QAAQ,EAAE,mGAAgD;YAC1D,QAAQ,EAAE,mGAAgD;YAC1D,OAAO,EAAE,iGAA+C;YACxD,QAAQ,EAAE,mGAAgD;YAC1D,cAAc,EAAE,+GAAsD;YACtE,QAAQ,EAAE,mGAAgD;YAC1D,IAAI,EAAE,QAAQ;YACd,YAAY,EAAE,2GAAoD;SACnE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,OAAO,IAAI,OAAQ,IAAI,CAAC,OAAe,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACvE,IAAI,CAAC,OAAe,CAAC,QAAQ,EAAE,CAAC;QACnC,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,cAAc,IAAI,OAAQ,IAAI,CAAC,cAAsB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACrF,IAAI,CAAC,cAAsB,CAAC,QAAQ,EAAE,CAAC;QAC1C,CAAC;QACD,IAAG,IAAI,CAAC,QAAQ,IAAI,OAAQ,IAAI,CAAC,QAAgB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACzE,IAAI,CAAC,QAAgB,CAAC,QAAQ,EAAE,CAAC;QACpC,CAAC;QACD,IAAG,IAAI,CAAC,YAAY,IAAI,OAAQ,IAAI,CAAC,YAAoB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjF,IAAI,CAAC,YAAoB,CAAC,QAAQ,EAAE,CAAC;QACxC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3ED,4FA2EC"}
@@ -0,0 +1,17 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListAlertActionsResponseBodyAlertActionsEbParam extends $dara.Model {
3
+ ebSource?: string;
4
+ eventBusName?: string;
5
+ regionId?: string;
6
+ subject?: string;
7
+ static names(): {
8
+ [key: string]: string;
9
+ };
10
+ static types(): {
11
+ [key: string]: any;
12
+ };
13
+ validate(): void;
14
+ constructor(map?: {
15
+ [key: string]: any;
16
+ });
17
+ }
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ListAlertActionsResponseBodyAlertActionsEbParam = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListAlertActionsResponseBodyAlertActionsEbParam extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ ebSource: 'ebSource',
43
+ eventBusName: 'eventBusName',
44
+ regionId: 'regionId',
45
+ subject: 'subject',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ ebSource: 'string',
51
+ eventBusName: 'string',
52
+ regionId: 'string',
53
+ subject: 'string',
54
+ };
55
+ }
56
+ validate() {
57
+ super.validate();
58
+ }
59
+ constructor(map) {
60
+ super(map);
61
+ }
62
+ }
63
+ exports.ListAlertActionsResponseBodyAlertActionsEbParam = ListAlertActionsResponseBodyAlertActionsEbParam;
64
+ //# sourceMappingURL=ListAlertActionsResponseBodyAlertActionsEbParam.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAlertActionsResponseBodyAlertActionsEbParam.js","sourceRoot":"","sources":["../../src/models/ListAlertActionsResponseBodyAlertActionsEbParam.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,+CAAgD,SAAQ,KAAK,CAAC,KAAK;IAK9E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,OAAO,EAAE,SAAS;SACnB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,QAAQ;YAClB,OAAO,EAAE,QAAQ;SAClB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA9BD,0GA8BC"}
@@ -0,0 +1,16 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class ListAlertActionsResponseBodyAlertActionsFc3Param extends $dara.Model {
3
+ function?: string;
4
+ qualifier?: string;
5
+ regionId?: string;
6
+ static names(): {
7
+ [key: string]: string;
8
+ };
9
+ static types(): {
10
+ [key: string]: any;
11
+ };
12
+ validate(): void;
13
+ constructor(map?: {
14
+ [key: string]: any;
15
+ });
16
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.ListAlertActionsResponseBodyAlertActionsFc3Param = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class ListAlertActionsResponseBodyAlertActionsFc3Param extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ function: 'function',
43
+ qualifier: 'qualifier',
44
+ regionId: 'regionId',
45
+ };
46
+ }
47
+ static types() {
48
+ return {
49
+ function: 'string',
50
+ qualifier: 'string',
51
+ regionId: 'string',
52
+ };
53
+ }
54
+ validate() {
55
+ super.validate();
56
+ }
57
+ constructor(map) {
58
+ super(map);
59
+ }
60
+ }
61
+ exports.ListAlertActionsResponseBodyAlertActionsFc3Param = ListAlertActionsResponseBodyAlertActionsFc3Param;
62
+ //# sourceMappingURL=ListAlertActionsResponseBodyAlertActionsFc3param.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAlertActionsResponseBodyAlertActionsFc3param.js","sourceRoot":"","sources":["../../src/models/ListAlertActionsResponseBodyAlertActionsFc3param.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,gDAAiD,SAAQ,KAAK,CAAC,KAAK;IAI/E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,UAAU;YACpB,SAAS,EAAE,WAAW;YACtB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,QAAQ,EAAE,QAAQ;YAClB,SAAS,EAAE,QAAQ;YACnB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3BD,4GA2BC"}
@@ -10,6 +10,11 @@ export { AlertRuleAlertMetricParamDefValues } from './AlertRuleAlertMetricParamD
10
10
  export { AlertRuleConditionCaseList } from './AlertRuleConditionCaseList';
11
11
  export { AlertRuleConditionCompareListValueLevelList } from './AlertRuleConditionCompareListValueLevelList';
12
12
  export { AlertRuleConditionCompareList } from './AlertRuleConditionCompareList';
13
+ export { AlertRuleConditionCompositeEscalationEscalations } from './AlertRuleConditionCompositeEscalationEscalations';
14
+ export { AlertRuleConditionCompositeEscalation } from './AlertRuleConditionCompositeEscalation';
15
+ export { AlertRuleConditionExpressEscalation } from './AlertRuleConditionExpressEscalation';
16
+ export { AlertRuleConditionSimpleEscalationEscalations } from './AlertRuleConditionSimpleEscalationEscalations';
17
+ export { AlertRuleConditionSimpleEscalation } from './AlertRuleConditionSimpleEscalation';
13
18
  export { AlertRuleDataSourceDsList } from './AlertRuleDataSourceDsList';
14
19
  export { AlertRuleQueryQueriesApmFilters } from './AlertRuleQueryQueriesApmFilters';
15
20
  export { AlertRuleQueryQueries } from './AlertRuleQueryQueries';
@@ -38,7 +43,9 @@ export { CreatePrometheusInstanceRequestTags } from './CreatePrometheusInstanceR
38
43
  export { CreateUmodelRequestCommonSchemaRef } from './CreateUmodelRequestCommonSchemaRef';
39
44
  export { GetUmodelResponseBodyCommonSchemaRef } from './GetUmodelResponseBodyCommonSchemaRef';
40
45
  export { GetUmodelDataResponseBodyErrors } from './GetUmodelDataResponseBodyErrors';
46
+ export { ListAlertActionsResponseBodyAlertActionsEbParam } from './ListAlertActionsResponseBodyAlertActionsEbParam';
41
47
  export { ListAlertActionsResponseBodyAlertActionsEssParam } from './ListAlertActionsResponseBodyAlertActionsEssParam';
48
+ export { ListAlertActionsResponseBodyAlertActionsFc3Param } from './ListAlertActionsResponseBodyAlertActionsFc3param';
42
49
  export { ListAlertActionsResponseBodyAlertActionsFcParam } from './ListAlertActionsResponseBodyAlertActionsFcParam';
43
50
  export { ListAlertActionsResponseBodyAlertActionsMnsParam } from './ListAlertActionsResponseBodyAlertActionsMnsParam';
44
51
  export { ListAlertActionsResponseBodyAlertActionsPagerDutyParam } from './ListAlertActionsResponseBodyAlertActionsPagerDutyParam';
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddonMeta = exports.UpdateUmodelRequestCommonSchemaRef = exports.ListWorkspacesResponseBodyWorkspaces = exports.ListAlertActionsResponseBodyAlertActions = exports.ListAlertActionsResponseBodyAlertActionsWebhookParam = exports.ListAlertActionsResponseBodyAlertActionsSlsParam = exports.ListAlertActionsResponseBodyAlertActionsPagerDutyParam = exports.ListAlertActionsResponseBodyAlertActionsMnsParam = exports.ListAlertActionsResponseBodyAlertActionsFcParam = exports.ListAlertActionsResponseBodyAlertActionsEssParam = exports.GetUmodelDataResponseBodyErrors = exports.GetUmodelResponseBodyCommonSchemaRef = exports.CreateUmodelRequestCommonSchemaRef = exports.CreatePrometheusInstanceRequestTags = exports.SubscriptionForViewPushingSetting = exports.SubscriptionForModifyPushingSetting = exports.NotifyStrategyForViewRoutes = exports.NotifyStrategyForViewRoutesEffectTimeRange = exports.NotifyStrategyForViewRoutesChannels = exports.NotifyStrategyForViewGroupingSetting = exports.NotifyStrategyForViewCustomTemplateEntries = exports.NotifyStrategyForModifyRoutes = exports.NotifyStrategyForModifyRoutesEffectTimeRange = exports.NotifyStrategyForModifyRoutesChannels = exports.NotifyStrategyForModifyGroupingSetting = exports.NotifyStrategyForModifyCustomTemplateEntries = exports.MaintainWindowForViewEffectTimeRange = exports.MaintainWindowForModifyEffectTimeRange = exports.IncidentNoteStructOperator = exports.IncidentMemberStructScheduleGroup = exports.IncidentMemberStructEscalation = exports.IncidentMemberStructContacts = exports.IncidentMemberStructAcknowledge = exports.FilterSettingConditions = exports.AlertRuleSlsQueryJoinConditions = exports.AlertRuleQueryQueries = exports.AlertRuleQueryQueriesApmFilters = exports.AlertRuleDataSourceDsList = exports.AlertRuleConditionCompareList = exports.AlertRuleConditionCompareListValueLevelList = exports.AlertRuleConditionCaseList = exports.AlertRuleAlertMetricParamDefValues = exports.AlertRuleAlertMetricFilterDefSupportedOpts = exports.AddonMetaEnvironments = exports.AddonMetaEnvironmentsPolicies = exports.AddonMetaEnvironmentsPoliciesProtocols = exports.AddonMetaEnvironmentsPoliciesMetricCheckRule = exports.AddonMetaEnvironmentsPoliciesBindEntity = exports.AddonMetaEnvironmentsDependencies = exports.AddonMetaDashboards = void 0;
4
- exports.CreateUmodelRequest = exports.CreatePrometheusInstanceResponse = exports.CreatePrometheusInstanceResponseBody = exports.CreatePrometheusInstanceRequest = exports.CreateEntityStoreResponse = exports.CreateEntityStoreResponseBody = exports.TransformerForView = exports.TransformerForModify = exports.TransformAction = exports.SubscriptionForView = exports.SubscriptionForModify = exports.RumDnsResponse = exports.PrometheusManagedInstance = exports.NotifyStrategyForView = exports.NotifyStrategyForModify = exports.MaintainWindowForView = exports.MaintainWindowForModify = exports.IncidentTimeline = exports.IncidentStruct = exports.IncidentResourceStruct = exports.IncidentResourceDetail = exports.IncidentPlanStruct = exports.IncidentPlanFieldPath = exports.IncidentPlanCorporationStruct = exports.IncidentNoteStruct = exports.IncidentMemberStruct = exports.IncidentEventStruct = exports.IncidentEscalationStruct = exports.IncidentEscalationStageStruct = exports.IncidentContactStruct = exports.FilterSetting = exports.DataStorageItem = exports.BizTraceConfig = exports.AlertRuleTimeSpan = exports.AlertRuleSlsQueryJoin = exports.AlertRuleSend = exports.AlertRuleQuery = exports.AlertRuleNotificationFilter = exports.AlertRuleNotification = exports.AlertRuleLabelFilter = exports.AlertRuleDataSource = exports.AlertRuleCondition = exports.AlertRuleAlertMetricParamDef = exports.AlertRuleAlertMetricInputParamValue = exports.AlertRuleAlertMetricInputFilterValue = exports.AlertRuleAlertMetricInput = exports.AlertRuleAlertMetricFilterDef = exports.AlertRuleAction = exports.AlertEventIntegrationPolicyForView = exports.AlertEventIntegrationPolicyForModify = void 0;
5
- exports.UpsertUmodelDataResponse = exports.UpsertUmodelDataResponseBody = exports.UpsertUmodelDataRequest = exports.UpdateUmodelResponse = exports.UpdateUmodelResponseBody = exports.UpdateUmodelRequest = exports.PutWorkspaceResponse = exports.PutWorkspaceResponseBody = exports.PutWorkspaceRequest = exports.ListWorkspacesResponse = exports.ListWorkspacesResponseBody = exports.ListWorkspacesShrinkRequest = exports.ListWorkspacesRequest = exports.ListAlertActionsResponse = exports.ListAlertActionsResponseBody = exports.ListAlertActionsShrinkRequest = exports.ListAlertActionsRequest = exports.GetWorkspaceResponse = exports.GetWorkspaceResponseBody = exports.GetUmodelDataResponse = exports.GetUmodelDataResponseBody = exports.GetUmodelDataRequest = exports.GetUmodelResponse = exports.GetUmodelResponseBody = exports.GetEntityStoreDataResponse = exports.GetEntityStoreDataResponseBody = exports.GetEntityStoreDataRequest = exports.GetEntityStoreDataHeaders = exports.GetEntityStoreResponse = exports.GetEntityStoreResponseBody = exports.DeleteWorkspaceResponse = exports.DeleteWorkspaceResponseBody = exports.DeleteUmodelDataResponse = exports.DeleteUmodelDataResponseBody = exports.DeleteUmodelDataRequest = exports.DeleteUmodelResponse = exports.DeleteUmodelResponseBody = exports.DeleteEntityStoreResponse = exports.DeleteEntityStoreResponseBody = exports.CreateUmodelResponse = exports.CreateUmodelResponseBody = void 0;
3
+ exports.ListAlertActionsResponseBodyAlertActionsMnsParam = exports.ListAlertActionsResponseBodyAlertActionsFcParam = exports.ListAlertActionsResponseBodyAlertActionsFc3Param = exports.ListAlertActionsResponseBodyAlertActionsEssParam = exports.ListAlertActionsResponseBodyAlertActionsEbParam = exports.GetUmodelDataResponseBodyErrors = exports.GetUmodelResponseBodyCommonSchemaRef = exports.CreateUmodelRequestCommonSchemaRef = exports.CreatePrometheusInstanceRequestTags = exports.SubscriptionForViewPushingSetting = exports.SubscriptionForModifyPushingSetting = exports.NotifyStrategyForViewRoutes = exports.NotifyStrategyForViewRoutesEffectTimeRange = exports.NotifyStrategyForViewRoutesChannels = exports.NotifyStrategyForViewGroupingSetting = exports.NotifyStrategyForViewCustomTemplateEntries = exports.NotifyStrategyForModifyRoutes = exports.NotifyStrategyForModifyRoutesEffectTimeRange = exports.NotifyStrategyForModifyRoutesChannels = exports.NotifyStrategyForModifyGroupingSetting = exports.NotifyStrategyForModifyCustomTemplateEntries = exports.MaintainWindowForViewEffectTimeRange = exports.MaintainWindowForModifyEffectTimeRange = exports.IncidentNoteStructOperator = exports.IncidentMemberStructScheduleGroup = exports.IncidentMemberStructEscalation = exports.IncidentMemberStructContacts = exports.IncidentMemberStructAcknowledge = exports.FilterSettingConditions = exports.AlertRuleSlsQueryJoinConditions = exports.AlertRuleQueryQueries = exports.AlertRuleQueryQueriesApmFilters = exports.AlertRuleDataSourceDsList = exports.AlertRuleConditionSimpleEscalation = exports.AlertRuleConditionSimpleEscalationEscalations = exports.AlertRuleConditionExpressEscalation = exports.AlertRuleConditionCompositeEscalation = exports.AlertRuleConditionCompositeEscalationEscalations = exports.AlertRuleConditionCompareList = exports.AlertRuleConditionCompareListValueLevelList = exports.AlertRuleConditionCaseList = exports.AlertRuleAlertMetricParamDefValues = exports.AlertRuleAlertMetricFilterDefSupportedOpts = exports.AddonMetaEnvironments = exports.AddonMetaEnvironmentsPolicies = exports.AddonMetaEnvironmentsPoliciesProtocols = exports.AddonMetaEnvironmentsPoliciesMetricCheckRule = exports.AddonMetaEnvironmentsPoliciesBindEntity = exports.AddonMetaEnvironmentsDependencies = exports.AddonMetaDashboards = void 0;
4
+ exports.TransformerForModify = exports.TransformAction = exports.SubscriptionForView = exports.SubscriptionForModify = exports.RumDnsResponse = exports.PrometheusManagedInstance = exports.NotifyStrategyForView = exports.NotifyStrategyForModify = exports.MaintainWindowForView = exports.MaintainWindowForModify = exports.IncidentTimeline = exports.IncidentStruct = exports.IncidentResourceStruct = exports.IncidentResourceDetail = exports.IncidentPlanStruct = exports.IncidentPlanFieldPath = exports.IncidentPlanCorporationStruct = exports.IncidentNoteStruct = exports.IncidentMemberStruct = exports.IncidentEventStruct = exports.IncidentEscalationStruct = exports.IncidentEscalationStageStruct = exports.IncidentContactStruct = exports.FilterSetting = exports.DataStorageItem = exports.BizTraceConfig = exports.AlertRuleTimeSpan = exports.AlertRuleSlsQueryJoin = exports.AlertRuleSend = exports.AlertRuleQuery = exports.AlertRuleNotificationFilter = exports.AlertRuleNotification = exports.AlertRuleLabelFilter = exports.AlertRuleDataSource = exports.AlertRuleCondition = exports.AlertRuleAlertMetricParamDef = exports.AlertRuleAlertMetricInputParamValue = exports.AlertRuleAlertMetricInputFilterValue = exports.AlertRuleAlertMetricInput = exports.AlertRuleAlertMetricFilterDef = exports.AlertRuleAction = exports.AlertEventIntegrationPolicyForView = exports.AlertEventIntegrationPolicyForModify = exports.AddonMeta = exports.UpdateUmodelRequestCommonSchemaRef = exports.ListWorkspacesResponseBodyWorkspaces = exports.ListAlertActionsResponseBodyAlertActions = exports.ListAlertActionsResponseBodyAlertActionsWebhookParam = exports.ListAlertActionsResponseBodyAlertActionsSlsParam = exports.ListAlertActionsResponseBodyAlertActionsPagerDutyParam = void 0;
5
+ exports.UpsertUmodelDataResponse = exports.UpsertUmodelDataResponseBody = exports.UpsertUmodelDataRequest = exports.UpdateUmodelResponse = exports.UpdateUmodelResponseBody = exports.UpdateUmodelRequest = exports.PutWorkspaceResponse = exports.PutWorkspaceResponseBody = exports.PutWorkspaceRequest = exports.ListWorkspacesResponse = exports.ListWorkspacesResponseBody = exports.ListWorkspacesShrinkRequest = exports.ListWorkspacesRequest = exports.ListAlertActionsResponse = exports.ListAlertActionsResponseBody = exports.ListAlertActionsShrinkRequest = exports.ListAlertActionsRequest = exports.GetWorkspaceResponse = exports.GetWorkspaceResponseBody = exports.GetUmodelDataResponse = exports.GetUmodelDataResponseBody = exports.GetUmodelDataRequest = exports.GetUmodelResponse = exports.GetUmodelResponseBody = exports.GetEntityStoreDataResponse = exports.GetEntityStoreDataResponseBody = exports.GetEntityStoreDataRequest = exports.GetEntityStoreDataHeaders = exports.GetEntityStoreResponse = exports.GetEntityStoreResponseBody = exports.DeleteWorkspaceResponse = exports.DeleteWorkspaceResponseBody = exports.DeleteUmodelDataResponse = exports.DeleteUmodelDataResponseBody = exports.DeleteUmodelDataRequest = exports.DeleteUmodelResponse = exports.DeleteUmodelResponseBody = exports.DeleteEntityStoreResponse = exports.DeleteEntityStoreResponseBody = exports.CreateUmodelResponse = exports.CreateUmodelResponseBody = exports.CreateUmodelRequest = exports.CreatePrometheusInstanceResponse = exports.CreatePrometheusInstanceResponseBody = exports.CreatePrometheusInstanceRequest = exports.CreateEntityStoreResponse = exports.CreateEntityStoreResponseBody = exports.TransformerForView = void 0;
6
6
  var AddonMetaDashboards_1 = require("./AddonMetaDashboards");
7
7
  Object.defineProperty(exports, "AddonMetaDashboards", { enumerable: true, get: function () { return AddonMetaDashboards_1.AddonMetaDashboards; } });
8
8
  var AddonMetaEnvironmentsDependencies_1 = require("./AddonMetaEnvironmentsDependencies");
@@ -27,6 +27,16 @@ var AlertRuleConditionCompareListValueLevelList_1 = require("./AlertRuleConditio
27
27
  Object.defineProperty(exports, "AlertRuleConditionCompareListValueLevelList", { enumerable: true, get: function () { return AlertRuleConditionCompareListValueLevelList_1.AlertRuleConditionCompareListValueLevelList; } });
28
28
  var AlertRuleConditionCompareList_1 = require("./AlertRuleConditionCompareList");
29
29
  Object.defineProperty(exports, "AlertRuleConditionCompareList", { enumerable: true, get: function () { return AlertRuleConditionCompareList_1.AlertRuleConditionCompareList; } });
30
+ var AlertRuleConditionCompositeEscalationEscalations_1 = require("./AlertRuleConditionCompositeEscalationEscalations");
31
+ Object.defineProperty(exports, "AlertRuleConditionCompositeEscalationEscalations", { enumerable: true, get: function () { return AlertRuleConditionCompositeEscalationEscalations_1.AlertRuleConditionCompositeEscalationEscalations; } });
32
+ var AlertRuleConditionCompositeEscalation_1 = require("./AlertRuleConditionCompositeEscalation");
33
+ Object.defineProperty(exports, "AlertRuleConditionCompositeEscalation", { enumerable: true, get: function () { return AlertRuleConditionCompositeEscalation_1.AlertRuleConditionCompositeEscalation; } });
34
+ var AlertRuleConditionExpressEscalation_1 = require("./AlertRuleConditionExpressEscalation");
35
+ Object.defineProperty(exports, "AlertRuleConditionExpressEscalation", { enumerable: true, get: function () { return AlertRuleConditionExpressEscalation_1.AlertRuleConditionExpressEscalation; } });
36
+ var AlertRuleConditionSimpleEscalationEscalations_1 = require("./AlertRuleConditionSimpleEscalationEscalations");
37
+ Object.defineProperty(exports, "AlertRuleConditionSimpleEscalationEscalations", { enumerable: true, get: function () { return AlertRuleConditionSimpleEscalationEscalations_1.AlertRuleConditionSimpleEscalationEscalations; } });
38
+ var AlertRuleConditionSimpleEscalation_1 = require("./AlertRuleConditionSimpleEscalation");
39
+ Object.defineProperty(exports, "AlertRuleConditionSimpleEscalation", { enumerable: true, get: function () { return AlertRuleConditionSimpleEscalation_1.AlertRuleConditionSimpleEscalation; } });
30
40
  var AlertRuleDataSourceDsList_1 = require("./AlertRuleDataSourceDsList");
31
41
  Object.defineProperty(exports, "AlertRuleDataSourceDsList", { enumerable: true, get: function () { return AlertRuleDataSourceDsList_1.AlertRuleDataSourceDsList; } });
32
42
  var AlertRuleQueryQueriesApmFilters_1 = require("./AlertRuleQueryQueriesApmFilters");
@@ -83,8 +93,12 @@ var GetUmodelResponseBodyCommonSchemaRef_1 = require("./GetUmodelResponseBodyCom
83
93
  Object.defineProperty(exports, "GetUmodelResponseBodyCommonSchemaRef", { enumerable: true, get: function () { return GetUmodelResponseBodyCommonSchemaRef_1.GetUmodelResponseBodyCommonSchemaRef; } });
84
94
  var GetUmodelDataResponseBodyErrors_1 = require("./GetUmodelDataResponseBodyErrors");
85
95
  Object.defineProperty(exports, "GetUmodelDataResponseBodyErrors", { enumerable: true, get: function () { return GetUmodelDataResponseBodyErrors_1.GetUmodelDataResponseBodyErrors; } });
96
+ var ListAlertActionsResponseBodyAlertActionsEbParam_1 = require("./ListAlertActionsResponseBodyAlertActionsEbParam");
97
+ Object.defineProperty(exports, "ListAlertActionsResponseBodyAlertActionsEbParam", { enumerable: true, get: function () { return ListAlertActionsResponseBodyAlertActionsEbParam_1.ListAlertActionsResponseBodyAlertActionsEbParam; } });
86
98
  var ListAlertActionsResponseBodyAlertActionsEssParam_1 = require("./ListAlertActionsResponseBodyAlertActionsEssParam");
87
99
  Object.defineProperty(exports, "ListAlertActionsResponseBodyAlertActionsEssParam", { enumerable: true, get: function () { return ListAlertActionsResponseBodyAlertActionsEssParam_1.ListAlertActionsResponseBodyAlertActionsEssParam; } });
100
+ var ListAlertActionsResponseBodyAlertActionsFc3param_1 = require("./ListAlertActionsResponseBodyAlertActionsFc3param");
101
+ Object.defineProperty(exports, "ListAlertActionsResponseBodyAlertActionsFc3Param", { enumerable: true, get: function () { return ListAlertActionsResponseBodyAlertActionsFc3param_1.ListAlertActionsResponseBodyAlertActionsFc3Param; } });
88
102
  var ListAlertActionsResponseBodyAlertActionsFcParam_1 = require("./ListAlertActionsResponseBodyAlertActionsFcParam");
89
103
  Object.defineProperty(exports, "ListAlertActionsResponseBodyAlertActionsFcParam", { enumerable: true, get: function () { return ListAlertActionsResponseBodyAlertActionsFcParam_1.ListAlertActionsResponseBodyAlertActionsFcParam; } });
90
104
  var ListAlertActionsResponseBodyAlertActionsMnsParam_1 = require("./ListAlertActionsResponseBodyAlertActionsMnsParam");
@@ -1 +1 @@
1
- {"version":3,"file":"model.js","sourceRoot":"","sources":["../../src/models/model.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"model.js","sourceRoot":"","sources":["../../src/models/model.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cms20240330",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
@@ -2,6 +2,9 @@
2
2
  import * as $dara from '@darabonba/typescript';
3
3
  import { AlertRuleConditionCaseList } from "./AlertRuleConditionCaseList";
4
4
  import { AlertRuleConditionCompareList } from "./AlertRuleConditionCompareList";
5
+ import { AlertRuleConditionCompositeEscalation } from "./AlertRuleConditionCompositeEscalation";
6
+ import { AlertRuleConditionExpressEscalation } from "./AlertRuleConditionExpressEscalation";
7
+ import { AlertRuleConditionSimpleEscalation } from "./AlertRuleConditionSimpleEscalation";
5
8
 
6
9
 
7
10
  export class AlertRuleCondition extends $dara.Model {
@@ -16,13 +19,18 @@ export class AlertRuleCondition extends $dara.Model {
16
19
  */
17
20
  caseList?: AlertRuleConditionCaseList[];
18
21
  compareList?: AlertRuleConditionCompareList[];
19
- noDataAppendValue?: string;
22
+ compositeEscalation?: AlertRuleConditionCompositeEscalation;
23
+ escalationType?: string;
24
+ expressEscalation?: AlertRuleConditionExpressEscalation;
20
25
  /**
21
26
  * @remarks
22
27
  * 无数据时按什么级别告警,不指定则不对无数据报警
23
28
  */
24
- nodataAlertLevel?: string;
29
+ noDataAlertLevel?: string;
30
+ noDataAppendValue?: string;
31
+ noDataPolicy?: string;
25
32
  relation?: string;
33
+ simpleEscalation?: AlertRuleConditionSimpleEscalation;
26
34
  /**
27
35
  * @remarks
28
36
  * 规则条件类型,可选值:SLS_CONDITION
@@ -35,9 +43,14 @@ export class AlertRuleCondition extends $dara.Model {
35
43
  alertCount: 'alertCount',
36
44
  caseList: 'caseList',
37
45
  compareList: 'compareList',
46
+ compositeEscalation: 'compositeEscalation',
47
+ escalationType: 'escalationType',
48
+ expressEscalation: 'expressEscalation',
49
+ noDataAlertLevel: 'noDataAlertLevel',
38
50
  noDataAppendValue: 'noDataAppendValue',
39
- nodataAlertLevel: 'nodataAlertLevel',
51
+ noDataPolicy: 'noDataPolicy',
40
52
  relation: 'relation',
53
+ simpleEscalation: 'simpleEscalation',
41
54
  type: 'type',
42
55
  };
43
56
  }
@@ -47,9 +60,14 @@ export class AlertRuleCondition extends $dara.Model {
47
60
  alertCount: 'number',
48
61
  caseList: { 'type': 'array', 'itemType': AlertRuleConditionCaseList },
49
62
  compareList: { 'type': 'array', 'itemType': AlertRuleConditionCompareList },
63
+ compositeEscalation: AlertRuleConditionCompositeEscalation,
64
+ escalationType: 'string',
65
+ expressEscalation: AlertRuleConditionExpressEscalation,
66
+ noDataAlertLevel: 'string',
50
67
  noDataAppendValue: 'string',
51
- nodataAlertLevel: 'string',
68
+ noDataPolicy: 'string',
52
69
  relation: 'string',
70
+ simpleEscalation: AlertRuleConditionSimpleEscalation,
53
71
  type: 'string',
54
72
  };
55
73
  }
@@ -61,6 +79,15 @@ export class AlertRuleCondition extends $dara.Model {
61
79
  if(Array.isArray(this.compareList)) {
62
80
  $dara.Model.validateArray(this.compareList);
63
81
  }
82
+ if(this.compositeEscalation && typeof (this.compositeEscalation as any).validate === 'function') {
83
+ (this.compositeEscalation as any).validate();
84
+ }
85
+ if(this.expressEscalation && typeof (this.expressEscalation as any).validate === 'function') {
86
+ (this.expressEscalation as any).validate();
87
+ }
88
+ if(this.simpleEscalation && typeof (this.simpleEscalation as any).validate === 'function') {
89
+ (this.simpleEscalation as any).validate();
90
+ }
64
91
  super.validate();
65
92
  }
66
93
 
@@ -0,0 +1,40 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { AlertRuleConditionCompositeEscalationEscalations } from "./AlertRuleConditionCompositeEscalationEscalations";
4
+
5
+
6
+ export class AlertRuleConditionCompositeEscalation extends $dara.Model {
7
+ escalations?: AlertRuleConditionCompositeEscalationEscalations[];
8
+ level?: string;
9
+ relation?: string;
10
+ times?: number;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ escalations: 'escalations',
14
+ level: 'level',
15
+ relation: 'relation',
16
+ times: 'times',
17
+ };
18
+ }
19
+
20
+ static types(): { [key: string]: any } {
21
+ return {
22
+ escalations: { 'type': 'array', 'itemType': AlertRuleConditionCompositeEscalationEscalations },
23
+ level: 'string',
24
+ relation: 'string',
25
+ times: 'number',
26
+ };
27
+ }
28
+
29
+ validate() {
30
+ if(Array.isArray(this.escalations)) {
31
+ $dara.Model.validateArray(this.escalations);
32
+ }
33
+ super.validate();
34
+ }
35
+
36
+ constructor(map?: { [key: string]: any }) {
37
+ super(map);
38
+ }
39
+ }
40
+
@@ -0,0 +1,39 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class AlertRuleConditionCompositeEscalationEscalations extends $dara.Model {
6
+ comparisonOperator?: string;
7
+ metricName?: string;
8
+ period?: number;
9
+ statistics?: string;
10
+ threshold?: number;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ comparisonOperator: 'comparisonOperator',
14
+ metricName: 'metricName',
15
+ period: 'period',
16
+ statistics: 'statistics',
17
+ threshold: 'threshold',
18
+ };
19
+ }
20
+
21
+ static types(): { [key: string]: any } {
22
+ return {
23
+ comparisonOperator: 'string',
24
+ metricName: 'string',
25
+ period: 'number',
26
+ statistics: 'string',
27
+ threshold: 'number',
28
+ };
29
+ }
30
+
31
+ validate() {
32
+ super.validate();
33
+ }
34
+
35
+ constructor(map?: { [key: string]: any }) {
36
+ super(map);
37
+ }
38
+ }
39
+
@@ -0,0 +1,33 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class AlertRuleConditionExpressEscalation extends $dara.Model {
6
+ level?: string;
7
+ rawExpression?: string;
8
+ times?: number;
9
+ static names(): { [key: string]: string } {
10
+ return {
11
+ level: 'level',
12
+ rawExpression: 'rawExpression',
13
+ times: 'times',
14
+ };
15
+ }
16
+
17
+ static types(): { [key: string]: any } {
18
+ return {
19
+ level: 'string',
20
+ rawExpression: 'string',
21
+ times: 'number',
22
+ };
23
+ }
24
+
25
+ validate() {
26
+ super.validate();
27
+ }
28
+
29
+ constructor(map?: { [key: string]: any }) {
30
+ super(map);
31
+ }
32
+ }
33
+
@@ -0,0 +1,37 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+ import { AlertRuleConditionSimpleEscalationEscalations } from "./AlertRuleConditionSimpleEscalationEscalations";
4
+
5
+
6
+ export class AlertRuleConditionSimpleEscalation extends $dara.Model {
7
+ escalations?: AlertRuleConditionSimpleEscalationEscalations[];
8
+ metricName?: string;
9
+ period?: number;
10
+ static names(): { [key: string]: string } {
11
+ return {
12
+ escalations: 'escalations',
13
+ metricName: 'metricName',
14
+ period: 'period',
15
+ };
16
+ }
17
+
18
+ static types(): { [key: string]: any } {
19
+ return {
20
+ escalations: { 'type': 'array', 'itemType': AlertRuleConditionSimpleEscalationEscalations },
21
+ metricName: 'string',
22
+ period: 'number',
23
+ };
24
+ }
25
+
26
+ validate() {
27
+ if(Array.isArray(this.escalations)) {
28
+ $dara.Model.validateArray(this.escalations);
29
+ }
30
+ super.validate();
31
+ }
32
+
33
+ constructor(map?: { [key: string]: any }) {
34
+ super(map);
35
+ }
36
+ }
37
+
@@ -0,0 +1,39 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class AlertRuleConditionSimpleEscalationEscalations extends $dara.Model {
6
+ comparisonOperator?: string;
7
+ level?: string;
8
+ statistics?: string;
9
+ threshold?: number;
10
+ times?: number;
11
+ static names(): { [key: string]: string } {
12
+ return {
13
+ comparisonOperator: 'comparisonOperator',
14
+ level: 'level',
15
+ statistics: 'statistics',
16
+ threshold: 'threshold',
17
+ times: 'times',
18
+ };
19
+ }
20
+
21
+ static types(): { [key: string]: any } {
22
+ return {
23
+ comparisonOperator: 'string',
24
+ level: 'string',
25
+ statistics: 'string',
26
+ threshold: 'number',
27
+ times: 'number',
28
+ };
29
+ }
30
+
31
+ validate() {
32
+ super.validate();
33
+ }
34
+
35
+ constructor(map?: { [key: string]: any }) {
36
+ super(map);
37
+ }
38
+ }
39
+