@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
|
@@ -4,25 +4,41 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The matching rule.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* ==
|
|
9
12
|
*/
|
|
10
13
|
condition?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The name of the parameter.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* t
|
|
14
20
|
*/
|
|
15
21
|
name?: string;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* Parameter type.
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* Header
|
|
19
28
|
*/
|
|
20
29
|
type?: string;
|
|
21
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The match value of the condition.
|
|
33
|
+
*
|
|
22
34
|
* @example
|
|
23
35
|
* g1
|
|
24
36
|
*/
|
|
25
37
|
value?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* The match value of the condition.
|
|
41
|
+
*/
|
|
26
42
|
values?: string[];
|
|
27
43
|
static names(): { [key: string]: string } {
|
|
28
44
|
return {
|
|
@@ -58,22 +74,46 @@ export class DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions extends
|
|
|
58
74
|
|
|
59
75
|
export class DescribeSwimmingLaneResponseBodyDataAppEntryRule extends $dara.Model {
|
|
60
76
|
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* Logical connectors between conditions:
|
|
79
|
+
*
|
|
80
|
+
* * AND: All conditions are met at the same time.
|
|
81
|
+
* * OR: Any condition is met.
|
|
82
|
+
*
|
|
61
83
|
* @example
|
|
62
84
|
* AND
|
|
63
85
|
*/
|
|
64
86
|
conditionJoiner?: string;
|
|
87
|
+
/**
|
|
88
|
+
* @remarks
|
|
89
|
+
* The matching condition.
|
|
90
|
+
*/
|
|
65
91
|
conditions?: DescribeSwimmingLaneResponseBodyDataAppEntryRuleConditions[];
|
|
66
92
|
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* Whether to enable proportional grayscale.
|
|
95
|
+
*
|
|
67
96
|
* @example
|
|
68
97
|
* true
|
|
69
98
|
*/
|
|
70
99
|
independentPercentageEnable?: boolean;
|
|
100
|
+
/**
|
|
101
|
+
* @remarks
|
|
102
|
+
* The request path.
|
|
103
|
+
*/
|
|
71
104
|
paths?: string[];
|
|
72
105
|
/**
|
|
106
|
+
* @remarks
|
|
107
|
+
* The traffic ratio. Valid values: 0 to 100.
|
|
108
|
+
*
|
|
73
109
|
* @example
|
|
74
110
|
* 50
|
|
75
111
|
*/
|
|
76
112
|
percentage?: number;
|
|
113
|
+
/**
|
|
114
|
+
* @remarks
|
|
115
|
+
* Traffic matching.
|
|
116
|
+
*/
|
|
77
117
|
percentageByPath?: { [key: string]: number };
|
|
78
118
|
static names(): { [key: string]: string } {
|
|
79
119
|
return {
|
|
@@ -117,26 +157,41 @@ export class DescribeSwimmingLaneResponseBodyDataAppEntryRule extends $dara.Mode
|
|
|
117
157
|
|
|
118
158
|
export class DescribeSwimmingLaneResponseBodyDataApps extends $dara.Model {
|
|
119
159
|
/**
|
|
160
|
+
* @remarks
|
|
161
|
+
* The ID of the application.
|
|
162
|
+
*
|
|
120
163
|
* @example
|
|
121
164
|
* 6b4c0f64-f679-4580-8105-91eac4******
|
|
122
165
|
*/
|
|
123
166
|
appId?: string;
|
|
124
167
|
/**
|
|
168
|
+
* @remarks
|
|
169
|
+
* The name of the application.
|
|
170
|
+
*
|
|
125
171
|
* @example
|
|
126
172
|
* test
|
|
127
173
|
*/
|
|
128
174
|
appName?: string;
|
|
129
175
|
/**
|
|
176
|
+
* @remarks
|
|
177
|
+
* The ID of the MSE instance.
|
|
178
|
+
*
|
|
130
179
|
* @example
|
|
131
180
|
* mse-cn-53y49******
|
|
132
181
|
*/
|
|
133
182
|
mseAppId?: string;
|
|
134
183
|
/**
|
|
184
|
+
* @remarks
|
|
185
|
+
* The name of the MSE instance.
|
|
186
|
+
*
|
|
135
187
|
* @example
|
|
136
188
|
* sae-test
|
|
137
189
|
*/
|
|
138
190
|
mseAppName?: string;
|
|
139
191
|
/**
|
|
192
|
+
* @remarks
|
|
193
|
+
* The ID of the MSE namespace.
|
|
194
|
+
*
|
|
140
195
|
* @example
|
|
141
196
|
* 6733e538-d52f-48e6-91a4-192f91******
|
|
142
197
|
*/
|
|
@@ -172,21 +227,33 @@ export class DescribeSwimmingLaneResponseBodyDataApps extends $dara.Model {
|
|
|
172
227
|
|
|
173
228
|
export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions extends $dara.Model {
|
|
174
229
|
/**
|
|
230
|
+
* @remarks
|
|
231
|
+
* The matching rule.
|
|
232
|
+
*
|
|
175
233
|
* @example
|
|
176
234
|
* ==
|
|
177
235
|
*/
|
|
178
236
|
condition?: string;
|
|
179
237
|
/**
|
|
238
|
+
* @remarks
|
|
239
|
+
* The parameter name.
|
|
240
|
+
*
|
|
180
241
|
* @example
|
|
181
242
|
* t
|
|
182
243
|
*/
|
|
183
244
|
name?: string;
|
|
184
245
|
/**
|
|
246
|
+
* @remarks
|
|
247
|
+
* The type of the parameter.
|
|
248
|
+
*
|
|
185
249
|
* @example
|
|
186
250
|
* Header
|
|
187
251
|
*/
|
|
188
252
|
type?: string;
|
|
189
253
|
/**
|
|
254
|
+
* @remarks
|
|
255
|
+
* The match value of the condition.
|
|
256
|
+
*
|
|
190
257
|
* @example
|
|
191
258
|
* g1
|
|
192
259
|
*/
|
|
@@ -220,11 +287,17 @@ export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions e
|
|
|
220
287
|
|
|
221
288
|
export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate extends $dara.Model {
|
|
222
289
|
/**
|
|
290
|
+
* @remarks
|
|
291
|
+
* The path.
|
|
292
|
+
*
|
|
223
293
|
* @example
|
|
224
294
|
* /Path
|
|
225
295
|
*/
|
|
226
296
|
path?: string;
|
|
227
297
|
/**
|
|
298
|
+
* @remarks
|
|
299
|
+
* The matching rule.
|
|
300
|
+
*
|
|
228
301
|
* @example
|
|
229
302
|
* Header
|
|
230
303
|
*/
|
|
@@ -253,6 +326,10 @@ export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRouteP
|
|
|
253
326
|
}
|
|
254
327
|
|
|
255
328
|
export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate extends $dara.Model {
|
|
329
|
+
/**
|
|
330
|
+
* @remarks
|
|
331
|
+
* The path matching rule.
|
|
332
|
+
*/
|
|
256
333
|
pathPredicate?: DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate;
|
|
257
334
|
static names(): { [key: string]: string } {
|
|
258
335
|
return {
|
|
@@ -280,15 +357,25 @@ export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRouteP
|
|
|
280
357
|
|
|
281
358
|
export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes extends $dara.Model {
|
|
282
359
|
/**
|
|
360
|
+
* @remarks
|
|
361
|
+
* The route ID.
|
|
362
|
+
*
|
|
283
363
|
* @example
|
|
284
364
|
* 9504
|
|
285
365
|
*/
|
|
286
366
|
routeId?: number;
|
|
287
367
|
/**
|
|
368
|
+
* @remarks
|
|
369
|
+
* The name of the route.
|
|
370
|
+
*
|
|
288
371
|
* @example
|
|
289
372
|
* demo
|
|
290
373
|
*/
|
|
291
374
|
routeName?: string;
|
|
375
|
+
/**
|
|
376
|
+
* @remarks
|
|
377
|
+
* The routing rule.
|
|
378
|
+
*/
|
|
292
379
|
routePredicate?: DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate;
|
|
293
380
|
static names(): { [key: string]: string } {
|
|
294
381
|
return {
|
|
@@ -320,23 +407,48 @@ export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes exten
|
|
|
320
407
|
|
|
321
408
|
export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule extends $dara.Model {
|
|
322
409
|
/**
|
|
410
|
+
* @remarks
|
|
411
|
+
* The logical connector between conditions.
|
|
412
|
+
*
|
|
323
413
|
* @example
|
|
324
414
|
* AND
|
|
325
415
|
*/
|
|
326
416
|
conditionJoiner?: string;
|
|
417
|
+
/**
|
|
418
|
+
* @remarks
|
|
419
|
+
* The matching condition.
|
|
420
|
+
*/
|
|
327
421
|
conditions?: DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleConditions[];
|
|
328
422
|
/**
|
|
423
|
+
* @remarks
|
|
424
|
+
* Whether to enable proportional grayscale.
|
|
425
|
+
*
|
|
329
426
|
* @example
|
|
330
427
|
* true
|
|
331
428
|
*/
|
|
332
429
|
independentPercentageEnable?: boolean;
|
|
333
430
|
/**
|
|
431
|
+
* @remarks
|
|
432
|
+
* The proportion of path traffic.
|
|
433
|
+
*
|
|
334
434
|
* @example
|
|
335
435
|
* 100
|
|
336
436
|
*/
|
|
337
437
|
percentage?: number;
|
|
438
|
+
/**
|
|
439
|
+
* @remarks
|
|
440
|
+
* The traffic configuration.
|
|
441
|
+
*/
|
|
338
442
|
percentageByRoute?: { [key: string]: number };
|
|
443
|
+
/**
|
|
444
|
+
* @remarks
|
|
445
|
+
* The list of route IDs.
|
|
446
|
+
*/
|
|
339
447
|
routeIds?: number[];
|
|
448
|
+
/**
|
|
449
|
+
* @remarks
|
|
450
|
+
* The detailed configuration of the routing rule.
|
|
451
|
+
*/
|
|
340
452
|
routes?: DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRuleRoutes[];
|
|
341
453
|
static names(): { [key: string]: string } {
|
|
342
454
|
return {
|
|
@@ -384,38 +496,74 @@ export class DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule extends $da
|
|
|
384
496
|
}
|
|
385
497
|
|
|
386
498
|
export class DescribeSwimmingLaneResponseBodyData extends $dara.Model {
|
|
499
|
+
/**
|
|
500
|
+
* @remarks
|
|
501
|
+
* Apply ingress rules.
|
|
502
|
+
*/
|
|
387
503
|
appEntryRule?: DescribeSwimmingLaneResponseBodyDataAppEntryRule;
|
|
504
|
+
/**
|
|
505
|
+
* @remarks
|
|
506
|
+
* The apps.
|
|
507
|
+
*/
|
|
388
508
|
apps?: DescribeSwimmingLaneResponseBodyDataApps[];
|
|
389
509
|
/**
|
|
510
|
+
* @remarks
|
|
511
|
+
* The routing mode for end-to-end canary release.
|
|
512
|
+
*
|
|
513
|
+
* * 0: routing based on request content
|
|
514
|
+
* * 1: routing based on percentages
|
|
515
|
+
*
|
|
390
516
|
* @example
|
|
391
517
|
* 0
|
|
392
518
|
*/
|
|
393
519
|
canaryModel?: number;
|
|
394
520
|
/**
|
|
521
|
+
* @remarks
|
|
522
|
+
* Lane status:
|
|
523
|
+
*
|
|
524
|
+
* * true: enabled
|
|
525
|
+
* * false: disabled
|
|
526
|
+
*
|
|
395
527
|
* @example
|
|
396
528
|
* true
|
|
397
529
|
*/
|
|
398
530
|
enable?: boolean;
|
|
399
531
|
/**
|
|
532
|
+
* @remarks
|
|
533
|
+
* Whether the traffic rule is enabled.
|
|
534
|
+
*
|
|
400
535
|
* @example
|
|
401
536
|
* true
|
|
402
537
|
*/
|
|
403
538
|
enableRules?: boolean;
|
|
404
539
|
/**
|
|
540
|
+
* @remarks
|
|
541
|
+
* The ID of the lane.
|
|
542
|
+
*
|
|
405
543
|
* @example
|
|
406
544
|
* 9488
|
|
407
545
|
*/
|
|
408
546
|
laneId?: number;
|
|
409
547
|
/**
|
|
548
|
+
* @remarks
|
|
549
|
+
* The name of the lane group.
|
|
550
|
+
*
|
|
410
551
|
* @example
|
|
411
552
|
* mse-test
|
|
412
553
|
*/
|
|
413
554
|
laneName?: string;
|
|
414
555
|
/**
|
|
556
|
+
* @remarks
|
|
557
|
+
* The label of the lane.
|
|
558
|
+
*
|
|
415
559
|
* @example
|
|
416
560
|
* {"alicloud.service.tag":"g1"}
|
|
417
561
|
*/
|
|
418
562
|
laneTag?: string;
|
|
563
|
+
/**
|
|
564
|
+
* @remarks
|
|
565
|
+
* MSE gateway routes.
|
|
566
|
+
*/
|
|
419
567
|
mseGatewayEntryRule?: DescribeSwimmingLaneResponseBodyDataMseGatewayEntryRule;
|
|
420
568
|
static names(): { [key: string]: string } {
|
|
421
569
|
return {
|
|
@@ -465,28 +613,65 @@ export class DescribeSwimmingLaneResponseBodyData extends $dara.Model {
|
|
|
465
613
|
|
|
466
614
|
export class DescribeSwimmingLaneResponseBody extends $dara.Model {
|
|
467
615
|
/**
|
|
616
|
+
* @remarks
|
|
617
|
+
* The HTTP status code or the error code. Valid values:
|
|
618
|
+
*
|
|
619
|
+
* * **2xx**: The request was successful.
|
|
620
|
+
* * **3xx**: The request was redirected.
|
|
621
|
+
* * **4xx**: The request failed.
|
|
622
|
+
* * **5xx**: A server error occurred.
|
|
623
|
+
*
|
|
468
624
|
* @example
|
|
469
625
|
* 200
|
|
470
626
|
*/
|
|
471
627
|
code?: string;
|
|
628
|
+
/**
|
|
629
|
+
* @remarks
|
|
630
|
+
* Responses.
|
|
631
|
+
*/
|
|
472
632
|
data?: DescribeSwimmingLaneResponseBodyData;
|
|
633
|
+
/**
|
|
634
|
+
* @remarks
|
|
635
|
+
* The status code. Value values:
|
|
636
|
+
*
|
|
637
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
638
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
639
|
+
*/
|
|
473
640
|
errorCode?: string;
|
|
474
641
|
/**
|
|
642
|
+
* @remarks
|
|
643
|
+
* The returned message. Valid values:
|
|
644
|
+
*
|
|
645
|
+
* * The error message returned because the request is normal and **success** is returned.
|
|
646
|
+
* * If the request is abnormal, the specific exception error code is returned.
|
|
647
|
+
*
|
|
475
648
|
* @example
|
|
476
649
|
* success
|
|
477
650
|
*/
|
|
478
651
|
message?: string;
|
|
479
652
|
/**
|
|
653
|
+
* @remarks
|
|
654
|
+
* The request ID.
|
|
655
|
+
*
|
|
480
656
|
* @example
|
|
481
657
|
* 30375C38-F4ED-4135-A0AE-5C75DC7F****
|
|
482
658
|
*/
|
|
483
659
|
requestId?: string;
|
|
484
660
|
/**
|
|
661
|
+
* @remarks
|
|
662
|
+
* Indicates whether the request was successful. Valid values: Valid values:
|
|
663
|
+
*
|
|
664
|
+
* * **true**: The information was queried.
|
|
665
|
+
* * **false**: Query failed.
|
|
666
|
+
*
|
|
485
667
|
* @example
|
|
486
668
|
* true
|
|
487
669
|
*/
|
|
488
670
|
success?: boolean;
|
|
489
671
|
/**
|
|
672
|
+
* @remarks
|
|
673
|
+
* The ID of the trace. This parameter is used to query the exact call information.
|
|
674
|
+
*
|
|
490
675
|
* @example
|
|
491
676
|
* 0a98a02315955564772843261e****
|
|
492
677
|
*/
|
|
@@ -4,26 +4,41 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ListAllSwimmingLaneGroupsResponseBodyDataApps extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the application.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* f5aad0d0-3e56-44cd-8199-9887a0******
|
|
9
12
|
*/
|
|
10
13
|
appId?: string;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The name of the application.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* test
|
|
14
20
|
*/
|
|
15
21
|
appName?: string;
|
|
16
22
|
/**
|
|
23
|
+
* @remarks
|
|
24
|
+
* The ID of the MSE instance.
|
|
25
|
+
*
|
|
17
26
|
* @example
|
|
18
27
|
* mse-cn-53y49******
|
|
19
28
|
*/
|
|
20
29
|
mseAppId?: string;
|
|
21
30
|
/**
|
|
31
|
+
* @remarks
|
|
32
|
+
* The name of the MSE instance.
|
|
33
|
+
*
|
|
22
34
|
* @example
|
|
23
35
|
* demo
|
|
24
36
|
*/
|
|
25
37
|
mseAppName?: string;
|
|
26
38
|
/**
|
|
39
|
+
* @remarks
|
|
40
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
41
|
+
*
|
|
27
42
|
* @example
|
|
28
43
|
* 6733e538-d52f-48e6-91a4-192f91******
|
|
29
44
|
*/
|
|
@@ -59,31 +74,49 @@ export class ListAllSwimmingLaneGroupsResponseBodyDataApps extends $dara.Model {
|
|
|
59
74
|
|
|
60
75
|
export class ListAllSwimmingLaneGroupsResponseBodyDataEntryApp extends $dara.Model {
|
|
61
76
|
/**
|
|
77
|
+
* @remarks
|
|
78
|
+
* The ID of the application.
|
|
79
|
+
*
|
|
62
80
|
* @example
|
|
63
81
|
* 09805e5d-9b8d-42cd-9442-03c498******
|
|
64
82
|
*/
|
|
65
83
|
appId?: string;
|
|
66
84
|
/**
|
|
85
|
+
* @remarks
|
|
86
|
+
* The name of the application.
|
|
87
|
+
*
|
|
67
88
|
* @example
|
|
68
89
|
* test
|
|
69
90
|
*/
|
|
70
91
|
appName?: string;
|
|
71
92
|
/**
|
|
93
|
+
* @remarks
|
|
94
|
+
* The type of the application.
|
|
95
|
+
*
|
|
72
96
|
* @example
|
|
73
97
|
* mse
|
|
74
98
|
*/
|
|
75
99
|
appType?: string;
|
|
76
100
|
/**
|
|
101
|
+
* @remarks
|
|
102
|
+
* The ID of the MSE instance.
|
|
103
|
+
*
|
|
77
104
|
* @example
|
|
78
105
|
* mse-cn-53y49******
|
|
79
106
|
*/
|
|
80
107
|
mseAppId?: string;
|
|
81
108
|
/**
|
|
109
|
+
* @remarks
|
|
110
|
+
* MSE Instance Name
|
|
111
|
+
*
|
|
82
112
|
* @example
|
|
83
113
|
* test
|
|
84
114
|
*/
|
|
85
115
|
mseAppName?: string;
|
|
86
116
|
/**
|
|
117
|
+
* @remarks
|
|
118
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
119
|
+
*
|
|
87
120
|
* @example
|
|
88
121
|
* demo
|
|
89
122
|
*/
|
|
@@ -120,45 +153,88 @@ export class ListAllSwimmingLaneGroupsResponseBodyDataEntryApp extends $dara.Mod
|
|
|
120
153
|
}
|
|
121
154
|
|
|
122
155
|
export class ListAllSwimmingLaneGroupsResponseBodyData extends $dara.Model {
|
|
156
|
+
/**
|
|
157
|
+
* @remarks
|
|
158
|
+
* The IDs of the applications associated with the lane group.
|
|
159
|
+
*/
|
|
123
160
|
appIds?: string[];
|
|
161
|
+
/**
|
|
162
|
+
* @remarks
|
|
163
|
+
* The application information.
|
|
164
|
+
*/
|
|
124
165
|
apps?: ListAllSwimmingLaneGroupsResponseBodyDataApps[];
|
|
125
166
|
/**
|
|
167
|
+
* @remarks
|
|
168
|
+
* Full-link Grayscale Mode:
|
|
169
|
+
*
|
|
170
|
+
* * 0: The request is routed based on the content of the request.
|
|
171
|
+
* * 1: Proportional routing
|
|
172
|
+
*
|
|
126
173
|
* @example
|
|
127
174
|
* 0
|
|
128
175
|
*/
|
|
129
176
|
canaryModel?: number;
|
|
177
|
+
/**
|
|
178
|
+
* @remarks
|
|
179
|
+
* The entry application.
|
|
180
|
+
*/
|
|
130
181
|
entryApp?: ListAllSwimmingLaneGroupsResponseBodyDataEntryApp;
|
|
131
182
|
/**
|
|
183
|
+
* @remarks
|
|
184
|
+
* The ID of the gateway.
|
|
185
|
+
*
|
|
132
186
|
* @example
|
|
133
187
|
* mse_ingresspost-cn-axc49******
|
|
134
188
|
*/
|
|
135
189
|
entryAppId?: string;
|
|
136
190
|
/**
|
|
191
|
+
* @remarks
|
|
192
|
+
* The application entry type (gateway type).
|
|
193
|
+
*
|
|
194
|
+
* * **apig:** cloud-native API Gateway
|
|
195
|
+
* * **mse-gw:** an MSE cloud original gateway
|
|
196
|
+
* * **mse:** Java Services Gateway
|
|
197
|
+
*
|
|
137
198
|
* @example
|
|
138
199
|
* mse-gw
|
|
139
200
|
*/
|
|
140
201
|
entryAppType?: string;
|
|
141
202
|
/**
|
|
203
|
+
* @remarks
|
|
204
|
+
* The ID of the lane group.
|
|
205
|
+
*
|
|
142
206
|
* @example
|
|
143
207
|
* 2074
|
|
144
208
|
*/
|
|
145
209
|
groupId?: number;
|
|
146
210
|
/**
|
|
211
|
+
* @remarks
|
|
212
|
+
* The name of a lane group.
|
|
213
|
+
*
|
|
147
214
|
* @example
|
|
148
215
|
* mse-test
|
|
149
216
|
*/
|
|
150
217
|
groupName?: string;
|
|
151
218
|
/**
|
|
219
|
+
* @remarks
|
|
220
|
+
* The ID of the namespace to which the MSE instance belongs.
|
|
221
|
+
*
|
|
152
222
|
* @example
|
|
153
223
|
* sae-test
|
|
154
224
|
*/
|
|
155
225
|
mseNamespaceId?: string;
|
|
156
226
|
/**
|
|
227
|
+
* @remarks
|
|
228
|
+
* The ID of the namespace.
|
|
229
|
+
*
|
|
157
230
|
* @example
|
|
158
231
|
* cn-beijing:test
|
|
159
232
|
*/
|
|
160
233
|
namespaceId?: string;
|
|
161
234
|
/**
|
|
235
|
+
* @remarks
|
|
236
|
+
* The end-to-end grayscale version. Valid values: 0 and 2 (recommended).
|
|
237
|
+
*
|
|
162
238
|
* @example
|
|
163
239
|
* 2
|
|
164
240
|
*/
|
|
@@ -215,28 +291,65 @@ export class ListAllSwimmingLaneGroupsResponseBodyData extends $dara.Model {
|
|
|
215
291
|
|
|
216
292
|
export class ListAllSwimmingLaneGroupsResponseBody extends $dara.Model {
|
|
217
293
|
/**
|
|
294
|
+
* @remarks
|
|
295
|
+
* The HTTP status code or the error code. Valid values:
|
|
296
|
+
*
|
|
297
|
+
* * **2xx**: The request was successful.
|
|
298
|
+
* * **3xx**: The request was redirected.
|
|
299
|
+
* * **4xx**: The request failed.
|
|
300
|
+
* * **5xx**: A server error occurred.
|
|
301
|
+
*
|
|
218
302
|
* @example
|
|
219
303
|
* 200
|
|
220
304
|
*/
|
|
221
305
|
code?: string;
|
|
306
|
+
/**
|
|
307
|
+
* @remarks
|
|
308
|
+
* Responses.
|
|
309
|
+
*/
|
|
222
310
|
data?: ListAllSwimmingLaneGroupsResponseBodyData[];
|
|
311
|
+
/**
|
|
312
|
+
* @remarks
|
|
313
|
+
* The status code. Value values:
|
|
314
|
+
*
|
|
315
|
+
* * If the request was successful, **ErrorCode** is not returned.
|
|
316
|
+
* * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
|
|
317
|
+
*/
|
|
223
318
|
errorCode?: string;
|
|
224
319
|
/**
|
|
320
|
+
* @remarks
|
|
321
|
+
* Additional information. Valid values:
|
|
322
|
+
*
|
|
323
|
+
* * The error message returned because the request is normal and **success** is returned.
|
|
324
|
+
* * If the request is abnormal, the specific exception error code is returned.
|
|
325
|
+
*
|
|
225
326
|
* @example
|
|
226
327
|
* success
|
|
227
328
|
*/
|
|
228
329
|
message?: string;
|
|
229
330
|
/**
|
|
331
|
+
* @remarks
|
|
332
|
+
* The ID of the request.
|
|
333
|
+
*
|
|
230
334
|
* @example
|
|
231
335
|
* 30375C38-F4ED-4135-A0AE-5C75DC7F****
|
|
232
336
|
*/
|
|
233
337
|
requestId?: string;
|
|
234
338
|
/**
|
|
339
|
+
* @remarks
|
|
340
|
+
* Indicates whether the request was successful. Valid values: Valid values:
|
|
341
|
+
*
|
|
342
|
+
* * **true**: The information was queried.
|
|
343
|
+
* * **false**: The information failed to be queried.
|
|
344
|
+
*
|
|
235
345
|
* @example
|
|
236
346
|
* true
|
|
237
347
|
*/
|
|
238
348
|
success?: boolean;
|
|
239
349
|
/**
|
|
350
|
+
* @remarks
|
|
351
|
+
* The ID of the trace. This parameter is used to query the exact call information.
|
|
352
|
+
*
|
|
240
353
|
* @example
|
|
241
354
|
* ac1a0b2215622246421415014e****
|
|
242
355
|
*/
|
|
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
|
|
|
4
4
|
|
|
5
5
|
export class ListAllSwimmingLanesRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
|
+
* @remarks
|
|
8
|
+
* The ID of the lane group.
|
|
9
|
+
*
|
|
7
10
|
* @example
|
|
8
11
|
* 2074
|
|
9
12
|
*/
|
|
10
13
|
groupId?: number;
|
|
11
14
|
/**
|
|
15
|
+
* @remarks
|
|
16
|
+
* The ID of a namespace.
|
|
17
|
+
*
|
|
12
18
|
* @example
|
|
13
19
|
* cn-beijing:test
|
|
14
20
|
*/
|