@alicloud/sae20190506 2.8.3 → 2.9.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 +44 -26
- package/dist/client.js +77 -26
- package/dist/client.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +26 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +40 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +26 -0
- package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +137 -0
- package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +40 -0
- package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +39 -0
- package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
- package/dist/models/DeleteInstancesRequest.d.ts +4 -0
- package/dist/models/DeleteInstancesRequest.js.map +1 -1
- package/dist/models/DeleteInstancesResponseBody.d.ts +40 -0
- package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +6 -0
- package/dist/models/DeleteSwimmingLaneGroupRequest.js.map +1 -1
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +33 -0
- package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
- package/dist/models/DescribeInstanceLogRequest.d.ts +1 -0
- package/dist/models/DescribeInstanceLogRequest.js +2 -0
- package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
- package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +1 -0
- package/dist/models/DescribeNamespaceResourcesResponseBody.js +2 -0
- package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneRequest.d.ts +9 -0
- package/dist/models/DescribeSwimmingLaneRequest.js.map +1 -1
- package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +185 -0
- package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/GetWebshellTokenResponseBody.d.ts +4 -0
- package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +3 -0
- package/dist/models/ListAllSwimmingLaneGroupsRequest.js.map +1 -1
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +113 -0
- package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesRequest.d.ts +6 -0
- package/dist/models/ListAllSwimmingLanesRequest.js.map +1 -1
- package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +185 -0
- package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +8 -0
- package/dist/models/ListApplicationsForSwimmingLaneRequest.js.map +1 -1
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +59 -0
- package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.d.ts +6 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesRequest.js.map +1 -1
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +57 -0
- package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +6 -0
- package/dist/models/ListSwimmingLaneGroupTagsRequest.js.map +1 -1
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +43 -0
- package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
- package/dist/models/UpdateAppModeRequest.d.ts +11 -0
- package/dist/models/UpdateAppModeRequest.js.map +1 -1
- package/dist/models/UpdateAppModeResponseBody.d.ts +27 -0
- package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
- package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +28 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js +62 -0
- package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponse.d.ts +19 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponse.js +69 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponse.js.map +1 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +42 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js +68 -0
- package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +15 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +33 -0
- package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +3 -0
- package/dist/models/model.js +8 -2
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +83 -26
- package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +26 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +40 -0
- package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +26 -0
- package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +137 -0
- package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +40 -0
- package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +39 -0
- package/src/models/DeleteInstancesRequest.ts +4 -0
- package/src/models/DeleteInstancesResponseBody.ts +40 -0
- package/src/models/DeleteSwimmingLaneGroupRequest.ts +6 -0
- package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +33 -0
- package/src/models/DescribeInstanceLogRequest.ts +3 -0
- package/src/models/DescribeNamespaceResourcesResponseBody.ts +3 -0
- package/src/models/DescribeSwimmingLaneRequest.ts +9 -0
- package/src/models/DescribeSwimmingLaneResponseBody.ts +185 -0
- package/src/models/GetWebshellTokenResponseBody.ts +4 -0
- package/src/models/ListAllSwimmingLaneGroupsRequest.ts +3 -0
- package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +113 -0
- package/src/models/ListAllSwimmingLanesRequest.ts +6 -0
- package/src/models/ListAllSwimmingLanesResponseBody.ts +185 -0
- package/src/models/ListApplicationsForSwimmingLaneRequest.ts +8 -0
- package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +59 -0
- package/src/models/ListSwimmingLaneGatewayRoutesRequest.ts +6 -0
- package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +57 -0
- package/src/models/ListSwimmingLaneGroupTagsRequest.ts +6 -0
- package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +43 -0
- package/src/models/UpdateAppModeRequest.ts +11 -0
- package/src/models/UpdateAppModeResponseBody.ts +27 -0
- package/src/models/UpdateNamespaceSlsConfigsRequest.ts +45 -0
- package/src/models/UpdateNamespaceSlsConfigsResponse.ts +40 -0
- package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +65 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +15 -0
- package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +33 -0
- package/src/models/model.ts +3 -0
|
@@ -1,26 +1,41 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ListAllSwimmingLaneGroupsResponseBodyDataApps extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the application.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* f5aad0d0-3e56-44cd-8199-9887a0******
|
|
6
9
|
*/
|
|
7
10
|
appId?: string;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The name of the application.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* test
|
|
11
17
|
*/
|
|
12
18
|
appName?: string;
|
|
13
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The ID of the MSE instance.
|
|
22
|
+
*
|
|
14
23
|
* @example
|
|
15
24
|
* mse-cn-53y49******
|
|
16
25
|
*/
|
|
17
26
|
mseAppId?: string;
|
|
18
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The name of the MSE instance.
|
|
30
|
+
*
|
|
19
31
|
* @example
|
|
20
32
|
* demo
|
|
21
33
|
*/
|
|
22
34
|
mseAppName?: string;
|
|
23
35
|
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
38
|
+
*
|
|
24
39
|
* @example
|
|
25
40
|
* 6733e538-d52f-48e6-91a4-192f91******
|
|
26
41
|
*/
|
|
@@ -38,31 +53,49 @@ export declare class ListAllSwimmingLaneGroupsResponseBodyDataApps extends $dara
|
|
|
38
53
|
}
|
|
39
54
|
export declare class ListAllSwimmingLaneGroupsResponseBodyDataEntryApp extends $dara.Model {
|
|
40
55
|
/**
|
|
56
|
+
* @remarks
|
|
57
|
+
* The ID of the application.
|
|
58
|
+
*
|
|
41
59
|
* @example
|
|
42
60
|
* 09805e5d-9b8d-42cd-9442-03c498******
|
|
43
61
|
*/
|
|
44
62
|
appId?: string;
|
|
45
63
|
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The name of the application.
|
|
66
|
+
*
|
|
46
67
|
* @example
|
|
47
68
|
* test
|
|
48
69
|
*/
|
|
49
70
|
appName?: string;
|
|
50
71
|
/**
|
|
72
|
+
* @remarks
|
|
73
|
+
* The type of the application.
|
|
74
|
+
*
|
|
51
75
|
* @example
|
|
52
76
|
* mse
|
|
53
77
|
*/
|
|
54
78
|
appType?: string;
|
|
55
79
|
/**
|
|
80
|
+
* @remarks
|
|
81
|
+
* The ID of the MSE instance.
|
|
82
|
+
*
|
|
56
83
|
* @example
|
|
57
84
|
* mse-cn-53y49******
|
|
58
85
|
*/
|
|
59
86
|
mseAppId?: string;
|
|
60
87
|
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* MSE Instance Name
|
|
90
|
+
*
|
|
61
91
|
* @example
|
|
62
92
|
* test
|
|
63
93
|
*/
|
|
64
94
|
mseAppName?: string;
|
|
65
95
|
/**
|
|
96
|
+
* @remarks
|
|
97
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
98
|
+
*
|
|
66
99
|
* @example
|
|
67
100
|
* demo
|
|
68
101
|
*/
|
|
@@ -79,45 +112,88 @@ export declare class ListAllSwimmingLaneGroupsResponseBodyDataEntryApp extends $
|
|
|
79
112
|
});
|
|
80
113
|
}
|
|
81
114
|
export declare class ListAllSwimmingLaneGroupsResponseBodyData extends $dara.Model {
|
|
115
|
+
/**
|
|
116
|
+
* @remarks
|
|
117
|
+
* The IDs of the applications associated with the lane group.
|
|
118
|
+
*/
|
|
82
119
|
appIds?: string[];
|
|
120
|
+
/**
|
|
121
|
+
* @remarks
|
|
122
|
+
* The application information.
|
|
123
|
+
*/
|
|
83
124
|
apps?: ListAllSwimmingLaneGroupsResponseBodyDataApps[];
|
|
84
125
|
/**
|
|
126
|
+
* @remarks
|
|
127
|
+
* Full-link Grayscale Mode:
|
|
128
|
+
*
|
|
129
|
+
* * 0: The request is routed based on the content of the request.
|
|
130
|
+
* * 1: Proportional routing
|
|
131
|
+
*
|
|
85
132
|
* @example
|
|
86
133
|
* 0
|
|
87
134
|
*/
|
|
88
135
|
canaryModel?: number;
|
|
136
|
+
/**
|
|
137
|
+
* @remarks
|
|
138
|
+
* The entry application.
|
|
139
|
+
*/
|
|
89
140
|
entryApp?: ListAllSwimmingLaneGroupsResponseBodyDataEntryApp;
|
|
90
141
|
/**
|
|
142
|
+
* @remarks
|
|
143
|
+
* The ID of the gateway.
|
|
144
|
+
*
|
|
91
145
|
* @example
|
|
92
146
|
* mse_ingresspost-cn-axc49******
|
|
93
147
|
*/
|
|
94
148
|
entryAppId?: string;
|
|
95
149
|
/**
|
|
150
|
+
* @remarks
|
|
151
|
+
* The application entry type (gateway type).
|
|
152
|
+
*
|
|
153
|
+
* * **apig:** cloud-native API Gateway
|
|
154
|
+
* * **mse-gw:** an MSE cloud original gateway
|
|
155
|
+
* * **mse:** Java Services Gateway
|
|
156
|
+
*
|
|
96
157
|
* @example
|
|
97
158
|
* mse-gw
|
|
98
159
|
*/
|
|
99
160
|
entryAppType?: string;
|
|
100
161
|
/**
|
|
162
|
+
* @remarks
|
|
163
|
+
* The ID of the lane group.
|
|
164
|
+
*
|
|
101
165
|
* @example
|
|
102
166
|
* 2074
|
|
103
167
|
*/
|
|
104
168
|
groupId?: number;
|
|
105
169
|
/**
|
|
170
|
+
* @remarks
|
|
171
|
+
* The name of a lane group.
|
|
172
|
+
*
|
|
106
173
|
* @example
|
|
107
174
|
* mse-test
|
|
108
175
|
*/
|
|
109
176
|
groupName?: string;
|
|
110
177
|
/**
|
|
178
|
+
* @remarks
|
|
179
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
180
|
+
*
|
|
111
181
|
* @example
|
|
112
182
|
* sae-test
|
|
113
183
|
*/
|
|
114
184
|
mseNamespaceId?: string;
|
|
115
185
|
/**
|
|
186
|
+
* @remarks
|
|
187
|
+
* The ID of the namespace.
|
|
188
|
+
*
|
|
116
189
|
* @example
|
|
117
190
|
* cn-beijing:test
|
|
118
191
|
*/
|
|
119
192
|
namespaceId?: string;
|
|
120
193
|
/**
|
|
194
|
+
* @remarks
|
|
195
|
+
* The end-to-end grayscale version. Valid values: 0 and 2 (recommended).
|
|
196
|
+
*
|
|
121
197
|
* @example
|
|
122
198
|
* 2
|
|
123
199
|
*/
|
|
@@ -135,28 +211,65 @@ export declare class ListAllSwimmingLaneGroupsResponseBodyData extends $dara.Mod
|
|
|
135
211
|
}
|
|
136
212
|
export declare class ListAllSwimmingLaneGroupsResponseBody extends $dara.Model {
|
|
137
213
|
/**
|
|
214
|
+
* @remarks
|
|
215
|
+
* The HTTP status code or the error code. Valid values:
|
|
216
|
+
*
|
|
217
|
+
* * **2xx**: The request was successful.
|
|
218
|
+
* * **3xx**: The request was redirected.
|
|
219
|
+
* * **4xx**: The request failed.
|
|
220
|
+
* * **5xx**: A server error occurred.
|
|
221
|
+
*
|
|
138
222
|
* @example
|
|
139
223
|
* 200
|
|
140
224
|
*/
|
|
141
225
|
code?: string;
|
|
226
|
+
/**
|
|
227
|
+
* @remarks
|
|
228
|
+
* Responses.
|
|
229
|
+
*/
|
|
142
230
|
data?: ListAllSwimmingLaneGroupsResponseBodyData[];
|
|
231
|
+
/**
|
|
232
|
+
* @remarks
|
|
233
|
+
* The status code. Value values:
|
|
234
|
+
*
|
|
235
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
236
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
237
|
+
*/
|
|
143
238
|
errorCode?: string;
|
|
144
239
|
/**
|
|
240
|
+
* @remarks
|
|
241
|
+
* Additional information. Valid values:
|
|
242
|
+
*
|
|
243
|
+
* * The error message returned because the request is normal and **success** is returned.
|
|
244
|
+
* * If the request is abnormal, the specific exception error code is returned.
|
|
245
|
+
*
|
|
145
246
|
* @example
|
|
146
247
|
* success
|
|
147
248
|
*/
|
|
148
249
|
message?: string;
|
|
149
250
|
/**
|
|
251
|
+
* @remarks
|
|
252
|
+
* The ID of the request.
|
|
253
|
+
*
|
|
150
254
|
* @example
|
|
151
255
|
* 30375C38-F4ED-4135-A0AE-5C75DC7F****
|
|
152
256
|
*/
|
|
153
257
|
requestId?: string;
|
|
154
258
|
/**
|
|
259
|
+
* @remarks
|
|
260
|
+
* Indicates whether the request was successful. Valid values: Valid values:
|
|
261
|
+
*
|
|
262
|
+
* * **true**: The information was queried.
|
|
263
|
+
* * **false**: The information failed to be queried.
|
|
264
|
+
*
|
|
155
265
|
* @example
|
|
156
266
|
* true
|
|
157
267
|
*/
|
|
158
268
|
success?: boolean;
|
|
159
269
|
/**
|
|
270
|
+
* @remarks
|
|
271
|
+
* The ID of the trace. This parameter is used to query the exact call information.
|
|
272
|
+
*
|
|
160
273
|
* @example
|
|
161
274
|
* ac1a0b2215622246421415014e****
|
|
162
275
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListAllSwimmingLaneGroupsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAllSwimmingLaneGroupsResponseBody.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,6CAA8C,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListAllSwimmingLaneGroupsResponseBody.js","sourceRoot":"","sources":["../../src/models/ListAllSwimmingLaneGroupsResponseBody.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ListAllSwimmingLanesRequest extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The ID of the lane group.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* 2074
|
|
6
9
|
*/
|
|
7
10
|
groupId?: number;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The ID of a namespace.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* cn-beijing:test
|
|
11
17
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListAllSwimmingLanesRequest.js","sourceRoot":"","sources":["../../src/models/ListAllSwimmingLanesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"ListAllSwimmingLanesRequest.js","sourceRoot":"","sources":["../../src/models/ListAllSwimmingLanesRequest.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA6C;AAC7C,6DAA+C;AAG/C,MAAa,2BAA4B,SAAQ,KAAK,CAAC,KAAK;IAiB1D,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,aAAa;SAC3B,CAAC;IACJ,CAAC;IAED,MAAM,CAAC,KAAK;QACV,OAAO;YACL,OAAO,EAAE,QAAQ;YACjB,WAAW,EAAE,QAAQ;SACtB,CAAC;IACJ,CAAC;IAED,QAAQ;QACN,KAAK,CAAC,QAAQ,EAAE,CAAC;IACnB,CAAC;IAED,YAAY,GAA4B;QACtC,KAAK,CAAC,GAAG,CAAC,CAAC;IACb,CAAC;CACF;AAtCD,kEAsCC"}
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
import * as $dara from '@darabonba/typescript';
|
|
2
2
|
export declare class ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions extends $dara.Model {
|
|
3
3
|
/**
|
|
4
|
+
* @remarks
|
|
5
|
+
* The matching rule.
|
|
6
|
+
*
|
|
4
7
|
* @example
|
|
5
8
|
* ==
|
|
6
9
|
*/
|
|
7
10
|
condition?: string;
|
|
8
11
|
/**
|
|
12
|
+
* @remarks
|
|
13
|
+
* The parameter name.
|
|
14
|
+
*
|
|
9
15
|
* @example
|
|
10
16
|
* t
|
|
11
17
|
*/
|
|
12
18
|
name?: string;
|
|
13
19
|
/**
|
|
20
|
+
* @remarks
|
|
21
|
+
* The type of the parameter.
|
|
22
|
+
*
|
|
14
23
|
* @example
|
|
15
24
|
* Header
|
|
16
25
|
*/
|
|
17
26
|
type?: string;
|
|
18
27
|
/**
|
|
28
|
+
* @remarks
|
|
29
|
+
* The match value.
|
|
30
|
+
*
|
|
19
31
|
* @example
|
|
20
32
|
* g1
|
|
21
33
|
*/
|
|
22
34
|
value?: string;
|
|
35
|
+
/**
|
|
36
|
+
* @remarks
|
|
37
|
+
* The match value of the condition.
|
|
38
|
+
*/
|
|
23
39
|
values?: string[];
|
|
24
40
|
static names(): {
|
|
25
41
|
[key: string]: string;
|
|
@@ -34,22 +50,46 @@ export declare class ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions
|
|
|
34
50
|
}
|
|
35
51
|
export declare class ListAllSwimmingLanesResponseBodyDataAppEntryRule extends $dara.Model {
|
|
36
52
|
/**
|
|
53
|
+
* @remarks
|
|
54
|
+
* Logical connectors between conditions:
|
|
55
|
+
*
|
|
56
|
+
* * AND: All conditions are met at the same time.
|
|
57
|
+
* * OR: Any condition is met.
|
|
58
|
+
*
|
|
37
59
|
* @example
|
|
38
60
|
* AND
|
|
39
61
|
*/
|
|
40
62
|
conditionJoiner?: string;
|
|
63
|
+
/**
|
|
64
|
+
* @remarks
|
|
65
|
+
* The matching condition.
|
|
66
|
+
*/
|
|
41
67
|
conditions?: ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions[];
|
|
42
68
|
/**
|
|
69
|
+
* @remarks
|
|
70
|
+
* Whether to enable proportional grayscale.
|
|
71
|
+
*
|
|
43
72
|
* @example
|
|
44
73
|
* true
|
|
45
74
|
*/
|
|
46
75
|
independentPercentageEnable?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* The request path.
|
|
79
|
+
*/
|
|
47
80
|
paths?: string[];
|
|
48
81
|
/**
|
|
82
|
+
* @remarks
|
|
83
|
+
* The traffic ratio. Valid values: 0 to 100.
|
|
84
|
+
*
|
|
49
85
|
* @example
|
|
50
86
|
* 50
|
|
51
87
|
*/
|
|
52
88
|
percentage?: number;
|
|
89
|
+
/**
|
|
90
|
+
* @remarks
|
|
91
|
+
* Traffic matching.
|
|
92
|
+
*/
|
|
53
93
|
percentageByPath?: {
|
|
54
94
|
[key: string]: number;
|
|
55
95
|
};
|
|
@@ -66,26 +106,41 @@ export declare class ListAllSwimmingLanesResponseBodyDataAppEntryRule extends $d
|
|
|
66
106
|
}
|
|
67
107
|
export declare class ListAllSwimmingLanesResponseBodyDataApps extends $dara.Model {
|
|
68
108
|
/**
|
|
109
|
+
* @remarks
|
|
110
|
+
* The ID of the application.
|
|
111
|
+
*
|
|
69
112
|
* @example
|
|
70
113
|
* 8ea0c468-8165-416d-beae-531abb******
|
|
71
114
|
*/
|
|
72
115
|
appId?: string;
|
|
73
116
|
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* The name of the application.
|
|
119
|
+
*
|
|
74
120
|
* @example
|
|
75
121
|
* test
|
|
76
122
|
*/
|
|
77
123
|
appName?: string;
|
|
78
124
|
/**
|
|
125
|
+
* @remarks
|
|
126
|
+
* The ID of the MSE instance.
|
|
127
|
+
*
|
|
79
128
|
* @example
|
|
80
129
|
* mse-cn-53y49******
|
|
81
130
|
*/
|
|
82
131
|
mseAppId?: string;
|
|
83
132
|
/**
|
|
133
|
+
* @remarks
|
|
134
|
+
* The name of the MSE instance.
|
|
135
|
+
*
|
|
84
136
|
* @example
|
|
85
137
|
* sae-test
|
|
86
138
|
*/
|
|
87
139
|
mseAppName?: string;
|
|
88
140
|
/**
|
|
141
|
+
* @remarks
|
|
142
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
143
|
+
*
|
|
89
144
|
* @example
|
|
90
145
|
* space
|
|
91
146
|
*/
|
|
@@ -103,21 +158,33 @@ export declare class ListAllSwimmingLanesResponseBodyDataApps extends $dara.Mode
|
|
|
103
158
|
}
|
|
104
159
|
export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions extends $dara.Model {
|
|
105
160
|
/**
|
|
161
|
+
* @remarks
|
|
162
|
+
* The matching rule.
|
|
163
|
+
*
|
|
106
164
|
* @example
|
|
107
165
|
* ==
|
|
108
166
|
*/
|
|
109
167
|
condition?: string;
|
|
110
168
|
/**
|
|
169
|
+
* @remarks
|
|
170
|
+
* The parameter name.
|
|
171
|
+
*
|
|
111
172
|
* @example
|
|
112
173
|
* t
|
|
113
174
|
*/
|
|
114
175
|
name?: string;
|
|
115
176
|
/**
|
|
177
|
+
* @remarks
|
|
178
|
+
* The type of the parameter.
|
|
179
|
+
*
|
|
116
180
|
* @example
|
|
117
181
|
* Header
|
|
118
182
|
*/
|
|
119
183
|
type?: string;
|
|
120
184
|
/**
|
|
185
|
+
* @remarks
|
|
186
|
+
* The match value of the condition.
|
|
187
|
+
*
|
|
121
188
|
* @example
|
|
122
189
|
* g1
|
|
123
190
|
*/
|
|
@@ -135,11 +202,17 @@ export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleCond
|
|
|
135
202
|
}
|
|
136
203
|
export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate extends $dara.Model {
|
|
137
204
|
/**
|
|
205
|
+
* @remarks
|
|
206
|
+
* The path.
|
|
207
|
+
*
|
|
138
208
|
* @example
|
|
139
209
|
* /Path
|
|
140
210
|
*/
|
|
141
211
|
path?: string;
|
|
142
212
|
/**
|
|
213
|
+
* @remarks
|
|
214
|
+
* The matching rule.
|
|
215
|
+
*
|
|
143
216
|
* @example
|
|
144
217
|
* Header
|
|
145
218
|
*/
|
|
@@ -156,6 +229,10 @@ export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRout
|
|
|
156
229
|
});
|
|
157
230
|
}
|
|
158
231
|
export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate extends $dara.Model {
|
|
232
|
+
/**
|
|
233
|
+
* @remarks
|
|
234
|
+
* The path matching rule.
|
|
235
|
+
*/
|
|
159
236
|
pathPredicate?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate;
|
|
160
237
|
static names(): {
|
|
161
238
|
[key: string]: string;
|
|
@@ -170,15 +247,25 @@ export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRout
|
|
|
170
247
|
}
|
|
171
248
|
export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes extends $dara.Model {
|
|
172
249
|
/**
|
|
250
|
+
* @remarks
|
|
251
|
+
* The route ID.
|
|
252
|
+
*
|
|
173
253
|
* @example
|
|
174
254
|
* 9504
|
|
175
255
|
*/
|
|
176
256
|
routeId?: number;
|
|
177
257
|
/**
|
|
258
|
+
* @remarks
|
|
259
|
+
* The name of the route.
|
|
260
|
+
*
|
|
178
261
|
* @example
|
|
179
262
|
* demo
|
|
180
263
|
*/
|
|
181
264
|
routeName?: string;
|
|
265
|
+
/**
|
|
266
|
+
* @remarks
|
|
267
|
+
* The routing rule.
|
|
268
|
+
*/
|
|
182
269
|
routePredicate?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate;
|
|
183
270
|
static names(): {
|
|
184
271
|
[key: string]: string;
|
|
@@ -193,25 +280,50 @@ export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRout
|
|
|
193
280
|
}
|
|
194
281
|
export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule extends $dara.Model {
|
|
195
282
|
/**
|
|
283
|
+
* @remarks
|
|
284
|
+
* The logical connector between conditions.
|
|
285
|
+
*
|
|
196
286
|
* @example
|
|
197
287
|
* AND
|
|
198
288
|
*/
|
|
199
289
|
conditionJoiner?: string;
|
|
290
|
+
/**
|
|
291
|
+
* @remarks
|
|
292
|
+
* The matching condition.
|
|
293
|
+
*/
|
|
200
294
|
conditions?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions[];
|
|
201
295
|
/**
|
|
296
|
+
* @remarks
|
|
297
|
+
* Whether to enable proportional grayscale.
|
|
298
|
+
*
|
|
202
299
|
* @example
|
|
203
300
|
* true
|
|
204
301
|
*/
|
|
205
302
|
independentPercentageEnable?: boolean;
|
|
206
303
|
/**
|
|
304
|
+
* @remarks
|
|
305
|
+
* The proportion of path traffic.
|
|
306
|
+
*
|
|
207
307
|
* @example
|
|
208
308
|
* 100
|
|
209
309
|
*/
|
|
210
310
|
percentage?: number;
|
|
311
|
+
/**
|
|
312
|
+
* @remarks
|
|
313
|
+
* The traffic configuration.
|
|
314
|
+
*/
|
|
211
315
|
percentageByRoute?: {
|
|
212
316
|
[key: string]: number;
|
|
213
317
|
};
|
|
318
|
+
/**
|
|
319
|
+
* @remarks
|
|
320
|
+
* The IDs of the route tables.
|
|
321
|
+
*/
|
|
214
322
|
routeIds?: number[];
|
|
323
|
+
/**
|
|
324
|
+
* @remarks
|
|
325
|
+
* The detailed configuration of the routing rule.
|
|
326
|
+
*/
|
|
215
327
|
routes?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes[];
|
|
216
328
|
static names(): {
|
|
217
329
|
[key: string]: string;
|
|
@@ -225,38 +337,74 @@ export declare class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule ext
|
|
|
225
337
|
});
|
|
226
338
|
}
|
|
227
339
|
export declare class ListAllSwimmingLanesResponseBodyData extends $dara.Model {
|
|
340
|
+
/**
|
|
341
|
+
* @remarks
|
|
342
|
+
* Apply ingress rules.
|
|
343
|
+
*/
|
|
228
344
|
appEntryRule?: ListAllSwimmingLanesResponseBodyDataAppEntryRule;
|
|
345
|
+
/**
|
|
346
|
+
* @remarks
|
|
347
|
+
* The associated application.
|
|
348
|
+
*/
|
|
229
349
|
apps?: ListAllSwimmingLanesResponseBodyDataApps[];
|
|
230
350
|
/**
|
|
351
|
+
* @remarks
|
|
352
|
+
* Full-link Grayscale Mode:
|
|
353
|
+
*
|
|
354
|
+
* * 0: The request is routed based on the content of the request.
|
|
355
|
+
* * 1: Proportional routing
|
|
356
|
+
*
|
|
231
357
|
* @example
|
|
232
358
|
* 0
|
|
233
359
|
*/
|
|
234
360
|
canaryModel?: number;
|
|
235
361
|
/**
|
|
362
|
+
* @remarks
|
|
363
|
+
* Lane status:
|
|
364
|
+
*
|
|
365
|
+
* * true: enabled
|
|
366
|
+
* * false: disabled
|
|
367
|
+
*
|
|
236
368
|
* @example
|
|
237
369
|
* true
|
|
238
370
|
*/
|
|
239
371
|
enable?: boolean;
|
|
240
372
|
/**
|
|
373
|
+
* @remarks
|
|
374
|
+
* Whether the traffic rule is enabled.
|
|
375
|
+
*
|
|
241
376
|
* @example
|
|
242
377
|
* true
|
|
243
378
|
*/
|
|
244
379
|
enableRules?: boolean;
|
|
245
380
|
/**
|
|
381
|
+
* @remarks
|
|
382
|
+
* The ID of the lane.
|
|
383
|
+
*
|
|
246
384
|
* @example
|
|
247
385
|
* 16401
|
|
248
386
|
*/
|
|
249
387
|
laneId?: number;
|
|
250
388
|
/**
|
|
389
|
+
* @remarks
|
|
390
|
+
* The name of the lane group.
|
|
391
|
+
*
|
|
251
392
|
* @example
|
|
252
393
|
* test
|
|
253
394
|
*/
|
|
254
395
|
laneName?: string;
|
|
255
396
|
/**
|
|
397
|
+
* @remarks
|
|
398
|
+
* The tag of the lane.
|
|
399
|
+
*
|
|
256
400
|
* @example
|
|
257
401
|
* {"alicloud.service.tag":"g1"}
|
|
258
402
|
*/
|
|
259
403
|
laneTag?: string;
|
|
404
|
+
/**
|
|
405
|
+
* @remarks
|
|
406
|
+
* MSE gateway routing
|
|
407
|
+
*/
|
|
260
408
|
mseGatewayEntryRule?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule;
|
|
261
409
|
static names(): {
|
|
262
410
|
[key: string]: string;
|
|
@@ -271,28 +419,65 @@ export declare class ListAllSwimmingLanesResponseBodyData extends $dara.Model {
|
|
|
271
419
|
}
|
|
272
420
|
export declare class ListAllSwimmingLanesResponseBody extends $dara.Model {
|
|
273
421
|
/**
|
|
422
|
+
* @remarks
|
|
423
|
+
* The interface status or POP error code. Valid values:
|
|
424
|
+
*
|
|
425
|
+
* * **2xx**: The request was successful.
|
|
426
|
+
* * **3xx**: Redirection.
|
|
427
|
+
* * **4xx**: Request error.
|
|
428
|
+
* * **5xx**: Server error.
|
|
429
|
+
*
|
|
274
430
|
* @example
|
|
275
431
|
* 200
|
|
276
432
|
*/
|
|
277
433
|
code?: string;
|
|
434
|
+
/**
|
|
435
|
+
* @remarks
|
|
436
|
+
* The output parameters of the node.
|
|
437
|
+
*/
|
|
278
438
|
data?: ListAllSwimmingLanesResponseBodyData[];
|
|
439
|
+
/**
|
|
440
|
+
* @remarks
|
|
441
|
+
* Error code. Valid values:
|
|
442
|
+
*
|
|
443
|
+
* * If the request is successful, no **ErrorCode** fields are returned.
|
|
444
|
+
* * Request failed: **ErrorCode** fields are returned. For more information, see **Error codes**.
|
|
445
|
+
*/
|
|
279
446
|
errorCode?: string;
|
|
280
447
|
/**
|
|
448
|
+
* @remarks
|
|
449
|
+
* Additional information. Valid values:
|
|
450
|
+
*
|
|
451
|
+
* * The error message returned because the request is normal and **success** is returned.
|
|
452
|
+
* * If the request is abnormal, the specific exception error code is returned.
|
|
453
|
+
*
|
|
281
454
|
* @example
|
|
282
455
|
* success
|
|
283
456
|
*/
|
|
284
457
|
message?: string;
|
|
285
458
|
/**
|
|
459
|
+
* @remarks
|
|
460
|
+
* The request ID.
|
|
461
|
+
*
|
|
286
462
|
* @example
|
|
287
463
|
* B4D805CA-926D-41B1-8E63-7AD0C1ED****
|
|
288
464
|
*/
|
|
289
465
|
requestId?: string;
|
|
290
466
|
/**
|
|
467
|
+
* @remarks
|
|
468
|
+
* Whether the data is successful. Valid values:
|
|
469
|
+
*
|
|
470
|
+
* * **true**: The application instances were restarted.
|
|
471
|
+
* * **false**: Restart failed.
|
|
472
|
+
*
|
|
291
473
|
* @example
|
|
292
474
|
* true
|
|
293
475
|
*/
|
|
294
476
|
success?: boolean;
|
|
295
477
|
/**
|
|
478
|
+
* @remarks
|
|
479
|
+
* The ID of the trace. This parameter is used to query the exact call information.
|
|
480
|
+
*
|
|
296
481
|
* @example
|
|
297
482
|
* 0a98a02315955564772843261e****
|
|
298
483
|
*/
|