@alicloud/appstream-center20210901 5.6.1 → 5.6.2
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 +12 -12
- package/dist/client.js +12 -12
- package/dist/models/ConfigRuntimeModelTemplateResponseBody.d.ts +3 -3
- package/dist/models/GetRuntimeChannelResponseBody.d.ts +9 -5
- package/dist/models/GetRuntimeChannelResponseBody.js.map +1 -1
- package/dist/models/ListAppInstancesRequest.d.ts +2 -2
- package/dist/models/ListAppInstancesResponseBody.d.ts +4 -4
- package/dist/models/ListTagCloudResourcesRequest.d.ts +1 -1
- package/dist/models/ListTagCloudResourcesResponseBody.d.ts +2 -2
- package/dist/models/ListTenantConfigResponseBody.d.ts +10 -1
- package/dist/models/ListTenantConfigResponseBody.js +7 -0
- package/dist/models/ListTenantConfigResponseBody.js.map +1 -1
- package/dist/models/RemoveRuntimeModelTemplateResponseBody.d.ts +5 -5
- package/dist/models/UntagCloudResourcesRequest.d.ts +1 -1
- package/package.json +1 -1
- package/src/client.ts +12 -12
- package/src/models/ConfigRuntimeModelTemplateResponseBody.ts +3 -3
- package/src/models/GetRuntimeChannelResponseBody.ts +9 -5
- package/src/models/ListAppInstancesRequest.ts +2 -2
- package/src/models/ListAppInstancesResponseBody.ts +4 -4
- package/src/models/ListTagCloudResourcesRequest.ts +1 -1
- package/src/models/ListTagCloudResourcesResponseBody.ts +2 -2
- package/src/models/ListTenantConfigResponseBody.ts +17 -1
- package/src/models/RemoveRuntimeModelTemplateResponseBody.ts +5 -5
- package/src/models/UntagCloudResourcesRequest.ts +1 -1
package/dist/client.d.ts
CHANGED
|
@@ -86,8 +86,8 @@ export default class Client extends OpenApi {
|
|
|
86
86
|
* Configures the model group for a resource group.
|
|
87
87
|
*
|
|
88
88
|
* @remarks
|
|
89
|
-
* You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
90
|
-
* When
|
|
89
|
+
* You can assign a model group to the resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
90
|
+
* When an agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting has a higher priority than the agent runtime setting.
|
|
91
91
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
|
|
92
92
|
*
|
|
93
93
|
* @param request - ConfigResourceGroupModelTemplateRequest
|
|
@@ -99,8 +99,8 @@ export default class Client extends OpenApi {
|
|
|
99
99
|
* Configures the model group for a resource group.
|
|
100
100
|
*
|
|
101
101
|
* @remarks
|
|
102
|
-
* You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
103
|
-
* When
|
|
102
|
+
* You can assign a model group to the resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
103
|
+
* When an agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting has a higher priority than the agent runtime setting.
|
|
104
104
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
|
|
105
105
|
*
|
|
106
106
|
* @param request - ConfigResourceGroupModelTemplateRequest
|
|
@@ -135,7 +135,7 @@ export default class Client extends OpenApi {
|
|
|
135
135
|
*
|
|
136
136
|
* @remarks
|
|
137
137
|
* You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
|
|
138
|
-
*
|
|
138
|
+
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
139
139
|
*
|
|
140
140
|
* @param request - ConfigRuntimeModelTemplateRequest
|
|
141
141
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -147,7 +147,7 @@ export default class Client extends OpenApi {
|
|
|
147
147
|
*
|
|
148
148
|
* @remarks
|
|
149
149
|
* You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
|
|
150
|
-
*
|
|
150
|
+
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
151
151
|
*
|
|
152
152
|
* @param request - ConfigRuntimeModelTemplateRequest
|
|
153
153
|
* @returns ConfigRuntimeModelTemplateResponse
|
|
@@ -664,7 +664,7 @@ export default class Client extends OpenApi {
|
|
|
664
664
|
*/
|
|
665
665
|
listAppInstanceGroup(request: $_model.ListAppInstanceGroupRequest): Promise<$_model.ListAppInstanceGroupResponse>;
|
|
666
666
|
/**
|
|
667
|
-
* Queries the details of session instances in a delivery group, including instance
|
|
667
|
+
* Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
|
|
668
668
|
*
|
|
669
669
|
* @param request - ListAppInstancesRequest
|
|
670
670
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -672,7 +672,7 @@ export default class Client extends OpenApi {
|
|
|
672
672
|
*/
|
|
673
673
|
listAppInstancesWithOptions(request: $_model.ListAppInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAppInstancesResponse>;
|
|
674
674
|
/**
|
|
675
|
-
* Queries the details of session instances in a delivery group, including instance
|
|
675
|
+
* Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
|
|
676
676
|
*
|
|
677
677
|
* @param request - ListAppInstancesRequest
|
|
678
678
|
* @returns ListAppInstancesResponse
|
|
@@ -1160,7 +1160,7 @@ export default class Client extends OpenApi {
|
|
|
1160
1160
|
* Removes a third-party channel configuration from an agent runtime.
|
|
1161
1161
|
*
|
|
1162
1162
|
* @remarks
|
|
1163
|
-
* You can call this operation to remove a specific third-party channel configuration from agent
|
|
1163
|
+
* You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
|
|
1164
1164
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
1165
1165
|
*
|
|
1166
1166
|
* @param request - RemoveRuntimeChannelRequest
|
|
@@ -1172,7 +1172,7 @@ export default class Client extends OpenApi {
|
|
|
1172
1172
|
* Removes a third-party channel configuration from an agent runtime.
|
|
1173
1173
|
*
|
|
1174
1174
|
* @remarks
|
|
1175
|
-
* You can call this operation to remove a specific third-party channel configuration from agent
|
|
1175
|
+
* You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
|
|
1176
1176
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
1177
1177
|
*
|
|
1178
1178
|
* @param request - RemoveRuntimeChannelRequest
|
|
@@ -1180,7 +1180,7 @@ export default class Client extends OpenApi {
|
|
|
1180
1180
|
*/
|
|
1181
1181
|
removeRuntimeChannel(request: $_model.RemoveRuntimeChannelRequest): Promise<$_model.RemoveRuntimeChannelResponse>;
|
|
1182
1182
|
/**
|
|
1183
|
-
* Removes
|
|
1183
|
+
* Removes model groups from Agent runtime resources.
|
|
1184
1184
|
*
|
|
1185
1185
|
* @remarks
|
|
1186
1186
|
* You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
|
|
@@ -1192,7 +1192,7 @@ export default class Client extends OpenApi {
|
|
|
1192
1192
|
*/
|
|
1193
1193
|
removeRuntimeModelTemplateWithOptions(request: $_model.RemoveRuntimeModelTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRuntimeModelTemplateResponse>;
|
|
1194
1194
|
/**
|
|
1195
|
-
* Removes
|
|
1195
|
+
* Removes model groups from Agent runtime resources.
|
|
1196
1196
|
*
|
|
1197
1197
|
* @remarks
|
|
1198
1198
|
* You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
|
package/dist/client.js
CHANGED
|
@@ -291,8 +291,8 @@ class Client extends openapi_core_1.default {
|
|
|
291
291
|
* Configures the model group for a resource group.
|
|
292
292
|
*
|
|
293
293
|
* @remarks
|
|
294
|
-
* You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
295
|
-
* When
|
|
294
|
+
* You can assign a model group to the resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
295
|
+
* When an agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting has a higher priority than the agent runtime setting.
|
|
296
296
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
|
|
297
297
|
*
|
|
298
298
|
* @param request - ConfigResourceGroupModelTemplateRequest
|
|
@@ -328,8 +328,8 @@ class Client extends openapi_core_1.default {
|
|
|
328
328
|
* Configures the model group for a resource group.
|
|
329
329
|
*
|
|
330
330
|
* @remarks
|
|
331
|
-
* You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
332
|
-
* When
|
|
331
|
+
* You can assign a model group to the resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
332
|
+
* When an agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting has a higher priority than the agent runtime setting.
|
|
333
333
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
|
|
334
334
|
*
|
|
335
335
|
* @param request - ConfigResourceGroupModelTemplateRequest
|
|
@@ -412,7 +412,7 @@ class Client extends openapi_core_1.default {
|
|
|
412
412
|
*
|
|
413
413
|
* @remarks
|
|
414
414
|
* You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
|
|
415
|
-
*
|
|
415
|
+
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
416
416
|
*
|
|
417
417
|
* @param request - ConfigRuntimeModelTemplateRequest
|
|
418
418
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -451,7 +451,7 @@ class Client extends openapi_core_1.default {
|
|
|
451
451
|
*
|
|
452
452
|
* @remarks
|
|
453
453
|
* You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
|
|
454
|
-
*
|
|
454
|
+
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
455
455
|
*
|
|
456
456
|
* @param request - ConfigRuntimeModelTemplateRequest
|
|
457
457
|
* @returns ConfigRuntimeModelTemplateResponse
|
|
@@ -2024,7 +2024,7 @@ class Client extends openapi_core_1.default {
|
|
|
2024
2024
|
return await this.listAppInstanceGroupWithOptions(request, runtime);
|
|
2025
2025
|
}
|
|
2026
2026
|
/**
|
|
2027
|
-
* Queries the details of session instances in a delivery group, including instance
|
|
2027
|
+
* Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
|
|
2028
2028
|
*
|
|
2029
2029
|
* @param request - ListAppInstancesRequest
|
|
2030
2030
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2076,7 +2076,7 @@ class Client extends openapi_core_1.default {
|
|
|
2076
2076
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.ListAppInstancesResponse({}));
|
|
2077
2077
|
}
|
|
2078
2078
|
/**
|
|
2079
|
-
* Queries the details of session instances in a delivery group, including instance
|
|
2079
|
+
* Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
|
|
2080
2080
|
*
|
|
2081
2081
|
* @param request - ListAppInstancesRequest
|
|
2082
2082
|
* @returns ListAppInstancesResponse
|
|
@@ -3736,7 +3736,7 @@ class Client extends openapi_core_1.default {
|
|
|
3736
3736
|
* Removes a third-party channel configuration from an agent runtime.
|
|
3737
3737
|
*
|
|
3738
3738
|
* @remarks
|
|
3739
|
-
* You can call this operation to remove a specific third-party channel configuration from agent
|
|
3739
|
+
* You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
|
|
3740
3740
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
3741
3741
|
*
|
|
3742
3742
|
* @param request - RemoveRuntimeChannelRequest
|
|
@@ -3781,7 +3781,7 @@ class Client extends openapi_core_1.default {
|
|
|
3781
3781
|
* Removes a third-party channel configuration from an agent runtime.
|
|
3782
3782
|
*
|
|
3783
3783
|
* @remarks
|
|
3784
|
-
* You can call this operation to remove a specific third-party channel configuration from agent
|
|
3784
|
+
* You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
|
|
3785
3785
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
3786
3786
|
*
|
|
3787
3787
|
* @param request - RemoveRuntimeChannelRequest
|
|
@@ -3792,7 +3792,7 @@ class Client extends openapi_core_1.default {
|
|
|
3792
3792
|
return await this.removeRuntimeChannelWithOptions(request, runtime);
|
|
3793
3793
|
}
|
|
3794
3794
|
/**
|
|
3795
|
-
* Removes
|
|
3795
|
+
* Removes model groups from Agent runtime resources.
|
|
3796
3796
|
*
|
|
3797
3797
|
* @remarks
|
|
3798
3798
|
* You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
|
|
@@ -3831,7 +3831,7 @@ class Client extends openapi_core_1.default {
|
|
|
3831
3831
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveRuntimeModelTemplateResponse({}));
|
|
3832
3832
|
}
|
|
3833
3833
|
/**
|
|
3834
|
-
* Removes
|
|
3834
|
+
* Removes model groups from Agent runtime resources.
|
|
3835
3835
|
*
|
|
3836
3836
|
* @remarks
|
|
3837
3837
|
* You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ConfigRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The error code returned
|
|
5
|
+
* The error code returned when the execution fails.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* 200
|
|
@@ -10,7 +10,7 @@ export declare class ConfigRuntimeModelTemplateResponseBodyData extends $dara.Mo
|
|
|
10
10
|
code?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The HTTP status code returned
|
|
13
|
+
* The HTTP status code returned when the execution fails.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* 200
|
|
@@ -18,7 +18,7 @@ export declare class ConfigRuntimeModelTemplateResponseBodyData extends $dara.Mo
|
|
|
18
18
|
httpStatusCode?: number;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The error message returned
|
|
21
|
+
* The error message returned when the execution fails.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* The parameter callerUid may not be null.
|
|
@@ -2,12 +2,14 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class GetRuntimeChannelResponseBodyData extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The channel avatar
|
|
5
|
+
* The URL of the channel avatar.
|
|
6
6
|
*/
|
|
7
7
|
avatarUrl?: string;
|
|
8
8
|
/**
|
|
9
9
|
* @remarks
|
|
10
|
-
* The channel type. Valid values:
|
|
10
|
+
* The channel type. Valid values:
|
|
11
|
+
* - System: a channel supported by the system.
|
|
12
|
+
* - Custom: a custom channel.
|
|
11
13
|
*/
|
|
12
14
|
channelType?: string;
|
|
13
15
|
/**
|
|
@@ -22,7 +24,7 @@ export declare class GetRuntimeChannelResponseBodyData extends $dara.Model {
|
|
|
22
24
|
* @remarks
|
|
23
25
|
* The channel configuration JSON string.
|
|
24
26
|
*
|
|
25
|
-
* Currently, only the simple configuration mode is supported. You must pass
|
|
27
|
+
* Currently, only the simple configuration mode is supported. You must pass the AppKey and AppSecret parameters.
|
|
26
28
|
*
|
|
27
29
|
* @example
|
|
28
30
|
* {
|
|
@@ -33,12 +35,14 @@ export declare class GetRuntimeChannelResponseBodyData extends $dara.Model {
|
|
|
33
35
|
config?: string;
|
|
34
36
|
/**
|
|
35
37
|
* @remarks
|
|
36
|
-
* The configuration mode. Valid values:
|
|
38
|
+
* The configuration mode. Valid values:
|
|
39
|
+
* - Simple: simple configuration mode.
|
|
40
|
+
* - Custom: custom configuration mode.
|
|
37
41
|
*/
|
|
38
42
|
configMode?: string;
|
|
39
43
|
/**
|
|
40
44
|
* @remarks
|
|
41
|
-
* The QR code configuration notification page
|
|
45
|
+
* The URL of the QR code configuration notification page. This parameter is returned only for the ENTERPRISE or ENTERPRISE_JVS platform.
|
|
42
46
|
*/
|
|
43
47
|
qrCodeNotifyUrl?: string;
|
|
44
48
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GetRuntimeChannelResponseBody.js","sourceRoot":"","sources":["../../src/models/GetRuntimeChannelResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"GetRuntimeChannelResponseBody.js","sourceRoot":"","sources":["../../src/models/GetRuntimeChannelResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,iCAAkC,SAAQ,KAAK,CAAC,KAAK;IAmEhE,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,WAAW,EAAE,aAAa;YAC1B,IAAI,EAAE,MAAM;YACZ,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,YAAY;YACxB,eAAe,EAAE,iBAAiB;YAClC,YAAY,EAAE,cAAc;YAC5B,QAAQ,EAAE,UAAU;YACpB,MAAM,EAAE,QAAQ;SACjB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,MAAM,EAAE,QAAQ;YAChB,UAAU,EAAE,QAAQ;YACpB,eAAe,EAAE,QAAQ;YACzB,YAAY,EAAE,QAAQ;YACtB,QAAQ,EAAE,QAAQ;YAClB,MAAM,EAAE,QAAQ;SACjB,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;AAtGD,8EAsGC;AAED,MAAa,6BAA8B,SAAQ,KAAK,CAAC,KAAK;IAsB5D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,MAAM;YACZ,SAAS,EAAE,WAAW;YACtB,UAAU,EAAE,YAAY;SACzB,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,IAAI,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,iCAAiC,EAAE;YACxE,SAAS,EAAE,QAAQ;YACnB,UAAU,EAAE,QAAQ;SACrB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC;YAC5B,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QACvC,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAhDD,sEAgDC"}
|
|
@@ -20,7 +20,7 @@ export declare class ListAppInstancesRequest extends $dara.Model {
|
|
|
20
20
|
appInstanceId?: string;
|
|
21
21
|
/**
|
|
22
22
|
* @remarks
|
|
23
|
-
* The list of application instance IDs.
|
|
23
|
+
* The list of application instance IDs. Maximum length: 100.
|
|
24
24
|
*
|
|
25
25
|
* **if can be null:**
|
|
26
26
|
* false
|
|
@@ -60,7 +60,7 @@ export declare class ListAppInstancesRequest extends $dara.Model {
|
|
|
60
60
|
status?: string[];
|
|
61
61
|
/**
|
|
62
62
|
* @remarks
|
|
63
|
-
* The list of user IDs.
|
|
63
|
+
* The list of user IDs. Maximum length: 100.
|
|
64
64
|
*/
|
|
65
65
|
userIdList?: string[];
|
|
66
66
|
static names(): {
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListAppInstancesResponseBodyAppInstanceModelsBindInfo extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The
|
|
5
|
+
* The end user ID bound to the instance.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* app.test
|
|
@@ -54,7 +54,7 @@ export declare class ListAppInstancesResponseBodyAppInstanceModels extends $dara
|
|
|
54
54
|
* The billing method of the instance. Valid values:
|
|
55
55
|
* - **PrePaid**: subscription.
|
|
56
56
|
* - **PostPaid**: pay-as-you-go.
|
|
57
|
-
* > This parameter is returned only when the billing mode of the delivery group to which
|
|
57
|
+
* > This parameter is returned only when the billing mode of the delivery group to which this instance belongs is resource-based billing (ChargeResourceMode=Node).
|
|
58
58
|
*
|
|
59
59
|
* @example
|
|
60
60
|
* PostPaid
|
|
@@ -78,7 +78,7 @@ export declare class ListAppInstancesResponseBodyAppInstanceModels extends $dara
|
|
|
78
78
|
gmtModified?: string;
|
|
79
79
|
/**
|
|
80
80
|
* @remarks
|
|
81
|
-
* The public IP address of the primary network interface controller (NIC). This value is returned only when the network policy (`StrategyType`) of the delivery group is set to mixed
|
|
81
|
+
* The public IP address of the primary network interface controller (NIC). This value is returned only when the network policy (`StrategyType`) of the delivery group is set to the mixed pattern (`Mixed`). Otherwise, this value is empty.
|
|
82
82
|
*
|
|
83
83
|
* @example
|
|
84
84
|
* 10.13.13.211
|
|
@@ -89,7 +89,7 @@ export declare class ListAppInstancesResponseBodyAppInstanceModels extends $dara
|
|
|
89
89
|
/**
|
|
90
90
|
* @remarks
|
|
91
91
|
* The ID of the node on which the instance runs.
|
|
92
|
-
* > This parameter is returned only when the billing mode of the delivery group to which
|
|
92
|
+
* > This parameter is returned only when the billing mode of the delivery group to which this instance belongs is resource-based billing (ChargeResourceMode=Node).
|
|
93
93
|
*
|
|
94
94
|
* @example
|
|
95
95
|
* i-bp13********
|
|
@@ -71,7 +71,7 @@ export declare class ListTagCloudResourcesResponseBodyResourceTags extends $dara
|
|
|
71
71
|
export declare class ListTagCloudResourcesResponseBody extends $dara.Model {
|
|
72
72
|
/**
|
|
73
73
|
* @remarks
|
|
74
|
-
* The
|
|
74
|
+
* The token that determines whether the next query exists based on the NextToken value.
|
|
75
75
|
*
|
|
76
76
|
* @example
|
|
77
77
|
* AAAAAYRHtOLVQzCYj17y+OP7LZRrUJaF4rnBGQkWwMiVHlLZBB1w3Us37CVvhvyM0TXavA==
|
|
@@ -92,7 +92,7 @@ export declare class ListTagCloudResourcesResponseBody extends $dara.Model {
|
|
|
92
92
|
resourceTags?: ListTagCloudResourcesResponseBodyResourceTags[];
|
|
93
93
|
/**
|
|
94
94
|
* @remarks
|
|
95
|
-
* The total number of entries
|
|
95
|
+
* The total number of entries.
|
|
96
96
|
*
|
|
97
97
|
* @example
|
|
98
98
|
* 15
|
|
@@ -2,12 +2,21 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class ListTenantConfigResponseBodyTenantConfigModel extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* Indicates whether resource expiration reminders are enabled.
|
|
5
|
+
* Indicates whether resource expiration reminders are enabled. Valid values:
|
|
6
|
+
*
|
|
7
|
+
* - true: Enabled.
|
|
8
|
+
* - false: Not enabled.
|
|
6
9
|
*
|
|
7
10
|
* @example
|
|
8
11
|
* true
|
|
9
12
|
*/
|
|
10
13
|
appInstanceGroupExpireRemind?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* @example
|
|
16
|
+
* None
|
|
17
|
+
*/
|
|
18
|
+
multiSessionSupportType?: string;
|
|
19
|
+
multiSessionSupportedRegions?: string[];
|
|
11
20
|
static names(): {
|
|
12
21
|
[key: string]: string;
|
|
13
22
|
};
|
|
@@ -40,14 +40,21 @@ class ListTenantConfigResponseBodyTenantConfigModel extends $dara.Model {
|
|
|
40
40
|
static names() {
|
|
41
41
|
return {
|
|
42
42
|
appInstanceGroupExpireRemind: 'AppInstanceGroupExpireRemind',
|
|
43
|
+
multiSessionSupportType: 'MultiSessionSupportType',
|
|
44
|
+
multiSessionSupportedRegions: 'MultiSessionSupportedRegions',
|
|
43
45
|
};
|
|
44
46
|
}
|
|
45
47
|
static types() {
|
|
46
48
|
return {
|
|
47
49
|
appInstanceGroupExpireRemind: 'boolean',
|
|
50
|
+
multiSessionSupportType: 'string',
|
|
51
|
+
multiSessionSupportedRegions: { 'type': 'array', 'itemType': 'string' },
|
|
48
52
|
};
|
|
49
53
|
}
|
|
50
54
|
validate() {
|
|
55
|
+
if (Array.isArray(this.multiSessionSupportedRegions)) {
|
|
56
|
+
$dara.Model.validateArray(this.multiSessionSupportedRegions);
|
|
57
|
+
}
|
|
51
58
|
super.validate();
|
|
52
59
|
}
|
|
53
60
|
constructor(map) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListTenantConfigResponseBody.js","sourceRoot":"","sources":["../../src/models/ListTenantConfigResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListTenantConfigResponseBody.js","sourceRoot":"","sources":["../../src/models/ListTenantConfigResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;IAkB5E,MAAM,CAAC,KAAK;QACV,OAAO;YACL,4BAA4B,EAAE,8BAA8B;YAC5D,uBAAuB,EAAE,yBAAyB;YAClD,4BAA4B,EAAE,8BAA8B;SAC7D,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,4BAA4B,EAAE,SAAS;YACvC,uBAAuB,EAAE,QAAQ;YACjC,4BAA4B,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE;SACxE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,4BAA4B,CAAC,EAAE,CAAC;YACpD,KAAK,CAAC,KAAK,CAAC,aAAa,CAAC,IAAI,CAAC,4BAA4B,CAAC,CAAC;QAC/D,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AA5CD,sGA4CC;AAED,MAAa,4BAA6B,SAAQ,KAAK,CAAC,KAAK;IAc3D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,WAAW;YACtB,iBAAiB,EAAE,mBAAmB;SACvC,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,SAAS,EAAE,QAAQ;YACnB,iBAAiB,EAAE,6CAA6C;SACjE,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,IAAG,IAAI,CAAC,iBAAiB,IAAI,OAAQ,IAAI,CAAC,iBAAyB,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC;YAC3F,IAAI,CAAC,iBAAyB,CAAC,QAAQ,EAAE,CAAC;QAC7C,CAAC;QACD,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,oEAsCC"}
|
|
@@ -2,7 +2,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
2
2
|
export declare class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
3
3
|
/**
|
|
4
4
|
* @remarks
|
|
5
|
-
* The error code returned
|
|
5
|
+
* The error code returned if the operation fails.
|
|
6
6
|
*
|
|
7
7
|
* @example
|
|
8
8
|
* Runtime.NotFound
|
|
@@ -10,7 +10,7 @@ export declare class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Mo
|
|
|
10
10
|
code?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The HTTP status code returned
|
|
13
|
+
* The HTTP status code returned if the operation fails.
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* 404
|
|
@@ -18,7 +18,7 @@ export declare class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Mo
|
|
|
18
18
|
httpStatusCode?: number;
|
|
19
19
|
/**
|
|
20
20
|
* @remarks
|
|
21
|
-
* The error message returned
|
|
21
|
+
* The error message returned if the operation fails.
|
|
22
22
|
*
|
|
23
23
|
* @example
|
|
24
24
|
* The runtime is not found.
|
|
@@ -38,7 +38,7 @@ export declare class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Mo
|
|
|
38
38
|
runtimeId?: string;
|
|
39
39
|
/**
|
|
40
40
|
* @remarks
|
|
41
|
-
* Indicates whether the operation
|
|
41
|
+
* Indicates whether the operation is successful.
|
|
42
42
|
*
|
|
43
43
|
* @example
|
|
44
44
|
* true
|
|
@@ -71,7 +71,7 @@ export declare class RemoveRuntimeModelTemplateResponseBody extends $dara.Model
|
|
|
71
71
|
requestId?: string;
|
|
72
72
|
/**
|
|
73
73
|
* @remarks
|
|
74
|
-
* The total number of
|
|
74
|
+
* The total number of entries.
|
|
75
75
|
*
|
|
76
76
|
* @example
|
|
77
77
|
* 3
|
|
@@ -19,7 +19,7 @@ export declare class UntagCloudResourcesRequest extends $dara.Model {
|
|
|
19
19
|
* @remarks
|
|
20
20
|
* The list of tags. System tags and custom tags are supported. You can specify up to 10 tags.
|
|
21
21
|
*
|
|
22
|
-
*
|
|
22
|
+
* Valid values of system tags:
|
|
23
23
|
* - `System/Scheduler/GRAYSCALE`: canary release tag
|
|
24
24
|
* - `System/Scheduler/STOP_NEW_USER_CONNECTION`: tag that prevents newly bound users in a delivery group from establishing connections.
|
|
25
25
|
*
|
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -290,8 +290,8 @@ export default class Client extends OpenApi {
|
|
|
290
290
|
* Configures the model group for a resource group.
|
|
291
291
|
*
|
|
292
292
|
* @remarks
|
|
293
|
-
* You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
294
|
-
* When
|
|
293
|
+
* You can assign a model group to the resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
294
|
+
* When an agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting has a higher priority than the agent runtime setting.
|
|
295
295
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
|
|
296
296
|
*
|
|
297
297
|
* @param request - ConfigResourceGroupModelTemplateRequest
|
|
@@ -330,8 +330,8 @@ export default class Client extends OpenApi {
|
|
|
330
330
|
* Configures the model group for a resource group.
|
|
331
331
|
*
|
|
332
332
|
* @remarks
|
|
333
|
-
* You can assign a model group to resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
334
|
-
* When
|
|
333
|
+
* You can assign a model group to the resources associated with agent runtimes such as JVS Computer, OpenClaw, and Hermes Agent in the WUYING Agent Management Center. The model group serves as the inference engine for tasks executed by agents within the resource group.
|
|
334
|
+
* When an agent runtime has its own model group configured and the resource group it belongs to also has a model group configured, the model group bound to the resource group takes effect. The resource group setting has a higher priority than the agent runtime setting.
|
|
335
335
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the WUYING Agent Management Center.
|
|
336
336
|
*
|
|
337
337
|
* @param request - ConfigResourceGroupModelTemplateRequest
|
|
@@ -425,7 +425,7 @@ export default class Client extends OpenApi {
|
|
|
425
425
|
*
|
|
426
426
|
* @remarks
|
|
427
427
|
* You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
|
|
428
|
-
*
|
|
428
|
+
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
429
429
|
*
|
|
430
430
|
* @param request - ConfigRuntimeModelTemplateRequest
|
|
431
431
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -468,7 +468,7 @@ export default class Client extends OpenApi {
|
|
|
468
468
|
*
|
|
469
469
|
* @remarks
|
|
470
470
|
* You can authorize model groups for Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. The model groups serve as inference engines for Agent task execution.
|
|
471
|
-
*
|
|
471
|
+
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
472
472
|
*
|
|
473
473
|
* @param request - ConfigRuntimeModelTemplateRequest
|
|
474
474
|
* @returns ConfigRuntimeModelTemplateResponse
|
|
@@ -2265,7 +2265,7 @@ export default class Client extends OpenApi {
|
|
|
2265
2265
|
}
|
|
2266
2266
|
|
|
2267
2267
|
/**
|
|
2268
|
-
* Queries the details of session instances in a delivery group, including instance
|
|
2268
|
+
* Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
|
|
2269
2269
|
*
|
|
2270
2270
|
* @param request - ListAppInstancesRequest
|
|
2271
2271
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -2326,7 +2326,7 @@ export default class Client extends OpenApi {
|
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
2328
|
/**
|
|
2329
|
-
* Queries the details of session instances in a delivery group, including instance
|
|
2329
|
+
* Queries the details of session instances in a delivery group, including instance ID, instance status, creation time, update time, session status, and public IP address of the primary network interface.
|
|
2330
2330
|
*
|
|
2331
2331
|
* @param request - ListAppInstancesRequest
|
|
2332
2332
|
* @returns ListAppInstancesResponse
|
|
@@ -4238,7 +4238,7 @@ export default class Client extends OpenApi {
|
|
|
4238
4238
|
* Removes a third-party channel configuration from an agent runtime.
|
|
4239
4239
|
*
|
|
4240
4240
|
* @remarks
|
|
4241
|
-
* You can call this operation to remove a specific third-party channel configuration from agent
|
|
4241
|
+
* You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
|
|
4242
4242
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
4243
4243
|
*
|
|
4244
4244
|
* @param request - RemoveRuntimeChannelRequest
|
|
@@ -4289,7 +4289,7 @@ export default class Client extends OpenApi {
|
|
|
4289
4289
|
* Removes a third-party channel configuration from an agent runtime.
|
|
4290
4290
|
*
|
|
4291
4291
|
* @remarks
|
|
4292
|
-
* You can call this operation to remove a specific third-party channel configuration from agent
|
|
4292
|
+
* You can call this operation to remove a specific third-party channel configuration from an agent runtime such as JVS Computer, OpenClaw, or Hermes Agent in the Wuying Agent Management Center. After the configuration is removed, the agent can no longer use the third-party channel for conversations.
|
|
4293
4293
|
* Before calling this operation, make sure that you are familiar with the operations and usage of the Wuying Agent Management Center.
|
|
4294
4294
|
*
|
|
4295
4295
|
* @param request - RemoveRuntimeChannelRequest
|
|
@@ -4301,7 +4301,7 @@ export default class Client extends OpenApi {
|
|
|
4301
4301
|
}
|
|
4302
4302
|
|
|
4303
4303
|
/**
|
|
4304
|
-
* Removes
|
|
4304
|
+
* Removes model groups from Agent runtime resources.
|
|
4305
4305
|
*
|
|
4306
4306
|
* @remarks
|
|
4307
4307
|
* You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
|
|
@@ -4344,7 +4344,7 @@ export default class Client extends OpenApi {
|
|
|
4344
4344
|
}
|
|
4345
4345
|
|
|
4346
4346
|
/**
|
|
4347
|
-
* Removes
|
|
4347
|
+
* Removes model groups from Agent runtime resources.
|
|
4348
4348
|
*
|
|
4349
4349
|
* @remarks
|
|
4350
4350
|
* You can remove model groups from Agent runtime resources such as JVS Computer, OpenClaw, and Hermes Agent in the Wuying Agent Management Center. When an Agent runtime resource needs to switch to a different model group, call this operation first to remove the authorization relationship between the Agent runtime resource and the existing model group.
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ConfigRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The error code returned
|
|
8
|
+
* The error code returned when the execution fails.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 200
|
|
@@ -13,7 +13,7 @@ export class ConfigRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
|
13
13
|
code?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The HTTP status code returned
|
|
16
|
+
* The HTTP status code returned when the execution fails.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 200
|
|
@@ -21,7 +21,7 @@ export class ConfigRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
|
21
21
|
httpStatusCode?: number;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The error message returned
|
|
24
|
+
* The error message returned when the execution fails.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* The parameter callerUid may not be null.
|
|
@@ -5,12 +5,14 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class GetRuntimeChannelResponseBodyData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The channel avatar
|
|
8
|
+
* The URL of the channel avatar.
|
|
9
9
|
*/
|
|
10
10
|
avatarUrl?: string;
|
|
11
11
|
/**
|
|
12
12
|
* @remarks
|
|
13
|
-
* The channel type. Valid values:
|
|
13
|
+
* The channel type. Valid values:
|
|
14
|
+
* - System: a channel supported by the system.
|
|
15
|
+
* - Custom: a custom channel.
|
|
14
16
|
*/
|
|
15
17
|
channelType?: string;
|
|
16
18
|
/**
|
|
@@ -25,7 +27,7 @@ export class GetRuntimeChannelResponseBodyData extends $dara.Model {
|
|
|
25
27
|
* @remarks
|
|
26
28
|
* The channel configuration JSON string.
|
|
27
29
|
*
|
|
28
|
-
* Currently, only the simple configuration mode is supported. You must pass
|
|
30
|
+
* Currently, only the simple configuration mode is supported. You must pass the AppKey and AppSecret parameters.
|
|
29
31
|
*
|
|
30
32
|
* @example
|
|
31
33
|
* {
|
|
@@ -36,12 +38,14 @@ export class GetRuntimeChannelResponseBodyData extends $dara.Model {
|
|
|
36
38
|
config?: string;
|
|
37
39
|
/**
|
|
38
40
|
* @remarks
|
|
39
|
-
* The configuration mode. Valid values:
|
|
41
|
+
* The configuration mode. Valid values:
|
|
42
|
+
* - Simple: simple configuration mode.
|
|
43
|
+
* - Custom: custom configuration mode.
|
|
40
44
|
*/
|
|
41
45
|
configMode?: string;
|
|
42
46
|
/**
|
|
43
47
|
* @remarks
|
|
44
|
-
* The QR code configuration notification page
|
|
48
|
+
* The URL of the QR code configuration notification page. This parameter is returned only for the ENTERPRISE or ENTERPRISE_JVS platform.
|
|
45
49
|
*/
|
|
46
50
|
qrCodeNotifyUrl?: string;
|
|
47
51
|
/**
|
|
@@ -23,7 +23,7 @@ export class ListAppInstancesRequest extends $dara.Model {
|
|
|
23
23
|
appInstanceId?: string;
|
|
24
24
|
/**
|
|
25
25
|
* @remarks
|
|
26
|
-
* The list of application instance IDs.
|
|
26
|
+
* The list of application instance IDs. Maximum length: 100.
|
|
27
27
|
*
|
|
28
28
|
* **if can be null:**
|
|
29
29
|
* false
|
|
@@ -63,7 +63,7 @@ export class ListAppInstancesRequest extends $dara.Model {
|
|
|
63
63
|
status?: string[];
|
|
64
64
|
/**
|
|
65
65
|
* @remarks
|
|
66
|
-
* The list of user IDs.
|
|
66
|
+
* The list of user IDs. Maximum length: 100.
|
|
67
67
|
*/
|
|
68
68
|
userIdList?: string[];
|
|
69
69
|
static names(): { [key: string]: string } {
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListAppInstancesResponseBodyAppInstanceModelsBindInfo extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The end user ID bound to the instance.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* app.test
|
|
@@ -69,7 +69,7 @@ export class ListAppInstancesResponseBodyAppInstanceModels extends $dara.Model {
|
|
|
69
69
|
* The billing method of the instance. Valid values:
|
|
70
70
|
* - **PrePaid**: subscription.
|
|
71
71
|
* - **PostPaid**: pay-as-you-go.
|
|
72
|
-
* > This parameter is returned only when the billing mode of the delivery group to which
|
|
72
|
+
* > This parameter is returned only when the billing mode of the delivery group to which this instance belongs is resource-based billing (ChargeResourceMode=Node).
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* PostPaid
|
|
@@ -93,7 +93,7 @@ export class ListAppInstancesResponseBodyAppInstanceModels extends $dara.Model {
|
|
|
93
93
|
gmtModified?: string;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
* The public IP address of the primary network interface controller (NIC). This value is returned only when the network policy (`StrategyType`) of the delivery group is set to mixed
|
|
96
|
+
* The public IP address of the primary network interface controller (NIC). This value is returned only when the network policy (`StrategyType`) of the delivery group is set to the mixed pattern (`Mixed`). Otherwise, this value is empty.
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* 10.13.13.211
|
|
@@ -104,7 +104,7 @@ export class ListAppInstancesResponseBodyAppInstanceModels extends $dara.Model {
|
|
|
104
104
|
/**
|
|
105
105
|
* @remarks
|
|
106
106
|
* The ID of the node on which the instance runs.
|
|
107
|
-
* > This parameter is returned only when the billing mode of the delivery group to which
|
|
107
|
+
* > This parameter is returned only when the billing mode of the delivery group to which this instance belongs is resource-based billing (ChargeResourceMode=Node).
|
|
108
108
|
*
|
|
109
109
|
* @example
|
|
110
110
|
* i-bp13********
|
|
@@ -105,7 +105,7 @@ export class ListTagCloudResourcesResponseBodyResourceTags extends $dara.Model {
|
|
|
105
105
|
export class ListTagCloudResourcesResponseBody extends $dara.Model {
|
|
106
106
|
/**
|
|
107
107
|
* @remarks
|
|
108
|
-
* The
|
|
108
|
+
* The token that determines whether the next query exists based on the NextToken value.
|
|
109
109
|
*
|
|
110
110
|
* @example
|
|
111
111
|
* AAAAAYRHtOLVQzCYj17y+OP7LZRrUJaF4rnBGQkWwMiVHlLZBB1w3Us37CVvhvyM0TXavA==
|
|
@@ -126,7 +126,7 @@ export class ListTagCloudResourcesResponseBody extends $dara.Model {
|
|
|
126
126
|
resourceTags?: ListTagCloudResourcesResponseBodyResourceTags[];
|
|
127
127
|
/**
|
|
128
128
|
* @remarks
|
|
129
|
-
* The total number of entries
|
|
129
|
+
* The total number of entries.
|
|
130
130
|
*
|
|
131
131
|
* @example
|
|
132
132
|
* 15
|
|
@@ -5,25 +5,41 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class ListTenantConfigResponseBodyTenantConfigModel extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* Indicates whether resource expiration reminders are enabled.
|
|
8
|
+
* Indicates whether resource expiration reminders are enabled. Valid values:
|
|
9
|
+
*
|
|
10
|
+
* - true: Enabled.
|
|
11
|
+
* - false: Not enabled.
|
|
9
12
|
*
|
|
10
13
|
* @example
|
|
11
14
|
* true
|
|
12
15
|
*/
|
|
13
16
|
appInstanceGroupExpireRemind?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* @example
|
|
19
|
+
* None
|
|
20
|
+
*/
|
|
21
|
+
multiSessionSupportType?: string;
|
|
22
|
+
multiSessionSupportedRegions?: string[];
|
|
14
23
|
static names(): { [key: string]: string } {
|
|
15
24
|
return {
|
|
16
25
|
appInstanceGroupExpireRemind: 'AppInstanceGroupExpireRemind',
|
|
26
|
+
multiSessionSupportType: 'MultiSessionSupportType',
|
|
27
|
+
multiSessionSupportedRegions: 'MultiSessionSupportedRegions',
|
|
17
28
|
};
|
|
18
29
|
}
|
|
19
30
|
|
|
20
31
|
static types(): { [key: string]: any } {
|
|
21
32
|
return {
|
|
22
33
|
appInstanceGroupExpireRemind: 'boolean',
|
|
34
|
+
multiSessionSupportType: 'string',
|
|
35
|
+
multiSessionSupportedRegions: { 'type': 'array', 'itemType': 'string' },
|
|
23
36
|
};
|
|
24
37
|
}
|
|
25
38
|
|
|
26
39
|
validate() {
|
|
40
|
+
if(Array.isArray(this.multiSessionSupportedRegions)) {
|
|
41
|
+
$dara.Model.validateArray(this.multiSessionSupportedRegions);
|
|
42
|
+
}
|
|
27
43
|
super.validate();
|
|
28
44
|
}
|
|
29
45
|
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The error code returned
|
|
8
|
+
* The error code returned if the operation fails.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* Runtime.NotFound
|
|
@@ -13,7 +13,7 @@ export class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
|
13
13
|
code?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The HTTP status code returned
|
|
16
|
+
* The HTTP status code returned if the operation fails.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* 404
|
|
@@ -21,7 +21,7 @@ export class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
|
21
21
|
httpStatusCode?: number;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The error message returned
|
|
24
|
+
* The error message returned if the operation fails.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* The runtime is not found.
|
|
@@ -41,7 +41,7 @@ export class RemoveRuntimeModelTemplateResponseBodyData extends $dara.Model {
|
|
|
41
41
|
runtimeId?: string;
|
|
42
42
|
/**
|
|
43
43
|
* @remarks
|
|
44
|
-
* Indicates whether the operation
|
|
44
|
+
* Indicates whether the operation is successful.
|
|
45
45
|
*
|
|
46
46
|
* @example
|
|
47
47
|
* true
|
|
@@ -92,7 +92,7 @@ export class RemoveRuntimeModelTemplateResponseBody extends $dara.Model {
|
|
|
92
92
|
requestId?: string;
|
|
93
93
|
/**
|
|
94
94
|
* @remarks
|
|
95
|
-
* The total number of
|
|
95
|
+
* The total number of entries.
|
|
96
96
|
*
|
|
97
97
|
* @example
|
|
98
98
|
* 3
|
|
@@ -22,7 +22,7 @@ export class UntagCloudResourcesRequest extends $dara.Model {
|
|
|
22
22
|
* @remarks
|
|
23
23
|
* The list of tags. System tags and custom tags are supported. You can specify up to 10 tags.
|
|
24
24
|
*
|
|
25
|
-
*
|
|
25
|
+
* Valid values of system tags:
|
|
26
26
|
* - `System/Scheduler/GRAYSCALE`: canary release tag
|
|
27
27
|
* - `System/Scheduler/STOP_NEW_USER_CONNECTION`: tag that prevents newly bound users in a delivery group from establishing connections.
|
|
28
28
|
*
|