@alicloud/sae20190506 1.0.0 → 1.20.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/src/client.ts CHANGED
@@ -66,10 +66,12 @@ export class AbortAndRollbackChangeOrderResponseBody extends $tea.Model {
66
66
 
67
67
  export class AbortAndRollbackChangeOrderResponse extends $tea.Model {
68
68
  headers: { [key: string]: string };
69
+ statusCode: number;
69
70
  body: AbortAndRollbackChangeOrderResponseBody;
70
71
  static names(): { [key: string]: string } {
71
72
  return {
72
73
  headers: 'headers',
74
+ statusCode: 'statusCode',
73
75
  body: 'body',
74
76
  };
75
77
  }
@@ -77,6 +79,7 @@ export class AbortAndRollbackChangeOrderResponse extends $tea.Model {
77
79
  static types(): { [key: string]: any } {
78
80
  return {
79
81
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
82
+ statusCode: 'number',
80
83
  body: AbortAndRollbackChangeOrderResponseBody,
81
84
  };
82
85
  }
@@ -144,10 +147,12 @@ export class AbortChangeOrderResponseBody extends $tea.Model {
144
147
 
145
148
  export class AbortChangeOrderResponse extends $tea.Model {
146
149
  headers: { [key: string]: string };
150
+ statusCode: number;
147
151
  body: AbortChangeOrderResponseBody;
148
152
  static names(): { [key: string]: string } {
149
153
  return {
150
154
  headers: 'headers',
155
+ statusCode: 'statusCode',
151
156
  body: 'body',
152
157
  };
153
158
  }
@@ -155,6 +160,7 @@ export class AbortChangeOrderResponse extends $tea.Model {
155
160
  static types(): { [key: string]: any } {
156
161
  return {
157
162
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
163
+ statusCode: 'number',
158
164
  body: AbortChangeOrderResponseBody,
159
165
  };
160
166
  }
@@ -225,10 +231,12 @@ export class BatchStartApplicationsResponseBody extends $tea.Model {
225
231
 
226
232
  export class BatchStartApplicationsResponse extends $tea.Model {
227
233
  headers: { [key: string]: string };
234
+ statusCode: number;
228
235
  body: BatchStartApplicationsResponseBody;
229
236
  static names(): { [key: string]: string } {
230
237
  return {
231
238
  headers: 'headers',
239
+ statusCode: 'statusCode',
232
240
  body: 'body',
233
241
  };
234
242
  }
@@ -236,6 +244,7 @@ export class BatchStartApplicationsResponse extends $tea.Model {
236
244
  static types(): { [key: string]: any } {
237
245
  return {
238
246
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
247
+ statusCode: 'number',
239
248
  body: BatchStartApplicationsResponseBody,
240
249
  };
241
250
  }
@@ -306,10 +315,12 @@ export class BatchStopApplicationsResponseBody extends $tea.Model {
306
315
 
307
316
  export class BatchStopApplicationsResponse extends $tea.Model {
308
317
  headers: { [key: string]: string };
318
+ statusCode: number;
309
319
  body: BatchStopApplicationsResponseBody;
310
320
  static names(): { [key: string]: string } {
311
321
  return {
312
322
  headers: 'headers',
323
+ statusCode: 'statusCode',
313
324
  body: 'body',
314
325
  };
315
326
  }
@@ -317,6 +328,7 @@ export class BatchStopApplicationsResponse extends $tea.Model {
317
328
  static types(): { [key: string]: any } {
318
329
  return {
319
330
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
331
+ statusCode: 'number',
320
332
  body: BatchStopApplicationsResponseBody,
321
333
  };
322
334
  }
@@ -396,10 +408,12 @@ export class BindSlbResponseBody extends $tea.Model {
396
408
 
397
409
  export class BindSlbResponse extends $tea.Model {
398
410
  headers: { [key: string]: string };
411
+ statusCode: number;
399
412
  body: BindSlbResponseBody;
400
413
  static names(): { [key: string]: string } {
401
414
  return {
402
415
  headers: 'headers',
416
+ statusCode: 'statusCode',
403
417
  body: 'body',
404
418
  };
405
419
  }
@@ -407,6 +421,7 @@ export class BindSlbResponse extends $tea.Model {
407
421
  static types(): { [key: string]: any } {
408
422
  return {
409
423
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
424
+ statusCode: 'number',
410
425
  body: BindSlbResponseBody,
411
426
  };
412
427
  }
@@ -477,10 +492,12 @@ export class ConfirmPipelineBatchResponseBody extends $tea.Model {
477
492
 
478
493
  export class ConfirmPipelineBatchResponse extends $tea.Model {
479
494
  headers: { [key: string]: string };
495
+ statusCode: number;
480
496
  body: ConfirmPipelineBatchResponseBody;
481
497
  static names(): { [key: string]: string } {
482
498
  return {
483
499
  headers: 'headers',
500
+ statusCode: 'statusCode',
484
501
  body: 'body',
485
502
  };
486
503
  }
@@ -488,6 +505,7 @@ export class ConfirmPipelineBatchResponse extends $tea.Model {
488
505
  static types(): { [key: string]: any } {
489
506
  return {
490
507
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
508
+ statusCode: 'number',
491
509
  body: ConfirmPipelineBatchResponseBody,
492
510
  };
493
511
  }
@@ -499,6 +517,7 @@ export class ConfirmPipelineBatchResponse extends $tea.Model {
499
517
 
500
518
  export class CreateApplicationRequest extends $tea.Model {
501
519
  acrAssumeRoleArn?: string;
520
+ acrInstanceId?: string;
502
521
  appDescription?: string;
503
522
  appName?: string;
504
523
  associateEip?: boolean;
@@ -515,12 +534,17 @@ export class CreateApplicationRequest extends $tea.Model {
515
534
  jarStartArgs?: string;
516
535
  jarStartOptions?: string;
517
536
  jdk?: string;
537
+ kafkaConfigs?: string;
538
+ kafkaEndpoint?: string;
539
+ kafkaInstanceId?: string;
540
+ kafkaLogfileConfig?: string;
518
541
  liveness?: string;
519
542
  memory?: number;
520
543
  mountDesc?: string;
521
544
  mountHost?: string;
522
545
  namespaceId?: string;
523
546
  nasId?: string;
547
+ openCollectToKafka?: boolean;
524
548
  ossAkId?: string;
525
549
  ossAkSecret?: string;
526
550
  ossMountDescs?: string;
@@ -532,6 +556,7 @@ export class CreateApplicationRequest extends $tea.Model {
532
556
  phpConfigLocation?: string;
533
557
  postStart?: string;
534
558
  preStop?: string;
559
+ programmingLanguage?: string;
535
560
  readiness?: string;
536
561
  replicas?: number;
537
562
  securityGroupId?: string;
@@ -546,6 +571,7 @@ export class CreateApplicationRequest extends $tea.Model {
546
571
  static names(): { [key: string]: string } {
547
572
  return {
548
573
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
574
+ acrInstanceId: 'AcrInstanceId',
549
575
  appDescription: 'AppDescription',
550
576
  appName: 'AppName',
551
577
  associateEip: 'AssociateEip',
@@ -562,12 +588,17 @@ export class CreateApplicationRequest extends $tea.Model {
562
588
  jarStartArgs: 'JarStartArgs',
563
589
  jarStartOptions: 'JarStartOptions',
564
590
  jdk: 'Jdk',
591
+ kafkaConfigs: 'KafkaConfigs',
592
+ kafkaEndpoint: 'KafkaEndpoint',
593
+ kafkaInstanceId: 'KafkaInstanceId',
594
+ kafkaLogfileConfig: 'KafkaLogfileConfig',
565
595
  liveness: 'Liveness',
566
596
  memory: 'Memory',
567
597
  mountDesc: 'MountDesc',
568
598
  mountHost: 'MountHost',
569
599
  namespaceId: 'NamespaceId',
570
600
  nasId: 'NasId',
601
+ openCollectToKafka: 'OpenCollectToKafka',
571
602
  ossAkId: 'OssAkId',
572
603
  ossAkSecret: 'OssAkSecret',
573
604
  ossMountDescs: 'OssMountDescs',
@@ -579,6 +610,7 @@ export class CreateApplicationRequest extends $tea.Model {
579
610
  phpConfigLocation: 'PhpConfigLocation',
580
611
  postStart: 'PostStart',
581
612
  preStop: 'PreStop',
613
+ programmingLanguage: 'ProgrammingLanguage',
582
614
  readiness: 'Readiness',
583
615
  replicas: 'Replicas',
584
616
  securityGroupId: 'SecurityGroupId',
@@ -596,6 +628,7 @@ export class CreateApplicationRequest extends $tea.Model {
596
628
  static types(): { [key: string]: any } {
597
629
  return {
598
630
  acrAssumeRoleArn: 'string',
631
+ acrInstanceId: 'string',
599
632
  appDescription: 'string',
600
633
  appName: 'string',
601
634
  associateEip: 'boolean',
@@ -612,12 +645,17 @@ export class CreateApplicationRequest extends $tea.Model {
612
645
  jarStartArgs: 'string',
613
646
  jarStartOptions: 'string',
614
647
  jdk: 'string',
648
+ kafkaConfigs: 'string',
649
+ kafkaEndpoint: 'string',
650
+ kafkaInstanceId: 'string',
651
+ kafkaLogfileConfig: 'string',
615
652
  liveness: 'string',
616
653
  memory: 'number',
617
654
  mountDesc: 'string',
618
655
  mountHost: 'string',
619
656
  namespaceId: 'string',
620
657
  nasId: 'string',
658
+ openCollectToKafka: 'boolean',
621
659
  ossAkId: 'string',
622
660
  ossAkSecret: 'string',
623
661
  ossMountDescs: 'string',
@@ -629,6 +667,7 @@ export class CreateApplicationRequest extends $tea.Model {
629
667
  phpConfigLocation: 'string',
630
668
  postStart: 'string',
631
669
  preStop: 'string',
670
+ programmingLanguage: 'string',
632
671
  readiness: 'string',
633
672
  replicas: 'number',
634
673
  securityGroupId: 'string',
@@ -687,10 +726,12 @@ export class CreateApplicationResponseBody extends $tea.Model {
687
726
 
688
727
  export class CreateApplicationResponse extends $tea.Model {
689
728
  headers: { [key: string]: string };
729
+ statusCode: number;
690
730
  body: CreateApplicationResponseBody;
691
731
  static names(): { [key: string]: string } {
692
732
  return {
693
733
  headers: 'headers',
734
+ statusCode: 'statusCode',
694
735
  body: 'body',
695
736
  };
696
737
  }
@@ -698,6 +739,7 @@ export class CreateApplicationResponse extends $tea.Model {
698
739
  static types(): { [key: string]: any } {
699
740
  return {
700
741
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
742
+ statusCode: 'number',
701
743
  body: CreateApplicationResponseBody,
702
744
  };
703
745
  }
@@ -709,14 +751,20 @@ export class CreateApplicationResponse extends $tea.Model {
709
751
 
710
752
  export class CreateApplicationScalingRuleRequest extends $tea.Model {
711
753
  appId?: string;
754
+ minReadyInstanceRatio?: number;
755
+ minReadyInstances?: number;
712
756
  scalingRuleEnable?: boolean;
757
+ scalingRuleMetric?: string;
713
758
  scalingRuleName?: string;
714
759
  scalingRuleTimer?: string;
715
760
  scalingRuleType?: string;
716
761
  static names(): { [key: string]: string } {
717
762
  return {
718
763
  appId: 'AppId',
764
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
765
+ minReadyInstances: 'MinReadyInstances',
719
766
  scalingRuleEnable: 'ScalingRuleEnable',
767
+ scalingRuleMetric: 'ScalingRuleMetric',
720
768
  scalingRuleName: 'ScalingRuleName',
721
769
  scalingRuleTimer: 'ScalingRuleTimer',
722
770
  scalingRuleType: 'ScalingRuleType',
@@ -726,7 +774,10 @@ export class CreateApplicationScalingRuleRequest extends $tea.Model {
726
774
  static types(): { [key: string]: any } {
727
775
  return {
728
776
  appId: 'string',
777
+ minReadyInstanceRatio: 'number',
778
+ minReadyInstances: 'number',
729
779
  scalingRuleEnable: 'boolean',
780
+ scalingRuleMetric: 'string',
730
781
  scalingRuleName: 'string',
731
782
  scalingRuleTimer: 'string',
732
783
  scalingRuleType: 'string',
@@ -765,10 +816,12 @@ export class CreateApplicationScalingRuleResponseBody extends $tea.Model {
765
816
 
766
817
  export class CreateApplicationScalingRuleResponse extends $tea.Model {
767
818
  headers: { [key: string]: string };
819
+ statusCode: number;
768
820
  body: CreateApplicationScalingRuleResponseBody;
769
821
  static names(): { [key: string]: string } {
770
822
  return {
771
823
  headers: 'headers',
824
+ statusCode: 'statusCode',
772
825
  body: 'body',
773
826
  };
774
827
  }
@@ -776,6 +829,7 @@ export class CreateApplicationScalingRuleResponse extends $tea.Model {
776
829
  static types(): { [key: string]: any } {
777
830
  return {
778
831
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
832
+ statusCode: 'number',
779
833
  body: CreateApplicationScalingRuleResponseBody,
780
834
  };
781
835
  }
@@ -852,10 +906,12 @@ export class CreateConfigMapResponseBody extends $tea.Model {
852
906
 
853
907
  export class CreateConfigMapResponse extends $tea.Model {
854
908
  headers: { [key: string]: string };
909
+ statusCode: number;
855
910
  body: CreateConfigMapResponseBody;
856
911
  static names(): { [key: string]: string } {
857
912
  return {
858
913
  headers: 'headers',
914
+ statusCode: 'statusCode',
859
915
  body: 'body',
860
916
  };
861
917
  }
@@ -863,6 +919,7 @@ export class CreateConfigMapResponse extends $tea.Model {
863
919
  static types(): { [key: string]: any } {
864
920
  return {
865
921
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
922
+ statusCode: 'number',
866
923
  body: CreateConfigMapResponseBody,
867
924
  };
868
925
  }
@@ -942,10 +999,12 @@ export class CreateGreyTagRouteResponseBody extends $tea.Model {
942
999
 
943
1000
  export class CreateGreyTagRouteResponse extends $tea.Model {
944
1001
  headers: { [key: string]: string };
1002
+ statusCode: number;
945
1003
  body: CreateGreyTagRouteResponseBody;
946
1004
  static names(): { [key: string]: string } {
947
1005
  return {
948
1006
  headers: 'headers',
1007
+ statusCode: 'statusCode',
949
1008
  body: 'body',
950
1009
  };
951
1010
  }
@@ -953,6 +1012,7 @@ export class CreateGreyTagRouteResponse extends $tea.Model {
953
1012
  static types(): { [key: string]: any } {
954
1013
  return {
955
1014
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1015
+ statusCode: 'number',
956
1016
  body: CreateGreyTagRouteResponseBody,
957
1017
  };
958
1018
  }
@@ -967,6 +1027,8 @@ export class CreateIngressRequest extends $tea.Model {
967
1027
  defaultRule?: string;
968
1028
  description?: string;
969
1029
  listenerPort?: number;
1030
+ listenerProtocol?: string;
1031
+ loadBalanceType?: string;
970
1032
  namespaceId?: string;
971
1033
  rules?: string;
972
1034
  slbId?: string;
@@ -976,6 +1038,8 @@ export class CreateIngressRequest extends $tea.Model {
976
1038
  defaultRule: 'DefaultRule',
977
1039
  description: 'Description',
978
1040
  listenerPort: 'ListenerPort',
1041
+ listenerProtocol: 'ListenerProtocol',
1042
+ loadBalanceType: 'LoadBalanceType',
979
1043
  namespaceId: 'NamespaceId',
980
1044
  rules: 'Rules',
981
1045
  slbId: 'SlbId',
@@ -988,6 +1052,8 @@ export class CreateIngressRequest extends $tea.Model {
988
1052
  defaultRule: 'string',
989
1053
  description: 'string',
990
1054
  listenerPort: 'number',
1055
+ listenerProtocol: 'string',
1056
+ loadBalanceType: 'string',
991
1057
  namespaceId: 'string',
992
1058
  rules: 'string',
993
1059
  slbId: 'string',
@@ -1038,10 +1104,12 @@ export class CreateIngressResponseBody extends $tea.Model {
1038
1104
 
1039
1105
  export class CreateIngressResponse extends $tea.Model {
1040
1106
  headers: { [key: string]: string };
1107
+ statusCode: number;
1041
1108
  body: CreateIngressResponseBody;
1042
1109
  static names(): { [key: string]: string } {
1043
1110
  return {
1044
1111
  headers: 'headers',
1112
+ statusCode: 'statusCode',
1045
1113
  body: 'body',
1046
1114
  };
1047
1115
  }
@@ -1049,6 +1117,7 @@ export class CreateIngressResponse extends $tea.Model {
1049
1117
  static types(): { [key: string]: any } {
1050
1118
  return {
1051
1119
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1120
+ statusCode: 'number',
1052
1121
  body: CreateIngressResponseBody,
1053
1122
  };
1054
1123
  }
@@ -1122,10 +1191,12 @@ export class CreateNamespaceResponseBody extends $tea.Model {
1122
1191
 
1123
1192
  export class CreateNamespaceResponse extends $tea.Model {
1124
1193
  headers: { [key: string]: string };
1194
+ statusCode: number;
1125
1195
  body: CreateNamespaceResponseBody;
1126
1196
  static names(): { [key: string]: string } {
1127
1197
  return {
1128
1198
  headers: 'headers',
1199
+ statusCode: 'statusCode',
1129
1200
  body: 'body',
1130
1201
  };
1131
1202
  }
@@ -1133,6 +1204,7 @@ export class CreateNamespaceResponse extends $tea.Model {
1133
1204
  static types(): { [key: string]: any } {
1134
1205
  return {
1135
1206
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1207
+ statusCode: 'number',
1136
1208
  body: CreateNamespaceResponseBody,
1137
1209
  };
1138
1210
  }
@@ -1200,10 +1272,12 @@ export class DeleteApplicationResponseBody extends $tea.Model {
1200
1272
 
1201
1273
  export class DeleteApplicationResponse extends $tea.Model {
1202
1274
  headers: { [key: string]: string };
1275
+ statusCode: number;
1203
1276
  body: DeleteApplicationResponseBody;
1204
1277
  static names(): { [key: string]: string } {
1205
1278
  return {
1206
1279
  headers: 'headers',
1280
+ statusCode: 'statusCode',
1207
1281
  body: 'body',
1208
1282
  };
1209
1283
  }
@@ -1211,6 +1285,7 @@ export class DeleteApplicationResponse extends $tea.Model {
1211
1285
  static types(): { [key: string]: any } {
1212
1286
  return {
1213
1287
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1288
+ statusCode: 'number',
1214
1289
  body: DeleteApplicationResponseBody,
1215
1290
  };
1216
1291
  }
@@ -1266,10 +1341,12 @@ export class DeleteApplicationScalingRuleResponseBody extends $tea.Model {
1266
1341
 
1267
1342
  export class DeleteApplicationScalingRuleResponse extends $tea.Model {
1268
1343
  headers: { [key: string]: string };
1344
+ statusCode: number;
1269
1345
  body: DeleteApplicationScalingRuleResponseBody;
1270
1346
  static names(): { [key: string]: string } {
1271
1347
  return {
1272
1348
  headers: 'headers',
1349
+ statusCode: 'statusCode',
1273
1350
  body: 'body',
1274
1351
  };
1275
1352
  }
@@ -1277,6 +1354,7 @@ export class DeleteApplicationScalingRuleResponse extends $tea.Model {
1277
1354
  static types(): { [key: string]: any } {
1278
1355
  return {
1279
1356
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1357
+ statusCode: 'number',
1280
1358
  body: DeleteApplicationScalingRuleResponseBody,
1281
1359
  };
1282
1360
  }
@@ -1344,10 +1422,12 @@ export class DeleteConfigMapResponseBody extends $tea.Model {
1344
1422
 
1345
1423
  export class DeleteConfigMapResponse extends $tea.Model {
1346
1424
  headers: { [key: string]: string };
1425
+ statusCode: number;
1347
1426
  body: DeleteConfigMapResponseBody;
1348
1427
  static names(): { [key: string]: string } {
1349
1428
  return {
1350
1429
  headers: 'headers',
1430
+ statusCode: 'statusCode',
1351
1431
  body: 'body',
1352
1432
  };
1353
1433
  }
@@ -1355,6 +1435,7 @@ export class DeleteConfigMapResponse extends $tea.Model {
1355
1435
  static types(): { [key: string]: any } {
1356
1436
  return {
1357
1437
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1438
+ statusCode: 'number',
1358
1439
  body: DeleteConfigMapResponseBody,
1359
1440
  };
1360
1441
  }
@@ -1422,10 +1503,12 @@ export class DeleteGreyTagRouteResponseBody extends $tea.Model {
1422
1503
 
1423
1504
  export class DeleteGreyTagRouteResponse extends $tea.Model {
1424
1505
  headers: { [key: string]: string };
1506
+ statusCode: number;
1425
1507
  body: DeleteGreyTagRouteResponseBody;
1426
1508
  static names(): { [key: string]: string } {
1427
1509
  return {
1428
1510
  headers: 'headers',
1511
+ statusCode: 'statusCode',
1429
1512
  body: 'body',
1430
1513
  };
1431
1514
  }
@@ -1433,6 +1516,7 @@ export class DeleteGreyTagRouteResponse extends $tea.Model {
1433
1516
  static types(): { [key: string]: any } {
1434
1517
  return {
1435
1518
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1519
+ statusCode: 'number',
1436
1520
  body: DeleteGreyTagRouteResponseBody,
1437
1521
  };
1438
1522
  }
@@ -1500,10 +1584,12 @@ export class DeleteIngressResponseBody extends $tea.Model {
1500
1584
 
1501
1585
  export class DeleteIngressResponse extends $tea.Model {
1502
1586
  headers: { [key: string]: string };
1587
+ statusCode: number;
1503
1588
  body: DeleteIngressResponseBody;
1504
1589
  static names(): { [key: string]: string } {
1505
1590
  return {
1506
1591
  headers: 'headers',
1592
+ statusCode: 'statusCode',
1507
1593
  body: 'body',
1508
1594
  };
1509
1595
  }
@@ -1511,6 +1597,7 @@ export class DeleteIngressResponse extends $tea.Model {
1511
1597
  static types(): { [key: string]: any } {
1512
1598
  return {
1513
1599
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1600
+ statusCode: 'number',
1514
1601
  body: DeleteIngressResponseBody,
1515
1602
  };
1516
1603
  }
@@ -1575,10 +1662,12 @@ export class DeleteNamespaceResponseBody extends $tea.Model {
1575
1662
 
1576
1663
  export class DeleteNamespaceResponse extends $tea.Model {
1577
1664
  headers: { [key: string]: string };
1665
+ statusCode: number;
1578
1666
  body: DeleteNamespaceResponseBody;
1579
1667
  static names(): { [key: string]: string } {
1580
1668
  return {
1581
1669
  headers: 'headers',
1670
+ statusCode: 'statusCode',
1582
1671
  body: 'body',
1583
1672
  };
1584
1673
  }
@@ -1586,6 +1675,7 @@ export class DeleteNamespaceResponse extends $tea.Model {
1586
1675
  static types(): { [key: string]: any } {
1587
1676
  return {
1588
1677
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1678
+ statusCode: 'number',
1589
1679
  body: DeleteNamespaceResponseBody,
1590
1680
  };
1591
1681
  }
@@ -1615,11 +1705,17 @@ export class DeployApplicationRequest extends $tea.Model {
1615
1705
  jarStartArgs?: string;
1616
1706
  jarStartOptions?: string;
1617
1707
  jdk?: string;
1708
+ kafkaConfigs?: string;
1709
+ kafkaEndpoint?: string;
1710
+ kafkaInstanceId?: string;
1711
+ kafkaLogfileConfig?: string;
1618
1712
  liveness?: string;
1713
+ minReadyInstanceRatio?: number;
1619
1714
  minReadyInstances?: number;
1620
1715
  mountDesc?: string;
1621
1716
  mountHost?: string;
1622
1717
  nasId?: string;
1718
+ openCollectToKafka?: boolean;
1623
1719
  ossAkId?: string;
1624
1720
  ossAkSecret?: string;
1625
1721
  ossMountDescs?: string;
@@ -1659,11 +1755,17 @@ export class DeployApplicationRequest extends $tea.Model {
1659
1755
  jarStartArgs: 'JarStartArgs',
1660
1756
  jarStartOptions: 'JarStartOptions',
1661
1757
  jdk: 'Jdk',
1758
+ kafkaConfigs: 'KafkaConfigs',
1759
+ kafkaEndpoint: 'KafkaEndpoint',
1760
+ kafkaInstanceId: 'KafkaInstanceId',
1761
+ kafkaLogfileConfig: 'KafkaLogfileConfig',
1662
1762
  liveness: 'Liveness',
1763
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
1663
1764
  minReadyInstances: 'MinReadyInstances',
1664
1765
  mountDesc: 'MountDesc',
1665
1766
  mountHost: 'MountHost',
1666
1767
  nasId: 'NasId',
1768
+ openCollectToKafka: 'OpenCollectToKafka',
1667
1769
  ossAkId: 'OssAkId',
1668
1770
  ossAkSecret: 'OssAkSecret',
1669
1771
  ossMountDescs: 'OssMountDescs',
@@ -1706,11 +1808,17 @@ export class DeployApplicationRequest extends $tea.Model {
1706
1808
  jarStartArgs: 'string',
1707
1809
  jarStartOptions: 'string',
1708
1810
  jdk: 'string',
1811
+ kafkaConfigs: 'string',
1812
+ kafkaEndpoint: 'string',
1813
+ kafkaInstanceId: 'string',
1814
+ kafkaLogfileConfig: 'string',
1709
1815
  liveness: 'string',
1816
+ minReadyInstanceRatio: 'number',
1710
1817
  minReadyInstances: 'number',
1711
1818
  mountDesc: 'string',
1712
1819
  mountHost: 'string',
1713
1820
  nasId: 'string',
1821
+ openCollectToKafka: 'boolean',
1714
1822
  ossAkId: 'string',
1715
1823
  ossAkSecret: 'string',
1716
1824
  ossMountDescs: 'string',
@@ -1776,10 +1884,12 @@ export class DeployApplicationResponseBody extends $tea.Model {
1776
1884
 
1777
1885
  export class DeployApplicationResponse extends $tea.Model {
1778
1886
  headers: { [key: string]: string };
1887
+ statusCode: number;
1779
1888
  body: DeployApplicationResponseBody;
1780
1889
  static names(): { [key: string]: string } {
1781
1890
  return {
1782
1891
  headers: 'headers',
1892
+ statusCode: 'statusCode',
1783
1893
  body: 'body',
1784
1894
  };
1785
1895
  }
@@ -1787,6 +1897,7 @@ export class DeployApplicationResponse extends $tea.Model {
1787
1897
  static types(): { [key: string]: any } {
1788
1898
  return {
1789
1899
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1900
+ statusCode: 'number',
1790
1901
  body: DeployApplicationResponseBody,
1791
1902
  };
1792
1903
  }
@@ -1866,10 +1977,12 @@ export class DescribeAppServiceDetailResponseBody extends $tea.Model {
1866
1977
 
1867
1978
  export class DescribeAppServiceDetailResponse extends $tea.Model {
1868
1979
  headers: { [key: string]: string };
1980
+ statusCode: number;
1869
1981
  body: DescribeAppServiceDetailResponseBody;
1870
1982
  static names(): { [key: string]: string } {
1871
1983
  return {
1872
1984
  headers: 'headers',
1985
+ statusCode: 'statusCode',
1873
1986
  body: 'body',
1874
1987
  };
1875
1988
  }
@@ -1877,6 +1990,7 @@ export class DescribeAppServiceDetailResponse extends $tea.Model {
1877
1990
  static types(): { [key: string]: any } {
1878
1991
  return {
1879
1992
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1993
+ statusCode: 'number',
1880
1994
  body: DescribeAppServiceDetailResponseBody,
1881
1995
  };
1882
1996
  }
@@ -1947,10 +2061,12 @@ export class DescribeApplicationConfigResponseBody extends $tea.Model {
1947
2061
 
1948
2062
  export class DescribeApplicationConfigResponse extends $tea.Model {
1949
2063
  headers: { [key: string]: string };
2064
+ statusCode: number;
1950
2065
  body: DescribeApplicationConfigResponseBody;
1951
2066
  static names(): { [key: string]: string } {
1952
2067
  return {
1953
2068
  headers: 'headers',
2069
+ statusCode: 'statusCode',
1954
2070
  body: 'body',
1955
2071
  };
1956
2072
  }
@@ -1958,6 +2074,7 @@ export class DescribeApplicationConfigResponse extends $tea.Model {
1958
2074
  static types(): { [key: string]: any } {
1959
2075
  return {
1960
2076
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2077
+ statusCode: 'number',
1961
2078
  body: DescribeApplicationConfigResponseBody,
1962
2079
  };
1963
2080
  }
@@ -2031,10 +2148,12 @@ export class DescribeApplicationGroupsResponseBody extends $tea.Model {
2031
2148
 
2032
2149
  export class DescribeApplicationGroupsResponse extends $tea.Model {
2033
2150
  headers: { [key: string]: string };
2151
+ statusCode: number;
2034
2152
  body: DescribeApplicationGroupsResponseBody;
2035
2153
  static names(): { [key: string]: string } {
2036
2154
  return {
2037
2155
  headers: 'headers',
2156
+ statusCode: 'statusCode',
2038
2157
  body: 'body',
2039
2158
  };
2040
2159
  }
@@ -2042,6 +2161,7 @@ export class DescribeApplicationGroupsResponse extends $tea.Model {
2042
2161
  static types(): { [key: string]: any } {
2043
2162
  return {
2044
2163
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2164
+ statusCode: 'number',
2045
2165
  body: DescribeApplicationGroupsResponseBody,
2046
2166
  };
2047
2167
  }
@@ -2112,10 +2232,12 @@ export class DescribeApplicationImageResponseBody extends $tea.Model {
2112
2232
 
2113
2233
  export class DescribeApplicationImageResponse extends $tea.Model {
2114
2234
  headers: { [key: string]: string };
2235
+ statusCode: number;
2115
2236
  body: DescribeApplicationImageResponseBody;
2116
2237
  static names(): { [key: string]: string } {
2117
2238
  return {
2118
2239
  headers: 'headers',
2240
+ statusCode: 'statusCode',
2119
2241
  body: 'body',
2120
2242
  };
2121
2243
  }
@@ -2123,6 +2245,7 @@ export class DescribeApplicationImageResponse extends $tea.Model {
2123
2245
  static types(): { [key: string]: any } {
2124
2246
  return {
2125
2247
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2248
+ statusCode: 'number',
2126
2249
  body: DescribeApplicationImageResponseBody,
2127
2250
  };
2128
2251
  }
@@ -2202,10 +2325,12 @@ export class DescribeApplicationInstancesResponseBody extends $tea.Model {
2202
2325
 
2203
2326
  export class DescribeApplicationInstancesResponse extends $tea.Model {
2204
2327
  headers: { [key: string]: string };
2328
+ statusCode: number;
2205
2329
  body: DescribeApplicationInstancesResponseBody;
2206
2330
  static names(): { [key: string]: string } {
2207
2331
  return {
2208
2332
  headers: 'headers',
2333
+ statusCode: 'statusCode',
2209
2334
  body: 'body',
2210
2335
  };
2211
2336
  }
@@ -2213,6 +2338,7 @@ export class DescribeApplicationInstancesResponse extends $tea.Model {
2213
2338
  static types(): { [key: string]: any } {
2214
2339
  return {
2215
2340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2341
+ statusCode: 'number',
2216
2342
  body: DescribeApplicationInstancesResponseBody,
2217
2343
  };
2218
2344
  }
@@ -2222,6 +2348,78 @@ export class DescribeApplicationInstancesResponse extends $tea.Model {
2222
2348
  }
2223
2349
  }
2224
2350
 
2351
+ export class DescribeApplicationScalingRuleRequest extends $tea.Model {
2352
+ appId?: string;
2353
+ scalingRuleName?: string;
2354
+ static names(): { [key: string]: string } {
2355
+ return {
2356
+ appId: 'AppId',
2357
+ scalingRuleName: 'ScalingRuleName',
2358
+ };
2359
+ }
2360
+
2361
+ static types(): { [key: string]: any } {
2362
+ return {
2363
+ appId: 'string',
2364
+ scalingRuleName: 'string',
2365
+ };
2366
+ }
2367
+
2368
+ constructor(map?: { [key: string]: any }) {
2369
+ super(map);
2370
+ }
2371
+ }
2372
+
2373
+ export class DescribeApplicationScalingRuleResponseBody extends $tea.Model {
2374
+ data?: DescribeApplicationScalingRuleResponseBodyData;
2375
+ requestId?: string;
2376
+ traceId?: string;
2377
+ static names(): { [key: string]: string } {
2378
+ return {
2379
+ data: 'Data',
2380
+ requestId: 'RequestId',
2381
+ traceId: 'TraceId',
2382
+ };
2383
+ }
2384
+
2385
+ static types(): { [key: string]: any } {
2386
+ return {
2387
+ data: DescribeApplicationScalingRuleResponseBodyData,
2388
+ requestId: 'string',
2389
+ traceId: 'string',
2390
+ };
2391
+ }
2392
+
2393
+ constructor(map?: { [key: string]: any }) {
2394
+ super(map);
2395
+ }
2396
+ }
2397
+
2398
+ export class DescribeApplicationScalingRuleResponse extends $tea.Model {
2399
+ headers: { [key: string]: string };
2400
+ statusCode: number;
2401
+ body: DescribeApplicationScalingRuleResponseBody;
2402
+ static names(): { [key: string]: string } {
2403
+ return {
2404
+ headers: 'headers',
2405
+ statusCode: 'statusCode',
2406
+ body: 'body',
2407
+ };
2408
+ }
2409
+
2410
+ static types(): { [key: string]: any } {
2411
+ return {
2412
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2413
+ statusCode: 'number',
2414
+ body: DescribeApplicationScalingRuleResponseBody,
2415
+ };
2416
+ }
2417
+
2418
+ constructor(map?: { [key: string]: any }) {
2419
+ super(map);
2420
+ }
2421
+ }
2422
+
2225
2423
  export class DescribeApplicationScalingRulesRequest extends $tea.Model {
2226
2424
  appId?: string;
2227
2425
  static names(): { [key: string]: string } {
@@ -2268,10 +2466,12 @@ export class DescribeApplicationScalingRulesResponseBody extends $tea.Model {
2268
2466
 
2269
2467
  export class DescribeApplicationScalingRulesResponse extends $tea.Model {
2270
2468
  headers: { [key: string]: string };
2469
+ statusCode: number;
2271
2470
  body: DescribeApplicationScalingRulesResponseBody;
2272
2471
  static names(): { [key: string]: string } {
2273
2472
  return {
2274
2473
  headers: 'headers',
2474
+ statusCode: 'statusCode',
2275
2475
  body: 'body',
2276
2476
  };
2277
2477
  }
@@ -2279,6 +2479,7 @@ export class DescribeApplicationScalingRulesResponse extends $tea.Model {
2279
2479
  static types(): { [key: string]: any } {
2280
2480
  return {
2281
2481
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2482
+ statusCode: 'number',
2282
2483
  body: DescribeApplicationScalingRulesResponseBody,
2283
2484
  };
2284
2485
  }
@@ -2346,10 +2547,12 @@ export class DescribeApplicationSlbsResponseBody extends $tea.Model {
2346
2547
 
2347
2548
  export class DescribeApplicationSlbsResponse extends $tea.Model {
2348
2549
  headers: { [key: string]: string };
2550
+ statusCode: number;
2349
2551
  body: DescribeApplicationSlbsResponseBody;
2350
2552
  static names(): { [key: string]: string } {
2351
2553
  return {
2352
2554
  headers: 'headers',
2555
+ statusCode: 'statusCode',
2353
2556
  body: 'body',
2354
2557
  };
2355
2558
  }
@@ -2357,6 +2560,7 @@ export class DescribeApplicationSlbsResponse extends $tea.Model {
2357
2560
  static types(): { [key: string]: any } {
2358
2561
  return {
2359
2562
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2563
+ statusCode: 'number',
2360
2564
  body: DescribeApplicationSlbsResponseBody,
2361
2565
  };
2362
2566
  }
@@ -2424,10 +2628,12 @@ export class DescribeApplicationStatusResponseBody extends $tea.Model {
2424
2628
 
2425
2629
  export class DescribeApplicationStatusResponse extends $tea.Model {
2426
2630
  headers: { [key: string]: string };
2631
+ statusCode: number;
2427
2632
  body: DescribeApplicationStatusResponseBody;
2428
2633
  static names(): { [key: string]: string } {
2429
2634
  return {
2430
2635
  headers: 'headers',
2636
+ statusCode: 'statusCode',
2431
2637
  body: 'body',
2432
2638
  };
2433
2639
  }
@@ -2435,6 +2641,7 @@ export class DescribeApplicationStatusResponse extends $tea.Model {
2435
2641
  static types(): { [key: string]: any } {
2436
2642
  return {
2437
2643
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2644
+ statusCode: 'number',
2438
2645
  body: DescribeApplicationStatusResponseBody,
2439
2646
  };
2440
2647
  }
@@ -2502,10 +2709,12 @@ export class DescribeChangeOrderResponseBody extends $tea.Model {
2502
2709
 
2503
2710
  export class DescribeChangeOrderResponse extends $tea.Model {
2504
2711
  headers: { [key: string]: string };
2712
+ statusCode: number;
2505
2713
  body: DescribeChangeOrderResponseBody;
2506
2714
  static names(): { [key: string]: string } {
2507
2715
  return {
2508
2716
  headers: 'headers',
2717
+ statusCode: 'statusCode',
2509
2718
  body: 'body',
2510
2719
  };
2511
2720
  }
@@ -2513,6 +2722,7 @@ export class DescribeChangeOrderResponse extends $tea.Model {
2513
2722
  static types(): { [key: string]: any } {
2514
2723
  return {
2515
2724
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2725
+ statusCode: 'number',
2516
2726
  body: DescribeChangeOrderResponseBody,
2517
2727
  };
2518
2728
  }
@@ -2583,10 +2793,12 @@ export class DescribeComponentsResponseBody extends $tea.Model {
2583
2793
 
2584
2794
  export class DescribeComponentsResponse extends $tea.Model {
2585
2795
  headers: { [key: string]: string };
2796
+ statusCode: number;
2586
2797
  body: DescribeComponentsResponseBody;
2587
2798
  static names(): { [key: string]: string } {
2588
2799
  return {
2589
2800
  headers: 'headers',
2801
+ statusCode: 'statusCode',
2590
2802
  body: 'body',
2591
2803
  };
2592
2804
  }
@@ -2594,6 +2806,7 @@ export class DescribeComponentsResponse extends $tea.Model {
2594
2806
  static types(): { [key: string]: any } {
2595
2807
  return {
2596
2808
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2809
+ statusCode: 'number',
2597
2810
  body: DescribeComponentsResponseBody,
2598
2811
  };
2599
2812
  }
@@ -2661,10 +2874,12 @@ export class DescribeConfigMapResponseBody extends $tea.Model {
2661
2874
 
2662
2875
  export class DescribeConfigMapResponse extends $tea.Model {
2663
2876
  headers: { [key: string]: string };
2877
+ statusCode: number;
2664
2878
  body: DescribeConfigMapResponseBody;
2665
2879
  static names(): { [key: string]: string } {
2666
2880
  return {
2667
2881
  headers: 'headers',
2882
+ statusCode: 'statusCode',
2668
2883
  body: 'body',
2669
2884
  };
2670
2885
  }
@@ -2672,6 +2887,7 @@ export class DescribeConfigMapResponse extends $tea.Model {
2672
2887
  static types(): { [key: string]: any } {
2673
2888
  return {
2674
2889
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2890
+ statusCode: 'number',
2675
2891
  body: DescribeConfigMapResponseBody,
2676
2892
  };
2677
2893
  }
@@ -2681,6 +2897,90 @@ export class DescribeConfigMapResponse extends $tea.Model {
2681
2897
  }
2682
2898
  }
2683
2899
 
2900
+ export class DescribeConfigurationPriceRequest extends $tea.Model {
2901
+ cpu?: number;
2902
+ memory?: number;
2903
+ static names(): { [key: string]: string } {
2904
+ return {
2905
+ cpu: 'Cpu',
2906
+ memory: 'Memory',
2907
+ };
2908
+ }
2909
+
2910
+ static types(): { [key: string]: any } {
2911
+ return {
2912
+ cpu: 'number',
2913
+ memory: 'number',
2914
+ };
2915
+ }
2916
+
2917
+ constructor(map?: { [key: string]: any }) {
2918
+ super(map);
2919
+ }
2920
+ }
2921
+
2922
+ export class DescribeConfigurationPriceResponseBody extends $tea.Model {
2923
+ code?: string;
2924
+ data?: DescribeConfigurationPriceResponseBodyData;
2925
+ errorCode?: string;
2926
+ message?: string;
2927
+ requestId?: string;
2928
+ success?: boolean;
2929
+ traceId?: string;
2930
+ static names(): { [key: string]: string } {
2931
+ return {
2932
+ code: 'Code',
2933
+ data: 'Data',
2934
+ errorCode: 'ErrorCode',
2935
+ message: 'Message',
2936
+ requestId: 'RequestId',
2937
+ success: 'Success',
2938
+ traceId: 'TraceId',
2939
+ };
2940
+ }
2941
+
2942
+ static types(): { [key: string]: any } {
2943
+ return {
2944
+ code: 'string',
2945
+ data: DescribeConfigurationPriceResponseBodyData,
2946
+ errorCode: 'string',
2947
+ message: 'string',
2948
+ requestId: 'string',
2949
+ success: 'boolean',
2950
+ traceId: 'string',
2951
+ };
2952
+ }
2953
+
2954
+ constructor(map?: { [key: string]: any }) {
2955
+ super(map);
2956
+ }
2957
+ }
2958
+
2959
+ export class DescribeConfigurationPriceResponse extends $tea.Model {
2960
+ headers: { [key: string]: string };
2961
+ statusCode: number;
2962
+ body: DescribeConfigurationPriceResponseBody;
2963
+ static names(): { [key: string]: string } {
2964
+ return {
2965
+ headers: 'headers',
2966
+ statusCode: 'statusCode',
2967
+ body: 'body',
2968
+ };
2969
+ }
2970
+
2971
+ static types(): { [key: string]: any } {
2972
+ return {
2973
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2974
+ statusCode: 'number',
2975
+ body: DescribeConfigurationPriceResponseBody,
2976
+ };
2977
+ }
2978
+
2979
+ constructor(map?: { [key: string]: any }) {
2980
+ super(map);
2981
+ }
2982
+ }
2983
+
2684
2984
  export class DescribeEdasContainersResponseBody extends $tea.Model {
2685
2985
  code?: string;
2686
2986
  data?: DescribeEdasContainersResponseBodyData[];
@@ -2720,10 +3020,12 @@ export class DescribeEdasContainersResponseBody extends $tea.Model {
2720
3020
 
2721
3021
  export class DescribeEdasContainersResponse extends $tea.Model {
2722
3022
  headers: { [key: string]: string };
3023
+ statusCode: number;
2723
3024
  body: DescribeEdasContainersResponseBody;
2724
3025
  static names(): { [key: string]: string } {
2725
3026
  return {
2726
3027
  headers: 'headers',
3028
+ statusCode: 'statusCode',
2727
3029
  body: 'body',
2728
3030
  };
2729
3031
  }
@@ -2731,6 +3033,7 @@ export class DescribeEdasContainersResponse extends $tea.Model {
2731
3033
  static types(): { [key: string]: any } {
2732
3034
  return {
2733
3035
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3036
+ statusCode: 'number',
2734
3037
  body: DescribeEdasContainersResponseBody,
2735
3038
  };
2736
3039
  }
@@ -2798,10 +3101,12 @@ export class DescribeGreyTagRouteResponseBody extends $tea.Model {
2798
3101
 
2799
3102
  export class DescribeGreyTagRouteResponse extends $tea.Model {
2800
3103
  headers: { [key: string]: string };
3104
+ statusCode: number;
2801
3105
  body: DescribeGreyTagRouteResponseBody;
2802
3106
  static names(): { [key: string]: string } {
2803
3107
  return {
2804
3108
  headers: 'headers',
3109
+ statusCode: 'statusCode',
2805
3110
  body: 'body',
2806
3111
  };
2807
3112
  }
@@ -2809,6 +3114,7 @@ export class DescribeGreyTagRouteResponse extends $tea.Model {
2809
3114
  static types(): { [key: string]: any } {
2810
3115
  return {
2811
3116
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3117
+ statusCode: 'number',
2812
3118
  body: DescribeGreyTagRouteResponseBody,
2813
3119
  };
2814
3120
  }
@@ -2876,10 +3182,12 @@ export class DescribeIngressResponseBody extends $tea.Model {
2876
3182
 
2877
3183
  export class DescribeIngressResponse extends $tea.Model {
2878
3184
  headers: { [key: string]: string };
3185
+ statusCode: number;
2879
3186
  body: DescribeIngressResponseBody;
2880
3187
  static names(): { [key: string]: string } {
2881
3188
  return {
2882
3189
  headers: 'headers',
3190
+ statusCode: 'statusCode',
2883
3191
  body: 'body',
2884
3192
  };
2885
3193
  }
@@ -2887,6 +3195,7 @@ export class DescribeIngressResponse extends $tea.Model {
2887
3195
  static types(): { [key: string]: any } {
2888
3196
  return {
2889
3197
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3198
+ statusCode: 'number',
2890
3199
  body: DescribeIngressResponseBody,
2891
3200
  };
2892
3201
  }
@@ -2954,10 +3263,12 @@ export class DescribeInstanceLogResponseBody extends $tea.Model {
2954
3263
 
2955
3264
  export class DescribeInstanceLogResponse extends $tea.Model {
2956
3265
  headers: { [key: string]: string };
3266
+ statusCode: number;
2957
3267
  body: DescribeInstanceLogResponseBody;
2958
3268
  static names(): { [key: string]: string } {
2959
3269
  return {
2960
3270
  headers: 'headers',
3271
+ statusCode: 'statusCode',
2961
3272
  body: 'body',
2962
3273
  };
2963
3274
  }
@@ -2965,6 +3276,7 @@ export class DescribeInstanceLogResponse extends $tea.Model {
2965
3276
  static types(): { [key: string]: any } {
2966
3277
  return {
2967
3278
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3279
+ statusCode: 'number',
2968
3280
  body: DescribeInstanceLogResponseBody,
2969
3281
  };
2970
3282
  }
@@ -3013,10 +3325,12 @@ export class DescribeInstanceSpecificationsResponseBody extends $tea.Model {
3013
3325
 
3014
3326
  export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3015
3327
  headers: { [key: string]: string };
3328
+ statusCode: number;
3016
3329
  body: DescribeInstanceSpecificationsResponseBody;
3017
3330
  static names(): { [key: string]: string } {
3018
3331
  return {
3019
3332
  headers: 'headers',
3333
+ statusCode: 'statusCode',
3020
3334
  body: 'body',
3021
3335
  };
3022
3336
  }
@@ -3024,6 +3338,7 @@ export class DescribeInstanceSpecificationsResponse extends $tea.Model {
3024
3338
  static types(): { [key: string]: any } {
3025
3339
  return {
3026
3340
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3341
+ statusCode: 'number',
3027
3342
  body: DescribeInstanceSpecificationsResponseBody,
3028
3343
  };
3029
3344
  }
@@ -3091,10 +3406,12 @@ export class DescribeNamespaceResponseBody extends $tea.Model {
3091
3406
 
3092
3407
  export class DescribeNamespaceResponse extends $tea.Model {
3093
3408
  headers: { [key: string]: string };
3409
+ statusCode: number;
3094
3410
  body: DescribeNamespaceResponseBody;
3095
3411
  static names(): { [key: string]: string } {
3096
3412
  return {
3097
3413
  headers: 'headers',
3414
+ statusCode: 'statusCode',
3098
3415
  body: 'body',
3099
3416
  };
3100
3417
  }
@@ -3102,6 +3419,7 @@ export class DescribeNamespaceResponse extends $tea.Model {
3102
3419
  static types(): { [key: string]: any } {
3103
3420
  return {
3104
3421
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3422
+ statusCode: 'number',
3105
3423
  body: DescribeNamespaceResponseBody,
3106
3424
  };
3107
3425
  }
@@ -3172,10 +3490,12 @@ export class DescribeNamespaceListResponseBody extends $tea.Model {
3172
3490
 
3173
3491
  export class DescribeNamespaceListResponse extends $tea.Model {
3174
3492
  headers: { [key: string]: string };
3493
+ statusCode: number;
3175
3494
  body: DescribeNamespaceListResponseBody;
3176
3495
  static names(): { [key: string]: string } {
3177
3496
  return {
3178
3497
  headers: 'headers',
3498
+ statusCode: 'statusCode',
3179
3499
  body: 'body',
3180
3500
  };
3181
3501
  }
@@ -3183,6 +3503,7 @@ export class DescribeNamespaceListResponse extends $tea.Model {
3183
3503
  static types(): { [key: string]: any } {
3184
3504
  return {
3185
3505
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3506
+ statusCode: 'number',
3186
3507
  body: DescribeNamespaceListResponseBody,
3187
3508
  };
3188
3509
  }
@@ -3250,10 +3571,12 @@ export class DescribeNamespaceResourcesResponseBody extends $tea.Model {
3250
3571
 
3251
3572
  export class DescribeNamespaceResourcesResponse extends $tea.Model {
3252
3573
  headers: { [key: string]: string };
3574
+ statusCode: number;
3253
3575
  body: DescribeNamespaceResourcesResponseBody;
3254
3576
  static names(): { [key: string]: string } {
3255
3577
  return {
3256
3578
  headers: 'headers',
3579
+ statusCode: 'statusCode',
3257
3580
  body: 'body',
3258
3581
  };
3259
3582
  }
@@ -3261,6 +3584,7 @@ export class DescribeNamespaceResourcesResponse extends $tea.Model {
3261
3584
  static types(): { [key: string]: any } {
3262
3585
  return {
3263
3586
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3587
+ statusCode: 'number',
3264
3588
  body: DescribeNamespaceResourcesResponseBody,
3265
3589
  };
3266
3590
  }
@@ -3331,10 +3655,12 @@ export class DescribeNamespacesResponseBody extends $tea.Model {
3331
3655
 
3332
3656
  export class DescribeNamespacesResponse extends $tea.Model {
3333
3657
  headers: { [key: string]: string };
3658
+ statusCode: number;
3334
3659
  body: DescribeNamespacesResponseBody;
3335
3660
  static names(): { [key: string]: string } {
3336
3661
  return {
3337
3662
  headers: 'headers',
3663
+ statusCode: 'statusCode',
3338
3664
  body: 'body',
3339
3665
  };
3340
3666
  }
@@ -3342,6 +3668,7 @@ export class DescribeNamespacesResponse extends $tea.Model {
3342
3668
  static types(): { [key: string]: any } {
3343
3669
  return {
3344
3670
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3671
+ statusCode: 'number',
3345
3672
  body: DescribeNamespacesResponseBody,
3346
3673
  };
3347
3674
  }
@@ -3409,10 +3736,12 @@ export class DescribePipelineResponseBody extends $tea.Model {
3409
3736
 
3410
3737
  export class DescribePipelineResponse extends $tea.Model {
3411
3738
  headers: { [key: string]: string };
3739
+ statusCode: number;
3412
3740
  body: DescribePipelineResponseBody;
3413
3741
  static names(): { [key: string]: string } {
3414
3742
  return {
3415
3743
  headers: 'headers',
3744
+ statusCode: 'statusCode',
3416
3745
  body: 'body',
3417
3746
  };
3418
3747
  }
@@ -3420,6 +3749,7 @@ export class DescribePipelineResponse extends $tea.Model {
3420
3749
  static types(): { [key: string]: any } {
3421
3750
  return {
3422
3751
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3752
+ statusCode: 'number',
3423
3753
  body: DescribePipelineResponseBody,
3424
3754
  };
3425
3755
  }
@@ -3459,10 +3789,12 @@ export class DescribeRegionsResponseBody extends $tea.Model {
3459
3789
 
3460
3790
  export class DescribeRegionsResponse extends $tea.Model {
3461
3791
  headers: { [key: string]: string };
3792
+ statusCode: number;
3462
3793
  body: DescribeRegionsResponseBody;
3463
3794
  static names(): { [key: string]: string } {
3464
3795
  return {
3465
3796
  headers: 'headers',
3797
+ statusCode: 'statusCode',
3466
3798
  body: 'body',
3467
3799
  };
3468
3800
  }
@@ -3470,6 +3802,7 @@ export class DescribeRegionsResponse extends $tea.Model {
3470
3802
  static types(): { [key: string]: any } {
3471
3803
  return {
3472
3804
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3805
+ statusCode: 'number',
3473
3806
  body: DescribeRegionsResponseBody,
3474
3807
  };
3475
3808
  }
@@ -3525,10 +3858,12 @@ export class DisableApplicationScalingRuleResponseBody extends $tea.Model {
3525
3858
 
3526
3859
  export class DisableApplicationScalingRuleResponse extends $tea.Model {
3527
3860
  headers: { [key: string]: string };
3861
+ statusCode: number;
3528
3862
  body: DisableApplicationScalingRuleResponseBody;
3529
3863
  static names(): { [key: string]: string } {
3530
3864
  return {
3531
3865
  headers: 'headers',
3866
+ statusCode: 'statusCode',
3532
3867
  body: 'body',
3533
3868
  };
3534
3869
  }
@@ -3536,6 +3871,7 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3536
3871
  static types(): { [key: string]: any } {
3537
3872
  return {
3538
3873
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3874
+ statusCode: 'number',
3539
3875
  body: DisableApplicationScalingRuleResponseBody,
3540
3876
  };
3541
3877
  }
@@ -3545,90 +3881,6 @@ export class DisableApplicationScalingRuleResponse extends $tea.Model {
3545
3881
  }
3546
3882
  }
3547
3883
 
3548
- export class DownloadFilesRequest extends $tea.Model {
3549
- appId?: string;
3550
- instanceId?: string;
3551
- localpath?: string;
3552
- static names(): { [key: string]: string } {
3553
- return {
3554
- appId: 'AppId',
3555
- instanceId: 'InstanceId',
3556
- localpath: 'Localpath',
3557
- };
3558
- }
3559
-
3560
- static types(): { [key: string]: any } {
3561
- return {
3562
- appId: 'string',
3563
- instanceId: 'string',
3564
- localpath: 'string',
3565
- };
3566
- }
3567
-
3568
- constructor(map?: { [key: string]: any }) {
3569
- super(map);
3570
- }
3571
- }
3572
-
3573
- export class DownloadFilesResponseBody extends $tea.Model {
3574
- code?: string;
3575
- data?: string;
3576
- errorCode?: string;
3577
- message?: string;
3578
- requestId?: string;
3579
- success?: boolean;
3580
- traceId?: string;
3581
- static names(): { [key: string]: string } {
3582
- return {
3583
- code: 'Code',
3584
- data: 'Data',
3585
- errorCode: 'ErrorCode',
3586
- message: 'Message',
3587
- requestId: 'RequestId',
3588
- success: 'Success',
3589
- traceId: 'TraceId',
3590
- };
3591
- }
3592
-
3593
- static types(): { [key: string]: any } {
3594
- return {
3595
- code: 'string',
3596
- data: 'string',
3597
- errorCode: 'string',
3598
- message: 'string',
3599
- requestId: 'string',
3600
- success: 'boolean',
3601
- traceId: 'string',
3602
- };
3603
- }
3604
-
3605
- constructor(map?: { [key: string]: any }) {
3606
- super(map);
3607
- }
3608
- }
3609
-
3610
- export class DownloadFilesResponse extends $tea.Model {
3611
- headers: { [key: string]: string };
3612
- body: DownloadFilesResponseBody;
3613
- static names(): { [key: string]: string } {
3614
- return {
3615
- headers: 'headers',
3616
- body: 'body',
3617
- };
3618
- }
3619
-
3620
- static types(): { [key: string]: any } {
3621
- return {
3622
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3623
- body: DownloadFilesResponseBody,
3624
- };
3625
- }
3626
-
3627
- constructor(map?: { [key: string]: any }) {
3628
- super(map);
3629
- }
3630
- }
3631
-
3632
3884
  export class EnableApplicationScalingRuleRequest extends $tea.Model {
3633
3885
  appId?: string;
3634
3886
  scalingRuleName?: string;
@@ -3675,10 +3927,12 @@ export class EnableApplicationScalingRuleResponseBody extends $tea.Model {
3675
3927
 
3676
3928
  export class EnableApplicationScalingRuleResponse extends $tea.Model {
3677
3929
  headers: { [key: string]: string };
3930
+ statusCode: number;
3678
3931
  body: EnableApplicationScalingRuleResponseBody;
3679
3932
  static names(): { [key: string]: string } {
3680
3933
  return {
3681
3934
  headers: 'headers',
3935
+ statusCode: 'statusCode',
3682
3936
  body: 'body',
3683
3937
  };
3684
3938
  }
@@ -3686,6 +3940,7 @@ export class EnableApplicationScalingRuleResponse extends $tea.Model {
3686
3940
  static types(): { [key: string]: any } {
3687
3941
  return {
3688
3942
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3943
+ statusCode: 'number',
3689
3944
  body: EnableApplicationScalingRuleResponseBody,
3690
3945
  };
3691
3946
  }
@@ -3771,10 +4026,12 @@ export class ListAppEventsResponseBody extends $tea.Model {
3771
4026
 
3772
4027
  export class ListAppEventsResponse extends $tea.Model {
3773
4028
  headers: { [key: string]: string };
4029
+ statusCode: number;
3774
4030
  body: ListAppEventsResponseBody;
3775
4031
  static names(): { [key: string]: string } {
3776
4032
  return {
3777
4033
  headers: 'headers',
4034
+ statusCode: 'statusCode',
3778
4035
  body: 'body',
3779
4036
  };
3780
4037
  }
@@ -3782,6 +4039,7 @@ export class ListAppEventsResponse extends $tea.Model {
3782
4039
  static types(): { [key: string]: any } {
3783
4040
  return {
3784
4041
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4042
+ statusCode: 'number',
3785
4043
  body: ListAppEventsResponseBody,
3786
4044
  };
3787
4045
  }
@@ -3858,10 +4116,12 @@ export class ListAppServicesPageResponseBody extends $tea.Model {
3858
4116
 
3859
4117
  export class ListAppServicesPageResponse extends $tea.Model {
3860
4118
  headers: { [key: string]: string };
4119
+ statusCode: number;
3861
4120
  body: ListAppServicesPageResponseBody;
3862
4121
  static names(): { [key: string]: string } {
3863
4122
  return {
3864
4123
  headers: 'headers',
4124
+ statusCode: 'statusCode',
3865
4125
  body: 'body',
3866
4126
  };
3867
4127
  }
@@ -3869,6 +4129,7 @@ export class ListAppServicesPageResponse extends $tea.Model {
3869
4129
  static types(): { [key: string]: any } {
3870
4130
  return {
3871
4131
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4132
+ statusCode: 'number',
3872
4133
  body: ListAppServicesPageResponseBody,
3873
4134
  };
3874
4135
  }
@@ -3933,10 +4194,12 @@ export class ListAppVersionsResponseBody extends $tea.Model {
3933
4194
 
3934
4195
  export class ListAppVersionsResponse extends $tea.Model {
3935
4196
  headers: { [key: string]: string };
4197
+ statusCode: number;
3936
4198
  body: ListAppVersionsResponseBody;
3937
4199
  static names(): { [key: string]: string } {
3938
4200
  return {
3939
4201
  headers: 'headers',
4202
+ statusCode: 'statusCode',
3940
4203
  body: 'body',
3941
4204
  };
3942
4205
  }
@@ -3944,6 +4207,7 @@ export class ListAppVersionsResponse extends $tea.Model {
3944
4207
  static types(): { [key: string]: any } {
3945
4208
  return {
3946
4209
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4210
+ statusCode: 'number',
3947
4211
  body: ListAppVersionsResponseBody,
3948
4212
  };
3949
4213
  }
@@ -4041,10 +4305,12 @@ export class ListApplicationsResponseBody extends $tea.Model {
4041
4305
 
4042
4306
  export class ListApplicationsResponse extends $tea.Model {
4043
4307
  headers: { [key: string]: string };
4308
+ statusCode: number;
4044
4309
  body: ListApplicationsResponseBody;
4045
4310
  static names(): { [key: string]: string } {
4046
4311
  return {
4047
4312
  headers: 'headers',
4313
+ statusCode: 'statusCode',
4048
4314
  body: 'body',
4049
4315
  };
4050
4316
  }
@@ -4052,6 +4318,7 @@ export class ListApplicationsResponse extends $tea.Model {
4052
4318
  static types(): { [key: string]: any } {
4053
4319
  return {
4054
4320
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4321
+ statusCode: 'number',
4055
4322
  body: ListApplicationsResponseBody,
4056
4323
  };
4057
4324
  }
@@ -4134,10 +4401,12 @@ export class ListChangeOrdersResponseBody extends $tea.Model {
4134
4401
 
4135
4402
  export class ListChangeOrdersResponse extends $tea.Model {
4136
4403
  headers: { [key: string]: string };
4404
+ statusCode: number;
4137
4405
  body: ListChangeOrdersResponseBody;
4138
4406
  static names(): { [key: string]: string } {
4139
4407
  return {
4140
4408
  headers: 'headers',
4409
+ statusCode: 'statusCode',
4141
4410
  body: 'body',
4142
4411
  };
4143
4412
  }
@@ -4145,6 +4414,7 @@ export class ListChangeOrdersResponse extends $tea.Model {
4145
4414
  static types(): { [key: string]: any } {
4146
4415
  return {
4147
4416
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4417
+ statusCode: 'number',
4148
4418
  body: ListChangeOrdersResponseBody,
4149
4419
  };
4150
4420
  }
@@ -4212,10 +4482,12 @@ export class ListConsumedServicesResponseBody extends $tea.Model {
4212
4482
 
4213
4483
  export class ListConsumedServicesResponse extends $tea.Model {
4214
4484
  headers: { [key: string]: string };
4485
+ statusCode: number;
4215
4486
  body: ListConsumedServicesResponseBody;
4216
4487
  static names(): { [key: string]: string } {
4217
4488
  return {
4218
4489
  headers: 'headers',
4490
+ statusCode: 'statusCode',
4219
4491
  body: 'body',
4220
4492
  };
4221
4493
  }
@@ -4223,6 +4495,7 @@ export class ListConsumedServicesResponse extends $tea.Model {
4223
4495
  static types(): { [key: string]: any } {
4224
4496
  return {
4225
4497
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4498
+ statusCode: 'number',
4226
4499
  body: ListConsumedServicesResponseBody,
4227
4500
  };
4228
4501
  }
@@ -4290,10 +4563,12 @@ export class ListGreyTagRouteResponseBody extends $tea.Model {
4290
4563
 
4291
4564
  export class ListGreyTagRouteResponse extends $tea.Model {
4292
4565
  headers: { [key: string]: string };
4566
+ statusCode: number;
4293
4567
  body: ListGreyTagRouteResponseBody;
4294
4568
  static names(): { [key: string]: string } {
4295
4569
  return {
4296
4570
  headers: 'headers',
4571
+ statusCode: 'statusCode',
4297
4572
  body: 'body',
4298
4573
  };
4299
4574
  }
@@ -4301,6 +4576,7 @@ export class ListGreyTagRouteResponse extends $tea.Model {
4301
4576
  static types(): { [key: string]: any } {
4302
4577
  return {
4303
4578
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4579
+ statusCode: 'number',
4304
4580
  body: ListGreyTagRouteResponseBody,
4305
4581
  };
4306
4582
  }
@@ -4371,10 +4647,12 @@ export class ListIngressesResponseBody extends $tea.Model {
4371
4647
 
4372
4648
  export class ListIngressesResponse extends $tea.Model {
4373
4649
  headers: { [key: string]: string };
4650
+ statusCode: number;
4374
4651
  body: ListIngressesResponseBody;
4375
4652
  static names(): { [key: string]: string } {
4376
4653
  return {
4377
4654
  headers: 'headers',
4655
+ statusCode: 'statusCode',
4378
4656
  body: 'body',
4379
4657
  };
4380
4658
  }
@@ -4382,6 +4660,7 @@ export class ListIngressesResponse extends $tea.Model {
4382
4660
  static types(): { [key: string]: any } {
4383
4661
  return {
4384
4662
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4663
+ statusCode: 'number',
4385
4664
  body: ListIngressesResponseBody,
4386
4665
  };
4387
4666
  }
@@ -4455,10 +4734,12 @@ export class ListLogConfigsResponseBody extends $tea.Model {
4455
4734
 
4456
4735
  export class ListLogConfigsResponse extends $tea.Model {
4457
4736
  headers: { [key: string]: string };
4737
+ statusCode: number;
4458
4738
  body: ListLogConfigsResponseBody;
4459
4739
  static names(): { [key: string]: string } {
4460
4740
  return {
4461
4741
  headers: 'headers',
4742
+ statusCode: 'statusCode',
4462
4743
  body: 'body',
4463
4744
  };
4464
4745
  }
@@ -4466,6 +4747,7 @@ export class ListLogConfigsResponse extends $tea.Model {
4466
4747
  static types(): { [key: string]: any } {
4467
4748
  return {
4468
4749
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4750
+ statusCode: 'number',
4469
4751
  body: ListLogConfigsResponseBody,
4470
4752
  };
4471
4753
  }
@@ -4548,10 +4830,12 @@ export class ListNamespaceChangeOrdersResponseBody extends $tea.Model {
4548
4830
 
4549
4831
  export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4550
4832
  headers: { [key: string]: string };
4833
+ statusCode: number;
4551
4834
  body: ListNamespaceChangeOrdersResponseBody;
4552
4835
  static names(): { [key: string]: string } {
4553
4836
  return {
4554
4837
  headers: 'headers',
4838
+ statusCode: 'statusCode',
4555
4839
  body: 'body',
4556
4840
  };
4557
4841
  }
@@ -4559,6 +4843,7 @@ export class ListNamespaceChangeOrdersResponse extends $tea.Model {
4559
4843
  static types(): { [key: string]: any } {
4560
4844
  return {
4561
4845
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4846
+ statusCode: 'number',
4562
4847
  body: ListNamespaceChangeOrdersResponseBody,
4563
4848
  };
4564
4849
  }
@@ -4626,10 +4911,12 @@ export class ListNamespacedConfigMapsResponseBody extends $tea.Model {
4626
4911
 
4627
4912
  export class ListNamespacedConfigMapsResponse extends $tea.Model {
4628
4913
  headers: { [key: string]: string };
4914
+ statusCode: number;
4629
4915
  body: ListNamespacedConfigMapsResponseBody;
4630
4916
  static names(): { [key: string]: string } {
4631
4917
  return {
4632
4918
  headers: 'headers',
4919
+ statusCode: 'statusCode',
4633
4920
  body: 'body',
4634
4921
  };
4635
4922
  }
@@ -4637,6 +4924,7 @@ export class ListNamespacedConfigMapsResponse extends $tea.Model {
4637
4924
  static types(): { [key: string]: any } {
4638
4925
  return {
4639
4926
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4927
+ statusCode: 'number',
4640
4928
  body: ListNamespacedConfigMapsResponseBody,
4641
4929
  };
4642
4930
  }
@@ -4704,10 +4992,12 @@ export class ListPublishedServicesResponseBody extends $tea.Model {
4704
4992
 
4705
4993
  export class ListPublishedServicesResponse extends $tea.Model {
4706
4994
  headers: { [key: string]: string };
4995
+ statusCode: number;
4707
4996
  body: ListPublishedServicesResponseBody;
4708
4997
  static names(): { [key: string]: string } {
4709
4998
  return {
4710
4999
  headers: 'headers',
5000
+ statusCode: 'statusCode',
4711
5001
  body: 'body',
4712
5002
  };
4713
5003
  }
@@ -4715,6 +5005,7 @@ export class ListPublishedServicesResponse extends $tea.Model {
4715
5005
  static types(): { [key: string]: any } {
4716
5006
  return {
4717
5007
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5008
+ statusCode: 'number',
4718
5009
  body: ListPublishedServicesResponseBody,
4719
5010
  };
4720
5011
  }
@@ -4794,10 +5085,12 @@ export class ListTagResourcesResponseBody extends $tea.Model {
4794
5085
 
4795
5086
  export class ListTagResourcesResponse extends $tea.Model {
4796
5087
  headers: { [key: string]: string };
5088
+ statusCode: number;
4797
5089
  body: ListTagResourcesResponseBody;
4798
5090
  static names(): { [key: string]: string } {
4799
5091
  return {
4800
5092
  headers: 'headers',
5093
+ statusCode: 'statusCode',
4801
5094
  body: 'body',
4802
5095
  };
4803
5096
  }
@@ -4805,6 +5098,7 @@ export class ListTagResourcesResponse extends $tea.Model {
4805
5098
  static types(): { [key: string]: any } {
4806
5099
  return {
4807
5100
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5101
+ statusCode: 'number',
4808
5102
  body: ListTagResourcesResponseBody,
4809
5103
  };
4810
5104
  }
@@ -4838,10 +5132,12 @@ export class OpenSaeServiceResponseBody extends $tea.Model {
4838
5132
 
4839
5133
  export class OpenSaeServiceResponse extends $tea.Model {
4840
5134
  headers: { [key: string]: string };
5135
+ statusCode: number;
4841
5136
  body: OpenSaeServiceResponseBody;
4842
5137
  static names(): { [key: string]: string } {
4843
5138
  return {
4844
5139
  headers: 'headers',
5140
+ statusCode: 'statusCode',
4845
5141
  body: 'body',
4846
5142
  };
4847
5143
  }
@@ -4849,6 +5145,7 @@ export class OpenSaeServiceResponse extends $tea.Model {
4849
5145
  static types(): { [key: string]: any } {
4850
5146
  return {
4851
5147
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5148
+ statusCode: 'number',
4852
5149
  body: OpenSaeServiceResponseBody,
4853
5150
  };
4854
5151
  }
@@ -4916,10 +5213,12 @@ export class QueryResourceStaticsResponseBody extends $tea.Model {
4916
5213
 
4917
5214
  export class QueryResourceStaticsResponse extends $tea.Model {
4918
5215
  headers: { [key: string]: string };
5216
+ statusCode: number;
4919
5217
  body: QueryResourceStaticsResponseBody;
4920
5218
  static names(): { [key: string]: string } {
4921
5219
  return {
4922
5220
  headers: 'headers',
5221
+ statusCode: 'statusCode',
4923
5222
  body: 'body',
4924
5223
  };
4925
5224
  }
@@ -4927,6 +5226,7 @@ export class QueryResourceStaticsResponse extends $tea.Model {
4927
5226
  static types(): { [key: string]: any } {
4928
5227
  return {
4929
5228
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5229
+ statusCode: 'number',
4930
5230
  body: QueryResourceStaticsResponseBody,
4931
5231
  };
4932
5232
  }
@@ -4997,10 +5297,12 @@ export class ReduceApplicationCapacityByInstanceIdsResponseBody extends $tea.Mod
4997
5297
 
4998
5298
  export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
4999
5299
  headers: { [key: string]: string };
5300
+ statusCode: number;
5000
5301
  body: ReduceApplicationCapacityByInstanceIdsResponseBody;
5001
5302
  static names(): { [key: string]: string } {
5002
5303
  return {
5003
5304
  headers: 'headers',
5305
+ statusCode: 'statusCode',
5004
5306
  body: 'body',
5005
5307
  };
5006
5308
  }
@@ -5008,6 +5310,7 @@ export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5008
5310
  static types(): { [key: string]: any } {
5009
5311
  return {
5010
5312
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5313
+ statusCode: 'number',
5011
5314
  body: ReduceApplicationCapacityByInstanceIdsResponseBody,
5012
5315
  };
5013
5316
  }
@@ -5020,12 +5323,14 @@ export class ReduceApplicationCapacityByInstanceIdsResponse extends $tea.Model {
5020
5323
  export class RescaleApplicationRequest extends $tea.Model {
5021
5324
  appId?: string;
5022
5325
  autoEnableApplicationScalingRule?: boolean;
5326
+ minReadyInstanceRatio?: number;
5023
5327
  minReadyInstances?: number;
5024
5328
  replicas?: number;
5025
5329
  static names(): { [key: string]: string } {
5026
5330
  return {
5027
5331
  appId: 'AppId',
5028
5332
  autoEnableApplicationScalingRule: 'AutoEnableApplicationScalingRule',
5333
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
5029
5334
  minReadyInstances: 'MinReadyInstances',
5030
5335
  replicas: 'Replicas',
5031
5336
  };
@@ -5035,6 +5340,7 @@ export class RescaleApplicationRequest extends $tea.Model {
5035
5340
  return {
5036
5341
  appId: 'string',
5037
5342
  autoEnableApplicationScalingRule: 'boolean',
5343
+ minReadyInstanceRatio: 'number',
5038
5344
  minReadyInstances: 'number',
5039
5345
  replicas: 'number',
5040
5346
  };
@@ -5081,10 +5387,12 @@ export class RescaleApplicationResponseBody extends $tea.Model {
5081
5387
 
5082
5388
  export class RescaleApplicationResponse extends $tea.Model {
5083
5389
  headers: { [key: string]: string };
5390
+ statusCode: number;
5084
5391
  body: RescaleApplicationResponseBody;
5085
5392
  static names(): { [key: string]: string } {
5086
5393
  return {
5087
5394
  headers: 'headers',
5395
+ statusCode: 'statusCode',
5088
5396
  body: 'body',
5089
5397
  };
5090
5398
  }
@@ -5092,6 +5400,7 @@ export class RescaleApplicationResponse extends $tea.Model {
5092
5400
  static types(): { [key: string]: any } {
5093
5401
  return {
5094
5402
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5403
+ statusCode: 'number',
5095
5404
  body: RescaleApplicationResponseBody,
5096
5405
  };
5097
5406
  }
@@ -5165,10 +5474,12 @@ export class RescaleApplicationVerticallyResponseBody extends $tea.Model {
5165
5474
 
5166
5475
  export class RescaleApplicationVerticallyResponse extends $tea.Model {
5167
5476
  headers: { [key: string]: string };
5477
+ statusCode: number;
5168
5478
  body: RescaleApplicationVerticallyResponseBody;
5169
5479
  static names(): { [key: string]: string } {
5170
5480
  return {
5171
5481
  headers: 'headers',
5482
+ statusCode: 'statusCode',
5172
5483
  body: 'body',
5173
5484
  };
5174
5485
  }
@@ -5176,6 +5487,7 @@ export class RescaleApplicationVerticallyResponse extends $tea.Model {
5176
5487
  static types(): { [key: string]: any } {
5177
5488
  return {
5178
5489
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5490
+ statusCode: 'number',
5179
5491
  body: RescaleApplicationVerticallyResponseBody,
5180
5492
  };
5181
5493
  }
@@ -5187,10 +5499,12 @@ export class RescaleApplicationVerticallyResponse extends $tea.Model {
5187
5499
 
5188
5500
  export class RestartApplicationRequest extends $tea.Model {
5189
5501
  appId?: string;
5502
+ minReadyInstanceRatio?: number;
5190
5503
  minReadyInstances?: number;
5191
5504
  static names(): { [key: string]: string } {
5192
5505
  return {
5193
5506
  appId: 'AppId',
5507
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
5194
5508
  minReadyInstances: 'MinReadyInstances',
5195
5509
  };
5196
5510
  }
@@ -5198,6 +5512,7 @@ export class RestartApplicationRequest extends $tea.Model {
5198
5512
  static types(): { [key: string]: any } {
5199
5513
  return {
5200
5514
  appId: 'string',
5515
+ minReadyInstanceRatio: 'number',
5201
5516
  minReadyInstances: 'number',
5202
5517
  };
5203
5518
  }
@@ -5246,10 +5561,12 @@ export class RestartApplicationResponseBody extends $tea.Model {
5246
5561
 
5247
5562
  export class RestartApplicationResponse extends $tea.Model {
5248
5563
  headers: { [key: string]: string };
5564
+ statusCode: number;
5249
5565
  body: RestartApplicationResponseBody;
5250
5566
  static names(): { [key: string]: string } {
5251
5567
  return {
5252
5568
  headers: 'headers',
5569
+ statusCode: 'statusCode',
5253
5570
  body: 'body',
5254
5571
  };
5255
5572
  }
@@ -5257,6 +5574,7 @@ export class RestartApplicationResponse extends $tea.Model {
5257
5574
  static types(): { [key: string]: any } {
5258
5575
  return {
5259
5576
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5577
+ statusCode: 'number',
5260
5578
  body: RestartApplicationResponseBody,
5261
5579
  };
5262
5580
  }
@@ -5327,10 +5645,12 @@ export class RestartInstancesResponseBody extends $tea.Model {
5327
5645
 
5328
5646
  export class RestartInstancesResponse extends $tea.Model {
5329
5647
  headers: { [key: string]: string };
5648
+ statusCode: number;
5330
5649
  body: RestartInstancesResponseBody;
5331
5650
  static names(): { [key: string]: string } {
5332
5651
  return {
5333
5652
  headers: 'headers',
5653
+ statusCode: 'statusCode',
5334
5654
  body: 'body',
5335
5655
  };
5336
5656
  }
@@ -5338,6 +5658,7 @@ export class RestartInstancesResponse extends $tea.Model {
5338
5658
  static types(): { [key: string]: any } {
5339
5659
  return {
5340
5660
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5661
+ statusCode: 'number',
5341
5662
  body: RestartInstancesResponseBody,
5342
5663
  };
5343
5664
  }
@@ -5351,6 +5672,7 @@ export class RollbackApplicationRequest extends $tea.Model {
5351
5672
  appId?: string;
5352
5673
  autoEnableApplicationScalingRule?: string;
5353
5674
  batchWaitTime?: number;
5675
+ minReadyInstanceRatio?: number;
5354
5676
  minReadyInstances?: number;
5355
5677
  updateStrategy?: string;
5356
5678
  versionId?: string;
@@ -5359,6 +5681,7 @@ export class RollbackApplicationRequest extends $tea.Model {
5359
5681
  appId: 'AppId',
5360
5682
  autoEnableApplicationScalingRule: 'AutoEnableApplicationScalingRule',
5361
5683
  batchWaitTime: 'BatchWaitTime',
5684
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
5362
5685
  minReadyInstances: 'MinReadyInstances',
5363
5686
  updateStrategy: 'UpdateStrategy',
5364
5687
  versionId: 'VersionId',
@@ -5370,6 +5693,7 @@ export class RollbackApplicationRequest extends $tea.Model {
5370
5693
  appId: 'string',
5371
5694
  autoEnableApplicationScalingRule: 'string',
5372
5695
  batchWaitTime: 'number',
5696
+ minReadyInstanceRatio: 'number',
5373
5697
  minReadyInstances: 'number',
5374
5698
  updateStrategy: 'string',
5375
5699
  versionId: 'string',
@@ -5420,10 +5744,12 @@ export class RollbackApplicationResponseBody extends $tea.Model {
5420
5744
 
5421
5745
  export class RollbackApplicationResponse extends $tea.Model {
5422
5746
  headers: { [key: string]: string };
5747
+ statusCode: number;
5423
5748
  body: RollbackApplicationResponseBody;
5424
5749
  static names(): { [key: string]: string } {
5425
5750
  return {
5426
5751
  headers: 'headers',
5752
+ statusCode: 'statusCode',
5427
5753
  body: 'body',
5428
5754
  };
5429
5755
  }
@@ -5431,6 +5757,7 @@ export class RollbackApplicationResponse extends $tea.Model {
5431
5757
  static types(): { [key: string]: any } {
5432
5758
  return {
5433
5759
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5760
+ statusCode: 'number',
5434
5761
  body: RollbackApplicationResponseBody,
5435
5762
  };
5436
5763
  }
@@ -5498,10 +5825,12 @@ export class StartApplicationResponseBody extends $tea.Model {
5498
5825
 
5499
5826
  export class StartApplicationResponse extends $tea.Model {
5500
5827
  headers: { [key: string]: string };
5828
+ statusCode: number;
5501
5829
  body: StartApplicationResponseBody;
5502
5830
  static names(): { [key: string]: string } {
5503
5831
  return {
5504
5832
  headers: 'headers',
5833
+ statusCode: 'statusCode',
5505
5834
  body: 'body',
5506
5835
  };
5507
5836
  }
@@ -5509,6 +5838,7 @@ export class StartApplicationResponse extends $tea.Model {
5509
5838
  static types(): { [key: string]: any } {
5510
5839
  return {
5511
5840
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5841
+ statusCode: 'number',
5512
5842
  body: StartApplicationResponseBody,
5513
5843
  };
5514
5844
  }
@@ -5576,10 +5906,12 @@ export class StopApplicationResponseBody extends $tea.Model {
5576
5906
 
5577
5907
  export class StopApplicationResponse extends $tea.Model {
5578
5908
  headers: { [key: string]: string };
5909
+ statusCode: number;
5579
5910
  body: StopApplicationResponseBody;
5580
5911
  static names(): { [key: string]: string } {
5581
5912
  return {
5582
5913
  headers: 'headers',
5914
+ statusCode: 'statusCode',
5583
5915
  body: 'body',
5584
5916
  };
5585
5917
  }
@@ -5587,6 +5919,7 @@ export class StopApplicationResponse extends $tea.Model {
5587
5919
  static types(): { [key: string]: any } {
5588
5920
  return {
5589
5921
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5922
+ statusCode: 'number',
5590
5923
  body: StopApplicationResponseBody,
5591
5924
  };
5592
5925
  }
@@ -5663,10 +5996,12 @@ export class TagResourcesResponseBody extends $tea.Model {
5663
5996
 
5664
5997
  export class TagResourcesResponse extends $tea.Model {
5665
5998
  headers: { [key: string]: string };
5999
+ statusCode: number;
5666
6000
  body: TagResourcesResponseBody;
5667
6001
  static names(): { [key: string]: string } {
5668
6002
  return {
5669
6003
  headers: 'headers',
6004
+ statusCode: 'statusCode',
5670
6005
  body: 'body',
5671
6006
  };
5672
6007
  }
@@ -5674,6 +6009,7 @@ export class TagResourcesResponse extends $tea.Model {
5674
6009
  static types(): { [key: string]: any } {
5675
6010
  return {
5676
6011
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6012
+ statusCode: 'number',
5677
6013
  body: TagResourcesResponseBody,
5678
6014
  };
5679
6015
  }
@@ -5747,10 +6083,12 @@ export class UnbindSlbResponseBody extends $tea.Model {
5747
6083
 
5748
6084
  export class UnbindSlbResponse extends $tea.Model {
5749
6085
  headers: { [key: string]: string };
6086
+ statusCode: number;
5750
6087
  body: UnbindSlbResponseBody;
5751
6088
  static names(): { [key: string]: string } {
5752
6089
  return {
5753
6090
  headers: 'headers',
6091
+ statusCode: 'statusCode',
5754
6092
  body: 'body',
5755
6093
  };
5756
6094
  }
@@ -5758,6 +6096,7 @@ export class UnbindSlbResponse extends $tea.Model {
5758
6096
  static types(): { [key: string]: any } {
5759
6097
  return {
5760
6098
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6099
+ statusCode: 'number',
5761
6100
  body: UnbindSlbResponseBody,
5762
6101
  };
5763
6102
  }
@@ -5837,10 +6176,12 @@ export class UntagResourcesResponseBody extends $tea.Model {
5837
6176
 
5838
6177
  export class UntagResourcesResponse extends $tea.Model {
5839
6178
  headers: { [key: string]: string };
6179
+ statusCode: number;
5840
6180
  body: UntagResourcesResponseBody;
5841
6181
  static names(): { [key: string]: string } {
5842
6182
  return {
5843
6183
  headers: 'headers',
6184
+ statusCode: 'statusCode',
5844
6185
  body: 'body',
5845
6186
  };
5846
6187
  }
@@ -5848,6 +6189,7 @@ export class UntagResourcesResponse extends $tea.Model {
5848
6189
  static types(): { [key: string]: any } {
5849
6190
  return {
5850
6191
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6192
+ statusCode: 'number',
5851
6193
  body: UntagResourcesResponseBody,
5852
6194
  };
5853
6195
  }
@@ -5915,10 +6257,12 @@ export class UpdateAppSecurityGroupResponseBody extends $tea.Model {
5915
6257
 
5916
6258
  export class UpdateAppSecurityGroupResponse extends $tea.Model {
5917
6259
  headers: { [key: string]: string };
6260
+ statusCode: number;
5918
6261
  body: UpdateAppSecurityGroupResponseBody;
5919
6262
  static names(): { [key: string]: string } {
5920
6263
  return {
5921
6264
  headers: 'headers',
6265
+ statusCode: 'statusCode',
5922
6266
  body: 'body',
5923
6267
  };
5924
6268
  }
@@ -5926,6 +6270,7 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
5926
6270
  static types(): { [key: string]: any } {
5927
6271
  return {
5928
6272
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6273
+ statusCode: 'number',
5929
6274
  body: UpdateAppSecurityGroupResponseBody,
5930
6275
  };
5931
6276
  }
@@ -5935,23 +6280,20 @@ export class UpdateAppSecurityGroupResponse extends $tea.Model {
5935
6280
  }
5936
6281
  }
5937
6282
 
5938
- export class UpdateApplicationScalingRuleRequest extends $tea.Model {
6283
+ export class UpdateApplicationDescriptionRequest extends $tea.Model {
6284
+ appDescription?: string;
5939
6285
  appId?: string;
5940
- scalingRuleName?: string;
5941
- scalingRuleTimer?: string;
5942
6286
  static names(): { [key: string]: string } {
5943
6287
  return {
6288
+ appDescription: 'AppDescription',
5944
6289
  appId: 'AppId',
5945
- scalingRuleName: 'ScalingRuleName',
5946
- scalingRuleTimer: 'ScalingRuleTimer',
5947
6290
  };
5948
6291
  }
5949
6292
 
5950
6293
  static types(): { [key: string]: any } {
5951
6294
  return {
6295
+ appDescription: 'string',
5952
6296
  appId: 'string',
5953
- scalingRuleName: 'string',
5954
- scalingRuleTimer: 'string',
5955
6297
  };
5956
6298
  }
5957
6299
 
@@ -5960,22 +6302,31 @@ export class UpdateApplicationScalingRuleRequest extends $tea.Model {
5960
6302
  }
5961
6303
  }
5962
6304
 
5963
- export class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
5964
- data?: UpdateApplicationScalingRuleResponseBodyData;
6305
+ export class UpdateApplicationDescriptionResponseBody extends $tea.Model {
6306
+ code?: string;
6307
+ errorCode?: string;
6308
+ message?: string;
5965
6309
  requestId?: string;
6310
+ success?: boolean;
5966
6311
  traceId?: string;
5967
6312
  static names(): { [key: string]: string } {
5968
6313
  return {
5969
- data: 'Data',
6314
+ code: 'Code',
6315
+ errorCode: 'ErrorCode',
6316
+ message: 'Message',
5970
6317
  requestId: 'RequestId',
6318
+ success: 'Success',
5971
6319
  traceId: 'TraceId',
5972
6320
  };
5973
6321
  }
5974
6322
 
5975
6323
  static types(): { [key: string]: any } {
5976
6324
  return {
5977
- data: UpdateApplicationScalingRuleResponseBodyData,
6325
+ code: 'string',
6326
+ errorCode: 'string',
6327
+ message: 'string',
5978
6328
  requestId: 'string',
6329
+ success: 'boolean',
5979
6330
  traceId: 'string',
5980
6331
  };
5981
6332
  }
@@ -5985,12 +6336,14 @@ export class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
5985
6336
  }
5986
6337
  }
5987
6338
 
5988
- export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6339
+ export class UpdateApplicationDescriptionResponse extends $tea.Model {
5989
6340
  headers: { [key: string]: string };
5990
- body: UpdateApplicationScalingRuleResponseBody;
6341
+ statusCode: number;
6342
+ body: UpdateApplicationDescriptionResponseBody;
5991
6343
  static names(): { [key: string]: string } {
5992
6344
  return {
5993
6345
  headers: 'headers',
6346
+ statusCode: 'statusCode',
5994
6347
  body: 'body',
5995
6348
  };
5996
6349
  }
@@ -5998,7 +6351,8 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
5998
6351
  static types(): { [key: string]: any } {
5999
6352
  return {
6000
6353
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6001
- body: UpdateApplicationScalingRuleResponseBody,
6354
+ statusCode: 'number',
6355
+ body: UpdateApplicationDescriptionResponseBody,
6002
6356
  };
6003
6357
  }
6004
6358
 
@@ -6007,10 +6361,175 @@ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6007
6361
  }
6008
6362
  }
6009
6363
 
6010
- export class UpdateConfigMapRequest extends $tea.Model {
6011
- configMapId?: number;
6012
- data?: string;
6013
- description?: string;
6364
+ export class UpdateApplicationScalingRuleRequest extends $tea.Model {
6365
+ appId?: string;
6366
+ minReadyInstanceRatio?: number;
6367
+ minReadyInstances?: number;
6368
+ scalingRuleMetric?: string;
6369
+ scalingRuleName?: string;
6370
+ scalingRuleTimer?: string;
6371
+ static names(): { [key: string]: string } {
6372
+ return {
6373
+ appId: 'AppId',
6374
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
6375
+ minReadyInstances: 'MinReadyInstances',
6376
+ scalingRuleMetric: 'ScalingRuleMetric',
6377
+ scalingRuleName: 'ScalingRuleName',
6378
+ scalingRuleTimer: 'ScalingRuleTimer',
6379
+ };
6380
+ }
6381
+
6382
+ static types(): { [key: string]: any } {
6383
+ return {
6384
+ appId: 'string',
6385
+ minReadyInstanceRatio: 'number',
6386
+ minReadyInstances: 'number',
6387
+ scalingRuleMetric: 'string',
6388
+ scalingRuleName: 'string',
6389
+ scalingRuleTimer: 'string',
6390
+ };
6391
+ }
6392
+
6393
+ constructor(map?: { [key: string]: any }) {
6394
+ super(map);
6395
+ }
6396
+ }
6397
+
6398
+ export class UpdateApplicationScalingRuleResponseBody extends $tea.Model {
6399
+ data?: UpdateApplicationScalingRuleResponseBodyData;
6400
+ requestId?: string;
6401
+ traceId?: string;
6402
+ static names(): { [key: string]: string } {
6403
+ return {
6404
+ data: 'Data',
6405
+ requestId: 'RequestId',
6406
+ traceId: 'TraceId',
6407
+ };
6408
+ }
6409
+
6410
+ static types(): { [key: string]: any } {
6411
+ return {
6412
+ data: UpdateApplicationScalingRuleResponseBodyData,
6413
+ requestId: 'string',
6414
+ traceId: 'string',
6415
+ };
6416
+ }
6417
+
6418
+ constructor(map?: { [key: string]: any }) {
6419
+ super(map);
6420
+ }
6421
+ }
6422
+
6423
+ export class UpdateApplicationScalingRuleResponse extends $tea.Model {
6424
+ headers: { [key: string]: string };
6425
+ statusCode: number;
6426
+ body: UpdateApplicationScalingRuleResponseBody;
6427
+ static names(): { [key: string]: string } {
6428
+ return {
6429
+ headers: 'headers',
6430
+ statusCode: 'statusCode',
6431
+ body: 'body',
6432
+ };
6433
+ }
6434
+
6435
+ static types(): { [key: string]: any } {
6436
+ return {
6437
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6438
+ statusCode: 'number',
6439
+ body: UpdateApplicationScalingRuleResponseBody,
6440
+ };
6441
+ }
6442
+
6443
+ constructor(map?: { [key: string]: any }) {
6444
+ super(map);
6445
+ }
6446
+ }
6447
+
6448
+ export class UpdateApplicationVswitchesRequest extends $tea.Model {
6449
+ appId?: string;
6450
+ vSwitchId?: string;
6451
+ static names(): { [key: string]: string } {
6452
+ return {
6453
+ appId: 'AppId',
6454
+ vSwitchId: 'VSwitchId',
6455
+ };
6456
+ }
6457
+
6458
+ static types(): { [key: string]: any } {
6459
+ return {
6460
+ appId: 'string',
6461
+ vSwitchId: 'string',
6462
+ };
6463
+ }
6464
+
6465
+ constructor(map?: { [key: string]: any }) {
6466
+ super(map);
6467
+ }
6468
+ }
6469
+
6470
+ export class UpdateApplicationVswitchesResponseBody extends $tea.Model {
6471
+ code?: string;
6472
+ errorCode?: string;
6473
+ message?: string;
6474
+ requestId?: string;
6475
+ success?: boolean;
6476
+ traceId?: string;
6477
+ static names(): { [key: string]: string } {
6478
+ return {
6479
+ code: 'Code',
6480
+ errorCode: 'ErrorCode',
6481
+ message: 'Message',
6482
+ requestId: 'RequestId',
6483
+ success: 'Success',
6484
+ traceId: 'TraceId',
6485
+ };
6486
+ }
6487
+
6488
+ static types(): { [key: string]: any } {
6489
+ return {
6490
+ code: 'string',
6491
+ errorCode: 'string',
6492
+ message: 'string',
6493
+ requestId: 'string',
6494
+ success: 'boolean',
6495
+ traceId: 'string',
6496
+ };
6497
+ }
6498
+
6499
+ constructor(map?: { [key: string]: any }) {
6500
+ super(map);
6501
+ }
6502
+ }
6503
+
6504
+ export class UpdateApplicationVswitchesResponse extends $tea.Model {
6505
+ headers: { [key: string]: string };
6506
+ statusCode: number;
6507
+ body: UpdateApplicationVswitchesResponseBody;
6508
+ static names(): { [key: string]: string } {
6509
+ return {
6510
+ headers: 'headers',
6511
+ statusCode: 'statusCode',
6512
+ body: 'body',
6513
+ };
6514
+ }
6515
+
6516
+ static types(): { [key: string]: any } {
6517
+ return {
6518
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6519
+ statusCode: 'number',
6520
+ body: UpdateApplicationVswitchesResponseBody,
6521
+ };
6522
+ }
6523
+
6524
+ constructor(map?: { [key: string]: any }) {
6525
+ super(map);
6526
+ }
6527
+ }
6528
+
6529
+ export class UpdateConfigMapRequest extends $tea.Model {
6530
+ configMapId?: number;
6531
+ data?: string;
6532
+ description?: string;
6014
6533
  static names(): { [key: string]: string } {
6015
6534
  return {
6016
6535
  configMapId: 'ConfigMapId',
@@ -6071,10 +6590,12 @@ export class UpdateConfigMapResponseBody extends $tea.Model {
6071
6590
 
6072
6591
  export class UpdateConfigMapResponse extends $tea.Model {
6073
6592
  headers: { [key: string]: string };
6593
+ statusCode: number;
6074
6594
  body: UpdateConfigMapResponseBody;
6075
6595
  static names(): { [key: string]: string } {
6076
6596
  return {
6077
6597
  headers: 'headers',
6598
+ statusCode: 'statusCode',
6078
6599
  body: 'body',
6079
6600
  };
6080
6601
  }
@@ -6082,6 +6603,7 @@ export class UpdateConfigMapResponse extends $tea.Model {
6082
6603
  static types(): { [key: string]: any } {
6083
6604
  return {
6084
6605
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6606
+ statusCode: 'number',
6085
6607
  body: UpdateConfigMapResponseBody,
6086
6608
  };
6087
6609
  }
@@ -6158,10 +6680,12 @@ export class UpdateGreyTagRouteResponseBody extends $tea.Model {
6158
6680
 
6159
6681
  export class UpdateGreyTagRouteResponse extends $tea.Model {
6160
6682
  headers: { [key: string]: string };
6683
+ statusCode: number;
6161
6684
  body: UpdateGreyTagRouteResponseBody;
6162
6685
  static names(): { [key: string]: string } {
6163
6686
  return {
6164
6687
  headers: 'headers',
6688
+ statusCode: 'statusCode',
6165
6689
  body: 'body',
6166
6690
  };
6167
6691
  }
@@ -6169,6 +6693,7 @@ export class UpdateGreyTagRouteResponse extends $tea.Model {
6169
6693
  static types(): { [key: string]: any } {
6170
6694
  return {
6171
6695
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6696
+ statusCode: 'number',
6172
6697
  body: UpdateGreyTagRouteResponseBody,
6173
6698
  };
6174
6699
  }
@@ -6184,6 +6709,8 @@ export class UpdateIngressRequest extends $tea.Model {
6184
6709
  description?: string;
6185
6710
  ingressId?: number;
6186
6711
  listenerPort?: string;
6712
+ listenerProtocol?: string;
6713
+ loadBalanceType?: string;
6187
6714
  rules?: string;
6188
6715
  static names(): { [key: string]: string } {
6189
6716
  return {
@@ -6192,6 +6719,8 @@ export class UpdateIngressRequest extends $tea.Model {
6192
6719
  description: 'Description',
6193
6720
  ingressId: 'IngressId',
6194
6721
  listenerPort: 'ListenerPort',
6722
+ listenerProtocol: 'ListenerProtocol',
6723
+ loadBalanceType: 'LoadBalanceType',
6195
6724
  rules: 'Rules',
6196
6725
  };
6197
6726
  }
@@ -6203,6 +6732,8 @@ export class UpdateIngressRequest extends $tea.Model {
6203
6732
  description: 'string',
6204
6733
  ingressId: 'number',
6205
6734
  listenerPort: 'string',
6735
+ listenerProtocol: 'string',
6736
+ loadBalanceType: 'string',
6206
6737
  rules: 'string',
6207
6738
  };
6208
6739
  }
@@ -6251,10 +6782,12 @@ export class UpdateIngressResponseBody extends $tea.Model {
6251
6782
 
6252
6783
  export class UpdateIngressResponse extends $tea.Model {
6253
6784
  headers: { [key: string]: string };
6785
+ statusCode: number;
6254
6786
  body: UpdateIngressResponseBody;
6255
6787
  static names(): { [key: string]: string } {
6256
6788
  return {
6257
6789
  headers: 'headers',
6790
+ statusCode: 'statusCode',
6258
6791
  body: 'body',
6259
6792
  };
6260
6793
  }
@@ -6262,6 +6795,7 @@ export class UpdateIngressResponse extends $tea.Model {
6262
6795
  static types(): { [key: string]: any } {
6263
6796
  return {
6264
6797
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6798
+ statusCode: 'number',
6265
6799
  body: UpdateIngressResponseBody,
6266
6800
  };
6267
6801
  }
@@ -6335,10 +6869,12 @@ export class UpdateNamespaceResponseBody extends $tea.Model {
6335
6869
 
6336
6870
  export class UpdateNamespaceResponse extends $tea.Model {
6337
6871
  headers: { [key: string]: string };
6872
+ statusCode: number;
6338
6873
  body: UpdateNamespaceResponseBody;
6339
6874
  static names(): { [key: string]: string } {
6340
6875
  return {
6341
6876
  headers: 'headers',
6877
+ statusCode: 'statusCode',
6342
6878
  body: 'body',
6343
6879
  };
6344
6880
  }
@@ -6346,6 +6882,7 @@ export class UpdateNamespaceResponse extends $tea.Model {
6346
6882
  static types(): { [key: string]: any } {
6347
6883
  return {
6348
6884
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6885
+ statusCode: 'number',
6349
6886
  body: UpdateNamespaceResponseBody,
6350
6887
  };
6351
6888
  }
@@ -6413,10 +6950,12 @@ export class UpdateNamespaceVpcResponseBody extends $tea.Model {
6413
6950
 
6414
6951
  export class UpdateNamespaceVpcResponse extends $tea.Model {
6415
6952
  headers: { [key: string]: string };
6953
+ statusCode: number;
6416
6954
  body: UpdateNamespaceVpcResponseBody;
6417
6955
  static names(): { [key: string]: string } {
6418
6956
  return {
6419
6957
  headers: 'headers',
6958
+ statusCode: 'statusCode',
6420
6959
  body: 'body',
6421
6960
  };
6422
6961
  }
@@ -6424,6 +6963,7 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6424
6963
  static types(): { [key: string]: any } {
6425
6964
  return {
6426
6965
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6966
+ statusCode: 'number',
6427
6967
  body: UpdateNamespaceVpcResponseBody,
6428
6968
  };
6429
6969
  }
@@ -6433,63 +6973,17 @@ export class UpdateNamespaceVpcResponse extends $tea.Model {
6433
6973
  }
6434
6974
  }
6435
6975
 
6436
- export class UploadFilesRequest extends $tea.Model {
6437
- appId?: string;
6438
- cloudUrl?: string;
6439
- instanceId?: string;
6440
- localpath?: string;
6441
- static names(): { [key: string]: string } {
6442
- return {
6443
- appId: 'AppId',
6444
- cloudUrl: 'CloudUrl',
6445
- instanceId: 'InstanceId',
6446
- localpath: 'Localpath',
6447
- };
6448
- }
6449
-
6450
- static types(): { [key: string]: any } {
6451
- return {
6452
- appId: 'string',
6453
- cloudUrl: 'string',
6454
- instanceId: 'string',
6455
- localpath: 'string',
6456
- };
6457
- }
6458
-
6459
- constructor(map?: { [key: string]: any }) {
6460
- super(map);
6461
- }
6462
- }
6463
-
6464
- export class UploadFilesResponseBody extends $tea.Model {
6465
- code?: string;
6466
- data?: string;
6467
- errorCode?: string;
6468
- message?: string;
6469
- requestId?: string;
6470
- success?: boolean;
6471
- traceId?: string;
6976
+ export class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6977
+ changeOrderId?: string;
6472
6978
  static names(): { [key: string]: string } {
6473
6979
  return {
6474
- code: 'Code',
6475
- data: 'Data',
6476
- errorCode: 'ErrorCode',
6477
- message: 'Message',
6478
- requestId: 'RequestId',
6479
- success: 'Success',
6480
- traceId: 'TraceId',
6980
+ changeOrderId: 'ChangeOrderId',
6481
6981
  };
6482
6982
  }
6483
6983
 
6484
6984
  static types(): { [key: string]: any } {
6485
6985
  return {
6486
- code: 'string',
6487
- data: 'string',
6488
- errorCode: 'string',
6489
- message: 'string',
6490
- requestId: 'string',
6491
- success: 'boolean',
6492
- traceId: 'string',
6986
+ changeOrderId: 'string',
6493
6987
  };
6494
6988
  }
6495
6989
 
@@ -6498,20 +6992,17 @@ export class UploadFilesResponseBody extends $tea.Model {
6498
6992
  }
6499
6993
  }
6500
6994
 
6501
- export class UploadFilesResponse extends $tea.Model {
6502
- headers: { [key: string]: string };
6503
- body: UploadFilesResponseBody;
6995
+ export class AbortChangeOrderResponseBodyData extends $tea.Model {
6996
+ changeOrderId?: string;
6504
6997
  static names(): { [key: string]: string } {
6505
6998
  return {
6506
- headers: 'headers',
6507
- body: 'body',
6999
+ changeOrderId: 'ChangeOrderId',
6508
7000
  };
6509
7001
  }
6510
7002
 
6511
7003
  static types(): { [key: string]: any } {
6512
7004
  return {
6513
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6514
- body: UploadFilesResponseBody,
7005
+ changeOrderId: 'string',
6515
7006
  };
6516
7007
  }
6517
7008
 
@@ -6520,7 +7011,7 @@ export class UploadFilesResponse extends $tea.Model {
6520
7011
  }
6521
7012
  }
6522
7013
 
6523
- export class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
7014
+ export class BatchStartApplicationsResponseBodyData extends $tea.Model {
6524
7015
  changeOrderId?: string;
6525
7016
  static names(): { [key: string]: string } {
6526
7017
  return {
@@ -6539,7 +7030,7 @@ export class AbortAndRollbackChangeOrderResponseBodyData extends $tea.Model {
6539
7030
  }
6540
7031
  }
6541
7032
 
6542
- export class AbortChangeOrderResponseBodyData extends $tea.Model {
7033
+ export class BatchStopApplicationsResponseBodyData extends $tea.Model {
6543
7034
  changeOrderId?: string;
6544
7035
  static names(): { [key: string]: string } {
6545
7036
  return {
@@ -6558,7 +7049,7 @@ export class AbortChangeOrderResponseBodyData extends $tea.Model {
6558
7049
  }
6559
7050
  }
6560
7051
 
6561
- export class BatchStartApplicationsResponseBodyData extends $tea.Model {
7052
+ export class BindSlbResponseBodyData extends $tea.Model {
6562
7053
  changeOrderId?: string;
6563
7054
  static names(): { [key: string]: string } {
6564
7055
  return {
@@ -6577,17 +7068,17 @@ export class BatchStartApplicationsResponseBodyData extends $tea.Model {
6577
7068
  }
6578
7069
  }
6579
7070
 
6580
- export class BatchStopApplicationsResponseBodyData extends $tea.Model {
6581
- changeOrderId?: string;
7071
+ export class ConfirmPipelineBatchResponseBodyData extends $tea.Model {
7072
+ pipelineId?: string;
6582
7073
  static names(): { [key: string]: string } {
6583
7074
  return {
6584
- changeOrderId: 'ChangeOrderId',
7075
+ pipelineId: 'PipelineId',
6585
7076
  };
6586
7077
  }
6587
7078
 
6588
7079
  static types(): { [key: string]: any } {
6589
7080
  return {
6590
- changeOrderId: 'string',
7081
+ pipelineId: 'string',
6591
7082
  };
6592
7083
  }
6593
7084
 
@@ -6596,16 +7087,19 @@ export class BatchStopApplicationsResponseBodyData extends $tea.Model {
6596
7087
  }
6597
7088
  }
6598
7089
 
6599
- export class BindSlbResponseBodyData extends $tea.Model {
7090
+ export class CreateApplicationResponseBodyData extends $tea.Model {
7091
+ appId?: string;
6600
7092
  changeOrderId?: string;
6601
7093
  static names(): { [key: string]: string } {
6602
7094
  return {
7095
+ appId: 'AppId',
6603
7096
  changeOrderId: 'ChangeOrderId',
6604
7097
  };
6605
7098
  }
6606
7099
 
6607
7100
  static types(): { [key: string]: any } {
6608
7101
  return {
7102
+ appId: 'string',
6609
7103
  changeOrderId: 'string',
6610
7104
  };
6611
7105
  }
@@ -6615,17 +7109,20 @@ export class BindSlbResponseBodyData extends $tea.Model {
6615
7109
  }
6616
7110
  }
6617
7111
 
6618
- export class ConfirmPipelineBatchResponseBodyData extends $tea.Model {
6619
- pipelineId?: string;
7112
+ export class CreateApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
7113
+ metricTargetAverageUtilization?: number;
7114
+ metricType?: string;
6620
7115
  static names(): { [key: string]: string } {
6621
7116
  return {
6622
- pipelineId: 'PipelineId',
7117
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
7118
+ metricType: 'MetricType',
6623
7119
  };
6624
7120
  }
6625
7121
 
6626
7122
  static types(): { [key: string]: any } {
6627
7123
  return {
6628
- pipelineId: 'string',
7124
+ metricTargetAverageUtilization: 'number',
7125
+ metricType: 'string',
6629
7126
  };
6630
7127
  }
6631
7128
 
@@ -6634,20 +7131,23 @@ export class ConfirmPipelineBatchResponseBodyData extends $tea.Model {
6634
7131
  }
6635
7132
  }
6636
7133
 
6637
- export class CreateApplicationResponseBodyData extends $tea.Model {
6638
- appId?: string;
6639
- changeOrderId?: string;
7134
+ export class CreateApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
7135
+ maxReplicas?: number;
7136
+ metrics?: CreateApplicationScalingRuleResponseBodyDataMetricMetrics[];
7137
+ minReplicas?: number;
6640
7138
  static names(): { [key: string]: string } {
6641
7139
  return {
6642
- appId: 'AppId',
6643
- changeOrderId: 'ChangeOrderId',
7140
+ maxReplicas: 'MaxReplicas',
7141
+ metrics: 'Metrics',
7142
+ minReplicas: 'MinReplicas',
6644
7143
  };
6645
7144
  }
6646
7145
 
6647
7146
  static types(): { [key: string]: any } {
6648
7147
  return {
6649
- appId: 'string',
6650
- changeOrderId: 'string',
7148
+ maxReplicas: 'number',
7149
+ metrics: { 'type': 'array', 'itemType': CreateApplicationScalingRuleResponseBodyDataMetricMetrics },
7150
+ minReplicas: 'number',
6651
7151
  };
6652
7152
  }
6653
7153
 
@@ -6709,6 +7209,8 @@ export class CreateApplicationScalingRuleResponseBodyDataTimer extends $tea.Mode
6709
7209
  export class CreateApplicationScalingRuleResponseBodyData extends $tea.Model {
6710
7210
  appId?: string;
6711
7211
  createTime?: number;
7212
+ lastDisableTime?: number;
7213
+ metric?: CreateApplicationScalingRuleResponseBodyDataMetric;
6712
7214
  scaleRuleEnabled?: boolean;
6713
7215
  scaleRuleName?: string;
6714
7216
  scaleRuleType?: string;
@@ -6718,6 +7220,8 @@ export class CreateApplicationScalingRuleResponseBodyData extends $tea.Model {
6718
7220
  return {
6719
7221
  appId: 'AppId',
6720
7222
  createTime: 'CreateTime',
7223
+ lastDisableTime: 'LastDisableTime',
7224
+ metric: 'Metric',
6721
7225
  scaleRuleEnabled: 'ScaleRuleEnabled',
6722
7226
  scaleRuleName: 'ScaleRuleName',
6723
7227
  scaleRuleType: 'ScaleRuleType',
@@ -6730,6 +7234,8 @@ export class CreateApplicationScalingRuleResponseBodyData extends $tea.Model {
6730
7234
  return {
6731
7235
  appId: 'string',
6732
7236
  createTime: 'number',
7237
+ lastDisableTime: 'number',
7238
+ metric: CreateApplicationScalingRuleResponseBodyDataMetric,
6733
7239
  scaleRuleEnabled: 'boolean',
6734
7240
  scaleRuleName: 'string',
6735
7241
  scaleRuleType: 'string',
@@ -7145,6 +7651,7 @@ export class DescribeApplicationConfigResponseBodyDataTags extends $tea.Model {
7145
7651
 
7146
7652
  export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7147
7653
  acrAssumeRoleArn?: string;
7654
+ acrInstanceId?: string;
7148
7655
  appDescription?: string;
7149
7656
  appId?: string;
7150
7657
  appName?: string;
@@ -7163,8 +7670,10 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7163
7670
  jarStartArgs?: string;
7164
7671
  jarStartOptions?: string;
7165
7672
  jdk?: string;
7673
+ kafkaConfigs?: string;
7166
7674
  liveness?: string;
7167
7675
  memory?: number;
7676
+ minReadyInstanceRatio?: number;
7168
7677
  minReadyInstances?: number;
7169
7678
  mountDesc?: DescribeApplicationConfigResponseBodyDataMountDesc[];
7170
7679
  mountHost?: string;
@@ -7182,6 +7691,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7182
7691
  phpConfigLocation?: string;
7183
7692
  postStart?: string;
7184
7693
  preStop?: string;
7694
+ programmingLanguage?: string;
7185
7695
  readiness?: string;
7186
7696
  regionId?: string;
7187
7697
  replicas?: number;
@@ -7199,6 +7709,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7199
7709
  static names(): { [key: string]: string } {
7200
7710
  return {
7201
7711
  acrAssumeRoleArn: 'AcrAssumeRoleArn',
7712
+ acrInstanceId: 'AcrInstanceId',
7202
7713
  appDescription: 'AppDescription',
7203
7714
  appId: 'AppId',
7204
7715
  appName: 'AppName',
@@ -7217,8 +7728,10 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7217
7728
  jarStartArgs: 'JarStartArgs',
7218
7729
  jarStartOptions: 'JarStartOptions',
7219
7730
  jdk: 'Jdk',
7731
+ kafkaConfigs: 'KafkaConfigs',
7220
7732
  liveness: 'Liveness',
7221
7733
  memory: 'Memory',
7734
+ minReadyInstanceRatio: 'MinReadyInstanceRatio',
7222
7735
  minReadyInstances: 'MinReadyInstances',
7223
7736
  mountDesc: 'MountDesc',
7224
7737
  mountHost: 'MountHost',
@@ -7236,6 +7749,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7236
7749
  phpConfigLocation: 'PhpConfigLocation',
7237
7750
  postStart: 'PostStart',
7238
7751
  preStop: 'PreStop',
7752
+ programmingLanguage: 'ProgrammingLanguage',
7239
7753
  readiness: 'Readiness',
7240
7754
  regionId: 'RegionId',
7241
7755
  replicas: 'Replicas',
@@ -7256,6 +7770,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7256
7770
  static types(): { [key: string]: any } {
7257
7771
  return {
7258
7772
  acrAssumeRoleArn: 'string',
7773
+ acrInstanceId: 'string',
7259
7774
  appDescription: 'string',
7260
7775
  appId: 'string',
7261
7776
  appName: 'string',
@@ -7274,8 +7789,10 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7274
7789
  jarStartArgs: 'string',
7275
7790
  jarStartOptions: 'string',
7276
7791
  jdk: 'string',
7792
+ kafkaConfigs: 'string',
7277
7793
  liveness: 'string',
7278
7794
  memory: 'number',
7795
+ minReadyInstanceRatio: 'number',
7279
7796
  minReadyInstances: 'number',
7280
7797
  mountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataMountDesc },
7281
7798
  mountHost: 'string',
@@ -7293,6 +7810,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7293
7810
  phpConfigLocation: 'string',
7294
7811
  postStart: 'string',
7295
7812
  preStop: 'string',
7813
+ programmingLanguage: 'string',
7296
7814
  readiness: 'string',
7297
7815
  regionId: 'string',
7298
7816
  replicas: 'number',
@@ -7315,50 +7833,565 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
7315
7833
  }
7316
7834
  }
7317
7835
 
7318
- export class DescribeApplicationGroupsResponseBodyData extends $tea.Model {
7319
- edasContainerVersion?: string;
7320
- groupId?: string;
7321
- groupName?: string;
7322
- groupType?: number;
7323
- imageUrl?: string;
7324
- jdk?: string;
7325
- packageType?: string;
7326
- packageUrl?: string;
7327
- packageVersion?: string;
7328
- replicas?: number;
7329
- runningInstances?: number;
7330
- webContainer?: string;
7836
+ export class DescribeApplicationGroupsResponseBodyData extends $tea.Model {
7837
+ edasContainerVersion?: string;
7838
+ groupId?: string;
7839
+ groupName?: string;
7840
+ groupType?: number;
7841
+ imageUrl?: string;
7842
+ jdk?: string;
7843
+ packageType?: string;
7844
+ packageUrl?: string;
7845
+ packageVersion?: string;
7846
+ replicas?: number;
7847
+ runningInstances?: number;
7848
+ webContainer?: string;
7849
+ static names(): { [key: string]: string } {
7850
+ return {
7851
+ edasContainerVersion: 'EdasContainerVersion',
7852
+ groupId: 'GroupId',
7853
+ groupName: 'GroupName',
7854
+ groupType: 'GroupType',
7855
+ imageUrl: 'ImageUrl',
7856
+ jdk: 'Jdk',
7857
+ packageType: 'PackageType',
7858
+ packageUrl: 'PackageUrl',
7859
+ packageVersion: 'PackageVersion',
7860
+ replicas: 'Replicas',
7861
+ runningInstances: 'RunningInstances',
7862
+ webContainer: 'WebContainer',
7863
+ };
7864
+ }
7865
+
7866
+ static types(): { [key: string]: any } {
7867
+ return {
7868
+ edasContainerVersion: 'string',
7869
+ groupId: 'string',
7870
+ groupName: 'string',
7871
+ groupType: 'number',
7872
+ imageUrl: 'string',
7873
+ jdk: 'string',
7874
+ packageType: 'string',
7875
+ packageUrl: 'string',
7876
+ packageVersion: 'string',
7877
+ replicas: 'number',
7878
+ runningInstances: 'number',
7879
+ webContainer: 'string',
7880
+ };
7881
+ }
7882
+
7883
+ constructor(map?: { [key: string]: any }) {
7884
+ super(map);
7885
+ }
7886
+ }
7887
+
7888
+ export class DescribeApplicationImageResponseBodyData extends $tea.Model {
7889
+ crUrl?: string;
7890
+ logo?: string;
7891
+ regionId?: string;
7892
+ repoName?: string;
7893
+ repoNamespace?: string;
7894
+ repoOriginType?: string;
7895
+ repoTag?: string;
7896
+ repoType?: string;
7897
+ static names(): { [key: string]: string } {
7898
+ return {
7899
+ crUrl: 'CrUrl',
7900
+ logo: 'Logo',
7901
+ regionId: 'RegionId',
7902
+ repoName: 'RepoName',
7903
+ repoNamespace: 'RepoNamespace',
7904
+ repoOriginType: 'RepoOriginType',
7905
+ repoTag: 'RepoTag',
7906
+ repoType: 'RepoType',
7907
+ };
7908
+ }
7909
+
7910
+ static types(): { [key: string]: any } {
7911
+ return {
7912
+ crUrl: 'string',
7913
+ logo: 'string',
7914
+ regionId: 'string',
7915
+ repoName: 'string',
7916
+ repoNamespace: 'string',
7917
+ repoOriginType: 'string',
7918
+ repoTag: 'string',
7919
+ repoType: 'string',
7920
+ };
7921
+ }
7922
+
7923
+ constructor(map?: { [key: string]: any }) {
7924
+ super(map);
7925
+ }
7926
+ }
7927
+
7928
+ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
7929
+ createTimeStamp?: number;
7930
+ eip?: string;
7931
+ finishTimeStamp?: number;
7932
+ groupId?: string;
7933
+ imageUrl?: string;
7934
+ instanceContainerIp?: string;
7935
+ instanceContainerRestarts?: number;
7936
+ instanceContainerStatus?: string;
7937
+ instanceHealthStatus?: string;
7938
+ instanceId?: string;
7939
+ packageVersion?: string;
7940
+ vSwitchId?: string;
7941
+ static names(): { [key: string]: string } {
7942
+ return {
7943
+ createTimeStamp: 'CreateTimeStamp',
7944
+ eip: 'Eip',
7945
+ finishTimeStamp: 'FinishTimeStamp',
7946
+ groupId: 'GroupId',
7947
+ imageUrl: 'ImageUrl',
7948
+ instanceContainerIp: 'InstanceContainerIp',
7949
+ instanceContainerRestarts: 'InstanceContainerRestarts',
7950
+ instanceContainerStatus: 'InstanceContainerStatus',
7951
+ instanceHealthStatus: 'InstanceHealthStatus',
7952
+ instanceId: 'InstanceId',
7953
+ packageVersion: 'PackageVersion',
7954
+ vSwitchId: 'VSwitchId',
7955
+ };
7956
+ }
7957
+
7958
+ static types(): { [key: string]: any } {
7959
+ return {
7960
+ createTimeStamp: 'number',
7961
+ eip: 'string',
7962
+ finishTimeStamp: 'number',
7963
+ groupId: 'string',
7964
+ imageUrl: 'string',
7965
+ instanceContainerIp: 'string',
7966
+ instanceContainerRestarts: 'number',
7967
+ instanceContainerStatus: 'string',
7968
+ instanceHealthStatus: 'string',
7969
+ instanceId: 'string',
7970
+ packageVersion: 'string',
7971
+ vSwitchId: 'string',
7972
+ };
7973
+ }
7974
+
7975
+ constructor(map?: { [key: string]: any }) {
7976
+ super(map);
7977
+ }
7978
+ }
7979
+
7980
+ export class DescribeApplicationInstancesResponseBodyData extends $tea.Model {
7981
+ currentPage?: number;
7982
+ instances?: DescribeApplicationInstancesResponseBodyDataInstances[];
7983
+ pageSize?: number;
7984
+ totalSize?: number;
7985
+ static names(): { [key: string]: string } {
7986
+ return {
7987
+ currentPage: 'CurrentPage',
7988
+ instances: 'Instances',
7989
+ pageSize: 'PageSize',
7990
+ totalSize: 'TotalSize',
7991
+ };
7992
+ }
7993
+
7994
+ static types(): { [key: string]: any } {
7995
+ return {
7996
+ currentPage: 'number',
7997
+ instances: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstances },
7998
+ pageSize: 'number',
7999
+ totalSize: 'number',
8000
+ };
8001
+ }
8002
+
8003
+ constructor(map?: { [key: string]: any }) {
8004
+ super(map);
8005
+ }
8006
+ }
8007
+
8008
+ export class DescribeApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
8009
+ metricTargetAverageUtilization?: number;
8010
+ metricType?: string;
8011
+ static names(): { [key: string]: string } {
8012
+ return {
8013
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
8014
+ metricType: 'MetricType',
8015
+ };
8016
+ }
8017
+
8018
+ static types(): { [key: string]: any } {
8019
+ return {
8020
+ metricTargetAverageUtilization: 'number',
8021
+ metricType: 'string',
8022
+ };
8023
+ }
8024
+
8025
+ constructor(map?: { [key: string]: any }) {
8026
+ super(map);
8027
+ }
8028
+ }
8029
+
8030
+ export class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics extends $tea.Model {
8031
+ currentValue?: number;
8032
+ name?: string;
8033
+ type?: string;
8034
+ static names(): { [key: string]: string } {
8035
+ return {
8036
+ currentValue: 'CurrentValue',
8037
+ name: 'Name',
8038
+ type: 'Type',
8039
+ };
8040
+ }
8041
+
8042
+ static types(): { [key: string]: any } {
8043
+ return {
8044
+ currentValue: 'number',
8045
+ name: 'string',
8046
+ type: 'string',
8047
+ };
8048
+ }
8049
+
8050
+ constructor(map?: { [key: string]: any }) {
8051
+ super(map);
8052
+ }
8053
+ }
8054
+
8055
+ export class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics extends $tea.Model {
8056
+ name?: string;
8057
+ nextScaleInAverageUtilization?: number;
8058
+ nextScaleOutAverageUtilization?: number;
8059
+ static names(): { [key: string]: string } {
8060
+ return {
8061
+ name: 'Name',
8062
+ nextScaleInAverageUtilization: 'NextScaleInAverageUtilization',
8063
+ nextScaleOutAverageUtilization: 'NextScaleOutAverageUtilization',
8064
+ };
8065
+ }
8066
+
8067
+ static types(): { [key: string]: any } {
8068
+ return {
8069
+ name: 'string',
8070
+ nextScaleInAverageUtilization: 'number',
8071
+ nextScaleOutAverageUtilization: 'number',
8072
+ };
8073
+ }
8074
+
8075
+ constructor(map?: { [key: string]: any }) {
8076
+ super(map);
8077
+ }
8078
+ }
8079
+
8080
+ export class DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus extends $tea.Model {
8081
+ currentMetrics?: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics[];
8082
+ currentReplicas?: number;
8083
+ desiredReplicas?: number;
8084
+ lastScaleTime?: string;
8085
+ nextScaleMetrics?: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics[];
8086
+ nextScaleTimePeriod?: number;
8087
+ static names(): { [key: string]: string } {
8088
+ return {
8089
+ currentMetrics: 'CurrentMetrics',
8090
+ currentReplicas: 'CurrentReplicas',
8091
+ desiredReplicas: 'DesiredReplicas',
8092
+ lastScaleTime: 'LastScaleTime',
8093
+ nextScaleMetrics: 'NextScaleMetrics',
8094
+ nextScaleTimePeriod: 'NextScaleTimePeriod',
8095
+ };
8096
+ }
8097
+
8098
+ static types(): { [key: string]: any } {
8099
+ return {
8100
+ currentMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusCurrentMetrics },
8101
+ currentReplicas: 'number',
8102
+ desiredReplicas: 'number',
8103
+ lastScaleTime: 'string',
8104
+ nextScaleMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatusNextScaleMetrics },
8105
+ nextScaleTimePeriod: 'number',
8106
+ };
8107
+ }
8108
+
8109
+ constructor(map?: { [key: string]: any }) {
8110
+ super(map);
8111
+ }
8112
+ }
8113
+
8114
+ export class DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules extends $tea.Model {
8115
+ disabled?: boolean;
8116
+ stabilizationWindowSeconds?: number;
8117
+ step?: number;
8118
+ static names(): { [key: string]: string } {
8119
+ return {
8120
+ disabled: 'Disabled',
8121
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
8122
+ step: 'Step',
8123
+ };
8124
+ }
8125
+
8126
+ static types(): { [key: string]: any } {
8127
+ return {
8128
+ disabled: 'boolean',
8129
+ stabilizationWindowSeconds: 'number',
8130
+ step: 'number',
8131
+ };
8132
+ }
8133
+
8134
+ constructor(map?: { [key: string]: any }) {
8135
+ super(map);
8136
+ }
8137
+ }
8138
+
8139
+ export class DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules extends $tea.Model {
8140
+ disabled?: boolean;
8141
+ stabilizationWindowSeconds?: number;
8142
+ step?: number;
8143
+ static names(): { [key: string]: string } {
8144
+ return {
8145
+ disabled: 'Disabled',
8146
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
8147
+ step: 'Step',
8148
+ };
8149
+ }
8150
+
8151
+ static types(): { [key: string]: any } {
8152
+ return {
8153
+ disabled: 'boolean',
8154
+ stabilizationWindowSeconds: 'number',
8155
+ step: 'number',
8156
+ };
8157
+ }
8158
+
8159
+ constructor(map?: { [key: string]: any }) {
8160
+ super(map);
8161
+ }
8162
+ }
8163
+
8164
+ export class DescribeApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
8165
+ maxReplicas?: number;
8166
+ metrics?: DescribeApplicationScalingRuleResponseBodyDataMetricMetrics[];
8167
+ metricsStatus?: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus;
8168
+ minReplicas?: number;
8169
+ scaleDownRules?: DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules;
8170
+ scaleUpRules?: DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules;
8171
+ static names(): { [key: string]: string } {
8172
+ return {
8173
+ maxReplicas: 'MaxReplicas',
8174
+ metrics: 'Metrics',
8175
+ metricsStatus: 'MetricsStatus',
8176
+ minReplicas: 'MinReplicas',
8177
+ scaleDownRules: 'ScaleDownRules',
8178
+ scaleUpRules: 'ScaleUpRules',
8179
+ };
8180
+ }
8181
+
8182
+ static types(): { [key: string]: any } {
8183
+ return {
8184
+ maxReplicas: 'number',
8185
+ metrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataMetricMetrics },
8186
+ metricsStatus: DescribeApplicationScalingRuleResponseBodyDataMetricMetricsStatus,
8187
+ minReplicas: 'number',
8188
+ scaleDownRules: DescribeApplicationScalingRuleResponseBodyDataMetricScaleDownRules,
8189
+ scaleUpRules: DescribeApplicationScalingRuleResponseBodyDataMetricScaleUpRules,
8190
+ };
8191
+ }
8192
+
8193
+ constructor(map?: { [key: string]: any }) {
8194
+ super(map);
8195
+ }
8196
+ }
8197
+
8198
+ export class DescribeApplicationScalingRuleResponseBodyDataTimerSchedules extends $tea.Model {
8199
+ atTime?: string;
8200
+ targetReplicas?: number;
8201
+ static names(): { [key: string]: string } {
8202
+ return {
8203
+ atTime: 'AtTime',
8204
+ targetReplicas: 'TargetReplicas',
8205
+ };
8206
+ }
8207
+
8208
+ static types(): { [key: string]: any } {
8209
+ return {
8210
+ atTime: 'string',
8211
+ targetReplicas: 'number',
8212
+ };
8213
+ }
8214
+
8215
+ constructor(map?: { [key: string]: any }) {
8216
+ super(map);
8217
+ }
8218
+ }
8219
+
8220
+ export class DescribeApplicationScalingRuleResponseBodyDataTimer extends $tea.Model {
8221
+ beginDate?: string;
8222
+ endDate?: string;
8223
+ period?: string;
8224
+ schedules?: DescribeApplicationScalingRuleResponseBodyDataTimerSchedules[];
8225
+ static names(): { [key: string]: string } {
8226
+ return {
8227
+ beginDate: 'BeginDate',
8228
+ endDate: 'EndDate',
8229
+ period: 'Period',
8230
+ schedules: 'Schedules',
8231
+ };
8232
+ }
8233
+
8234
+ static types(): { [key: string]: any } {
8235
+ return {
8236
+ beginDate: 'string',
8237
+ endDate: 'string',
8238
+ period: 'string',
8239
+ schedules: { 'type': 'array', 'itemType': DescribeApplicationScalingRuleResponseBodyDataTimerSchedules },
8240
+ };
8241
+ }
8242
+
8243
+ constructor(map?: { [key: string]: any }) {
8244
+ super(map);
8245
+ }
8246
+ }
8247
+
8248
+ export class DescribeApplicationScalingRuleResponseBodyData extends $tea.Model {
8249
+ appId?: string;
8250
+ createTime?: number;
8251
+ lastDisableTime?: number;
8252
+ metric?: DescribeApplicationScalingRuleResponseBodyDataMetric;
8253
+ scaleRuleEnabled?: boolean;
8254
+ scaleRuleName?: string;
8255
+ scaleRuleType?: string;
8256
+ timer?: DescribeApplicationScalingRuleResponseBodyDataTimer;
8257
+ updateTime?: number;
8258
+ static names(): { [key: string]: string } {
8259
+ return {
8260
+ appId: 'AppId',
8261
+ createTime: 'CreateTime',
8262
+ lastDisableTime: 'LastDisableTime',
8263
+ metric: 'Metric',
8264
+ scaleRuleEnabled: 'ScaleRuleEnabled',
8265
+ scaleRuleName: 'ScaleRuleName',
8266
+ scaleRuleType: 'ScaleRuleType',
8267
+ timer: 'Timer',
8268
+ updateTime: 'UpdateTime',
8269
+ };
8270
+ }
8271
+
8272
+ static types(): { [key: string]: any } {
8273
+ return {
8274
+ appId: 'string',
8275
+ createTime: 'number',
8276
+ lastDisableTime: 'number',
8277
+ metric: DescribeApplicationScalingRuleResponseBodyDataMetric,
8278
+ scaleRuleEnabled: 'boolean',
8279
+ scaleRuleName: 'string',
8280
+ scaleRuleType: 'string',
8281
+ timer: DescribeApplicationScalingRuleResponseBodyDataTimer,
8282
+ updateTime: 'number',
8283
+ };
8284
+ }
8285
+
8286
+ constructor(map?: { [key: string]: any }) {
8287
+ super(map);
8288
+ }
8289
+ }
8290
+
8291
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics extends $tea.Model {
8292
+ metricTargetAverageUtilization?: number;
8293
+ metricType?: string;
8294
+ static names(): { [key: string]: string } {
8295
+ return {
8296
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
8297
+ metricType: 'MetricType',
8298
+ };
8299
+ }
8300
+
8301
+ static types(): { [key: string]: any } {
8302
+ return {
8303
+ metricTargetAverageUtilization: 'number',
8304
+ metricType: 'string',
8305
+ };
8306
+ }
8307
+
8308
+ constructor(map?: { [key: string]: any }) {
8309
+ super(map);
8310
+ }
8311
+ }
8312
+
8313
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics extends $tea.Model {
8314
+ currentValue?: number;
8315
+ name?: string;
8316
+ type?: string;
8317
+ static names(): { [key: string]: string } {
8318
+ return {
8319
+ currentValue: 'CurrentValue',
8320
+ name: 'Name',
8321
+ type: 'Type',
8322
+ };
8323
+ }
8324
+
8325
+ static types(): { [key: string]: any } {
8326
+ return {
8327
+ currentValue: 'number',
8328
+ name: 'string',
8329
+ type: 'string',
8330
+ };
8331
+ }
8332
+
8333
+ constructor(map?: { [key: string]: any }) {
8334
+ super(map);
8335
+ }
8336
+ }
8337
+
8338
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics extends $tea.Model {
8339
+ name?: string;
8340
+ nextScaleInAverageUtilization?: number;
8341
+ nextScaleOutAverageUtilization?: number;
8342
+ static names(): { [key: string]: string } {
8343
+ return {
8344
+ name: 'Name',
8345
+ nextScaleInAverageUtilization: 'NextScaleInAverageUtilization',
8346
+ nextScaleOutAverageUtilization: 'NextScaleOutAverageUtilization',
8347
+ };
8348
+ }
8349
+
8350
+ static types(): { [key: string]: any } {
8351
+ return {
8352
+ name: 'string',
8353
+ nextScaleInAverageUtilization: 'number',
8354
+ nextScaleOutAverageUtilization: 'number',
8355
+ };
8356
+ }
8357
+
8358
+ constructor(map?: { [key: string]: any }) {
8359
+ super(map);
8360
+ }
8361
+ }
8362
+
8363
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus extends $tea.Model {
8364
+ currentMetrics?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics[];
8365
+ currentReplicas?: number;
8366
+ desiredReplicas?: number;
8367
+ lastScaleTime?: string;
8368
+ maxReplicas?: number;
8369
+ minReplicas?: number;
8370
+ nextScaleMetrics?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics[];
8371
+ nextScaleTimePeriod?: number;
7331
8372
  static names(): { [key: string]: string } {
7332
8373
  return {
7333
- edasContainerVersion: 'EdasContainerVersion',
7334
- groupId: 'GroupId',
7335
- groupName: 'GroupName',
7336
- groupType: 'GroupType',
7337
- imageUrl: 'ImageUrl',
7338
- jdk: 'Jdk',
7339
- packageType: 'PackageType',
7340
- packageUrl: 'PackageUrl',
7341
- packageVersion: 'PackageVersion',
7342
- replicas: 'Replicas',
7343
- runningInstances: 'RunningInstances',
7344
- webContainer: 'WebContainer',
8374
+ currentMetrics: 'CurrentMetrics',
8375
+ currentReplicas: 'CurrentReplicas',
8376
+ desiredReplicas: 'DesiredReplicas',
8377
+ lastScaleTime: 'LastScaleTime',
8378
+ maxReplicas: 'MaxReplicas',
8379
+ minReplicas: 'MinReplicas',
8380
+ nextScaleMetrics: 'NextScaleMetrics',
8381
+ nextScaleTimePeriod: 'NextScaleTimePeriod',
7345
8382
  };
7346
8383
  }
7347
8384
 
7348
8385
  static types(): { [key: string]: any } {
7349
8386
  return {
7350
- edasContainerVersion: 'string',
7351
- groupId: 'string',
7352
- groupName: 'string',
7353
- groupType: 'number',
7354
- imageUrl: 'string',
7355
- jdk: 'string',
7356
- packageType: 'string',
7357
- packageUrl: 'string',
7358
- packageVersion: 'string',
7359
- replicas: 'number',
7360
- runningInstances: 'number',
7361
- webContainer: 'string',
8387
+ currentMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusCurrentMetrics },
8388
+ currentReplicas: 'number',
8389
+ desiredReplicas: 'number',
8390
+ lastScaleTime: 'string',
8391
+ maxReplicas: 'number',
8392
+ minReplicas: 'number',
8393
+ nextScaleMetrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatusNextScaleMetrics },
8394
+ nextScaleTimePeriod: 'number',
7362
8395
  };
7363
8396
  }
7364
8397
 
@@ -7367,38 +8400,23 @@ export class DescribeApplicationGroupsResponseBodyData extends $tea.Model {
7367
8400
  }
7368
8401
  }
7369
8402
 
7370
- export class DescribeApplicationImageResponseBodyData extends $tea.Model {
7371
- crUrl?: string;
7372
- logo?: string;
7373
- regionId?: string;
7374
- repoName?: string;
7375
- repoNamespace?: string;
7376
- repoOriginType?: string;
7377
- repoTag?: string;
7378
- repoType?: string;
8403
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules extends $tea.Model {
8404
+ disabled?: boolean;
8405
+ stabilizationWindowSeconds?: number;
8406
+ step?: number;
7379
8407
  static names(): { [key: string]: string } {
7380
8408
  return {
7381
- crUrl: 'CrUrl',
7382
- logo: 'Logo',
7383
- regionId: 'RegionId',
7384
- repoName: 'RepoName',
7385
- repoNamespace: 'RepoNamespace',
7386
- repoOriginType: 'RepoOriginType',
7387
- repoTag: 'RepoTag',
7388
- repoType: 'RepoType',
8409
+ disabled: 'Disabled',
8410
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
8411
+ step: 'Step',
7389
8412
  };
7390
8413
  }
7391
8414
 
7392
8415
  static types(): { [key: string]: any } {
7393
8416
  return {
7394
- crUrl: 'string',
7395
- logo: 'string',
7396
- regionId: 'string',
7397
- repoName: 'string',
7398
- repoNamespace: 'string',
7399
- repoOriginType: 'string',
7400
- repoTag: 'string',
7401
- repoType: 'string',
8417
+ disabled: 'boolean',
8418
+ stabilizationWindowSeconds: 'number',
8419
+ step: 'number',
7402
8420
  };
7403
8421
  }
7404
8422
 
@@ -7407,47 +8425,23 @@ export class DescribeApplicationImageResponseBodyData extends $tea.Model {
7407
8425
  }
7408
8426
  }
7409
8427
 
7410
- export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
7411
- createTimeStamp?: number;
7412
- eip?: string;
7413
- groupId?: string;
7414
- imageUrl?: string;
7415
- instanceContainerIp?: string;
7416
- instanceContainerRestarts?: number;
7417
- instanceContainerStatus?: string;
7418
- instanceHealthStatus?: string;
7419
- instanceId?: string;
7420
- packageVersion?: string;
7421
- vSwitchId?: string;
8428
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules extends $tea.Model {
8429
+ disabled?: boolean;
8430
+ stabilizationWindowSeconds?: number;
8431
+ step?: number;
7422
8432
  static names(): { [key: string]: string } {
7423
8433
  return {
7424
- createTimeStamp: 'CreateTimeStamp',
7425
- eip: 'Eip',
7426
- groupId: 'GroupId',
7427
- imageUrl: 'ImageUrl',
7428
- instanceContainerIp: 'InstanceContainerIp',
7429
- instanceContainerRestarts: 'InstanceContainerRestarts',
7430
- instanceContainerStatus: 'InstanceContainerStatus',
7431
- instanceHealthStatus: 'InstanceHealthStatus',
7432
- instanceId: 'InstanceId',
7433
- packageVersion: 'PackageVersion',
7434
- vSwitchId: 'VSwitchId',
8434
+ disabled: 'Disabled',
8435
+ stabilizationWindowSeconds: 'StabilizationWindowSeconds',
8436
+ step: 'Step',
7435
8437
  };
7436
8438
  }
7437
8439
 
7438
8440
  static types(): { [key: string]: any } {
7439
8441
  return {
7440
- createTimeStamp: 'number',
7441
- eip: 'string',
7442
- groupId: 'string',
7443
- imageUrl: 'string',
7444
- instanceContainerIp: 'string',
7445
- instanceContainerRestarts: 'number',
7446
- instanceContainerStatus: 'string',
7447
- instanceHealthStatus: 'string',
7448
- instanceId: 'string',
7449
- packageVersion: 'string',
7450
- vSwitchId: 'string',
8442
+ disabled: 'boolean',
8443
+ stabilizationWindowSeconds: 'number',
8444
+ step: 'number',
7451
8445
  };
7452
8446
  }
7453
8447
 
@@ -7456,26 +8450,32 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
7456
8450
  }
7457
8451
  }
7458
8452
 
7459
- export class DescribeApplicationInstancesResponseBodyData extends $tea.Model {
7460
- currentPage?: number;
7461
- instances?: DescribeApplicationInstancesResponseBodyDataInstances[];
7462
- pageSize?: number;
7463
- totalSize?: number;
8453
+ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric extends $tea.Model {
8454
+ maxReplicas?: number;
8455
+ metrics?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics[];
8456
+ metricsStatus?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus;
8457
+ minReplicas?: number;
8458
+ scaleDownRules?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules;
8459
+ scaleUpRules?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules;
7464
8460
  static names(): { [key: string]: string } {
7465
8461
  return {
7466
- currentPage: 'CurrentPage',
7467
- instances: 'Instances',
7468
- pageSize: 'PageSize',
7469
- totalSize: 'TotalSize',
8462
+ maxReplicas: 'MaxReplicas',
8463
+ metrics: 'Metrics',
8464
+ metricsStatus: 'MetricsStatus',
8465
+ minReplicas: 'MinReplicas',
8466
+ scaleDownRules: 'ScaleDownRules',
8467
+ scaleUpRules: 'ScaleUpRules',
7470
8468
  };
7471
8469
  }
7472
8470
 
7473
8471
  static types(): { [key: string]: any } {
7474
8472
  return {
7475
- currentPage: 'number',
7476
- instances: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstances },
7477
- pageSize: 'number',
7478
- totalSize: 'number',
8473
+ maxReplicas: 'number',
8474
+ metrics: { 'type': 'array', 'itemType': DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetrics },
8475
+ metricsStatus: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricMetricsStatus,
8476
+ minReplicas: 'number',
8477
+ scaleDownRules: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleDownRules,
8478
+ scaleUpRules: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetricScaleUpRules,
7479
8479
  };
7480
8480
  }
7481
8481
 
@@ -7543,6 +8543,8 @@ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRu
7543
8543
  export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRules extends $tea.Model {
7544
8544
  appId?: string;
7545
8545
  createTime?: number;
8546
+ lastDisableTime?: number;
8547
+ metric?: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric;
7546
8548
  scaleRuleEnabled?: boolean;
7547
8549
  scaleRuleName?: string;
7548
8550
  scaleRuleType?: string;
@@ -7552,6 +8554,8 @@ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRu
7552
8554
  return {
7553
8555
  appId: 'AppId',
7554
8556
  createTime: 'CreateTime',
8557
+ lastDisableTime: 'LastDisableTime',
8558
+ metric: 'Metric',
7555
8559
  scaleRuleEnabled: 'ScaleRuleEnabled',
7556
8560
  scaleRuleName: 'ScaleRuleName',
7557
8561
  scaleRuleType: 'ScaleRuleType',
@@ -7564,6 +8568,8 @@ export class DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRu
7564
8568
  return {
7565
8569
  appId: 'string',
7566
8570
  createTime: 'number',
8571
+ lastDisableTime: 'number',
8572
+ metric: DescribeApplicationScalingRulesResponseBodyDataApplicationScalingRulesMetric,
7567
8573
  scaleRuleEnabled: 'boolean',
7568
8574
  scaleRuleName: 'string',
7569
8575
  scaleRuleType: 'string',
@@ -7702,6 +8708,7 @@ export class DescribeApplicationStatusResponseBodyData extends $tea.Model {
7702
8708
  createTime?: string;
7703
8709
  currentStatus?: string;
7704
8710
  enableAgent?: boolean;
8711
+ fileSizeLimit?: number;
7705
8712
  lastChangeOrderId?: string;
7706
8713
  lastChangeOrderRunning?: boolean;
7707
8714
  lastChangeOrderStatus?: string;
@@ -7715,6 +8722,7 @@ export class DescribeApplicationStatusResponseBodyData extends $tea.Model {
7715
8722
  createTime: 'CreateTime',
7716
8723
  currentStatus: 'CurrentStatus',
7717
8724
  enableAgent: 'EnableAgent',
8725
+ fileSizeLimit: 'FileSizeLimit',
7718
8726
  lastChangeOrderId: 'LastChangeOrderId',
7719
8727
  lastChangeOrderRunning: 'LastChangeOrderRunning',
7720
8728
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -7731,6 +8739,7 @@ export class DescribeApplicationStatusResponseBodyData extends $tea.Model {
7731
8739
  createTime: 'string',
7732
8740
  currentStatus: 'string',
7733
8741
  enableAgent: 'boolean',
8742
+ fileSizeLimit: 'number',
7734
8743
  lastChangeOrderId: 'string',
7735
8744
  lastChangeOrderRunning: 'boolean',
7736
8745
  lastChangeOrderStatus: 'string',
@@ -7782,6 +8791,7 @@ export class DescribeChangeOrderResponseBodyDataPipelines extends $tea.Model {
7782
8791
  }
7783
8792
 
7784
8793
  export class DescribeChangeOrderResponseBodyData extends $tea.Model {
8794
+ appId?: string;
7785
8795
  appName?: string;
7786
8796
  approvalId?: string;
7787
8797
  auto?: boolean;
@@ -7801,6 +8811,7 @@ export class DescribeChangeOrderResponseBodyData extends $tea.Model {
7801
8811
  supportRollback?: boolean;
7802
8812
  static names(): { [key: string]: string } {
7803
8813
  return {
8814
+ appId: 'AppId',
7804
8815
  appName: 'AppName',
7805
8816
  approvalId: 'ApprovalId',
7806
8817
  auto: 'Auto',
@@ -7823,6 +8834,7 @@ export class DescribeChangeOrderResponseBodyData extends $tea.Model {
7823
8834
 
7824
8835
  static types(): { [key: string]: any } {
7825
8836
  return {
8837
+ appId: 'string',
7826
8838
  appName: 'string',
7827
8839
  approvalId: 'string',
7828
8840
  auto: 'boolean',
@@ -7938,6 +8950,103 @@ export class DescribeConfigMapResponseBodyData extends $tea.Model {
7938
8950
  }
7939
8951
  }
7940
8952
 
8953
+ export class DescribeConfigurationPriceResponseBodyDataBagUsage extends $tea.Model {
8954
+ cpu?: number;
8955
+ mem?: number;
8956
+ static names(): { [key: string]: string } {
8957
+ return {
8958
+ cpu: 'Cpu',
8959
+ mem: 'Mem',
8960
+ };
8961
+ }
8962
+
8963
+ static types(): { [key: string]: any } {
8964
+ return {
8965
+ cpu: 'number',
8966
+ mem: 'number',
8967
+ };
8968
+ }
8969
+
8970
+ constructor(map?: { [key: string]: any }) {
8971
+ super(map);
8972
+ }
8973
+ }
8974
+
8975
+ export class DescribeConfigurationPriceResponseBodyDataOrder extends $tea.Model {
8976
+ discountAmount?: number;
8977
+ originalAmount?: number;
8978
+ ruleIds?: string[];
8979
+ tradeAmount?: number;
8980
+ static names(): { [key: string]: string } {
8981
+ return {
8982
+ discountAmount: 'DiscountAmount',
8983
+ originalAmount: 'OriginalAmount',
8984
+ ruleIds: 'RuleIds',
8985
+ tradeAmount: 'TradeAmount',
8986
+ };
8987
+ }
8988
+
8989
+ static types(): { [key: string]: any } {
8990
+ return {
8991
+ discountAmount: 'number',
8992
+ originalAmount: 'number',
8993
+ ruleIds: { 'type': 'array', 'itemType': 'string' },
8994
+ tradeAmount: 'number',
8995
+ };
8996
+ }
8997
+
8998
+ constructor(map?: { [key: string]: any }) {
8999
+ super(map);
9000
+ }
9001
+ }
9002
+
9003
+ export class DescribeConfigurationPriceResponseBodyDataRules extends $tea.Model {
9004
+ name?: string;
9005
+ ruleDescId?: number;
9006
+ static names(): { [key: string]: string } {
9007
+ return {
9008
+ name: 'Name',
9009
+ ruleDescId: 'RuleDescId',
9010
+ };
9011
+ }
9012
+
9013
+ static types(): { [key: string]: any } {
9014
+ return {
9015
+ name: 'string',
9016
+ ruleDescId: 'number',
9017
+ };
9018
+ }
9019
+
9020
+ constructor(map?: { [key: string]: any }) {
9021
+ super(map);
9022
+ }
9023
+ }
9024
+
9025
+ export class DescribeConfigurationPriceResponseBodyData extends $tea.Model {
9026
+ bagUsage?: DescribeConfigurationPriceResponseBodyDataBagUsage;
9027
+ order?: DescribeConfigurationPriceResponseBodyDataOrder;
9028
+ rules?: DescribeConfigurationPriceResponseBodyDataRules[];
9029
+ static names(): { [key: string]: string } {
9030
+ return {
9031
+ bagUsage: 'BagUsage',
9032
+ order: 'Order',
9033
+ rules: 'Rules',
9034
+ };
9035
+ }
9036
+
9037
+ static types(): { [key: string]: any } {
9038
+ return {
9039
+ bagUsage: DescribeConfigurationPriceResponseBodyDataBagUsage,
9040
+ order: DescribeConfigurationPriceResponseBodyDataOrder,
9041
+ rules: { 'type': 'array', 'itemType': DescribeConfigurationPriceResponseBodyDataRules },
9042
+ };
9043
+ }
9044
+
9045
+ constructor(map?: { [key: string]: any }) {
9046
+ super(map);
9047
+ }
9048
+ }
9049
+
7941
9050
  export class DescribeEdasContainersResponseBodyData extends $tea.Model {
7942
9051
  disabled?: boolean;
7943
9052
  edasContainerVersion?: string;
@@ -8094,6 +9203,7 @@ export class DescribeGreyTagRouteResponseBodyDataScRules extends $tea.Model {
8094
9203
  }
8095
9204
 
8096
9205
  export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
9206
+ appId?: string;
8097
9207
  createTime?: number;
8098
9208
  description?: string;
8099
9209
  dubboRules?: DescribeGreyTagRouteResponseBodyDataDubboRules[];
@@ -8103,6 +9213,7 @@ export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
8103
9213
  updateTime?: number;
8104
9214
  static names(): { [key: string]: string } {
8105
9215
  return {
9216
+ appId: 'AppId',
8106
9217
  createTime: 'CreateTime',
8107
9218
  description: 'Description',
8108
9219
  dubboRules: 'DubboRules',
@@ -8115,6 +9226,7 @@ export class DescribeGreyTagRouteResponseBodyData extends $tea.Model {
8115
9226
 
8116
9227
  static types(): { [key: string]: any } {
8117
9228
  return {
9229
+ appId: 'string',
8118
9230
  createTime: 'number',
8119
9231
  description: 'string',
8120
9232
  dubboRules: { 'type': 'array', 'itemType': DescribeGreyTagRouteResponseBodyDataDubboRules },
@@ -8192,6 +9304,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
8192
9304
  description?: string;
8193
9305
  id?: number;
8194
9306
  listenerPort?: number;
9307
+ listenerProtocol?: string;
9308
+ loadBalanceType?: string;
8195
9309
  name?: string;
8196
9310
  namespaceId?: string;
8197
9311
  rules?: DescribeIngressResponseBodyDataRules[];
@@ -8204,6 +9318,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
8204
9318
  description: 'Description',
8205
9319
  id: 'Id',
8206
9320
  listenerPort: 'ListenerPort',
9321
+ listenerProtocol: 'ListenerProtocol',
9322
+ loadBalanceType: 'LoadBalanceType',
8207
9323
  name: 'Name',
8208
9324
  namespaceId: 'NamespaceId',
8209
9325
  rules: 'Rules',
@@ -8219,6 +9335,8 @@ export class DescribeIngressResponseBodyData extends $tea.Model {
8219
9335
  description: 'string',
8220
9336
  id: 'number',
8221
9337
  listenerPort: 'number',
9338
+ listenerProtocol: 'string',
9339
+ loadBalanceType: 'string',
8222
9340
  name: 'string',
8223
9341
  namespaceId: 'string',
8224
9342
  rules: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRules },
@@ -8344,6 +9462,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
8344
9462
  appCount?: number;
8345
9463
  belongRegion?: string;
8346
9464
  description?: string;
9465
+ jumpServerAppId?: string;
9466
+ jumpServerIp?: string;
8347
9467
  lastChangeOrderId?: string;
8348
9468
  lastChangeOrderRunning?: boolean;
8349
9469
  lastChangeOrderStatus?: string;
@@ -8362,6 +9482,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
8362
9482
  appCount: 'AppCount',
8363
9483
  belongRegion: 'BelongRegion',
8364
9484
  description: 'Description',
9485
+ jumpServerAppId: 'JumpServerAppId',
9486
+ jumpServerIp: 'JumpServerIp',
8365
9487
  lastChangeOrderId: 'LastChangeOrderId',
8366
9488
  lastChangeOrderRunning: 'LastChangeOrderRunning',
8367
9489
  lastChangeOrderStatus: 'LastChangeOrderStatus',
@@ -8383,6 +9505,8 @@ export class DescribeNamespaceResourcesResponseBodyData extends $tea.Model {
8383
9505
  appCount: 'number',
8384
9506
  belongRegion: 'string',
8385
9507
  description: 'string',
9508
+ jumpServerAppId: 'string',
9509
+ jumpServerIp: 'string',
8386
9510
  lastChangeOrderId: 'string',
8387
9511
  lastChangeOrderRunning: 'boolean',
8388
9512
  lastChangeOrderStatus: 'string',
@@ -8715,20 +9839,16 @@ export class ListAppEventsResponseBodyData extends $tea.Model {
8715
9839
  }
8716
9840
 
8717
9841
  export class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
8718
- clusterName?: string;
8719
9842
  edasAppId?: string;
8720
9843
  edasAppName?: string;
8721
- gmtModifyTime?: string;
8722
9844
  group?: string;
8723
9845
  instanceNum?: number;
8724
9846
  serviceName?: string;
8725
9847
  version?: string;
8726
9848
  static names(): { [key: string]: string } {
8727
9849
  return {
8728
- clusterName: 'ClusterName',
8729
9850
  edasAppId: 'EdasAppId',
8730
9851
  edasAppName: 'EdasAppName',
8731
- gmtModifyTime: 'GmtModifyTime',
8732
9852
  group: 'Group',
8733
9853
  instanceNum: 'InstanceNum',
8734
9854
  serviceName: 'ServiceName',
@@ -8738,10 +9858,8 @@ export class ListAppServicesPageResponseBodyDataResult extends $tea.Model {
8738
9858
 
8739
9859
  static types(): { [key: string]: any } {
8740
9860
  return {
8741
- clusterName: 'string',
8742
9861
  edasAppId: 'string',
8743
9862
  edasAppName: 'string',
8744
- gmtModifyTime: 'string',
8745
9863
  group: 'string',
8746
9864
  instanceNum: 'number',
8747
9865
  serviceName: 'string',
@@ -9235,6 +10353,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
9235
10353
  description?: string;
9236
10354
  id?: number;
9237
10355
  listenerPort?: string;
10356
+ listenerProtocol?: string;
10357
+ loadBalanceType?: string;
9238
10358
  name?: string;
9239
10359
  namespaceId?: string;
9240
10360
  slbId?: string;
@@ -9245,6 +10365,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
9245
10365
  description: 'Description',
9246
10366
  id: 'Id',
9247
10367
  listenerPort: 'ListenerPort',
10368
+ listenerProtocol: 'ListenerProtocol',
10369
+ loadBalanceType: 'LoadBalanceType',
9248
10370
  name: 'Name',
9249
10371
  namespaceId: 'NamespaceId',
9250
10372
  slbId: 'SlbId',
@@ -9258,6 +10380,8 @@ export class ListIngressesResponseBodyDataIngressList extends $tea.Model {
9258
10380
  description: 'string',
9259
10381
  id: 'number',
9260
10382
  listenerPort: 'string',
10383
+ listenerProtocol: 'string',
10384
+ loadBalanceType: 'string',
9261
10385
  name: 'string',
9262
10386
  namespaceId: 'string',
9263
10387
  slbId: 'string',
@@ -9788,7 +10912,45 @@ export class RollbackApplicationResponseBodyData extends $tea.Model {
9788
10912
  static types(): { [key: string]: any } {
9789
10913
  return {
9790
10914
  changeOrderId: 'string',
9791
- isNeedApproval: 'boolean',
10915
+ isNeedApproval: 'boolean',
10916
+ };
10917
+ }
10918
+
10919
+ constructor(map?: { [key: string]: any }) {
10920
+ super(map);
10921
+ }
10922
+ }
10923
+
10924
+ export class StartApplicationResponseBodyData extends $tea.Model {
10925
+ changeOrderId?: string;
10926
+ static names(): { [key: string]: string } {
10927
+ return {
10928
+ changeOrderId: 'ChangeOrderId',
10929
+ };
10930
+ }
10931
+
10932
+ static types(): { [key: string]: any } {
10933
+ return {
10934
+ changeOrderId: 'string',
10935
+ };
10936
+ }
10937
+
10938
+ constructor(map?: { [key: string]: any }) {
10939
+ super(map);
10940
+ }
10941
+ }
10942
+
10943
+ export class StopApplicationResponseBodyData extends $tea.Model {
10944
+ changeOrderId?: string;
10945
+ static names(): { [key: string]: string } {
10946
+ return {
10947
+ changeOrderId: 'ChangeOrderId',
10948
+ };
10949
+ }
10950
+
10951
+ static types(): { [key: string]: any } {
10952
+ return {
10953
+ changeOrderId: 'string',
9792
10954
  };
9793
10955
  }
9794
10956
 
@@ -9797,7 +10959,7 @@ export class RollbackApplicationResponseBodyData extends $tea.Model {
9797
10959
  }
9798
10960
  }
9799
10961
 
9800
- export class StartApplicationResponseBodyData extends $tea.Model {
10962
+ export class UnbindSlbResponseBodyData extends $tea.Model {
9801
10963
  changeOrderId?: string;
9802
10964
  static names(): { [key: string]: string } {
9803
10965
  return {
@@ -9816,17 +10978,20 @@ export class StartApplicationResponseBodyData extends $tea.Model {
9816
10978
  }
9817
10979
  }
9818
10980
 
9819
- export class StopApplicationResponseBodyData extends $tea.Model {
9820
- changeOrderId?: string;
10981
+ export class UpdateApplicationScalingRuleResponseBodyDataMetricMetrics extends $tea.Model {
10982
+ metricTargetAverageUtilization?: number;
10983
+ metricType?: string;
9821
10984
  static names(): { [key: string]: string } {
9822
10985
  return {
9823
- changeOrderId: 'ChangeOrderId',
10986
+ metricTargetAverageUtilization: 'MetricTargetAverageUtilization',
10987
+ metricType: 'MetricType',
9824
10988
  };
9825
10989
  }
9826
10990
 
9827
10991
  static types(): { [key: string]: any } {
9828
10992
  return {
9829
- changeOrderId: 'string',
10993
+ metricTargetAverageUtilization: 'number',
10994
+ metricType: 'string',
9830
10995
  };
9831
10996
  }
9832
10997
 
@@ -9835,17 +11000,23 @@ export class StopApplicationResponseBodyData extends $tea.Model {
9835
11000
  }
9836
11001
  }
9837
11002
 
9838
- export class UnbindSlbResponseBodyData extends $tea.Model {
9839
- changeOrderId?: string;
11003
+ export class UpdateApplicationScalingRuleResponseBodyDataMetric extends $tea.Model {
11004
+ maxReplicas?: number;
11005
+ metrics?: UpdateApplicationScalingRuleResponseBodyDataMetricMetrics[];
11006
+ minReplicas?: number;
9840
11007
  static names(): { [key: string]: string } {
9841
11008
  return {
9842
- changeOrderId: 'ChangeOrderId',
11009
+ maxReplicas: 'MaxReplicas',
11010
+ metrics: 'Metrics',
11011
+ minReplicas: 'MinReplicas',
9843
11012
  };
9844
11013
  }
9845
11014
 
9846
11015
  static types(): { [key: string]: any } {
9847
11016
  return {
9848
- changeOrderId: 'string',
11017
+ maxReplicas: 'number',
11018
+ metrics: { 'type': 'array', 'itemType': UpdateApplicationScalingRuleResponseBodyDataMetricMetrics },
11019
+ minReplicas: 'number',
9849
11020
  };
9850
11021
  }
9851
11022
 
@@ -9907,6 +11078,8 @@ export class UpdateApplicationScalingRuleResponseBodyDataTimer extends $tea.Mode
9907
11078
  export class UpdateApplicationScalingRuleResponseBodyData extends $tea.Model {
9908
11079
  appId?: string;
9909
11080
  createTime?: number;
11081
+ lastDisableTime?: number;
11082
+ metric?: UpdateApplicationScalingRuleResponseBodyDataMetric;
9910
11083
  scaleRuleEnabled?: boolean;
9911
11084
  scaleRuleName?: string;
9912
11085
  scaleRuleType?: string;
@@ -9916,6 +11089,8 @@ export class UpdateApplicationScalingRuleResponseBodyData extends $tea.Model {
9916
11089
  return {
9917
11090
  appId: 'AppId',
9918
11091
  createTime: 'CreateTime',
11092
+ lastDisableTime: 'LastDisableTime',
11093
+ metric: 'Metric',
9919
11094
  scaleRuleEnabled: 'ScaleRuleEnabled',
9920
11095
  scaleRuleName: 'ScaleRuleName',
9921
11096
  scaleRuleType: 'ScaleRuleType',
@@ -9928,6 +11103,8 @@ export class UpdateApplicationScalingRuleResponseBodyData extends $tea.Model {
9928
11103
  return {
9929
11104
  appId: 'string',
9930
11105
  createTime: 'number',
11106
+ lastDisableTime: 'number',
11107
+ metric: UpdateApplicationScalingRuleResponseBodyDataMetric,
9931
11108
  scaleRuleEnabled: 'boolean',
9932
11109
  scaleRuleName: 'string',
9933
11110
  scaleRuleType: 'string',
@@ -10332,6 +11509,22 @@ export default class Client extends OpenApi {
10332
11509
  query["Jdk"] = request.jdk;
10333
11510
  }
10334
11511
 
11512
+ if (!Util.isUnset(request.kafkaConfigs)) {
11513
+ query["KafkaConfigs"] = request.kafkaConfigs;
11514
+ }
11515
+
11516
+ if (!Util.isUnset(request.kafkaEndpoint)) {
11517
+ query["KafkaEndpoint"] = request.kafkaEndpoint;
11518
+ }
11519
+
11520
+ if (!Util.isUnset(request.kafkaInstanceId)) {
11521
+ query["KafkaInstanceId"] = request.kafkaInstanceId;
11522
+ }
11523
+
11524
+ if (!Util.isUnset(request.kafkaLogfileConfig)) {
11525
+ query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
11526
+ }
11527
+
10335
11528
  if (!Util.isUnset(request.liveness)) {
10336
11529
  query["Liveness"] = request.liveness;
10337
11530
  }
@@ -10356,6 +11549,10 @@ export default class Client extends OpenApi {
10356
11549
  query["NasId"] = request.nasId;
10357
11550
  }
10358
11551
 
11552
+ if (!Util.isUnset(request.openCollectToKafka)) {
11553
+ query["OpenCollectToKafka"] = request.openCollectToKafka;
11554
+ }
11555
+
10359
11556
  if (!Util.isUnset(request.packageType)) {
10360
11557
  query["PackageType"] = request.packageType;
10361
11558
  }
@@ -10384,6 +11581,10 @@ export default class Client extends OpenApi {
10384
11581
  query["PreStop"] = request.preStop;
10385
11582
  }
10386
11583
 
11584
+ if (!Util.isUnset(request.programmingLanguage)) {
11585
+ query["ProgrammingLanguage"] = request.programmingLanguage;
11586
+ }
11587
+
10387
11588
  if (!Util.isUnset(request.readiness)) {
10388
11589
  query["Readiness"] = request.readiness;
10389
11590
  }
@@ -10429,6 +11630,10 @@ export default class Client extends OpenApi {
10429
11630
  }
10430
11631
 
10431
11632
  let body : {[key: string ]: any} = { };
11633
+ if (!Util.isUnset(request.acrInstanceId)) {
11634
+ body["AcrInstanceId"] = request.acrInstanceId;
11635
+ }
11636
+
10432
11637
  if (!Util.isUnset(request.associateEip)) {
10433
11638
  body["AssociateEip"] = request.associateEip;
10434
11639
  }
@@ -10485,10 +11690,22 @@ export default class Client extends OpenApi {
10485
11690
  query["AppId"] = request.appId;
10486
11691
  }
10487
11692
 
11693
+ if (!Util.isUnset(request.minReadyInstanceRatio)) {
11694
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
11695
+ }
11696
+
11697
+ if (!Util.isUnset(request.minReadyInstances)) {
11698
+ query["MinReadyInstances"] = request.minReadyInstances;
11699
+ }
11700
+
10488
11701
  if (!Util.isUnset(request.scalingRuleEnable)) {
10489
11702
  query["ScalingRuleEnable"] = request.scalingRuleEnable;
10490
11703
  }
10491
11704
 
11705
+ if (!Util.isUnset(request.scalingRuleMetric)) {
11706
+ query["ScalingRuleMetric"] = request.scalingRuleMetric;
11707
+ }
11708
+
10492
11709
  if (!Util.isUnset(request.scalingRuleName)) {
10493
11710
  query["ScalingRuleName"] = request.scalingRuleName;
10494
11711
  }
@@ -10636,6 +11853,14 @@ export default class Client extends OpenApi {
10636
11853
  query["ListenerPort"] = request.listenerPort;
10637
11854
  }
10638
11855
 
11856
+ if (!Util.isUnset(request.listenerProtocol)) {
11857
+ query["ListenerProtocol"] = request.listenerProtocol;
11858
+ }
11859
+
11860
+ if (!Util.isUnset(request.loadBalanceType)) {
11861
+ query["LoadBalanceType"] = request.loadBalanceType;
11862
+ }
11863
+
10639
11864
  if (!Util.isUnset(request.namespaceId)) {
10640
11865
  query["NamespaceId"] = request.namespaceId;
10641
11866
  }
@@ -10970,10 +12195,30 @@ export default class Client extends OpenApi {
10970
12195
  query["Jdk"] = request.jdk;
10971
12196
  }
10972
12197
 
12198
+ if (!Util.isUnset(request.kafkaConfigs)) {
12199
+ query["KafkaConfigs"] = request.kafkaConfigs;
12200
+ }
12201
+
12202
+ if (!Util.isUnset(request.kafkaEndpoint)) {
12203
+ query["KafkaEndpoint"] = request.kafkaEndpoint;
12204
+ }
12205
+
12206
+ if (!Util.isUnset(request.kafkaInstanceId)) {
12207
+ query["KafkaInstanceId"] = request.kafkaInstanceId;
12208
+ }
12209
+
12210
+ if (!Util.isUnset(request.kafkaLogfileConfig)) {
12211
+ query["KafkaLogfileConfig"] = request.kafkaLogfileConfig;
12212
+ }
12213
+
10973
12214
  if (!Util.isUnset(request.liveness)) {
10974
12215
  query["Liveness"] = request.liveness;
10975
12216
  }
10976
12217
 
12218
+ if (!Util.isUnset(request.minReadyInstanceRatio)) {
12219
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
12220
+ }
12221
+
10977
12222
  if (!Util.isUnset(request.minReadyInstances)) {
10978
12223
  query["MinReadyInstances"] = request.minReadyInstances;
10979
12224
  }
@@ -10990,6 +12235,10 @@ export default class Client extends OpenApi {
10990
12235
  query["NasId"] = request.nasId;
10991
12236
  }
10992
12237
 
12238
+ if (!Util.isUnset(request.openCollectToKafka)) {
12239
+ query["OpenCollectToKafka"] = request.openCollectToKafka;
12240
+ }
12241
+
10993
12242
  if (!Util.isUnset(request.packageUrl)) {
10994
12243
  query["PackageUrl"] = request.packageUrl;
10995
12244
  }
@@ -11297,6 +12546,41 @@ export default class Client extends OpenApi {
11297
12546
  return $tea.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
11298
12547
  }
11299
12548
 
12549
+ async describeApplicationScalingRule(request: DescribeApplicationScalingRuleRequest): Promise<DescribeApplicationScalingRuleResponse> {
12550
+ let runtime = new $Util.RuntimeOptions({ });
12551
+ let headers : {[key: string ]: string} = { };
12552
+ return await this.describeApplicationScalingRuleWithOptions(request, headers, runtime);
12553
+ }
12554
+
12555
+ async describeApplicationScalingRuleWithOptions(request: DescribeApplicationScalingRuleRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DescribeApplicationScalingRuleResponse> {
12556
+ Util.validateModel(request);
12557
+ let query : {[key: string ]: any} = { };
12558
+ if (!Util.isUnset(request.appId)) {
12559
+ query["AppId"] = request.appId;
12560
+ }
12561
+
12562
+ if (!Util.isUnset(request.scalingRuleName)) {
12563
+ query["ScalingRuleName"] = request.scalingRuleName;
12564
+ }
12565
+
12566
+ let req = new $OpenApi.OpenApiRequest({
12567
+ headers: headers,
12568
+ query: OpenApiUtil.query(query),
12569
+ });
12570
+ let params = new $OpenApi.Params({
12571
+ action: "DescribeApplicationScalingRule",
12572
+ version: "2019-05-06",
12573
+ protocol: "HTTPS",
12574
+ pathname: `/pop/v1/sam/scale/applicationScalingRule`,
12575
+ method: "GET",
12576
+ authType: "AK",
12577
+ style: "ROA",
12578
+ reqBodyType: "json",
12579
+ bodyType: "json",
12580
+ });
12581
+ return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
12582
+ }
12583
+
11300
12584
  async describeApplicationScalingRules(request: DescribeApplicationScalingRulesRequest): Promise<DescribeApplicationScalingRulesResponse> {
11301
12585
  let runtime = new $Util.RuntimeOptions({ });
11302
12586
  let headers : {[key: string ]: string} = { };
@@ -11487,6 +12771,41 @@ export default class Client extends OpenApi {
11487
12771
  return $tea.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
11488
12772
  }
11489
12773
 
12774
+ async describeConfigurationPrice(request: DescribeConfigurationPriceRequest): Promise<DescribeConfigurationPriceResponse> {
12775
+ let runtime = new $Util.RuntimeOptions({ });
12776
+ let headers : {[key: string ]: string} = { };
12777
+ return await this.describeConfigurationPriceWithOptions(request, headers, runtime);
12778
+ }
12779
+
12780
+ async describeConfigurationPriceWithOptions(request: DescribeConfigurationPriceRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DescribeConfigurationPriceResponse> {
12781
+ Util.validateModel(request);
12782
+ let query : {[key: string ]: any} = { };
12783
+ if (!Util.isUnset(request.cpu)) {
12784
+ query["Cpu"] = request.cpu;
12785
+ }
12786
+
12787
+ if (!Util.isUnset(request.memory)) {
12788
+ query["Memory"] = request.memory;
12789
+ }
12790
+
12791
+ let req = new $OpenApi.OpenApiRequest({
12792
+ headers: headers,
12793
+ query: OpenApiUtil.query(query),
12794
+ });
12795
+ let params = new $OpenApi.Params({
12796
+ action: "DescribeConfigurationPrice",
12797
+ version: "2019-05-06",
12798
+ protocol: "HTTPS",
12799
+ pathname: `/pop/v1/paas/configurationPrice`,
12800
+ method: "GET",
12801
+ authType: "AK",
12802
+ style: "ROA",
12803
+ reqBodyType: "json",
12804
+ bodyType: "json",
12805
+ });
12806
+ return $tea.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
12807
+ }
12808
+
11490
12809
  async describeEdasContainers(): Promise<DescribeEdasContainersResponse> {
11491
12810
  let runtime = new $Util.RuntimeOptions({ });
11492
12811
  let headers : {[key: string ]: string} = { };
@@ -11850,45 +13169,6 @@ export default class Client extends OpenApi {
11850
13169
  return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
11851
13170
  }
11852
13171
 
11853
- async downloadFiles(request: DownloadFilesRequest): Promise<DownloadFilesResponse> {
11854
- let runtime = new $Util.RuntimeOptions({ });
11855
- let headers : {[key: string ]: string} = { };
11856
- return await this.downloadFilesWithOptions(request, headers, runtime);
11857
- }
11858
-
11859
- async downloadFilesWithOptions(request: DownloadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<DownloadFilesResponse> {
11860
- Util.validateModel(request);
11861
- let query : {[key: string ]: any} = { };
11862
- if (!Util.isUnset(request.appId)) {
11863
- query["AppId"] = request.appId;
11864
- }
11865
-
11866
- if (!Util.isUnset(request.instanceId)) {
11867
- query["InstanceId"] = request.instanceId;
11868
- }
11869
-
11870
- if (!Util.isUnset(request.localpath)) {
11871
- query["Localpath"] = request.localpath;
11872
- }
11873
-
11874
- let req = new $OpenApi.OpenApiRequest({
11875
- headers: headers,
11876
- query: OpenApiUtil.query(query),
11877
- });
11878
- let params = new $OpenApi.Params({
11879
- action: "DownloadFiles",
11880
- version: "2019-05-06",
11881
- protocol: "HTTPS",
11882
- pathname: `/pop/v1/sam/app/downloadFiles.json`,
11883
- method: "POST",
11884
- authType: "AK",
11885
- style: "ROA",
11886
- reqBodyType: "json",
11887
- bodyType: "json",
11888
- });
11889
- return $tea.cast<DownloadFilesResponse>(await this.callApi(params, req, runtime), new DownloadFilesResponse({}));
11890
- }
11891
-
11892
13172
  async enableApplicationScalingRule(request: EnableApplicationScalingRuleRequest): Promise<EnableApplicationScalingRuleResponse> {
11893
13173
  let runtime = new $Util.RuntimeOptions({ });
11894
13174
  let headers : {[key: string ]: string} = { };
@@ -12574,6 +13854,10 @@ export default class Client extends OpenApi {
12574
13854
  query["AutoEnableApplicationScalingRule"] = request.autoEnableApplicationScalingRule;
12575
13855
  }
12576
13856
 
13857
+ if (!Util.isUnset(request.minReadyInstanceRatio)) {
13858
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
13859
+ }
13860
+
12577
13861
  if (!Util.isUnset(request.minReadyInstances)) {
12578
13862
  query["MinReadyInstances"] = request.minReadyInstances;
12579
13863
  }
@@ -12652,6 +13936,10 @@ export default class Client extends OpenApi {
12652
13936
  query["AppId"] = request.appId;
12653
13937
  }
12654
13938
 
13939
+ if (!Util.isUnset(request.minReadyInstanceRatio)) {
13940
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
13941
+ }
13942
+
12655
13943
  if (!Util.isUnset(request.minReadyInstances)) {
12656
13944
  query["MinReadyInstances"] = request.minReadyInstances;
12657
13945
  }
@@ -12730,6 +14018,10 @@ export default class Client extends OpenApi {
12730
14018
  query["BatchWaitTime"] = request.batchWaitTime;
12731
14019
  }
12732
14020
 
14021
+ if (!Util.isUnset(request.minReadyInstanceRatio)) {
14022
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
14023
+ }
14024
+
12733
14025
  if (!Util.isUnset(request.minReadyInstances)) {
12734
14026
  query["MinReadyInstances"] = request.minReadyInstances;
12735
14027
  }
@@ -12986,6 +14278,41 @@ export default class Client extends OpenApi {
12986
14278
  return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
12987
14279
  }
12988
14280
 
14281
+ async updateApplicationDescription(request: UpdateApplicationDescriptionRequest): Promise<UpdateApplicationDescriptionResponse> {
14282
+ let runtime = new $Util.RuntimeOptions({ });
14283
+ let headers : {[key: string ]: string} = { };
14284
+ return await this.updateApplicationDescriptionWithOptions(request, headers, runtime);
14285
+ }
14286
+
14287
+ async updateApplicationDescriptionWithOptions(request: UpdateApplicationDescriptionRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationDescriptionResponse> {
14288
+ Util.validateModel(request);
14289
+ let query : {[key: string ]: any} = { };
14290
+ if (!Util.isUnset(request.appDescription)) {
14291
+ query["AppDescription"] = request.appDescription;
14292
+ }
14293
+
14294
+ if (!Util.isUnset(request.appId)) {
14295
+ query["AppId"] = request.appId;
14296
+ }
14297
+
14298
+ let req = new $OpenApi.OpenApiRequest({
14299
+ headers: headers,
14300
+ query: OpenApiUtil.query(query),
14301
+ });
14302
+ let params = new $OpenApi.Params({
14303
+ action: "UpdateApplicationDescription",
14304
+ version: "2019-05-06",
14305
+ protocol: "HTTPS",
14306
+ pathname: `/pop/v1/sam/app/updateAppDescription`,
14307
+ method: "PUT",
14308
+ authType: "AK",
14309
+ style: "ROA",
14310
+ reqBodyType: "json",
14311
+ bodyType: "json",
14312
+ });
14313
+ return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
14314
+ }
14315
+
12989
14316
  async updateApplicationScalingRule(request: UpdateApplicationScalingRuleRequest): Promise<UpdateApplicationScalingRuleResponse> {
12990
14317
  let runtime = new $Util.RuntimeOptions({ });
12991
14318
  let headers : {[key: string ]: string} = { };
@@ -12999,6 +14326,18 @@ export default class Client extends OpenApi {
12999
14326
  query["AppId"] = request.appId;
13000
14327
  }
13001
14328
 
14329
+ if (!Util.isUnset(request.minReadyInstanceRatio)) {
14330
+ query["MinReadyInstanceRatio"] = request.minReadyInstanceRatio;
14331
+ }
14332
+
14333
+ if (!Util.isUnset(request.minReadyInstances)) {
14334
+ query["MinReadyInstances"] = request.minReadyInstances;
14335
+ }
14336
+
14337
+ if (!Util.isUnset(request.scalingRuleMetric)) {
14338
+ query["ScalingRuleMetric"] = request.scalingRuleMetric;
14339
+ }
14340
+
13002
14341
  if (!Util.isUnset(request.scalingRuleName)) {
13003
14342
  query["ScalingRuleName"] = request.scalingRuleName;
13004
14343
  }
@@ -13025,6 +14364,41 @@ export default class Client extends OpenApi {
13025
14364
  return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
13026
14365
  }
13027
14366
 
14367
+ async updateApplicationVswitches(request: UpdateApplicationVswitchesRequest): Promise<UpdateApplicationVswitchesResponse> {
14368
+ let runtime = new $Util.RuntimeOptions({ });
14369
+ let headers : {[key: string ]: string} = { };
14370
+ return await this.updateApplicationVswitchesWithOptions(request, headers, runtime);
14371
+ }
14372
+
14373
+ async updateApplicationVswitchesWithOptions(request: UpdateApplicationVswitchesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UpdateApplicationVswitchesResponse> {
14374
+ Util.validateModel(request);
14375
+ let query : {[key: string ]: any} = { };
14376
+ if (!Util.isUnset(request.appId)) {
14377
+ query["AppId"] = request.appId;
14378
+ }
14379
+
14380
+ if (!Util.isUnset(request.vSwitchId)) {
14381
+ query["VSwitchId"] = request.vSwitchId;
14382
+ }
14383
+
14384
+ let req = new $OpenApi.OpenApiRequest({
14385
+ headers: headers,
14386
+ query: OpenApiUtil.query(query),
14387
+ });
14388
+ let params = new $OpenApi.Params({
14389
+ action: "UpdateApplicationVswitches",
14390
+ version: "2019-05-06",
14391
+ protocol: "HTTPS",
14392
+ pathname: `/pop/v1/sam/app/updateAppVswitches`,
14393
+ method: "PUT",
14394
+ authType: "AK",
14395
+ style: "ROA",
14396
+ reqBodyType: "json",
14397
+ bodyType: "json",
14398
+ });
14399
+ return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
14400
+ }
14401
+
13028
14402
  async updateConfigMap(request: UpdateConfigMapRequest): Promise<UpdateConfigMapResponse> {
13029
14403
  let runtime = new $Util.RuntimeOptions({ });
13030
14404
  let headers : {[key: string ]: string} = { };
@@ -13138,6 +14512,14 @@ export default class Client extends OpenApi {
13138
14512
  query["ListenerPort"] = request.listenerPort;
13139
14513
  }
13140
14514
 
14515
+ if (!Util.isUnset(request.listenerProtocol)) {
14516
+ query["ListenerProtocol"] = request.listenerProtocol;
14517
+ }
14518
+
14519
+ if (!Util.isUnset(request.loadBalanceType)) {
14520
+ query["LoadBalanceType"] = request.loadBalanceType;
14521
+ }
14522
+
13141
14523
  let body : {[key: string ]: any} = { };
13142
14524
  if (!Util.isUnset(request.rules)) {
13143
14525
  body["Rules"] = request.rules;
@@ -13236,47 +14618,4 @@ export default class Client extends OpenApi {
13236
14618
  return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
13237
14619
  }
13238
14620
 
13239
- async uploadFiles(request: UploadFilesRequest): Promise<UploadFilesResponse> {
13240
- let runtime = new $Util.RuntimeOptions({ });
13241
- let headers : {[key: string ]: string} = { };
13242
- return await this.uploadFilesWithOptions(request, headers, runtime);
13243
- }
13244
-
13245
- async uploadFilesWithOptions(request: UploadFilesRequest, headers: {[key: string ]: string}, runtime: $Util.RuntimeOptions): Promise<UploadFilesResponse> {
13246
- Util.validateModel(request);
13247
- let query : {[key: string ]: any} = { };
13248
- if (!Util.isUnset(request.appId)) {
13249
- query["AppId"] = request.appId;
13250
- }
13251
-
13252
- if (!Util.isUnset(request.cloudUrl)) {
13253
- query["CloudUrl"] = request.cloudUrl;
13254
- }
13255
-
13256
- if (!Util.isUnset(request.instanceId)) {
13257
- query["InstanceId"] = request.instanceId;
13258
- }
13259
-
13260
- if (!Util.isUnset(request.localpath)) {
13261
- query["Localpath"] = request.localpath;
13262
- }
13263
-
13264
- let req = new $OpenApi.OpenApiRequest({
13265
- headers: headers,
13266
- query: OpenApiUtil.query(query),
13267
- });
13268
- let params = new $OpenApi.Params({
13269
- action: "UploadFiles",
13270
- version: "2019-05-06",
13271
- protocol: "HTTPS",
13272
- pathname: `/pop/v1/sam/app/uploadFiles.json`,
13273
- method: "POST",
13274
- authType: "AK",
13275
- style: "ROA",
13276
- reqBodyType: "json",
13277
- bodyType: "json",
13278
- });
13279
- return $tea.cast<UploadFilesResponse>(await this.callApi(params, req, runtime), new UploadFilesResponse({}));
13280
- }
13281
-
13282
14621
  }