@alicloud/sae20190506 1.26.1 → 1.26.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +23 -0
- package/dist/client.js +178 -770
- package/dist/client.js.map +1 -1
- package/package.json +1 -2
- package/src/client.ts +191 -766
package/src/client.ts
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
/**
|
|
3
3
|
*/
|
|
4
4
|
import Util, * as $Util from '@alicloud/tea-util';
|
|
5
|
-
import GatewayClient from '@alicloud/gateway-pop';
|
|
6
5
|
import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
|
|
7
6
|
import OpenApiUtil from '@alicloud/openapi-util';
|
|
8
7
|
import EndpointUtil from '@alicloud/endpoint-util';
|
|
@@ -6449,6 +6448,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6449
6448
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
6450
6449
|
*/
|
|
6451
6450
|
customHostAlias?: string;
|
|
6451
|
+
customImageNetworkType?: string;
|
|
6452
6452
|
/**
|
|
6453
6453
|
* @remarks
|
|
6454
6454
|
* true
|
|
@@ -6804,6 +6804,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6804
6804
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
6805
6805
|
cpu: 'Cpu',
|
|
6806
6806
|
customHostAlias: 'CustomHostAlias',
|
|
6807
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
6807
6808
|
deploy: 'Deploy',
|
|
6808
6809
|
dotnet: 'Dotnet',
|
|
6809
6810
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -6877,6 +6878,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6877
6878
|
configMapMountDesc: 'string',
|
|
6878
6879
|
cpu: 'number',
|
|
6879
6880
|
customHostAlias: 'string',
|
|
6881
|
+
customImageNetworkType: 'string',
|
|
6880
6882
|
deploy: 'boolean',
|
|
6881
6883
|
dotnet: 'string',
|
|
6882
6884
|
edasContainerVersion: 'string',
|
|
@@ -7033,6 +7035,7 @@ export class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
7033
7035
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
7034
7036
|
*/
|
|
7035
7037
|
customHostAlias?: string;
|
|
7038
|
+
customImageNetworkType?: string;
|
|
7036
7039
|
/**
|
|
7037
7040
|
* @remarks
|
|
7038
7041
|
* true
|
|
@@ -7388,6 +7391,7 @@ export class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
7388
7391
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
7389
7392
|
cpu: 'Cpu',
|
|
7390
7393
|
customHostAlias: 'CustomHostAlias',
|
|
7394
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
7391
7395
|
deploy: 'Deploy',
|
|
7392
7396
|
dotnet: 'Dotnet',
|
|
7393
7397
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -7461,6 +7465,7 @@ export class CreateApplicationShrinkRequest extends $tea.Model {
|
|
|
7461
7465
|
configMapMountDesc: 'string',
|
|
7462
7466
|
cpu: 'number',
|
|
7463
7467
|
customHostAlias: 'string',
|
|
7468
|
+
customImageNetworkType: 'string',
|
|
7464
7469
|
deploy: 'boolean',
|
|
7465
7470
|
dotnet: 'string',
|
|
7466
7471
|
edasContainerVersion: 'string',
|
|
@@ -11333,6 +11338,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11333
11338
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
11334
11339
|
*/
|
|
11335
11340
|
customHostAlias?: string;
|
|
11341
|
+
customImageNetworkType?: string;
|
|
11336
11342
|
/**
|
|
11337
11343
|
* @remarks
|
|
11338
11344
|
* This parameter takes effect only for applications that are in the Stopped state. If you call the **DeployApplication** operation to manage a running application, the application is immediately redeployed.
|
|
@@ -11846,6 +11852,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11846
11852
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
11847
11853
|
cpu: 'Cpu',
|
|
11848
11854
|
customHostAlias: 'CustomHostAlias',
|
|
11855
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
11849
11856
|
deploy: 'Deploy',
|
|
11850
11857
|
dotnet: 'Dotnet',
|
|
11851
11858
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -11918,6 +11925,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11918
11925
|
configMapMountDesc: 'string',
|
|
11919
11926
|
cpu: 'number',
|
|
11920
11927
|
customHostAlias: 'string',
|
|
11928
|
+
customImageNetworkType: 'string',
|
|
11921
11929
|
deploy: 'string',
|
|
11922
11930
|
dotnet: 'string',
|
|
11923
11931
|
edasContainerVersion: 'string',
|
|
@@ -12105,6 +12113,7 @@ export class DeployApplicationShrinkRequest extends $tea.Model {
|
|
|
12105
12113
|
* [{"hostName":"samplehost","ip":"127.0.0.1"}]
|
|
12106
12114
|
*/
|
|
12107
12115
|
customHostAlias?: string;
|
|
12116
|
+
customImageNetworkType?: string;
|
|
12108
12117
|
/**
|
|
12109
12118
|
* @remarks
|
|
12110
12119
|
* This parameter takes effect only for applications that are in the Stopped state. If you call the **DeployApplication** operation to manage a running application, the application is immediately redeployed.
|
|
@@ -12618,6 +12627,7 @@ export class DeployApplicationShrinkRequest extends $tea.Model {
|
|
|
12618
12627
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
12619
12628
|
cpu: 'Cpu',
|
|
12620
12629
|
customHostAlias: 'CustomHostAlias',
|
|
12630
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
12621
12631
|
deploy: 'Deploy',
|
|
12622
12632
|
dotnet: 'Dotnet',
|
|
12623
12633
|
edasContainerVersion: 'EdasContainerVersion',
|
|
@@ -12690,6 +12700,7 @@ export class DeployApplicationShrinkRequest extends $tea.Model {
|
|
|
12690
12700
|
configMapMountDesc: 'string',
|
|
12691
12701
|
cpu: 'number',
|
|
12692
12702
|
customHostAlias: 'string',
|
|
12703
|
+
customImageNetworkType: 'string',
|
|
12693
12704
|
deploy: 'string',
|
|
12694
12705
|
dotnet: 'string',
|
|
12695
12706
|
edasContainerVersion: 'string',
|
|
@@ -13571,6 +13582,7 @@ export class DescribeApplicationInstancesRequest extends $tea.Model {
|
|
|
13571
13582
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
13572
13583
|
*/
|
|
13573
13584
|
groupId?: string;
|
|
13585
|
+
instanceId?: string;
|
|
13574
13586
|
/**
|
|
13575
13587
|
* @remarks
|
|
13576
13588
|
* 10
|
|
@@ -13592,6 +13604,7 @@ export class DescribeApplicationInstancesRequest extends $tea.Model {
|
|
|
13592
13604
|
appId: 'AppId',
|
|
13593
13605
|
currentPage: 'CurrentPage',
|
|
13594
13606
|
groupId: 'GroupId',
|
|
13607
|
+
instanceId: 'InstanceId',
|
|
13595
13608
|
pageSize: 'PageSize',
|
|
13596
13609
|
reverse: 'Reverse',
|
|
13597
13610
|
};
|
|
@@ -13602,6 +13615,7 @@ export class DescribeApplicationInstancesRequest extends $tea.Model {
|
|
|
13602
13615
|
appId: 'string',
|
|
13603
13616
|
currentPage: 'number',
|
|
13604
13617
|
groupId: 'string',
|
|
13618
|
+
instanceId: 'string',
|
|
13605
13619
|
pageSize: 'number',
|
|
13606
13620
|
reverse: 'boolean',
|
|
13607
13621
|
};
|
|
@@ -30347,6 +30361,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30347
30361
|
* [{"hostName":"test.host.name","ip":"0.0.0.0"}]
|
|
30348
30362
|
*/
|
|
30349
30363
|
customHostAlias?: string;
|
|
30364
|
+
customImageNetworkType?: string;
|
|
30350
30365
|
dotnet?: string;
|
|
30351
30366
|
/**
|
|
30352
30367
|
* @remarks
|
|
@@ -30892,6 +30907,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30892
30907
|
configMapMountDesc: 'ConfigMapMountDesc',
|
|
30893
30908
|
cpu: 'Cpu',
|
|
30894
30909
|
customHostAlias: 'CustomHostAlias',
|
|
30910
|
+
customImageNetworkType: 'CustomImageNetworkType',
|
|
30895
30911
|
dotnet: 'Dotnet',
|
|
30896
30912
|
edasContainerVersion: 'EdasContainerVersion',
|
|
30897
30913
|
enableAhas: 'EnableAhas',
|
|
@@ -30971,6 +30987,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
30971
30987
|
configMapMountDesc: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataConfigMapMountDesc },
|
|
30972
30988
|
cpu: 'number',
|
|
30973
30989
|
customHostAlias: 'string',
|
|
30990
|
+
customImageNetworkType: 'string',
|
|
30974
30991
|
dotnet: 'string',
|
|
30975
30992
|
edasContainerVersion: 'string',
|
|
30976
30993
|
enableAhas: 'string',
|
|
@@ -31283,6 +31300,31 @@ export class DescribeApplicationImageResponseBodyData extends $tea.Model {
|
|
|
31283
31300
|
}
|
|
31284
31301
|
}
|
|
31285
31302
|
|
|
31303
|
+
export class DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus extends $tea.Model {
|
|
31304
|
+
containerId?: string;
|
|
31305
|
+
containerStatus?: string;
|
|
31306
|
+
imageUrl?: string;
|
|
31307
|
+
static names(): { [key: string]: string } {
|
|
31308
|
+
return {
|
|
31309
|
+
containerId: 'ContainerId',
|
|
31310
|
+
containerStatus: 'ContainerStatus',
|
|
31311
|
+
imageUrl: 'ImageUrl',
|
|
31312
|
+
};
|
|
31313
|
+
}
|
|
31314
|
+
|
|
31315
|
+
static types(): { [key: string]: any } {
|
|
31316
|
+
return {
|
|
31317
|
+
containerId: 'string',
|
|
31318
|
+
containerStatus: 'string',
|
|
31319
|
+
imageUrl: 'string',
|
|
31320
|
+
};
|
|
31321
|
+
}
|
|
31322
|
+
|
|
31323
|
+
constructor(map?: { [key: string]: any }) {
|
|
31324
|
+
super(map);
|
|
31325
|
+
}
|
|
31326
|
+
}
|
|
31327
|
+
|
|
31286
31328
|
export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.Model {
|
|
31287
31329
|
/**
|
|
31288
31330
|
* @remarks
|
|
@@ -31388,6 +31430,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31388
31430
|
* b2a8a925-477a-4ed7-b825-d5e22500****
|
|
31389
31431
|
*/
|
|
31390
31432
|
instanceId?: string;
|
|
31433
|
+
mainContainerStatus?: string;
|
|
31391
31434
|
/**
|
|
31392
31435
|
* @remarks
|
|
31393
31436
|
* The version of the package.
|
|
@@ -31396,6 +31439,8 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31396
31439
|
* 1609939496200
|
|
31397
31440
|
*/
|
|
31398
31441
|
packageVersion?: string;
|
|
31442
|
+
sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
|
|
31443
|
+
unhealthyMessage?: string;
|
|
31399
31444
|
/**
|
|
31400
31445
|
* @remarks
|
|
31401
31446
|
* The ID of the zone where the instance is deployed.
|
|
@@ -31417,7 +31462,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31417
31462
|
instanceContainerStatus: 'InstanceContainerStatus',
|
|
31418
31463
|
instanceHealthStatus: 'InstanceHealthStatus',
|
|
31419
31464
|
instanceId: 'InstanceId',
|
|
31465
|
+
mainContainerStatus: 'MainContainerStatus',
|
|
31420
31466
|
packageVersion: 'PackageVersion',
|
|
31467
|
+
sidecarContainersStatus: 'SidecarContainersStatus',
|
|
31468
|
+
unhealthyMessage: 'UnhealthyMessage',
|
|
31421
31469
|
vSwitchId: 'VSwitchId',
|
|
31422
31470
|
};
|
|
31423
31471
|
}
|
|
@@ -31435,7 +31483,10 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $tea.
|
|
|
31435
31483
|
instanceContainerStatus: 'string',
|
|
31436
31484
|
instanceHealthStatus: 'string',
|
|
31437
31485
|
instanceId: 'string',
|
|
31486
|
+
mainContainerStatus: 'string',
|
|
31438
31487
|
packageVersion: 'string',
|
|
31488
|
+
sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
|
|
31489
|
+
unhealthyMessage: 'string',
|
|
31439
31490
|
vSwitchId: 'string',
|
|
31440
31491
|
};
|
|
31441
31492
|
}
|
|
@@ -41791,9 +41842,6 @@ export default class Client extends OpenApi {
|
|
|
41791
41842
|
|
|
41792
41843
|
constructor(config: $OpenApi.Config) {
|
|
41793
41844
|
super(config);
|
|
41794
|
-
this._productId = "sae";
|
|
41795
|
-
let gatewayClient = new GatewayClient();
|
|
41796
|
-
this._spi = gatewayClient;
|
|
41797
41845
|
this._endpointRule = "regional";
|
|
41798
41846
|
this.checkConfig(config);
|
|
41799
41847
|
this._endpoint = this.getEndpoint("sae", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
|
|
@@ -41842,12 +41890,7 @@ export default class Client extends OpenApi {
|
|
|
41842
41890
|
reqBodyType: "json",
|
|
41843
41891
|
bodyType: "json",
|
|
41844
41892
|
});
|
|
41845
|
-
|
|
41846
|
-
return $tea.cast<AbortAndRollbackChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
|
|
41847
|
-
} else {
|
|
41848
|
-
return $tea.cast<AbortAndRollbackChangeOrderResponse>(await this.execute(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
|
|
41849
|
-
}
|
|
41850
|
-
|
|
41893
|
+
return $tea.cast<AbortAndRollbackChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
|
|
41851
41894
|
}
|
|
41852
41895
|
|
|
41853
41896
|
/**
|
|
@@ -41890,12 +41933,7 @@ export default class Client extends OpenApi {
|
|
|
41890
41933
|
reqBodyType: "json",
|
|
41891
41934
|
bodyType: "json",
|
|
41892
41935
|
});
|
|
41893
|
-
|
|
41894
|
-
return $tea.cast<AbortChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
|
|
41895
|
-
} else {
|
|
41896
|
-
return $tea.cast<AbortChangeOrderResponse>(await this.execute(params, req, runtime), new AbortChangeOrderResponse({}));
|
|
41897
|
-
}
|
|
41898
|
-
|
|
41936
|
+
return $tea.cast<AbortChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
|
|
41899
41937
|
}
|
|
41900
41938
|
|
|
41901
41939
|
/**
|
|
@@ -41946,12 +41984,7 @@ export default class Client extends OpenApi {
|
|
|
41946
41984
|
reqBodyType: "json",
|
|
41947
41985
|
bodyType: "json",
|
|
41948
41986
|
});
|
|
41949
|
-
|
|
41950
|
-
return $tea.cast<BatchStartApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
|
|
41951
|
-
} else {
|
|
41952
|
-
return $tea.cast<BatchStartApplicationsResponse>(await this.execute(params, req, runtime), new BatchStartApplicationsResponse({}));
|
|
41953
|
-
}
|
|
41954
|
-
|
|
41987
|
+
return $tea.cast<BatchStartApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
|
|
41955
41988
|
}
|
|
41956
41989
|
|
|
41957
41990
|
/**
|
|
@@ -42004,12 +42037,7 @@ export default class Client extends OpenApi {
|
|
|
42004
42037
|
reqBodyType: "json",
|
|
42005
42038
|
bodyType: "json",
|
|
42006
42039
|
});
|
|
42007
|
-
|
|
42008
|
-
return $tea.cast<BatchStopApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
|
|
42009
|
-
} else {
|
|
42010
|
-
return $tea.cast<BatchStopApplicationsResponse>(await this.execute(params, req, runtime), new BatchStopApplicationsResponse({}));
|
|
42011
|
-
}
|
|
42012
|
-
|
|
42040
|
+
return $tea.cast<BatchStopApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
|
|
42013
42041
|
}
|
|
42014
42042
|
|
|
42015
42043
|
/**
|
|
@@ -42076,12 +42104,7 @@ export default class Client extends OpenApi {
|
|
|
42076
42104
|
reqBodyType: "json",
|
|
42077
42105
|
bodyType: "json",
|
|
42078
42106
|
});
|
|
42079
|
-
|
|
42080
|
-
return $tea.cast<BindSlbResponse>(await this.callApi(params, req, runtime), new BindSlbResponse({}));
|
|
42081
|
-
} else {
|
|
42082
|
-
return $tea.cast<BindSlbResponse>(await this.execute(params, req, runtime), new BindSlbResponse({}));
|
|
42083
|
-
}
|
|
42084
|
-
|
|
42107
|
+
return $tea.cast<BindSlbResponse>(await this.callApi(params, req, runtime), new BindSlbResponse({}));
|
|
42085
42108
|
}
|
|
42086
42109
|
|
|
42087
42110
|
/**
|
|
@@ -42126,12 +42149,7 @@ export default class Client extends OpenApi {
|
|
|
42126
42149
|
reqBodyType: "json",
|
|
42127
42150
|
bodyType: "json",
|
|
42128
42151
|
});
|
|
42129
|
-
|
|
42130
|
-
return $tea.cast<ConfirmPipelineBatchResponse>(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
|
|
42131
|
-
} else {
|
|
42132
|
-
return $tea.cast<ConfirmPipelineBatchResponse>(await this.execute(params, req, runtime), new ConfirmPipelineBatchResponse({}));
|
|
42133
|
-
}
|
|
42134
|
-
|
|
42152
|
+
return $tea.cast<ConfirmPipelineBatchResponse>(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
|
|
42135
42153
|
}
|
|
42136
42154
|
|
|
42137
42155
|
/**
|
|
@@ -42195,6 +42213,10 @@ export default class Client extends OpenApi {
|
|
|
42195
42213
|
query["CustomHostAlias"] = request.customHostAlias;
|
|
42196
42214
|
}
|
|
42197
42215
|
|
|
42216
|
+
if (!Util.isUnset(request.customImageNetworkType)) {
|
|
42217
|
+
query["CustomImageNetworkType"] = request.customImageNetworkType;
|
|
42218
|
+
}
|
|
42219
|
+
|
|
42198
42220
|
if (!Util.isUnset(request.deploy)) {
|
|
42199
42221
|
query["Deploy"] = request.deploy;
|
|
42200
42222
|
}
|
|
@@ -42448,12 +42470,7 @@ export default class Client extends OpenApi {
|
|
|
42448
42470
|
reqBodyType: "formData",
|
|
42449
42471
|
bodyType: "json",
|
|
42450
42472
|
});
|
|
42451
|
-
|
|
42452
|
-
return $tea.cast<CreateApplicationResponse>(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
|
|
42453
|
-
} else {
|
|
42454
|
-
return $tea.cast<CreateApplicationResponse>(await this.execute(params, req, runtime), new CreateApplicationResponse({}));
|
|
42455
|
-
}
|
|
42456
|
-
|
|
42473
|
+
return $tea.cast<CreateApplicationResponse>(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
|
|
42457
42474
|
}
|
|
42458
42475
|
|
|
42459
42476
|
/**
|
|
@@ -42535,12 +42552,7 @@ export default class Client extends OpenApi {
|
|
|
42535
42552
|
reqBodyType: "json",
|
|
42536
42553
|
bodyType: "json",
|
|
42537
42554
|
});
|
|
42538
|
-
|
|
42539
|
-
return $tea.cast<CreateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
|
|
42540
|
-
} else {
|
|
42541
|
-
return $tea.cast<CreateApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
|
|
42542
|
-
}
|
|
42543
|
-
|
|
42555
|
+
return $tea.cast<CreateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
|
|
42544
42556
|
}
|
|
42545
42557
|
|
|
42546
42558
|
/**
|
|
@@ -42606,12 +42618,7 @@ export default class Client extends OpenApi {
|
|
|
42606
42618
|
reqBodyType: "json",
|
|
42607
42619
|
bodyType: "json",
|
|
42608
42620
|
});
|
|
42609
|
-
|
|
42610
|
-
return $tea.cast<CreateConfigMapResponse>(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
|
|
42611
|
-
} else {
|
|
42612
|
-
return $tea.cast<CreateConfigMapResponse>(await this.execute(params, req, runtime), new CreateConfigMapResponse({}));
|
|
42613
|
-
}
|
|
42614
|
-
|
|
42621
|
+
return $tea.cast<CreateConfigMapResponse>(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
|
|
42615
42622
|
}
|
|
42616
42623
|
|
|
42617
42624
|
/**
|
|
@@ -42679,12 +42686,7 @@ export default class Client extends OpenApi {
|
|
|
42679
42686
|
reqBodyType: "json",
|
|
42680
42687
|
bodyType: "json",
|
|
42681
42688
|
});
|
|
42682
|
-
|
|
42683
|
-
return $tea.cast<CreateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
|
|
42684
|
-
} else {
|
|
42685
|
-
return $tea.cast<CreateGreyTagRouteResponse>(await this.execute(params, req, runtime), new CreateGreyTagRouteResponse({}));
|
|
42686
|
-
}
|
|
42687
|
-
|
|
42689
|
+
return $tea.cast<CreateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
|
|
42688
42690
|
}
|
|
42689
42691
|
|
|
42690
42692
|
/**
|
|
@@ -42802,12 +42804,7 @@ export default class Client extends OpenApi {
|
|
|
42802
42804
|
reqBodyType: "formData",
|
|
42803
42805
|
bodyType: "json",
|
|
42804
42806
|
});
|
|
42805
|
-
|
|
42806
|
-
return $tea.cast<CreateIngressResponse>(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
|
|
42807
|
-
} else {
|
|
42808
|
-
return $tea.cast<CreateIngressResponse>(await this.execute(params, req, runtime), new CreateIngressResponse({}));
|
|
42809
|
-
}
|
|
42810
|
-
|
|
42807
|
+
return $tea.cast<CreateIngressResponse>(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
|
|
42811
42808
|
}
|
|
42812
42809
|
|
|
42813
42810
|
/**
|
|
@@ -43066,12 +43063,7 @@ export default class Client extends OpenApi {
|
|
|
43066
43063
|
reqBodyType: "formData",
|
|
43067
43064
|
bodyType: "json",
|
|
43068
43065
|
});
|
|
43069
|
-
|
|
43070
|
-
return $tea.cast<CreateJobResponse>(await this.callApi(params, req, runtime), new CreateJobResponse({}));
|
|
43071
|
-
} else {
|
|
43072
|
-
return $tea.cast<CreateJobResponse>(await this.execute(params, req, runtime), new CreateJobResponse({}));
|
|
43073
|
-
}
|
|
43074
|
-
|
|
43066
|
+
return $tea.cast<CreateJobResponse>(await this.callApi(params, req, runtime), new CreateJobResponse({}));
|
|
43075
43067
|
}
|
|
43076
43068
|
|
|
43077
43069
|
/**
|
|
@@ -43132,12 +43124,7 @@ export default class Client extends OpenApi {
|
|
|
43132
43124
|
reqBodyType: "json",
|
|
43133
43125
|
bodyType: "json",
|
|
43134
43126
|
});
|
|
43135
|
-
|
|
43136
|
-
return $tea.cast<CreateNamespaceResponse>(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
|
|
43137
|
-
} else {
|
|
43138
|
-
return $tea.cast<CreateNamespaceResponse>(await this.execute(params, req, runtime), new CreateNamespaceResponse({}));
|
|
43139
|
-
}
|
|
43140
|
-
|
|
43127
|
+
return $tea.cast<CreateNamespaceResponse>(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
|
|
43141
43128
|
}
|
|
43142
43129
|
|
|
43143
43130
|
/**
|
|
@@ -43200,12 +43187,7 @@ export default class Client extends OpenApi {
|
|
|
43200
43187
|
reqBodyType: "json",
|
|
43201
43188
|
bodyType: "json",
|
|
43202
43189
|
});
|
|
43203
|
-
|
|
43204
|
-
return $tea.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
|
|
43205
|
-
} else {
|
|
43206
|
-
return $tea.cast<CreateSecretResponse>(await this.execute(params, req, runtime), new CreateSecretResponse({}));
|
|
43207
|
-
}
|
|
43208
|
-
|
|
43190
|
+
return $tea.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
|
|
43209
43191
|
}
|
|
43210
43192
|
|
|
43211
43193
|
/**
|
|
@@ -43251,12 +43233,7 @@ export default class Client extends OpenApi {
|
|
|
43251
43233
|
reqBodyType: "json",
|
|
43252
43234
|
bodyType: "json",
|
|
43253
43235
|
});
|
|
43254
|
-
|
|
43255
|
-
return $tea.cast<CreateWebApplicationResponse>(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
|
|
43256
|
-
} else {
|
|
43257
|
-
return $tea.cast<CreateWebApplicationResponse>(await this.execute(params, req, runtime), new CreateWebApplicationResponse({}));
|
|
43258
|
-
}
|
|
43259
|
-
|
|
43236
|
+
return $tea.cast<CreateWebApplicationResponse>(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
|
|
43260
43237
|
}
|
|
43261
43238
|
|
|
43262
43239
|
/**
|
|
@@ -43302,12 +43279,7 @@ export default class Client extends OpenApi {
|
|
|
43302
43279
|
reqBodyType: "json",
|
|
43303
43280
|
bodyType: "json",
|
|
43304
43281
|
});
|
|
43305
|
-
|
|
43306
|
-
return $tea.cast<CreateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
|
|
43307
|
-
} else {
|
|
43308
|
-
return $tea.cast<CreateWebCustomDomainResponse>(await this.execute(params, req, runtime), new CreateWebCustomDomainResponse({}));
|
|
43309
|
-
}
|
|
43310
|
-
|
|
43282
|
+
return $tea.cast<CreateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
|
|
43311
43283
|
}
|
|
43312
43284
|
|
|
43313
43285
|
/**
|
|
@@ -43350,12 +43322,7 @@ export default class Client extends OpenApi {
|
|
|
43350
43322
|
reqBodyType: "json",
|
|
43351
43323
|
bodyType: "json",
|
|
43352
43324
|
});
|
|
43353
|
-
|
|
43354
|
-
return $tea.cast<DeleteApplicationResponse>(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
|
|
43355
|
-
} else {
|
|
43356
|
-
return $tea.cast<DeleteApplicationResponse>(await this.execute(params, req, runtime), new DeleteApplicationResponse({}));
|
|
43357
|
-
}
|
|
43358
|
-
|
|
43325
|
+
return $tea.cast<DeleteApplicationResponse>(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
|
|
43359
43326
|
}
|
|
43360
43327
|
|
|
43361
43328
|
/**
|
|
@@ -43402,12 +43369,7 @@ export default class Client extends OpenApi {
|
|
|
43402
43369
|
reqBodyType: "json",
|
|
43403
43370
|
bodyType: "json",
|
|
43404
43371
|
});
|
|
43405
|
-
|
|
43406
|
-
return $tea.cast<DeleteApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
|
|
43407
|
-
} else {
|
|
43408
|
-
return $tea.cast<DeleteApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
|
|
43409
|
-
}
|
|
43410
|
-
|
|
43372
|
+
return $tea.cast<DeleteApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
|
|
43411
43373
|
}
|
|
43412
43374
|
|
|
43413
43375
|
/**
|
|
@@ -43450,12 +43412,7 @@ export default class Client extends OpenApi {
|
|
|
43450
43412
|
reqBodyType: "json",
|
|
43451
43413
|
bodyType: "json",
|
|
43452
43414
|
});
|
|
43453
|
-
|
|
43454
|
-
return $tea.cast<DeleteConfigMapResponse>(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
|
|
43455
|
-
} else {
|
|
43456
|
-
return $tea.cast<DeleteConfigMapResponse>(await this.execute(params, req, runtime), new DeleteConfigMapResponse({}));
|
|
43457
|
-
}
|
|
43458
|
-
|
|
43415
|
+
return $tea.cast<DeleteConfigMapResponse>(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
|
|
43459
43416
|
}
|
|
43460
43417
|
|
|
43461
43418
|
/**
|
|
@@ -43498,12 +43455,7 @@ export default class Client extends OpenApi {
|
|
|
43498
43455
|
reqBodyType: "json",
|
|
43499
43456
|
bodyType: "json",
|
|
43500
43457
|
});
|
|
43501
|
-
|
|
43502
|
-
return $tea.cast<DeleteGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
|
|
43503
|
-
} else {
|
|
43504
|
-
return $tea.cast<DeleteGreyTagRouteResponse>(await this.execute(params, req, runtime), new DeleteGreyTagRouteResponse({}));
|
|
43505
|
-
}
|
|
43506
|
-
|
|
43458
|
+
return $tea.cast<DeleteGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
|
|
43507
43459
|
}
|
|
43508
43460
|
|
|
43509
43461
|
/**
|
|
@@ -43552,12 +43504,7 @@ export default class Client extends OpenApi {
|
|
|
43552
43504
|
reqBodyType: "json",
|
|
43553
43505
|
bodyType: "json",
|
|
43554
43506
|
});
|
|
43555
|
-
|
|
43556
|
-
return $tea.cast<DeleteHistoryJobResponse>(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
|
|
43557
|
-
} else {
|
|
43558
|
-
return $tea.cast<DeleteHistoryJobResponse>(await this.execute(params, req, runtime), new DeleteHistoryJobResponse({}));
|
|
43559
|
-
}
|
|
43560
|
-
|
|
43507
|
+
return $tea.cast<DeleteHistoryJobResponse>(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
|
|
43561
43508
|
}
|
|
43562
43509
|
|
|
43563
43510
|
/**
|
|
@@ -43600,12 +43547,7 @@ export default class Client extends OpenApi {
|
|
|
43600
43547
|
reqBodyType: "json",
|
|
43601
43548
|
bodyType: "json",
|
|
43602
43549
|
});
|
|
43603
|
-
|
|
43604
|
-
return $tea.cast<DeleteIngressResponse>(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
|
|
43605
|
-
} else {
|
|
43606
|
-
return $tea.cast<DeleteIngressResponse>(await this.execute(params, req, runtime), new DeleteIngressResponse({}));
|
|
43607
|
-
}
|
|
43608
|
-
|
|
43550
|
+
return $tea.cast<DeleteIngressResponse>(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
|
|
43609
43551
|
}
|
|
43610
43552
|
|
|
43611
43553
|
/**
|
|
@@ -43648,12 +43590,7 @@ export default class Client extends OpenApi {
|
|
|
43648
43590
|
reqBodyType: "json",
|
|
43649
43591
|
bodyType: "json",
|
|
43650
43592
|
});
|
|
43651
|
-
|
|
43652
|
-
return $tea.cast<DeleteJobResponse>(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
|
|
43653
|
-
} else {
|
|
43654
|
-
return $tea.cast<DeleteJobResponse>(await this.execute(params, req, runtime), new DeleteJobResponse({}));
|
|
43655
|
-
}
|
|
43656
|
-
|
|
43593
|
+
return $tea.cast<DeleteJobResponse>(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
|
|
43657
43594
|
}
|
|
43658
43595
|
|
|
43659
43596
|
/**
|
|
@@ -43700,12 +43637,7 @@ export default class Client extends OpenApi {
|
|
|
43700
43637
|
reqBodyType: "json",
|
|
43701
43638
|
bodyType: "json",
|
|
43702
43639
|
});
|
|
43703
|
-
|
|
43704
|
-
return $tea.cast<DeleteNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
|
|
43705
|
-
} else {
|
|
43706
|
-
return $tea.cast<DeleteNamespaceResponse>(await this.execute(params, req, runtime), new DeleteNamespaceResponse({}));
|
|
43707
|
-
}
|
|
43708
|
-
|
|
43640
|
+
return $tea.cast<DeleteNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
|
|
43709
43641
|
}
|
|
43710
43642
|
|
|
43711
43643
|
/**
|
|
@@ -43752,12 +43684,7 @@ export default class Client extends OpenApi {
|
|
|
43752
43684
|
reqBodyType: "json",
|
|
43753
43685
|
bodyType: "json",
|
|
43754
43686
|
});
|
|
43755
|
-
|
|
43756
|
-
return $tea.cast<DeleteSecretResponse>(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
|
|
43757
|
-
} else {
|
|
43758
|
-
return $tea.cast<DeleteSecretResponse>(await this.execute(params, req, runtime), new DeleteSecretResponse({}));
|
|
43759
|
-
}
|
|
43760
|
-
|
|
43687
|
+
return $tea.cast<DeleteSecretResponse>(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
|
|
43761
43688
|
}
|
|
43762
43689
|
|
|
43763
43690
|
/**
|
|
@@ -43802,12 +43729,7 @@ export default class Client extends OpenApi {
|
|
|
43802
43729
|
reqBodyType: "json",
|
|
43803
43730
|
bodyType: "json",
|
|
43804
43731
|
});
|
|
43805
|
-
|
|
43806
|
-
return $tea.cast<DeleteWebApplicationResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
|
|
43807
|
-
} else {
|
|
43808
|
-
return $tea.cast<DeleteWebApplicationResponse>(await this.execute(params, req, runtime), new DeleteWebApplicationResponse({}));
|
|
43809
|
-
}
|
|
43810
|
-
|
|
43732
|
+
return $tea.cast<DeleteWebApplicationResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
|
|
43811
43733
|
}
|
|
43812
43734
|
|
|
43813
43735
|
/**
|
|
@@ -43852,12 +43774,7 @@ export default class Client extends OpenApi {
|
|
|
43852
43774
|
reqBodyType: "json",
|
|
43853
43775
|
bodyType: "json",
|
|
43854
43776
|
});
|
|
43855
|
-
|
|
43856
|
-
return $tea.cast<DeleteWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
|
|
43857
|
-
} else {
|
|
43858
|
-
return $tea.cast<DeleteWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
|
|
43859
|
-
}
|
|
43860
|
-
|
|
43777
|
+
return $tea.cast<DeleteWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
|
|
43861
43778
|
}
|
|
43862
43779
|
|
|
43863
43780
|
/**
|
|
@@ -43902,12 +43819,7 @@ export default class Client extends OpenApi {
|
|
|
43902
43819
|
reqBodyType: "json",
|
|
43903
43820
|
bodyType: "json",
|
|
43904
43821
|
});
|
|
43905
|
-
|
|
43906
|
-
return $tea.cast<DeleteWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
|
|
43907
|
-
} else {
|
|
43908
|
-
return $tea.cast<DeleteWebCustomDomainResponse>(await this.execute(params, req, runtime), new DeleteWebCustomDomainResponse({}));
|
|
43909
|
-
}
|
|
43910
|
-
|
|
43822
|
+
return $tea.cast<DeleteWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
|
|
43911
43823
|
}
|
|
43912
43824
|
|
|
43913
43825
|
/**
|
|
@@ -43975,6 +43887,10 @@ export default class Client extends OpenApi {
|
|
|
43975
43887
|
query["CustomHostAlias"] = request.customHostAlias;
|
|
43976
43888
|
}
|
|
43977
43889
|
|
|
43890
|
+
if (!Util.isUnset(request.customImageNetworkType)) {
|
|
43891
|
+
query["CustomImageNetworkType"] = request.customImageNetworkType;
|
|
43892
|
+
}
|
|
43893
|
+
|
|
43978
43894
|
if (!Util.isUnset(request.deploy)) {
|
|
43979
43895
|
query["Deploy"] = request.deploy;
|
|
43980
43896
|
}
|
|
@@ -44224,12 +44140,7 @@ export default class Client extends OpenApi {
|
|
|
44224
44140
|
reqBodyType: "formData",
|
|
44225
44141
|
bodyType: "json",
|
|
44226
44142
|
});
|
|
44227
|
-
|
|
44228
|
-
return $tea.cast<DeployApplicationResponse>(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
|
|
44229
|
-
} else {
|
|
44230
|
-
return $tea.cast<DeployApplicationResponse>(await this.execute(params, req, runtime), new DeployApplicationResponse({}));
|
|
44231
|
-
}
|
|
44232
|
-
|
|
44143
|
+
return $tea.cast<DeployApplicationResponse>(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
|
|
44233
44144
|
}
|
|
44234
44145
|
|
|
44235
44146
|
/**
|
|
@@ -44298,12 +44209,7 @@ export default class Client extends OpenApi {
|
|
|
44298
44209
|
reqBodyType: "json",
|
|
44299
44210
|
bodyType: "json",
|
|
44300
44211
|
});
|
|
44301
|
-
|
|
44302
|
-
return $tea.cast<DescribeAppServiceDetailResponse>(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
|
|
44303
|
-
} else {
|
|
44304
|
-
return $tea.cast<DescribeAppServiceDetailResponse>(await this.execute(params, req, runtime), new DescribeAppServiceDetailResponse({}));
|
|
44305
|
-
}
|
|
44306
|
-
|
|
44212
|
+
return $tea.cast<DescribeAppServiceDetailResponse>(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
|
|
44307
44213
|
}
|
|
44308
44214
|
|
|
44309
44215
|
/**
|
|
@@ -44352,12 +44258,7 @@ export default class Client extends OpenApi {
|
|
|
44352
44258
|
reqBodyType: "json",
|
|
44353
44259
|
bodyType: "json",
|
|
44354
44260
|
});
|
|
44355
|
-
|
|
44356
|
-
return $tea.cast<DescribeApplicationConfigResponse>(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
|
|
44357
|
-
} else {
|
|
44358
|
-
return $tea.cast<DescribeApplicationConfigResponse>(await this.execute(params, req, runtime), new DescribeApplicationConfigResponse({}));
|
|
44359
|
-
}
|
|
44360
|
-
|
|
44261
|
+
return $tea.cast<DescribeApplicationConfigResponse>(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
|
|
44361
44262
|
}
|
|
44362
44263
|
|
|
44363
44264
|
/**
|
|
@@ -44408,12 +44309,7 @@ export default class Client extends OpenApi {
|
|
|
44408
44309
|
reqBodyType: "json",
|
|
44409
44310
|
bodyType: "json",
|
|
44410
44311
|
});
|
|
44411
|
-
|
|
44412
|
-
return $tea.cast<DescribeApplicationGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
|
|
44413
|
-
} else {
|
|
44414
|
-
return $tea.cast<DescribeApplicationGroupsResponse>(await this.execute(params, req, runtime), new DescribeApplicationGroupsResponse({}));
|
|
44415
|
-
}
|
|
44416
|
-
|
|
44312
|
+
return $tea.cast<DescribeApplicationGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
|
|
44417
44313
|
}
|
|
44418
44314
|
|
|
44419
44315
|
/**
|
|
@@ -44460,12 +44356,7 @@ export default class Client extends OpenApi {
|
|
|
44460
44356
|
reqBodyType: "json",
|
|
44461
44357
|
bodyType: "json",
|
|
44462
44358
|
});
|
|
44463
|
-
|
|
44464
|
-
return $tea.cast<DescribeApplicationImageResponse>(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
|
|
44465
|
-
} else {
|
|
44466
|
-
return $tea.cast<DescribeApplicationImageResponse>(await this.execute(params, req, runtime), new DescribeApplicationImageResponse({}));
|
|
44467
|
-
}
|
|
44468
|
-
|
|
44359
|
+
return $tea.cast<DescribeApplicationImageResponse>(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
|
|
44469
44360
|
}
|
|
44470
44361
|
|
|
44471
44362
|
/**
|
|
@@ -44503,6 +44394,10 @@ export default class Client extends OpenApi {
|
|
|
44503
44394
|
query["GroupId"] = request.groupId;
|
|
44504
44395
|
}
|
|
44505
44396
|
|
|
44397
|
+
if (!Util.isUnset(request.instanceId)) {
|
|
44398
|
+
query["InstanceId"] = request.instanceId;
|
|
44399
|
+
}
|
|
44400
|
+
|
|
44506
44401
|
if (!Util.isUnset(request.pageSize)) {
|
|
44507
44402
|
query["PageSize"] = request.pageSize;
|
|
44508
44403
|
}
|
|
@@ -44526,12 +44421,7 @@ export default class Client extends OpenApi {
|
|
|
44526
44421
|
reqBodyType: "json",
|
|
44527
44422
|
bodyType: "json",
|
|
44528
44423
|
});
|
|
44529
|
-
|
|
44530
|
-
return $tea.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
|
|
44531
|
-
} else {
|
|
44532
|
-
return $tea.cast<DescribeApplicationInstancesResponse>(await this.execute(params, req, runtime), new DescribeApplicationInstancesResponse({}));
|
|
44533
|
-
}
|
|
44534
|
-
|
|
44424
|
+
return $tea.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
|
|
44535
44425
|
}
|
|
44536
44426
|
|
|
44537
44427
|
/**
|
|
@@ -44580,12 +44470,7 @@ export default class Client extends OpenApi {
|
|
|
44580
44470
|
reqBodyType: "json",
|
|
44581
44471
|
bodyType: "json",
|
|
44582
44472
|
});
|
|
44583
|
-
|
|
44584
|
-
return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
|
|
44585
|
-
} else {
|
|
44586
|
-
return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
|
|
44587
|
-
}
|
|
44588
|
-
|
|
44473
|
+
return $tea.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
|
|
44589
44474
|
}
|
|
44590
44475
|
|
|
44591
44476
|
/**
|
|
@@ -44630,12 +44515,7 @@ export default class Client extends OpenApi {
|
|
|
44630
44515
|
reqBodyType: "json",
|
|
44631
44516
|
bodyType: "json",
|
|
44632
44517
|
});
|
|
44633
|
-
|
|
44634
|
-
return $tea.cast<DescribeApplicationScalingRulesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
|
|
44635
|
-
} else {
|
|
44636
|
-
return $tea.cast<DescribeApplicationScalingRulesResponse>(await this.execute(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
|
|
44637
|
-
}
|
|
44638
|
-
|
|
44518
|
+
return $tea.cast<DescribeApplicationScalingRulesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
|
|
44639
44519
|
}
|
|
44640
44520
|
|
|
44641
44521
|
/**
|
|
@@ -44680,12 +44560,7 @@ export default class Client extends OpenApi {
|
|
|
44680
44560
|
reqBodyType: "json",
|
|
44681
44561
|
bodyType: "json",
|
|
44682
44562
|
});
|
|
44683
|
-
|
|
44684
|
-
return $tea.cast<DescribeApplicationSlbsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
|
|
44685
|
-
} else {
|
|
44686
|
-
return $tea.cast<DescribeApplicationSlbsResponse>(await this.execute(params, req, runtime), new DescribeApplicationSlbsResponse({}));
|
|
44687
|
-
}
|
|
44688
|
-
|
|
44563
|
+
return $tea.cast<DescribeApplicationSlbsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
|
|
44689
44564
|
}
|
|
44690
44565
|
|
|
44691
44566
|
/**
|
|
@@ -44728,12 +44603,7 @@ export default class Client extends OpenApi {
|
|
|
44728
44603
|
reqBodyType: "json",
|
|
44729
44604
|
bodyType: "json",
|
|
44730
44605
|
});
|
|
44731
|
-
|
|
44732
|
-
return $tea.cast<DescribeApplicationStatusResponse>(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
|
|
44733
|
-
} else {
|
|
44734
|
-
return $tea.cast<DescribeApplicationStatusResponse>(await this.execute(params, req, runtime), new DescribeApplicationStatusResponse({}));
|
|
44735
|
-
}
|
|
44736
|
-
|
|
44606
|
+
return $tea.cast<DescribeApplicationStatusResponse>(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
|
|
44737
44607
|
}
|
|
44738
44608
|
|
|
44739
44609
|
/**
|
|
@@ -44774,12 +44644,7 @@ export default class Client extends OpenApi {
|
|
|
44774
44644
|
reqBodyType: "json",
|
|
44775
44645
|
bodyType: "json",
|
|
44776
44646
|
});
|
|
44777
|
-
|
|
44778
|
-
return $tea.cast<DescribeChangeOrderResponse>(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
|
|
44779
|
-
} else {
|
|
44780
|
-
return $tea.cast<DescribeChangeOrderResponse>(await this.execute(params, req, runtime), new DescribeChangeOrderResponse({}));
|
|
44781
|
-
}
|
|
44782
|
-
|
|
44647
|
+
return $tea.cast<DescribeChangeOrderResponse>(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
|
|
44783
44648
|
}
|
|
44784
44649
|
|
|
44785
44650
|
/**
|
|
@@ -44824,12 +44689,7 @@ export default class Client extends OpenApi {
|
|
|
44824
44689
|
reqBodyType: "json",
|
|
44825
44690
|
bodyType: "json",
|
|
44826
44691
|
});
|
|
44827
|
-
|
|
44828
|
-
return $tea.cast<DescribeComponentsResponse>(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
|
|
44829
|
-
} else {
|
|
44830
|
-
return $tea.cast<DescribeComponentsResponse>(await this.execute(params, req, runtime), new DescribeComponentsResponse({}));
|
|
44831
|
-
}
|
|
44832
|
-
|
|
44692
|
+
return $tea.cast<DescribeComponentsResponse>(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
|
|
44833
44693
|
}
|
|
44834
44694
|
|
|
44835
44695
|
/**
|
|
@@ -44870,12 +44730,7 @@ export default class Client extends OpenApi {
|
|
|
44870
44730
|
reqBodyType: "json",
|
|
44871
44731
|
bodyType: "json",
|
|
44872
44732
|
});
|
|
44873
|
-
|
|
44874
|
-
return $tea.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
|
|
44875
|
-
} else {
|
|
44876
|
-
return $tea.cast<DescribeConfigMapResponse>(await this.execute(params, req, runtime), new DescribeConfigMapResponse({}));
|
|
44877
|
-
}
|
|
44878
|
-
|
|
44733
|
+
return $tea.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
|
|
44879
44734
|
}
|
|
44880
44735
|
|
|
44881
44736
|
/**
|
|
@@ -44924,12 +44779,7 @@ export default class Client extends OpenApi {
|
|
|
44924
44779
|
reqBodyType: "json",
|
|
44925
44780
|
bodyType: "json",
|
|
44926
44781
|
});
|
|
44927
|
-
|
|
44928
|
-
return $tea.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
|
|
44929
|
-
} else {
|
|
44930
|
-
return $tea.cast<DescribeConfigurationPriceResponse>(await this.execute(params, req, runtime), new DescribeConfigurationPriceResponse({}));
|
|
44931
|
-
}
|
|
44932
|
-
|
|
44782
|
+
return $tea.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
|
|
44933
44783
|
}
|
|
44934
44784
|
|
|
44935
44785
|
/**
|
|
@@ -44962,12 +44812,7 @@ export default class Client extends OpenApi {
|
|
|
44962
44812
|
reqBodyType: "json",
|
|
44963
44813
|
bodyType: "json",
|
|
44964
44814
|
});
|
|
44965
|
-
|
|
44966
|
-
return $tea.cast<DescribeEdasContainersResponse>(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
|
|
44967
|
-
} else {
|
|
44968
|
-
return $tea.cast<DescribeEdasContainersResponse>(await this.execute(params, req, runtime), new DescribeEdasContainersResponse({}));
|
|
44969
|
-
}
|
|
44970
|
-
|
|
44815
|
+
return $tea.cast<DescribeEdasContainersResponse>(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
|
|
44971
44816
|
}
|
|
44972
44817
|
|
|
44973
44818
|
/**
|
|
@@ -45009,12 +44854,7 @@ export default class Client extends OpenApi {
|
|
|
45009
44854
|
reqBodyType: "json",
|
|
45010
44855
|
bodyType: "json",
|
|
45011
44856
|
});
|
|
45012
|
-
|
|
45013
|
-
return $tea.cast<DescribeGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
|
|
45014
|
-
} else {
|
|
45015
|
-
return $tea.cast<DescribeGreyTagRouteResponse>(await this.execute(params, req, runtime), new DescribeGreyTagRouteResponse({}));
|
|
45016
|
-
}
|
|
45017
|
-
|
|
44857
|
+
return $tea.cast<DescribeGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
|
|
45018
44858
|
}
|
|
45019
44859
|
|
|
45020
44860
|
/**
|
|
@@ -45057,12 +44897,7 @@ export default class Client extends OpenApi {
|
|
|
45057
44897
|
reqBodyType: "json",
|
|
45058
44898
|
bodyType: "json",
|
|
45059
44899
|
});
|
|
45060
|
-
|
|
45061
|
-
return $tea.cast<DescribeIngressResponse>(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
|
|
45062
|
-
} else {
|
|
45063
|
-
return $tea.cast<DescribeIngressResponse>(await this.execute(params, req, runtime), new DescribeIngressResponse({}));
|
|
45064
|
-
}
|
|
45065
|
-
|
|
44900
|
+
return $tea.cast<DescribeIngressResponse>(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
|
|
45066
44901
|
}
|
|
45067
44902
|
|
|
45068
44903
|
/**
|
|
@@ -45107,12 +44942,7 @@ export default class Client extends OpenApi {
|
|
|
45107
44942
|
reqBodyType: "json",
|
|
45108
44943
|
bodyType: "json",
|
|
45109
44944
|
});
|
|
45110
|
-
|
|
45111
|
-
return $tea.cast<DescribeInstanceLogResponse>(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
|
|
45112
|
-
} else {
|
|
45113
|
-
return $tea.cast<DescribeInstanceLogResponse>(await this.execute(params, req, runtime), new DescribeInstanceLogResponse({}));
|
|
45114
|
-
}
|
|
45115
|
-
|
|
44945
|
+
return $tea.cast<DescribeInstanceLogResponse>(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
|
|
45116
44946
|
}
|
|
45117
44947
|
|
|
45118
44948
|
/**
|
|
@@ -45145,12 +44975,7 @@ export default class Client extends OpenApi {
|
|
|
45145
44975
|
reqBodyType: "json",
|
|
45146
44976
|
bodyType: "json",
|
|
45147
44977
|
});
|
|
45148
|
-
|
|
45149
|
-
return $tea.cast<DescribeInstanceSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
|
|
45150
|
-
} else {
|
|
45151
|
-
return $tea.cast<DescribeInstanceSpecificationsResponse>(await this.execute(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
|
|
45152
|
-
}
|
|
45153
|
-
|
|
44978
|
+
return $tea.cast<DescribeInstanceSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
|
|
45154
44979
|
}
|
|
45155
44980
|
|
|
45156
44981
|
/**
|
|
@@ -45196,12 +45021,7 @@ export default class Client extends OpenApi {
|
|
|
45196
45021
|
reqBodyType: "json",
|
|
45197
45022
|
bodyType: "json",
|
|
45198
45023
|
});
|
|
45199
|
-
|
|
45200
|
-
return $tea.cast<DescribeJobResponse>(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
|
|
45201
|
-
} else {
|
|
45202
|
-
return $tea.cast<DescribeJobResponse>(await this.execute(params, req, runtime), new DescribeJobResponse({}));
|
|
45203
|
-
}
|
|
45204
|
-
|
|
45024
|
+
return $tea.cast<DescribeJobResponse>(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
|
|
45205
45025
|
}
|
|
45206
45026
|
|
|
45207
45027
|
/**
|
|
@@ -45258,12 +45078,7 @@ export default class Client extends OpenApi {
|
|
|
45258
45078
|
reqBodyType: "json",
|
|
45259
45079
|
bodyType: "json",
|
|
45260
45080
|
});
|
|
45261
|
-
|
|
45262
|
-
return $tea.cast<DescribeJobHistoryResponse>(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
|
|
45263
|
-
} else {
|
|
45264
|
-
return $tea.cast<DescribeJobHistoryResponse>(await this.execute(params, req, runtime), new DescribeJobHistoryResponse({}));
|
|
45265
|
-
}
|
|
45266
|
-
|
|
45081
|
+
return $tea.cast<DescribeJobHistoryResponse>(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
|
|
45267
45082
|
}
|
|
45268
45083
|
|
|
45269
45084
|
/**
|
|
@@ -45312,12 +45127,7 @@ export default class Client extends OpenApi {
|
|
|
45312
45127
|
reqBodyType: "json",
|
|
45313
45128
|
bodyType: "json",
|
|
45314
45129
|
});
|
|
45315
|
-
|
|
45316
|
-
return $tea.cast<DescribeJobStatusResponse>(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
|
|
45317
|
-
} else {
|
|
45318
|
-
return $tea.cast<DescribeJobStatusResponse>(await this.execute(params, req, runtime), new DescribeJobStatusResponse({}));
|
|
45319
|
-
}
|
|
45320
|
-
|
|
45130
|
+
return $tea.cast<DescribeJobStatusResponse>(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
|
|
45321
45131
|
}
|
|
45322
45132
|
|
|
45323
45133
|
/**
|
|
@@ -45366,12 +45176,7 @@ export default class Client extends OpenApi {
|
|
|
45366
45176
|
reqBodyType: "json",
|
|
45367
45177
|
bodyType: "json",
|
|
45368
45178
|
});
|
|
45369
|
-
|
|
45370
|
-
return $tea.cast<DescribeNamespaceResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
|
|
45371
|
-
} else {
|
|
45372
|
-
return $tea.cast<DescribeNamespaceResponse>(await this.execute(params, req, runtime), new DescribeNamespaceResponse({}));
|
|
45373
|
-
}
|
|
45374
|
-
|
|
45179
|
+
return $tea.cast<DescribeNamespaceResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
|
|
45375
45180
|
}
|
|
45376
45181
|
|
|
45377
45182
|
/**
|
|
@@ -45420,12 +45225,7 @@ export default class Client extends OpenApi {
|
|
|
45420
45225
|
reqBodyType: "json",
|
|
45421
45226
|
bodyType: "json",
|
|
45422
45227
|
});
|
|
45423
|
-
|
|
45424
|
-
return $tea.cast<DescribeNamespaceListResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
|
|
45425
|
-
} else {
|
|
45426
|
-
return $tea.cast<DescribeNamespaceListResponse>(await this.execute(params, req, runtime), new DescribeNamespaceListResponse({}));
|
|
45427
|
-
}
|
|
45428
|
-
|
|
45228
|
+
return $tea.cast<DescribeNamespaceListResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
|
|
45429
45229
|
}
|
|
45430
45230
|
|
|
45431
45231
|
/**
|
|
@@ -45472,12 +45272,7 @@ export default class Client extends OpenApi {
|
|
|
45472
45272
|
reqBodyType: "json",
|
|
45473
45273
|
bodyType: "json",
|
|
45474
45274
|
});
|
|
45475
|
-
|
|
45476
|
-
return $tea.cast<DescribeNamespaceResourcesResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
|
|
45477
|
-
} else {
|
|
45478
|
-
return $tea.cast<DescribeNamespaceResourcesResponse>(await this.execute(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
|
|
45479
|
-
}
|
|
45480
|
-
|
|
45275
|
+
return $tea.cast<DescribeNamespaceResourcesResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
|
|
45481
45276
|
}
|
|
45482
45277
|
|
|
45483
45278
|
/**
|
|
@@ -45524,12 +45319,7 @@ export default class Client extends OpenApi {
|
|
|
45524
45319
|
reqBodyType: "json",
|
|
45525
45320
|
bodyType: "json",
|
|
45526
45321
|
});
|
|
45527
|
-
|
|
45528
|
-
return $tea.cast<DescribeNamespacesResponse>(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
|
|
45529
|
-
} else {
|
|
45530
|
-
return $tea.cast<DescribeNamespacesResponse>(await this.execute(params, req, runtime), new DescribeNamespacesResponse({}));
|
|
45531
|
-
}
|
|
45532
|
-
|
|
45322
|
+
return $tea.cast<DescribeNamespacesResponse>(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
|
|
45533
45323
|
}
|
|
45534
45324
|
|
|
45535
45325
|
/**
|
|
@@ -45574,12 +45364,7 @@ export default class Client extends OpenApi {
|
|
|
45574
45364
|
reqBodyType: "json",
|
|
45575
45365
|
bodyType: "json",
|
|
45576
45366
|
});
|
|
45577
|
-
|
|
45578
|
-
return $tea.cast<DescribePipelineResponse>(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
|
|
45579
|
-
} else {
|
|
45580
|
-
return $tea.cast<DescribePipelineResponse>(await this.execute(params, req, runtime), new DescribePipelineResponse({}));
|
|
45581
|
-
}
|
|
45582
|
-
|
|
45367
|
+
return $tea.cast<DescribePipelineResponse>(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
|
|
45583
45368
|
}
|
|
45584
45369
|
|
|
45585
45370
|
/**
|
|
@@ -45616,12 +45401,7 @@ export default class Client extends OpenApi {
|
|
|
45616
45401
|
reqBodyType: "json",
|
|
45617
45402
|
bodyType: "json",
|
|
45618
45403
|
});
|
|
45619
|
-
|
|
45620
|
-
return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
45621
|
-
} else {
|
|
45622
|
-
return $tea.cast<DescribeRegionsResponse>(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
|
|
45623
|
-
}
|
|
45624
|
-
|
|
45404
|
+
return $tea.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
45625
45405
|
}
|
|
45626
45406
|
|
|
45627
45407
|
/**
|
|
@@ -45668,12 +45448,7 @@ export default class Client extends OpenApi {
|
|
|
45668
45448
|
reqBodyType: "json",
|
|
45669
45449
|
bodyType: "json",
|
|
45670
45450
|
});
|
|
45671
|
-
|
|
45672
|
-
return $tea.cast<DescribeSecretResponse>(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
|
|
45673
|
-
} else {
|
|
45674
|
-
return $tea.cast<DescribeSecretResponse>(await this.execute(params, req, runtime), new DescribeSecretResponse({}));
|
|
45675
|
-
}
|
|
45676
|
-
|
|
45451
|
+
return $tea.cast<DescribeSecretResponse>(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
|
|
45677
45452
|
}
|
|
45678
45453
|
|
|
45679
45454
|
/**
|
|
@@ -45718,12 +45493,7 @@ export default class Client extends OpenApi {
|
|
|
45718
45493
|
reqBodyType: "json",
|
|
45719
45494
|
bodyType: "json",
|
|
45720
45495
|
});
|
|
45721
|
-
|
|
45722
|
-
return $tea.cast<DescribeWebApplicationResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
|
|
45723
|
-
} else {
|
|
45724
|
-
return $tea.cast<DescribeWebApplicationResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationResponse({}));
|
|
45725
|
-
}
|
|
45726
|
-
|
|
45496
|
+
return $tea.cast<DescribeWebApplicationResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
|
|
45727
45497
|
}
|
|
45728
45498
|
|
|
45729
45499
|
/**
|
|
@@ -45780,12 +45550,7 @@ export default class Client extends OpenApi {
|
|
|
45780
45550
|
reqBodyType: "json",
|
|
45781
45551
|
bodyType: "json",
|
|
45782
45552
|
});
|
|
45783
|
-
|
|
45784
|
-
return $tea.cast<DescribeWebApplicationResourceStaticsResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
|
|
45785
|
-
} else {
|
|
45786
|
-
return $tea.cast<DescribeWebApplicationResourceStaticsResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
|
|
45787
|
-
}
|
|
45788
|
-
|
|
45553
|
+
return $tea.cast<DescribeWebApplicationResourceStaticsResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
|
|
45789
45554
|
}
|
|
45790
45555
|
|
|
45791
45556
|
/**
|
|
@@ -45830,12 +45595,7 @@ export default class Client extends OpenApi {
|
|
|
45830
45595
|
reqBodyType: "json",
|
|
45831
45596
|
bodyType: "json",
|
|
45832
45597
|
});
|
|
45833
|
-
|
|
45834
|
-
return $tea.cast<DescribeWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
|
|
45835
|
-
} else {
|
|
45836
|
-
return $tea.cast<DescribeWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
|
|
45837
|
-
}
|
|
45838
|
-
|
|
45598
|
+
return $tea.cast<DescribeWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
|
|
45839
45599
|
}
|
|
45840
45600
|
|
|
45841
45601
|
/**
|
|
@@ -45880,12 +45640,7 @@ export default class Client extends OpenApi {
|
|
|
45880
45640
|
reqBodyType: "json",
|
|
45881
45641
|
bodyType: "json",
|
|
45882
45642
|
});
|
|
45883
|
-
|
|
45884
|
-
return $tea.cast<DescribeWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
|
|
45885
|
-
} else {
|
|
45886
|
-
return $tea.cast<DescribeWebApplicationScalingConfigResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
|
|
45887
|
-
}
|
|
45888
|
-
|
|
45643
|
+
return $tea.cast<DescribeWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
|
|
45889
45644
|
}
|
|
45890
45645
|
|
|
45891
45646
|
/**
|
|
@@ -45930,12 +45685,7 @@ export default class Client extends OpenApi {
|
|
|
45930
45685
|
reqBodyType: "json",
|
|
45931
45686
|
bodyType: "json",
|
|
45932
45687
|
});
|
|
45933
|
-
|
|
45934
|
-
return $tea.cast<DescribeWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
|
|
45935
|
-
} else {
|
|
45936
|
-
return $tea.cast<DescribeWebApplicationTrafficConfigResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
|
|
45937
|
-
}
|
|
45938
|
-
|
|
45688
|
+
return $tea.cast<DescribeWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
|
|
45939
45689
|
}
|
|
45940
45690
|
|
|
45941
45691
|
/**
|
|
@@ -45980,12 +45730,7 @@ export default class Client extends OpenApi {
|
|
|
45980
45730
|
reqBodyType: "json",
|
|
45981
45731
|
bodyType: "json",
|
|
45982
45732
|
});
|
|
45983
|
-
|
|
45984
|
-
return $tea.cast<DescribeWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
|
|
45985
|
-
} else {
|
|
45986
|
-
return $tea.cast<DescribeWebCustomDomainResponse>(await this.execute(params, req, runtime), new DescribeWebCustomDomainResponse({}));
|
|
45987
|
-
}
|
|
45988
|
-
|
|
45733
|
+
return $tea.cast<DescribeWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
|
|
45989
45734
|
}
|
|
45990
45735
|
|
|
45991
45736
|
/**
|
|
@@ -46030,12 +45775,7 @@ export default class Client extends OpenApi {
|
|
|
46030
45775
|
reqBodyType: "json",
|
|
46031
45776
|
bodyType: "json",
|
|
46032
45777
|
});
|
|
46033
|
-
|
|
46034
|
-
return $tea.cast<DescribeWebInstanceLogsResponse>(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
|
|
46035
|
-
} else {
|
|
46036
|
-
return $tea.cast<DescribeWebInstanceLogsResponse>(await this.execute(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
|
|
46037
|
-
}
|
|
46038
|
-
|
|
45778
|
+
return $tea.cast<DescribeWebInstanceLogsResponse>(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
|
|
46039
45779
|
}
|
|
46040
45780
|
|
|
46041
45781
|
/**
|
|
@@ -46082,12 +45822,7 @@ export default class Client extends OpenApi {
|
|
|
46082
45822
|
reqBodyType: "json",
|
|
46083
45823
|
bodyType: "json",
|
|
46084
45824
|
});
|
|
46085
|
-
|
|
46086
|
-
return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
46087
|
-
} else {
|
|
46088
|
-
return $tea.cast<DisableApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
46089
|
-
}
|
|
46090
|
-
|
|
45825
|
+
return $tea.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
46091
45826
|
}
|
|
46092
45827
|
|
|
46093
45828
|
/**
|
|
@@ -46128,12 +45863,7 @@ export default class Client extends OpenApi {
|
|
|
46128
45863
|
reqBodyType: "json",
|
|
46129
45864
|
bodyType: "json",
|
|
46130
45865
|
});
|
|
46131
|
-
|
|
46132
|
-
return $tea.cast<DowngradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
|
|
46133
|
-
} else {
|
|
46134
|
-
return $tea.cast<DowngradeApplicationApmServiceResponse>(await this.execute(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
|
|
46135
|
-
}
|
|
46136
|
-
|
|
45866
|
+
return $tea.cast<DowngradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
|
|
46137
45867
|
}
|
|
46138
45868
|
|
|
46139
45869
|
/**
|
|
@@ -46180,12 +45910,7 @@ export default class Client extends OpenApi {
|
|
|
46180
45910
|
reqBodyType: "json",
|
|
46181
45911
|
bodyType: "json",
|
|
46182
45912
|
});
|
|
46183
|
-
|
|
46184
|
-
return $tea.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
46185
|
-
} else {
|
|
46186
|
-
return $tea.cast<EnableApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
46187
|
-
}
|
|
46188
|
-
|
|
45913
|
+
return $tea.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
46189
45914
|
}
|
|
46190
45915
|
|
|
46191
45916
|
/**
|
|
@@ -46264,12 +45989,7 @@ export default class Client extends OpenApi {
|
|
|
46264
45989
|
reqBodyType: "json",
|
|
46265
45990
|
bodyType: "json",
|
|
46266
45991
|
});
|
|
46267
|
-
|
|
46268
|
-
return $tea.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
|
|
46269
|
-
} else {
|
|
46270
|
-
return $tea.cast<ExecJobResponse>(await this.execute(params, req, runtime), new ExecJobResponse({}));
|
|
46271
|
-
}
|
|
46272
|
-
|
|
45992
|
+
return $tea.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
|
|
46273
45993
|
}
|
|
46274
45994
|
|
|
46275
45995
|
/**
|
|
@@ -46320,12 +46040,7 @@ export default class Client extends OpenApi {
|
|
|
46320
46040
|
reqBodyType: "json",
|
|
46321
46041
|
bodyType: "json",
|
|
46322
46042
|
});
|
|
46323
|
-
|
|
46324
|
-
return $tea.cast<GetApplicationResponse>(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
|
|
46325
|
-
} else {
|
|
46326
|
-
return $tea.cast<GetApplicationResponse>(await this.execute(params, req, runtime), new GetApplicationResponse({}));
|
|
46327
|
-
}
|
|
46328
|
-
|
|
46043
|
+
return $tea.cast<GetApplicationResponse>(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
|
|
46329
46044
|
}
|
|
46330
46045
|
|
|
46331
46046
|
/**
|
|
@@ -46394,12 +46109,7 @@ export default class Client extends OpenApi {
|
|
|
46394
46109
|
reqBodyType: "json",
|
|
46395
46110
|
bodyType: "json",
|
|
46396
46111
|
});
|
|
46397
|
-
|
|
46398
|
-
return $tea.cast<GetArmsTopNMetricResponse>(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
|
|
46399
|
-
} else {
|
|
46400
|
-
return $tea.cast<GetArmsTopNMetricResponse>(await this.execute(params, req, runtime), new GetArmsTopNMetricResponse({}));
|
|
46401
|
-
}
|
|
46402
|
-
|
|
46112
|
+
return $tea.cast<GetArmsTopNMetricResponse>(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
|
|
46403
46113
|
}
|
|
46404
46114
|
|
|
46405
46115
|
/**
|
|
@@ -46456,12 +46166,7 @@ export default class Client extends OpenApi {
|
|
|
46456
46166
|
reqBodyType: "json",
|
|
46457
46167
|
bodyType: "json",
|
|
46458
46168
|
});
|
|
46459
|
-
|
|
46460
|
-
return $tea.cast<GetAvailabilityMetricResponse>(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
|
|
46461
|
-
} else {
|
|
46462
|
-
return $tea.cast<GetAvailabilityMetricResponse>(await this.execute(params, req, runtime), new GetAvailabilityMetricResponse({}));
|
|
46463
|
-
}
|
|
46464
|
-
|
|
46169
|
+
return $tea.cast<GetAvailabilityMetricResponse>(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
|
|
46465
46170
|
}
|
|
46466
46171
|
|
|
46467
46172
|
/**
|
|
@@ -46526,12 +46231,7 @@ export default class Client extends OpenApi {
|
|
|
46526
46231
|
reqBodyType: "json",
|
|
46527
46232
|
bodyType: "json",
|
|
46528
46233
|
});
|
|
46529
|
-
|
|
46530
|
-
return $tea.cast<GetChangeOrderMetricResponse>(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
|
|
46531
|
-
} else {
|
|
46532
|
-
return $tea.cast<GetChangeOrderMetricResponse>(await this.execute(params, req, runtime), new GetChangeOrderMetricResponse({}));
|
|
46533
|
-
}
|
|
46534
|
-
|
|
46234
|
+
return $tea.cast<GetChangeOrderMetricResponse>(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
|
|
46535
46235
|
}
|
|
46536
46236
|
|
|
46537
46237
|
/**
|
|
@@ -46588,12 +46288,7 @@ export default class Client extends OpenApi {
|
|
|
46588
46288
|
reqBodyType: "json",
|
|
46589
46289
|
bodyType: "json",
|
|
46590
46290
|
});
|
|
46591
|
-
|
|
46592
|
-
return $tea.cast<GetScaleAppMetricResponse>(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
|
|
46593
|
-
} else {
|
|
46594
|
-
return $tea.cast<GetScaleAppMetricResponse>(await this.execute(params, req, runtime), new GetScaleAppMetricResponse({}));
|
|
46595
|
-
}
|
|
46596
|
-
|
|
46291
|
+
return $tea.cast<GetScaleAppMetricResponse>(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
|
|
46597
46292
|
}
|
|
46598
46293
|
|
|
46599
46294
|
/**
|
|
@@ -46658,12 +46353,7 @@ export default class Client extends OpenApi {
|
|
|
46658
46353
|
reqBodyType: "json",
|
|
46659
46354
|
bodyType: "json",
|
|
46660
46355
|
});
|
|
46661
|
-
|
|
46662
|
-
return $tea.cast<GetWarningEventMetricResponse>(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
|
|
46663
|
-
} else {
|
|
46664
|
-
return $tea.cast<GetWarningEventMetricResponse>(await this.execute(params, req, runtime), new GetWarningEventMetricResponse({}));
|
|
46665
|
-
}
|
|
46666
|
-
|
|
46356
|
+
return $tea.cast<GetWarningEventMetricResponse>(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
|
|
46667
46357
|
}
|
|
46668
46358
|
|
|
46669
46359
|
/**
|
|
@@ -46710,12 +46400,7 @@ export default class Client extends OpenApi {
|
|
|
46710
46400
|
reqBodyType: "json",
|
|
46711
46401
|
bodyType: "json",
|
|
46712
46402
|
});
|
|
46713
|
-
|
|
46714
|
-
return $tea.cast<GetWebshellTokenResponse>(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
|
|
46715
|
-
} else {
|
|
46716
|
-
return $tea.cast<GetWebshellTokenResponse>(await this.execute(params, req, runtime), new GetWebshellTokenResponse({}));
|
|
46717
|
-
}
|
|
46718
|
-
|
|
46403
|
+
return $tea.cast<GetWebshellTokenResponse>(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
|
|
46719
46404
|
}
|
|
46720
46405
|
|
|
46721
46406
|
/**
|
|
@@ -46786,12 +46471,7 @@ export default class Client extends OpenApi {
|
|
|
46786
46471
|
reqBodyType: "json",
|
|
46787
46472
|
bodyType: "json",
|
|
46788
46473
|
});
|
|
46789
|
-
|
|
46790
|
-
return $tea.cast<ListAppEventsResponse>(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
|
|
46791
|
-
} else {
|
|
46792
|
-
return $tea.cast<ListAppEventsResponse>(await this.execute(params, req, runtime), new ListAppEventsResponse({}));
|
|
46793
|
-
}
|
|
46794
|
-
|
|
46474
|
+
return $tea.cast<ListAppEventsResponse>(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
|
|
46795
46475
|
}
|
|
46796
46476
|
|
|
46797
46477
|
/**
|
|
@@ -46848,12 +46528,7 @@ export default class Client extends OpenApi {
|
|
|
46848
46528
|
reqBodyType: "json",
|
|
46849
46529
|
bodyType: "json",
|
|
46850
46530
|
});
|
|
46851
|
-
|
|
46852
|
-
return $tea.cast<ListAppServicesPageResponse>(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
|
|
46853
|
-
} else {
|
|
46854
|
-
return $tea.cast<ListAppServicesPageResponse>(await this.execute(params, req, runtime), new ListAppServicesPageResponse({}));
|
|
46855
|
-
}
|
|
46856
|
-
|
|
46531
|
+
return $tea.cast<ListAppServicesPageResponse>(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
|
|
46857
46532
|
}
|
|
46858
46533
|
|
|
46859
46534
|
/**
|
|
@@ -46898,12 +46573,7 @@ export default class Client extends OpenApi {
|
|
|
46898
46573
|
reqBodyType: "json",
|
|
46899
46574
|
bodyType: "json",
|
|
46900
46575
|
});
|
|
46901
|
-
|
|
46902
|
-
return $tea.cast<ListAppVersionsResponse>(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
|
|
46903
|
-
} else {
|
|
46904
|
-
return $tea.cast<ListAppVersionsResponse>(await this.execute(params, req, runtime), new ListAppVersionsResponse({}));
|
|
46905
|
-
}
|
|
46906
|
-
|
|
46576
|
+
return $tea.cast<ListAppVersionsResponse>(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
|
|
46907
46577
|
}
|
|
46908
46578
|
|
|
46909
46579
|
/**
|
|
@@ -46984,12 +46654,7 @@ export default class Client extends OpenApi {
|
|
|
46984
46654
|
reqBodyType: "json",
|
|
46985
46655
|
bodyType: "json",
|
|
46986
46656
|
});
|
|
46987
|
-
|
|
46988
|
-
return $tea.cast<ListApplicationsResponse>(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
|
|
46989
|
-
} else {
|
|
46990
|
-
return $tea.cast<ListApplicationsResponse>(await this.execute(params, req, runtime), new ListApplicationsResponse({}));
|
|
46991
|
-
}
|
|
46992
|
-
|
|
46657
|
+
return $tea.cast<ListApplicationsResponse>(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
|
|
46993
46658
|
}
|
|
46994
46659
|
|
|
46995
46660
|
/**
|
|
@@ -47052,12 +46717,7 @@ export default class Client extends OpenApi {
|
|
|
47052
46717
|
reqBodyType: "json",
|
|
47053
46718
|
bodyType: "json",
|
|
47054
46719
|
});
|
|
47055
|
-
|
|
47056
|
-
return $tea.cast<ListChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
|
|
47057
|
-
} else {
|
|
47058
|
-
return $tea.cast<ListChangeOrdersResponse>(await this.execute(params, req, runtime), new ListChangeOrdersResponse({}));
|
|
47059
|
-
}
|
|
47060
|
-
|
|
46720
|
+
return $tea.cast<ListChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
|
|
47061
46721
|
}
|
|
47062
46722
|
|
|
47063
46723
|
/**
|
|
@@ -47100,12 +46760,7 @@ export default class Client extends OpenApi {
|
|
|
47100
46760
|
reqBodyType: "json",
|
|
47101
46761
|
bodyType: "json",
|
|
47102
46762
|
});
|
|
47103
|
-
|
|
47104
|
-
return $tea.cast<ListConsumedServicesResponse>(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
|
|
47105
|
-
} else {
|
|
47106
|
-
return $tea.cast<ListConsumedServicesResponse>(await this.execute(params, req, runtime), new ListConsumedServicesResponse({}));
|
|
47107
|
-
}
|
|
47108
|
-
|
|
46763
|
+
return $tea.cast<ListConsumedServicesResponse>(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
|
|
47109
46764
|
}
|
|
47110
46765
|
|
|
47111
46766
|
/**
|
|
@@ -47153,12 +46808,7 @@ export default class Client extends OpenApi {
|
|
|
47153
46808
|
reqBodyType: "json",
|
|
47154
46809
|
bodyType: "json",
|
|
47155
46810
|
});
|
|
47156
|
-
|
|
47157
|
-
return $tea.cast<ListGreyTagRouteResponse>(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
|
|
47158
|
-
} else {
|
|
47159
|
-
return $tea.cast<ListGreyTagRouteResponse>(await this.execute(params, req, runtime), new ListGreyTagRouteResponse({}));
|
|
47160
|
-
}
|
|
47161
|
-
|
|
46811
|
+
return $tea.cast<ListGreyTagRouteResponse>(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
|
|
47162
46812
|
}
|
|
47163
46813
|
|
|
47164
46814
|
/**
|
|
@@ -47212,12 +46862,7 @@ export default class Client extends OpenApi {
|
|
|
47212
46862
|
reqBodyType: "json",
|
|
47213
46863
|
bodyType: "json",
|
|
47214
46864
|
});
|
|
47215
|
-
|
|
47216
|
-
return $tea.cast<ListIngressesResponse>(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
|
|
47217
|
-
} else {
|
|
47218
|
-
return $tea.cast<ListIngressesResponse>(await this.execute(params, req, runtime), new ListIngressesResponse({}));
|
|
47219
|
-
}
|
|
47220
|
-
|
|
46865
|
+
return $tea.cast<ListIngressesResponse>(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
|
|
47221
46866
|
}
|
|
47222
46867
|
|
|
47223
46868
|
/**
|
|
@@ -47300,12 +46945,7 @@ export default class Client extends OpenApi {
|
|
|
47300
46945
|
reqBodyType: "json",
|
|
47301
46946
|
bodyType: "json",
|
|
47302
46947
|
});
|
|
47303
|
-
|
|
47304
|
-
return $tea.cast<ListJobsResponse>(await this.callApi(params, req, runtime), new ListJobsResponse({}));
|
|
47305
|
-
} else {
|
|
47306
|
-
return $tea.cast<ListJobsResponse>(await this.execute(params, req, runtime), new ListJobsResponse({}));
|
|
47307
|
-
}
|
|
47308
|
-
|
|
46948
|
+
return $tea.cast<ListJobsResponse>(await this.callApi(params, req, runtime), new ListJobsResponse({}));
|
|
47309
46949
|
}
|
|
47310
46950
|
|
|
47311
46951
|
/**
|
|
@@ -47358,12 +46998,7 @@ export default class Client extends OpenApi {
|
|
|
47358
46998
|
reqBodyType: "json",
|
|
47359
46999
|
bodyType: "json",
|
|
47360
47000
|
});
|
|
47361
|
-
|
|
47362
|
-
return $tea.cast<ListLogConfigsResponse>(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
|
|
47363
|
-
} else {
|
|
47364
|
-
return $tea.cast<ListLogConfigsResponse>(await this.execute(params, req, runtime), new ListLogConfigsResponse({}));
|
|
47365
|
-
}
|
|
47366
|
-
|
|
47001
|
+
return $tea.cast<ListLogConfigsResponse>(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
|
|
47367
47002
|
}
|
|
47368
47003
|
|
|
47369
47004
|
/**
|
|
@@ -47426,12 +47061,7 @@ export default class Client extends OpenApi {
|
|
|
47426
47061
|
reqBodyType: "json",
|
|
47427
47062
|
bodyType: "json",
|
|
47428
47063
|
});
|
|
47429
|
-
|
|
47430
|
-
return $tea.cast<ListNamespaceChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
|
|
47431
|
-
} else {
|
|
47432
|
-
return $tea.cast<ListNamespaceChangeOrdersResponse>(await this.execute(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
|
|
47433
|
-
}
|
|
47434
|
-
|
|
47064
|
+
return $tea.cast<ListNamespaceChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
|
|
47435
47065
|
}
|
|
47436
47066
|
|
|
47437
47067
|
/**
|
|
@@ -47474,12 +47104,7 @@ export default class Client extends OpenApi {
|
|
|
47474
47104
|
reqBodyType: "json",
|
|
47475
47105
|
bodyType: "json",
|
|
47476
47106
|
});
|
|
47477
|
-
|
|
47478
|
-
return $tea.cast<ListNamespacedConfigMapsResponse>(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
|
|
47479
|
-
} else {
|
|
47480
|
-
return $tea.cast<ListNamespacedConfigMapsResponse>(await this.execute(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
|
|
47481
|
-
}
|
|
47482
|
-
|
|
47107
|
+
return $tea.cast<ListNamespacedConfigMapsResponse>(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
|
|
47483
47108
|
}
|
|
47484
47109
|
|
|
47485
47110
|
/**
|
|
@@ -47524,12 +47149,7 @@ export default class Client extends OpenApi {
|
|
|
47524
47149
|
reqBodyType: "json",
|
|
47525
47150
|
bodyType: "json",
|
|
47526
47151
|
});
|
|
47527
|
-
|
|
47528
|
-
return $tea.cast<ListPublishedServicesResponse>(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
|
|
47529
|
-
} else {
|
|
47530
|
-
return $tea.cast<ListPublishedServicesResponse>(await this.execute(params, req, runtime), new ListPublishedServicesResponse({}));
|
|
47531
|
-
}
|
|
47532
|
-
|
|
47152
|
+
return $tea.cast<ListPublishedServicesResponse>(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
|
|
47533
47153
|
}
|
|
47534
47154
|
|
|
47535
47155
|
/**
|
|
@@ -47574,12 +47194,7 @@ export default class Client extends OpenApi {
|
|
|
47574
47194
|
reqBodyType: "json",
|
|
47575
47195
|
bodyType: "json",
|
|
47576
47196
|
});
|
|
47577
|
-
|
|
47578
|
-
return $tea.cast<ListSecretsResponse>(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
|
|
47579
|
-
} else {
|
|
47580
|
-
return $tea.cast<ListSecretsResponse>(await this.execute(params, req, runtime), new ListSecretsResponse({}));
|
|
47581
|
-
}
|
|
47582
|
-
|
|
47197
|
+
return $tea.cast<ListSecretsResponse>(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
|
|
47583
47198
|
}
|
|
47584
47199
|
|
|
47585
47200
|
/**
|
|
@@ -47640,12 +47255,7 @@ export default class Client extends OpenApi {
|
|
|
47640
47255
|
reqBodyType: "json",
|
|
47641
47256
|
bodyType: "json",
|
|
47642
47257
|
});
|
|
47643
|
-
|
|
47644
|
-
return $tea.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
47645
|
-
} else {
|
|
47646
|
-
return $tea.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
|
|
47647
|
-
}
|
|
47648
|
-
|
|
47258
|
+
return $tea.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
47649
47259
|
}
|
|
47650
47260
|
|
|
47651
47261
|
/**
|
|
@@ -47728,12 +47338,7 @@ export default class Client extends OpenApi {
|
|
|
47728
47338
|
reqBodyType: "json",
|
|
47729
47339
|
bodyType: "json",
|
|
47730
47340
|
});
|
|
47731
|
-
|
|
47732
|
-
return $tea.cast<ListWebApplicationInstancesResponse>(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
|
|
47733
|
-
} else {
|
|
47734
|
-
return $tea.cast<ListWebApplicationInstancesResponse>(await this.execute(params, req, runtime), new ListWebApplicationInstancesResponse({}));
|
|
47735
|
-
}
|
|
47736
|
-
|
|
47341
|
+
return $tea.cast<ListWebApplicationInstancesResponse>(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
|
|
47737
47342
|
}
|
|
47738
47343
|
|
|
47739
47344
|
/**
|
|
@@ -47786,12 +47391,7 @@ export default class Client extends OpenApi {
|
|
|
47786
47391
|
reqBodyType: "json",
|
|
47787
47392
|
bodyType: "json",
|
|
47788
47393
|
});
|
|
47789
|
-
|
|
47790
|
-
return $tea.cast<ListWebApplicationRevisionsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
|
|
47791
|
-
} else {
|
|
47792
|
-
return $tea.cast<ListWebApplicationRevisionsResponse>(await this.execute(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
|
|
47793
|
-
}
|
|
47794
|
-
|
|
47394
|
+
return $tea.cast<ListWebApplicationRevisionsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
|
|
47795
47395
|
}
|
|
47796
47396
|
|
|
47797
47397
|
/**
|
|
@@ -47848,12 +47448,7 @@ export default class Client extends OpenApi {
|
|
|
47848
47448
|
reqBodyType: "json",
|
|
47849
47449
|
bodyType: "json",
|
|
47850
47450
|
});
|
|
47851
|
-
|
|
47852
|
-
return $tea.cast<ListWebApplicationsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
|
|
47853
|
-
} else {
|
|
47854
|
-
return $tea.cast<ListWebApplicationsResponse>(await this.execute(params, req, runtime), new ListWebApplicationsResponse({}));
|
|
47855
|
-
}
|
|
47856
|
-
|
|
47451
|
+
return $tea.cast<ListWebApplicationsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
|
|
47857
47452
|
}
|
|
47858
47453
|
|
|
47859
47454
|
/**
|
|
@@ -47914,12 +47509,7 @@ export default class Client extends OpenApi {
|
|
|
47914
47509
|
reqBodyType: "json",
|
|
47915
47510
|
bodyType: "json",
|
|
47916
47511
|
});
|
|
47917
|
-
|
|
47918
|
-
return $tea.cast<ListWebCustomDomainsResponse>(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
|
|
47919
|
-
} else {
|
|
47920
|
-
return $tea.cast<ListWebCustomDomainsResponse>(await this.execute(params, req, runtime), new ListWebCustomDomainsResponse({}));
|
|
47921
|
-
}
|
|
47922
|
-
|
|
47512
|
+
return $tea.cast<ListWebCustomDomainsResponse>(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
|
|
47923
47513
|
}
|
|
47924
47514
|
|
|
47925
47515
|
/**
|
|
@@ -47959,12 +47549,7 @@ export default class Client extends OpenApi {
|
|
|
47959
47549
|
reqBodyType: "json",
|
|
47960
47550
|
bodyType: "json",
|
|
47961
47551
|
});
|
|
47962
|
-
|
|
47963
|
-
return $tea.cast<OpenSaeServiceResponse>(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
|
|
47964
|
-
} else {
|
|
47965
|
-
return $tea.cast<OpenSaeServiceResponse>(await this.execute(params, req, runtime), new OpenSaeServiceResponse({}));
|
|
47966
|
-
}
|
|
47967
|
-
|
|
47552
|
+
return $tea.cast<OpenSaeServiceResponse>(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
|
|
47968
47553
|
}
|
|
47969
47554
|
|
|
47970
47555
|
/**
|
|
@@ -48011,12 +47596,7 @@ export default class Client extends OpenApi {
|
|
|
48011
47596
|
reqBodyType: "json",
|
|
48012
47597
|
bodyType: "json",
|
|
48013
47598
|
});
|
|
48014
|
-
|
|
48015
|
-
return $tea.cast<PublishWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
|
|
48016
|
-
} else {
|
|
48017
|
-
return $tea.cast<PublishWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
|
|
48018
|
-
}
|
|
48019
|
-
|
|
47599
|
+
return $tea.cast<PublishWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
|
|
48020
47600
|
}
|
|
48021
47601
|
|
|
48022
47602
|
/**
|
|
@@ -48061,12 +47641,7 @@ export default class Client extends OpenApi {
|
|
|
48061
47641
|
reqBodyType: "json",
|
|
48062
47642
|
bodyType: "json",
|
|
48063
47643
|
});
|
|
48064
|
-
|
|
48065
|
-
return $tea.cast<QueryResourceStaticsResponse>(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
|
|
48066
|
-
} else {
|
|
48067
|
-
return $tea.cast<QueryResourceStaticsResponse>(await this.execute(params, req, runtime), new QueryResourceStaticsResponse({}));
|
|
48068
|
-
}
|
|
48069
|
-
|
|
47644
|
+
return $tea.cast<QueryResourceStaticsResponse>(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
|
|
48070
47645
|
}
|
|
48071
47646
|
|
|
48072
47647
|
/**
|
|
@@ -48115,12 +47690,7 @@ export default class Client extends OpenApi {
|
|
|
48115
47690
|
reqBodyType: "json",
|
|
48116
47691
|
bodyType: "json",
|
|
48117
47692
|
});
|
|
48118
|
-
|
|
48119
|
-
return $tea.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
48120
|
-
} else {
|
|
48121
|
-
return $tea.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.execute(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
48122
|
-
}
|
|
48123
|
-
|
|
47693
|
+
return $tea.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
48124
47694
|
}
|
|
48125
47695
|
|
|
48126
47696
|
/**
|
|
@@ -48181,12 +47751,7 @@ export default class Client extends OpenApi {
|
|
|
48181
47751
|
reqBodyType: "json",
|
|
48182
47752
|
bodyType: "json",
|
|
48183
47753
|
});
|
|
48184
|
-
|
|
48185
|
-
return $tea.cast<RescaleApplicationResponse>(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
|
|
48186
|
-
} else {
|
|
48187
|
-
return $tea.cast<RescaleApplicationResponse>(await this.execute(params, req, runtime), new RescaleApplicationResponse({}));
|
|
48188
|
-
}
|
|
48189
|
-
|
|
47754
|
+
return $tea.cast<RescaleApplicationResponse>(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
|
|
48190
47755
|
}
|
|
48191
47756
|
|
|
48192
47757
|
/**
|
|
@@ -48251,12 +47816,7 @@ export default class Client extends OpenApi {
|
|
|
48251
47816
|
reqBodyType: "json",
|
|
48252
47817
|
bodyType: "json",
|
|
48253
47818
|
});
|
|
48254
|
-
|
|
48255
|
-
return $tea.cast<RescaleApplicationVerticallyResponse>(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
|
|
48256
|
-
} else {
|
|
48257
|
-
return $tea.cast<RescaleApplicationVerticallyResponse>(await this.execute(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
|
|
48258
|
-
}
|
|
48259
|
-
|
|
47819
|
+
return $tea.cast<RescaleApplicationVerticallyResponse>(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
|
|
48260
47820
|
}
|
|
48261
47821
|
|
|
48262
47822
|
/**
|
|
@@ -48313,12 +47873,7 @@ export default class Client extends OpenApi {
|
|
|
48313
47873
|
reqBodyType: "json",
|
|
48314
47874
|
bodyType: "json",
|
|
48315
47875
|
});
|
|
48316
|
-
|
|
48317
|
-
return $tea.cast<RestartApplicationResponse>(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
|
|
48318
|
-
} else {
|
|
48319
|
-
return $tea.cast<RestartApplicationResponse>(await this.execute(params, req, runtime), new RestartApplicationResponse({}));
|
|
48320
|
-
}
|
|
48321
|
-
|
|
47876
|
+
return $tea.cast<RestartApplicationResponse>(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
|
|
48322
47877
|
}
|
|
48323
47878
|
|
|
48324
47879
|
/**
|
|
@@ -48367,12 +47922,7 @@ export default class Client extends OpenApi {
|
|
|
48367
47922
|
reqBodyType: "json",
|
|
48368
47923
|
bodyType: "json",
|
|
48369
47924
|
});
|
|
48370
|
-
|
|
48371
|
-
return $tea.cast<RestartInstancesResponse>(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
|
|
48372
|
-
} else {
|
|
48373
|
-
return $tea.cast<RestartInstancesResponse>(await this.execute(params, req, runtime), new RestartInstancesResponse({}));
|
|
48374
|
-
}
|
|
48375
|
-
|
|
47925
|
+
return $tea.cast<RestartInstancesResponse>(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
|
|
48376
47926
|
}
|
|
48377
47927
|
|
|
48378
47928
|
/**
|
|
@@ -48441,12 +47991,7 @@ export default class Client extends OpenApi {
|
|
|
48441
47991
|
reqBodyType: "json",
|
|
48442
47992
|
bodyType: "json",
|
|
48443
47993
|
});
|
|
48444
|
-
|
|
48445
|
-
return $tea.cast<RollbackApplicationResponse>(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
|
|
48446
|
-
} else {
|
|
48447
|
-
return $tea.cast<RollbackApplicationResponse>(await this.execute(params, req, runtime), new RollbackApplicationResponse({}));
|
|
48448
|
-
}
|
|
48449
|
-
|
|
47994
|
+
return $tea.cast<RollbackApplicationResponse>(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
|
|
48450
47995
|
}
|
|
48451
47996
|
|
|
48452
47997
|
/**
|
|
@@ -48491,12 +48036,7 @@ export default class Client extends OpenApi {
|
|
|
48491
48036
|
reqBodyType: "json",
|
|
48492
48037
|
bodyType: "json",
|
|
48493
48038
|
});
|
|
48494
|
-
|
|
48495
|
-
return $tea.cast<StartApplicationResponse>(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
|
|
48496
|
-
} else {
|
|
48497
|
-
return $tea.cast<StartApplicationResponse>(await this.execute(params, req, runtime), new StartApplicationResponse({}));
|
|
48498
|
-
}
|
|
48499
|
-
|
|
48039
|
+
return $tea.cast<StartApplicationResponse>(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
|
|
48500
48040
|
}
|
|
48501
48041
|
|
|
48502
48042
|
/**
|
|
@@ -48541,12 +48081,7 @@ export default class Client extends OpenApi {
|
|
|
48541
48081
|
reqBodyType: "json",
|
|
48542
48082
|
bodyType: "json",
|
|
48543
48083
|
});
|
|
48544
|
-
|
|
48545
|
-
return $tea.cast<StartWebApplicationResponse>(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
|
|
48546
|
-
} else {
|
|
48547
|
-
return $tea.cast<StartWebApplicationResponse>(await this.execute(params, req, runtime), new StartWebApplicationResponse({}));
|
|
48548
|
-
}
|
|
48549
|
-
|
|
48084
|
+
return $tea.cast<StartWebApplicationResponse>(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
|
|
48550
48085
|
}
|
|
48551
48086
|
|
|
48552
48087
|
/**
|
|
@@ -48591,12 +48126,7 @@ export default class Client extends OpenApi {
|
|
|
48591
48126
|
reqBodyType: "json",
|
|
48592
48127
|
bodyType: "json",
|
|
48593
48128
|
});
|
|
48594
|
-
|
|
48595
|
-
return $tea.cast<StopApplicationResponse>(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
|
|
48596
|
-
} else {
|
|
48597
|
-
return $tea.cast<StopApplicationResponse>(await this.execute(params, req, runtime), new StopApplicationResponse({}));
|
|
48598
|
-
}
|
|
48599
|
-
|
|
48129
|
+
return $tea.cast<StopApplicationResponse>(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
|
|
48600
48130
|
}
|
|
48601
48131
|
|
|
48602
48132
|
/**
|
|
@@ -48641,12 +48171,7 @@ export default class Client extends OpenApi {
|
|
|
48641
48171
|
reqBodyType: "json",
|
|
48642
48172
|
bodyType: "json",
|
|
48643
48173
|
});
|
|
48644
|
-
|
|
48645
|
-
return $tea.cast<StopWebApplicationResponse>(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
|
|
48646
|
-
} else {
|
|
48647
|
-
return $tea.cast<StopWebApplicationResponse>(await this.execute(params, req, runtime), new StopWebApplicationResponse({}));
|
|
48648
|
-
}
|
|
48649
|
-
|
|
48174
|
+
return $tea.cast<StopWebApplicationResponse>(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
|
|
48650
48175
|
}
|
|
48651
48176
|
|
|
48652
48177
|
/**
|
|
@@ -48695,12 +48220,7 @@ export default class Client extends OpenApi {
|
|
|
48695
48220
|
reqBodyType: "json",
|
|
48696
48221
|
bodyType: "json",
|
|
48697
48222
|
});
|
|
48698
|
-
|
|
48699
|
-
return $tea.cast<SuspendJobResponse>(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
|
|
48700
|
-
} else {
|
|
48701
|
-
return $tea.cast<SuspendJobResponse>(await this.execute(params, req, runtime), new SuspendJobResponse({}));
|
|
48702
|
-
}
|
|
48703
|
-
|
|
48223
|
+
return $tea.cast<SuspendJobResponse>(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
|
|
48704
48224
|
}
|
|
48705
48225
|
|
|
48706
48226
|
/**
|
|
@@ -48757,12 +48277,7 @@ export default class Client extends OpenApi {
|
|
|
48757
48277
|
reqBodyType: "formData",
|
|
48758
48278
|
bodyType: "json",
|
|
48759
48279
|
});
|
|
48760
|
-
|
|
48761
|
-
return $tea.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
48762
|
-
} else {
|
|
48763
|
-
return $tea.cast<TagResourcesResponse>(await this.execute(params, req, runtime), new TagResourcesResponse({}));
|
|
48764
|
-
}
|
|
48765
|
-
|
|
48280
|
+
return $tea.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
48766
48281
|
}
|
|
48767
48282
|
|
|
48768
48283
|
/**
|
|
@@ -48815,12 +48330,7 @@ export default class Client extends OpenApi {
|
|
|
48815
48330
|
reqBodyType: "json",
|
|
48816
48331
|
bodyType: "json",
|
|
48817
48332
|
});
|
|
48818
|
-
|
|
48819
|
-
return $tea.cast<UnbindSlbResponse>(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
|
|
48820
|
-
} else {
|
|
48821
|
-
return $tea.cast<UnbindSlbResponse>(await this.execute(params, req, runtime), new UnbindSlbResponse({}));
|
|
48822
|
-
}
|
|
48823
|
-
|
|
48333
|
+
return $tea.cast<UnbindSlbResponse>(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
|
|
48824
48334
|
}
|
|
48825
48335
|
|
|
48826
48336
|
/**
|
|
@@ -48879,12 +48389,7 @@ export default class Client extends OpenApi {
|
|
|
48879
48389
|
reqBodyType: "json",
|
|
48880
48390
|
bodyType: "json",
|
|
48881
48391
|
});
|
|
48882
|
-
|
|
48883
|
-
return $tea.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
48884
|
-
} else {
|
|
48885
|
-
return $tea.cast<UntagResourcesResponse>(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
|
|
48886
|
-
}
|
|
48887
|
-
|
|
48392
|
+
return $tea.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
48888
48393
|
}
|
|
48889
48394
|
|
|
48890
48395
|
/**
|
|
@@ -48931,12 +48436,7 @@ export default class Client extends OpenApi {
|
|
|
48931
48436
|
reqBodyType: "json",
|
|
48932
48437
|
bodyType: "json",
|
|
48933
48438
|
});
|
|
48934
|
-
|
|
48935
|
-
return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
48936
|
-
} else {
|
|
48937
|
-
return $tea.cast<UpdateAppSecurityGroupResponse>(await this.execute(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
48938
|
-
}
|
|
48939
|
-
|
|
48439
|
+
return $tea.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
48940
48440
|
}
|
|
48941
48441
|
|
|
48942
48442
|
/**
|
|
@@ -48985,12 +48485,7 @@ export default class Client extends OpenApi {
|
|
|
48985
48485
|
reqBodyType: "json",
|
|
48986
48486
|
bodyType: "json",
|
|
48987
48487
|
});
|
|
48988
|
-
|
|
48989
|
-
return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
48990
|
-
} else {
|
|
48991
|
-
return $tea.cast<UpdateApplicationDescriptionResponse>(await this.execute(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
48992
|
-
}
|
|
48993
|
-
|
|
48488
|
+
return $tea.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
48994
48489
|
}
|
|
48995
48490
|
|
|
48996
48491
|
/**
|
|
@@ -49063,12 +48558,7 @@ export default class Client extends OpenApi {
|
|
|
49063
48558
|
reqBodyType: "json",
|
|
49064
48559
|
bodyType: "json",
|
|
49065
48560
|
});
|
|
49066
|
-
|
|
49067
|
-
return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
49068
|
-
} else {
|
|
49069
|
-
return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
49070
|
-
}
|
|
49071
|
-
|
|
48561
|
+
return $tea.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
49072
48562
|
}
|
|
49073
48563
|
|
|
49074
48564
|
/**
|
|
@@ -49119,12 +48609,7 @@ export default class Client extends OpenApi {
|
|
|
49119
48609
|
reqBodyType: "json",
|
|
49120
48610
|
bodyType: "json",
|
|
49121
48611
|
});
|
|
49122
|
-
|
|
49123
|
-
return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
49124
|
-
} else {
|
|
49125
|
-
return $tea.cast<UpdateApplicationVswitchesResponse>(await this.execute(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
49126
|
-
}
|
|
49127
|
-
|
|
48612
|
+
return $tea.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
49128
48613
|
}
|
|
49129
48614
|
|
|
49130
48615
|
/**
|
|
@@ -49177,12 +48662,7 @@ export default class Client extends OpenApi {
|
|
|
49177
48662
|
reqBodyType: "json",
|
|
49178
48663
|
bodyType: "json",
|
|
49179
48664
|
});
|
|
49180
|
-
|
|
49181
|
-
return $tea.cast<UpdateConfigMapResponse>(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
|
|
49182
|
-
} else {
|
|
49183
|
-
return $tea.cast<UpdateConfigMapResponse>(await this.execute(params, req, runtime), new UpdateConfigMapResponse({}));
|
|
49184
|
-
}
|
|
49185
|
-
|
|
48665
|
+
return $tea.cast<UpdateConfigMapResponse>(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
|
|
49186
48666
|
}
|
|
49187
48667
|
|
|
49188
48668
|
/**
|
|
@@ -49243,12 +48723,7 @@ export default class Client extends OpenApi {
|
|
|
49243
48723
|
reqBodyType: "json",
|
|
49244
48724
|
bodyType: "json",
|
|
49245
48725
|
});
|
|
49246
|
-
|
|
49247
|
-
return $tea.cast<UpdateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
|
|
49248
|
-
} else {
|
|
49249
|
-
return $tea.cast<UpdateGreyTagRouteResponse>(await this.execute(params, req, runtime), new UpdateGreyTagRouteResponse({}));
|
|
49250
|
-
}
|
|
49251
|
-
|
|
48726
|
+
return $tea.cast<UpdateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
|
|
49252
48727
|
}
|
|
49253
48728
|
|
|
49254
48729
|
/**
|
|
@@ -49359,12 +48834,7 @@ export default class Client extends OpenApi {
|
|
|
49359
48834
|
reqBodyType: "formData",
|
|
49360
48835
|
bodyType: "json",
|
|
49361
48836
|
});
|
|
49362
|
-
|
|
49363
|
-
return $tea.cast<UpdateIngressResponse>(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
|
|
49364
|
-
} else {
|
|
49365
|
-
return $tea.cast<UpdateIngressResponse>(await this.execute(params, req, runtime), new UpdateIngressResponse({}));
|
|
49366
|
-
}
|
|
49367
|
-
|
|
48837
|
+
return $tea.cast<UpdateIngressResponse>(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
|
|
49368
48838
|
}
|
|
49369
48839
|
|
|
49370
48840
|
/**
|
|
@@ -49587,12 +49057,7 @@ export default class Client extends OpenApi {
|
|
|
49587
49057
|
reqBodyType: "formData",
|
|
49588
49058
|
bodyType: "json",
|
|
49589
49059
|
});
|
|
49590
|
-
|
|
49591
|
-
return $tea.cast<UpdateJobResponse>(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
|
|
49592
|
-
} else {
|
|
49593
|
-
return $tea.cast<UpdateJobResponse>(await this.execute(params, req, runtime), new UpdateJobResponse({}));
|
|
49594
|
-
}
|
|
49595
|
-
|
|
49060
|
+
return $tea.cast<UpdateJobResponse>(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
|
|
49596
49061
|
}
|
|
49597
49062
|
|
|
49598
49063
|
/**
|
|
@@ -49653,12 +49118,7 @@ export default class Client extends OpenApi {
|
|
|
49653
49118
|
reqBodyType: "json",
|
|
49654
49119
|
bodyType: "json",
|
|
49655
49120
|
});
|
|
49656
|
-
|
|
49657
|
-
return $tea.cast<UpdateNamespaceResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
|
|
49658
|
-
} else {
|
|
49659
|
-
return $tea.cast<UpdateNamespaceResponse>(await this.execute(params, req, runtime), new UpdateNamespaceResponse({}));
|
|
49660
|
-
}
|
|
49661
|
-
|
|
49121
|
+
return $tea.cast<UpdateNamespaceResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
|
|
49662
49122
|
}
|
|
49663
49123
|
|
|
49664
49124
|
/**
|
|
@@ -49711,12 +49171,7 @@ export default class Client extends OpenApi {
|
|
|
49711
49171
|
reqBodyType: "json",
|
|
49712
49172
|
bodyType: "json",
|
|
49713
49173
|
});
|
|
49714
|
-
|
|
49715
|
-
return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
49716
|
-
} else {
|
|
49717
|
-
return $tea.cast<UpdateNamespaceVpcResponse>(await this.execute(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
49718
|
-
}
|
|
49719
|
-
|
|
49174
|
+
return $tea.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
49720
49175
|
}
|
|
49721
49176
|
|
|
49722
49177
|
/**
|
|
@@ -49779,12 +49234,7 @@ export default class Client extends OpenApi {
|
|
|
49779
49234
|
reqBodyType: "json",
|
|
49780
49235
|
bodyType: "json",
|
|
49781
49236
|
});
|
|
49782
|
-
|
|
49783
|
-
return $tea.cast<UpdateSecretResponse>(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
|
|
49784
|
-
} else {
|
|
49785
|
-
return $tea.cast<UpdateSecretResponse>(await this.execute(params, req, runtime), new UpdateSecretResponse({}));
|
|
49786
|
-
}
|
|
49787
|
-
|
|
49237
|
+
return $tea.cast<UpdateSecretResponse>(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
|
|
49788
49238
|
}
|
|
49789
49239
|
|
|
49790
49240
|
/**
|
|
@@ -49834,12 +49284,7 @@ export default class Client extends OpenApi {
|
|
|
49834
49284
|
reqBodyType: "json",
|
|
49835
49285
|
bodyType: "json",
|
|
49836
49286
|
});
|
|
49837
|
-
|
|
49838
|
-
return $tea.cast<UpdateWebApplicationResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
|
|
49839
|
-
} else {
|
|
49840
|
-
return $tea.cast<UpdateWebApplicationResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationResponse({}));
|
|
49841
|
-
}
|
|
49842
|
-
|
|
49287
|
+
return $tea.cast<UpdateWebApplicationResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
|
|
49843
49288
|
}
|
|
49844
49289
|
|
|
49845
49290
|
/**
|
|
@@ -49885,12 +49330,7 @@ export default class Client extends OpenApi {
|
|
|
49885
49330
|
reqBodyType: "json",
|
|
49886
49331
|
bodyType: "json",
|
|
49887
49332
|
});
|
|
49888
|
-
|
|
49889
|
-
return $tea.cast<UpdateWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
|
|
49890
|
-
} else {
|
|
49891
|
-
return $tea.cast<UpdateWebApplicationScalingConfigResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
|
|
49892
|
-
}
|
|
49893
|
-
|
|
49333
|
+
return $tea.cast<UpdateWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
|
|
49894
49334
|
}
|
|
49895
49335
|
|
|
49896
49336
|
/**
|
|
@@ -49936,12 +49376,7 @@ export default class Client extends OpenApi {
|
|
|
49936
49376
|
reqBodyType: "json",
|
|
49937
49377
|
bodyType: "json",
|
|
49938
49378
|
});
|
|
49939
|
-
|
|
49940
|
-
return $tea.cast<UpdateWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
|
|
49941
|
-
} else {
|
|
49942
|
-
return $tea.cast<UpdateWebApplicationTrafficConfigResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
|
|
49943
|
-
}
|
|
49944
|
-
|
|
49379
|
+
return $tea.cast<UpdateWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
|
|
49945
49380
|
}
|
|
49946
49381
|
|
|
49947
49382
|
/**
|
|
@@ -49987,12 +49422,7 @@ export default class Client extends OpenApi {
|
|
|
49987
49422
|
reqBodyType: "json",
|
|
49988
49423
|
bodyType: "json",
|
|
49989
49424
|
});
|
|
49990
|
-
|
|
49991
|
-
return $tea.cast<UpdateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
|
|
49992
|
-
} else {
|
|
49993
|
-
return $tea.cast<UpdateWebCustomDomainResponse>(await this.execute(params, req, runtime), new UpdateWebCustomDomainResponse({}));
|
|
49994
|
-
}
|
|
49995
|
-
|
|
49425
|
+
return $tea.cast<UpdateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
|
|
49996
49426
|
}
|
|
49997
49427
|
|
|
49998
49428
|
/**
|
|
@@ -50035,12 +49465,7 @@ export default class Client extends OpenApi {
|
|
|
50035
49465
|
reqBodyType: "json",
|
|
50036
49466
|
bodyType: "json",
|
|
50037
49467
|
});
|
|
50038
|
-
|
|
50039
|
-
return $tea.cast<UpgradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
|
|
50040
|
-
} else {
|
|
50041
|
-
return $tea.cast<UpgradeApplicationApmServiceResponse>(await this.execute(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
|
|
50042
|
-
}
|
|
50043
|
-
|
|
49468
|
+
return $tea.cast<UpgradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
|
|
50044
49469
|
}
|
|
50045
49470
|
|
|
50046
49471
|
/**
|