@alicloud/cms20240330 9.1.0 → 9.2.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.
- package/dist/client.d.ts +252 -0
- package/dist/client.js +640 -0
- package/dist/client.js.map +1 -1
- package/dist/models/AddContextsRequest.d.ts +119 -0
- package/dist/models/AddContextsRequest.js +129 -0
- package/dist/models/AddContextsRequest.js.map +1 -0
- package/dist/models/AddContextsResponse.d.ts +19 -0
- package/dist/models/AddContextsResponse.js +69 -0
- package/dist/models/AddContextsResponse.js.map +1 -0
- package/dist/models/AddContextsResponseBody.d.ts +41 -0
- package/dist/models/AddContextsResponseBody.js +84 -0
- package/dist/models/AddContextsResponseBody.js.map +1 -0
- package/dist/models/CreateContextStoreApikeyRequest.d.ts +21 -0
- package/dist/models/CreateContextStoreApikeyRequest.js +58 -0
- package/dist/models/CreateContextStoreApikeyRequest.js.map +1 -0
- package/dist/models/CreateContextStoreApikeyResponse.d.ts +19 -0
- package/dist/models/CreateContextStoreApikeyResponse.js +69 -0
- package/dist/models/CreateContextStoreApikeyResponse.js.map +1 -0
- package/dist/models/CreateContextStoreApikeyResponseBody.d.ts +28 -0
- package/dist/models/CreateContextStoreApikeyResponseBody.js +62 -0
- package/dist/models/CreateContextStoreApikeyResponseBody.js.map +1 -0
- package/dist/models/CreateContextStoreRequest.d.ts +99 -0
- package/dist/models/CreateContextStoreRequest.js +141 -0
- package/dist/models/CreateContextStoreRequest.js.map +1 -0
- package/dist/models/CreateContextStoreResponse.d.ts +19 -0
- package/dist/models/CreateContextStoreResponse.js +69 -0
- package/dist/models/CreateContextStoreResponse.js.map +1 -0
- package/dist/models/CreateContextStoreResponseBody.d.ts +18 -0
- package/dist/models/CreateContextStoreResponseBody.js +58 -0
- package/dist/models/CreateContextStoreResponseBody.js.map +1 -0
- package/dist/models/DeleteContextRequest.d.ts +13 -0
- package/dist/models/DeleteContextRequest.js +54 -0
- package/dist/models/DeleteContextRequest.js.map +1 -0
- package/dist/models/DeleteContextResponse.d.ts +19 -0
- package/dist/models/DeleteContextResponse.js +69 -0
- package/dist/models/DeleteContextResponse.js.map +1 -0
- package/dist/models/DeleteContextResponseBody.d.ts +28 -0
- package/dist/models/DeleteContextResponseBody.js +62 -0
- package/dist/models/DeleteContextResponseBody.js.map +1 -0
- package/dist/models/DeleteContextStoreApikeyRequest.d.ts +13 -0
- package/dist/models/DeleteContextStoreApikeyRequest.js +54 -0
- package/dist/models/DeleteContextStoreApikeyRequest.js.map +1 -0
- package/dist/models/DeleteContextStoreApikeyResponse.d.ts +19 -0
- package/dist/models/DeleteContextStoreApikeyResponse.js +69 -0
- package/dist/models/DeleteContextStoreApikeyResponse.js.map +1 -0
- package/dist/models/DeleteContextStoreApikeyResponseBody.d.ts +18 -0
- package/dist/models/DeleteContextStoreApikeyResponseBody.js +58 -0
- package/dist/models/DeleteContextStoreApikeyResponseBody.js.map +1 -0
- package/dist/models/DeleteContextStoreRequest.d.ts +13 -0
- package/dist/models/DeleteContextStoreRequest.js +54 -0
- package/dist/models/DeleteContextStoreRequest.js.map +1 -0
- package/dist/models/DeleteContextStoreResponse.d.ts +19 -0
- package/dist/models/DeleteContextStoreResponse.js +69 -0
- package/dist/models/DeleteContextStoreResponse.js.map +1 -0
- package/dist/models/DeleteContextStoreResponseBody.d.ts +14 -0
- package/dist/models/DeleteContextStoreResponseBody.js +58 -0
- package/dist/models/DeleteContextStoreResponseBody.js.map +1 -0
- package/dist/models/DeleteContextsRequest.d.ts +23 -0
- package/dist/models/DeleteContextsRequest.js +60 -0
- package/dist/models/DeleteContextsRequest.js.map +1 -0
- package/dist/models/DeleteContextsResponse.d.ts +19 -0
- package/dist/models/DeleteContextsResponse.js +69 -0
- package/dist/models/DeleteContextsResponse.js.map +1 -0
- package/dist/models/DeleteContextsResponseBody.d.ts +23 -0
- package/dist/models/DeleteContextsResponseBody.js +60 -0
- package/dist/models/DeleteContextsResponseBody.js.map +1 -0
- package/dist/models/DescribeMetricMetaListRequest.d.ts +1 -0
- package/dist/models/DescribeMetricMetaListRequest.js +2 -0
- package/dist/models/DescribeMetricMetaListRequest.js.map +1 -1
- package/dist/models/DescribeMetricMetaListResponseBody.d.ts +1 -0
- package/dist/models/DescribeMetricMetaListResponseBody.js +2 -0
- package/dist/models/DescribeMetricMetaListResponseBody.js.map +1 -1
- package/dist/models/DescribeMetricMetaListShrinkRequest.d.ts +1 -0
- package/dist/models/DescribeMetricMetaListShrinkRequest.js +2 -0
- package/dist/models/DescribeMetricMetaListShrinkRequest.js.map +1 -1
- package/dist/models/GetContextRequest.d.ts +18 -0
- package/dist/models/GetContextRequest.js +58 -0
- package/dist/models/GetContextRequest.js.map +1 -0
- package/dist/models/GetContextResponse.d.ts +20 -0
- package/dist/models/GetContextResponse.js +65 -0
- package/dist/models/GetContextResponse.js.map +1 -0
- package/dist/models/GetContextStoreRequest.d.ts +13 -0
- package/dist/models/GetContextStoreRequest.js +54 -0
- package/dist/models/GetContextStoreRequest.js.map +1 -0
- package/dist/models/GetContextStoreResponse.d.ts +19 -0
- package/dist/models/GetContextStoreResponse.js +69 -0
- package/dist/models/GetContextStoreResponse.js.map +1 -0
- package/dist/models/GetContextStoreResponseBody.d.ts +152 -0
- package/dist/models/GetContextStoreResponseBody.js +179 -0
- package/dist/models/GetContextStoreResponseBody.js.map +1 -0
- package/dist/models/GetPipelineResponseBody.d.ts +1 -0
- package/dist/models/GetPipelineResponseBody.js +2 -0
- package/dist/models/GetPipelineResponseBody.js.map +1 -1
- package/dist/models/ListContextStoreApikeysRequest.d.ts +23 -0
- package/dist/models/ListContextStoreApikeysRequest.js +60 -0
- package/dist/models/ListContextStoreApikeysRequest.js.map +1 -0
- package/dist/models/ListContextStoreApikeysResponse.d.ts +19 -0
- package/dist/models/ListContextStoreApikeysResponse.js +69 -0
- package/dist/models/ListContextStoreApikeysResponse.js.map +1 -0
- package/dist/models/ListContextStoreApikeysResponseBody.d.ts +74 -0
- package/dist/models/ListContextStoreApikeysResponseBody.js +96 -0
- package/dist/models/ListContextStoreApikeysResponseBody.js.map +1 -0
- package/dist/models/ListContextStoresRequest.d.ts +33 -0
- package/dist/models/ListContextStoresRequest.js +64 -0
- package/dist/models/ListContextStoresRequest.js.map +1 -0
- package/dist/models/ListContextStoresResponse.d.ts +19 -0
- package/dist/models/ListContextStoresResponse.js +69 -0
- package/dist/models/ListContextStoresResponse.js.map +1 -0
- package/dist/models/ListContextStoresResponseBody.d.ts +92 -0
- package/dist/models/ListContextStoresResponseBody.js +102 -0
- package/dist/models/ListContextStoresResponseBody.js.map +1 -0
- package/dist/models/SearchContextRequest.d.ts +44 -0
- package/dist/models/SearchContextRequest.js +71 -0
- package/dist/models/SearchContextRequest.js.map +1 -0
- package/dist/models/SearchContextResponse.d.ts +19 -0
- package/dist/models/SearchContextResponse.js +69 -0
- package/dist/models/SearchContextResponse.js.map +1 -0
- package/dist/models/SearchContextResponseBody.d.ts +21 -0
- package/dist/models/SearchContextResponseBody.js +63 -0
- package/dist/models/SearchContextResponseBody.js.map +1 -0
- package/dist/models/UpdateContextRequest.d.ts +60 -0
- package/dist/models/UpdateContextRequest.js +75 -0
- package/dist/models/UpdateContextRequest.js.map +1 -0
- package/dist/models/UpdateContextResponse.d.ts +20 -0
- package/dist/models/UpdateContextResponse.js +65 -0
- package/dist/models/UpdateContextResponse.js.map +1 -0
- package/dist/models/UpdateContextStoreRequest.d.ts +85 -0
- package/dist/models/UpdateContextStoreRequest.js +139 -0
- package/dist/models/UpdateContextStoreRequest.js.map +1 -0
- package/dist/models/UpdateContextStoreResponse.d.ts +19 -0
- package/dist/models/UpdateContextStoreResponse.js +69 -0
- package/dist/models/UpdateContextStoreResponse.js.map +1 -0
- package/dist/models/UpdateContextStoreResponseBody.d.ts +18 -0
- package/dist/models/UpdateContextStoreResponseBody.js +58 -0
- package/dist/models/UpdateContextStoreResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +54 -0
- package/dist/models/model.js +124 -14
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +702 -0
- package/src/models/AddContextsRequest.ts +186 -0
- package/src/models/AddContextsResponse.ts +40 -0
- package/src/models/AddContextsResponseBody.ts +71 -0
- package/src/models/CreateContextStoreApikeyRequest.ts +34 -0
- package/src/models/CreateContextStoreApikeyResponse.ts +40 -0
- package/src/models/CreateContextStoreApikeyResponseBody.ts +45 -0
- package/src/models/CreateContextStoreRequest.ts +166 -0
- package/src/models/CreateContextStoreResponse.ts +40 -0
- package/src/models/CreateContextStoreResponseBody.ts +31 -0
- package/src/models/DeleteContextRequest.ts +24 -0
- package/src/models/DeleteContextResponse.ts +40 -0
- package/src/models/DeleteContextResponseBody.ts +45 -0
- package/src/models/DeleteContextStoreApikeyRequest.ts +24 -0
- package/src/models/DeleteContextStoreApikeyResponse.ts +40 -0
- package/src/models/DeleteContextStoreApikeyResponseBody.ts +31 -0
- package/src/models/DeleteContextStoreRequest.ts +24 -0
- package/src/models/DeleteContextStoreResponse.ts +40 -0
- package/src/models/DeleteContextStoreResponseBody.ts +27 -0
- package/src/models/DeleteContextsRequest.ts +38 -0
- package/src/models/DeleteContextsResponse.ts +40 -0
- package/src/models/DeleteContextsResponseBody.ts +38 -0
- package/src/models/DescribeMetricMetaListRequest.ts +3 -0
- package/src/models/DescribeMetricMetaListResponseBody.ts +3 -0
- package/src/models/DescribeMetricMetaListShrinkRequest.ts +3 -0
- package/src/models/GetContextRequest.ts +31 -0
- package/src/models/GetContextResponse.ts +36 -0
- package/src/models/GetContextStoreRequest.ts +24 -0
- package/src/models/GetContextStoreResponse.ts +40 -0
- package/src/models/GetContextStoreResponseBody.ts +248 -0
- package/src/models/GetPipelineResponseBody.ts +3 -0
- package/src/models/ListContextStoreApikeysRequest.ts +38 -0
- package/src/models/ListContextStoreApikeysResponse.ts +40 -0
- package/src/models/ListContextStoreApikeysResponseBody.ts +116 -0
- package/src/models/ListContextStoresRequest.ts +52 -0
- package/src/models/ListContextStoresResponse.ts +40 -0
- package/src/models/ListContextStoresResponseBody.ts +140 -0
- package/src/models/SearchContextRequest.ts +68 -0
- package/src/models/SearchContextResponse.ts +40 -0
- package/src/models/SearchContextResponseBody.ts +37 -0
- package/src/models/UpdateContextRequest.ts +84 -0
- package/src/models/UpdateContextResponse.ts +36 -0
- package/src/models/UpdateContextStoreRequest.ts +150 -0
- package/src/models/UpdateContextStoreResponse.ts +40 -0
- package/src/models/UpdateContextStoreResponseBody.ts +31 -0
- package/src/models/model.ts +54 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DeleteContextResponseBody } from "./DeleteContextResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DeleteContextResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DeleteContextResponseBody;
|
|
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: DeleteContextResponseBody,
|
|
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,45 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 897294a7-67a4-4f60-976c-e136edc5f97e
|
|
9
|
+
*/
|
|
10
|
+
contextId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* E5B1D3D4-BB28-5996-8AD2-***********
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
/**
|
|
17
|
+
* @example
|
|
18
|
+
* deleted
|
|
19
|
+
*/
|
|
20
|
+
status?: string;
|
|
21
|
+
static names(): { [key: string]: string } {
|
|
22
|
+
return {
|
|
23
|
+
contextId: 'contextId',
|
|
24
|
+
requestId: 'requestId',
|
|
25
|
+
status: 'status',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
contextId: 'string',
|
|
32
|
+
requestId: 'string',
|
|
33
|
+
status: 'string',
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
validate() {
|
|
38
|
+
super.validate();
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
constructor(map?: { [key: string]: any }) {
|
|
42
|
+
super(map);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextStoreAPIKeyRequest extends $dara.Model {
|
|
6
|
+
static names(): { [key: string]: string } {
|
|
7
|
+
return {
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
static types(): { [key: string]: any } {
|
|
12
|
+
return {
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
validate() {
|
|
17
|
+
super.validate();
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
constructor(map?: { [key: string]: any }) {
|
|
21
|
+
super(map);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DeleteContextStoreAPIKeyResponseBody } from "./DeleteContextStoreApikeyResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DeleteContextStoreAPIKeyResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DeleteContextStoreAPIKeyResponseBody;
|
|
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: DeleteContextStoreAPIKeyResponseBody,
|
|
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,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextStoreAPIKeyResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 264C3E89-XXXX-XXXX-XXXX-CE9C2196C7DC
|
|
9
|
+
*/
|
|
10
|
+
requestId?: string;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
requestId: 'requestId',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
requestId: 'string',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextStoreRequest extends $dara.Model {
|
|
6
|
+
static names(): { [key: string]: string } {
|
|
7
|
+
return {
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
static types(): { [key: string]: any } {
|
|
12
|
+
return {
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
validate() {
|
|
17
|
+
super.validate();
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
constructor(map?: { [key: string]: any }) {
|
|
21
|
+
super(map);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DeleteContextStoreResponseBody } from "./DeleteContextStoreResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DeleteContextStoreResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DeleteContextStoreResponseBody;
|
|
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: DeleteContextStoreResponseBody,
|
|
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,27 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextStoreResponseBody extends $dara.Model {
|
|
6
|
+
requestId?: string;
|
|
7
|
+
static names(): { [key: string]: string } {
|
|
8
|
+
return {
|
|
9
|
+
requestId: 'requestId',
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
static types(): { [key: string]: any } {
|
|
14
|
+
return {
|
|
15
|
+
requestId: 'string',
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
validate() {
|
|
20
|
+
super.validate();
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
constructor(map?: { [key: string]: any }) {
|
|
24
|
+
super(map);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextsRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* mem_long_01,mem_long_02
|
|
9
|
+
*/
|
|
10
|
+
contextIds?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* {"userId":"u-10001"}
|
|
14
|
+
*/
|
|
15
|
+
filter?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
contextIds: 'contextIds',
|
|
19
|
+
filter: 'filter',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
contextIds: 'string',
|
|
26
|
+
filter: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { DeleteContextsResponseBody } from "./DeleteContextsResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class DeleteContextsResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: DeleteContextsResponseBody;
|
|
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: DeleteContextsResponseBody,
|
|
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,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class DeleteContextsResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 55
|
|
9
|
+
*/
|
|
10
|
+
deletedCount?: number;
|
|
11
|
+
/**
|
|
12
|
+
* @example
|
|
13
|
+
* 8FDE2569-626B-5176-9844-28877A*****
|
|
14
|
+
*/
|
|
15
|
+
requestId?: string;
|
|
16
|
+
static names(): { [key: string]: string } {
|
|
17
|
+
return {
|
|
18
|
+
deletedCount: 'deletedCount',
|
|
19
|
+
requestId: 'requestId',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
static types(): { [key: string]: any } {
|
|
24
|
+
return {
|
|
25
|
+
deletedCount: 'number',
|
|
26
|
+
requestId: 'string',
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
validate() {
|
|
31
|
+
super.validate();
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
constructor(map?: { [key: string]: any }) {
|
|
35
|
+
super(map);
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
|
|
@@ -37,6 +37,7 @@ export class DescribeMetricMetaListRequestLabels extends $dara.Model {
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
export class DescribeMetricMetaListRequest extends $dara.Model {
|
|
40
|
+
keywords?: string;
|
|
40
41
|
labels?: DescribeMetricMetaListRequestLabels[];
|
|
41
42
|
/**
|
|
42
43
|
* @example
|
|
@@ -65,6 +66,7 @@ export class DescribeMetricMetaListRequest extends $dara.Model {
|
|
|
65
66
|
pageSize?: number;
|
|
66
67
|
static names(): { [key: string]: string } {
|
|
67
68
|
return {
|
|
69
|
+
keywords: 'keywords',
|
|
68
70
|
labels: 'labels',
|
|
69
71
|
metaFormat: 'metaFormat',
|
|
70
72
|
metricName: 'metricName',
|
|
@@ -76,6 +78,7 @@ export class DescribeMetricMetaListRequest extends $dara.Model {
|
|
|
76
78
|
|
|
77
79
|
static types(): { [key: string]: any } {
|
|
78
80
|
return {
|
|
81
|
+
keywords: 'string',
|
|
79
82
|
labels: { 'type': 'array', 'itemType': DescribeMetricMetaListRequestLabels },
|
|
80
83
|
metaFormat: 'string',
|
|
81
84
|
metricName: 'string',
|
|
@@ -30,6 +30,7 @@ export class DescribeMetricMetaListResponseBodyResources extends $dara.Model {
|
|
|
30
30
|
dimensionDescription?: DescribeMetricMetaListResponseBodyResourcesDimensionDescription[];
|
|
31
31
|
dimensions?: string[];
|
|
32
32
|
labels?: { [key: string]: string };
|
|
33
|
+
metaFormat?: string;
|
|
33
34
|
metricName?: string;
|
|
34
35
|
namespace?: string;
|
|
35
36
|
periods?: string;
|
|
@@ -42,6 +43,7 @@ export class DescribeMetricMetaListResponseBodyResources extends $dara.Model {
|
|
|
42
43
|
dimensionDescription: 'dimensionDescription',
|
|
43
44
|
dimensions: 'dimensions',
|
|
44
45
|
labels: 'labels',
|
|
46
|
+
metaFormat: 'metaFormat',
|
|
45
47
|
metricName: 'metricName',
|
|
46
48
|
namespace: 'namespace',
|
|
47
49
|
periods: 'periods',
|
|
@@ -57,6 +59,7 @@ export class DescribeMetricMetaListResponseBodyResources extends $dara.Model {
|
|
|
57
59
|
dimensionDescription: { 'type': 'array', 'itemType': DescribeMetricMetaListResponseBodyResourcesDimensionDescription },
|
|
58
60
|
dimensions: { 'type': 'array', 'itemType': 'string' },
|
|
59
61
|
labels: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
62
|
+
metaFormat: 'string',
|
|
60
63
|
metricName: 'string',
|
|
61
64
|
namespace: 'string',
|
|
62
65
|
periods: 'string',
|
|
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
export class DescribeMetricMetaListShrinkRequest extends $dara.Model {
|
|
6
|
+
keywords?: string;
|
|
6
7
|
labelsShrink?: string;
|
|
7
8
|
/**
|
|
8
9
|
* @example
|
|
@@ -31,6 +32,7 @@ export class DescribeMetricMetaListShrinkRequest extends $dara.Model {
|
|
|
31
32
|
pageSize?: number;
|
|
32
33
|
static names(): { [key: string]: string } {
|
|
33
34
|
return {
|
|
35
|
+
keywords: 'keywords',
|
|
34
36
|
labelsShrink: 'labels',
|
|
35
37
|
metaFormat: 'metaFormat',
|
|
36
38
|
metricName: 'metricName',
|
|
@@ -42,6 +44,7 @@ export class DescribeMetricMetaListShrinkRequest extends $dara.Model {
|
|
|
42
44
|
|
|
43
45
|
static types(): { [key: string]: any } {
|
|
44
46
|
return {
|
|
47
|
+
keywords: 'string',
|
|
45
48
|
labelsShrink: 'string',
|
|
46
49
|
metaFormat: 'string',
|
|
47
50
|
metricName: 'string',
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetContextRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* true
|
|
9
|
+
*/
|
|
10
|
+
formatted?: boolean;
|
|
11
|
+
static names(): { [key: string]: string } {
|
|
12
|
+
return {
|
|
13
|
+
formatted: 'formatted',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
formatted: 'boolean',
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
validate() {
|
|
24
|
+
super.validate();
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
constructor(map?: { [key: string]: any }) {
|
|
28
|
+
super(map);
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetContextResponse extends $dara.Model {
|
|
6
|
+
headers?: { [key: string]: string };
|
|
7
|
+
statusCode?: number;
|
|
8
|
+
body?: {[key: string]: any};
|
|
9
|
+
static names(): { [key: string]: string } {
|
|
10
|
+
return {
|
|
11
|
+
headers: 'headers',
|
|
12
|
+
statusCode: 'statusCode',
|
|
13
|
+
body: 'body',
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
static types(): { [key: string]: any } {
|
|
18
|
+
return {
|
|
19
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
20
|
+
statusCode: 'number',
|
|
21
|
+
body: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
validate() {
|
|
26
|
+
if(this.headers) {
|
|
27
|
+
$dara.Model.validateMap(this.headers);
|
|
28
|
+
}
|
|
29
|
+
super.validate();
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
constructor(map?: { [key: string]: any }) {
|
|
33
|
+
super(map);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class GetContextStoreRequest extends $dara.Model {
|
|
6
|
+
static names(): { [key: string]: string } {
|
|
7
|
+
return {
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
static types(): { [key: string]: any } {
|
|
12
|
+
return {
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
validate() {
|
|
17
|
+
super.validate();
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
constructor(map?: { [key: string]: any }) {
|
|
21
|
+
super(map);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { GetContextStoreResponseBody } from "./GetContextStoreResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class GetContextStoreResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: GetContextStoreResponseBody;
|
|
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: GetContextStoreResponseBody,
|
|
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
|
+
|