@alicloud/cms20240330 5.1.0 → 6.0.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.js +3 -0
- package/dist/client.js.map +1 -1
- package/dist/models/ListAggTaskGroupsResponseBody.d.ts +0 -33
- package/dist/models/ListAggTaskGroupsResponseBody.js +1 -27
- package/dist/models/ListAggTaskGroupsResponseBody.js.map +1 -1
- package/dist/models/ListIntegrationPoliciesResponseBody.d.ts +0 -33
- package/dist/models/ListIntegrationPoliciesResponseBody.js +1 -27
- package/dist/models/ListIntegrationPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListPrometheusInstancesRequest.d.ts +5 -0
- package/dist/models/ListPrometheusInstancesRequest.js +2 -0
- package/dist/models/ListPrometheusInstancesRequest.js.map +1 -1
- package/dist/models/ListPrometheusInstancesResponseBody.d.ts +0 -41
- package/dist/models/ListPrometheusInstancesResponseBody.js +1 -29
- package/dist/models/ListPrometheusInstancesResponseBody.js.map +1 -1
- package/dist/models/ListPrometheusInstancesShrinkRequest.d.ts +5 -0
- package/dist/models/ListPrometheusInstancesShrinkRequest.js +2 -0
- package/dist/models/ListPrometheusInstancesShrinkRequest.js.map +1 -1
- package/dist/models/ListPrometheusViewsResponseBody.d.ts +0 -41
- package/dist/models/ListPrometheusViewsResponseBody.js +1 -29
- package/dist/models/ListPrometheusViewsResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +0 -4
- package/dist/models/model.js +22 -30
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +4 -0
- package/src/models/ListAggTaskGroupsResponseBody.ts +0 -50
- package/src/models/ListIntegrationPoliciesResponseBody.ts +0 -50
- package/src/models/ListPrometheusInstancesRequest.ts +7 -0
- package/src/models/ListPrometheusInstancesResponseBody.ts +0 -60
- package/src/models/ListPrometheusInstancesShrinkRequest.ts +7 -0
- package/src/models/ListPrometheusViewsResponseBody.ts +0 -60
- package/src/models/model.ts +0 -4
|
@@ -93,6 +93,11 @@ export class ListPrometheusInstancesShrinkRequest extends $dara.Model {
|
|
|
93
93
|
* true
|
|
94
94
|
*/
|
|
95
95
|
version?: string;
|
|
96
|
+
/**
|
|
97
|
+
* **if can be null:**
|
|
98
|
+
* true
|
|
99
|
+
*/
|
|
100
|
+
workspace?: string;
|
|
96
101
|
static names(): { [key: string]: string } {
|
|
97
102
|
return {
|
|
98
103
|
filterRegionIds: 'filterRegionIds',
|
|
@@ -104,6 +109,7 @@ export class ListPrometheusInstancesShrinkRequest extends $dara.Model {
|
|
|
104
109
|
resourceType: 'resourceType',
|
|
105
110
|
tagShrink: 'tag',
|
|
106
111
|
version: 'version',
|
|
112
|
+
workspace: 'workspace',
|
|
107
113
|
};
|
|
108
114
|
}
|
|
109
115
|
|
|
@@ -118,6 +124,7 @@ export class ListPrometheusInstancesShrinkRequest extends $dara.Model {
|
|
|
118
124
|
resourceType: 'string',
|
|
119
125
|
tagShrink: 'string',
|
|
120
126
|
version: 'string',
|
|
127
|
+
workspace: 'string',
|
|
121
128
|
};
|
|
122
129
|
}
|
|
123
130
|
|
|
@@ -2,46 +2,6 @@
|
|
|
2
2
|
import * as $dara from '@darabonba/typescript';
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
export class ListPrometheusViewsResponseBodyPrometheusViewsTags extends $dara.Model {
|
|
6
|
-
/**
|
|
7
|
-
* @remarks
|
|
8
|
-
* Tag key
|
|
9
|
-
*
|
|
10
|
-
* @example
|
|
11
|
-
* key1
|
|
12
|
-
*/
|
|
13
|
-
key?: string;
|
|
14
|
-
/**
|
|
15
|
-
* @remarks
|
|
16
|
-
* Match value.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* value1
|
|
20
|
-
*/
|
|
21
|
-
value?: string;
|
|
22
|
-
static names(): { [key: string]: string } {
|
|
23
|
-
return {
|
|
24
|
-
key: 'key',
|
|
25
|
-
value: 'value',
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
static types(): { [key: string]: any } {
|
|
30
|
-
return {
|
|
31
|
-
key: 'string',
|
|
32
|
-
value: 'string',
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
validate() {
|
|
37
|
-
super.validate();
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
constructor(map?: { [key: string]: any }) {
|
|
41
|
-
super(map);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
5
|
export class ListPrometheusViewsResponseBodyPrometheusViews extends $dara.Model {
|
|
46
6
|
/**
|
|
47
7
|
* @remarks
|
|
@@ -109,14 +69,6 @@ export class ListPrometheusViewsResponseBodyPrometheusViews extends $dara.Model
|
|
|
109
69
|
* cn-zhangjiakou
|
|
110
70
|
*/
|
|
111
71
|
regionId?: string;
|
|
112
|
-
/**
|
|
113
|
-
* @remarks
|
|
114
|
-
* Resource group ID.
|
|
115
|
-
*
|
|
116
|
-
* @example
|
|
117
|
-
* rg-acfm3gn5i6bigbi
|
|
118
|
-
*/
|
|
119
|
-
resourceGroupId?: string;
|
|
120
72
|
/**
|
|
121
73
|
* @remarks
|
|
122
74
|
* Fixed value: PrometheusView.
|
|
@@ -133,11 +85,6 @@ export class ListPrometheusViewsResponseBodyPrometheusViews extends $dara.Model
|
|
|
133
85
|
* Running
|
|
134
86
|
*/
|
|
135
87
|
status?: string;
|
|
136
|
-
/**
|
|
137
|
-
* @remarks
|
|
138
|
-
* Tag values.
|
|
139
|
-
*/
|
|
140
|
-
tags?: ListPrometheusViewsResponseBodyPrometheusViewsTags[];
|
|
141
88
|
/**
|
|
142
89
|
* @remarks
|
|
143
90
|
* User ID.
|
|
@@ -172,10 +119,8 @@ export class ListPrometheusViewsResponseBodyPrometheusViews extends $dara.Model
|
|
|
172
119
|
prometheusViewId: 'prometheusViewId',
|
|
173
120
|
prometheusViewName: 'prometheusViewName',
|
|
174
121
|
regionId: 'regionId',
|
|
175
|
-
resourceGroupId: 'resourceGroupId',
|
|
176
122
|
resourceType: 'resourceType',
|
|
177
123
|
status: 'status',
|
|
178
|
-
tags: 'tags',
|
|
179
124
|
userId: 'userId',
|
|
180
125
|
version: 'version',
|
|
181
126
|
workspace: 'workspace',
|
|
@@ -192,10 +137,8 @@ export class ListPrometheusViewsResponseBodyPrometheusViews extends $dara.Model
|
|
|
192
137
|
prometheusViewId: 'string',
|
|
193
138
|
prometheusViewName: 'string',
|
|
194
139
|
regionId: 'string',
|
|
195
|
-
resourceGroupId: 'string',
|
|
196
140
|
resourceType: 'string',
|
|
197
141
|
status: 'string',
|
|
198
|
-
tags: { 'type': 'array', 'itemType': ListPrometheusViewsResponseBodyPrometheusViewsTags },
|
|
199
142
|
userId: 'string',
|
|
200
143
|
version: 'string',
|
|
201
144
|
workspace: 'string',
|
|
@@ -203,9 +146,6 @@ export class ListPrometheusViewsResponseBodyPrometheusViews extends $dara.Model
|
|
|
203
146
|
}
|
|
204
147
|
|
|
205
148
|
validate() {
|
|
206
|
-
if(Array.isArray(this.tags)) {
|
|
207
|
-
$dara.Model.validateArray(this.tags);
|
|
208
|
-
}
|
|
209
149
|
super.validate();
|
|
210
150
|
}
|
|
211
151
|
|
package/src/models/model.ts
CHANGED
|
@@ -133,7 +133,6 @@ export { ListAddonsResponseBodyAddonsEnvironmentsPolicies } from './ListAddonsRe
|
|
|
133
133
|
export { ListAddonsResponseBodyAddonsEnvironments } from './ListAddonsResponseBody';
|
|
134
134
|
export { ListAddonsResponseBodyAddons } from './ListAddonsResponseBody';
|
|
135
135
|
export { ListAggTaskGroupsRequestTags } from './ListAggTaskGroupsRequest';
|
|
136
|
-
export { ListAggTaskGroupsResponseBodyAggTaskGroupsTags } from './ListAggTaskGroupsResponseBody';
|
|
137
136
|
export { ListAggTaskGroupsResponseBodyAggTaskGroups } from './ListAggTaskGroupsResponseBody';
|
|
138
137
|
export { ListAlertActionsResponseBodyAlertActionsEbParam } from './ListAlertActionsResponseBody';
|
|
139
138
|
export { ListAlertActionsResponseBodyAlertActionsEssParam } from './ListAlertActionsResponseBody';
|
|
@@ -159,7 +158,6 @@ export { ListIntegrationPoliciesResponseBodyPoliciesEntityGroupEntityRules } fro
|
|
|
159
158
|
export { ListIntegrationPoliciesResponseBodyPoliciesEntityGroup } from './ListIntegrationPoliciesResponseBody';
|
|
160
159
|
export { ListIntegrationPoliciesResponseBodyPoliciesManagedInfo } from './ListIntegrationPoliciesResponseBody';
|
|
161
160
|
export { ListIntegrationPoliciesResponseBodyPoliciesSubAddonRelease } from './ListIntegrationPoliciesResponseBody';
|
|
162
|
-
export { ListIntegrationPoliciesResponseBodyPoliciesTags } from './ListIntegrationPoliciesResponseBody';
|
|
163
161
|
export { ListIntegrationPoliciesResponseBodyPolicies } from './ListIntegrationPoliciesResponseBody';
|
|
164
162
|
export { ListIntegrationPolicyAddonsResponseBodyAddonsDashboards } from './ListIntegrationPolicyAddonsResponseBody';
|
|
165
163
|
export { ListIntegrationPolicyAddonsResponseBodyAddonsEnvironmentsDependencies } from './ListIntegrationPolicyAddonsResponseBody';
|
|
@@ -185,10 +183,8 @@ export { ListIntegrationPolicyStorageRequirementsResponseBodyStorageRequirements
|
|
|
185
183
|
export { ListIntegrationPolicyStorageRequirementsResponseBodyStorageRequirements } from './ListIntegrationPolicyStorageRequirementsResponseBody';
|
|
186
184
|
export { ListPrometheusDashboardsResponseBodyPrometheusDashboards } from './ListPrometheusDashboardsResponseBody';
|
|
187
185
|
export { ListPrometheusInstancesRequestTag } from './ListPrometheusInstancesRequest';
|
|
188
|
-
export { ListPrometheusInstancesResponseBodyPrometheusInstancesTags } from './ListPrometheusInstancesResponseBody';
|
|
189
186
|
export { ListPrometheusInstancesResponseBodyPrometheusInstances } from './ListPrometheusInstancesResponseBody';
|
|
190
187
|
export { ListPrometheusViewsRequestTag } from './ListPrometheusViewsRequest';
|
|
191
|
-
export { ListPrometheusViewsResponseBodyPrometheusViewsTags } from './ListPrometheusViewsResponseBody';
|
|
192
188
|
export { ListPrometheusViewsResponseBodyPrometheusViews } from './ListPrometheusViewsResponseBody';
|
|
193
189
|
export { ListPrometheusVirtualInstancesResponseBodyInstances } from './ListPrometheusVirtualInstancesResponseBody';
|
|
194
190
|
export { ListServicesRequestTags } from './ListServicesRequest';
|