@alicloud/cms20240330 8.0.1 → 8.1.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.
@@ -0,0 +1,61 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeMetricMetaListRequestLabels extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * productCategory
6
+ */
7
+ name?: string;
8
+ /**
9
+ * @example
10
+ * ecs
11
+ */
12
+ value?: string;
13
+ static names(): {
14
+ [key: string]: string;
15
+ };
16
+ static types(): {
17
+ [key: string]: any;
18
+ };
19
+ validate(): void;
20
+ constructor(map?: {
21
+ [key: string]: any;
22
+ });
23
+ }
24
+ export declare class DescribeMetricMetaListRequest extends $dara.Model {
25
+ labels?: DescribeMetricMetaListRequestLabels[];
26
+ /**
27
+ * @example
28
+ * CMS
29
+ */
30
+ metaFormat?: string;
31
+ /**
32
+ * @example
33
+ * CPUUtilization
34
+ */
35
+ metricName?: string;
36
+ /**
37
+ * @example
38
+ * acs_ecs_dashboard
39
+ */
40
+ namespace?: string;
41
+ /**
42
+ * @example
43
+ * 1
44
+ */
45
+ pageNumber?: number;
46
+ /**
47
+ * @example
48
+ * 2000
49
+ */
50
+ pageSize?: number;
51
+ static names(): {
52
+ [key: string]: string;
53
+ };
54
+ static types(): {
55
+ [key: string]: any;
56
+ };
57
+ validate(): void;
58
+ constructor(map?: {
59
+ [key: string]: any;
60
+ });
61
+ }
@@ -0,0 +1,92 @@
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.DescribeMetricMetaListRequest = exports.DescribeMetricMetaListRequestLabels = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeMetricMetaListRequestLabels extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ name: 'name',
43
+ value: 'value',
44
+ };
45
+ }
46
+ static types() {
47
+ return {
48
+ name: 'string',
49
+ value: 'string',
50
+ };
51
+ }
52
+ validate() {
53
+ super.validate();
54
+ }
55
+ constructor(map) {
56
+ super(map);
57
+ }
58
+ }
59
+ exports.DescribeMetricMetaListRequestLabels = DescribeMetricMetaListRequestLabels;
60
+ class DescribeMetricMetaListRequest extends $dara.Model {
61
+ static names() {
62
+ return {
63
+ labels: 'labels',
64
+ metaFormat: 'metaFormat',
65
+ metricName: 'metricName',
66
+ namespace: 'namespace',
67
+ pageNumber: 'pageNumber',
68
+ pageSize: 'pageSize',
69
+ };
70
+ }
71
+ static types() {
72
+ return {
73
+ labels: { 'type': 'array', 'itemType': DescribeMetricMetaListRequestLabels },
74
+ metaFormat: 'string',
75
+ metricName: 'string',
76
+ namespace: 'string',
77
+ pageNumber: 'number',
78
+ pageSize: 'number',
79
+ };
80
+ }
81
+ validate() {
82
+ if (Array.isArray(this.labels)) {
83
+ $dara.Model.validateArray(this.labels);
84
+ }
85
+ super.validate();
86
+ }
87
+ constructor(map) {
88
+ super(map);
89
+ }
90
+ }
91
+ exports.DescribeMetricMetaListRequest = DescribeMetricMetaListRequest;
92
+ //# sourceMappingURL=DescribeMetricMetaListRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeMetricMetaListRequest.js","sourceRoot":"","sources":["../../src/models/DescribeMetricMetaListRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IAWlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,KAAK,EAAE,OAAO;SACf,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,QAAQ;YACd,KAAK,EAAE,QAAQ;SAChB,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;AAhCD,kFAgCC;AAED,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IA2B5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,MAAM,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,mCAAmC,EAAE;YAC5E,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,QAAQ,EAAE,QAAQ;SACnB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC;YAC9B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACzC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA3DD,sEA2DC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { DescribeMetricMetaListResponseBody } from "./DescribeMetricMetaListResponseBody";
3
+ export declare class DescribeMetricMetaListResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: DescribeMetricMetaListResponseBody;
9
+ static names(): {
10
+ [key: string]: string;
11
+ };
12
+ static types(): {
13
+ [key: string]: any;
14
+ };
15
+ validate(): void;
16
+ constructor(map?: {
17
+ [key: string]: any;
18
+ });
19
+ }
@@ -0,0 +1,69 @@
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.DescribeMetricMetaListResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const DescribeMetricMetaListResponseBody_1 = require("./DescribeMetricMetaListResponseBody");
40
+ class DescribeMetricMetaListResponse extends $dara.Model {
41
+ static names() {
42
+ return {
43
+ headers: 'headers',
44
+ statusCode: 'statusCode',
45
+ body: 'body',
46
+ };
47
+ }
48
+ static types() {
49
+ return {
50
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
51
+ statusCode: 'number',
52
+ body: DescribeMetricMetaListResponseBody_1.DescribeMetricMetaListResponseBody,
53
+ };
54
+ }
55
+ validate() {
56
+ if (this.headers) {
57
+ $dara.Model.validateMap(this.headers);
58
+ }
59
+ if (this.body && typeof this.body.validate === 'function') {
60
+ this.body.validate();
61
+ }
62
+ super.validate();
63
+ }
64
+ constructor(map) {
65
+ super(map);
66
+ }
67
+ }
68
+ exports.DescribeMetricMetaListResponse = DescribeMetricMetaListResponse;
69
+ //# sourceMappingURL=DescribeMetricMetaListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeMetricMetaListResponse.js","sourceRoot":"","sources":["../../src/models/DescribeMetricMetaListResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,6FAA0F;AAG1F,MAAa,8BAA+B,SAAQ,KAAK,CAAC,KAAK;IAI7D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,UAAU,EAAE,YAAY;YACxB,IAAI,EAAE,MAAM;SACb,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,QAAQ,EAAE;YACtE,UAAU,EAAE,QAAQ;YACpB,IAAI,EAAE,uEAAkC;SACzC,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,OAAO,EAAE,CAAC;YAChB,KAAK,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACxC,CAAC;QACD,IAAG,IAAI,CAAC,IAAI,IAAI,OAAQ,IAAI,CAAC,IAAY,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YACjE,IAAI,CAAC,IAAY,CAAC,QAAQ,EAAE,CAAC;QAChC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAjCD,wEAiCC"}
@@ -0,0 +1,74 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeMetricMetaListResponseBodyResourcesDimensionDescription extends $dara.Model {
3
+ name?: string;
4
+ static names(): {
5
+ [key: string]: string;
6
+ };
7
+ static types(): {
8
+ [key: string]: any;
9
+ };
10
+ validate(): void;
11
+ constructor(map?: {
12
+ [key: string]: any;
13
+ });
14
+ }
15
+ export declare class DescribeMetricMetaListResponseBodyResources extends $dara.Model {
16
+ description?: string;
17
+ dimensionDescription?: DescribeMetricMetaListResponseBodyResourcesDimensionDescription[];
18
+ dimensions?: string[];
19
+ labels?: {
20
+ [key: string]: string;
21
+ };
22
+ metricName?: string;
23
+ namespace?: string;
24
+ periods?: string;
25
+ statistics?: string;
26
+ type?: string;
27
+ unit?: string;
28
+ static names(): {
29
+ [key: string]: string;
30
+ };
31
+ static types(): {
32
+ [key: string]: any;
33
+ };
34
+ validate(): void;
35
+ constructor(map?: {
36
+ [key: string]: any;
37
+ });
38
+ }
39
+ export declare class DescribeMetricMetaListResponseBody extends $dara.Model {
40
+ /**
41
+ * @example
42
+ * 1
43
+ */
44
+ pageNumber?: number;
45
+ /**
46
+ * @example
47
+ * 2000
48
+ */
49
+ pageSize?: number;
50
+ /**
51
+ * @remarks
52
+ * Id of the request
53
+ *
54
+ * @example
55
+ * 264C3E89-XXXX-XXXX-XXXX-CE9C2196C7DC
56
+ */
57
+ requestId?: string;
58
+ resources?: DescribeMetricMetaListResponseBodyResources[];
59
+ /**
60
+ * @example
61
+ * 6370
62
+ */
63
+ totalCount?: number;
64
+ static names(): {
65
+ [key: string]: string;
66
+ };
67
+ static types(): {
68
+ [key: string]: any;
69
+ };
70
+ validate(): void;
71
+ constructor(map?: {
72
+ [key: string]: any;
73
+ });
74
+ }
@@ -0,0 +1,134 @@
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.DescribeMetricMetaListResponseBody = exports.DescribeMetricMetaListResponseBodyResources = exports.DescribeMetricMetaListResponseBodyResourcesDimensionDescription = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeMetricMetaListResponseBodyResourcesDimensionDescription extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ name: 'name',
43
+ };
44
+ }
45
+ static types() {
46
+ return {
47
+ name: 'string',
48
+ };
49
+ }
50
+ validate() {
51
+ super.validate();
52
+ }
53
+ constructor(map) {
54
+ super(map);
55
+ }
56
+ }
57
+ exports.DescribeMetricMetaListResponseBodyResourcesDimensionDescription = DescribeMetricMetaListResponseBodyResourcesDimensionDescription;
58
+ class DescribeMetricMetaListResponseBodyResources extends $dara.Model {
59
+ static names() {
60
+ return {
61
+ description: 'description',
62
+ dimensionDescription: 'dimensionDescription',
63
+ dimensions: 'dimensions',
64
+ labels: 'labels',
65
+ metricName: 'metricName',
66
+ namespace: 'namespace',
67
+ periods: 'periods',
68
+ statistics: 'statistics',
69
+ type: 'type',
70
+ unit: 'unit',
71
+ };
72
+ }
73
+ static types() {
74
+ return {
75
+ description: 'string',
76
+ dimensionDescription: { 'type': 'array', 'itemType': DescribeMetricMetaListResponseBodyResourcesDimensionDescription },
77
+ dimensions: { 'type': 'array', 'itemType': 'string' },
78
+ labels: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
79
+ metricName: 'string',
80
+ namespace: 'string',
81
+ periods: 'string',
82
+ statistics: 'string',
83
+ type: 'string',
84
+ unit: 'string',
85
+ };
86
+ }
87
+ validate() {
88
+ if (Array.isArray(this.dimensionDescription)) {
89
+ $dara.Model.validateArray(this.dimensionDescription);
90
+ }
91
+ if (Array.isArray(this.dimensions)) {
92
+ $dara.Model.validateArray(this.dimensions);
93
+ }
94
+ if (this.labels) {
95
+ $dara.Model.validateMap(this.labels);
96
+ }
97
+ super.validate();
98
+ }
99
+ constructor(map) {
100
+ super(map);
101
+ }
102
+ }
103
+ exports.DescribeMetricMetaListResponseBodyResources = DescribeMetricMetaListResponseBodyResources;
104
+ class DescribeMetricMetaListResponseBody extends $dara.Model {
105
+ static names() {
106
+ return {
107
+ pageNumber: 'pageNumber',
108
+ pageSize: 'pageSize',
109
+ requestId: 'requestId',
110
+ resources: 'resources',
111
+ totalCount: 'totalCount',
112
+ };
113
+ }
114
+ static types() {
115
+ return {
116
+ pageNumber: 'number',
117
+ pageSize: 'number',
118
+ requestId: 'string',
119
+ resources: { 'type': 'array', 'itemType': DescribeMetricMetaListResponseBodyResources },
120
+ totalCount: 'number',
121
+ };
122
+ }
123
+ validate() {
124
+ if (Array.isArray(this.resources)) {
125
+ $dara.Model.validateArray(this.resources);
126
+ }
127
+ super.validate();
128
+ }
129
+ constructor(map) {
130
+ super(map);
131
+ }
132
+ }
133
+ exports.DescribeMetricMetaListResponseBody = DescribeMetricMetaListResponseBody;
134
+ //# sourceMappingURL=DescribeMetricMetaListResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeMetricMetaListResponseBody.js","sourceRoot":"","sources":["../../src/models/DescribeMetricMetaListResponseBody.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,39 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class DescribeMetricMetaListShrinkRequest extends $dara.Model {
3
+ labelsShrink?: string;
4
+ /**
5
+ * @example
6
+ * CMS
7
+ */
8
+ metaFormat?: string;
9
+ /**
10
+ * @example
11
+ * CPUUtilization
12
+ */
13
+ metricName?: string;
14
+ /**
15
+ * @example
16
+ * acs_ecs_dashboard
17
+ */
18
+ namespace?: string;
19
+ /**
20
+ * @example
21
+ * 1
22
+ */
23
+ pageNumber?: number;
24
+ /**
25
+ * @example
26
+ * 2000
27
+ */
28
+ pageSize?: number;
29
+ static names(): {
30
+ [key: string]: string;
31
+ };
32
+ static types(): {
33
+ [key: string]: any;
34
+ };
35
+ validate(): void;
36
+ constructor(map?: {
37
+ [key: string]: any;
38
+ });
39
+ }
@@ -0,0 +1,68 @@
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.DescribeMetricMetaListShrinkRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class DescribeMetricMetaListShrinkRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ labelsShrink: 'labels',
43
+ metaFormat: 'metaFormat',
44
+ metricName: 'metricName',
45
+ namespace: 'namespace',
46
+ pageNumber: 'pageNumber',
47
+ pageSize: 'pageSize',
48
+ };
49
+ }
50
+ static types() {
51
+ return {
52
+ labelsShrink: 'string',
53
+ metaFormat: 'string',
54
+ metricName: 'string',
55
+ namespace: 'string',
56
+ pageNumber: 'number',
57
+ pageSize: 'number',
58
+ };
59
+ }
60
+ validate() {
61
+ super.validate();
62
+ }
63
+ constructor(map) {
64
+ super(map);
65
+ }
66
+ }
67
+ exports.DescribeMetricMetaListShrinkRequest = DescribeMetricMetaListShrinkRequest;
68
+ //# sourceMappingURL=DescribeMetricMetaListShrinkRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DescribeMetricMetaListShrinkRequest.js","sourceRoot":"","sources":["../../src/models/DescribeMetricMetaListShrinkRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,mCAAoC,SAAQ,KAAK,CAAC,KAAK;IA2BlE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,YAAY;YACxB,UAAU,EAAE,YAAY;YACxB,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;YACxB,QAAQ,EAAE,UAAU;SACrB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,YAAY,EAAE,QAAQ;YACtB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,QAAQ;YACpB,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;YACpB,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;AAxDD,kFAwDC"}
@@ -76,6 +76,9 @@ export { CreatePrometheusViewRequestPrometheusInstances } from './CreatePromethe
76
76
  export { CreatePrometheusViewRequestTags } from './CreatePrometheusViewRequest';
77
77
  export { CreatePrometheusVirtualInstanceResponseBodyInstance } from './CreatePrometheusVirtualInstanceResponseBody';
78
78
  export { CreateServiceRequestTags } from './CreateServiceRequest';
79
+ export { DescribeMetricMetaListRequestLabels } from './DescribeMetricMetaListRequest';
80
+ export { DescribeMetricMetaListResponseBodyResourcesDimensionDescription } from './DescribeMetricMetaListResponseBody';
81
+ export { DescribeMetricMetaListResponseBodyResources } from './DescribeMetricMetaListResponseBody';
79
82
  export { DescribeRegionsResponseBodyRegions } from './DescribeRegionsResponseBody';
80
83
  export { ExecuteQueryResponseBodyMeta } from './ExecuteQueryResponseBody';
81
84
  export { GetAddonResponseBodyDataDashboards } from './GetAddonResponseBody';
@@ -438,6 +441,10 @@ export { DeleteUmodelDataResponse } from './DeleteUmodelDataResponse';
438
441
  export { DeleteWorkspaceRequest } from './DeleteWorkspaceRequest';
439
442
  export { DeleteWorkspaceResponseBody } from './DeleteWorkspaceResponseBody';
440
443
  export { DeleteWorkspaceResponse } from './DeleteWorkspaceResponse';
444
+ export { DescribeMetricMetaListRequest } from './DescribeMetricMetaListRequest';
445
+ export { DescribeMetricMetaListShrinkRequest } from './DescribeMetricMetaListShrinkRequest';
446
+ export { DescribeMetricMetaListResponseBody } from './DescribeMetricMetaListResponseBody';
447
+ export { DescribeMetricMetaListResponse } from './DescribeMetricMetaListResponse';
441
448
  export { DescribeRegionsRequest } from './DescribeRegionsRequest';
442
449
  export { DescribeRegionsResponseBody } from './DescribeRegionsResponseBody';
443
450
  export { DescribeRegionsResponse } from './DescribeRegionsResponse';