@alicloud/mse20190531 6.19.3 → 6.20.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,59 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class QueryNacosGrayConfigRequest extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * zh
6
+ */
7
+ acceptLanguage?: string;
8
+ /**
9
+ * @remarks
10
+ * This parameter is required.
11
+ *
12
+ * @example
13
+ * demo-develop
14
+ */
15
+ dataId?: string;
16
+ /**
17
+ * @example
18
+ * test
19
+ */
20
+ grayName?: string;
21
+ /**
22
+ * @example
23
+ * DEFAULT_GROUP
24
+ */
25
+ group?: string;
26
+ /**
27
+ * @remarks
28
+ * This parameter is required.
29
+ *
30
+ * @example
31
+ * mse-cn-st21ri2****
32
+ */
33
+ instanceId?: string;
34
+ /**
35
+ * @example
36
+ * 6bafdde3-4fa7-4d67-b3da-a607ab87f7e4
37
+ */
38
+ namespaceId?: string;
39
+ /**
40
+ * @example
41
+ * cn-hangzhou
42
+ */
43
+ regionId?: string;
44
+ /**
45
+ * @example
46
+ * {}
47
+ */
48
+ requestPars?: string;
49
+ static names(): {
50
+ [key: string]: string;
51
+ };
52
+ static types(): {
53
+ [key: string]: any;
54
+ };
55
+ validate(): void;
56
+ constructor(map?: {
57
+ [key: string]: any;
58
+ });
59
+ }
@@ -0,0 +1,72 @@
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.QueryNacosGrayConfigRequest = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class QueryNacosGrayConfigRequest extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ acceptLanguage: 'AcceptLanguage',
43
+ dataId: 'DataId',
44
+ grayName: 'GrayName',
45
+ group: 'Group',
46
+ instanceId: 'InstanceId',
47
+ namespaceId: 'NamespaceId',
48
+ regionId: 'RegionId',
49
+ requestPars: 'RequestPars',
50
+ };
51
+ }
52
+ static types() {
53
+ return {
54
+ acceptLanguage: 'string',
55
+ dataId: 'string',
56
+ grayName: 'string',
57
+ group: 'string',
58
+ instanceId: 'string',
59
+ namespaceId: 'string',
60
+ regionId: 'string',
61
+ requestPars: 'string',
62
+ };
63
+ }
64
+ validate() {
65
+ super.validate();
66
+ }
67
+ constructor(map) {
68
+ super(map);
69
+ }
70
+ }
71
+ exports.QueryNacosGrayConfigRequest = QueryNacosGrayConfigRequest;
72
+ //# sourceMappingURL=QueryNacosGrayConfigRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryNacosGrayConfigRequest.js","sourceRoot":"","sources":["../../src/models/QueryNacosGrayConfigRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IA+C1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,gBAAgB;YAChC,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;YACd,UAAU,EAAE,YAAY;YACxB,WAAW,EAAE,aAAa;YAC1B,QAAQ,EAAE,UAAU;YACpB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,cAAc,EAAE,QAAQ;YACxB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,QAAQ;YACf,UAAU,EAAE,QAAQ;YACpB,WAAW,EAAE,QAAQ;YACrB,QAAQ,EAAE,QAAQ;YAClB,WAAW,EAAE,QAAQ;SACtB,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;AAhFD,kEAgFC"}
@@ -0,0 +1,19 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ import { QueryNacosGrayConfigResponseBody } from "./QueryNacosGrayConfigResponseBody";
3
+ export declare class QueryNacosGrayConfigResponse extends $dara.Model {
4
+ headers?: {
5
+ [key: string]: string;
6
+ };
7
+ statusCode?: number;
8
+ body?: QueryNacosGrayConfigResponseBody;
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.QueryNacosGrayConfigResponse = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ const QueryNacosGrayConfigResponseBody_1 = require("./QueryNacosGrayConfigResponseBody");
40
+ class QueryNacosGrayConfigResponse 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: QueryNacosGrayConfigResponseBody_1.QueryNacosGrayConfigResponseBody,
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.QueryNacosGrayConfigResponse = QueryNacosGrayConfigResponse;
69
+ //# sourceMappingURL=QueryNacosGrayConfigResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryNacosGrayConfigResponse.js","sourceRoot":"","sources":["../../src/models/QueryNacosGrayConfigResponse.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAC/C,yFAAsF;AAGtF,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAI3D,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,mEAAgC;SACvC,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,oEAiCC"}
@@ -0,0 +1,81 @@
1
+ import * as $dara from '@darabonba/typescript';
2
+ export declare class QueryNacosGrayConfigResponseBodyData extends $dara.Model {
3
+ /**
4
+ * @example
5
+ * spring-cloud-a
6
+ */
7
+ appName?: string;
8
+ /**
9
+ * @example
10
+ * text
11
+ */
12
+ content?: string;
13
+ /**
14
+ * @example
15
+ * test.yaml
16
+ */
17
+ dataId?: string;
18
+ /**
19
+ * @example
20
+ * nacos.config.gray.label=test
21
+ */
22
+ grayRule?: string;
23
+ /**
24
+ * @example
25
+ * Beta(IP)
26
+ */
27
+ grayRuleName?: string;
28
+ /**
29
+ * @example
30
+ * 100
31
+ */
32
+ grayRulePriority?: string;
33
+ /**
34
+ * @example
35
+ * Tags
36
+ */
37
+ grayType?: string;
38
+ /**
39
+ * @example
40
+ * dubbo
41
+ */
42
+ group?: string;
43
+ /**
44
+ * @example
45
+ * 1742277568000
46
+ */
47
+ lastModified?: string;
48
+ /**
49
+ * @example
50
+ * 87d14faf58a103ac8840b9c5f1c2a0fe
51
+ */
52
+ md5?: string;
53
+ static names(): {
54
+ [key: string]: string;
55
+ };
56
+ static types(): {
57
+ [key: string]: any;
58
+ };
59
+ validate(): void;
60
+ constructor(map?: {
61
+ [key: string]: any;
62
+ });
63
+ }
64
+ export declare class QueryNacosGrayConfigResponseBody extends $dara.Model {
65
+ data?: QueryNacosGrayConfigResponseBodyData;
66
+ /**
67
+ * @example
68
+ * EE5C32A1-BC0E-4B79-817C-103E4EDF****
69
+ */
70
+ requestId?: string;
71
+ static names(): {
72
+ [key: string]: string;
73
+ };
74
+ static types(): {
75
+ [key: string]: any;
76
+ };
77
+ validate(): void;
78
+ constructor(map?: {
79
+ [key: string]: any;
80
+ });
81
+ }
@@ -0,0 +1,100 @@
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.QueryNacosGrayConfigResponseBody = exports.QueryNacosGrayConfigResponseBodyData = void 0;
37
+ // This file is auto-generated, don't edit it
38
+ const $dara = __importStar(require("@darabonba/typescript"));
39
+ class QueryNacosGrayConfigResponseBodyData extends $dara.Model {
40
+ static names() {
41
+ return {
42
+ appName: 'AppName',
43
+ content: 'Content',
44
+ dataId: 'DataId',
45
+ grayRule: 'GrayRule',
46
+ grayRuleName: 'GrayRuleName',
47
+ grayRulePriority: 'GrayRulePriority',
48
+ grayType: 'GrayType',
49
+ group: 'Group',
50
+ lastModified: 'LastModified',
51
+ md5: 'Md5',
52
+ };
53
+ }
54
+ static types() {
55
+ return {
56
+ appName: 'string',
57
+ content: 'string',
58
+ dataId: 'string',
59
+ grayRule: 'string',
60
+ grayRuleName: 'string',
61
+ grayRulePriority: 'string',
62
+ grayType: 'string',
63
+ group: 'string',
64
+ lastModified: 'string',
65
+ md5: 'string',
66
+ };
67
+ }
68
+ validate() {
69
+ super.validate();
70
+ }
71
+ constructor(map) {
72
+ super(map);
73
+ }
74
+ }
75
+ exports.QueryNacosGrayConfigResponseBodyData = QueryNacosGrayConfigResponseBodyData;
76
+ class QueryNacosGrayConfigResponseBody extends $dara.Model {
77
+ static names() {
78
+ return {
79
+ data: 'Data',
80
+ requestId: 'RequestId',
81
+ };
82
+ }
83
+ static types() {
84
+ return {
85
+ data: QueryNacosGrayConfigResponseBodyData,
86
+ requestId: 'string',
87
+ };
88
+ }
89
+ validate() {
90
+ if (this.data && typeof this.data.validate === 'function') {
91
+ this.data.validate();
92
+ }
93
+ super.validate();
94
+ }
95
+ constructor(map) {
96
+ super(map);
97
+ }
98
+ }
99
+ exports.QueryNacosGrayConfigResponseBody = QueryNacosGrayConfigResponseBody;
100
+ //# sourceMappingURL=QueryNacosGrayConfigResponseBody.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryNacosGrayConfigResponseBody.js","sourceRoot":"","sources":["../../src/models/QueryNacosGrayConfigResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,oCAAqC,SAAQ,KAAK,CAAC,KAAK;IAmDnE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,OAAO,EAAE,SAAS;YAClB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,gBAAgB,EAAE,kBAAkB;YACpC,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,OAAO;YACd,YAAY,EAAE,cAAc;YAC5B,GAAG,EAAE,KAAK;SACX,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,OAAO,EAAE,QAAQ;YACjB,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,QAAQ;YAClB,YAAY,EAAE,QAAQ;YACtB,gBAAgB,EAAE,QAAQ;YAC1B,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,QAAQ;YACf,YAAY,EAAE,QAAQ;YACtB,GAAG,EAAE,QAAQ;SACd,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;AAxFD,oFAwFC;AAED,MAAa,gCAAiC,SAAQ,KAAK,CAAC,KAAK;IAO/D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;SACvB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,oCAAoC;YAC1C,SAAS,EAAE,QAAQ;SACpB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,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;AA/BD,4EA+BC"}
@@ -311,6 +311,7 @@ export { QueryGovernanceKubernetesClusterResponseBodyDataResult } from './QueryG
311
311
  export { QueryGovernanceKubernetesClusterResponseBodyData } from './QueryGovernanceKubernetesClusterResponseBody';
312
312
  export { QueryInstancesInfoResponseBodyData } from './QueryInstancesInfoResponseBody';
313
313
  export { QueryMonitorResponseBodyData } from './QueryMonitorResponseBody';
314
+ export { QueryNacosGrayConfigResponseBodyData } from './QueryNacosGrayConfigResponseBody';
314
315
  export { QueryNamespaceResponseBodyData } from './QueryNamespaceResponseBody';
315
316
  export { QuerySlbSpecResponseBodyData } from './QuerySlbSpecResponseBody';
316
317
  export { QuerySwimmingLaneByIdResponseBodyDataEntryRulesRestItems } from './QuerySwimmingLaneByIdResponseBody';
@@ -952,6 +953,9 @@ export { QueryInstancesInfoResponse } from './QueryInstancesInfoResponse';
952
953
  export { QueryMonitorRequest } from './QueryMonitorRequest';
953
954
  export { QueryMonitorResponseBody } from './QueryMonitorResponseBody';
954
955
  export { QueryMonitorResponse } from './QueryMonitorResponse';
956
+ export { QueryNacosGrayConfigRequest } from './QueryNacosGrayConfigRequest';
957
+ export { QueryNacosGrayConfigResponseBody } from './QueryNacosGrayConfigResponseBody';
958
+ export { QueryNacosGrayConfigResponse } from './QueryNacosGrayConfigResponse';
955
959
  export { QueryNamespaceRequest } from './QueryNamespaceRequest';
956
960
  export { QueryNamespaceResponseBody } from './QueryNamespaceResponseBody';
957
961
  export { QueryNamespaceResponse } from './QueryNamespaceResponse';