@alicloud/cms20240330 3.3.0 → 3.4.0
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/dist/client.d.ts +155 -2
- package/dist/client.js +368 -2
- package/dist/client.js.map +1 -1
- package/dist/models/AlertRuleSend.d.ts +1 -0
- package/dist/models/AlertRuleSend.js +5 -0
- package/dist/models/AlertRuleSend.js.map +1 -1
- package/dist/models/CmsEventForView.d.ts +42 -0
- package/dist/models/CmsEventForView.js +113 -0
- package/dist/models/CmsEventForView.js.map +1 -0
- package/dist/models/ContactForIncidentView.d.ts +15 -0
- package/dist/models/ContactForIncidentView.js +60 -0
- package/dist/models/ContactForIncidentView.js.map +1 -0
- package/dist/models/CreateCloudResourceResponse.d.ts +19 -0
- package/dist/models/CreateCloudResourceResponse.js +69 -0
- package/dist/models/CreateCloudResourceResponse.js.map +1 -0
- package/dist/models/CreateCloudResourceResponseBody.d.ts +18 -0
- package/dist/models/CreateCloudResourceResponseBody.js +58 -0
- package/dist/models/CreateCloudResourceResponseBody.js.map +1 -0
- package/dist/models/DeleteCloudResourceResponse.d.ts +19 -0
- package/dist/models/DeleteCloudResourceResponse.js +69 -0
- package/dist/models/DeleteCloudResourceResponse.js.map +1 -0
- package/dist/models/DeleteCloudResourceResponseBody.d.ts +18 -0
- package/dist/models/DeleteCloudResourceResponseBody.js +58 -0
- package/dist/models/DeleteCloudResourceResponseBody.js.map +1 -0
- package/dist/models/DescribeRegionsRequest.d.ts +18 -0
- package/dist/models/DescribeRegionsRequest.js +58 -0
- package/dist/models/DescribeRegionsRequest.js.map +1 -0
- package/dist/models/DescribeRegionsResponse.d.ts +19 -0
- package/dist/models/DescribeRegionsResponse.js +69 -0
- package/dist/models/DescribeRegionsResponse.js.map +1 -0
- package/dist/models/DescribeRegionsResponseBody.d.ts +44 -0
- package/dist/models/DescribeRegionsResponseBody.js +84 -0
- package/dist/models/DescribeRegionsResponseBody.js.map +1 -0
- package/dist/models/EffectTimeRange.d.ts +17 -0
- package/dist/models/EffectTimeRange.js +67 -0
- package/dist/models/EffectTimeRange.js.map +1 -0
- package/dist/models/EventResourceForEventView.d.ts +35 -0
- package/dist/models/EventResourceForEventView.js +94 -0
- package/dist/models/EventResourceForEventView.js.map +1 -0
- package/dist/models/EventResourceForIncidentView.d.ts +18 -0
- package/dist/models/EventResourceForIncidentView.js +66 -0
- package/dist/models/EventResourceForIncidentView.js.map +1 -0
- package/dist/models/GetCloudResourceDataRequest.d.ts +37 -0
- package/dist/models/GetCloudResourceDataRequest.js +62 -0
- package/dist/models/GetCloudResourceDataRequest.js.map +1 -0
- package/dist/models/GetCloudResourceDataResponse.d.ts +19 -0
- package/dist/models/GetCloudResourceDataResponse.js +69 -0
- package/dist/models/GetCloudResourceDataResponse.js.map +1 -0
- package/dist/models/GetCloudResourceDataResponseBody.d.ts +20 -0
- package/dist/models/GetCloudResourceDataResponseBody.js +68 -0
- package/dist/models/GetCloudResourceDataResponseBody.js.map +1 -0
- package/dist/models/GetCloudResourceResponse.d.ts +19 -0
- package/dist/models/GetCloudResourceResponse.js +69 -0
- package/dist/models/GetCloudResourceResponse.js.map +1 -0
- package/dist/models/GetCloudResourceResponseBody.d.ts +23 -0
- package/dist/models/GetCloudResourceResponseBody.js +60 -0
- package/dist/models/GetCloudResourceResponseBody.js.map +1 -0
- package/dist/models/GetCmsServiceRequest.d.ts +29 -0
- package/dist/models/GetCmsServiceRequest.js +60 -0
- package/dist/models/GetCmsServiceRequest.js.map +1 -0
- package/dist/models/GetCmsServiceResponse.d.ts +19 -0
- package/dist/models/GetCmsServiceResponse.js +69 -0
- package/dist/models/GetCmsServiceResponse.js.map +1 -0
- package/dist/models/GetCmsServiceResponseBody.d.ts +31 -0
- package/dist/models/GetCmsServiceResponseBody.js +62 -0
- package/dist/models/GetCmsServiceResponseBody.js.map +1 -0
- package/dist/models/GetPrometheusUserSettingRequest.d.ts +18 -0
- package/dist/models/GetPrometheusUserSettingRequest.js +58 -0
- package/dist/models/GetPrometheusUserSettingRequest.js.map +1 -0
- package/dist/models/GetPrometheusUserSettingResponse.d.ts +19 -0
- package/dist/models/GetPrometheusUserSettingResponse.js +69 -0
- package/dist/models/GetPrometheusUserSettingResponse.js.map +1 -0
- package/dist/models/GetPrometheusUserSettingResponseBody.d.ts +24 -0
- package/dist/models/GetPrometheusUserSettingResponseBody.js +63 -0
- package/dist/models/GetPrometheusUserSettingResponseBody.js.map +1 -0
- package/dist/models/IncidentEscalationPolicyForModify.d.ts +22 -0
- package/dist/models/IncidentEscalationPolicyForModify.js +68 -0
- package/dist/models/IncidentEscalationPolicyForModify.js.map +1 -0
- package/dist/models/IncidentEscalationPolicyForView.d.ts +31 -0
- package/dist/models/IncidentEscalationPolicyForView.js +86 -0
- package/dist/models/IncidentEscalationPolicyForView.js.map +1 -0
- package/dist/models/IncidentEscalationStageForView.d.ts +26 -0
- package/dist/models/IncidentEscalationStageForView.js +78 -0
- package/dist/models/IncidentEscalationStageForView.js.map +1 -0
- package/dist/models/IncidentEventForView.d.ts +43 -0
- package/dist/models/IncidentEventForView.js +119 -0
- package/dist/models/IncidentEventForView.js.map +1 -0
- package/dist/models/IncidentForView.d.ts +41 -0
- package/dist/models/IncidentForView.js +125 -0
- package/dist/models/IncidentForView.js.map +1 -0
- package/dist/models/IncidentResponsePlanForView.d.ts +30 -0
- package/dist/models/IncidentResponsePlanForView.js +97 -0
- package/dist/models/IncidentResponsePlanForView.js.map +1 -0
- package/dist/models/IncidentTimelineForView.d.ts +24 -0
- package/dist/models/IncidentTimelineForView.js +80 -0
- package/dist/models/IncidentTimelineForView.js.map +1 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsRequest.d.ts +28 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsRequest.js +62 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsRequest.js.map +1 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsResponse.d.ts +19 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsResponse.js +69 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsResponse.js.map +1 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsResponseBody.d.ts +124 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsResponseBody.js +134 -0
- package/dist/models/ListIntegrationPolicyServiceMonitorsResponseBody.js.map +1 -0
- package/dist/models/NotifyChannel.d.ts +16 -0
- package/dist/models/NotifyChannel.js +68 -0
- package/dist/models/NotifyChannel.js.map +1 -0
- package/dist/models/NotifyStrategyForModify.d.ts +37 -0
- package/dist/models/NotifyStrategyForModify.js +81 -1
- package/dist/models/NotifyStrategyForModify.js.map +1 -1
- package/dist/models/NotifyStrategyForView.d.ts +38 -0
- package/dist/models/NotifyStrategyForView.js +86 -1
- package/dist/models/NotifyStrategyForView.js.map +1 -1
- package/dist/models/PushingSetting.d.ts +16 -0
- package/dist/models/PushingSetting.js +68 -0
- package/dist/models/PushingSetting.js.map +1 -0
- package/dist/models/RepeatNotifySetting.d.ts +15 -0
- package/dist/models/RepeatNotifySetting.js +60 -0
- package/dist/models/RepeatNotifySetting.js.map +1 -0
- package/dist/models/SubscriptionForView.d.ts +1 -0
- package/dist/models/SubscriptionForView.js +2 -0
- package/dist/models/SubscriptionForView.js.map +1 -1
- package/dist/models/Tag.d.ts +15 -0
- package/dist/models/Tag.js +60 -0
- package/dist/models/Tag.js.map +1 -0
- package/dist/models/UpdatePrometheusUserSettingRequest.d.ts +21 -0
- package/dist/models/UpdatePrometheusUserSettingRequest.js +58 -0
- package/dist/models/UpdatePrometheusUserSettingRequest.js.map +1 -0
- package/dist/models/UpdatePrometheusUserSettingResponse.d.ts +19 -0
- package/dist/models/UpdatePrometheusUserSettingResponse.js +69 -0
- package/dist/models/UpdatePrometheusUserSettingResponse.js.map +1 -0
- package/dist/models/UpdatePrometheusUserSettingResponseBody.d.ts +21 -0
- package/dist/models/UpdatePrometheusUserSettingResponseBody.js +58 -0
- package/dist/models/UpdatePrometheusUserSettingResponseBody.js.map +1 -0
- package/dist/models/WorkspaceFilterSetting.d.ts +16 -0
- package/dist/models/WorkspaceFilterSetting.js +67 -0
- package/dist/models/WorkspaceFilterSetting.js.map +1 -0
- package/dist/models/model.d.ts +49 -0
- package/dist/models/model.js +117 -18
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +397 -2
- package/src/models/AlertRuleSend.ts +6 -0
- package/src/models/CmsEventForView.ts +103 -0
- package/src/models/ContactForIncidentView.ts +30 -0
- package/src/models/CreateCloudResourceResponse.ts +40 -0
- package/src/models/CreateCloudResourceResponseBody.ts +31 -0
- package/src/models/DeleteCloudResourceResponse.ts +40 -0
- package/src/models/DeleteCloudResourceResponseBody.ts +31 -0
- package/src/models/DescribeRegionsRequest.ts +31 -0
- package/src/models/DescribeRegionsResponse.ts +40 -0
- package/src/models/DescribeRegionsResponseBody.ts +74 -0
- package/src/models/EffectTimeRange.ts +39 -0
- package/src/models/EventResourceForEventView.ts +71 -0
- package/src/models/EventResourceForIncidentView.ts +39 -0
- package/src/models/GetCloudResourceDataRequest.ts +54 -0
- package/src/models/GetCloudResourceDataResponse.ts +40 -0
- package/src/models/GetCloudResourceDataResponseBody.ts +43 -0
- package/src/models/GetCloudResourceResponse.ts +40 -0
- package/src/models/GetCloudResourceResponseBody.ts +38 -0
- package/src/models/GetCmsServiceRequest.ts +44 -0
- package/src/models/GetCmsServiceResponse.ts +40 -0
- package/src/models/GetCmsServiceResponseBody.ts +48 -0
- package/src/models/GetPrometheusUserSettingRequest.ts +31 -0
- package/src/models/GetPrometheusUserSettingResponse.ts +40 -0
- package/src/models/GetPrometheusUserSettingResponseBody.ts +40 -0
- package/src/models/IncidentEscalationPolicyForModify.ts +44 -0
- package/src/models/IncidentEscalationPolicyForView.ts +71 -0
- package/src/models/IncidentEscalationStageForView.ts +57 -0
- package/src/models/IncidentEventForView.ts +107 -0
- package/src/models/IncidentForView.ts +115 -0
- package/src/models/IncidentResponsePlanForView.ts +80 -0
- package/src/models/IncidentTimelineForView.ts +58 -0
- package/src/models/ListIntegrationPolicyServiceMonitorsRequest.ts +45 -0
- package/src/models/ListIntegrationPolicyServiceMonitorsResponse.ts +40 -0
- package/src/models/ListIntegrationPolicyServiceMonitorsResponseBody.ts +195 -0
- package/src/models/NotifyChannel.ts +39 -0
- package/src/models/NotifyStrategyForModify.ts +98 -0
- package/src/models/NotifyStrategyForView.ts +104 -0
- package/src/models/PushingSetting.ts +39 -0
- package/src/models/RepeatNotifySetting.ts +30 -0
- package/src/models/SubscriptionForView.ts +3 -0
- package/src/models/Tag.ts +30 -0
- package/src/models/UpdatePrometheusUserSettingRequest.ts +34 -0
- package/src/models/UpdatePrometheusUserSettingResponse.ts +40 -0
- package/src/models/UpdatePrometheusUserSettingResponseBody.ts +34 -0
- package/src/models/WorkspaceFilterSetting.ts +37 -0
- package/src/models/model.ts +49 -0
|
@@ -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 PushingSetting extends $dara.Model {
|
|
6
|
+
alertActionIds?: string[];
|
|
7
|
+
restoreActionIds?: string[];
|
|
8
|
+
templateUuid?: string;
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
alertActionIds: 'alertActionIds',
|
|
12
|
+
restoreActionIds: 'restoreActionIds',
|
|
13
|
+
templateUuid: 'templateUuid',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
alertActionIds: { 'type': 'array', 'itemType': 'string' },
|
|
20
|
+
restoreActionIds: { 'type': 'array', 'itemType': 'string' },
|
|
21
|
+
templateUuid: 'string',
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
validate() {
|
|
26
|
+
if(Array.isArray(this.alertActionIds)) {
|
|
27
|
+
$dara.Model.validateArray(this.alertActionIds);
|
|
28
|
+
}
|
|
29
|
+
if(Array.isArray(this.restoreActionIds)) {
|
|
30
|
+
$dara.Model.validateArray(this.restoreActionIds);
|
|
31
|
+
}
|
|
32
|
+
super.validate();
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
constructor(map?: { [key: string]: any }) {
|
|
36
|
+
super(map);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class RepeatNotifySetting extends $dara.Model {
|
|
6
|
+
endIncidentState?: string;
|
|
7
|
+
repeatInterval?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
endIncidentState: 'endIncidentState',
|
|
11
|
+
repeatInterval: 'repeatInterval',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
endIncidentState: 'string',
|
|
18
|
+
repeatInterval: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -54,6 +54,7 @@ export class SubscriptionForView extends $dara.Model {
|
|
|
54
54
|
* This parameter is required.
|
|
55
55
|
*/
|
|
56
56
|
subscriptionName?: string;
|
|
57
|
+
syncFromType?: string;
|
|
57
58
|
updateTime?: string;
|
|
58
59
|
userId?: string;
|
|
59
60
|
workspace?: string;
|
|
@@ -67,6 +68,7 @@ export class SubscriptionForView extends $dara.Model {
|
|
|
67
68
|
pushingSetting: 'pushingSetting',
|
|
68
69
|
subscriptionId: 'subscriptionId',
|
|
69
70
|
subscriptionName: 'subscriptionName',
|
|
71
|
+
syncFromType: 'syncFromType',
|
|
70
72
|
updateTime: 'updateTime',
|
|
71
73
|
userId: 'userId',
|
|
72
74
|
workspace: 'workspace',
|
|
@@ -83,6 +85,7 @@ export class SubscriptionForView extends $dara.Model {
|
|
|
83
85
|
pushingSetting: SubscriptionForViewPushingSetting,
|
|
84
86
|
subscriptionId: 'string',
|
|
85
87
|
subscriptionName: 'string',
|
|
88
|
+
syncFromType: 'string',
|
|
86
89
|
updateTime: 'string',
|
|
87
90
|
userId: 'string',
|
|
88
91
|
workspace: 'string',
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class Tag extends $dara.Model {
|
|
6
|
+
key?: string;
|
|
7
|
+
value?: string;
|
|
8
|
+
static names(): { [key: string]: string } {
|
|
9
|
+
return {
|
|
10
|
+
key: 'key',
|
|
11
|
+
value: 'value',
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
static types(): { [key: string]: any } {
|
|
16
|
+
return {
|
|
17
|
+
key: 'string',
|
|
18
|
+
value: 'string',
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
validate() {
|
|
23
|
+
super.validate();
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
constructor(map?: { [key: string]: any }) {
|
|
27
|
+
super(map);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdatePrometheusUserSettingRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* abc
|
|
12
|
+
*/
|
|
13
|
+
settingValue?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
settingValue: 'settingValue',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
settingValue: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { UpdatePrometheusUserSettingResponseBody } from "./UpdatePrometheusUserSettingResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdatePrometheusUserSettingResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpdatePrometheusUserSettingResponseBody;
|
|
10
|
+
static names(): { [key: string]: string } {
|
|
11
|
+
return {
|
|
12
|
+
headers: 'headers',
|
|
13
|
+
statusCode: 'statusCode',
|
|
14
|
+
body: 'body',
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
static types(): { [key: string]: any } {
|
|
19
|
+
return {
|
|
20
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
21
|
+
statusCode: 'number',
|
|
22
|
+
body: UpdatePrometheusUserSettingResponseBody,
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
if(this.headers) {
|
|
28
|
+
$dara.Model.validateMap(this.headers);
|
|
29
|
+
}
|
|
30
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
31
|
+
(this.body as any).validate();
|
|
32
|
+
}
|
|
33
|
+
super.validate();
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
constructor(map?: { [key: string]: any }) {
|
|
37
|
+
super(map);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdatePrometheusUserSettingResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 8FDE2569-626B-5176-9844-28877A*****
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
static names(): { [key: string]: string } {
|
|
15
|
+
return {
|
|
16
|
+
requestId: 'requestId',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
requestId: 'string',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
validate() {
|
|
27
|
+
super.validate();
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
constructor(map?: { [key: string]: any }) {
|
|
31
|
+
super(map);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { FilterSetting } from "./FilterSetting";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class WorkspaceFilterSetting extends $dara.Model {
|
|
7
|
+
tagSelector?: FilterSetting;
|
|
8
|
+
workspaceUuids?: string[];
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
tagSelector: 'tagSelector',
|
|
12
|
+
workspaceUuids: 'workspaceUuids',
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
static types(): { [key: string]: any } {
|
|
17
|
+
return {
|
|
18
|
+
tagSelector: FilterSetting,
|
|
19
|
+
workspaceUuids: { 'type': 'array', 'itemType': 'string' },
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
if(this.tagSelector && typeof (this.tagSelector as any).validate === 'function') {
|
|
25
|
+
(this.tagSelector as any).validate();
|
|
26
|
+
}
|
|
27
|
+
if(Array.isArray(this.workspaceUuids)) {
|
|
28
|
+
$dara.Model.validateArray(this.workspaceUuids);
|
|
29
|
+
}
|
|
30
|
+
super.validate();
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
constructor(map?: { [key: string]: any }) {
|
|
34
|
+
super(map);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -28,6 +28,7 @@ export { EntityDiscoverRuleIpMatchRule } from './EntityDiscoverRule';
|
|
|
28
28
|
export { EntityDiscoverRuleLabels } from './EntityDiscoverRule';
|
|
29
29
|
export { EntityDiscoverRuleTags } from './EntityDiscoverRule';
|
|
30
30
|
export { EntityGroupBaseEntityQueries } from './EntityGroupBase';
|
|
31
|
+
export { EventResourceForEventViewEntity } from './EventResourceForEventView';
|
|
31
32
|
export { FilterSettingConditions } from './FilterSetting';
|
|
32
33
|
export { IncidentMemberStructAcknowledge } from './IncidentMemberStruct';
|
|
33
34
|
export { IncidentMemberStructContacts } from './IncidentMemberStruct';
|
|
@@ -39,11 +40,15 @@ export { MaintainWindowForViewEffectTimeRange } from './MaintainWindowForView';
|
|
|
39
40
|
export { MergeRobotExtend } from './MergeRobot';
|
|
40
41
|
export { NotifyStrategyForModifyCustomTemplateEntries } from './NotifyStrategyForModify';
|
|
41
42
|
export { NotifyStrategyForModifyGroupingSetting } from './NotifyStrategyForModify';
|
|
43
|
+
export { NotifyStrategyForModifyPushingSetting } from './NotifyStrategyForModify';
|
|
44
|
+
export { NotifyStrategyForModifyRepeatNotifySetting } from './NotifyStrategyForModify';
|
|
42
45
|
export { NotifyStrategyForModifyRoutesChannels } from './NotifyStrategyForModify';
|
|
43
46
|
export { NotifyStrategyForModifyRoutesEffectTimeRange } from './NotifyStrategyForModify';
|
|
44
47
|
export { NotifyStrategyForModifyRoutes } from './NotifyStrategyForModify';
|
|
45
48
|
export { NotifyStrategyForViewCustomTemplateEntries } from './NotifyStrategyForView';
|
|
46
49
|
export { NotifyStrategyForViewGroupingSetting } from './NotifyStrategyForView';
|
|
50
|
+
export { NotifyStrategyForViewPushingSetting } from './NotifyStrategyForView';
|
|
51
|
+
export { NotifyStrategyForViewRepeatNotifySetting } from './NotifyStrategyForView';
|
|
47
52
|
export { NotifyStrategyForViewRoutesChannels } from './NotifyStrategyForView';
|
|
48
53
|
export { NotifyStrategyForViewRoutesEffectTimeRange } from './NotifyStrategyForView';
|
|
49
54
|
export { NotifyStrategyForViewRoutes } from './NotifyStrategyForView';
|
|
@@ -59,6 +64,7 @@ export { CreatePrometheusInstanceRequestTags } from './CreatePrometheusInstanceR
|
|
|
59
64
|
export { CreatePrometheusViewRequestPrometheusInstances } from './CreatePrometheusViewRequest';
|
|
60
65
|
export { CreatePrometheusViewRequestTags } from './CreatePrometheusViewRequest';
|
|
61
66
|
export { CreatePrometheusVirtualInstanceResponseBodyInstance } from './CreatePrometheusVirtualInstanceResponseBody';
|
|
67
|
+
export { DescribeRegionsResponseBodyRegions } from './DescribeRegionsResponseBody';
|
|
62
68
|
export { GetAddonReleaseResponseBodyReleaseConditions } from './GetAddonReleaseResponseBody';
|
|
63
69
|
export { GetAddonReleaseResponseBodyRelease } from './GetAddonReleaseResponseBody';
|
|
64
70
|
export { GetAggTaskGroupResponseBodyAggTaskGroupTags } from './GetAggTaskGroupResponseBody';
|
|
@@ -119,6 +125,8 @@ export { ListIntegrationPolicyCustomScrapeJobRulesResponseBodyCustomScrapeJobRul
|
|
|
119
125
|
export { ListIntegrationPolicyDashboardsResponseBodyDashboards } from './ListIntegrationPolicyDashboardsResponseBody';
|
|
120
126
|
export { ListIntegrationPolicyPodMonitorsResponseBodyPodMonitorsEndpoints } from './ListIntegrationPolicyPodMonitorsResponseBody';
|
|
121
127
|
export { ListIntegrationPolicyPodMonitorsResponseBodyPodMonitors } from './ListIntegrationPolicyPodMonitorsResponseBody';
|
|
128
|
+
export { ListIntegrationPolicyServiceMonitorsResponseBodyServiceMonitorsEndpoints } from './ListIntegrationPolicyServiceMonitorsResponseBody';
|
|
129
|
+
export { ListIntegrationPolicyServiceMonitorsResponseBodyServiceMonitors } from './ListIntegrationPolicyServiceMonitorsResponseBody';
|
|
122
130
|
export { ListIntegrationPolicyStorageRequirementsResponseBodyStorageRequirementsMetadata } from './ListIntegrationPolicyStorageRequirementsResponseBody';
|
|
123
131
|
export { ListIntegrationPolicyStorageRequirementsResponseBodyStorageRequirementsSpec } from './ListIntegrationPolicyStorageRequirementsResponseBody';
|
|
124
132
|
export { ListIntegrationPolicyStorageRequirementsResponseBodyStorageRequirementsStatus } from './ListIntegrationPolicyStorageRequirementsResponseBody';
|
|
@@ -155,14 +163,24 @@ export { AlertRuleSend } from './AlertRuleSend';
|
|
|
155
163
|
export { AlertRuleSlsQueryJoin } from './AlertRuleSlsQueryJoin';
|
|
156
164
|
export { AlertRuleTimeSpan } from './AlertRuleTimeSpan';
|
|
157
165
|
export { BizTraceConfig } from './BizTraceConfig';
|
|
166
|
+
export { CmsEventForView } from './CmsEventForView';
|
|
167
|
+
export { ContactForIncidentView } from './ContactForIncidentView';
|
|
158
168
|
export { DataStorageItem } from './DataStorageItem';
|
|
169
|
+
export { EffectTimeRange } from './EffectTimeRange';
|
|
159
170
|
export { EntityDiscoverRule } from './EntityDiscoverRule';
|
|
160
171
|
export { EntityGroupBase } from './EntityGroupBase';
|
|
172
|
+
export { EventResourceForEventView } from './EventResourceForEventView';
|
|
173
|
+
export { EventResourceForIncidentView } from './EventResourceForIncidentView';
|
|
161
174
|
export { FilterSetting } from './FilterSetting';
|
|
162
175
|
export { IncidentContactStruct } from './IncidentContactStruct';
|
|
176
|
+
export { IncidentEscalationPolicyForModify } from './IncidentEscalationPolicyForModify';
|
|
177
|
+
export { IncidentEscalationPolicyForView } from './IncidentEscalationPolicyForView';
|
|
178
|
+
export { IncidentEscalationStageForView } from './IncidentEscalationStageForView';
|
|
163
179
|
export { IncidentEscalationStageStruct } from './IncidentEscalationStageStruct';
|
|
164
180
|
export { IncidentEscalationStruct } from './IncidentEscalationStruct';
|
|
181
|
+
export { IncidentEventForView } from './IncidentEventForView';
|
|
165
182
|
export { IncidentEventStruct } from './IncidentEventStruct';
|
|
183
|
+
export { IncidentForView } from './IncidentForView';
|
|
166
184
|
export { IncidentMemberStruct } from './IncidentMemberStruct';
|
|
167
185
|
export { IncidentNoteStruct } from './IncidentNoteStruct';
|
|
168
186
|
export { IncidentPlanCorporationStruct } from './IncidentPlanCorporationStruct';
|
|
@@ -170,29 +188,38 @@ export { IncidentPlanFieldPath } from './IncidentPlanFieldPath';
|
|
|
170
188
|
export { IncidentPlanStruct } from './IncidentPlanStruct';
|
|
171
189
|
export { IncidentResourceDetail } from './IncidentResourceDetail';
|
|
172
190
|
export { IncidentResourceStruct } from './IncidentResourceStruct';
|
|
191
|
+
export { IncidentResponsePlanForView } from './IncidentResponsePlanForView';
|
|
173
192
|
export { IncidentStruct } from './IncidentStruct';
|
|
174
193
|
export { IncidentTimeline } from './IncidentTimeline';
|
|
194
|
+
export { IncidentTimelineForView } from './IncidentTimelineForView';
|
|
175
195
|
export { MaintainWindowForModify } from './MaintainWindowForModify';
|
|
176
196
|
export { MaintainWindowForView } from './MaintainWindowForView';
|
|
177
197
|
export { MergeContact } from './MergeContact';
|
|
178
198
|
export { MergeContactGroup } from './MergeContactGroup';
|
|
179
199
|
export { MergeRobot } from './MergeRobot';
|
|
180
200
|
export { MergeWebhook } from './MergeWebhook';
|
|
201
|
+
export { NotifyChannel } from './NotifyChannel';
|
|
181
202
|
export { NotifyStrategyForModify } from './NotifyStrategyForModify';
|
|
182
203
|
export { NotifyStrategyForView } from './NotifyStrategyForView';
|
|
183
204
|
export { PrometheusManagedInstance } from './PrometheusManagedInstance';
|
|
205
|
+
export { PushingSetting } from './PushingSetting';
|
|
206
|
+
export { RepeatNotifySetting } from './RepeatNotifySetting';
|
|
184
207
|
export { RumDnsResponse } from './RumDnsResponse';
|
|
185
208
|
export { SubscriptionForModify } from './SubscriptionForModify';
|
|
186
209
|
export { SubscriptionForView } from './SubscriptionForView';
|
|
210
|
+
export { Tag } from './Tag';
|
|
187
211
|
export { TransformAction } from './TransformAction';
|
|
188
212
|
export { TransformerForModify } from './TransformerForModify';
|
|
189
213
|
export { TransformerForView } from './TransformerForView';
|
|
214
|
+
export { WorkspaceFilterSetting } from './WorkspaceFilterSetting';
|
|
190
215
|
export { CreateAddonReleaseRequest } from './CreateAddonReleaseRequest';
|
|
191
216
|
export { CreateAddonReleaseResponseBody } from './CreateAddonReleaseResponseBody';
|
|
192
217
|
export { CreateAddonReleaseResponse } from './CreateAddonReleaseResponse';
|
|
193
218
|
export { CreateAggTaskGroupRequest } from './CreateAggTaskGroupRequest';
|
|
194
219
|
export { CreateAggTaskGroupResponseBody } from './CreateAggTaskGroupResponseBody';
|
|
195
220
|
export { CreateAggTaskGroupResponse } from './CreateAggTaskGroupResponse';
|
|
221
|
+
export { CreateCloudResourceResponseBody } from './CreateCloudResourceResponseBody';
|
|
222
|
+
export { CreateCloudResourceResponse } from './CreateCloudResourceResponse';
|
|
196
223
|
export { CreateEntityStoreResponseBody } from './CreateEntityStoreResponseBody';
|
|
197
224
|
export { CreateEntityStoreResponse } from './CreateEntityStoreResponse';
|
|
198
225
|
export { CreateIntegrationPolicyRequest } from './CreateIntegrationPolicyRequest';
|
|
@@ -221,6 +248,8 @@ export { DeleteAddonReleaseResponseBody } from './DeleteAddonReleaseResponseBody
|
|
|
221
248
|
export { DeleteAddonReleaseResponse } from './DeleteAddonReleaseResponse';
|
|
222
249
|
export { DeleteAggTaskGroupResponseBody } from './DeleteAggTaskGroupResponseBody';
|
|
223
250
|
export { DeleteAggTaskGroupResponse } from './DeleteAggTaskGroupResponse';
|
|
251
|
+
export { DeleteCloudResourceResponseBody } from './DeleteCloudResourceResponseBody';
|
|
252
|
+
export { DeleteCloudResourceResponse } from './DeleteCloudResourceResponse';
|
|
224
253
|
export { DeleteEntityStoreResponseBody } from './DeleteEntityStoreResponseBody';
|
|
225
254
|
export { DeleteEntityStoreResponse } from './DeleteEntityStoreResponse';
|
|
226
255
|
export { DeleteIntegrationPolicyRequest } from './DeleteIntegrationPolicyRequest';
|
|
@@ -242,10 +271,21 @@ export { DeleteUmodelDataResponseBody } from './DeleteUmodelDataResponseBody';
|
|
|
242
271
|
export { DeleteUmodelDataResponse } from './DeleteUmodelDataResponse';
|
|
243
272
|
export { DeleteWorkspaceResponseBody } from './DeleteWorkspaceResponseBody';
|
|
244
273
|
export { DeleteWorkspaceResponse } from './DeleteWorkspaceResponse';
|
|
274
|
+
export { DescribeRegionsRequest } from './DescribeRegionsRequest';
|
|
275
|
+
export { DescribeRegionsResponseBody } from './DescribeRegionsResponseBody';
|
|
276
|
+
export { DescribeRegionsResponse } from './DescribeRegionsResponse';
|
|
245
277
|
export { GetAddonReleaseResponseBody } from './GetAddonReleaseResponseBody';
|
|
246
278
|
export { GetAddonReleaseResponse } from './GetAddonReleaseResponse';
|
|
247
279
|
export { GetAggTaskGroupResponseBody } from './GetAggTaskGroupResponseBody';
|
|
248
280
|
export { GetAggTaskGroupResponse } from './GetAggTaskGroupResponse';
|
|
281
|
+
export { GetCloudResourceResponseBody } from './GetCloudResourceResponseBody';
|
|
282
|
+
export { GetCloudResourceResponse } from './GetCloudResourceResponse';
|
|
283
|
+
export { GetCloudResourceDataRequest } from './GetCloudResourceDataRequest';
|
|
284
|
+
export { GetCloudResourceDataResponseBody } from './GetCloudResourceDataResponseBody';
|
|
285
|
+
export { GetCloudResourceDataResponse } from './GetCloudResourceDataResponse';
|
|
286
|
+
export { GetCmsServiceRequest } from './GetCmsServiceRequest';
|
|
287
|
+
export { GetCmsServiceResponseBody } from './GetCmsServiceResponseBody';
|
|
288
|
+
export { GetCmsServiceResponse } from './GetCmsServiceResponse';
|
|
249
289
|
export { GetEntityStoreResponseBody } from './GetEntityStoreResponseBody';
|
|
250
290
|
export { GetEntityStoreResponse } from './GetEntityStoreResponse';
|
|
251
291
|
export { GetEntityStoreDataHeaders } from './GetEntityStoreDataHeaders';
|
|
@@ -257,6 +297,9 @@ export { GetIntegrationPolicyResponse } from './GetIntegrationPolicyResponse';
|
|
|
257
297
|
export { GetPrometheusInstanceRequest } from './GetPrometheusInstanceRequest';
|
|
258
298
|
export { GetPrometheusInstanceResponseBody } from './GetPrometheusInstanceResponseBody';
|
|
259
299
|
export { GetPrometheusInstanceResponse } from './GetPrometheusInstanceResponse';
|
|
300
|
+
export { GetPrometheusUserSettingRequest } from './GetPrometheusUserSettingRequest';
|
|
301
|
+
export { GetPrometheusUserSettingResponseBody } from './GetPrometheusUserSettingResponseBody';
|
|
302
|
+
export { GetPrometheusUserSettingResponse } from './GetPrometheusUserSettingResponse';
|
|
260
303
|
export { GetPrometheusViewRequest } from './GetPrometheusViewRequest';
|
|
261
304
|
export { GetPrometheusViewResponseBody } from './GetPrometheusViewResponseBody';
|
|
262
305
|
export { GetPrometheusViewResponse } from './GetPrometheusViewResponse';
|
|
@@ -297,6 +340,9 @@ export { ListIntegrationPolicyDashboardsResponse } from './ListIntegrationPolicy
|
|
|
297
340
|
export { ListIntegrationPolicyPodMonitorsRequest } from './ListIntegrationPolicyPodMonitorsRequest';
|
|
298
341
|
export { ListIntegrationPolicyPodMonitorsResponseBody } from './ListIntegrationPolicyPodMonitorsResponseBody';
|
|
299
342
|
export { ListIntegrationPolicyPodMonitorsResponse } from './ListIntegrationPolicyPodMonitorsResponse';
|
|
343
|
+
export { ListIntegrationPolicyServiceMonitorsRequest } from './ListIntegrationPolicyServiceMonitorsRequest';
|
|
344
|
+
export { ListIntegrationPolicyServiceMonitorsResponseBody } from './ListIntegrationPolicyServiceMonitorsResponseBody';
|
|
345
|
+
export { ListIntegrationPolicyServiceMonitorsResponse } from './ListIntegrationPolicyServiceMonitorsResponse';
|
|
300
346
|
export { ListIntegrationPolicyStorageRequirementsRequest } from './ListIntegrationPolicyStorageRequirementsRequest';
|
|
301
347
|
export { ListIntegrationPolicyStorageRequirementsResponseBody } from './ListIntegrationPolicyStorageRequirementsResponseBody';
|
|
302
348
|
export { ListIntegrationPolicyStorageRequirementsResponse } from './ListIntegrationPolicyStorageRequirementsResponse';
|
|
@@ -342,6 +388,9 @@ export { UpdateNotifyStrategyResponse } from './UpdateNotifyStrategyResponse';
|
|
|
342
388
|
export { UpdatePrometheusInstanceRequest } from './UpdatePrometheusInstanceRequest';
|
|
343
389
|
export { UpdatePrometheusInstanceResponseBody } from './UpdatePrometheusInstanceResponseBody';
|
|
344
390
|
export { UpdatePrometheusInstanceResponse } from './UpdatePrometheusInstanceResponse';
|
|
391
|
+
export { UpdatePrometheusUserSettingRequest } from './UpdatePrometheusUserSettingRequest';
|
|
392
|
+
export { UpdatePrometheusUserSettingResponseBody } from './UpdatePrometheusUserSettingResponseBody';
|
|
393
|
+
export { UpdatePrometheusUserSettingResponse } from './UpdatePrometheusUserSettingResponse';
|
|
345
394
|
export { UpdatePrometheusViewRequest } from './UpdatePrometheusViewRequest';
|
|
346
395
|
export { UpdatePrometheusViewResponseBody } from './UpdatePrometheusViewResponseBody';
|
|
347
396
|
export { UpdatePrometheusViewResponse } from './UpdatePrometheusViewResponse';
|