@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.
Files changed (110) hide show
  1. package/dist/client.d.ts +44 -26
  2. package/dist/client.js +77 -26
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.d.ts +26 -0
  5. package/dist/models/CreateOrUpdateSwimmingLaneGroupRequest.js.map +1 -1
  6. package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.d.ts +40 -0
  7. package/dist/models/CreateOrUpdateSwimmingLaneGroupResponseBody.js.map +1 -1
  8. package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.d.ts +26 -0
  9. package/dist/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.js.map +1 -1
  10. package/dist/models/CreateOrUpdateSwimmingLaneRequest.d.ts +137 -0
  11. package/dist/models/CreateOrUpdateSwimmingLaneRequest.js.map +1 -1
  12. package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.d.ts +40 -0
  13. package/dist/models/CreateOrUpdateSwimmingLaneResponseBody.js.map +1 -1
  14. package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.d.ts +39 -0
  15. package/dist/models/CreateOrUpdateSwimmingLaneShrinkRequest.js.map +1 -1
  16. package/dist/models/DeleteInstancesRequest.d.ts +4 -0
  17. package/dist/models/DeleteInstancesRequest.js.map +1 -1
  18. package/dist/models/DeleteInstancesResponseBody.d.ts +40 -0
  19. package/dist/models/DeleteInstancesResponseBody.js.map +1 -1
  20. package/dist/models/DeleteSwimmingLaneGroupRequest.d.ts +6 -0
  21. package/dist/models/DeleteSwimmingLaneGroupRequest.js.map +1 -1
  22. package/dist/models/DeleteSwimmingLaneGroupResponseBody.d.ts +33 -0
  23. package/dist/models/DeleteSwimmingLaneGroupResponseBody.js.map +1 -1
  24. package/dist/models/DescribeInstanceLogRequest.d.ts +1 -0
  25. package/dist/models/DescribeInstanceLogRequest.js +2 -0
  26. package/dist/models/DescribeInstanceLogRequest.js.map +1 -1
  27. package/dist/models/DescribeNamespaceResourcesResponseBody.d.ts +1 -0
  28. package/dist/models/DescribeNamespaceResourcesResponseBody.js +2 -0
  29. package/dist/models/DescribeNamespaceResourcesResponseBody.js.map +1 -1
  30. package/dist/models/DescribeSwimmingLaneRequest.d.ts +9 -0
  31. package/dist/models/DescribeSwimmingLaneRequest.js.map +1 -1
  32. package/dist/models/DescribeSwimmingLaneResponseBody.d.ts +185 -0
  33. package/dist/models/DescribeSwimmingLaneResponseBody.js.map +1 -1
  34. package/dist/models/GetWebshellTokenResponseBody.d.ts +4 -0
  35. package/dist/models/GetWebshellTokenResponseBody.js.map +1 -1
  36. package/dist/models/ListAllSwimmingLaneGroupsRequest.d.ts +3 -0
  37. package/dist/models/ListAllSwimmingLaneGroupsRequest.js.map +1 -1
  38. package/dist/models/ListAllSwimmingLaneGroupsResponseBody.d.ts +113 -0
  39. package/dist/models/ListAllSwimmingLaneGroupsResponseBody.js.map +1 -1
  40. package/dist/models/ListAllSwimmingLanesRequest.d.ts +6 -0
  41. package/dist/models/ListAllSwimmingLanesRequest.js.map +1 -1
  42. package/dist/models/ListAllSwimmingLanesResponseBody.d.ts +185 -0
  43. package/dist/models/ListAllSwimmingLanesResponseBody.js.map +1 -1
  44. package/dist/models/ListApplicationsForSwimmingLaneRequest.d.ts +8 -0
  45. package/dist/models/ListApplicationsForSwimmingLaneRequest.js.map +1 -1
  46. package/dist/models/ListApplicationsForSwimmingLaneResponseBody.d.ts +59 -0
  47. package/dist/models/ListApplicationsForSwimmingLaneResponseBody.js.map +1 -1
  48. package/dist/models/ListSwimmingLaneGatewayRoutesRequest.d.ts +6 -0
  49. package/dist/models/ListSwimmingLaneGatewayRoutesRequest.js.map +1 -1
  50. package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.d.ts +57 -0
  51. package/dist/models/ListSwimmingLaneGatewayRoutesResponseBody.js.map +1 -1
  52. package/dist/models/ListSwimmingLaneGroupTagsRequest.d.ts +6 -0
  53. package/dist/models/ListSwimmingLaneGroupTagsRequest.js.map +1 -1
  54. package/dist/models/ListSwimmingLaneGroupTagsResponseBody.d.ts +43 -0
  55. package/dist/models/ListSwimmingLaneGroupTagsResponseBody.js.map +1 -1
  56. package/dist/models/UpdateAppModeRequest.d.ts +11 -0
  57. package/dist/models/UpdateAppModeRequest.js.map +1 -1
  58. package/dist/models/UpdateAppModeResponseBody.d.ts +27 -0
  59. package/dist/models/UpdateAppModeResponseBody.js.map +1 -1
  60. package/dist/models/UpdateNamespaceSlsConfigsRequest.d.ts +28 -0
  61. package/dist/models/UpdateNamespaceSlsConfigsRequest.js +62 -0
  62. package/dist/models/UpdateNamespaceSlsConfigsRequest.js.map +1 -0
  63. package/dist/models/UpdateNamespaceSlsConfigsResponse.d.ts +19 -0
  64. package/dist/models/UpdateNamespaceSlsConfigsResponse.js +69 -0
  65. package/dist/models/UpdateNamespaceSlsConfigsResponse.js.map +1 -0
  66. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.d.ts +42 -0
  67. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js +68 -0
  68. package/dist/models/UpdateNamespaceSlsConfigsResponseBody.js.map +1 -0
  69. package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.d.ts +15 -0
  70. package/dist/models/UpdateSwimmingLaneEnableAttributeRequest.js.map +1 -1
  71. package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.d.ts +33 -0
  72. package/dist/models/UpdateSwimmingLaneEnableAttributeResponseBody.js.map +1 -1
  73. package/dist/models/model.d.ts +3 -0
  74. package/dist/models/model.js +8 -2
  75. package/dist/models/model.js.map +1 -1
  76. package/package.json +1 -1
  77. package/src/client.ts +83 -26
  78. package/src/models/CreateOrUpdateSwimmingLaneGroupRequest.ts +26 -0
  79. package/src/models/CreateOrUpdateSwimmingLaneGroupResponseBody.ts +40 -0
  80. package/src/models/CreateOrUpdateSwimmingLaneGroupShrinkRequest.ts +26 -0
  81. package/src/models/CreateOrUpdateSwimmingLaneRequest.ts +137 -0
  82. package/src/models/CreateOrUpdateSwimmingLaneResponseBody.ts +40 -0
  83. package/src/models/CreateOrUpdateSwimmingLaneShrinkRequest.ts +39 -0
  84. package/src/models/DeleteInstancesRequest.ts +4 -0
  85. package/src/models/DeleteInstancesResponseBody.ts +40 -0
  86. package/src/models/DeleteSwimmingLaneGroupRequest.ts +6 -0
  87. package/src/models/DeleteSwimmingLaneGroupResponseBody.ts +33 -0
  88. package/src/models/DescribeInstanceLogRequest.ts +3 -0
  89. package/src/models/DescribeNamespaceResourcesResponseBody.ts +3 -0
  90. package/src/models/DescribeSwimmingLaneRequest.ts +9 -0
  91. package/src/models/DescribeSwimmingLaneResponseBody.ts +185 -0
  92. package/src/models/GetWebshellTokenResponseBody.ts +4 -0
  93. package/src/models/ListAllSwimmingLaneGroupsRequest.ts +3 -0
  94. package/src/models/ListAllSwimmingLaneGroupsResponseBody.ts +113 -0
  95. package/src/models/ListAllSwimmingLanesRequest.ts +6 -0
  96. package/src/models/ListAllSwimmingLanesResponseBody.ts +185 -0
  97. package/src/models/ListApplicationsForSwimmingLaneRequest.ts +8 -0
  98. package/src/models/ListApplicationsForSwimmingLaneResponseBody.ts +59 -0
  99. package/src/models/ListSwimmingLaneGatewayRoutesRequest.ts +6 -0
  100. package/src/models/ListSwimmingLaneGatewayRoutesResponseBody.ts +57 -0
  101. package/src/models/ListSwimmingLaneGroupTagsRequest.ts +6 -0
  102. package/src/models/ListSwimmingLaneGroupTagsResponseBody.ts +43 -0
  103. package/src/models/UpdateAppModeRequest.ts +11 -0
  104. package/src/models/UpdateAppModeResponseBody.ts +27 -0
  105. package/src/models/UpdateNamespaceSlsConfigsRequest.ts +45 -0
  106. package/src/models/UpdateNamespaceSlsConfigsResponse.ts +40 -0
  107. package/src/models/UpdateNamespaceSlsConfigsResponseBody.ts +65 -0
  108. package/src/models/UpdateSwimmingLaneEnableAttributeRequest.ts +15 -0
  109. package/src/models/UpdateSwimmingLaneEnableAttributeResponseBody.ts +33 -0
  110. package/src/models/model.ts +3 -0
@@ -4,25 +4,41 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions 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 parameter name.
17
+ *
12
18
  * @example
13
19
  * t
14
20
  */
15
21
  name?: string;
16
22
  /**
23
+ * @remarks
24
+ * The type of the parameter.
25
+ *
17
26
  * @example
18
27
  * Header
19
28
  */
20
29
  type?: string;
21
30
  /**
31
+ * @remarks
32
+ * The match value.
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 ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions extends
58
74
 
59
75
  export class ListAllSwimmingLanesResponseBodyDataAppEntryRule 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?: ListAllSwimmingLanesResponseBodyDataAppEntryRuleConditions[];
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 ListAllSwimmingLanesResponseBodyDataAppEntryRule extends $dara.Mode
117
157
 
118
158
  export class ListAllSwimmingLanesResponseBodyDataApps extends $dara.Model {
119
159
  /**
160
+ * @remarks
161
+ * The ID of the application.
162
+ *
120
163
  * @example
121
164
  * 8ea0c468-8165-416d-beae-531abb******
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 namespace to which the MSE instance belongs.
194
+ *
140
195
  * @example
141
196
  * space
142
197
  */
@@ -172,21 +227,33 @@ export class ListAllSwimmingLanesResponseBodyDataApps extends $dara.Model {
172
227
 
173
228
  export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions 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 ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions e
220
287
 
221
288
  export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate 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 ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRouteP
253
326
  }
254
327
 
255
328
  export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate extends $dara.Model {
329
+ /**
330
+ * @remarks
331
+ * The path matching rule.
332
+ */
256
333
  pathPredicate?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicatePathPredicate;
257
334
  static names(): { [key: string]: string } {
258
335
  return {
@@ -280,15 +357,25 @@ export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRouteP
280
357
 
281
358
  export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes 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?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutesRoutePredicate;
293
380
  static names(): { [key: string]: string } {
294
381
  return {
@@ -320,23 +407,48 @@ export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes exten
320
407
 
321
408
  export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule 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?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleConditions[];
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 IDs of the route tables.
446
+ */
339
447
  routeIds?: number[];
448
+ /**
449
+ * @remarks
450
+ * The detailed configuration of the routing rule.
451
+ */
340
452
  routes?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRuleRoutes[];
341
453
  static names(): { [key: string]: string } {
342
454
  return {
@@ -384,38 +496,74 @@ export class ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule extends $da
384
496
  }
385
497
 
386
498
  export class ListAllSwimmingLanesResponseBodyData extends $dara.Model {
499
+ /**
500
+ * @remarks
501
+ * Apply ingress rules.
502
+ */
387
503
  appEntryRule?: ListAllSwimmingLanesResponseBodyDataAppEntryRule;
504
+ /**
505
+ * @remarks
506
+ * The associated application.
507
+ */
388
508
  apps?: ListAllSwimmingLanesResponseBodyDataApps[];
389
509
  /**
510
+ * @remarks
511
+ * Full-link Grayscale Mode:
512
+ *
513
+ * * 0: The request is routed based on the content of the request.
514
+ * * 1: Proportional routing
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
  * 16401
407
545
  */
408
546
  laneId?: number;
409
547
  /**
548
+ * @remarks
549
+ * The name of the lane group.
550
+ *
410
551
  * @example
411
552
  * test
412
553
  */
413
554
  laneName?: string;
414
555
  /**
556
+ * @remarks
557
+ * The tag 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 routing
566
+ */
419
567
  mseGatewayEntryRule?: ListAllSwimmingLanesResponseBodyDataMseGatewayEntryRule;
420
568
  static names(): { [key: string]: string } {
421
569
  return {
@@ -465,28 +613,65 @@ export class ListAllSwimmingLanesResponseBodyData extends $dara.Model {
465
613
 
466
614
  export class ListAllSwimmingLanesResponseBody extends $dara.Model {
467
615
  /**
616
+ * @remarks
617
+ * The interface status or POP error code. Valid values:
618
+ *
619
+ * * **2xx**: The request was successful.
620
+ * * **3xx**: Redirection.
621
+ * * **4xx**: Request error.
622
+ * * **5xx**: Server error.
623
+ *
468
624
  * @example
469
625
  * 200
470
626
  */
471
627
  code?: string;
628
+ /**
629
+ * @remarks
630
+ * The output parameters of the node.
631
+ */
472
632
  data?: ListAllSwimmingLanesResponseBodyData[];
633
+ /**
634
+ * @remarks
635
+ * Error code. Valid values:
636
+ *
637
+ * * If the request is successful, no **ErrorCode** fields are returned.
638
+ * * Request failed: **ErrorCode** fields are returned. For more information, see **Error codes**.
639
+ */
473
640
  errorCode?: string;
474
641
  /**
642
+ * @remarks
643
+ * Additional information. 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
  * B4D805CA-926D-41B1-8E63-7AD0C1ED****
482
658
  */
483
659
  requestId?: string;
484
660
  /**
661
+ * @remarks
662
+ * Whether the data is successful. Valid values:
663
+ *
664
+ * * **true**: The application instances were restarted.
665
+ * * **false**: Restart 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,12 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListApplicationsForSwimmingLaneRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The ID of the application group. You can call the [DescribeApplicationGroups](https://help.aliyun.com/document_detail/126249.html) operation to obtain the ID.
9
+ *
7
10
  * @example
8
11
  * b2a8a925-477a-eswa-b823-d5e22500****
9
12
  */
10
13
  groupId?: number;
11
14
  /**
12
15
  * @remarks
16
+ * The ID of a namespace.
17
+ *
13
18
  * This parameter is required.
14
19
  *
15
20
  * @example
@@ -17,6 +22,9 @@ export class ListApplicationsForSwimmingLaneRequest extends $dara.Model {
17
22
  */
18
23
  namespaceId?: string;
19
24
  /**
25
+ * @remarks
26
+ * The canary tag
27
+ *
20
28
  * @example
21
29
  * {"alicloud.service.tag":"gray"}
22
30
  */
@@ -4,40 +4,65 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListApplicationsForSwimmingLaneResponseBodyData extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The ID of the application.
9
+ *
7
10
  * @example
8
11
  * 0099b7be-5f5b-4512-a7fc-56049ef1****
9
12
  */
10
13
  appId?: string;
11
14
  /**
15
+ * @remarks
16
+ * The name of the application.
17
+ *
12
18
  * @example
13
19
  * demo-app
14
20
  */
15
21
  appName?: string;
16
22
  /**
23
+ * @remarks
24
+ * The ID of the baseline application.
25
+ *
17
26
  * @example
18
27
  * 8c573618-8d72-4407-baf4-f7b64b******
19
28
  */
20
29
  baseAppId?: string;
21
30
  /**
31
+ * @remarks
32
+ * The name of the baseline application.
33
+ *
22
34
  * @example
23
35
  * demo
24
36
  */
25
37
  baseAppName?: string;
26
38
  /**
39
+ * @remarks
40
+ * The ID of the MSE instance.
41
+ *
27
42
  * @example
28
43
  * mse-cn-hvm47******
29
44
  */
30
45
  mseAppId?: string;
31
46
  /**
47
+ * @remarks
48
+ * MSE Instance Name
49
+ *
32
50
  * @example
33
51
  * test
34
52
  */
35
53
  mseAppName?: string;
36
54
  /**
55
+ * @remarks
56
+ * The ID of the namespace to which the MSE instance belongs.
57
+ *
37
58
  * @example
38
59
  * sae-test
39
60
  */
40
61
  mseNamespaceId?: string;
62
+ /**
63
+ * @remarks
64
+ * The canary tag configured for the application.
65
+ */
41
66
  serviceTags?: { [key: string]: string };
42
67
  static names(): { [key: string]: string } {
43
68
  return {
@@ -79,23 +104,57 @@ export class ListApplicationsForSwimmingLaneResponseBodyData extends $dara.Model
79
104
 
80
105
  export class ListApplicationsForSwimmingLaneResponseBody extends $dara.Model {
81
106
  /**
107
+ * @remarks
108
+ * The HTTP status code or the error code. Valid values:
109
+ *
110
+ * * **2xx**: The request was successful.
111
+ * * **3xx**: The request was redirected.
112
+ * * **4xx**: The request failed.
113
+ * * **5xx**: A server error occurred.
114
+ *
82
115
  * @example
83
116
  * 200
84
117
  */
85
118
  code?: string;
119
+ /**
120
+ * @remarks
121
+ * The list of applications.
122
+ */
86
123
  data?: ListApplicationsForSwimmingLaneResponseBodyData[];
124
+ /**
125
+ * @remarks
126
+ * The status code. Value values:
127
+ *
128
+ * * If the request was successful, **ErrorCode** is not returned.
129
+ * * If the request failed, the **ErrorCode** parameter is returned. For more information, see **Error codes** section in this topic.
130
+ */
87
131
  errorCode?: string;
88
132
  /**
133
+ * @remarks
134
+ * The message returned. The following limits are imposed on the ID:
135
+ *
136
+ * * If the request was successful, **success** is returned.
137
+ * * An error code is returned when a request failed.
138
+ *
89
139
  * @example
90
140
  * success
91
141
  */
92
142
  message?: string;
93
143
  /**
144
+ * @remarks
145
+ * The ID of the trace. The ID is used to query the details of a request.
146
+ *
94
147
  * @example
95
148
  * 0a98a02315955564772843261e****
96
149
  */
97
150
  requestId?: string;
98
151
  /**
152
+ * @remarks
153
+ * Indicates whether the list of application instances was queried. Valid values:
154
+ *
155
+ * * **true**: The instance groups were obtained.
156
+ * * **false**: The instance groups failed to be obtained.
157
+ *
99
158
  * @example
100
159
  * true
101
160
  */
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListSwimmingLaneGatewayRoutesRequest extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The unique ID of the gateway.
9
+ *
7
10
  * @example
8
11
  * gw-277c0727535f4aae917e48de0f******
9
12
  */
10
13
  gatewayUniqueId?: string;
11
14
  /**
15
+ * @remarks
16
+ * The ID of the namespace.
17
+ *
12
18
  * @example
13
19
  * cn-beijing:test
14
20
  */
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPredicate extends $dara.Model {
6
6
  /**
7
+ * @remarks
8
+ * The route URL.
9
+ *
7
10
  * @example
8
11
  * /Path
9
12
  */
10
13
  path?: string;
11
14
  /**
15
+ * @remarks
16
+ * The type of the protection rule.
17
+ *
12
18
  * @example
13
19
  * Header
14
20
  */
@@ -37,6 +43,10 @@ export class ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPred
37
43
  }
38
44
 
39
45
  export class ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate extends $dara.Model {
46
+ /**
47
+ * @remarks
48
+ * The path matching rule.
49
+ */
40
50
  pathPredicate?: ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicatePathPredicate;
41
51
  static names(): { [key: string]: string } {
42
52
  return {
@@ -64,15 +74,25 @@ export class ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate extends
64
74
 
65
75
  export class ListSwimmingLaneGatewayRoutesResponseBodyData extends $dara.Model {
66
76
  /**
77
+ * @remarks
78
+ * The ID of the route.
79
+ *
67
80
  * @example
68
81
  * 16933
69
82
  */
70
83
  routeId?: number;
71
84
  /**
85
+ * @remarks
86
+ * The name of the route.
87
+ *
72
88
  * @example
73
89
  * test-route
74
90
  */
75
91
  routeName?: string;
92
+ /**
93
+ * @remarks
94
+ * The routing rule.
95
+ */
76
96
  routePredicate?: ListSwimmingLaneGatewayRoutesResponseBodyDataRoutePredicate;
77
97
  static names(): { [key: string]: string } {
78
98
  return {
@@ -104,28 +124,65 @@ export class ListSwimmingLaneGatewayRoutesResponseBodyData extends $dara.Model {
104
124
 
105
125
  export class ListSwimmingLaneGatewayRoutesResponseBody extends $dara.Model {
106
126
  /**
127
+ * @remarks
128
+ * The HTTP status code. Valid values:
129
+ *
130
+ * * **2xx**: The request was successful.
131
+ * * **3xx**: The request was redirected.
132
+ * * **4xx**: The request failed.
133
+ * * **5xx**: A server error occurred.
134
+ *
107
135
  * @example
108
136
  * 200
109
137
  */
110
138
  code?: string;
139
+ /**
140
+ * @remarks
141
+ * Responses.
142
+ */
111
143
  data?: ListSwimmingLaneGatewayRoutesResponseBodyData[];
144
+ /**
145
+ * @remarks
146
+ * The status code. Value values:
147
+ *
148
+ * * If the request was successful, **ErrorCode** is not returned.
149
+ * * If the request failed, **ErrorCode** is returned. For more information, see **Error codes** in this topic.
150
+ */
112
151
  errorCode?: string;
113
152
  /**
153
+ * @remarks
154
+ * Additional information. Valid values:
155
+ *
156
+ * * The error message returned because the request is normal and **success** is returned.
157
+ * * If the request is abnormal, the specific exception error code is returned.
158
+ *
114
159
  * @example
115
160
  * success
116
161
  */
117
162
  message?: string;
118
163
  /**
164
+ * @remarks
165
+ * The ID of the request.
166
+ *
119
167
  * @example
120
168
  * 91F93257-7A4A-4BD3-9A7E-2F6EAE6D****
121
169
  */
122
170
  requestId?: string;
123
171
  /**
172
+ * @remarks
173
+ * Indicates whether the request was successful. Valid values: Valid values:
174
+ *
175
+ * * **true**: The configurations were obtained.
176
+ * * **false**: The configurations failed to be queried.
177
+ *
124
178
  * @example
125
179
  * true
126
180
  */
127
181
  success?: boolean;
128
182
  /**
183
+ * @remarks
184
+ * The ID of the trace. This parameter is used to query the exact call information.
185
+ *
129
186
  * @example
130
187
  * ac1a0b2215622246421415014e****
131
188
  */
@@ -4,11 +4,17 @@ import * as $dara from '@darabonba/typescript';
4
4
 
5
5
  export class ListSwimmingLaneGroupTagsRequest 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
  */