@alicloud/sae20190506 1.26.1 → 1.26.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/client.ts CHANGED
@@ -2,7 +2,6 @@
2
2
  /**
3
3
  */
4
4
  import Util, * as $Util from '@alicloud/tea-util';
5
- import GatewayClient from '@alicloud/gateway-pop';
6
5
  import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
7
6
  import OpenApiUtil from '@alicloud/openapi-util';
8
7
  import EndpointUtil from '@alicloud/endpoint-util';
@@ -31283,6 +31282,31 @@ export class DescribeApplicationImageResponseBodyData extends $tea.Model {
31283
31282
  }
31284
31283
  }
31285
31284
 
31285
+ export class DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus extends $tea.Model {
31286
+ containerId?: string;
31287
+ containerStatus?: string;
31288
+ imageUrl?: string;
31289
+ static names(): { [key: string]: string } {
31290
+ return {
31291
+ containerId: 'ContainerId',
31292
+ containerStatus: 'ContainerStatus',
31293
+ imageUrl: 'ImageUrl',
31294
+ };
31295
+ }
31296
+
31297
+ static types(): { [key: string]: any } {
31298
+ return {
31299
+ containerId: 'string',
31300
+ containerStatus: 'string',
31301
+ imageUrl: 'string',
31302
+ };
31303
+ }
31304
+
31305
+ constructor(map?: { [key: string]: any }) {
31306
+ super(map);
31307
+ }
31308
+ }
31309
+
31286
31310
  export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
31287
31311
  /**
31288
31312
  * @remarks
@@ -31396,6 +31420,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
31396
31420
  * 1609939496200
31397
31421
  */
31398
31422
  packageVersion?: string;
31423
+ sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
31399
31424
  /**
31400
31425
  * @remarks
31401
31426
  * The ID of the zone where the instance is deployed.
@@ -31418,6 +31443,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
31418
31443
  instanceHealthStatus: 'InstanceHealthStatus',
31419
31444
  instanceId: 'InstanceId',
31420
31445
  packageVersion: 'PackageVersion',
31446
+ sidecarContainersStatus: 'SidecarContainersStatus',
31421
31447
  vSwitchId: 'VSwitchId',
31422
31448
  };
31423
31449
  }
@@ -31436,6 +31462,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
31436
31462
  instanceHealthStatus: 'string',
31437
31463
  instanceId: 'string',
31438
31464
  packageVersion: 'string',
31465
+ sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
31439
31466
  vSwitchId: 'string',
31440
31467
  };
31441
31468
  }
@@ -41791,9 +41818,6 @@ export default class Client extends OpenApi {
41791
41818
 
41792
41819
  constructor(config: $OpenApi.Config) {
41793
41820
  super(config);
41794
- this._productId = "sae";
41795
- let gatewayClient = new GatewayClient();
41796
- this._spi = gatewayClient;
41797
41821
  this._endpointRule = "regional";
41798
41822
  this.checkConfig(config);
41799
41823
  this._endpoint = this.getEndpoint("sae", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -41842,12 +41866,7 @@ export default class Client extends OpenApi {
41842
41866
  reqBodyType: "json",
41843
41867
  bodyType: "json",
41844
41868
  });
41845
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
41846
- return $tea.cast<AbortAndRollbackChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
41847
- } else {
41848
- return $tea.cast<AbortAndRollbackChangeOrderResponse>(await this.execute(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
41849
- }
41850
-
41869
+ return $tea.cast<AbortAndRollbackChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
41851
41870
  }
41852
41871
 
41853
41872
  /**
@@ -41890,12 +41909,7 @@ export default class Client extends OpenApi {
41890
41909
  reqBodyType: "json",
41891
41910
  bodyType: "json",
41892
41911
  });
41893
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
41894
- return $tea.cast<AbortChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
41895
- } else {
41896
- return $tea.cast<AbortChangeOrderResponse>(await this.execute(params, req, runtime), new AbortChangeOrderResponse({}));
41897
- }
41898
-
41912
+ return $tea.cast<AbortChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
41899
41913
  }
41900
41914
 
41901
41915
  /**
@@ -41946,12 +41960,7 @@ export default class Client extends OpenApi {
41946
41960
  reqBodyType: "json",
41947
41961
  bodyType: "json",
41948
41962
  });
41949
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
41950
- return $tea.cast<BatchStartApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
41951
- } else {
41952
- return $tea.cast<BatchStartApplicationsResponse>(await this.execute(params, req, runtime), new BatchStartApplicationsResponse({}));
41953
- }
41954
-
41963
+ return $tea.cast<BatchStartApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
41955
41964
  }
41956
41965
 
41957
41966
  /**
@@ -42004,12 +42013,7 @@ export default class Client extends OpenApi {
42004
42013
  reqBodyType: "json",
42005
42014
  bodyType: "json",
42006
42015
  });
42007
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42008
- return $tea.cast<BatchStopApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
42009
- } else {
42010
- return $tea.cast<BatchStopApplicationsResponse>(await this.execute(params, req, runtime), new BatchStopApplicationsResponse({}));
42011
- }
42012
-
42016
+ return $tea.cast<BatchStopApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
42013
42017
  }
42014
42018
 
42015
42019
  /**
@@ -42076,12 +42080,7 @@ export default class Client extends OpenApi {
42076
42080
  reqBodyType: "json",
42077
42081
  bodyType: "json",
42078
42082
  });
42079
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42080
- return $tea.cast<BindSlbResponse>(await this.callApi(params, req, runtime), new BindSlbResponse({}));
42081
- } else {
42082
- return $tea.cast<BindSlbResponse>(await this.execute(params, req, runtime), new BindSlbResponse({}));
42083
- }
42084
-
42083
+ return $tea.cast<BindSlbResponse>(await this.callApi(params, req, runtime), new BindSlbResponse({}));
42085
42084
  }
42086
42085
 
42087
42086
  /**
@@ -42126,12 +42125,7 @@ export default class Client extends OpenApi {
42126
42125
  reqBodyType: "json",
42127
42126
  bodyType: "json",
42128
42127
  });
42129
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42130
- return $tea.cast<ConfirmPipelineBatchResponse>(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
42131
- } else {
42132
- return $tea.cast<ConfirmPipelineBatchResponse>(await this.execute(params, req, runtime), new ConfirmPipelineBatchResponse({}));
42133
- }
42134
-
42128
+ return $tea.cast<ConfirmPipelineBatchResponse>(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
42135
42129
  }
42136
42130
 
42137
42131
  /**
@@ -42448,12 +42442,7 @@ export default class Client extends OpenApi {
42448
42442
  reqBodyType: "formData",
42449
42443
  bodyType: "json",
42450
42444
  });
42451
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42452
- return $tea.cast<CreateApplicationResponse>(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
42453
- } else {
42454
- return $tea.cast<CreateApplicationResponse>(await this.execute(params, req, runtime), new CreateApplicationResponse({}));
42455
- }
42456
-
42445
+ return $tea.cast<CreateApplicationResponse>(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
42457
42446
  }
42458
42447
 
42459
42448
  /**
@@ -42535,12 +42524,7 @@ export default class Client extends OpenApi {
42535
42524
  reqBodyType: "json",
42536
42525
  bodyType: "json",
42537
42526
  });
42538
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42539
- return $tea.cast<CreateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
42540
- } else {
42541
- return $tea.cast<CreateApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
42542
- }
42543
-
42527
+ return $tea.cast<CreateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
42544
42528
  }
42545
42529
 
42546
42530
  /**
@@ -42606,12 +42590,7 @@ export default class Client extends OpenApi {
42606
42590
  reqBodyType: "json",
42607
42591
  bodyType: "json",
42608
42592
  });
42609
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42610
- return $tea.cast<CreateConfigMapResponse>(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
42611
- } else {
42612
- return $tea.cast<CreateConfigMapResponse>(await this.execute(params, req, runtime), new CreateConfigMapResponse({}));
42613
- }
42614
-
42593
+ return $tea.cast<CreateConfigMapResponse>(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
42615
42594
  }
42616
42595
 
42617
42596
  /**
@@ -42679,12 +42658,7 @@ export default class Client extends OpenApi {
42679
42658
  reqBodyType: "json",
42680
42659
  bodyType: "json",
42681
42660
  });
42682
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42683
- return $tea.cast<CreateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
42684
- } else {
42685
- return $tea.cast<CreateGreyTagRouteResponse>(await this.execute(params, req, runtime), new CreateGreyTagRouteResponse({}));
42686
- }
42687
-
42661
+ return $tea.cast<CreateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
42688
42662
  }
42689
42663
 
42690
42664
  /**
@@ -42802,12 +42776,7 @@ export default class Client extends OpenApi {
42802
42776
  reqBodyType: "formData",
42803
42777
  bodyType: "json",
42804
42778
  });
42805
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
42806
- return $tea.cast<CreateIngressResponse>(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
42807
- } else {
42808
- return $tea.cast<CreateIngressResponse>(await this.execute(params, req, runtime), new CreateIngressResponse({}));
42809
- }
42810
-
42779
+ return $tea.cast<CreateIngressResponse>(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
42811
42780
  }
42812
42781
 
42813
42782
  /**
@@ -43066,12 +43035,7 @@ export default class Client extends OpenApi {
43066
43035
  reqBodyType: "formData",
43067
43036
  bodyType: "json",
43068
43037
  });
43069
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43070
- return $tea.cast<CreateJobResponse>(await this.callApi(params, req, runtime), new CreateJobResponse({}));
43071
- } else {
43072
- return $tea.cast<CreateJobResponse>(await this.execute(params, req, runtime), new CreateJobResponse({}));
43073
- }
43074
-
43038
+ return $tea.cast<CreateJobResponse>(await this.callApi(params, req, runtime), new CreateJobResponse({}));
43075
43039
  }
43076
43040
 
43077
43041
  /**
@@ -43132,12 +43096,7 @@ export default class Client extends OpenApi {
43132
43096
  reqBodyType: "json",
43133
43097
  bodyType: "json",
43134
43098
  });
43135
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43136
- return $tea.cast<CreateNamespaceResponse>(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
43137
- } else {
43138
- return $tea.cast<CreateNamespaceResponse>(await this.execute(params, req, runtime), new CreateNamespaceResponse({}));
43139
- }
43140
-
43099
+ return $tea.cast<CreateNamespaceResponse>(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
43141
43100
  }
43142
43101
 
43143
43102
  /**
@@ -43200,12 +43159,7 @@ export default class Client extends OpenApi {
43200
43159
  reqBodyType: "json",
43201
43160
  bodyType: "json",
43202
43161
  });
43203
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43204
- return $tea.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
43205
- } else {
43206
- return $tea.cast<CreateSecretResponse>(await this.execute(params, req, runtime), new CreateSecretResponse({}));
43207
- }
43208
-
43162
+ return $tea.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
43209
43163
  }
43210
43164
 
43211
43165
  /**
@@ -43251,12 +43205,7 @@ export default class Client extends OpenApi {
43251
43205
  reqBodyType: "json",
43252
43206
  bodyType: "json",
43253
43207
  });
43254
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43255
- return $tea.cast<CreateWebApplicationResponse>(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
43256
- } else {
43257
- return $tea.cast<CreateWebApplicationResponse>(await this.execute(params, req, runtime), new CreateWebApplicationResponse({}));
43258
- }
43259
-
43208
+ return $tea.cast<CreateWebApplicationResponse>(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
43260
43209
  }
43261
43210
 
43262
43211
  /**
@@ -43302,12 +43251,7 @@ export default class Client extends OpenApi {
43302
43251
  reqBodyType: "json",
43303
43252
  bodyType: "json",
43304
43253
  });
43305
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43306
- return $tea.cast<CreateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
43307
- } else {
43308
- return $tea.cast<CreateWebCustomDomainResponse>(await this.execute(params, req, runtime), new CreateWebCustomDomainResponse({}));
43309
- }
43310
-
43254
+ return $tea.cast<CreateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
43311
43255
  }
43312
43256
 
43313
43257
  /**
@@ -43350,12 +43294,7 @@ export default class Client extends OpenApi {
43350
43294
  reqBodyType: "json",
43351
43295
  bodyType: "json",
43352
43296
  });
43353
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43354
- return $tea.cast<DeleteApplicationResponse>(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
43355
- } else {
43356
- return $tea.cast<DeleteApplicationResponse>(await this.execute(params, req, runtime), new DeleteApplicationResponse({}));
43357
- }
43358
-
43297
+ return $tea.cast<DeleteApplicationResponse>(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
43359
43298
  }
43360
43299
 
43361
43300
  /**
@@ -43402,12 +43341,7 @@ export default class Client extends OpenApi {
43402
43341
  reqBodyType: "json",
43403
43342
  bodyType: "json",
43404
43343
  });
43405
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43406
- return $tea.cast<DeleteApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
43407
- } else {
43408
- return $tea.cast<DeleteApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
43409
- }
43410
-
43344
+ return $tea.cast<DeleteApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
43411
43345
  }
43412
43346
 
43413
43347
  /**
@@ -43450,12 +43384,7 @@ export default class Client extends OpenApi {
43450
43384
  reqBodyType: "json",
43451
43385
  bodyType: "json",
43452
43386
  });
43453
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43454
- return $tea.cast<DeleteConfigMapResponse>(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
43455
- } else {
43456
- return $tea.cast<DeleteConfigMapResponse>(await this.execute(params, req, runtime), new DeleteConfigMapResponse({}));
43457
- }
43458
-
43387
+ return $tea.cast<DeleteConfigMapResponse>(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
43459
43388
  }
43460
43389
 
43461
43390
  /**
@@ -43498,12 +43427,7 @@ export default class Client extends OpenApi {
43498
43427
  reqBodyType: "json",
43499
43428
  bodyType: "json",
43500
43429
  });
43501
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43502
- return $tea.cast<DeleteGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
43503
- } else {
43504
- return $tea.cast<DeleteGreyTagRouteResponse>(await this.execute(params, req, runtime), new DeleteGreyTagRouteResponse({}));
43505
- }
43506
-
43430
+ return $tea.cast<DeleteGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
43507
43431
  }
43508
43432
 
43509
43433
  /**
@@ -43552,12 +43476,7 @@ export default class Client extends OpenApi {
43552
43476
  reqBodyType: "json",
43553
43477
  bodyType: "json",
43554
43478
  });
43555
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43556
- return $tea.cast<DeleteHistoryJobResponse>(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
43557
- } else {
43558
- return $tea.cast<DeleteHistoryJobResponse>(await this.execute(params, req, runtime), new DeleteHistoryJobResponse({}));
43559
- }
43560
-
43479
+ return $tea.cast<DeleteHistoryJobResponse>(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
43561
43480
  }
43562
43481
 
43563
43482
  /**
@@ -43600,12 +43519,7 @@ export default class Client extends OpenApi {
43600
43519
  reqBodyType: "json",
43601
43520
  bodyType: "json",
43602
43521
  });
43603
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43604
- return $tea.cast<DeleteIngressResponse>(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
43605
- } else {
43606
- return $tea.cast<DeleteIngressResponse>(await this.execute(params, req, runtime), new DeleteIngressResponse({}));
43607
- }
43608
-
43522
+ return $tea.cast<DeleteIngressResponse>(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
43609
43523
  }
43610
43524
 
43611
43525
  /**
@@ -43648,12 +43562,7 @@ export default class Client extends OpenApi {
43648
43562
  reqBodyType: "json",
43649
43563
  bodyType: "json",
43650
43564
  });
43651
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43652
- return $tea.cast<DeleteJobResponse>(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
43653
- } else {
43654
- return $tea.cast<DeleteJobResponse>(await this.execute(params, req, runtime), new DeleteJobResponse({}));
43655
- }
43656
-
43565
+ return $tea.cast<DeleteJobResponse>(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
43657
43566
  }
43658
43567
 
43659
43568
  /**
@@ -43700,12 +43609,7 @@ export default class Client extends OpenApi {
43700
43609
  reqBodyType: "json",
43701
43610
  bodyType: "json",
43702
43611
  });
43703
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43704
- return $tea.cast<DeleteNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
43705
- } else {
43706
- return $tea.cast<DeleteNamespaceResponse>(await this.execute(params, req, runtime), new DeleteNamespaceResponse({}));
43707
- }
43708
-
43612
+ return $tea.cast<DeleteNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
43709
43613
  }
43710
43614
 
43711
43615
  /**
@@ -43752,12 +43656,7 @@ export default class Client extends OpenApi {
43752
43656
  reqBodyType: "json",
43753
43657
  bodyType: "json",
43754
43658
  });
43755
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43756
- return $tea.cast<DeleteSecretResponse>(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
43757
- } else {
43758
- return $tea.cast<DeleteSecretResponse>(await this.execute(params, req, runtime), new DeleteSecretResponse({}));
43759
- }
43760
-
43659
+ return $tea.cast<DeleteSecretResponse>(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
43761
43660
  }
43762
43661
 
43763
43662
  /**
@@ -43802,12 +43701,7 @@ export default class Client extends OpenApi {
43802
43701
  reqBodyType: "json",
43803
43702
  bodyType: "json",
43804
43703
  });
43805
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43806
- return $tea.cast<DeleteWebApplicationResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
43807
- } else {
43808
- return $tea.cast<DeleteWebApplicationResponse>(await this.execute(params, req, runtime), new DeleteWebApplicationResponse({}));
43809
- }
43810
-
43704
+ return $tea.cast<DeleteWebApplicationResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
43811
43705
  }
43812
43706
 
43813
43707
  /**
@@ -43852,12 +43746,7 @@ export default class Client extends OpenApi {
43852
43746
  reqBodyType: "json",
43853
43747
  bodyType: "json",
43854
43748
  });
43855
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43856
- return $tea.cast<DeleteWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
43857
- } else {
43858
- return $tea.cast<DeleteWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
43859
- }
43860
-
43749
+ return $tea.cast<DeleteWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
43861
43750
  }
43862
43751
 
43863
43752
  /**
@@ -43902,12 +43791,7 @@ export default class Client extends OpenApi {
43902
43791
  reqBodyType: "json",
43903
43792
  bodyType: "json",
43904
43793
  });
43905
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
43906
- return $tea.cast<DeleteWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
43907
- } else {
43908
- return $tea.cast<DeleteWebCustomDomainResponse>(await this.execute(params, req, runtime), new DeleteWebCustomDomainResponse({}));
43909
- }
43910
-
43794
+ return $tea.cast<DeleteWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
43911
43795
  }
43912
43796
 
43913
43797
  /**
@@ -44224,12 +44108,7 @@ export default class Client extends OpenApi {
44224
44108
  reqBodyType: "formData",
44225
44109
  bodyType: "json",
44226
44110
  });
44227
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44228
- return $tea.cast<DeployApplicationResponse>(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
44229
- } else {
44230
- return $tea.cast<DeployApplicationResponse>(await this.execute(params, req, runtime), new DeployApplicationResponse({}));
44231
- }
44232
-
44111
+ return $tea.cast<DeployApplicationResponse>(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
44233
44112
  }
44234
44113
 
44235
44114
  /**
@@ -44298,12 +44177,7 @@ export default class Client extends OpenApi {
44298
44177
  reqBodyType: "json",
44299
44178
  bodyType: "json",
44300
44179
  });
44301
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44302
- return $tea.cast<DescribeAppServiceDetailResponse>(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
44303
- } else {
44304
- return $tea.cast<DescribeAppServiceDetailResponse>(await this.execute(params, req, runtime), new DescribeAppServiceDetailResponse({}));
44305
- }
44306
-
44180
+ return $tea.cast<DescribeAppServiceDetailResponse>(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
44307
44181
  }
44308
44182
 
44309
44183
  /**
@@ -44352,12 +44226,7 @@ export default class Client extends OpenApi {
44352
44226
  reqBodyType: "json",
44353
44227
  bodyType: "json",
44354
44228
  });
44355
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44356
- return $tea.cast<DescribeApplicationConfigResponse>(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
44357
- } else {
44358
- return $tea.cast<DescribeApplicationConfigResponse>(await this.execute(params, req, runtime), new DescribeApplicationConfigResponse({}));
44359
- }
44360
-
44229
+ return $tea.cast<DescribeApplicationConfigResponse>(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
44361
44230
  }
44362
44231
 
44363
44232
  /**
@@ -44408,12 +44277,7 @@ export default class Client extends OpenApi {
44408
44277
  reqBodyType: "json",
44409
44278
  bodyType: "json",
44410
44279
  });
44411
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44412
- return $tea.cast<DescribeApplicationGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
44413
- } else {
44414
- return $tea.cast<DescribeApplicationGroupsResponse>(await this.execute(params, req, runtime), new DescribeApplicationGroupsResponse({}));
44415
- }
44416
-
44280
+ return $tea.cast<DescribeApplicationGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
44417
44281
  }
44418
44282
 
44419
44283
  /**
@@ -44460,12 +44324,7 @@ export default class Client extends OpenApi {
44460
44324
  reqBodyType: "json",
44461
44325
  bodyType: "json",
44462
44326
  });
44463
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44464
- return $tea.cast<DescribeApplicationImageResponse>(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
44465
- } else {
44466
- return $tea.cast<DescribeApplicationImageResponse>(await this.execute(params, req, runtime), new DescribeApplicationImageResponse({}));
44467
- }
44468
-
44327
+ return $tea.cast<DescribeApplicationImageResponse>(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
44469
44328
  }
44470
44329
 
44471
44330
  /**
@@ -44526,12 +44385,7 @@ export default class Client extends OpenApi {
44526
44385
  reqBodyType: "json",
44527
44386
  bodyType: "json",
44528
44387
  });
44529
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44530
- return $tea.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
44531
- } else {
44532
- return $tea.cast<DescribeApplicationInstancesResponse>(await this.execute(params, req, runtime), new DescribeApplicationInstancesResponse({}));
44533
- }
44534
-
44388
+ return $tea.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
44535
44389
  }
44536
44390
 
44537
44391
  /**
@@ -44580,12 +44434,7 @@ export default class Client extends OpenApi {
44580
44434
  reqBodyType: "json",
44581
44435
  bodyType: "json",
44582
44436
  });
44583
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44584
- return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
44585
- } else {
44586
- return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
44587
- }
44588
-
44437
+ return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
44589
44438
  }
44590
44439
 
44591
44440
  /**
@@ -44630,12 +44479,7 @@ export default class Client extends OpenApi {
44630
44479
  reqBodyType: "json",
44631
44480
  bodyType: "json",
44632
44481
  });
44633
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44634
- return $tea.cast<DescribeApplicationScalingRulesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
44635
- } else {
44636
- return $tea.cast<DescribeApplicationScalingRulesResponse>(await this.execute(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
44637
- }
44638
-
44482
+ return $tea.cast<DescribeApplicationScalingRulesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
44639
44483
  }
44640
44484
 
44641
44485
  /**
@@ -44680,12 +44524,7 @@ export default class Client extends OpenApi {
44680
44524
  reqBodyType: "json",
44681
44525
  bodyType: "json",
44682
44526
  });
44683
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44684
- return $tea.cast<DescribeApplicationSlbsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
44685
- } else {
44686
- return $tea.cast<DescribeApplicationSlbsResponse>(await this.execute(params, req, runtime), new DescribeApplicationSlbsResponse({}));
44687
- }
44688
-
44527
+ return $tea.cast<DescribeApplicationSlbsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
44689
44528
  }
44690
44529
 
44691
44530
  /**
@@ -44728,12 +44567,7 @@ export default class Client extends OpenApi {
44728
44567
  reqBodyType: "json",
44729
44568
  bodyType: "json",
44730
44569
  });
44731
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44732
- return $tea.cast<DescribeApplicationStatusResponse>(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
44733
- } else {
44734
- return $tea.cast<DescribeApplicationStatusResponse>(await this.execute(params, req, runtime), new DescribeApplicationStatusResponse({}));
44735
- }
44736
-
44570
+ return $tea.cast<DescribeApplicationStatusResponse>(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
44737
44571
  }
44738
44572
 
44739
44573
  /**
@@ -44774,12 +44608,7 @@ export default class Client extends OpenApi {
44774
44608
  reqBodyType: "json",
44775
44609
  bodyType: "json",
44776
44610
  });
44777
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44778
- return $tea.cast<DescribeChangeOrderResponse>(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
44779
- } else {
44780
- return $tea.cast<DescribeChangeOrderResponse>(await this.execute(params, req, runtime), new DescribeChangeOrderResponse({}));
44781
- }
44782
-
44611
+ return $tea.cast<DescribeChangeOrderResponse>(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
44783
44612
  }
44784
44613
 
44785
44614
  /**
@@ -44824,12 +44653,7 @@ export default class Client extends OpenApi {
44824
44653
  reqBodyType: "json",
44825
44654
  bodyType: "json",
44826
44655
  });
44827
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44828
- return $tea.cast<DescribeComponentsResponse>(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
44829
- } else {
44830
- return $tea.cast<DescribeComponentsResponse>(await this.execute(params, req, runtime), new DescribeComponentsResponse({}));
44831
- }
44832
-
44656
+ return $tea.cast<DescribeComponentsResponse>(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
44833
44657
  }
44834
44658
 
44835
44659
  /**
@@ -44870,12 +44694,7 @@ export default class Client extends OpenApi {
44870
44694
  reqBodyType: "json",
44871
44695
  bodyType: "json",
44872
44696
  });
44873
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44874
- return $tea.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
44875
- } else {
44876
- return $tea.cast<DescribeConfigMapResponse>(await this.execute(params, req, runtime), new DescribeConfigMapResponse({}));
44877
- }
44878
-
44697
+ return $tea.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
44879
44698
  }
44880
44699
 
44881
44700
  /**
@@ -44924,12 +44743,7 @@ export default class Client extends OpenApi {
44924
44743
  reqBodyType: "json",
44925
44744
  bodyType: "json",
44926
44745
  });
44927
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44928
- return $tea.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
44929
- } else {
44930
- return $tea.cast<DescribeConfigurationPriceResponse>(await this.execute(params, req, runtime), new DescribeConfigurationPriceResponse({}));
44931
- }
44932
-
44746
+ return $tea.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
44933
44747
  }
44934
44748
 
44935
44749
  /**
@@ -44962,12 +44776,7 @@ export default class Client extends OpenApi {
44962
44776
  reqBodyType: "json",
44963
44777
  bodyType: "json",
44964
44778
  });
44965
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
44966
- return $tea.cast<DescribeEdasContainersResponse>(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
44967
- } else {
44968
- return $tea.cast<DescribeEdasContainersResponse>(await this.execute(params, req, runtime), new DescribeEdasContainersResponse({}));
44969
- }
44970
-
44779
+ return $tea.cast<DescribeEdasContainersResponse>(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
44971
44780
  }
44972
44781
 
44973
44782
  /**
@@ -45009,12 +44818,7 @@ export default class Client extends OpenApi {
45009
44818
  reqBodyType: "json",
45010
44819
  bodyType: "json",
45011
44820
  });
45012
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45013
- return $tea.cast<DescribeGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
45014
- } else {
45015
- return $tea.cast<DescribeGreyTagRouteResponse>(await this.execute(params, req, runtime), new DescribeGreyTagRouteResponse({}));
45016
- }
45017
-
44821
+ return $tea.cast<DescribeGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
45018
44822
  }
45019
44823
 
45020
44824
  /**
@@ -45057,12 +44861,7 @@ export default class Client extends OpenApi {
45057
44861
  reqBodyType: "json",
45058
44862
  bodyType: "json",
45059
44863
  });
45060
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45061
- return $tea.cast<DescribeIngressResponse>(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
45062
- } else {
45063
- return $tea.cast<DescribeIngressResponse>(await this.execute(params, req, runtime), new DescribeIngressResponse({}));
45064
- }
45065
-
44864
+ return $tea.cast<DescribeIngressResponse>(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
45066
44865
  }
45067
44866
 
45068
44867
  /**
@@ -45107,12 +44906,7 @@ export default class Client extends OpenApi {
45107
44906
  reqBodyType: "json",
45108
44907
  bodyType: "json",
45109
44908
  });
45110
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45111
- return $tea.cast<DescribeInstanceLogResponse>(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
45112
- } else {
45113
- return $tea.cast<DescribeInstanceLogResponse>(await this.execute(params, req, runtime), new DescribeInstanceLogResponse({}));
45114
- }
45115
-
44909
+ return $tea.cast<DescribeInstanceLogResponse>(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
45116
44910
  }
45117
44911
 
45118
44912
  /**
@@ -45145,12 +44939,7 @@ export default class Client extends OpenApi {
45145
44939
  reqBodyType: "json",
45146
44940
  bodyType: "json",
45147
44941
  });
45148
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45149
- return $tea.cast<DescribeInstanceSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
45150
- } else {
45151
- return $tea.cast<DescribeInstanceSpecificationsResponse>(await this.execute(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
45152
- }
45153
-
44942
+ return $tea.cast<DescribeInstanceSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
45154
44943
  }
45155
44944
 
45156
44945
  /**
@@ -45196,12 +44985,7 @@ export default class Client extends OpenApi {
45196
44985
  reqBodyType: "json",
45197
44986
  bodyType: "json",
45198
44987
  });
45199
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45200
- return $tea.cast<DescribeJobResponse>(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
45201
- } else {
45202
- return $tea.cast<DescribeJobResponse>(await this.execute(params, req, runtime), new DescribeJobResponse({}));
45203
- }
45204
-
44988
+ return $tea.cast<DescribeJobResponse>(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
45205
44989
  }
45206
44990
 
45207
44991
  /**
@@ -45258,12 +45042,7 @@ export default class Client extends OpenApi {
45258
45042
  reqBodyType: "json",
45259
45043
  bodyType: "json",
45260
45044
  });
45261
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45262
- return $tea.cast<DescribeJobHistoryResponse>(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
45263
- } else {
45264
- return $tea.cast<DescribeJobHistoryResponse>(await this.execute(params, req, runtime), new DescribeJobHistoryResponse({}));
45265
- }
45266
-
45045
+ return $tea.cast<DescribeJobHistoryResponse>(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
45267
45046
  }
45268
45047
 
45269
45048
  /**
@@ -45312,12 +45091,7 @@ export default class Client extends OpenApi {
45312
45091
  reqBodyType: "json",
45313
45092
  bodyType: "json",
45314
45093
  });
45315
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45316
- return $tea.cast<DescribeJobStatusResponse>(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
45317
- } else {
45318
- return $tea.cast<DescribeJobStatusResponse>(await this.execute(params, req, runtime), new DescribeJobStatusResponse({}));
45319
- }
45320
-
45094
+ return $tea.cast<DescribeJobStatusResponse>(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
45321
45095
  }
45322
45096
 
45323
45097
  /**
@@ -45366,12 +45140,7 @@ export default class Client extends OpenApi {
45366
45140
  reqBodyType: "json",
45367
45141
  bodyType: "json",
45368
45142
  });
45369
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45370
- return $tea.cast<DescribeNamespaceResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
45371
- } else {
45372
- return $tea.cast<DescribeNamespaceResponse>(await this.execute(params, req, runtime), new DescribeNamespaceResponse({}));
45373
- }
45374
-
45143
+ return $tea.cast<DescribeNamespaceResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
45375
45144
  }
45376
45145
 
45377
45146
  /**
@@ -45420,12 +45189,7 @@ export default class Client extends OpenApi {
45420
45189
  reqBodyType: "json",
45421
45190
  bodyType: "json",
45422
45191
  });
45423
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45424
- return $tea.cast<DescribeNamespaceListResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
45425
- } else {
45426
- return $tea.cast<DescribeNamespaceListResponse>(await this.execute(params, req, runtime), new DescribeNamespaceListResponse({}));
45427
- }
45428
-
45192
+ return $tea.cast<DescribeNamespaceListResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
45429
45193
  }
45430
45194
 
45431
45195
  /**
@@ -45472,12 +45236,7 @@ export default class Client extends OpenApi {
45472
45236
  reqBodyType: "json",
45473
45237
  bodyType: "json",
45474
45238
  });
45475
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45476
- return $tea.cast<DescribeNamespaceResourcesResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
45477
- } else {
45478
- return $tea.cast<DescribeNamespaceResourcesResponse>(await this.execute(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
45479
- }
45480
-
45239
+ return $tea.cast<DescribeNamespaceResourcesResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
45481
45240
  }
45482
45241
 
45483
45242
  /**
@@ -45524,12 +45283,7 @@ export default class Client extends OpenApi {
45524
45283
  reqBodyType: "json",
45525
45284
  bodyType: "json",
45526
45285
  });
45527
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45528
- return $tea.cast<DescribeNamespacesResponse>(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
45529
- } else {
45530
- return $tea.cast<DescribeNamespacesResponse>(await this.execute(params, req, runtime), new DescribeNamespacesResponse({}));
45531
- }
45532
-
45286
+ return $tea.cast<DescribeNamespacesResponse>(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
45533
45287
  }
45534
45288
 
45535
45289
  /**
@@ -45574,12 +45328,7 @@ export default class Client extends OpenApi {
45574
45328
  reqBodyType: "json",
45575
45329
  bodyType: "json",
45576
45330
  });
45577
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45578
- return $tea.cast<DescribePipelineResponse>(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
45579
- } else {
45580
- return $tea.cast<DescribePipelineResponse>(await this.execute(params, req, runtime), new DescribePipelineResponse({}));
45581
- }
45582
-
45331
+ return $tea.cast<DescribePipelineResponse>(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
45583
45332
  }
45584
45333
 
45585
45334
  /**
@@ -45616,12 +45365,7 @@ export default class Client extends OpenApi {
45616
45365
  reqBodyType: "json",
45617
45366
  bodyType: "json",
45618
45367
  });
45619
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45620
- return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
45621
- } else {
45622
- return $tea.cast<DescribeRegionsResponse>(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
45623
- }
45624
-
45368
+ return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
45625
45369
  }
45626
45370
 
45627
45371
  /**
@@ -45668,12 +45412,7 @@ export default class Client extends OpenApi {
45668
45412
  reqBodyType: "json",
45669
45413
  bodyType: "json",
45670
45414
  });
45671
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45672
- return $tea.cast<DescribeSecretResponse>(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
45673
- } else {
45674
- return $tea.cast<DescribeSecretResponse>(await this.execute(params, req, runtime), new DescribeSecretResponse({}));
45675
- }
45676
-
45415
+ return $tea.cast<DescribeSecretResponse>(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
45677
45416
  }
45678
45417
 
45679
45418
  /**
@@ -45718,12 +45457,7 @@ export default class Client extends OpenApi {
45718
45457
  reqBodyType: "json",
45719
45458
  bodyType: "json",
45720
45459
  });
45721
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45722
- return $tea.cast<DescribeWebApplicationResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
45723
- } else {
45724
- return $tea.cast<DescribeWebApplicationResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationResponse({}));
45725
- }
45726
-
45460
+ return $tea.cast<DescribeWebApplicationResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
45727
45461
  }
45728
45462
 
45729
45463
  /**
@@ -45780,12 +45514,7 @@ export default class Client extends OpenApi {
45780
45514
  reqBodyType: "json",
45781
45515
  bodyType: "json",
45782
45516
  });
45783
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45784
- return $tea.cast<DescribeWebApplicationResourceStaticsResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
45785
- } else {
45786
- return $tea.cast<DescribeWebApplicationResourceStaticsResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
45787
- }
45788
-
45517
+ return $tea.cast<DescribeWebApplicationResourceStaticsResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
45789
45518
  }
45790
45519
 
45791
45520
  /**
@@ -45830,12 +45559,7 @@ export default class Client extends OpenApi {
45830
45559
  reqBodyType: "json",
45831
45560
  bodyType: "json",
45832
45561
  });
45833
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45834
- return $tea.cast<DescribeWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
45835
- } else {
45836
- return $tea.cast<DescribeWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
45837
- }
45838
-
45562
+ return $tea.cast<DescribeWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
45839
45563
  }
45840
45564
 
45841
45565
  /**
@@ -45880,12 +45604,7 @@ export default class Client extends OpenApi {
45880
45604
  reqBodyType: "json",
45881
45605
  bodyType: "json",
45882
45606
  });
45883
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45884
- return $tea.cast<DescribeWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
45885
- } else {
45886
- return $tea.cast<DescribeWebApplicationScalingConfigResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
45887
- }
45888
-
45607
+ return $tea.cast<DescribeWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
45889
45608
  }
45890
45609
 
45891
45610
  /**
@@ -45930,12 +45649,7 @@ export default class Client extends OpenApi {
45930
45649
  reqBodyType: "json",
45931
45650
  bodyType: "json",
45932
45651
  });
45933
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45934
- return $tea.cast<DescribeWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
45935
- } else {
45936
- return $tea.cast<DescribeWebApplicationTrafficConfigResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
45937
- }
45938
-
45652
+ return $tea.cast<DescribeWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
45939
45653
  }
45940
45654
 
45941
45655
  /**
@@ -45980,12 +45694,7 @@ export default class Client extends OpenApi {
45980
45694
  reqBodyType: "json",
45981
45695
  bodyType: "json",
45982
45696
  });
45983
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
45984
- return $tea.cast<DescribeWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
45985
- } else {
45986
- return $tea.cast<DescribeWebCustomDomainResponse>(await this.execute(params, req, runtime), new DescribeWebCustomDomainResponse({}));
45987
- }
45988
-
45697
+ return $tea.cast<DescribeWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
45989
45698
  }
45990
45699
 
45991
45700
  /**
@@ -46030,12 +45739,7 @@ export default class Client extends OpenApi {
46030
45739
  reqBodyType: "json",
46031
45740
  bodyType: "json",
46032
45741
  });
46033
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46034
- return $tea.cast<DescribeWebInstanceLogsResponse>(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
46035
- } else {
46036
- return $tea.cast<DescribeWebInstanceLogsResponse>(await this.execute(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
46037
- }
46038
-
45742
+ return $tea.cast<DescribeWebInstanceLogsResponse>(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
46039
45743
  }
46040
45744
 
46041
45745
  /**
@@ -46082,12 +45786,7 @@ export default class Client extends OpenApi {
46082
45786
  reqBodyType: "json",
46083
45787
  bodyType: "json",
46084
45788
  });
46085
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46086
- return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
46087
- } else {
46088
- return $tea.cast<DisableApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
46089
- }
46090
-
45789
+ return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
46091
45790
  }
46092
45791
 
46093
45792
  /**
@@ -46128,12 +45827,7 @@ export default class Client extends OpenApi {
46128
45827
  reqBodyType: "json",
46129
45828
  bodyType: "json",
46130
45829
  });
46131
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46132
- return $tea.cast<DowngradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
46133
- } else {
46134
- return $tea.cast<DowngradeApplicationApmServiceResponse>(await this.execute(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
46135
- }
46136
-
45830
+ return $tea.cast<DowngradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
46137
45831
  }
46138
45832
 
46139
45833
  /**
@@ -46180,12 +45874,7 @@ export default class Client extends OpenApi {
46180
45874
  reqBodyType: "json",
46181
45875
  bodyType: "json",
46182
45876
  });
46183
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46184
- return $tea.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
46185
- } else {
46186
- return $tea.cast<EnableApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
46187
- }
46188
-
45877
+ return $tea.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
46189
45878
  }
46190
45879
 
46191
45880
  /**
@@ -46264,12 +45953,7 @@ export default class Client extends OpenApi {
46264
45953
  reqBodyType: "json",
46265
45954
  bodyType: "json",
46266
45955
  });
46267
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46268
- return $tea.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
46269
- } else {
46270
- return $tea.cast<ExecJobResponse>(await this.execute(params, req, runtime), new ExecJobResponse({}));
46271
- }
46272
-
45956
+ return $tea.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
46273
45957
  }
46274
45958
 
46275
45959
  /**
@@ -46320,12 +46004,7 @@ export default class Client extends OpenApi {
46320
46004
  reqBodyType: "json",
46321
46005
  bodyType: "json",
46322
46006
  });
46323
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46324
- return $tea.cast<GetApplicationResponse>(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
46325
- } else {
46326
- return $tea.cast<GetApplicationResponse>(await this.execute(params, req, runtime), new GetApplicationResponse({}));
46327
- }
46328
-
46007
+ return $tea.cast<GetApplicationResponse>(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
46329
46008
  }
46330
46009
 
46331
46010
  /**
@@ -46394,12 +46073,7 @@ export default class Client extends OpenApi {
46394
46073
  reqBodyType: "json",
46395
46074
  bodyType: "json",
46396
46075
  });
46397
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46398
- return $tea.cast<GetArmsTopNMetricResponse>(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
46399
- } else {
46400
- return $tea.cast<GetArmsTopNMetricResponse>(await this.execute(params, req, runtime), new GetArmsTopNMetricResponse({}));
46401
- }
46402
-
46076
+ return $tea.cast<GetArmsTopNMetricResponse>(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
46403
46077
  }
46404
46078
 
46405
46079
  /**
@@ -46456,12 +46130,7 @@ export default class Client extends OpenApi {
46456
46130
  reqBodyType: "json",
46457
46131
  bodyType: "json",
46458
46132
  });
46459
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46460
- return $tea.cast<GetAvailabilityMetricResponse>(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
46461
- } else {
46462
- return $tea.cast<GetAvailabilityMetricResponse>(await this.execute(params, req, runtime), new GetAvailabilityMetricResponse({}));
46463
- }
46464
-
46133
+ return $tea.cast<GetAvailabilityMetricResponse>(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
46465
46134
  }
46466
46135
 
46467
46136
  /**
@@ -46526,12 +46195,7 @@ export default class Client extends OpenApi {
46526
46195
  reqBodyType: "json",
46527
46196
  bodyType: "json",
46528
46197
  });
46529
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46530
- return $tea.cast<GetChangeOrderMetricResponse>(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
46531
- } else {
46532
- return $tea.cast<GetChangeOrderMetricResponse>(await this.execute(params, req, runtime), new GetChangeOrderMetricResponse({}));
46533
- }
46534
-
46198
+ return $tea.cast<GetChangeOrderMetricResponse>(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
46535
46199
  }
46536
46200
 
46537
46201
  /**
@@ -46588,12 +46252,7 @@ export default class Client extends OpenApi {
46588
46252
  reqBodyType: "json",
46589
46253
  bodyType: "json",
46590
46254
  });
46591
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46592
- return $tea.cast<GetScaleAppMetricResponse>(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
46593
- } else {
46594
- return $tea.cast<GetScaleAppMetricResponse>(await this.execute(params, req, runtime), new GetScaleAppMetricResponse({}));
46595
- }
46596
-
46255
+ return $tea.cast<GetScaleAppMetricResponse>(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
46597
46256
  }
46598
46257
 
46599
46258
  /**
@@ -46658,12 +46317,7 @@ export default class Client extends OpenApi {
46658
46317
  reqBodyType: "json",
46659
46318
  bodyType: "json",
46660
46319
  });
46661
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46662
- return $tea.cast<GetWarningEventMetricResponse>(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
46663
- } else {
46664
- return $tea.cast<GetWarningEventMetricResponse>(await this.execute(params, req, runtime), new GetWarningEventMetricResponse({}));
46665
- }
46666
-
46320
+ return $tea.cast<GetWarningEventMetricResponse>(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
46667
46321
  }
46668
46322
 
46669
46323
  /**
@@ -46710,12 +46364,7 @@ export default class Client extends OpenApi {
46710
46364
  reqBodyType: "json",
46711
46365
  bodyType: "json",
46712
46366
  });
46713
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46714
- return $tea.cast<GetWebshellTokenResponse>(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
46715
- } else {
46716
- return $tea.cast<GetWebshellTokenResponse>(await this.execute(params, req, runtime), new GetWebshellTokenResponse({}));
46717
- }
46718
-
46367
+ return $tea.cast<GetWebshellTokenResponse>(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
46719
46368
  }
46720
46369
 
46721
46370
  /**
@@ -46786,12 +46435,7 @@ export default class Client extends OpenApi {
46786
46435
  reqBodyType: "json",
46787
46436
  bodyType: "json",
46788
46437
  });
46789
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46790
- return $tea.cast<ListAppEventsResponse>(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
46791
- } else {
46792
- return $tea.cast<ListAppEventsResponse>(await this.execute(params, req, runtime), new ListAppEventsResponse({}));
46793
- }
46794
-
46438
+ return $tea.cast<ListAppEventsResponse>(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
46795
46439
  }
46796
46440
 
46797
46441
  /**
@@ -46848,12 +46492,7 @@ export default class Client extends OpenApi {
46848
46492
  reqBodyType: "json",
46849
46493
  bodyType: "json",
46850
46494
  });
46851
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46852
- return $tea.cast<ListAppServicesPageResponse>(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
46853
- } else {
46854
- return $tea.cast<ListAppServicesPageResponse>(await this.execute(params, req, runtime), new ListAppServicesPageResponse({}));
46855
- }
46856
-
46495
+ return $tea.cast<ListAppServicesPageResponse>(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
46857
46496
  }
46858
46497
 
46859
46498
  /**
@@ -46898,12 +46537,7 @@ export default class Client extends OpenApi {
46898
46537
  reqBodyType: "json",
46899
46538
  bodyType: "json",
46900
46539
  });
46901
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46902
- return $tea.cast<ListAppVersionsResponse>(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
46903
- } else {
46904
- return $tea.cast<ListAppVersionsResponse>(await this.execute(params, req, runtime), new ListAppVersionsResponse({}));
46905
- }
46906
-
46540
+ return $tea.cast<ListAppVersionsResponse>(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
46907
46541
  }
46908
46542
 
46909
46543
  /**
@@ -46984,12 +46618,7 @@ export default class Client extends OpenApi {
46984
46618
  reqBodyType: "json",
46985
46619
  bodyType: "json",
46986
46620
  });
46987
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
46988
- return $tea.cast<ListApplicationsResponse>(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
46989
- } else {
46990
- return $tea.cast<ListApplicationsResponse>(await this.execute(params, req, runtime), new ListApplicationsResponse({}));
46991
- }
46992
-
46621
+ return $tea.cast<ListApplicationsResponse>(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
46993
46622
  }
46994
46623
 
46995
46624
  /**
@@ -47052,12 +46681,7 @@ export default class Client extends OpenApi {
47052
46681
  reqBodyType: "json",
47053
46682
  bodyType: "json",
47054
46683
  });
47055
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47056
- return $tea.cast<ListChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
47057
- } else {
47058
- return $tea.cast<ListChangeOrdersResponse>(await this.execute(params, req, runtime), new ListChangeOrdersResponse({}));
47059
- }
47060
-
46684
+ return $tea.cast<ListChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
47061
46685
  }
47062
46686
 
47063
46687
  /**
@@ -47100,12 +46724,7 @@ export default class Client extends OpenApi {
47100
46724
  reqBodyType: "json",
47101
46725
  bodyType: "json",
47102
46726
  });
47103
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47104
- return $tea.cast<ListConsumedServicesResponse>(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
47105
- } else {
47106
- return $tea.cast<ListConsumedServicesResponse>(await this.execute(params, req, runtime), new ListConsumedServicesResponse({}));
47107
- }
47108
-
46727
+ return $tea.cast<ListConsumedServicesResponse>(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
47109
46728
  }
47110
46729
 
47111
46730
  /**
@@ -47153,12 +46772,7 @@ export default class Client extends OpenApi {
47153
46772
  reqBodyType: "json",
47154
46773
  bodyType: "json",
47155
46774
  });
47156
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47157
- return $tea.cast<ListGreyTagRouteResponse>(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
47158
- } else {
47159
- return $tea.cast<ListGreyTagRouteResponse>(await this.execute(params, req, runtime), new ListGreyTagRouteResponse({}));
47160
- }
47161
-
46775
+ return $tea.cast<ListGreyTagRouteResponse>(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
47162
46776
  }
47163
46777
 
47164
46778
  /**
@@ -47212,12 +46826,7 @@ export default class Client extends OpenApi {
47212
46826
  reqBodyType: "json",
47213
46827
  bodyType: "json",
47214
46828
  });
47215
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47216
- return $tea.cast<ListIngressesResponse>(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
47217
- } else {
47218
- return $tea.cast<ListIngressesResponse>(await this.execute(params, req, runtime), new ListIngressesResponse({}));
47219
- }
47220
-
46829
+ return $tea.cast<ListIngressesResponse>(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
47221
46830
  }
47222
46831
 
47223
46832
  /**
@@ -47300,12 +46909,7 @@ export default class Client extends OpenApi {
47300
46909
  reqBodyType: "json",
47301
46910
  bodyType: "json",
47302
46911
  });
47303
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47304
- return $tea.cast<ListJobsResponse>(await this.callApi(params, req, runtime), new ListJobsResponse({}));
47305
- } else {
47306
- return $tea.cast<ListJobsResponse>(await this.execute(params, req, runtime), new ListJobsResponse({}));
47307
- }
47308
-
46912
+ return $tea.cast<ListJobsResponse>(await this.callApi(params, req, runtime), new ListJobsResponse({}));
47309
46913
  }
47310
46914
 
47311
46915
  /**
@@ -47358,12 +46962,7 @@ export default class Client extends OpenApi {
47358
46962
  reqBodyType: "json",
47359
46963
  bodyType: "json",
47360
46964
  });
47361
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47362
- return $tea.cast<ListLogConfigsResponse>(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
47363
- } else {
47364
- return $tea.cast<ListLogConfigsResponse>(await this.execute(params, req, runtime), new ListLogConfigsResponse({}));
47365
- }
47366
-
46965
+ return $tea.cast<ListLogConfigsResponse>(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
47367
46966
  }
47368
46967
 
47369
46968
  /**
@@ -47426,12 +47025,7 @@ export default class Client extends OpenApi {
47426
47025
  reqBodyType: "json",
47427
47026
  bodyType: "json",
47428
47027
  });
47429
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47430
- return $tea.cast<ListNamespaceChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
47431
- } else {
47432
- return $tea.cast<ListNamespaceChangeOrdersResponse>(await this.execute(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
47433
- }
47434
-
47028
+ return $tea.cast<ListNamespaceChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
47435
47029
  }
47436
47030
 
47437
47031
  /**
@@ -47474,12 +47068,7 @@ export default class Client extends OpenApi {
47474
47068
  reqBodyType: "json",
47475
47069
  bodyType: "json",
47476
47070
  });
47477
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47478
- return $tea.cast<ListNamespacedConfigMapsResponse>(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
47479
- } else {
47480
- return $tea.cast<ListNamespacedConfigMapsResponse>(await this.execute(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
47481
- }
47482
-
47071
+ return $tea.cast<ListNamespacedConfigMapsResponse>(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
47483
47072
  }
47484
47073
 
47485
47074
  /**
@@ -47524,12 +47113,7 @@ export default class Client extends OpenApi {
47524
47113
  reqBodyType: "json",
47525
47114
  bodyType: "json",
47526
47115
  });
47527
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47528
- return $tea.cast<ListPublishedServicesResponse>(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
47529
- } else {
47530
- return $tea.cast<ListPublishedServicesResponse>(await this.execute(params, req, runtime), new ListPublishedServicesResponse({}));
47531
- }
47532
-
47116
+ return $tea.cast<ListPublishedServicesResponse>(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
47533
47117
  }
47534
47118
 
47535
47119
  /**
@@ -47574,12 +47158,7 @@ export default class Client extends OpenApi {
47574
47158
  reqBodyType: "json",
47575
47159
  bodyType: "json",
47576
47160
  });
47577
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47578
- return $tea.cast<ListSecretsResponse>(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
47579
- } else {
47580
- return $tea.cast<ListSecretsResponse>(await this.execute(params, req, runtime), new ListSecretsResponse({}));
47581
- }
47582
-
47161
+ return $tea.cast<ListSecretsResponse>(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
47583
47162
  }
47584
47163
 
47585
47164
  /**
@@ -47640,12 +47219,7 @@ export default class Client extends OpenApi {
47640
47219
  reqBodyType: "json",
47641
47220
  bodyType: "json",
47642
47221
  });
47643
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47644
- return $tea.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
47645
- } else {
47646
- return $tea.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
47647
- }
47648
-
47222
+ return $tea.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
47649
47223
  }
47650
47224
 
47651
47225
  /**
@@ -47728,12 +47302,7 @@ export default class Client extends OpenApi {
47728
47302
  reqBodyType: "json",
47729
47303
  bodyType: "json",
47730
47304
  });
47731
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47732
- return $tea.cast<ListWebApplicationInstancesResponse>(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
47733
- } else {
47734
- return $tea.cast<ListWebApplicationInstancesResponse>(await this.execute(params, req, runtime), new ListWebApplicationInstancesResponse({}));
47735
- }
47736
-
47305
+ return $tea.cast<ListWebApplicationInstancesResponse>(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
47737
47306
  }
47738
47307
 
47739
47308
  /**
@@ -47786,12 +47355,7 @@ export default class Client extends OpenApi {
47786
47355
  reqBodyType: "json",
47787
47356
  bodyType: "json",
47788
47357
  });
47789
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47790
- return $tea.cast<ListWebApplicationRevisionsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
47791
- } else {
47792
- return $tea.cast<ListWebApplicationRevisionsResponse>(await this.execute(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
47793
- }
47794
-
47358
+ return $tea.cast<ListWebApplicationRevisionsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
47795
47359
  }
47796
47360
 
47797
47361
  /**
@@ -47848,12 +47412,7 @@ export default class Client extends OpenApi {
47848
47412
  reqBodyType: "json",
47849
47413
  bodyType: "json",
47850
47414
  });
47851
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47852
- return $tea.cast<ListWebApplicationsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
47853
- } else {
47854
- return $tea.cast<ListWebApplicationsResponse>(await this.execute(params, req, runtime), new ListWebApplicationsResponse({}));
47855
- }
47856
-
47415
+ return $tea.cast<ListWebApplicationsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
47857
47416
  }
47858
47417
 
47859
47418
  /**
@@ -47914,12 +47473,7 @@ export default class Client extends OpenApi {
47914
47473
  reqBodyType: "json",
47915
47474
  bodyType: "json",
47916
47475
  });
47917
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47918
- return $tea.cast<ListWebCustomDomainsResponse>(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
47919
- } else {
47920
- return $tea.cast<ListWebCustomDomainsResponse>(await this.execute(params, req, runtime), new ListWebCustomDomainsResponse({}));
47921
- }
47922
-
47476
+ return $tea.cast<ListWebCustomDomainsResponse>(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
47923
47477
  }
47924
47478
 
47925
47479
  /**
@@ -47959,12 +47513,7 @@ export default class Client extends OpenApi {
47959
47513
  reqBodyType: "json",
47960
47514
  bodyType: "json",
47961
47515
  });
47962
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
47963
- return $tea.cast<OpenSaeServiceResponse>(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
47964
- } else {
47965
- return $tea.cast<OpenSaeServiceResponse>(await this.execute(params, req, runtime), new OpenSaeServiceResponse({}));
47966
- }
47967
-
47516
+ return $tea.cast<OpenSaeServiceResponse>(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
47968
47517
  }
47969
47518
 
47970
47519
  /**
@@ -48011,12 +47560,7 @@ export default class Client extends OpenApi {
48011
47560
  reqBodyType: "json",
48012
47561
  bodyType: "json",
48013
47562
  });
48014
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48015
- return $tea.cast<PublishWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
48016
- } else {
48017
- return $tea.cast<PublishWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
48018
- }
48019
-
47563
+ return $tea.cast<PublishWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
48020
47564
  }
48021
47565
 
48022
47566
  /**
@@ -48061,12 +47605,7 @@ export default class Client extends OpenApi {
48061
47605
  reqBodyType: "json",
48062
47606
  bodyType: "json",
48063
47607
  });
48064
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48065
- return $tea.cast<QueryResourceStaticsResponse>(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
48066
- } else {
48067
- return $tea.cast<QueryResourceStaticsResponse>(await this.execute(params, req, runtime), new QueryResourceStaticsResponse({}));
48068
- }
48069
-
47608
+ return $tea.cast<QueryResourceStaticsResponse>(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
48070
47609
  }
48071
47610
 
48072
47611
  /**
@@ -48115,12 +47654,7 @@ export default class Client extends OpenApi {
48115
47654
  reqBodyType: "json",
48116
47655
  bodyType: "json",
48117
47656
  });
48118
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48119
- return $tea.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
48120
- } else {
48121
- return $tea.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.execute(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
48122
- }
48123
-
47657
+ return $tea.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
48124
47658
  }
48125
47659
 
48126
47660
  /**
@@ -48181,12 +47715,7 @@ export default class Client extends OpenApi {
48181
47715
  reqBodyType: "json",
48182
47716
  bodyType: "json",
48183
47717
  });
48184
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48185
- return $tea.cast<RescaleApplicationResponse>(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
48186
- } else {
48187
- return $tea.cast<RescaleApplicationResponse>(await this.execute(params, req, runtime), new RescaleApplicationResponse({}));
48188
- }
48189
-
47718
+ return $tea.cast<RescaleApplicationResponse>(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
48190
47719
  }
48191
47720
 
48192
47721
  /**
@@ -48251,12 +47780,7 @@ export default class Client extends OpenApi {
48251
47780
  reqBodyType: "json",
48252
47781
  bodyType: "json",
48253
47782
  });
48254
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48255
- return $tea.cast<RescaleApplicationVerticallyResponse>(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
48256
- } else {
48257
- return $tea.cast<RescaleApplicationVerticallyResponse>(await this.execute(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
48258
- }
48259
-
47783
+ return $tea.cast<RescaleApplicationVerticallyResponse>(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
48260
47784
  }
48261
47785
 
48262
47786
  /**
@@ -48313,12 +47837,7 @@ export default class Client extends OpenApi {
48313
47837
  reqBodyType: "json",
48314
47838
  bodyType: "json",
48315
47839
  });
48316
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48317
- return $tea.cast<RestartApplicationResponse>(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
48318
- } else {
48319
- return $tea.cast<RestartApplicationResponse>(await this.execute(params, req, runtime), new RestartApplicationResponse({}));
48320
- }
48321
-
47840
+ return $tea.cast<RestartApplicationResponse>(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
48322
47841
  }
48323
47842
 
48324
47843
  /**
@@ -48367,12 +47886,7 @@ export default class Client extends OpenApi {
48367
47886
  reqBodyType: "json",
48368
47887
  bodyType: "json",
48369
47888
  });
48370
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48371
- return $tea.cast<RestartInstancesResponse>(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
48372
- } else {
48373
- return $tea.cast<RestartInstancesResponse>(await this.execute(params, req, runtime), new RestartInstancesResponse({}));
48374
- }
48375
-
47889
+ return $tea.cast<RestartInstancesResponse>(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
48376
47890
  }
48377
47891
 
48378
47892
  /**
@@ -48441,12 +47955,7 @@ export default class Client extends OpenApi {
48441
47955
  reqBodyType: "json",
48442
47956
  bodyType: "json",
48443
47957
  });
48444
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48445
- return $tea.cast<RollbackApplicationResponse>(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
48446
- } else {
48447
- return $tea.cast<RollbackApplicationResponse>(await this.execute(params, req, runtime), new RollbackApplicationResponse({}));
48448
- }
48449
-
47958
+ return $tea.cast<RollbackApplicationResponse>(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
48450
47959
  }
48451
47960
 
48452
47961
  /**
@@ -48491,12 +48000,7 @@ export default class Client extends OpenApi {
48491
48000
  reqBodyType: "json",
48492
48001
  bodyType: "json",
48493
48002
  });
48494
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48495
- return $tea.cast<StartApplicationResponse>(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
48496
- } else {
48497
- return $tea.cast<StartApplicationResponse>(await this.execute(params, req, runtime), new StartApplicationResponse({}));
48498
- }
48499
-
48003
+ return $tea.cast<StartApplicationResponse>(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
48500
48004
  }
48501
48005
 
48502
48006
  /**
@@ -48541,12 +48045,7 @@ export default class Client extends OpenApi {
48541
48045
  reqBodyType: "json",
48542
48046
  bodyType: "json",
48543
48047
  });
48544
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48545
- return $tea.cast<StartWebApplicationResponse>(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
48546
- } else {
48547
- return $tea.cast<StartWebApplicationResponse>(await this.execute(params, req, runtime), new StartWebApplicationResponse({}));
48548
- }
48549
-
48048
+ return $tea.cast<StartWebApplicationResponse>(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
48550
48049
  }
48551
48050
 
48552
48051
  /**
@@ -48591,12 +48090,7 @@ export default class Client extends OpenApi {
48591
48090
  reqBodyType: "json",
48592
48091
  bodyType: "json",
48593
48092
  });
48594
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48595
- return $tea.cast<StopApplicationResponse>(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
48596
- } else {
48597
- return $tea.cast<StopApplicationResponse>(await this.execute(params, req, runtime), new StopApplicationResponse({}));
48598
- }
48599
-
48093
+ return $tea.cast<StopApplicationResponse>(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
48600
48094
  }
48601
48095
 
48602
48096
  /**
@@ -48641,12 +48135,7 @@ export default class Client extends OpenApi {
48641
48135
  reqBodyType: "json",
48642
48136
  bodyType: "json",
48643
48137
  });
48644
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48645
- return $tea.cast<StopWebApplicationResponse>(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
48646
- } else {
48647
- return $tea.cast<StopWebApplicationResponse>(await this.execute(params, req, runtime), new StopWebApplicationResponse({}));
48648
- }
48649
-
48138
+ return $tea.cast<StopWebApplicationResponse>(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
48650
48139
  }
48651
48140
 
48652
48141
  /**
@@ -48695,12 +48184,7 @@ export default class Client extends OpenApi {
48695
48184
  reqBodyType: "json",
48696
48185
  bodyType: "json",
48697
48186
  });
48698
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48699
- return $tea.cast<SuspendJobResponse>(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
48700
- } else {
48701
- return $tea.cast<SuspendJobResponse>(await this.execute(params, req, runtime), new SuspendJobResponse({}));
48702
- }
48703
-
48187
+ return $tea.cast<SuspendJobResponse>(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
48704
48188
  }
48705
48189
 
48706
48190
  /**
@@ -48757,12 +48241,7 @@ export default class Client extends OpenApi {
48757
48241
  reqBodyType: "formData",
48758
48242
  bodyType: "json",
48759
48243
  });
48760
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48761
- return $tea.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
48762
- } else {
48763
- return $tea.cast<TagResourcesResponse>(await this.execute(params, req, runtime), new TagResourcesResponse({}));
48764
- }
48765
-
48244
+ return $tea.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
48766
48245
  }
48767
48246
 
48768
48247
  /**
@@ -48815,12 +48294,7 @@ export default class Client extends OpenApi {
48815
48294
  reqBodyType: "json",
48816
48295
  bodyType: "json",
48817
48296
  });
48818
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48819
- return $tea.cast<UnbindSlbResponse>(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
48820
- } else {
48821
- return $tea.cast<UnbindSlbResponse>(await this.execute(params, req, runtime), new UnbindSlbResponse({}));
48822
- }
48823
-
48297
+ return $tea.cast<UnbindSlbResponse>(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
48824
48298
  }
48825
48299
 
48826
48300
  /**
@@ -48879,12 +48353,7 @@ export default class Client extends OpenApi {
48879
48353
  reqBodyType: "json",
48880
48354
  bodyType: "json",
48881
48355
  });
48882
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48883
- return $tea.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
48884
- } else {
48885
- return $tea.cast<UntagResourcesResponse>(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
48886
- }
48887
-
48356
+ return $tea.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
48888
48357
  }
48889
48358
 
48890
48359
  /**
@@ -48931,12 +48400,7 @@ export default class Client extends OpenApi {
48931
48400
  reqBodyType: "json",
48932
48401
  bodyType: "json",
48933
48402
  });
48934
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48935
- return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
48936
- } else {
48937
- return $tea.cast<UpdateAppSecurityGroupResponse>(await this.execute(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
48938
- }
48939
-
48403
+ return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
48940
48404
  }
48941
48405
 
48942
48406
  /**
@@ -48985,12 +48449,7 @@ export default class Client extends OpenApi {
48985
48449
  reqBodyType: "json",
48986
48450
  bodyType: "json",
48987
48451
  });
48988
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
48989
- return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
48990
- } else {
48991
- return $tea.cast<UpdateApplicationDescriptionResponse>(await this.execute(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
48992
- }
48993
-
48452
+ return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
48994
48453
  }
48995
48454
 
48996
48455
  /**
@@ -49063,12 +48522,7 @@ export default class Client extends OpenApi {
49063
48522
  reqBodyType: "json",
49064
48523
  bodyType: "json",
49065
48524
  });
49066
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49067
- return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
49068
- } else {
49069
- return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
49070
- }
49071
-
48525
+ return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
49072
48526
  }
49073
48527
 
49074
48528
  /**
@@ -49119,12 +48573,7 @@ export default class Client extends OpenApi {
49119
48573
  reqBodyType: "json",
49120
48574
  bodyType: "json",
49121
48575
  });
49122
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49123
- return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
49124
- } else {
49125
- return $tea.cast<UpdateApplicationVswitchesResponse>(await this.execute(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
49126
- }
49127
-
48576
+ return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
49128
48577
  }
49129
48578
 
49130
48579
  /**
@@ -49177,12 +48626,7 @@ export default class Client extends OpenApi {
49177
48626
  reqBodyType: "json",
49178
48627
  bodyType: "json",
49179
48628
  });
49180
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49181
- return $tea.cast<UpdateConfigMapResponse>(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
49182
- } else {
49183
- return $tea.cast<UpdateConfigMapResponse>(await this.execute(params, req, runtime), new UpdateConfigMapResponse({}));
49184
- }
49185
-
48629
+ return $tea.cast<UpdateConfigMapResponse>(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
49186
48630
  }
49187
48631
 
49188
48632
  /**
@@ -49243,12 +48687,7 @@ export default class Client extends OpenApi {
49243
48687
  reqBodyType: "json",
49244
48688
  bodyType: "json",
49245
48689
  });
49246
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49247
- return $tea.cast<UpdateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
49248
- } else {
49249
- return $tea.cast<UpdateGreyTagRouteResponse>(await this.execute(params, req, runtime), new UpdateGreyTagRouteResponse({}));
49250
- }
49251
-
48690
+ return $tea.cast<UpdateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
49252
48691
  }
49253
48692
 
49254
48693
  /**
@@ -49359,12 +48798,7 @@ export default class Client extends OpenApi {
49359
48798
  reqBodyType: "formData",
49360
48799
  bodyType: "json",
49361
48800
  });
49362
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49363
- return $tea.cast<UpdateIngressResponse>(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
49364
- } else {
49365
- return $tea.cast<UpdateIngressResponse>(await this.execute(params, req, runtime), new UpdateIngressResponse({}));
49366
- }
49367
-
48801
+ return $tea.cast<UpdateIngressResponse>(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
49368
48802
  }
49369
48803
 
49370
48804
  /**
@@ -49587,12 +49021,7 @@ export default class Client extends OpenApi {
49587
49021
  reqBodyType: "formData",
49588
49022
  bodyType: "json",
49589
49023
  });
49590
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49591
- return $tea.cast<UpdateJobResponse>(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
49592
- } else {
49593
- return $tea.cast<UpdateJobResponse>(await this.execute(params, req, runtime), new UpdateJobResponse({}));
49594
- }
49595
-
49024
+ return $tea.cast<UpdateJobResponse>(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
49596
49025
  }
49597
49026
 
49598
49027
  /**
@@ -49653,12 +49082,7 @@ export default class Client extends OpenApi {
49653
49082
  reqBodyType: "json",
49654
49083
  bodyType: "json",
49655
49084
  });
49656
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49657
- return $tea.cast<UpdateNamespaceResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
49658
- } else {
49659
- return $tea.cast<UpdateNamespaceResponse>(await this.execute(params, req, runtime), new UpdateNamespaceResponse({}));
49660
- }
49661
-
49085
+ return $tea.cast<UpdateNamespaceResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
49662
49086
  }
49663
49087
 
49664
49088
  /**
@@ -49711,12 +49135,7 @@ export default class Client extends OpenApi {
49711
49135
  reqBodyType: "json",
49712
49136
  bodyType: "json",
49713
49137
  });
49714
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49715
- return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
49716
- } else {
49717
- return $tea.cast<UpdateNamespaceVpcResponse>(await this.execute(params, req, runtime), new UpdateNamespaceVpcResponse({}));
49718
- }
49719
-
49138
+ return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
49720
49139
  }
49721
49140
 
49722
49141
  /**
@@ -49779,12 +49198,7 @@ export default class Client extends OpenApi {
49779
49198
  reqBodyType: "json",
49780
49199
  bodyType: "json",
49781
49200
  });
49782
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49783
- return $tea.cast<UpdateSecretResponse>(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
49784
- } else {
49785
- return $tea.cast<UpdateSecretResponse>(await this.execute(params, req, runtime), new UpdateSecretResponse({}));
49786
- }
49787
-
49201
+ return $tea.cast<UpdateSecretResponse>(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
49788
49202
  }
49789
49203
 
49790
49204
  /**
@@ -49834,12 +49248,7 @@ export default class Client extends OpenApi {
49834
49248
  reqBodyType: "json",
49835
49249
  bodyType: "json",
49836
49250
  });
49837
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49838
- return $tea.cast<UpdateWebApplicationResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
49839
- } else {
49840
- return $tea.cast<UpdateWebApplicationResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationResponse({}));
49841
- }
49842
-
49251
+ return $tea.cast<UpdateWebApplicationResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
49843
49252
  }
49844
49253
 
49845
49254
  /**
@@ -49885,12 +49294,7 @@ export default class Client extends OpenApi {
49885
49294
  reqBodyType: "json",
49886
49295
  bodyType: "json",
49887
49296
  });
49888
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49889
- return $tea.cast<UpdateWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
49890
- } else {
49891
- return $tea.cast<UpdateWebApplicationScalingConfigResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
49892
- }
49893
-
49297
+ return $tea.cast<UpdateWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
49894
49298
  }
49895
49299
 
49896
49300
  /**
@@ -49936,12 +49340,7 @@ export default class Client extends OpenApi {
49936
49340
  reqBodyType: "json",
49937
49341
  bodyType: "json",
49938
49342
  });
49939
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49940
- return $tea.cast<UpdateWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
49941
- } else {
49942
- return $tea.cast<UpdateWebApplicationTrafficConfigResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
49943
- }
49944
-
49343
+ return $tea.cast<UpdateWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
49945
49344
  }
49946
49345
 
49947
49346
  /**
@@ -49987,12 +49386,7 @@ export default class Client extends OpenApi {
49987
49386
  reqBodyType: "json",
49988
49387
  bodyType: "json",
49989
49388
  });
49990
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
49991
- return $tea.cast<UpdateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
49992
- } else {
49993
- return $tea.cast<UpdateWebCustomDomainResponse>(await this.execute(params, req, runtime), new UpdateWebCustomDomainResponse({}));
49994
- }
49995
-
49389
+ return $tea.cast<UpdateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
49996
49390
  }
49997
49391
 
49998
49392
  /**
@@ -50035,12 +49429,7 @@ export default class Client extends OpenApi {
50035
49429
  reqBodyType: "json",
50036
49430
  bodyType: "json",
50037
49431
  });
50038
- if (Util.isUnset(this._signatureVersion) || !Util.equalString(this._signatureVersion, "v4")) {
50039
- return $tea.cast<UpgradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
50040
- } else {
50041
- return $tea.cast<UpgradeApplicationApmServiceResponse>(await this.execute(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
50042
- }
50043
-
49432
+ return $tea.cast<UpgradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
50044
49433
  }
50045
49434
 
50046
49435
  /**