@alicloud/cms20240330 3.2.5 → 3.3.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 +89 -2
- package/dist/client.js +208 -2
- package/dist/client.js.map +1 -1
- package/dist/models/CreateIntegrationPolicyRequest.d.ts +9 -2
- package/dist/models/CreateIntegrationPolicyRequest.js.map +1 -1
- package/dist/models/CreateIntegrationPolicyResponseBody.d.ts +1 -1
- package/dist/models/DeleteUmodelCommonSchemaRefRequest.d.ts +21 -0
- package/dist/models/DeleteUmodelCommonSchemaRefRequest.js +58 -0
- package/dist/models/DeleteUmodelCommonSchemaRefRequest.js.map +1 -0
- package/dist/models/DeleteUmodelCommonSchemaRefResponse.d.ts +19 -0
- package/dist/models/DeleteUmodelCommonSchemaRefResponse.js +69 -0
- package/dist/models/DeleteUmodelCommonSchemaRefResponse.js.map +1 -0
- package/dist/models/DeleteUmodelCommonSchemaRefResponseBody.d.ts +18 -0
- package/dist/models/DeleteUmodelCommonSchemaRefResponseBody.js +58 -0
- package/dist/models/DeleteUmodelCommonSchemaRefResponseBody.js.map +1 -0
- package/dist/models/GetUmodelCommonSchemaRefResponse.d.ts +19 -0
- package/dist/models/GetUmodelCommonSchemaRefResponse.js +69 -0
- package/dist/models/GetUmodelCommonSchemaRefResponse.js.map +1 -0
- package/dist/models/GetUmodelCommonSchemaRefResponseBody.d.ts +36 -0
- package/dist/models/GetUmodelCommonSchemaRefResponseBody.js +82 -0
- package/dist/models/GetUmodelCommonSchemaRefResponseBody.js.map +1 -0
- package/dist/models/ListIntegrationPoliciesRequest.d.ts +10 -10
- package/dist/models/ListIntegrationPoliciesResponseBody.d.ts +13 -6
- package/dist/models/ListIntegrationPoliciesResponseBody.js.map +1 -1
- package/dist/models/ListIntegrationPoliciesShrinkRequest.d.ts +10 -10
- package/dist/models/UpdateNotifyStrategyRequest.d.ts +20 -0
- package/dist/models/UpdateNotifyStrategyRequest.js +64 -0
- package/dist/models/UpdateNotifyStrategyRequest.js.map +1 -0
- package/dist/models/UpdateNotifyStrategyResponse.d.ts +19 -0
- package/dist/models/UpdateNotifyStrategyResponse.js +69 -0
- package/dist/models/UpdateNotifyStrategyResponse.js.map +1 -0
- package/dist/models/UpdateNotifyStrategyResponseBody.d.ts +26 -0
- package/dist/models/UpdateNotifyStrategyResponseBody.js +60 -0
- package/dist/models/UpdateNotifyStrategyResponseBody.js.map +1 -0
- package/dist/models/UpdateSubscriptionRequest.d.ts +20 -0
- package/dist/models/UpdateSubscriptionRequest.js +64 -0
- package/dist/models/UpdateSubscriptionRequest.js.map +1 -0
- package/dist/models/UpdateSubscriptionResponse.d.ts +19 -0
- package/dist/models/UpdateSubscriptionResponse.js +69 -0
- package/dist/models/UpdateSubscriptionResponse.js.map +1 -0
- package/dist/models/UpdateSubscriptionResponseBody.d.ts +26 -0
- package/dist/models/UpdateSubscriptionResponseBody.js +60 -0
- package/dist/models/UpdateSubscriptionResponseBody.js.map +1 -0
- package/dist/models/UpsertUmodelCommonSchemaRefRequest.d.ts +29 -0
- package/dist/models/UpsertUmodelCommonSchemaRefRequest.js +60 -0
- package/dist/models/UpsertUmodelCommonSchemaRefRequest.js.map +1 -0
- package/dist/models/UpsertUmodelCommonSchemaRefResponse.d.ts +19 -0
- package/dist/models/UpsertUmodelCommonSchemaRefResponse.js +69 -0
- package/dist/models/UpsertUmodelCommonSchemaRefResponse.js.map +1 -0
- package/dist/models/UpsertUmodelCommonSchemaRefResponseBody.d.ts +18 -0
- package/dist/models/UpsertUmodelCommonSchemaRefResponseBody.js +58 -0
- package/dist/models/UpsertUmodelCommonSchemaRefResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +15 -0
- package/dist/models/model.js +37 -6
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +223 -2
- package/src/models/CreateIntegrationPolicyRequest.ts +9 -2
- package/src/models/CreateIntegrationPolicyResponseBody.ts +1 -1
- package/src/models/DeleteUmodelCommonSchemaRefRequest.ts +34 -0
- package/src/models/DeleteUmodelCommonSchemaRefResponse.ts +40 -0
- package/src/models/DeleteUmodelCommonSchemaRefResponseBody.ts +31 -0
- package/src/models/GetUmodelCommonSchemaRefResponse.ts +40 -0
- package/src/models/GetUmodelCommonSchemaRefResponseBody.ts +64 -0
- package/src/models/ListIntegrationPoliciesRequest.ts +10 -10
- package/src/models/ListIntegrationPoliciesResponseBody.ts +13 -6
- package/src/models/ListIntegrationPoliciesShrinkRequest.ts +10 -10
- package/src/models/UpdateNotifyStrategyRequest.ts +38 -0
- package/src/models/UpdateNotifyStrategyResponse.ts +40 -0
- package/src/models/UpdateNotifyStrategyResponseBody.ts +41 -0
- package/src/models/UpdateSubscriptionRequest.ts +38 -0
- package/src/models/UpdateSubscriptionResponse.ts +40 -0
- package/src/models/UpdateSubscriptionResponseBody.ts +41 -0
- package/src/models/UpsertUmodelCommonSchemaRefRequest.ts +44 -0
- package/src/models/UpsertUmodelCommonSchemaRefResponse.ts +40 -0
- package/src/models/UpsertUmodelCommonSchemaRefResponseBody.ts +31 -0
- package/src/models/model.ts +15 -0
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* Addon
|
|
8
|
+
* Addon name.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cs-default
|
|
@@ -13,7 +13,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
13
13
|
addonName?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* Bound
|
|
16
|
+
* Bound resource ID
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 622d27c2e87d49debceeebc7c642610e
|
|
@@ -21,7 +21,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
21
21
|
bindResourceId?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* Filter for entity IDs, separated by commas
|
|
24
|
+
* Filter for entity IDs, separated by commas
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* eg-1,eg-2,eg-3
|
|
@@ -29,7 +29,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
29
29
|
entityGroupIds?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* Used for Region query, separated by commas
|
|
32
|
+
* Used for Region query, separated by commas
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* cn-beijing,cn-hangzhou
|
|
@@ -37,7 +37,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
37
37
|
filterRegionIds?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* Maximum number of results to return
|
|
40
|
+
* Maximum number of results to return. Default is 30, with a maximum of 100.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* 30
|
|
@@ -45,7 +45,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
45
45
|
maxResults?: number;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* Used to return more results. This parameter is not required for the first query
|
|
48
|
+
* Used to return more results. This parameter is not required for the first query. For subsequent queries, use the Token obtained from the response.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* mvnX6zqg3P
|
|
@@ -61,7 +61,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
61
61
|
policyId?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* Rule
|
|
64
|
+
* Rule name.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* prod-database
|
|
@@ -69,7 +69,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
69
69
|
policyName?: string;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
* Policy
|
|
72
|
+
* Policy type
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* CS
|
|
@@ -85,7 +85,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
85
85
|
prometheusInstanceId?: string;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* Used for general queries
|
|
88
|
+
* Used for general queries
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* test
|
|
@@ -93,7 +93,7 @@ export class ListIntegrationPoliciesShrinkRequest extends $dara.Model {
|
|
|
93
93
|
query?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
* Resource
|
|
96
|
+
* Resource group ID.
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* rg-xxxxx
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { NotifyStrategyForModify } from "./NotifyStrategyForModify";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateNotifyStrategyRequest extends $dara.Model {
|
|
7
|
+
body?: NotifyStrategyForModify;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* workspace-test
|
|
11
|
+
*/
|
|
12
|
+
workspace?: string;
|
|
13
|
+
static names(): { [key: string]: string } {
|
|
14
|
+
return {
|
|
15
|
+
body: 'body',
|
|
16
|
+
workspace: 'workspace',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
body: NotifyStrategyForModify,
|
|
23
|
+
workspace: 'string',
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
validate() {
|
|
28
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
29
|
+
(this.body as any).validate();
|
|
30
|
+
}
|
|
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 { UpdateNotifyStrategyResponseBody } from "./UpdateNotifyStrategyResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateNotifyStrategyResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpdateNotifyStrategyResponseBody;
|
|
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: UpdateNotifyStrategyResponseBody,
|
|
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,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateNotifyStrategyResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 12312-31-23-123-1-23123
|
|
9
|
+
*/
|
|
10
|
+
notifyStrategyId?: string;
|
|
11
|
+
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* Id of the request
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* 8FDE2569-626B-5176-9844-28877A*****
|
|
17
|
+
*/
|
|
18
|
+
requestId?: string;
|
|
19
|
+
static names(): { [key: string]: string } {
|
|
20
|
+
return {
|
|
21
|
+
notifyStrategyId: 'notifyStrategyId',
|
|
22
|
+
requestId: 'requestId',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static types(): { [key: string]: any } {
|
|
27
|
+
return {
|
|
28
|
+
notifyStrategyId: 'string',
|
|
29
|
+
requestId: 'string',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
validate() {
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { SubscriptionForModify } from "./SubscriptionForModify";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateSubscriptionRequest extends $dara.Model {
|
|
7
|
+
body?: SubscriptionForModify;
|
|
8
|
+
/**
|
|
9
|
+
* @example
|
|
10
|
+
* workspace-test
|
|
11
|
+
*/
|
|
12
|
+
workspace?: string;
|
|
13
|
+
static names(): { [key: string]: string } {
|
|
14
|
+
return {
|
|
15
|
+
body: 'body',
|
|
16
|
+
workspace: 'workspace',
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
static types(): { [key: string]: any } {
|
|
21
|
+
return {
|
|
22
|
+
body: SubscriptionForModify,
|
|
23
|
+
workspace: 'string',
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
validate() {
|
|
28
|
+
if(this.body && typeof (this.body as any).validate === 'function') {
|
|
29
|
+
(this.body as any).validate();
|
|
30
|
+
}
|
|
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 { UpdateSubscriptionResponseBody } from "./UpdateSubscriptionResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpdateSubscriptionResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpdateSubscriptionResponseBody;
|
|
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: UpdateSubscriptionResponseBody,
|
|
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,41 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpdateSubscriptionResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* Id of the request
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* 0CEC5375-C554-562B-A65F-******
|
|
12
|
+
*/
|
|
13
|
+
requestId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* 123123123123
|
|
17
|
+
*/
|
|
18
|
+
subscriptionId?: string;
|
|
19
|
+
static names(): { [key: string]: string } {
|
|
20
|
+
return {
|
|
21
|
+
requestId: 'requestId',
|
|
22
|
+
subscriptionId: 'subscriptionId',
|
|
23
|
+
};
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
static types(): { [key: string]: any } {
|
|
27
|
+
return {
|
|
28
|
+
requestId: 'string',
|
|
29
|
+
subscriptionId: 'string',
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
validate() {
|
|
34
|
+
super.validate();
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
constructor(map?: { [key: string]: any }) {
|
|
38
|
+
super(map);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
export class UpsertUmodelCommonSchemaRefRequest extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* This parameter is required.
|
|
9
|
+
*
|
|
10
|
+
* @example
|
|
11
|
+
* card-service-daily01
|
|
12
|
+
*/
|
|
13
|
+
group?: string;
|
|
14
|
+
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* This parameter is required.
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* 0.1.0
|
|
20
|
+
*/
|
|
21
|
+
version?: string;
|
|
22
|
+
static names(): { [key: string]: string } {
|
|
23
|
+
return {
|
|
24
|
+
group: 'group',
|
|
25
|
+
version: 'version',
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
static types(): { [key: string]: any } {
|
|
30
|
+
return {
|
|
31
|
+
group: 'string',
|
|
32
|
+
version: 'string',
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
validate() {
|
|
37
|
+
super.validate();
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
constructor(map?: { [key: string]: any }) {
|
|
41
|
+
super(map);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// This file is auto-generated, don't edit it
|
|
2
|
+
import * as $dara from '@darabonba/typescript';
|
|
3
|
+
import { UpsertUmodelCommonSchemaRefResponseBody } from "./UpsertUmodelCommonSchemaRefResponseBody";
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
export class UpsertUmodelCommonSchemaRefResponse extends $dara.Model {
|
|
7
|
+
headers?: { [key: string]: string };
|
|
8
|
+
statusCode?: number;
|
|
9
|
+
body?: UpsertUmodelCommonSchemaRefResponseBody;
|
|
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: UpsertUmodelCommonSchemaRefResponseBody,
|
|
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 UpsertUmodelCommonSchemaRefResponseBody extends $dara.Model {
|
|
6
|
+
/**
|
|
7
|
+
* @example
|
|
8
|
+
* 0B9377D9-C56B-5C2E-A8A4-************
|
|
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
|
+
|
package/src/models/model.ts
CHANGED
|
@@ -84,6 +84,7 @@ export { GetPrometheusViewResponseBodyPrometheusView } from './GetPrometheusView
|
|
|
84
84
|
export { GetServiceResponseBodyService } from './GetServiceResponseBody';
|
|
85
85
|
export { GetServiceObservabilityResponseBodyEntryPointInfo } from './GetServiceObservabilityResponseBody';
|
|
86
86
|
export { GetUmodelResponseBodyCommonSchemaRef } from './GetUmodelResponseBody';
|
|
87
|
+
export { GetUmodelCommonSchemaRefResponseBodyCommonSchemaRef } from './GetUmodelCommonSchemaRefResponseBody';
|
|
87
88
|
export { GetUmodelDataResponseBodyErrors } from './GetUmodelDataResponseBody';
|
|
88
89
|
export { ListAddonReleasesResponseBodyReleasesConditions } from './ListAddonReleasesResponseBody';
|
|
89
90
|
export { ListAddonReleasesResponseBodyReleasesSubAddonRelease } from './ListAddonReleasesResponseBody';
|
|
@@ -233,6 +234,9 @@ export { DeleteServiceResponseBody } from './DeleteServiceResponseBody';
|
|
|
233
234
|
export { DeleteServiceResponse } from './DeleteServiceResponse';
|
|
234
235
|
export { DeleteUmodelResponseBody } from './DeleteUmodelResponseBody';
|
|
235
236
|
export { DeleteUmodelResponse } from './DeleteUmodelResponse';
|
|
237
|
+
export { DeleteUmodelCommonSchemaRefRequest } from './DeleteUmodelCommonSchemaRefRequest';
|
|
238
|
+
export { DeleteUmodelCommonSchemaRefResponseBody } from './DeleteUmodelCommonSchemaRefResponseBody';
|
|
239
|
+
export { DeleteUmodelCommonSchemaRefResponse } from './DeleteUmodelCommonSchemaRefResponse';
|
|
236
240
|
export { DeleteUmodelDataRequest } from './DeleteUmodelDataRequest';
|
|
237
241
|
export { DeleteUmodelDataResponseBody } from './DeleteUmodelDataResponseBody';
|
|
238
242
|
export { DeleteUmodelDataResponse } from './DeleteUmodelDataResponse';
|
|
@@ -262,6 +266,8 @@ export { GetServiceObservabilityResponseBody } from './GetServiceObservabilityRe
|
|
|
262
266
|
export { GetServiceObservabilityResponse } from './GetServiceObservabilityResponse';
|
|
263
267
|
export { GetUmodelResponseBody } from './GetUmodelResponseBody';
|
|
264
268
|
export { GetUmodelResponse } from './GetUmodelResponse';
|
|
269
|
+
export { GetUmodelCommonSchemaRefResponseBody } from './GetUmodelCommonSchemaRefResponseBody';
|
|
270
|
+
export { GetUmodelCommonSchemaRefResponse } from './GetUmodelCommonSchemaRefResponse';
|
|
265
271
|
export { GetUmodelDataRequest } from './GetUmodelDataRequest';
|
|
266
272
|
export { GetUmodelDataResponseBody } from './GetUmodelDataResponseBody';
|
|
267
273
|
export { GetUmodelDataResponse } from './GetUmodelDataResponse';
|
|
@@ -330,6 +336,9 @@ export { UpdateAggTaskGroupStatusResponse } from './UpdateAggTaskGroupStatusResp
|
|
|
330
336
|
export { UpdateIntegrationPolicyRequest } from './UpdateIntegrationPolicyRequest';
|
|
331
337
|
export { UpdateIntegrationPolicyResponseBody } from './UpdateIntegrationPolicyResponseBody';
|
|
332
338
|
export { UpdateIntegrationPolicyResponse } from './UpdateIntegrationPolicyResponse';
|
|
339
|
+
export { UpdateNotifyStrategyRequest } from './UpdateNotifyStrategyRequest';
|
|
340
|
+
export { UpdateNotifyStrategyResponseBody } from './UpdateNotifyStrategyResponseBody';
|
|
341
|
+
export { UpdateNotifyStrategyResponse } from './UpdateNotifyStrategyResponse';
|
|
333
342
|
export { UpdatePrometheusInstanceRequest } from './UpdatePrometheusInstanceRequest';
|
|
334
343
|
export { UpdatePrometheusInstanceResponseBody } from './UpdatePrometheusInstanceResponseBody';
|
|
335
344
|
export { UpdatePrometheusInstanceResponse } from './UpdatePrometheusInstanceResponse';
|
|
@@ -339,9 +348,15 @@ export { UpdatePrometheusViewResponse } from './UpdatePrometheusViewResponse';
|
|
|
339
348
|
export { UpdateServiceRequest } from './UpdateServiceRequest';
|
|
340
349
|
export { UpdateServiceResponseBody } from './UpdateServiceResponseBody';
|
|
341
350
|
export { UpdateServiceResponse } from './UpdateServiceResponse';
|
|
351
|
+
export { UpdateSubscriptionRequest } from './UpdateSubscriptionRequest';
|
|
352
|
+
export { UpdateSubscriptionResponseBody } from './UpdateSubscriptionResponseBody';
|
|
353
|
+
export { UpdateSubscriptionResponse } from './UpdateSubscriptionResponse';
|
|
342
354
|
export { UpdateUmodelRequest } from './UpdateUmodelRequest';
|
|
343
355
|
export { UpdateUmodelResponseBody } from './UpdateUmodelResponseBody';
|
|
344
356
|
export { UpdateUmodelResponse } from './UpdateUmodelResponse';
|
|
357
|
+
export { UpsertUmodelCommonSchemaRefRequest } from './UpsertUmodelCommonSchemaRefRequest';
|
|
358
|
+
export { UpsertUmodelCommonSchemaRefResponseBody } from './UpsertUmodelCommonSchemaRefResponseBody';
|
|
359
|
+
export { UpsertUmodelCommonSchemaRefResponse } from './UpsertUmodelCommonSchemaRefResponse';
|
|
345
360
|
export { UpsertUmodelDataRequest } from './UpsertUmodelDataRequest';
|
|
346
361
|
export { UpsertUmodelDataResponseBody } from './UpsertUmodelDataResponseBody';
|
|
347
362
|
export { UpsertUmodelDataResponse } from './UpsertUmodelDataResponse';
|