@alicloud/sae20190506 2.0.0 → 2.0.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/dist/client.js CHANGED
@@ -2080,6 +2080,7 @@ class DescribeApplicationConfigResponseBodyData extends $dara.Model {
2080
2080
  cpu: 'Cpu',
2081
2081
  customHostAlias: 'CustomHostAlias',
2082
2082
  customImageNetworkType: 'CustomImageNetworkType',
2083
+ diskSize: 'DiskSize',
2083
2084
  dotnet: 'Dotnet',
2084
2085
  edasContainerVersion: 'EdasContainerVersion',
2085
2086
  enableAhas: 'EnableAhas',
@@ -2165,6 +2166,7 @@ class DescribeApplicationConfigResponseBodyData extends $dara.Model {
2165
2166
  cpu: 'number',
2166
2167
  customHostAlias: 'string',
2167
2168
  customImageNetworkType: 'string',
2169
+ diskSize: 'number',
2168
2170
  dotnet: 'string',
2169
2171
  edasContainerVersion: 'string',
2170
2172
  enableAhas: 'string',
@@ -2375,6 +2377,7 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $dara.Model
2375
2377
  mainContainerStatus: 'MainContainerStatus',
2376
2378
  packageVersion: 'PackageVersion',
2377
2379
  sidecarContainersStatus: 'SidecarContainersStatus',
2380
+ timestamp: 'Timestamp',
2378
2381
  unhealthyMessage: 'UnhealthyMessage',
2379
2382
  vSwitchId: 'VSwitchId',
2380
2383
  };
@@ -2395,6 +2398,7 @@ class DescribeApplicationInstancesResponseBodyDataInstances extends $dara.Model
2395
2398
  mainContainerStatus: 'string',
2396
2399
  packageVersion: 'string',
2397
2400
  sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
2401
+ timestamp: 'number',
2398
2402
  unhealthyMessage: 'string',
2399
2403
  vSwitchId: 'string',
2400
2404
  };
@@ -5109,20 +5113,28 @@ class GetChangeOrderMetricResponseBodyData extends $dara.Model {
5109
5113
  static names() {
5110
5114
  return {
5111
5115
  appId: 'AppId',
5116
+ avgTimeCostMs: 'AvgTimeCostMs',
5112
5117
  error: 'Error',
5113
5118
  errorPercent: 'ErrorPercent',
5119
+ maxTimeCostMs: 'MaxTimeCostMs',
5114
5120
  name: 'Name',
5121
+ optimizeSuggestions: 'OptimizeSuggestions',
5115
5122
  regionId: 'RegionId',
5123
+ taskTimeCostMsAvg: 'TaskTimeCostMsAvg',
5116
5124
  total: 'Total',
5117
5125
  };
5118
5126
  }
5119
5127
  static types() {
5120
5128
  return {
5121
5129
  appId: 'string',
5130
+ avgTimeCostMs: 'number',
5122
5131
  error: 'number',
5123
5132
  errorPercent: 'number',
5133
+ maxTimeCostMs: 'number',
5124
5134
  name: 'string',
5135
+ optimizeSuggestions: 'string',
5125
5136
  regionId: 'string',
5137
+ taskTimeCostMsAvg: 'string',
5126
5138
  total: 'number',
5127
5139
  };
5128
5140
  }
@@ -5512,6 +5524,7 @@ class ListApplicationsResponseBodyDataApplications extends $dara.Model {
5512
5524
  baseAppId: 'BaseAppId',
5513
5525
  children: 'Children',
5514
5526
  cpu: 'Cpu',
5527
+ diskSize: 'DiskSize',
5515
5528
  enableIdle: 'EnableIdle',
5516
5529
  imageUrl: 'ImageUrl',
5517
5530
  instances: 'Instances',
@@ -5538,6 +5551,7 @@ class ListApplicationsResponseBodyDataApplications extends $dara.Model {
5538
5551
  baseAppId: 'string',
5539
5552
  children: { 'type': 'array', 'itemType': ListApplicationsResponseBodyDataApplicationsChildren },
5540
5553
  cpu: 'number',
5554
+ diskSize: 'number',
5541
5555
  enableIdle: 'string',
5542
5556
  imageUrl: 'string',
5543
5557
  instances: 'number',
@@ -12585,6 +12599,7 @@ class CreateApplicationRequest extends $dara.Model {
12585
12599
  customHostAlias: 'CustomHostAlias',
12586
12600
  customImageNetworkType: 'CustomImageNetworkType',
12587
12601
  deploy: 'Deploy',
12602
+ diskSize: 'DiskSize',
12588
12603
  dotnet: 'Dotnet',
12589
12604
  edasContainerVersion: 'EdasContainerVersion',
12590
12605
  enableCpuBurst: 'EnableCpuBurst',
@@ -12661,6 +12676,7 @@ class CreateApplicationRequest extends $dara.Model {
12661
12676
  customHostAlias: 'string',
12662
12677
  customImageNetworkType: 'string',
12663
12678
  deploy: 'boolean',
12679
+ diskSize: 'number',
12664
12680
  dotnet: 'string',
12665
12681
  edasContainerVersion: 'string',
12666
12682
  enableCpuBurst: 'boolean',
@@ -12749,6 +12765,7 @@ class CreateApplicationShrinkRequest extends $dara.Model {
12749
12765
  customHostAlias: 'CustomHostAlias',
12750
12766
  customImageNetworkType: 'CustomImageNetworkType',
12751
12767
  deploy: 'Deploy',
12768
+ diskSize: 'DiskSize',
12752
12769
  dotnet: 'Dotnet',
12753
12770
  edasContainerVersion: 'EdasContainerVersion',
12754
12771
  enableCpuBurst: 'EnableCpuBurst',
@@ -12825,6 +12842,7 @@ class CreateApplicationShrinkRequest extends $dara.Model {
12825
12842
  customHostAlias: 'string',
12826
12843
  customImageNetworkType: 'string',
12827
12844
  deploy: 'boolean',
12845
+ diskSize: 'number',
12828
12846
  dotnet: 'string',
12829
12847
  edasContainerVersion: 'string',
12830
12848
  enableCpuBurst: 'boolean',
@@ -14773,6 +14791,7 @@ class DeployApplicationRequest extends $dara.Model {
14773
14791
  mountHost: 'MountHost',
14774
14792
  nasConfigs: 'NasConfigs',
14775
14793
  nasId: 'NasId',
14794
+ newSaeVersion: 'NewSaeVersion',
14776
14795
  oidcRoleName: 'OidcRoleName',
14777
14796
  ossAkId: 'OssAkId',
14778
14797
  ossAkSecret: 'OssAkSecret',
@@ -14847,6 +14866,7 @@ class DeployApplicationRequest extends $dara.Model {
14847
14866
  mountHost: 'string',
14848
14867
  nasConfigs: 'string',
14849
14868
  nasId: 'string',
14869
+ newSaeVersion: 'string',
14850
14870
  oidcRoleName: 'string',
14851
14871
  ossAkId: 'string',
14852
14872
  ossAkSecret: 'string',
@@ -14933,6 +14953,7 @@ class DeployApplicationShrinkRequest extends $dara.Model {
14933
14953
  mountHost: 'MountHost',
14934
14954
  nasConfigs: 'NasConfigs',
14935
14955
  nasId: 'NasId',
14956
+ newSaeVersion: 'NewSaeVersion',
14936
14957
  oidcRoleName: 'OidcRoleName',
14937
14958
  ossAkId: 'OssAkId',
14938
14959
  ossAkSecret: 'OssAkSecret',
@@ -15007,6 +15028,7 @@ class DeployApplicationShrinkRequest extends $dara.Model {
15007
15028
  mountHost: 'string',
15008
15029
  nasConfigs: 'string',
15009
15030
  nasId: 'string',
15031
+ newSaeVersion: 'string',
15010
15032
  oidcRoleName: 'string',
15011
15033
  ossAkId: 'string',
15012
15034
  ossAkSecret: 'string',
@@ -15467,6 +15489,7 @@ class DescribeApplicationInstancesRequest extends $dara.Model {
15467
15489
  groupId: 'GroupId',
15468
15490
  instanceId: 'InstanceId',
15469
15491
  pageSize: 'PageSize',
15492
+ pipelineId: 'PipelineId',
15470
15493
  reverse: 'Reverse',
15471
15494
  };
15472
15495
  }
@@ -15477,6 +15500,7 @@ class DescribeApplicationInstancesRequest extends $dara.Model {
15477
15500
  groupId: 'string',
15478
15501
  instanceId: 'string',
15479
15502
  pageSize: 'number',
15503
+ pipelineId: 'string',
15480
15504
  reverse: 'boolean',
15481
15505
  };
15482
15506
  }
@@ -18342,7 +18366,9 @@ exports.GetAvailabilityMetricResponse = GetAvailabilityMetricResponse;
18342
18366
  class GetChangeOrderMetricRequest extends $dara.Model {
18343
18367
  static names() {
18344
18368
  return {
18369
+ appId: 'AppId',
18345
18370
  appSource: 'AppSource',
18371
+ coType: 'CoType',
18346
18372
  cpuStrategy: 'CpuStrategy',
18347
18373
  createTime: 'CreateTime',
18348
18374
  limit: 'Limit',
@@ -18352,7 +18378,9 @@ class GetChangeOrderMetricRequest extends $dara.Model {
18352
18378
  }
18353
18379
  static types() {
18354
18380
  return {
18381
+ appId: 'string',
18355
18382
  appSource: 'string',
18383
+ coType: 'string',
18356
18384
  cpuStrategy: 'string',
18357
18385
  createTime: 'string',
18358
18386
  limit: 'number',
@@ -19157,7 +19185,9 @@ class ListChangeOrdersRequest extends $dara.Model {
19157
19185
  coType: 'CoType',
19158
19186
  currentPage: 'CurrentPage',
19159
19187
  key: 'Key',
19188
+ orderBy: 'OrderBy',
19160
19189
  pageSize: 'PageSize',
19190
+ reverse: 'Reverse',
19161
19191
  };
19162
19192
  }
19163
19193
  static types() {
@@ -19167,7 +19197,9 @@ class ListChangeOrdersRequest extends $dara.Model {
19167
19197
  coType: 'string',
19168
19198
  currentPage: 'number',
19169
19199
  key: 'string',
19200
+ orderBy: 'string',
19170
19201
  pageSize: 'number',
19202
+ reverse: 'boolean',
19171
19203
  };
19172
19204
  }
19173
19205
  validate() {
@@ -20731,6 +20763,7 @@ class RescaleApplicationVerticallyRequest extends $dara.Model {
20731
20763
  return {
20732
20764
  appId: 'AppId',
20733
20765
  cpu: 'Cpu',
20766
+ diskSize: 'DiskSize',
20734
20767
  memory: 'Memory',
20735
20768
  autoEnableApplicationScalingRule: 'autoEnableApplicationScalingRule',
20736
20769
  minReadyInstanceRatio: 'minReadyInstanceRatio',
@@ -20741,6 +20774,7 @@ class RescaleApplicationVerticallyRequest extends $dara.Model {
20741
20774
  return {
20742
20775
  appId: 'string',
20743
20776
  cpu: 'string',
20777
+ diskSize: 'string',
20744
20778
  memory: 'string',
20745
20779
  autoEnableApplicationScalingRule: 'boolean',
20746
20780
  minReadyInstanceRatio: 'number',
@@ -23186,12 +23220,7 @@ class Client extends openapi_core_1.default {
23186
23220
  reqBodyType: "json",
23187
23221
  bodyType: "json",
23188
23222
  });
23189
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23190
- return $dara.cast(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
23191
- }
23192
- else {
23193
- return $dara.cast(await this.execute(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
23194
- }
23223
+ return $dara.cast(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
23195
23224
  }
23196
23225
  /**
23197
23226
  * Terminates a change order and rolls back the corresponding application.
@@ -23233,12 +23262,7 @@ class Client extends openapi_core_1.default {
23233
23262
  reqBodyType: "json",
23234
23263
  bodyType: "json",
23235
23264
  });
23236
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23237
- return $dara.cast(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
23238
- }
23239
- else {
23240
- return $dara.cast(await this.execute(params, req, runtime), new AbortChangeOrderResponse({}));
23241
- }
23265
+ return $dara.cast(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
23242
23266
  }
23243
23267
  /**
23244
23268
  * Terminate a change order.
@@ -23286,12 +23310,7 @@ class Client extends openapi_core_1.default {
23286
23310
  reqBodyType: "json",
23287
23311
  bodyType: "json",
23288
23312
  });
23289
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23290
- return $dara.cast(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
23291
- }
23292
- else {
23293
- return $dara.cast(await this.execute(params, req, runtime), new BatchStartApplicationsResponse({}));
23294
- }
23313
+ return $dara.cast(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
23295
23314
  }
23296
23315
  /**
23297
23316
  * cn-shanghai
@@ -23339,12 +23358,7 @@ class Client extends openapi_core_1.default {
23339
23358
  reqBodyType: "json",
23340
23359
  bodyType: "json",
23341
23360
  });
23342
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23343
- return $dara.cast(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
23344
- }
23345
- else {
23346
- return $dara.cast(await this.execute(params, req, runtime), new BatchStopApplicationsResponse({}));
23347
- }
23361
+ return $dara.cast(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
23348
23362
  }
23349
23363
  /**
23350
23364
  * Stops multiple applications at a time.
@@ -23402,12 +23416,7 @@ class Client extends openapi_core_1.default {
23402
23416
  reqBodyType: "json",
23403
23417
  bodyType: "json",
23404
23418
  });
23405
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23406
- return $dara.cast(await this.callApi(params, req, runtime), new BindSlbResponse({}));
23407
- }
23408
- else {
23409
- return $dara.cast(await this.execute(params, req, runtime), new BindSlbResponse({}));
23410
- }
23419
+ return $dara.cast(await this.callApi(params, req, runtime), new BindSlbResponse({}));
23411
23420
  }
23412
23421
  /**
23413
23422
  * @param request - BindSlbRequest
@@ -23448,12 +23457,7 @@ class Client extends openapi_core_1.default {
23448
23457
  reqBodyType: "json",
23449
23458
  bodyType: "json",
23450
23459
  });
23451
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23452
- return $dara.cast(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
23453
- }
23454
- else {
23455
- return $dara.cast(await this.execute(params, req, runtime), new ConfirmPipelineBatchResponse({}));
23456
- }
23460
+ return $dara.cast(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
23457
23461
  }
23458
23462
  /**
23459
23463
  * @param request - ConfirmPipelineBatchRequest
@@ -23511,6 +23515,9 @@ class Client extends openapi_core_1.default {
23511
23515
  if (!$dara.isNull(request.deploy)) {
23512
23516
  query["Deploy"] = request.deploy;
23513
23517
  }
23518
+ if (!$dara.isNull(request.diskSize)) {
23519
+ query["DiskSize"] = request.diskSize;
23520
+ }
23514
23521
  if (!$dara.isNull(request.dotnet)) {
23515
23522
  query["Dotnet"] = request.dotnet;
23516
23523
  }
@@ -23711,12 +23718,7 @@ class Client extends openapi_core_1.default {
23711
23718
  reqBodyType: "formData",
23712
23719
  bodyType: "json",
23713
23720
  });
23714
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23715
- return $dara.cast(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
23716
- }
23717
- else {
23718
- return $dara.cast(await this.execute(params, req, runtime), new CreateApplicationResponse({}));
23719
- }
23721
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
23720
23722
  }
23721
23723
  /**
23722
23724
  * @param request - CreateApplicationRequest
@@ -23787,12 +23789,7 @@ class Client extends openapi_core_1.default {
23787
23789
  reqBodyType: "json",
23788
23790
  bodyType: "json",
23789
23791
  });
23790
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23791
- return $dara.cast(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
23792
- }
23793
- else {
23794
- return $dara.cast(await this.execute(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
23795
- }
23792
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
23796
23793
  }
23797
23794
  /**
23798
23795
  * Null
@@ -23852,12 +23849,7 @@ class Client extends openapi_core_1.default {
23852
23849
  reqBodyType: "json",
23853
23850
  bodyType: "json",
23854
23851
  });
23855
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23856
- return $dara.cast(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
23857
- }
23858
- else {
23859
- return $dara.cast(await this.execute(params, req, runtime), new CreateConfigMapResponse({}));
23860
- }
23852
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
23861
23853
  }
23862
23854
  /**
23863
23855
  * Create a ConfigMap in a namespace.
@@ -23917,12 +23909,7 @@ class Client extends openapi_core_1.default {
23917
23909
  reqBodyType: "json",
23918
23910
  bodyType: "json",
23919
23911
  });
23920
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
23921
- return $dara.cast(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
23922
- }
23923
- else {
23924
- return $dara.cast(await this.execute(params, req, runtime), new CreateGreyTagRouteResponse({}));
23925
- }
23912
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
23926
23913
  }
23927
23914
  /**
23928
23915
  * Creates a canary release rule for a Spring Cloud or Dubbo application.
@@ -24032,12 +24019,7 @@ class Client extends openapi_core_1.default {
24032
24019
  reqBodyType: "formData",
24033
24020
  bodyType: "json",
24034
24021
  });
24035
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24036
- return $dara.cast(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
24037
- }
24038
- else {
24039
- return $dara.cast(await this.execute(params, req, runtime), new CreateIngressResponse({}));
24040
- }
24022
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
24041
24023
  }
24042
24024
  /**
24043
24025
  * Creates a routing rule.
@@ -24240,12 +24222,7 @@ class Client extends openapi_core_1.default {
24240
24222
  reqBodyType: "formData",
24241
24223
  bodyType: "json",
24242
24224
  });
24243
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24244
- return $dara.cast(await this.callApi(params, req, runtime), new CreateJobResponse({}));
24245
- }
24246
- else {
24247
- return $dara.cast(await this.execute(params, req, runtime), new CreateJobResponse({}));
24248
- }
24225
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateJobResponse({}));
24249
24226
  }
24250
24227
  /**
24251
24228
  * Create a job template.
@@ -24299,12 +24276,7 @@ class Client extends openapi_core_1.default {
24299
24276
  reqBodyType: "json",
24300
24277
  bodyType: "json",
24301
24278
  });
24302
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24303
- return $dara.cast(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
24304
- }
24305
- else {
24306
- return $dara.cast(await this.execute(params, req, runtime), new CreateNamespaceResponse({}));
24307
- }
24279
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
24308
24280
  }
24309
24281
  /**
24310
24282
  * Create a namespace.
@@ -24360,12 +24332,7 @@ class Client extends openapi_core_1.default {
24360
24332
  reqBodyType: "json",
24361
24333
  bodyType: "json",
24362
24334
  });
24363
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24364
- return $dara.cast(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
24365
- }
24366
- else {
24367
- return $dara.cast(await this.execute(params, req, runtime), new CreateSecretResponse({}));
24368
- }
24335
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
24369
24336
  }
24370
24337
  /**
24371
24338
  * Null
@@ -24411,12 +24378,7 @@ class Client extends openapi_core_1.default {
24411
24378
  reqBodyType: "json",
24412
24379
  bodyType: "json",
24413
24380
  });
24414
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24415
- return $dara.cast(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
24416
- }
24417
- else {
24418
- return $dara.cast(await this.execute(params, req, runtime), new CreateWebApplicationResponse({}));
24419
- }
24381
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
24420
24382
  }
24421
24383
  /**
24422
24384
  * Create a web application
@@ -24465,12 +24427,7 @@ class Client extends openapi_core_1.default {
24465
24427
  reqBodyType: "json",
24466
24428
  bodyType: "json",
24467
24429
  });
24468
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24469
- return $dara.cast(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
24470
- }
24471
- else {
24472
- return $dara.cast(await this.execute(params, req, runtime), new CreateWebCustomDomainResponse({}));
24473
- }
24430
+ return $dara.cast(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
24474
24431
  }
24475
24432
  /**
24476
24433
  * Create a custom domain name for the web application.
@@ -24515,12 +24472,7 @@ class Client extends openapi_core_1.default {
24515
24472
  reqBodyType: "json",
24516
24473
  bodyType: "json",
24517
24474
  });
24518
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24519
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
24520
- }
24521
- else {
24522
- return $dara.cast(await this.execute(params, req, runtime), new DeleteApplicationResponse({}));
24523
- }
24475
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
24524
24476
  }
24525
24477
  /**
24526
24478
  * Deletes an application.
@@ -24565,12 +24517,7 @@ class Client extends openapi_core_1.default {
24565
24517
  reqBodyType: "json",
24566
24518
  bodyType: "json",
24567
24519
  });
24568
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24569
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
24570
- }
24571
- else {
24572
- return $dara.cast(await this.execute(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
24573
- }
24520
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
24574
24521
  }
24575
24522
  /**
24576
24523
  * 7171a6ca-d1cd-4928-8642-7d5cfe69\\*\\*\\*\\*
@@ -24612,12 +24559,7 @@ class Client extends openapi_core_1.default {
24612
24559
  reqBodyType: "json",
24613
24560
  bodyType: "json",
24614
24561
  });
24615
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24616
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
24617
- }
24618
- else {
24619
- return $dara.cast(await this.execute(params, req, runtime), new DeleteConfigMapResponse({}));
24620
- }
24562
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
24621
24563
  }
24622
24564
  /**
24623
24565
  * Deletes a ConfigMap.
@@ -24659,12 +24601,7 @@ class Client extends openapi_core_1.default {
24659
24601
  reqBodyType: "json",
24660
24602
  bodyType: "json",
24661
24603
  });
24662
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24663
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
24664
- }
24665
- else {
24666
- return $dara.cast(await this.execute(params, req, runtime), new DeleteGreyTagRouteResponse({}));
24667
- }
24604
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
24668
24605
  }
24669
24606
  /**
24670
24607
  * Deletes a canary release rule based on the specified rule ID.
@@ -24709,12 +24646,7 @@ class Client extends openapi_core_1.default {
24709
24646
  reqBodyType: "json",
24710
24647
  bodyType: "json",
24711
24648
  });
24712
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24713
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
24714
- }
24715
- else {
24716
- return $dara.cast(await this.execute(params, req, runtime), new DeleteHistoryJobResponse({}));
24717
- }
24649
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
24718
24650
  }
24719
24651
  /**
24720
24652
  * Delete a job.
@@ -24756,12 +24688,7 @@ class Client extends openapi_core_1.default {
24756
24688
  reqBodyType: "json",
24757
24689
  bodyType: "json",
24758
24690
  });
24759
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24760
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
24761
- }
24762
- else {
24763
- return $dara.cast(await this.execute(params, req, runtime), new DeleteIngressResponse({}));
24764
- }
24691
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
24765
24692
  }
24766
24693
  /**
24767
24694
  * Deletes a routing rule.
@@ -24803,12 +24730,7 @@ class Client extends openapi_core_1.default {
24803
24730
  reqBodyType: "json",
24804
24731
  bodyType: "json",
24805
24732
  });
24806
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24807
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
24808
- }
24809
- else {
24810
- return $dara.cast(await this.execute(params, req, runtime), new DeleteJobResponse({}));
24811
- }
24733
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
24812
24734
  }
24813
24735
  /**
24814
24736
  * Delete a job template.
@@ -24853,12 +24775,7 @@ class Client extends openapi_core_1.default {
24853
24775
  reqBodyType: "json",
24854
24776
  bodyType: "json",
24855
24777
  });
24856
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24857
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
24858
- }
24859
- else {
24860
- return $dara.cast(await this.execute(params, req, runtime), new DeleteNamespaceResponse({}));
24861
- }
24778
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
24862
24779
  }
24863
24780
  /**
24864
24781
  * Deletes a namespace.
@@ -24903,12 +24820,7 @@ class Client extends openapi_core_1.default {
24903
24820
  reqBodyType: "json",
24904
24821
  bodyType: "json",
24905
24822
  });
24906
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24907
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
24908
- }
24909
- else {
24910
- return $dara.cast(await this.execute(params, req, runtime), new DeleteSecretResponse({}));
24911
- }
24823
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
24912
24824
  }
24913
24825
  /**
24914
24826
  * Deletes a Secret.
@@ -24953,12 +24865,7 @@ class Client extends openapi_core_1.default {
24953
24865
  reqBodyType: "json",
24954
24866
  bodyType: "json",
24955
24867
  });
24956
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
24957
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
24958
- }
24959
- else {
24960
- return $dara.cast(await this.execute(params, req, runtime), new DeleteWebApplicationResponse({}));
24961
- }
24868
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
24962
24869
  }
24963
24870
  /**
24964
24871
  * Delete a web application.
@@ -25006,12 +24913,7 @@ class Client extends openapi_core_1.default {
25006
24913
  reqBodyType: "json",
25007
24914
  bodyType: "json",
25008
24915
  });
25009
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25010
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
25011
- }
25012
- else {
25013
- return $dara.cast(await this.execute(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
25014
- }
24916
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
25015
24917
  }
25016
24918
  /**
25017
24919
  * Delete a web application version.
@@ -25059,12 +24961,7 @@ class Client extends openapi_core_1.default {
25059
24961
  reqBodyType: "json",
25060
24962
  bodyType: "json",
25061
24963
  });
25062
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25063
- return $dara.cast(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
25064
- }
25065
- else {
25066
- return $dara.cast(await this.execute(params, req, runtime), new DeleteWebCustomDomainResponse({}));
25067
- }
24964
+ return $dara.cast(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
25068
24965
  }
25069
24966
  /**
25070
24967
  * Delete a custom domain name.
@@ -25198,6 +25095,9 @@ class Client extends openapi_core_1.default {
25198
25095
  if (!$dara.isNull(request.nasId)) {
25199
25096
  query["NasId"] = request.nasId;
25200
25097
  }
25098
+ if (!$dara.isNull(request.newSaeVersion)) {
25099
+ query["NewSaeVersion"] = request.newSaeVersion;
25100
+ }
25201
25101
  if (!$dara.isNull(request.oidcRoleName)) {
25202
25102
  query["OidcRoleName"] = request.oidcRoleName;
25203
25103
  }
@@ -25323,12 +25223,7 @@ class Client extends openapi_core_1.default {
25323
25223
  reqBodyType: "formData",
25324
25224
  bodyType: "json",
25325
25225
  });
25326
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25327
- return $dara.cast(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
25328
- }
25329
- else {
25330
- return $dara.cast(await this.execute(params, req, runtime), new DeployApplicationResponse({}));
25331
- }
25226
+ return $dara.cast(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
25332
25227
  }
25333
25228
  /**
25334
25229
  * Deploys an application.
@@ -25388,12 +25283,7 @@ class Client extends openapi_core_1.default {
25388
25283
  reqBodyType: "json",
25389
25284
  bodyType: "json",
25390
25285
  });
25391
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25392
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
25393
- }
25394
- else {
25395
- return $dara.cast(await this.execute(params, req, runtime), new DescribeAppServiceDetailResponse({}));
25396
- }
25286
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
25397
25287
  }
25398
25288
  /**
25399
25289
  * Queries the metadata details of the service of an application.
@@ -25438,12 +25328,7 @@ class Client extends openapi_core_1.default {
25438
25328
  reqBodyType: "json",
25439
25329
  bodyType: "json",
25440
25330
  });
25441
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25442
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
25443
- }
25444
- else {
25445
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationConfigResponse({}));
25446
- }
25331
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
25447
25332
  }
25448
25333
  /**
25449
25334
  * Queries the configurations of an application.
@@ -25489,12 +25374,7 @@ class Client extends openapi_core_1.default {
25489
25374
  reqBodyType: "json",
25490
25375
  bodyType: "json",
25491
25376
  });
25492
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25493
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
25494
- }
25495
- else {
25496
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationGroupsResponse({}));
25497
- }
25377
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
25498
25378
  }
25499
25379
  /**
25500
25380
  * @param request - DescribeApplicationGroupsRequest
@@ -25537,12 +25417,7 @@ class Client extends openapi_core_1.default {
25537
25417
  reqBodyType: "json",
25538
25418
  bodyType: "json",
25539
25419
  });
25540
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25541
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
25542
- }
25543
- else {
25544
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationImageResponse({}));
25545
- }
25420
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
25546
25421
  }
25547
25422
  /**
25548
25423
  * Queries the information about the image of an application.
@@ -25581,6 +25456,9 @@ class Client extends openapi_core_1.default {
25581
25456
  if (!$dara.isNull(request.pageSize)) {
25582
25457
  query["PageSize"] = request.pageSize;
25583
25458
  }
25459
+ if (!$dara.isNull(request.pipelineId)) {
25460
+ query["PipelineId"] = request.pipelineId;
25461
+ }
25584
25462
  if (!$dara.isNull(request.reverse)) {
25585
25463
  query["Reverse"] = request.reverse;
25586
25464
  }
@@ -25599,12 +25477,7 @@ class Client extends openapi_core_1.default {
25599
25477
  reqBodyType: "json",
25600
25478
  bodyType: "json",
25601
25479
  });
25602
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25603
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
25604
- }
25605
- else {
25606
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationInstancesResponse({}));
25607
- }
25480
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
25608
25481
  }
25609
25482
  /**
25610
25483
  * Queries application instances.
@@ -25649,12 +25522,7 @@ class Client extends openapi_core_1.default {
25649
25522
  reqBodyType: "json",
25650
25523
  bodyType: "json",
25651
25524
  });
25652
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25653
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
25654
- }
25655
- else {
25656
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
25657
- }
25525
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
25658
25526
  }
25659
25527
  /**
25660
25528
  * Queries a specified auto scaling policy of an application.
@@ -25696,12 +25564,7 @@ class Client extends openapi_core_1.default {
25696
25564
  reqBodyType: "json",
25697
25565
  bodyType: "json",
25698
25566
  });
25699
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25700
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
25701
- }
25702
- else {
25703
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
25704
- }
25567
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
25705
25568
  }
25706
25569
  /**
25707
25570
  * Queries the auto scaling policies of an application.
@@ -25743,12 +25606,7 @@ class Client extends openapi_core_1.default {
25743
25606
  reqBodyType: "json",
25744
25607
  bodyType: "json",
25745
25608
  });
25746
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25747
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
25748
- }
25749
- else {
25750
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationSlbsResponse({}));
25751
- }
25609
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
25752
25610
  }
25753
25611
  /**
25754
25612
  * 017f39b8-dfa4-4e16-a84b-1dcee4b1\\*\\*\\*\\*
@@ -25790,12 +25648,7 @@ class Client extends openapi_core_1.default {
25790
25648
  reqBodyType: "json",
25791
25649
  bodyType: "json",
25792
25650
  });
25793
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25794
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
25795
- }
25796
- else {
25797
- return $dara.cast(await this.execute(params, req, runtime), new DescribeApplicationStatusResponse({}));
25798
- }
25651
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
25799
25652
  }
25800
25653
  /**
25801
25654
  * Queries the status of an application.
@@ -25837,12 +25690,7 @@ class Client extends openapi_core_1.default {
25837
25690
  reqBodyType: "json",
25838
25691
  bodyType: "json",
25839
25692
  });
25840
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25841
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
25842
- }
25843
- else {
25844
- return $dara.cast(await this.execute(params, req, runtime), new DescribeChangeOrderResponse({}));
25845
- }
25693
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
25846
25694
  }
25847
25695
  /**
25848
25696
  * Queries the information of a change order.
@@ -25887,12 +25735,7 @@ class Client extends openapi_core_1.default {
25887
25735
  reqBodyType: "json",
25888
25736
  bodyType: "json",
25889
25737
  });
25890
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25891
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
25892
- }
25893
- else {
25894
- return $dara.cast(await this.execute(params, req, runtime), new DescribeComponentsResponse({}));
25895
- }
25738
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
25896
25739
  }
25897
25740
  /**
25898
25741
  * Queries the version of the component that is required when you create and deploy an application.
@@ -25934,12 +25777,7 @@ class Client extends openapi_core_1.default {
25934
25777
  reqBodyType: "json",
25935
25778
  bodyType: "json",
25936
25779
  });
25937
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25938
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
25939
- }
25940
- else {
25941
- return $dara.cast(await this.execute(params, req, runtime), new DescribeConfigMapResponse({}));
25942
- }
25780
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
25943
25781
  }
25944
25782
  /**
25945
25783
  * Queries the details of a ConfigMap.
@@ -25990,12 +25828,7 @@ class Client extends openapi_core_1.default {
25990
25828
  reqBodyType: "json",
25991
25829
  bodyType: "json",
25992
25830
  });
25993
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
25994
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
25995
- }
25996
- else {
25997
- return $dara.cast(await this.execute(params, req, runtime), new DescribeConfigurationPriceResponse({}));
25998
- }
25831
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
25999
25832
  }
26000
25833
  /**
26001
25834
  * Query configuration price.
@@ -26030,12 +25863,7 @@ class Client extends openapi_core_1.default {
26030
25863
  reqBodyType: "json",
26031
25864
  bodyType: "json",
26032
25865
  });
26033
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26034
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
26035
- }
26036
- else {
26037
- return $dara.cast(await this.execute(params, req, runtime), new DescribeEdasContainersResponse({}));
26038
- }
25866
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
26039
25867
  }
26040
25868
  /**
26041
25869
  * Queries the container components of a microservices application.
@@ -26075,12 +25903,7 @@ class Client extends openapi_core_1.default {
26075
25903
  reqBodyType: "json",
26076
25904
  bodyType: "json",
26077
25905
  });
26078
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26079
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
26080
- }
26081
- else {
26082
- return $dara.cast(await this.execute(params, req, runtime), new DescribeGreyTagRouteResponse({}));
26083
- }
25906
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
26084
25907
  }
26085
25908
  /**
26086
25909
  * Queries the details of a canary release rule based on the specified rule ID.
@@ -26122,12 +25945,7 @@ class Client extends openapi_core_1.default {
26122
25945
  reqBodyType: "json",
26123
25946
  bodyType: "json",
26124
25947
  });
26125
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26126
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
26127
- }
26128
- else {
26129
- return $dara.cast(await this.execute(params, req, runtime), new DescribeIngressResponse({}));
26130
- }
25948
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
26131
25949
  }
26132
25950
  /**
26133
25951
  * Call the DescribeIngress operation to query the details of an Ingress.
@@ -26170,12 +25988,7 @@ class Client extends openapi_core_1.default {
26170
25988
  reqBodyType: "json",
26171
25989
  bodyType: "json",
26172
25990
  });
26173
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26174
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
26175
- }
26176
- else {
26177
- return $dara.cast(await this.execute(params, req, runtime), new DescribeInstanceLogResponse({}));
26178
- }
25991
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
26179
25992
  }
26180
25993
  /**
26181
25994
  * @param request - DescribeInstanceLogRequest
@@ -26208,12 +26021,7 @@ class Client extends openapi_core_1.default {
26208
26021
  reqBodyType: "json",
26209
26022
  bodyType: "json",
26210
26023
  });
26211
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26212
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
26213
- }
26214
- else {
26215
- return $dara.cast(await this.execute(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
26216
- }
26024
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
26217
26025
  }
26218
26026
  /**
26219
26027
  * Queries all instance types.
@@ -26256,12 +26064,7 @@ class Client extends openapi_core_1.default {
26256
26064
  reqBodyType: "json",
26257
26065
  bodyType: "json",
26258
26066
  });
26259
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26260
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
26261
- }
26262
- else {
26263
- return $dara.cast(await this.execute(params, req, runtime), new DescribeJobResponse({}));
26264
- }
26067
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
26265
26068
  }
26266
26069
  /**
26267
26070
  * Queries the configurations of a job template.
@@ -26312,12 +26115,7 @@ class Client extends openapi_core_1.default {
26312
26115
  reqBodyType: "json",
26313
26116
  bodyType: "json",
26314
26117
  });
26315
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26316
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
26317
- }
26318
- else {
26319
- return $dara.cast(await this.execute(params, req, runtime), new DescribeJobHistoryResponse({}));
26320
- }
26118
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
26321
26119
  }
26322
26120
  /**
26323
26121
  * Query the information about jobs.
@@ -26362,12 +26160,7 @@ class Client extends openapi_core_1.default {
26362
26160
  reqBodyType: "json",
26363
26161
  bodyType: "json",
26364
26162
  });
26365
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26366
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
26367
- }
26368
- else {
26369
- return $dara.cast(await this.execute(params, req, runtime), new DescribeJobStatusResponse({}));
26370
- }
26163
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
26371
26164
  }
26372
26165
  /**
26373
26166
  * Queries the status of a job.
@@ -26412,12 +26205,7 @@ class Client extends openapi_core_1.default {
26412
26205
  reqBodyType: "json",
26413
26206
  bodyType: "json",
26414
26207
  });
26415
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26416
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
26417
- }
26418
- else {
26419
- return $dara.cast(await this.execute(params, req, runtime), new DescribeNamespaceResponse({}));
26420
- }
26208
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
26421
26209
  }
26422
26210
  /**
26423
26211
  * Queries the details of a namespace.
@@ -26462,12 +26250,7 @@ class Client extends openapi_core_1.default {
26462
26250
  reqBodyType: "json",
26463
26251
  bodyType: "json",
26464
26252
  });
26465
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26466
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
26467
- }
26468
- else {
26469
- return $dara.cast(await this.execute(params, req, runtime), new DescribeNamespaceListResponse({}));
26470
- }
26253
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
26471
26254
  }
26472
26255
  /**
26473
26256
  * Queries a list of namespaces.
@@ -26510,12 +26293,7 @@ class Client extends openapi_core_1.default {
26510
26293
  reqBodyType: "json",
26511
26294
  bodyType: "json",
26512
26295
  });
26513
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26514
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
26515
- }
26516
- else {
26517
- return $dara.cast(await this.execute(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
26518
- }
26296
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
26519
26297
  }
26520
26298
  /**
26521
26299
  * @param request - DescribeNamespaceResourcesRequest
@@ -26558,12 +26336,7 @@ class Client extends openapi_core_1.default {
26558
26336
  reqBodyType: "json",
26559
26337
  bodyType: "json",
26560
26338
  });
26561
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26562
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
26563
- }
26564
- else {
26565
- return $dara.cast(await this.execute(params, req, runtime), new DescribeNamespacesResponse({}));
26566
- }
26339
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
26567
26340
  }
26568
26341
  /**
26569
26342
  * Queries a list of namespaces.
@@ -26605,12 +26378,7 @@ class Client extends openapi_core_1.default {
26605
26378
  reqBodyType: "json",
26606
26379
  bodyType: "json",
26607
26380
  });
26608
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26609
- return $dara.cast(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
26610
- }
26611
- else {
26612
- return $dara.cast(await this.execute(params, req, runtime), new DescribePipelineResponse({}));
26613
- }
26381
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
26614
26382
  }
26615
26383
  /**
26616
26384
  * View batch information
@@ -26645,12 +26413,7 @@ class Client extends openapi_core_1.default {
26645
26413
  reqBodyType: "json",
26646
26414
  bodyType: "json",
26647
26415
  });
26648
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26649
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
26650
- }
26651
- else {
26652
- return $dara.cast(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
26653
- }
26416
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
26654
26417
  }
26655
26418
  /**
26656
26419
  * Queries available regions.
@@ -26693,12 +26456,7 @@ class Client extends openapi_core_1.default {
26693
26456
  reqBodyType: "json",
26694
26457
  bodyType: "json",
26695
26458
  });
26696
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26697
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
26698
- }
26699
- else {
26700
- return $dara.cast(await this.execute(params, req, runtime), new DescribeSecretResponse({}));
26701
- }
26459
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
26702
26460
  }
26703
26461
  /**
26704
26462
  * Queries the details of a Secret.
@@ -26743,12 +26501,7 @@ class Client extends openapi_core_1.default {
26743
26501
  reqBodyType: "json",
26744
26502
  bodyType: "json",
26745
26503
  });
26746
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26747
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
26748
- }
26749
- else {
26750
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebApplicationResponse({}));
26751
- }
26504
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
26752
26505
  }
26753
26506
  /**
26754
26507
  * Query web applications.
@@ -26805,12 +26558,7 @@ class Client extends openapi_core_1.default {
26805
26558
  reqBodyType: "json",
26806
26559
  bodyType: "json",
26807
26560
  });
26808
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26809
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
26810
- }
26811
- else {
26812
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
26813
- }
26561
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
26814
26562
  }
26815
26563
  /**
26816
26564
  * Query the resource usage of a web application.
@@ -26858,12 +26606,7 @@ class Client extends openapi_core_1.default {
26858
26606
  reqBodyType: "json",
26859
26607
  bodyType: "json",
26860
26608
  });
26861
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26862
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
26863
- }
26864
- else {
26865
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
26866
- }
26609
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
26867
26610
  }
26868
26611
  /**
26869
26612
  * Describe a web application version.
@@ -26911,12 +26654,7 @@ class Client extends openapi_core_1.default {
26911
26654
  reqBodyType: "json",
26912
26655
  bodyType: "json",
26913
26656
  });
26914
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26915
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
26916
- }
26917
- else {
26918
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
26919
- }
26657
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
26920
26658
  }
26921
26659
  /**
26922
26660
  * Describe the scaling configuration of a web application.
@@ -26964,12 +26702,7 @@ class Client extends openapi_core_1.default {
26964
26702
  reqBodyType: "json",
26965
26703
  bodyType: "json",
26966
26704
  });
26967
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
26968
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
26969
- }
26970
- else {
26971
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
26972
- }
26705
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
26973
26706
  }
26974
26707
  /**
26975
26708
  * Query the traffic configurations of a web application.
@@ -27017,12 +26750,7 @@ class Client extends openapi_core_1.default {
27017
26750
  reqBodyType: "json",
27018
26751
  bodyType: "json",
27019
26752
  });
27020
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27021
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
27022
- }
27023
- else {
27024
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebCustomDomainResponse({}));
27025
- }
26753
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
27026
26754
  }
27027
26755
  /**
27028
26756
  * Query the details of a custom domain name for a web application.
@@ -27070,12 +26798,7 @@ class Client extends openapi_core_1.default {
27070
26798
  reqBodyType: "json",
27071
26799
  bodyType: "json",
27072
26800
  });
27073
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27074
- return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
27075
- }
27076
- else {
27077
- return $dara.cast(await this.execute(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
27078
- }
26801
+ return $dara.cast(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
27079
26802
  }
27080
26803
  /**
27081
26804
  * Obtain the logs of web application instances.
@@ -27121,12 +26844,7 @@ class Client extends openapi_core_1.default {
27121
26844
  reqBodyType: "json",
27122
26845
  bodyType: "json",
27123
26846
  });
27124
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27125
- return $dara.cast(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
27126
- }
27127
- else {
27128
- return $dara.cast(await this.execute(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
27129
- }
26847
+ return $dara.cast(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
27130
26848
  }
27131
26849
  /**
27132
26850
  * @param request - DisableApplicationScalingRuleRequest
@@ -27166,12 +26884,7 @@ class Client extends openapi_core_1.default {
27166
26884
  reqBodyType: "json",
27167
26885
  bodyType: "json",
27168
26886
  });
27169
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27170
- return $dara.cast(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
27171
- }
27172
- else {
27173
- return $dara.cast(await this.execute(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
27174
- }
26887
+ return $dara.cast(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
27175
26888
  }
27176
26889
  /**
27177
26890
  * Disables the advanced monitoring feature of Application Real-Time Monitoring Service (ARMS).
@@ -27216,12 +26929,7 @@ class Client extends openapi_core_1.default {
27216
26929
  reqBodyType: "json",
27217
26930
  bodyType: "json",
27218
26931
  });
27219
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27220
- return $dara.cast(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
27221
- }
27222
- else {
27223
- return $dara.cast(await this.execute(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
27224
- }
26932
+ return $dara.cast(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
27225
26933
  }
27226
26934
  /**
27227
26935
  * Enables an auto scaling policy for an application.
@@ -27288,12 +26996,7 @@ class Client extends openapi_core_1.default {
27288
26996
  reqBodyType: "json",
27289
26997
  bodyType: "json",
27290
26998
  });
27291
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27292
- return $dara.cast(await this.callApi(params, req, runtime), new ExecJobResponse({}));
27293
- }
27294
- else {
27295
- return $dara.cast(await this.execute(params, req, runtime), new ExecJobResponse({}));
27296
- }
26999
+ return $dara.cast(await this.callApi(params, req, runtime), new ExecJobResponse({}));
27297
27000
  }
27298
27001
  /**
27299
27002
  * @param request - ExecJobRequest
@@ -27339,12 +27042,7 @@ class Client extends openapi_core_1.default {
27339
27042
  reqBodyType: "json",
27340
27043
  bodyType: "json",
27341
27044
  });
27342
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27343
- return $dara.cast(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
27344
- }
27345
- else {
27346
- return $dara.cast(await this.execute(params, req, runtime), new GetApplicationResponse({}));
27347
- }
27045
+ return $dara.cast(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
27348
27046
  }
27349
27047
  /**
27350
27048
  * Queries the basic information of an application.
@@ -27404,12 +27102,7 @@ class Client extends openapi_core_1.default {
27404
27102
  reqBodyType: "json",
27405
27103
  bodyType: "json",
27406
27104
  });
27407
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27408
- return $dara.cast(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
27409
- }
27410
- else {
27411
- return $dara.cast(await this.execute(params, req, runtime), new GetArmsTopNMetricResponse({}));
27412
- }
27105
+ return $dara.cast(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
27413
27106
  }
27414
27107
  /**
27415
27108
  * The application name.
@@ -27460,12 +27153,7 @@ class Client extends openapi_core_1.default {
27460
27153
  reqBodyType: "json",
27461
27154
  bodyType: "json",
27462
27155
  });
27463
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27464
- return $dara.cast(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
27465
- }
27466
- else {
27467
- return $dara.cast(await this.execute(params, req, runtime), new GetAvailabilityMetricResponse({}));
27468
- }
27156
+ return $dara.cast(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
27469
27157
  }
27470
27158
  /**
27471
27159
  * Queries the top N applications in which abnormal instances exist. The applications are sorted by the total number of abnormal instances.
@@ -27489,9 +27177,15 @@ class Client extends openapi_core_1.default {
27489
27177
  async getChangeOrderMetricWithOptions(request, headers, runtime) {
27490
27178
  request.validate();
27491
27179
  let query = {};
27180
+ if (!$dara.isNull(request.appId)) {
27181
+ query["AppId"] = request.appId;
27182
+ }
27492
27183
  if (!$dara.isNull(request.appSource)) {
27493
27184
  query["AppSource"] = request.appSource;
27494
27185
  }
27186
+ if (!$dara.isNull(request.coType)) {
27187
+ query["CoType"] = request.coType;
27188
+ }
27495
27189
  if (!$dara.isNull(request.cpuStrategy)) {
27496
27190
  query["CpuStrategy"] = request.cpuStrategy;
27497
27191
  }
@@ -27522,12 +27216,7 @@ class Client extends openapi_core_1.default {
27522
27216
  reqBodyType: "json",
27523
27217
  bodyType: "json",
27524
27218
  });
27525
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27526
- return $dara.cast(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
27527
- }
27528
- else {
27529
- return $dara.cast(await this.execute(params, req, runtime), new GetChangeOrderMetricResponse({}));
27530
- }
27219
+ return $dara.cast(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
27531
27220
  }
27532
27221
  /**
27533
27222
  * Queries top N applications in abnormal change orders.
@@ -27578,12 +27267,7 @@ class Client extends openapi_core_1.default {
27578
27267
  reqBodyType: "json",
27579
27268
  bodyType: "json",
27580
27269
  });
27581
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27582
- return $dara.cast(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
27583
- }
27584
- else {
27585
- return $dara.cast(await this.execute(params, req, runtime), new GetScaleAppMetricResponse({}));
27586
- }
27270
+ return $dara.cast(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
27587
27271
  }
27588
27272
  /**
27589
27273
  * Queries the top N applications in which auto scaling takes effect.
@@ -27640,12 +27324,7 @@ class Client extends openapi_core_1.default {
27640
27324
  reqBodyType: "json",
27641
27325
  bodyType: "json",
27642
27326
  });
27643
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27644
- return $dara.cast(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
27645
- }
27646
- else {
27647
- return $dara.cast(await this.execute(params, req, runtime), new GetWarningEventMetricResponse({}));
27648
- }
27327
+ return $dara.cast(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
27649
27328
  }
27650
27329
  /**
27651
27330
  * The number of Warning events.
@@ -27693,12 +27372,7 @@ class Client extends openapi_core_1.default {
27693
27372
  reqBodyType: "json",
27694
27373
  bodyType: "json",
27695
27374
  });
27696
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27697
- return $dara.cast(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
27698
- }
27699
- else {
27700
- return $dara.cast(await this.execute(params, req, runtime), new GetWebshellTokenResponse({}));
27701
- }
27375
+ return $dara.cast(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
27702
27376
  }
27703
27377
  /**
27704
27378
  * Obtains the token used to remotely log on to the Webshell of an instance.
@@ -27761,12 +27435,7 @@ class Client extends openapi_core_1.default {
27761
27435
  reqBodyType: "json",
27762
27436
  bodyType: "json",
27763
27437
  });
27764
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27765
- return $dara.cast(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
27766
- }
27767
- else {
27768
- return $dara.cast(await this.execute(params, req, runtime), new ListAppEventsResponse({}));
27769
- }
27438
+ return $dara.cast(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
27770
27439
  }
27771
27440
  /**
27772
27441
  * Queries the events that occurred in an application.
@@ -27832,12 +27501,7 @@ class Client extends openapi_core_1.default {
27832
27501
  reqBodyType: "json",
27833
27502
  bodyType: "json",
27834
27503
  });
27835
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27836
- return $dara.cast(await this.callApi(params, req, runtime), new ListAppServicesResponse({}));
27837
- }
27838
- else {
27839
- return $dara.cast(await this.execute(params, req, runtime), new ListAppServicesResponse({}));
27840
- }
27504
+ return $dara.cast(await this.callApi(params, req, runtime), new ListAppServicesResponse({}));
27841
27505
  }
27842
27506
  /**
27843
27507
  * Queries the list of microservices
@@ -27888,12 +27552,7 @@ class Client extends openapi_core_1.default {
27888
27552
  reqBodyType: "json",
27889
27553
  bodyType: "json",
27890
27554
  });
27891
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27892
- return $dara.cast(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
27893
- }
27894
- else {
27895
- return $dara.cast(await this.execute(params, req, runtime), new ListAppServicesPageResponse({}));
27896
- }
27555
+ return $dara.cast(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
27897
27556
  }
27898
27557
  /**
27899
27558
  * Queries the services of an application.
@@ -27935,12 +27594,7 @@ class Client extends openapi_core_1.default {
27935
27594
  reqBodyType: "json",
27936
27595
  bodyType: "json",
27937
27596
  });
27938
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
27939
- return $dara.cast(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
27940
- }
27941
- else {
27942
- return $dara.cast(await this.execute(params, req, runtime), new ListAppVersionsResponse({}));
27943
- }
27597
+ return $dara.cast(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
27944
27598
  }
27945
27599
  /**
27946
27600
  * Queries the deployment versions of an application.
@@ -28009,12 +27663,7 @@ class Client extends openapi_core_1.default {
28009
27663
  reqBodyType: "json",
28010
27664
  bodyType: "json",
28011
27665
  });
28012
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28013
- return $dara.cast(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
28014
- }
28015
- else {
28016
- return $dara.cast(await this.execute(params, req, runtime), new ListApplicationsResponse({}));
28017
- }
27666
+ return $dara.cast(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
28018
27667
  }
28019
27668
  /**
28020
27669
  * Queries a list of applications.
@@ -28053,9 +27702,15 @@ class Client extends openapi_core_1.default {
28053
27702
  if (!$dara.isNull(request.key)) {
28054
27703
  query["Key"] = request.key;
28055
27704
  }
27705
+ if (!$dara.isNull(request.orderBy)) {
27706
+ query["OrderBy"] = request.orderBy;
27707
+ }
28056
27708
  if (!$dara.isNull(request.pageSize)) {
28057
27709
  query["PageSize"] = request.pageSize;
28058
27710
  }
27711
+ if (!$dara.isNull(request.reverse)) {
27712
+ query["Reverse"] = request.reverse;
27713
+ }
28059
27714
  let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
28060
27715
  headers: headers,
28061
27716
  query: openapi_core_2.OpenApiUtil.query(query),
@@ -28071,12 +27726,7 @@ class Client extends openapi_core_1.default {
28071
27726
  reqBodyType: "json",
28072
27727
  bodyType: "json",
28073
27728
  });
28074
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28075
- return $dara.cast(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
28076
- }
28077
- else {
28078
- return $dara.cast(await this.execute(params, req, runtime), new ListChangeOrdersResponse({}));
28079
- }
27729
+ return $dara.cast(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
28080
27730
  }
28081
27731
  /**
28082
27732
  * Query a list of change orders.
@@ -28118,12 +27768,7 @@ class Client extends openapi_core_1.default {
28118
27768
  reqBodyType: "json",
28119
27769
  bodyType: "json",
28120
27770
  });
28121
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28122
- return $dara.cast(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
28123
- }
28124
- else {
28125
- return $dara.cast(await this.execute(params, req, runtime), new ListConsumedServicesResponse({}));
28126
- }
27771
+ return $dara.cast(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
28127
27772
  }
28128
27773
  /**
28129
27774
  * Queries a list of microservices that are subscribed.
@@ -28168,12 +27813,7 @@ class Client extends openapi_core_1.default {
28168
27813
  reqBodyType: "json",
28169
27814
  bodyType: "json",
28170
27815
  });
28171
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28172
- return $dara.cast(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
28173
- }
28174
- else {
28175
- return $dara.cast(await this.execute(params, req, runtime), new ListGreyTagRouteResponse({}));
28176
- }
27816
+ return $dara.cast(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
28177
27817
  }
28178
27818
  /**
28179
27819
  * Queries the details of a canary release rule based on an application ID.
@@ -28221,12 +27861,7 @@ class Client extends openapi_core_1.default {
28221
27861
  reqBodyType: "json",
28222
27862
  bodyType: "json",
28223
27863
  });
28224
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28225
- return $dara.cast(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
28226
- }
28227
- else {
28228
- return $dara.cast(await this.execute(params, req, runtime), new ListIngressesResponse({}));
28229
- }
27864
+ return $dara.cast(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
28230
27865
  }
28231
27866
  /**
28232
27867
  * Use ListIngress API call to query Ingress list
@@ -28295,12 +27930,7 @@ class Client extends openapi_core_1.default {
28295
27930
  reqBodyType: "json",
28296
27931
  bodyType: "json",
28297
27932
  });
28298
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28299
- return $dara.cast(await this.callApi(params, req, runtime), new ListJobsResponse({}));
28300
- }
28301
- else {
28302
- return $dara.cast(await this.execute(params, req, runtime), new ListJobsResponse({}));
28303
- }
27933
+ return $dara.cast(await this.callApi(params, req, runtime), new ListJobsResponse({}));
28304
27934
  }
28305
27935
  /**
28306
27936
  * Queries the information about job templates.
@@ -28348,12 +27978,7 @@ class Client extends openapi_core_1.default {
28348
27978
  reqBodyType: "json",
28349
27979
  bodyType: "json",
28350
27980
  });
28351
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28352
- return $dara.cast(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
28353
- }
28354
- else {
28355
- return $dara.cast(await this.execute(params, req, runtime), new ListLogConfigsResponse({}));
28356
- }
27981
+ return $dara.cast(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
28357
27982
  }
28358
27983
  /**
28359
27984
  * Queries a list of application logs.
@@ -28410,12 +28035,7 @@ class Client extends openapi_core_1.default {
28410
28035
  reqBodyType: "json",
28411
28036
  bodyType: "json",
28412
28037
  });
28413
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28414
- return $dara.cast(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
28415
- }
28416
- else {
28417
- return $dara.cast(await this.execute(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
28418
- }
28038
+ return $dara.cast(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
28419
28039
  }
28420
28040
  /**
28421
28041
  * Queries a list of change orders in a namespace.
@@ -28457,12 +28077,7 @@ class Client extends openapi_core_1.default {
28457
28077
  reqBodyType: "json",
28458
28078
  bodyType: "json",
28459
28079
  });
28460
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28461
- return $dara.cast(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
28462
- }
28463
- else {
28464
- return $dara.cast(await this.execute(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
28465
- }
28080
+ return $dara.cast(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
28466
28081
  }
28467
28082
  /**
28468
28083
  * Queries the ConfigMap instances in a namespace.
@@ -28504,12 +28119,7 @@ class Client extends openapi_core_1.default {
28504
28119
  reqBodyType: "json",
28505
28120
  bodyType: "json",
28506
28121
  });
28507
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28508
- return $dara.cast(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
28509
- }
28510
- else {
28511
- return $dara.cast(await this.execute(params, req, runtime), new ListPublishedServicesResponse({}));
28512
- }
28122
+ return $dara.cast(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
28513
28123
  }
28514
28124
  /**
28515
28125
  * Queries a list of microservices that are published.
@@ -28551,12 +28161,7 @@ class Client extends openapi_core_1.default {
28551
28161
  reqBodyType: "json",
28552
28162
  bodyType: "json",
28553
28163
  });
28554
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28555
- return $dara.cast(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
28556
- }
28557
- else {
28558
- return $dara.cast(await this.execute(params, req, runtime), new ListSecretsResponse({}));
28559
- }
28164
+ return $dara.cast(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
28560
28165
  }
28561
28166
  /**
28562
28167
  * Queries the information about Secrets in a namespace.
@@ -28610,12 +28215,7 @@ class Client extends openapi_core_1.default {
28610
28215
  reqBodyType: "json",
28611
28216
  bodyType: "json",
28612
28217
  });
28613
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28614
- return $dara.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
28615
- }
28616
- else {
28617
- return $dara.cast(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
28618
- }
28218
+ return $dara.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
28619
28219
  }
28620
28220
  /**
28621
28221
  * Queries the mapping relationships between applications and tags.
@@ -28689,12 +28289,7 @@ class Client extends openapi_core_1.default {
28689
28289
  reqBodyType: "json",
28690
28290
  bodyType: "json",
28691
28291
  });
28692
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28693
- return $dara.cast(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
28694
- }
28695
- else {
28696
- return $dara.cast(await this.execute(params, req, runtime), new ListWebApplicationInstancesResponse({}));
28697
- }
28292
+ return $dara.cast(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
28698
28293
  }
28699
28294
  /**
28700
28295
  * Query the list of web application instances.
@@ -28748,12 +28343,7 @@ class Client extends openapi_core_1.default {
28748
28343
  reqBodyType: "json",
28749
28344
  bodyType: "json",
28750
28345
  });
28751
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28752
- return $dara.cast(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
28753
- }
28754
- else {
28755
- return $dara.cast(await this.execute(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
28756
- }
28346
+ return $dara.cast(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
28757
28347
  }
28758
28348
  /**
28759
28349
  * Query the list of web application versions.
@@ -28810,12 +28400,7 @@ class Client extends openapi_core_1.default {
28810
28400
  reqBodyType: "json",
28811
28401
  bodyType: "json",
28812
28402
  });
28813
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28814
- return $dara.cast(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
28815
- }
28816
- else {
28817
- return $dara.cast(await this.execute(params, req, runtime), new ListWebApplicationsResponse({}));
28818
- }
28403
+ return $dara.cast(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
28819
28404
  }
28820
28405
  /**
28821
28406
  * Query the list of web applications.
@@ -28875,12 +28460,7 @@ class Client extends openapi_core_1.default {
28875
28460
  reqBodyType: "json",
28876
28461
  bodyType: "json",
28877
28462
  });
28878
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28879
- return $dara.cast(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
28880
- }
28881
- else {
28882
- return $dara.cast(await this.execute(params, req, runtime), new ListWebCustomDomainsResponse({}));
28883
- }
28463
+ return $dara.cast(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
28884
28464
  }
28885
28465
  /**
28886
28466
  * Query available custom domain names.
@@ -28921,12 +28501,7 @@ class Client extends openapi_core_1.default {
28921
28501
  reqBodyType: "json",
28922
28502
  bodyType: "json",
28923
28503
  });
28924
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28925
- return $dara.cast(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
28926
- }
28927
- else {
28928
- return $dara.cast(await this.execute(params, req, runtime), new OpenSaeServiceResponse({}));
28929
- }
28504
+ return $dara.cast(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
28930
28505
  }
28931
28506
  /**
28932
28507
  * Activates the Serverless App Engine (SAE) service for free.
@@ -28973,12 +28548,7 @@ class Client extends openapi_core_1.default {
28973
28548
  reqBodyType: "json",
28974
28549
  bodyType: "json",
28975
28550
  });
28976
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
28977
- return $dara.cast(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
28978
- }
28979
- else {
28980
- return $dara.cast(await this.execute(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
28981
- }
28551
+ return $dara.cast(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
28982
28552
  }
28983
28553
  /**
28984
28554
  * Publish a web application version.
@@ -29023,12 +28593,7 @@ class Client extends openapi_core_1.default {
29023
28593
  reqBodyType: "json",
29024
28594
  bodyType: "json",
29025
28595
  });
29026
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29027
- return $dara.cast(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
29028
- }
29029
- else {
29030
- return $dara.cast(await this.execute(params, req, runtime), new QueryResourceStaticsResponse({}));
29031
- }
28596
+ return $dara.cast(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
29032
28597
  }
29033
28598
  /**
29034
28599
  * Queries the resource usage of an application.
@@ -29073,12 +28638,7 @@ class Client extends openapi_core_1.default {
29073
28638
  reqBodyType: "json",
29074
28639
  bodyType: "json",
29075
28640
  });
29076
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29077
- return $dara.cast(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
29078
- }
29079
- else {
29080
- return $dara.cast(await this.execute(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
29081
- }
28641
+ return $dara.cast(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
29082
28642
  }
29083
28643
  /**
29084
28644
  * Reduces capacity by instance IDs.
@@ -29132,12 +28692,7 @@ class Client extends openapi_core_1.default {
29132
28692
  reqBodyType: "json",
29133
28693
  bodyType: "json",
29134
28694
  });
29135
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29136
- return $dara.cast(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
29137
- }
29138
- else {
29139
- return $dara.cast(await this.execute(params, req, runtime), new RescaleApplicationResponse({}));
29140
- }
28695
+ return $dara.cast(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
29141
28696
  }
29142
28697
  /**
29143
28698
  * Scales an application.
@@ -29167,6 +28722,9 @@ class Client extends openapi_core_1.default {
29167
28722
  if (!$dara.isNull(request.cpu)) {
29168
28723
  query["Cpu"] = request.cpu;
29169
28724
  }
28725
+ if (!$dara.isNull(request.diskSize)) {
28726
+ query["DiskSize"] = request.diskSize;
28727
+ }
29170
28728
  if (!$dara.isNull(request.memory)) {
29171
28729
  query["Memory"] = request.memory;
29172
28730
  }
@@ -29194,12 +28752,7 @@ class Client extends openapi_core_1.default {
29194
28752
  reqBodyType: "json",
29195
28753
  bodyType: "json",
29196
28754
  });
29197
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29198
- return $dara.cast(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
29199
- }
29200
- else {
29201
- return $dara.cast(await this.execute(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
29202
- }
28755
+ return $dara.cast(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
29203
28756
  }
29204
28757
  /**
29205
28758
  * Changes the instance specifications of an application.
@@ -29250,12 +28803,7 @@ class Client extends openapi_core_1.default {
29250
28803
  reqBodyType: "json",
29251
28804
  bodyType: "json",
29252
28805
  });
29253
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29254
- return $dara.cast(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
29255
- }
29256
- else {
29257
- return $dara.cast(await this.execute(params, req, runtime), new RestartApplicationResponse({}));
29258
- }
28806
+ return $dara.cast(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
29259
28807
  }
29260
28808
  /**
29261
28809
  * Restarts an application.
@@ -29300,12 +28848,7 @@ class Client extends openapi_core_1.default {
29300
28848
  reqBodyType: "json",
29301
28849
  bodyType: "json",
29302
28850
  });
29303
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29304
- return $dara.cast(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
29305
- }
29306
- else {
29307
- return $dara.cast(await this.execute(params, req, runtime), new RestartInstancesResponse({}));
29308
- }
28851
+ return $dara.cast(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
29309
28852
  }
29310
28853
  /**
29311
28854
  * Restarts one or more instances in an application.
@@ -29365,12 +28908,7 @@ class Client extends openapi_core_1.default {
29365
28908
  reqBodyType: "json",
29366
28909
  bodyType: "json",
29367
28910
  });
29368
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29369
- return $dara.cast(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
29370
- }
29371
- else {
29372
- return $dara.cast(await this.execute(params, req, runtime), new RollbackApplicationResponse({}));
29373
- }
28911
+ return $dara.cast(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
29374
28912
  }
29375
28913
  /**
29376
28914
  * Rolls back an application.
@@ -29412,12 +28950,7 @@ class Client extends openapi_core_1.default {
29412
28950
  reqBodyType: "json",
29413
28951
  bodyType: "json",
29414
28952
  });
29415
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29416
- return $dara.cast(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
29417
- }
29418
- else {
29419
- return $dara.cast(await this.execute(params, req, runtime), new StartApplicationResponse({}));
29420
- }
28953
+ return $dara.cast(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
29421
28954
  }
29422
28955
  /**
29423
28956
  * Starts an application.
@@ -29462,12 +28995,7 @@ class Client extends openapi_core_1.default {
29462
28995
  reqBodyType: "json",
29463
28996
  bodyType: "json",
29464
28997
  });
29465
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29466
- return $dara.cast(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
29467
- }
29468
- else {
29469
- return $dara.cast(await this.execute(params, req, runtime), new StartWebApplicationResponse({}));
29470
- }
28998
+ return $dara.cast(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
29471
28999
  }
29472
29000
  /**
29473
29001
  * Start a web application.
@@ -29512,12 +29040,7 @@ class Client extends openapi_core_1.default {
29512
29040
  reqBodyType: "json",
29513
29041
  bodyType: "json",
29514
29042
  });
29515
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29516
- return $dara.cast(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
29517
- }
29518
- else {
29519
- return $dara.cast(await this.execute(params, req, runtime), new StopApplicationResponse({}));
29520
- }
29043
+ return $dara.cast(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
29521
29044
  }
29522
29045
  /**
29523
29046
  * 0099b7be-5f5b-4512-a7fc-56049ef1\\*\\*\\*\\*
@@ -29562,12 +29085,7 @@ class Client extends openapi_core_1.default {
29562
29085
  reqBodyType: "json",
29563
29086
  bodyType: "json",
29564
29087
  });
29565
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29566
- return $dara.cast(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
29567
- }
29568
- else {
29569
- return $dara.cast(await this.execute(params, req, runtime), new StopWebApplicationResponse({}));
29570
- }
29088
+ return $dara.cast(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
29571
29089
  }
29572
29090
  /**
29573
29091
  * Stop a web application.
@@ -29615,12 +29133,7 @@ class Client extends openapi_core_1.default {
29615
29133
  reqBodyType: "json",
29616
29134
  bodyType: "json",
29617
29135
  });
29618
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29619
- return $dara.cast(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
29620
- }
29621
- else {
29622
- return $dara.cast(await this.execute(params, req, runtime), new SuspendJobResponse({}));
29623
- }
29136
+ return $dara.cast(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
29624
29137
  }
29625
29138
  /**
29626
29139
  * Suspends a job.
@@ -29671,12 +29184,7 @@ class Client extends openapi_core_1.default {
29671
29184
  reqBodyType: "formData",
29672
29185
  bodyType: "json",
29673
29186
  });
29674
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29675
- return $dara.cast(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
29676
- }
29677
- else {
29678
- return $dara.cast(await this.execute(params, req, runtime), new TagResourcesResponse({}));
29679
- }
29187
+ return $dara.cast(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
29680
29188
  }
29681
29189
  /**
29682
29190
  * cn-beijing
@@ -29727,12 +29235,7 @@ class Client extends openapi_core_1.default {
29727
29235
  reqBodyType: "json",
29728
29236
  bodyType: "json",
29729
29237
  });
29730
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29731
- return $dara.cast(await this.callApi(params, req, runtime), new UnbindNlbResponse({}));
29732
- }
29733
- else {
29734
- return $dara.cast(await this.execute(params, req, runtime), new UnbindNlbResponse({}));
29735
- }
29238
+ return $dara.cast(await this.callApi(params, req, runtime), new UnbindNlbResponse({}));
29736
29239
  }
29737
29240
  /**
29738
29241
  * Calls the UnbindNlb operation to delete an NLB listener bound for application access
@@ -29780,12 +29283,7 @@ class Client extends openapi_core_1.default {
29780
29283
  reqBodyType: "json",
29781
29284
  bodyType: "json",
29782
29285
  });
29783
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29784
- return $dara.cast(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
29785
- }
29786
- else {
29787
- return $dara.cast(await this.execute(params, req, runtime), new UnbindSlbResponse({}));
29788
- }
29286
+ return $dara.cast(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
29789
29287
  }
29790
29288
  /**
29791
29289
  * Disassociates an internal-facing or Internet-facing SLB instance from an application.
@@ -29837,12 +29335,7 @@ class Client extends openapi_core_1.default {
29837
29335
  reqBodyType: "json",
29838
29336
  bodyType: "json",
29839
29337
  });
29840
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29841
- return $dara.cast(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
29842
- }
29843
- else {
29844
- return $dara.cast(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
29845
- }
29338
+ return $dara.cast(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
29846
29339
  }
29847
29340
  /**
29848
29341
  * @param request - UntagResourcesRequest
@@ -29885,12 +29378,7 @@ class Client extends openapi_core_1.default {
29885
29378
  reqBodyType: "json",
29886
29379
  bodyType: "json",
29887
29380
  });
29888
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29889
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
29890
- }
29891
- else {
29892
- return $dara.cast(await this.execute(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
29893
- }
29381
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
29894
29382
  }
29895
29383
  /**
29896
29384
  * Updates the security group of an application.
@@ -29935,12 +29423,7 @@ class Client extends openapi_core_1.default {
29935
29423
  reqBodyType: "json",
29936
29424
  bodyType: "json",
29937
29425
  });
29938
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
29939
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
29940
- }
29941
- else {
29942
- return $dara.cast(await this.execute(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
29943
- }
29426
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
29944
29427
  }
29945
29428
  /**
29946
29429
  * Updates the description of an application.
@@ -30004,12 +29487,7 @@ class Client extends openapi_core_1.default {
30004
29487
  reqBodyType: "json",
30005
29488
  bodyType: "json",
30006
29489
  });
30007
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30008
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
30009
- }
30010
- else {
30011
- return $dara.cast(await this.execute(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
30012
- }
29490
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
30013
29491
  }
30014
29492
  /**
30015
29493
  * Updates the auto scaling policy of an application.
@@ -30058,12 +29536,7 @@ class Client extends openapi_core_1.default {
30058
29536
  reqBodyType: "json",
30059
29537
  bodyType: "json",
30060
29538
  });
30061
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30062
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
30063
- }
30064
- else {
30065
- return $dara.cast(await this.execute(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
30066
- }
29539
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
30067
29540
  }
30068
29541
  /**
30069
29542
  * Update the configuration of a vSwitch.
@@ -30113,12 +29586,7 @@ class Client extends openapi_core_1.default {
30113
29586
  reqBodyType: "json",
30114
29587
  bodyType: "json",
30115
29588
  });
30116
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30117
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
30118
- }
30119
- else {
30120
- return $dara.cast(await this.execute(params, req, runtime), new UpdateConfigMapResponse({}));
30121
- }
29589
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
30122
29590
  }
30123
29591
  /**
30124
29592
  * Update a ConfigMap.
@@ -30172,12 +29640,7 @@ class Client extends openapi_core_1.default {
30172
29640
  reqBodyType: "json",
30173
29641
  bodyType: "json",
30174
29642
  });
30175
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30176
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
30177
- }
30178
- else {
30179
- return $dara.cast(await this.execute(params, req, runtime), new UpdateGreyTagRouteResponse({}));
30180
- }
29643
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
30181
29644
  }
30182
29645
  /**
30183
29646
  * Updates a canary release rule.
@@ -30272,12 +29735,7 @@ class Client extends openapi_core_1.default {
30272
29735
  reqBodyType: "formData",
30273
29736
  bodyType: "json",
30274
29737
  });
30275
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30276
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
30277
- }
30278
- else {
30279
- return $dara.cast(await this.execute(params, req, runtime), new UpdateIngressResponse({}));
30280
- }
29738
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
30281
29739
  }
30282
29740
  /**
30283
29741
  * Update the configurations of an Ingress instance.
@@ -30453,12 +29911,7 @@ class Client extends openapi_core_1.default {
30453
29911
  reqBodyType: "formData",
30454
29912
  bodyType: "json",
30455
29913
  });
30456
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30457
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
30458
- }
30459
- else {
30460
- return $dara.cast(await this.execute(params, req, runtime), new UpdateJobResponse({}));
30461
- }
29914
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
30462
29915
  }
30463
29916
  /**
30464
29917
  * Updates a job template.
@@ -30512,12 +29965,7 @@ class Client extends openapi_core_1.default {
30512
29965
  reqBodyType: "json",
30513
29966
  bodyType: "json",
30514
29967
  });
30515
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30516
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
30517
- }
30518
- else {
30519
- return $dara.cast(await this.execute(params, req, runtime), new UpdateNamespaceResponse({}));
30520
- }
29968
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
30521
29969
  }
30522
29970
  /**
30523
29971
  * Updates the information about a namespace.
@@ -30565,12 +30013,7 @@ class Client extends openapi_core_1.default {
30565
30013
  reqBodyType: "json",
30566
30014
  bodyType: "json",
30567
30015
  });
30568
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30569
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
30570
- }
30571
- else {
30572
- return $dara.cast(await this.execute(params, req, runtime), new UpdateNamespaceVpcResponse({}));
30573
- }
30016
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
30574
30017
  }
30575
30018
  /**
30576
30019
  * cn-beijing:test
@@ -30627,12 +30070,7 @@ class Client extends openapi_core_1.default {
30627
30070
  reqBodyType: "json",
30628
30071
  bodyType: "json",
30629
30072
  });
30630
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30631
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
30632
- }
30633
- else {
30634
- return $dara.cast(await this.execute(params, req, runtime), new UpdateSecretResponse({}));
30635
- }
30073
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
30636
30074
  }
30637
30075
  /**
30638
30076
  * The HTTP status code. Valid values:
@@ -30682,12 +30120,7 @@ class Client extends openapi_core_1.default {
30682
30120
  reqBodyType: "json",
30683
30121
  bodyType: "json",
30684
30122
  });
30685
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30686
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
30687
- }
30688
- else {
30689
- return $dara.cast(await this.execute(params, req, runtime), new UpdateWebApplicationResponse({}));
30690
- }
30123
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
30691
30124
  }
30692
30125
  /**
30693
30126
  * Updates the configuration at the web application level.
@@ -30736,12 +30169,7 @@ class Client extends openapi_core_1.default {
30736
30169
  reqBodyType: "json",
30737
30170
  bodyType: "json",
30738
30171
  });
30739
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30740
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
30741
- }
30742
- else {
30743
- return $dara.cast(await this.execute(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
30744
- }
30172
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
30745
30173
  }
30746
30174
  /**
30747
30175
  * Update the scaling configuration of a web application.
@@ -30790,12 +30218,7 @@ class Client extends openapi_core_1.default {
30790
30218
  reqBodyType: "json",
30791
30219
  bodyType: "json",
30792
30220
  });
30793
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30794
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
30795
- }
30796
- else {
30797
- return $dara.cast(await this.execute(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
30798
- }
30221
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
30799
30222
  }
30800
30223
  /**
30801
30224
  * Update the traffic configurations of a web application.
@@ -30844,12 +30267,7 @@ class Client extends openapi_core_1.default {
30844
30267
  reqBodyType: "json",
30845
30268
  bodyType: "json",
30846
30269
  });
30847
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30848
- return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
30849
- }
30850
- else {
30851
- return $dara.cast(await this.execute(params, req, runtime), new UpdateWebCustomDomainResponse({}));
30852
- }
30270
+ return $dara.cast(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
30853
30271
  }
30854
30272
  /**
30855
30273
  * Update a custom domain name.
@@ -30897,12 +30315,7 @@ class Client extends openapi_core_1.default {
30897
30315
  reqBodyType: "json",
30898
30316
  bodyType: "json",
30899
30317
  });
30900
- if ($dara.isNull(this._signatureVersion) || this._signatureVersion != "v4") {
30901
- return $dara.cast(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
30902
- }
30903
- else {
30904
- return $dara.cast(await this.execute(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
30905
- }
30318
+ return $dara.cast(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
30906
30319
  }
30907
30320
  /**
30908
30321
  * Enables the advanced monitoring feature of Application Real-Time Monitoring Service (ARMS).