@alicloud/sae20190506 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +17 -0
- package/dist/client.js +187 -774
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +212 -774
package/src/client.ts
CHANGED
|
@@ -3562,6 +3562,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
3562
3562
|
*/
|
|
3563
3563
|
customHostAlias?: string;
|
|
3564
3564
|
customImageNetworkType?: string;
|
|
3565
|
+
diskSize?: number;
|
|
3565
3566
|
dotnet?: string;
|
|
3566
3567
|
/**
|
|
3567
3568
|
* @remarks
|
|
@@ -4118,6 +4119,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
4118
4119
|
cpu: 'Cpu',
|
|
4119
4120
|
customHostAlias: 'CustomHostAlias',
|
|
4120
4121
|
customImageNetworkType: 'CustomImageNetworkType',
|
|
4122
|
+
diskSize: 'DiskSize',
|
|
4121
4123
|
dotnet: 'Dotnet',
|
|
4122
4124
|
edasContainerVersion: 'EdasContainerVersion',
|
|
4123
4125
|
enableAhas: 'EnableAhas',
|
|
@@ -4204,6 +4206,7 @@ export class DescribeApplicationConfigResponseBodyData extends $dara.Model {
|
|
|
4204
4206
|
cpu: 'number',
|
|
4205
4207
|
customHostAlias: 'string',
|
|
4206
4208
|
customImageNetworkType: 'string',
|
|
4209
|
+
diskSize: 'number',
|
|
4207
4210
|
dotnet: 'string',
|
|
4208
4211
|
edasContainerVersion: 'string',
|
|
4209
4212
|
enableAhas: 'string',
|
|
@@ -4697,6 +4700,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
|
|
|
4697
4700
|
*/
|
|
4698
4701
|
packageVersion?: string;
|
|
4699
4702
|
sidecarContainersStatus?: DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus[];
|
|
4703
|
+
timestamp?: number;
|
|
4700
4704
|
unhealthyMessage?: string;
|
|
4701
4705
|
/**
|
|
4702
4706
|
* @remarks
|
|
@@ -4722,6 +4726,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
|
|
|
4722
4726
|
mainContainerStatus: 'MainContainerStatus',
|
|
4723
4727
|
packageVersion: 'PackageVersion',
|
|
4724
4728
|
sidecarContainersStatus: 'SidecarContainersStatus',
|
|
4729
|
+
timestamp: 'Timestamp',
|
|
4725
4730
|
unhealthyMessage: 'UnhealthyMessage',
|
|
4726
4731
|
vSwitchId: 'VSwitchId',
|
|
4727
4732
|
};
|
|
@@ -4743,6 +4748,7 @@ export class DescribeApplicationInstancesResponseBodyDataInstances extends $dara
|
|
|
4743
4748
|
mainContainerStatus: 'string',
|
|
4744
4749
|
packageVersion: 'string',
|
|
4745
4750
|
sidecarContainersStatus: { 'type': 'array', 'itemType': DescribeApplicationInstancesResponseBodyDataInstancesSidecarContainersStatus },
|
|
4751
|
+
timestamp: 'number',
|
|
4746
4752
|
unhealthyMessage: 'string',
|
|
4747
4753
|
vSwitchId: 'string',
|
|
4748
4754
|
};
|
|
@@ -12034,6 +12040,7 @@ export class GetChangeOrderMetricResponseBodyData extends $dara.Model {
|
|
|
12034
12040
|
* 7171a6ca-d1cd-4928-8642-7d5cfe69****
|
|
12035
12041
|
*/
|
|
12036
12042
|
appId?: string;
|
|
12043
|
+
avgTimeCostMs?: number;
|
|
12037
12044
|
/**
|
|
12038
12045
|
* @remarks
|
|
12039
12046
|
* The number of abnormal change orders.
|
|
@@ -12050,6 +12057,7 @@ export class GetChangeOrderMetricResponseBodyData extends $dara.Model {
|
|
|
12050
12057
|
* 0.25
|
|
12051
12058
|
*/
|
|
12052
12059
|
errorPercent?: number;
|
|
12060
|
+
maxTimeCostMs?: number;
|
|
12053
12061
|
/**
|
|
12054
12062
|
* @remarks
|
|
12055
12063
|
* The application name.
|
|
@@ -12058,6 +12066,7 @@ export class GetChangeOrderMetricResponseBodyData extends $dara.Model {
|
|
|
12058
12066
|
* test
|
|
12059
12067
|
*/
|
|
12060
12068
|
name?: string;
|
|
12069
|
+
optimizeSuggestions?: string;
|
|
12061
12070
|
/**
|
|
12062
12071
|
* @remarks
|
|
12063
12072
|
* The namespace ID.
|
|
@@ -12066,6 +12075,7 @@ export class GetChangeOrderMetricResponseBodyData extends $dara.Model {
|
|
|
12066
12075
|
* cn-hangzhou
|
|
12067
12076
|
*/
|
|
12068
12077
|
regionId?: string;
|
|
12078
|
+
taskTimeCostMsAvg?: string;
|
|
12069
12079
|
/**
|
|
12070
12080
|
* @remarks
|
|
12071
12081
|
* The total number of change orders.
|
|
@@ -12077,10 +12087,14 @@ export class GetChangeOrderMetricResponseBodyData extends $dara.Model {
|
|
|
12077
12087
|
static names(): { [key: string]: string } {
|
|
12078
12088
|
return {
|
|
12079
12089
|
appId: 'AppId',
|
|
12090
|
+
avgTimeCostMs: 'AvgTimeCostMs',
|
|
12080
12091
|
error: 'Error',
|
|
12081
12092
|
errorPercent: 'ErrorPercent',
|
|
12093
|
+
maxTimeCostMs: 'MaxTimeCostMs',
|
|
12082
12094
|
name: 'Name',
|
|
12095
|
+
optimizeSuggestions: 'OptimizeSuggestions',
|
|
12083
12096
|
regionId: 'RegionId',
|
|
12097
|
+
taskTimeCostMsAvg: 'TaskTimeCostMsAvg',
|
|
12084
12098
|
total: 'Total',
|
|
12085
12099
|
};
|
|
12086
12100
|
}
|
|
@@ -12088,10 +12102,14 @@ export class GetChangeOrderMetricResponseBodyData extends $dara.Model {
|
|
|
12088
12102
|
static types(): { [key: string]: any } {
|
|
12089
12103
|
return {
|
|
12090
12104
|
appId: 'string',
|
|
12105
|
+
avgTimeCostMs: 'number',
|
|
12091
12106
|
error: 'number',
|
|
12092
12107
|
errorPercent: 'number',
|
|
12108
|
+
maxTimeCostMs: 'number',
|
|
12093
12109
|
name: 'string',
|
|
12110
|
+
optimizeSuggestions: 'string',
|
|
12094
12111
|
regionId: 'string',
|
|
12112
|
+
taskTimeCostMsAvg: 'string',
|
|
12095
12113
|
total: 'number',
|
|
12096
12114
|
};
|
|
12097
12115
|
}
|
|
@@ -13003,6 +13021,7 @@ export class ListApplicationsResponseBodyDataApplications extends $dara.Model {
|
|
|
13003
13021
|
* 1000
|
|
13004
13022
|
*/
|
|
13005
13023
|
cpu?: number;
|
|
13024
|
+
diskSize?: number;
|
|
13006
13025
|
enableIdle?: string;
|
|
13007
13026
|
imageUrl?: string;
|
|
13008
13027
|
/**
|
|
@@ -13077,6 +13096,7 @@ export class ListApplicationsResponseBodyDataApplications extends $dara.Model {
|
|
|
13077
13096
|
baseAppId: 'BaseAppId',
|
|
13078
13097
|
children: 'Children',
|
|
13079
13098
|
cpu: 'Cpu',
|
|
13099
|
+
diskSize: 'DiskSize',
|
|
13080
13100
|
enableIdle: 'EnableIdle',
|
|
13081
13101
|
imageUrl: 'ImageUrl',
|
|
13082
13102
|
instances: 'Instances',
|
|
@@ -13104,6 +13124,7 @@ export class ListApplicationsResponseBodyDataApplications extends $dara.Model {
|
|
|
13104
13124
|
baseAppId: 'string',
|
|
13105
13125
|
children: { 'type': 'array', 'itemType': ListApplicationsResponseBodyDataApplicationsChildren },
|
|
13106
13126
|
cpu: 'number',
|
|
13127
|
+
diskSize: 'number',
|
|
13107
13128
|
enableIdle: 'string',
|
|
13108
13129
|
imageUrl: 'string',
|
|
13109
13130
|
instances: 'number',
|
|
@@ -24756,6 +24777,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
24756
24777
|
* true
|
|
24757
24778
|
*/
|
|
24758
24779
|
deploy?: boolean;
|
|
24780
|
+
diskSize?: number;
|
|
24759
24781
|
dotnet?: string;
|
|
24760
24782
|
/**
|
|
24761
24783
|
* @remarks
|
|
@@ -25108,6 +25130,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
25108
25130
|
customHostAlias: 'CustomHostAlias',
|
|
25109
25131
|
customImageNetworkType: 'CustomImageNetworkType',
|
|
25110
25132
|
deploy: 'Deploy',
|
|
25133
|
+
diskSize: 'DiskSize',
|
|
25111
25134
|
dotnet: 'Dotnet',
|
|
25112
25135
|
edasContainerVersion: 'EdasContainerVersion',
|
|
25113
25136
|
enableCpuBurst: 'EnableCpuBurst',
|
|
@@ -25185,6 +25208,7 @@ export class CreateApplicationRequest extends $dara.Model {
|
|
|
25185
25208
|
customHostAlias: 'string',
|
|
25186
25209
|
customImageNetworkType: 'string',
|
|
25187
25210
|
deploy: 'boolean',
|
|
25211
|
+
diskSize: 'number',
|
|
25188
25212
|
dotnet: 'string',
|
|
25189
25213
|
edasContainerVersion: 'string',
|
|
25190
25214
|
enableCpuBurst: 'boolean',
|
|
@@ -25359,6 +25383,7 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
25359
25383
|
* true
|
|
25360
25384
|
*/
|
|
25361
25385
|
deploy?: boolean;
|
|
25386
|
+
diskSize?: number;
|
|
25362
25387
|
dotnet?: string;
|
|
25363
25388
|
/**
|
|
25364
25389
|
* @remarks
|
|
@@ -25711,6 +25736,7 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
25711
25736
|
customHostAlias: 'CustomHostAlias',
|
|
25712
25737
|
customImageNetworkType: 'CustomImageNetworkType',
|
|
25713
25738
|
deploy: 'Deploy',
|
|
25739
|
+
diskSize: 'DiskSize',
|
|
25714
25740
|
dotnet: 'Dotnet',
|
|
25715
25741
|
edasContainerVersion: 'EdasContainerVersion',
|
|
25716
25742
|
enableCpuBurst: 'EnableCpuBurst',
|
|
@@ -25788,6 +25814,7 @@ export class CreateApplicationShrinkRequest extends $dara.Model {
|
|
|
25788
25814
|
customHostAlias: 'string',
|
|
25789
25815
|
customImageNetworkType: 'string',
|
|
25790
25816
|
deploy: 'boolean',
|
|
25817
|
+
diskSize: 'number',
|
|
25791
25818
|
dotnet: 'string',
|
|
25792
25819
|
edasContainerVersion: 'string',
|
|
25793
25820
|
enableCpuBurst: 'boolean',
|
|
@@ -30408,6 +30435,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
30408
30435
|
* 10d3b4****
|
|
30409
30436
|
*/
|
|
30410
30437
|
nasId?: string;
|
|
30438
|
+
newSaeVersion?: string;
|
|
30411
30439
|
/**
|
|
30412
30440
|
* @remarks
|
|
30413
30441
|
* The name of the RAM role used to authenticate the user identity.
|
|
@@ -30728,6 +30756,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
30728
30756
|
mountHost: 'MountHost',
|
|
30729
30757
|
nasConfigs: 'NasConfigs',
|
|
30730
30758
|
nasId: 'NasId',
|
|
30759
|
+
newSaeVersion: 'NewSaeVersion',
|
|
30731
30760
|
oidcRoleName: 'OidcRoleName',
|
|
30732
30761
|
ossAkId: 'OssAkId',
|
|
30733
30762
|
ossAkSecret: 'OssAkSecret',
|
|
@@ -30803,6 +30832,7 @@ export class DeployApplicationRequest extends $dara.Model {
|
|
|
30803
30832
|
mountHost: 'string',
|
|
30804
30833
|
nasConfigs: 'string',
|
|
30805
30834
|
nasId: 'string',
|
|
30835
|
+
newSaeVersion: 'string',
|
|
30806
30836
|
oidcRoleName: 'string',
|
|
30807
30837
|
ossAkId: 'string',
|
|
30808
30838
|
ossAkSecret: 'string',
|
|
@@ -31233,6 +31263,7 @@ export class DeployApplicationShrinkRequest extends $dara.Model {
|
|
|
31233
31263
|
* 10d3b4****
|
|
31234
31264
|
*/
|
|
31235
31265
|
nasId?: string;
|
|
31266
|
+
newSaeVersion?: string;
|
|
31236
31267
|
/**
|
|
31237
31268
|
* @remarks
|
|
31238
31269
|
* The name of the RAM role used to authenticate the user identity.
|
|
@@ -31553,6 +31584,7 @@ export class DeployApplicationShrinkRequest extends $dara.Model {
|
|
|
31553
31584
|
mountHost: 'MountHost',
|
|
31554
31585
|
nasConfigs: 'NasConfigs',
|
|
31555
31586
|
nasId: 'NasId',
|
|
31587
|
+
newSaeVersion: 'NewSaeVersion',
|
|
31556
31588
|
oidcRoleName: 'OidcRoleName',
|
|
31557
31589
|
ossAkId: 'OssAkId',
|
|
31558
31590
|
ossAkSecret: 'OssAkSecret',
|
|
@@ -31628,6 +31660,7 @@ export class DeployApplicationShrinkRequest extends $dara.Model {
|
|
|
31628
31660
|
mountHost: 'string',
|
|
31629
31661
|
nasConfigs: 'string',
|
|
31630
31662
|
nasId: 'string',
|
|
31663
|
+
newSaeVersion: 'string',
|
|
31631
31664
|
oidcRoleName: 'string',
|
|
31632
31665
|
ossAkId: 'string',
|
|
31633
31666
|
ossAkSecret: 'string',
|
|
@@ -32613,6 +32646,7 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
|
|
|
32613
32646
|
* 10
|
|
32614
32647
|
*/
|
|
32615
32648
|
pageSize?: number;
|
|
32649
|
+
pipelineId?: string;
|
|
32616
32650
|
/**
|
|
32617
32651
|
* @remarks
|
|
32618
32652
|
* true
|
|
@@ -32628,6 +32662,7 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
|
|
|
32628
32662
|
groupId: 'GroupId',
|
|
32629
32663
|
instanceId: 'InstanceId',
|
|
32630
32664
|
pageSize: 'PageSize',
|
|
32665
|
+
pipelineId: 'PipelineId',
|
|
32631
32666
|
reverse: 'Reverse',
|
|
32632
32667
|
};
|
|
32633
32668
|
}
|
|
@@ -32639,6 +32674,7 @@ export class DescribeApplicationInstancesRequest extends $dara.Model {
|
|
|
32639
32674
|
groupId: 'string',
|
|
32640
32675
|
instanceId: 'string',
|
|
32641
32676
|
pageSize: 'number',
|
|
32677
|
+
pipelineId: 'string',
|
|
32642
32678
|
reverse: 'boolean',
|
|
32643
32679
|
};
|
|
32644
32680
|
}
|
|
@@ -38328,6 +38364,7 @@ export class GetAvailabilityMetricResponse extends $dara.Model {
|
|
|
38328
38364
|
}
|
|
38329
38365
|
|
|
38330
38366
|
export class GetChangeOrderMetricRequest extends $dara.Model {
|
|
38367
|
+
appId?: string;
|
|
38331
38368
|
/**
|
|
38332
38369
|
* @remarks
|
|
38333
38370
|
* The SAE application type. Valid values:
|
|
@@ -38340,6 +38377,7 @@ export class GetChangeOrderMetricRequest extends $dara.Model {
|
|
|
38340
38377
|
* micro_service
|
|
38341
38378
|
*/
|
|
38342
38379
|
appSource?: string;
|
|
38380
|
+
coType?: string;
|
|
38343
38381
|
/**
|
|
38344
38382
|
* @remarks
|
|
38345
38383
|
* The CPU allocation policy. Valid values:
|
|
@@ -38391,7 +38429,9 @@ export class GetChangeOrderMetricRequest extends $dara.Model {
|
|
|
38391
38429
|
regionId?: string;
|
|
38392
38430
|
static names(): { [key: string]: string } {
|
|
38393
38431
|
return {
|
|
38432
|
+
appId: 'AppId',
|
|
38394
38433
|
appSource: 'AppSource',
|
|
38434
|
+
coType: 'CoType',
|
|
38395
38435
|
cpuStrategy: 'CpuStrategy',
|
|
38396
38436
|
createTime: 'CreateTime',
|
|
38397
38437
|
limit: 'Limit',
|
|
@@ -38402,7 +38442,9 @@ export class GetChangeOrderMetricRequest extends $dara.Model {
|
|
|
38402
38442
|
|
|
38403
38443
|
static types(): { [key: string]: any } {
|
|
38404
38444
|
return {
|
|
38445
|
+
appId: 'string',
|
|
38405
38446
|
appSource: 'string',
|
|
38447
|
+
coType: 'string',
|
|
38406
38448
|
cpuStrategy: 'string',
|
|
38407
38449
|
createTime: 'string',
|
|
38408
38450
|
limit: 'number',
|
|
@@ -40271,6 +40313,7 @@ export class ListChangeOrdersRequest extends $dara.Model {
|
|
|
40271
40313
|
* test
|
|
40272
40314
|
*/
|
|
40273
40315
|
key?: string;
|
|
40316
|
+
orderBy?: string;
|
|
40274
40317
|
/**
|
|
40275
40318
|
* @remarks
|
|
40276
40319
|
* test
|
|
@@ -40279,6 +40322,7 @@ export class ListChangeOrdersRequest extends $dara.Model {
|
|
|
40279
40322
|
* 20
|
|
40280
40323
|
*/
|
|
40281
40324
|
pageSize?: number;
|
|
40325
|
+
reverse?: boolean;
|
|
40282
40326
|
static names(): { [key: string]: string } {
|
|
40283
40327
|
return {
|
|
40284
40328
|
appId: 'AppId',
|
|
@@ -40286,7 +40330,9 @@ export class ListChangeOrdersRequest extends $dara.Model {
|
|
|
40286
40330
|
coType: 'CoType',
|
|
40287
40331
|
currentPage: 'CurrentPage',
|
|
40288
40332
|
key: 'Key',
|
|
40333
|
+
orderBy: 'OrderBy',
|
|
40289
40334
|
pageSize: 'PageSize',
|
|
40335
|
+
reverse: 'Reverse',
|
|
40290
40336
|
};
|
|
40291
40337
|
}
|
|
40292
40338
|
|
|
@@ -40297,7 +40343,9 @@ export class ListChangeOrdersRequest extends $dara.Model {
|
|
|
40297
40343
|
coType: 'string',
|
|
40298
40344
|
currentPage: 'number',
|
|
40299
40345
|
key: 'string',
|
|
40346
|
+
orderBy: 'string',
|
|
40300
40347
|
pageSize: 'number',
|
|
40348
|
+
reverse: 'boolean',
|
|
40301
40349
|
};
|
|
40302
40350
|
}
|
|
40303
40351
|
|
|
@@ -43612,6 +43660,7 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
|
43612
43660
|
* 1000
|
|
43613
43661
|
*/
|
|
43614
43662
|
cpu?: string;
|
|
43663
|
+
diskSize?: string;
|
|
43615
43664
|
/**
|
|
43616
43665
|
* @remarks
|
|
43617
43666
|
* The destination memory size. Unit: MB.
|
|
@@ -43629,6 +43678,7 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
|
43629
43678
|
return {
|
|
43630
43679
|
appId: 'AppId',
|
|
43631
43680
|
cpu: 'Cpu',
|
|
43681
|
+
diskSize: 'DiskSize',
|
|
43632
43682
|
memory: 'Memory',
|
|
43633
43683
|
autoEnableApplicationScalingRule: 'autoEnableApplicationScalingRule',
|
|
43634
43684
|
minReadyInstanceRatio: 'minReadyInstanceRatio',
|
|
@@ -43640,6 +43690,7 @@ export class RescaleApplicationVerticallyRequest extends $dara.Model {
|
|
|
43640
43690
|
return {
|
|
43641
43691
|
appId: 'string',
|
|
43642
43692
|
cpu: 'string',
|
|
43693
|
+
diskSize: 'string',
|
|
43643
43694
|
memory: 'string',
|
|
43644
43695
|
autoEnableApplicationScalingRule: 'boolean',
|
|
43645
43696
|
minReadyInstanceRatio: 'number',
|
|
@@ -49142,12 +49193,7 @@ export default class Client extends OpenApi {
|
|
|
49142
49193
|
reqBodyType: "json",
|
|
49143
49194
|
bodyType: "json",
|
|
49144
49195
|
});
|
|
49145
|
-
|
|
49146
|
-
return $dara.cast<AbortAndRollbackChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
|
|
49147
|
-
} else {
|
|
49148
|
-
return $dara.cast<AbortAndRollbackChangeOrderResponse>(await this.execute(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
|
|
49149
|
-
}
|
|
49150
|
-
|
|
49196
|
+
return $dara.cast<AbortAndRollbackChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortAndRollbackChangeOrderResponse({}));
|
|
49151
49197
|
}
|
|
49152
49198
|
|
|
49153
49199
|
/**
|
|
@@ -49192,12 +49238,7 @@ export default class Client extends OpenApi {
|
|
|
49192
49238
|
reqBodyType: "json",
|
|
49193
49239
|
bodyType: "json",
|
|
49194
49240
|
});
|
|
49195
|
-
|
|
49196
|
-
return $dara.cast<AbortChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
|
|
49197
|
-
} else {
|
|
49198
|
-
return $dara.cast<AbortChangeOrderResponse>(await this.execute(params, req, runtime), new AbortChangeOrderResponse({}));
|
|
49199
|
-
}
|
|
49200
|
-
|
|
49241
|
+
return $dara.cast<AbortChangeOrderResponse>(await this.callApi(params, req, runtime), new AbortChangeOrderResponse({}));
|
|
49201
49242
|
}
|
|
49202
49243
|
|
|
49203
49244
|
/**
|
|
@@ -49250,12 +49291,7 @@ export default class Client extends OpenApi {
|
|
|
49250
49291
|
reqBodyType: "json",
|
|
49251
49292
|
bodyType: "json",
|
|
49252
49293
|
});
|
|
49253
|
-
|
|
49254
|
-
return $dara.cast<BatchStartApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
|
|
49255
|
-
} else {
|
|
49256
|
-
return $dara.cast<BatchStartApplicationsResponse>(await this.execute(params, req, runtime), new BatchStartApplicationsResponse({}));
|
|
49257
|
-
}
|
|
49258
|
-
|
|
49294
|
+
return $dara.cast<BatchStartApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStartApplicationsResponse({}));
|
|
49259
49295
|
}
|
|
49260
49296
|
|
|
49261
49297
|
/**
|
|
@@ -49308,12 +49344,7 @@ export default class Client extends OpenApi {
|
|
|
49308
49344
|
reqBodyType: "json",
|
|
49309
49345
|
bodyType: "json",
|
|
49310
49346
|
});
|
|
49311
|
-
|
|
49312
|
-
return $dara.cast<BatchStopApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
|
|
49313
|
-
} else {
|
|
49314
|
-
return $dara.cast<BatchStopApplicationsResponse>(await this.execute(params, req, runtime), new BatchStopApplicationsResponse({}));
|
|
49315
|
-
}
|
|
49316
|
-
|
|
49347
|
+
return $dara.cast<BatchStopApplicationsResponse>(await this.callApi(params, req, runtime), new BatchStopApplicationsResponse({}));
|
|
49317
49348
|
}
|
|
49318
49349
|
|
|
49319
49350
|
/**
|
|
@@ -49380,12 +49411,7 @@ export default class Client extends OpenApi {
|
|
|
49380
49411
|
reqBodyType: "json",
|
|
49381
49412
|
bodyType: "json",
|
|
49382
49413
|
});
|
|
49383
|
-
|
|
49384
|
-
return $dara.cast<BindSlbResponse>(await this.callApi(params, req, runtime), new BindSlbResponse({}));
|
|
49385
|
-
} else {
|
|
49386
|
-
return $dara.cast<BindSlbResponse>(await this.execute(params, req, runtime), new BindSlbResponse({}));
|
|
49387
|
-
}
|
|
49388
|
-
|
|
49414
|
+
return $dara.cast<BindSlbResponse>(await this.callApi(params, req, runtime), new BindSlbResponse({}));
|
|
49389
49415
|
}
|
|
49390
49416
|
|
|
49391
49417
|
/**
|
|
@@ -49430,12 +49456,7 @@ export default class Client extends OpenApi {
|
|
|
49430
49456
|
reqBodyType: "json",
|
|
49431
49457
|
bodyType: "json",
|
|
49432
49458
|
});
|
|
49433
|
-
|
|
49434
|
-
return $dara.cast<ConfirmPipelineBatchResponse>(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
|
|
49435
|
-
} else {
|
|
49436
|
-
return $dara.cast<ConfirmPipelineBatchResponse>(await this.execute(params, req, runtime), new ConfirmPipelineBatchResponse({}));
|
|
49437
|
-
}
|
|
49438
|
-
|
|
49459
|
+
return $dara.cast<ConfirmPipelineBatchResponse>(await this.callApi(params, req, runtime), new ConfirmPipelineBatchResponse({}));
|
|
49439
49460
|
}
|
|
49440
49461
|
|
|
49441
49462
|
/**
|
|
@@ -49507,6 +49528,10 @@ export default class Client extends OpenApi {
|
|
|
49507
49528
|
query["Deploy"] = request.deploy;
|
|
49508
49529
|
}
|
|
49509
49530
|
|
|
49531
|
+
if (!$dara.isNull(request.diskSize)) {
|
|
49532
|
+
query["DiskSize"] = request.diskSize;
|
|
49533
|
+
}
|
|
49534
|
+
|
|
49510
49535
|
if (!$dara.isNull(request.dotnet)) {
|
|
49511
49536
|
query["Dotnet"] = request.dotnet;
|
|
49512
49537
|
}
|
|
@@ -49768,12 +49793,7 @@ export default class Client extends OpenApi {
|
|
|
49768
49793
|
reqBodyType: "formData",
|
|
49769
49794
|
bodyType: "json",
|
|
49770
49795
|
});
|
|
49771
|
-
|
|
49772
|
-
return $dara.cast<CreateApplicationResponse>(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
|
|
49773
|
-
} else {
|
|
49774
|
-
return $dara.cast<CreateApplicationResponse>(await this.execute(params, req, runtime), new CreateApplicationResponse({}));
|
|
49775
|
-
}
|
|
49776
|
-
|
|
49796
|
+
return $dara.cast<CreateApplicationResponse>(await this.callApi(params, req, runtime), new CreateApplicationResponse({}));
|
|
49777
49797
|
}
|
|
49778
49798
|
|
|
49779
49799
|
/**
|
|
@@ -49855,12 +49875,7 @@ export default class Client extends OpenApi {
|
|
|
49855
49875
|
reqBodyType: "json",
|
|
49856
49876
|
bodyType: "json",
|
|
49857
49877
|
});
|
|
49858
|
-
|
|
49859
|
-
return $dara.cast<CreateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
|
|
49860
|
-
} else {
|
|
49861
|
-
return $dara.cast<CreateApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
|
|
49862
|
-
}
|
|
49863
|
-
|
|
49878
|
+
return $dara.cast<CreateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new CreateApplicationScalingRuleResponse({}));
|
|
49864
49879
|
}
|
|
49865
49880
|
|
|
49866
49881
|
/**
|
|
@@ -49926,12 +49941,7 @@ export default class Client extends OpenApi {
|
|
|
49926
49941
|
reqBodyType: "json",
|
|
49927
49942
|
bodyType: "json",
|
|
49928
49943
|
});
|
|
49929
|
-
|
|
49930
|
-
return $dara.cast<CreateConfigMapResponse>(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
|
|
49931
|
-
} else {
|
|
49932
|
-
return $dara.cast<CreateConfigMapResponse>(await this.execute(params, req, runtime), new CreateConfigMapResponse({}));
|
|
49933
|
-
}
|
|
49934
|
-
|
|
49944
|
+
return $dara.cast<CreateConfigMapResponse>(await this.callApi(params, req, runtime), new CreateConfigMapResponse({}));
|
|
49935
49945
|
}
|
|
49936
49946
|
|
|
49937
49947
|
/**
|
|
@@ -49999,12 +50009,7 @@ export default class Client extends OpenApi {
|
|
|
49999
50009
|
reqBodyType: "json",
|
|
50000
50010
|
bodyType: "json",
|
|
50001
50011
|
});
|
|
50002
|
-
|
|
50003
|
-
return $dara.cast<CreateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
|
|
50004
|
-
} else {
|
|
50005
|
-
return $dara.cast<CreateGreyTagRouteResponse>(await this.execute(params, req, runtime), new CreateGreyTagRouteResponse({}));
|
|
50006
|
-
}
|
|
50007
|
-
|
|
50012
|
+
return $dara.cast<CreateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new CreateGreyTagRouteResponse({}));
|
|
50008
50013
|
}
|
|
50009
50014
|
|
|
50010
50015
|
/**
|
|
@@ -50138,12 +50143,7 @@ export default class Client extends OpenApi {
|
|
|
50138
50143
|
reqBodyType: "formData",
|
|
50139
50144
|
bodyType: "json",
|
|
50140
50145
|
});
|
|
50141
|
-
|
|
50142
|
-
return $dara.cast<CreateIngressResponse>(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
|
|
50143
|
-
} else {
|
|
50144
|
-
return $dara.cast<CreateIngressResponse>(await this.execute(params, req, runtime), new CreateIngressResponse({}));
|
|
50145
|
-
}
|
|
50146
|
-
|
|
50146
|
+
return $dara.cast<CreateIngressResponse>(await this.callApi(params, req, runtime), new CreateIngressResponse({}));
|
|
50147
50147
|
}
|
|
50148
50148
|
|
|
50149
50149
|
/**
|
|
@@ -50402,12 +50402,7 @@ export default class Client extends OpenApi {
|
|
|
50402
50402
|
reqBodyType: "formData",
|
|
50403
50403
|
bodyType: "json",
|
|
50404
50404
|
});
|
|
50405
|
-
|
|
50406
|
-
return $dara.cast<CreateJobResponse>(await this.callApi(params, req, runtime), new CreateJobResponse({}));
|
|
50407
|
-
} else {
|
|
50408
|
-
return $dara.cast<CreateJobResponse>(await this.execute(params, req, runtime), new CreateJobResponse({}));
|
|
50409
|
-
}
|
|
50410
|
-
|
|
50405
|
+
return $dara.cast<CreateJobResponse>(await this.callApi(params, req, runtime), new CreateJobResponse({}));
|
|
50411
50406
|
}
|
|
50412
50407
|
|
|
50413
50408
|
/**
|
|
@@ -50468,12 +50463,7 @@ export default class Client extends OpenApi {
|
|
|
50468
50463
|
reqBodyType: "json",
|
|
50469
50464
|
bodyType: "json",
|
|
50470
50465
|
});
|
|
50471
|
-
|
|
50472
|
-
return $dara.cast<CreateNamespaceResponse>(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
|
|
50473
|
-
} else {
|
|
50474
|
-
return $dara.cast<CreateNamespaceResponse>(await this.execute(params, req, runtime), new CreateNamespaceResponse({}));
|
|
50475
|
-
}
|
|
50476
|
-
|
|
50466
|
+
return $dara.cast<CreateNamespaceResponse>(await this.callApi(params, req, runtime), new CreateNamespaceResponse({}));
|
|
50477
50467
|
}
|
|
50478
50468
|
|
|
50479
50469
|
/**
|
|
@@ -50536,12 +50526,7 @@ export default class Client extends OpenApi {
|
|
|
50536
50526
|
reqBodyType: "json",
|
|
50537
50527
|
bodyType: "json",
|
|
50538
50528
|
});
|
|
50539
|
-
|
|
50540
|
-
return $dara.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
|
|
50541
|
-
} else {
|
|
50542
|
-
return $dara.cast<CreateSecretResponse>(await this.execute(params, req, runtime), new CreateSecretResponse({}));
|
|
50543
|
-
}
|
|
50544
|
-
|
|
50529
|
+
return $dara.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
|
|
50545
50530
|
}
|
|
50546
50531
|
|
|
50547
50532
|
/**
|
|
@@ -50590,12 +50575,7 @@ export default class Client extends OpenApi {
|
|
|
50590
50575
|
reqBodyType: "json",
|
|
50591
50576
|
bodyType: "json",
|
|
50592
50577
|
});
|
|
50593
|
-
|
|
50594
|
-
return $dara.cast<CreateWebApplicationResponse>(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
|
|
50595
|
-
} else {
|
|
50596
|
-
return $dara.cast<CreateWebApplicationResponse>(await this.execute(params, req, runtime), new CreateWebApplicationResponse({}));
|
|
50597
|
-
}
|
|
50598
|
-
|
|
50578
|
+
return $dara.cast<CreateWebApplicationResponse>(await this.callApi(params, req, runtime), new CreateWebApplicationResponse({}));
|
|
50599
50579
|
}
|
|
50600
50580
|
|
|
50601
50581
|
/**
|
|
@@ -50647,12 +50627,7 @@ export default class Client extends OpenApi {
|
|
|
50647
50627
|
reqBodyType: "json",
|
|
50648
50628
|
bodyType: "json",
|
|
50649
50629
|
});
|
|
50650
|
-
|
|
50651
|
-
return $dara.cast<CreateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
|
|
50652
|
-
} else {
|
|
50653
|
-
return $dara.cast<CreateWebCustomDomainResponse>(await this.execute(params, req, runtime), new CreateWebCustomDomainResponse({}));
|
|
50654
|
-
}
|
|
50655
|
-
|
|
50630
|
+
return $dara.cast<CreateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new CreateWebCustomDomainResponse({}));
|
|
50656
50631
|
}
|
|
50657
50632
|
|
|
50658
50633
|
/**
|
|
@@ -50700,12 +50675,7 @@ export default class Client extends OpenApi {
|
|
|
50700
50675
|
reqBodyType: "json",
|
|
50701
50676
|
bodyType: "json",
|
|
50702
50677
|
});
|
|
50703
|
-
|
|
50704
|
-
return $dara.cast<DeleteApplicationResponse>(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
|
|
50705
|
-
} else {
|
|
50706
|
-
return $dara.cast<DeleteApplicationResponse>(await this.execute(params, req, runtime), new DeleteApplicationResponse({}));
|
|
50707
|
-
}
|
|
50708
|
-
|
|
50678
|
+
return $dara.cast<DeleteApplicationResponse>(await this.callApi(params, req, runtime), new DeleteApplicationResponse({}));
|
|
50709
50679
|
}
|
|
50710
50680
|
|
|
50711
50681
|
/**
|
|
@@ -50754,12 +50724,7 @@ export default class Client extends OpenApi {
|
|
|
50754
50724
|
reqBodyType: "json",
|
|
50755
50725
|
bodyType: "json",
|
|
50756
50726
|
});
|
|
50757
|
-
|
|
50758
|
-
return $dara.cast<DeleteApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
|
|
50759
|
-
} else {
|
|
50760
|
-
return $dara.cast<DeleteApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
|
|
50761
|
-
}
|
|
50762
|
-
|
|
50727
|
+
return $dara.cast<DeleteApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DeleteApplicationScalingRuleResponse({}));
|
|
50763
50728
|
}
|
|
50764
50729
|
|
|
50765
50730
|
/**
|
|
@@ -50804,12 +50769,7 @@ export default class Client extends OpenApi {
|
|
|
50804
50769
|
reqBodyType: "json",
|
|
50805
50770
|
bodyType: "json",
|
|
50806
50771
|
});
|
|
50807
|
-
|
|
50808
|
-
return $dara.cast<DeleteConfigMapResponse>(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
|
|
50809
|
-
} else {
|
|
50810
|
-
return $dara.cast<DeleteConfigMapResponse>(await this.execute(params, req, runtime), new DeleteConfigMapResponse({}));
|
|
50811
|
-
}
|
|
50812
|
-
|
|
50772
|
+
return $dara.cast<DeleteConfigMapResponse>(await this.callApi(params, req, runtime), new DeleteConfigMapResponse({}));
|
|
50813
50773
|
}
|
|
50814
50774
|
|
|
50815
50775
|
/**
|
|
@@ -50854,12 +50814,7 @@ export default class Client extends OpenApi {
|
|
|
50854
50814
|
reqBodyType: "json",
|
|
50855
50815
|
bodyType: "json",
|
|
50856
50816
|
});
|
|
50857
|
-
|
|
50858
|
-
return $dara.cast<DeleteGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
|
|
50859
|
-
} else {
|
|
50860
|
-
return $dara.cast<DeleteGreyTagRouteResponse>(await this.execute(params, req, runtime), new DeleteGreyTagRouteResponse({}));
|
|
50861
|
-
}
|
|
50862
|
-
|
|
50817
|
+
return $dara.cast<DeleteGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DeleteGreyTagRouteResponse({}));
|
|
50863
50818
|
}
|
|
50864
50819
|
|
|
50865
50820
|
/**
|
|
@@ -50908,12 +50863,7 @@ export default class Client extends OpenApi {
|
|
|
50908
50863
|
reqBodyType: "json",
|
|
50909
50864
|
bodyType: "json",
|
|
50910
50865
|
});
|
|
50911
|
-
|
|
50912
|
-
return $dara.cast<DeleteHistoryJobResponse>(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
|
|
50913
|
-
} else {
|
|
50914
|
-
return $dara.cast<DeleteHistoryJobResponse>(await this.execute(params, req, runtime), new DeleteHistoryJobResponse({}));
|
|
50915
|
-
}
|
|
50916
|
-
|
|
50866
|
+
return $dara.cast<DeleteHistoryJobResponse>(await this.callApi(params, req, runtime), new DeleteHistoryJobResponse({}));
|
|
50917
50867
|
}
|
|
50918
50868
|
|
|
50919
50869
|
/**
|
|
@@ -50958,12 +50908,7 @@ export default class Client extends OpenApi {
|
|
|
50958
50908
|
reqBodyType: "json",
|
|
50959
50909
|
bodyType: "json",
|
|
50960
50910
|
});
|
|
50961
|
-
|
|
50962
|
-
return $dara.cast<DeleteIngressResponse>(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
|
|
50963
|
-
} else {
|
|
50964
|
-
return $dara.cast<DeleteIngressResponse>(await this.execute(params, req, runtime), new DeleteIngressResponse({}));
|
|
50965
|
-
}
|
|
50966
|
-
|
|
50911
|
+
return $dara.cast<DeleteIngressResponse>(await this.callApi(params, req, runtime), new DeleteIngressResponse({}));
|
|
50967
50912
|
}
|
|
50968
50913
|
|
|
50969
50914
|
/**
|
|
@@ -51008,12 +50953,7 @@ export default class Client extends OpenApi {
|
|
|
51008
50953
|
reqBodyType: "json",
|
|
51009
50954
|
bodyType: "json",
|
|
51010
50955
|
});
|
|
51011
|
-
|
|
51012
|
-
return $dara.cast<DeleteJobResponse>(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
|
|
51013
|
-
} else {
|
|
51014
|
-
return $dara.cast<DeleteJobResponse>(await this.execute(params, req, runtime), new DeleteJobResponse({}));
|
|
51015
|
-
}
|
|
51016
|
-
|
|
50956
|
+
return $dara.cast<DeleteJobResponse>(await this.callApi(params, req, runtime), new DeleteJobResponse({}));
|
|
51017
50957
|
}
|
|
51018
50958
|
|
|
51019
50959
|
/**
|
|
@@ -51062,12 +51002,7 @@ export default class Client extends OpenApi {
|
|
|
51062
51002
|
reqBodyType: "json",
|
|
51063
51003
|
bodyType: "json",
|
|
51064
51004
|
});
|
|
51065
|
-
|
|
51066
|
-
return $dara.cast<DeleteNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
|
|
51067
|
-
} else {
|
|
51068
|
-
return $dara.cast<DeleteNamespaceResponse>(await this.execute(params, req, runtime), new DeleteNamespaceResponse({}));
|
|
51069
|
-
}
|
|
51070
|
-
|
|
51005
|
+
return $dara.cast<DeleteNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteNamespaceResponse({}));
|
|
51071
51006
|
}
|
|
51072
51007
|
|
|
51073
51008
|
/**
|
|
@@ -51116,12 +51051,7 @@ export default class Client extends OpenApi {
|
|
|
51116
51051
|
reqBodyType: "json",
|
|
51117
51052
|
bodyType: "json",
|
|
51118
51053
|
});
|
|
51119
|
-
|
|
51120
|
-
return $dara.cast<DeleteSecretResponse>(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
|
|
51121
|
-
} else {
|
|
51122
|
-
return $dara.cast<DeleteSecretResponse>(await this.execute(params, req, runtime), new DeleteSecretResponse({}));
|
|
51123
|
-
}
|
|
51124
|
-
|
|
51054
|
+
return $dara.cast<DeleteSecretResponse>(await this.callApi(params, req, runtime), new DeleteSecretResponse({}));
|
|
51125
51055
|
}
|
|
51126
51056
|
|
|
51127
51057
|
/**
|
|
@@ -51169,12 +51099,7 @@ export default class Client extends OpenApi {
|
|
|
51169
51099
|
reqBodyType: "json",
|
|
51170
51100
|
bodyType: "json",
|
|
51171
51101
|
});
|
|
51172
|
-
|
|
51173
|
-
return $dara.cast<DeleteWebApplicationResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
|
|
51174
|
-
} else {
|
|
51175
|
-
return $dara.cast<DeleteWebApplicationResponse>(await this.execute(params, req, runtime), new DeleteWebApplicationResponse({}));
|
|
51176
|
-
}
|
|
51177
|
-
|
|
51102
|
+
return $dara.cast<DeleteWebApplicationResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationResponse({}));
|
|
51178
51103
|
}
|
|
51179
51104
|
|
|
51180
51105
|
/**
|
|
@@ -51225,12 +51150,7 @@ export default class Client extends OpenApi {
|
|
|
51225
51150
|
reqBodyType: "json",
|
|
51226
51151
|
bodyType: "json",
|
|
51227
51152
|
});
|
|
51228
|
-
|
|
51229
|
-
return $dara.cast<DeleteWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
|
|
51230
|
-
} else {
|
|
51231
|
-
return $dara.cast<DeleteWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
|
|
51232
|
-
}
|
|
51233
|
-
|
|
51153
|
+
return $dara.cast<DeleteWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DeleteWebApplicationRevisionResponse({}));
|
|
51234
51154
|
}
|
|
51235
51155
|
|
|
51236
51156
|
/**
|
|
@@ -51281,12 +51201,7 @@ export default class Client extends OpenApi {
|
|
|
51281
51201
|
reqBodyType: "json",
|
|
51282
51202
|
bodyType: "json",
|
|
51283
51203
|
});
|
|
51284
|
-
|
|
51285
|
-
return $dara.cast<DeleteWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
|
|
51286
|
-
} else {
|
|
51287
|
-
return $dara.cast<DeleteWebCustomDomainResponse>(await this.execute(params, req, runtime), new DeleteWebCustomDomainResponse({}));
|
|
51288
|
-
}
|
|
51289
|
-
|
|
51204
|
+
return $dara.cast<DeleteWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DeleteWebCustomDomainResponse({}));
|
|
51290
51205
|
}
|
|
51291
51206
|
|
|
51292
51207
|
/**
|
|
@@ -51457,6 +51372,10 @@ export default class Client extends OpenApi {
|
|
|
51457
51372
|
query["NasId"] = request.nasId;
|
|
51458
51373
|
}
|
|
51459
51374
|
|
|
51375
|
+
if (!$dara.isNull(request.newSaeVersion)) {
|
|
51376
|
+
query["NewSaeVersion"] = request.newSaeVersion;
|
|
51377
|
+
}
|
|
51378
|
+
|
|
51460
51379
|
if (!$dara.isNull(request.oidcRoleName)) {
|
|
51461
51380
|
query["OidcRoleName"] = request.oidcRoleName;
|
|
51462
51381
|
}
|
|
@@ -51618,12 +51537,7 @@ export default class Client extends OpenApi {
|
|
|
51618
51537
|
reqBodyType: "formData",
|
|
51619
51538
|
bodyType: "json",
|
|
51620
51539
|
});
|
|
51621
|
-
|
|
51622
|
-
return $dara.cast<DeployApplicationResponse>(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
|
|
51623
|
-
} else {
|
|
51624
|
-
return $dara.cast<DeployApplicationResponse>(await this.execute(params, req, runtime), new DeployApplicationResponse({}));
|
|
51625
|
-
}
|
|
51626
|
-
|
|
51540
|
+
return $dara.cast<DeployApplicationResponse>(await this.callApi(params, req, runtime), new DeployApplicationResponse({}));
|
|
51627
51541
|
}
|
|
51628
51542
|
|
|
51629
51543
|
/**
|
|
@@ -51692,12 +51606,7 @@ export default class Client extends OpenApi {
|
|
|
51692
51606
|
reqBodyType: "json",
|
|
51693
51607
|
bodyType: "json",
|
|
51694
51608
|
});
|
|
51695
|
-
|
|
51696
|
-
return $dara.cast<DescribeAppServiceDetailResponse>(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
|
|
51697
|
-
} else {
|
|
51698
|
-
return $dara.cast<DescribeAppServiceDetailResponse>(await this.execute(params, req, runtime), new DescribeAppServiceDetailResponse({}));
|
|
51699
|
-
}
|
|
51700
|
-
|
|
51609
|
+
return $dara.cast<DescribeAppServiceDetailResponse>(await this.callApi(params, req, runtime), new DescribeAppServiceDetailResponse({}));
|
|
51701
51610
|
}
|
|
51702
51611
|
|
|
51703
51612
|
/**
|
|
@@ -51746,12 +51655,7 @@ export default class Client extends OpenApi {
|
|
|
51746
51655
|
reqBodyType: "json",
|
|
51747
51656
|
bodyType: "json",
|
|
51748
51657
|
});
|
|
51749
|
-
|
|
51750
|
-
return $dara.cast<DescribeApplicationConfigResponse>(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
|
|
51751
|
-
} else {
|
|
51752
|
-
return $dara.cast<DescribeApplicationConfigResponse>(await this.execute(params, req, runtime), new DescribeApplicationConfigResponse({}));
|
|
51753
|
-
}
|
|
51754
|
-
|
|
51658
|
+
return $dara.cast<DescribeApplicationConfigResponse>(await this.callApi(params, req, runtime), new DescribeApplicationConfigResponse({}));
|
|
51755
51659
|
}
|
|
51756
51660
|
|
|
51757
51661
|
/**
|
|
@@ -51802,12 +51706,7 @@ export default class Client extends OpenApi {
|
|
|
51802
51706
|
reqBodyType: "json",
|
|
51803
51707
|
bodyType: "json",
|
|
51804
51708
|
});
|
|
51805
|
-
|
|
51806
|
-
return $dara.cast<DescribeApplicationGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
|
|
51807
|
-
} else {
|
|
51808
|
-
return $dara.cast<DescribeApplicationGroupsResponse>(await this.execute(params, req, runtime), new DescribeApplicationGroupsResponse({}));
|
|
51809
|
-
}
|
|
51810
|
-
|
|
51709
|
+
return $dara.cast<DescribeApplicationGroupsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationGroupsResponse({}));
|
|
51811
51710
|
}
|
|
51812
51711
|
|
|
51813
51712
|
/**
|
|
@@ -51854,12 +51753,7 @@ export default class Client extends OpenApi {
|
|
|
51854
51753
|
reqBodyType: "json",
|
|
51855
51754
|
bodyType: "json",
|
|
51856
51755
|
});
|
|
51857
|
-
|
|
51858
|
-
return $dara.cast<DescribeApplicationImageResponse>(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
|
|
51859
|
-
} else {
|
|
51860
|
-
return $dara.cast<DescribeApplicationImageResponse>(await this.execute(params, req, runtime), new DescribeApplicationImageResponse({}));
|
|
51861
|
-
}
|
|
51862
|
-
|
|
51756
|
+
return $dara.cast<DescribeApplicationImageResponse>(await this.callApi(params, req, runtime), new DescribeApplicationImageResponse({}));
|
|
51863
51757
|
}
|
|
51864
51758
|
|
|
51865
51759
|
/**
|
|
@@ -51905,6 +51799,10 @@ export default class Client extends OpenApi {
|
|
|
51905
51799
|
query["PageSize"] = request.pageSize;
|
|
51906
51800
|
}
|
|
51907
51801
|
|
|
51802
|
+
if (!$dara.isNull(request.pipelineId)) {
|
|
51803
|
+
query["PipelineId"] = request.pipelineId;
|
|
51804
|
+
}
|
|
51805
|
+
|
|
51908
51806
|
if (!$dara.isNull(request.reverse)) {
|
|
51909
51807
|
query["Reverse"] = request.reverse;
|
|
51910
51808
|
}
|
|
@@ -51924,12 +51822,7 @@ export default class Client extends OpenApi {
|
|
|
51924
51822
|
reqBodyType: "json",
|
|
51925
51823
|
bodyType: "json",
|
|
51926
51824
|
});
|
|
51927
|
-
|
|
51928
|
-
return $dara.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
|
|
51929
|
-
} else {
|
|
51930
|
-
return $dara.cast<DescribeApplicationInstancesResponse>(await this.execute(params, req, runtime), new DescribeApplicationInstancesResponse({}));
|
|
51931
|
-
}
|
|
51932
|
-
|
|
51825
|
+
return $dara.cast<DescribeApplicationInstancesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationInstancesResponse({}));
|
|
51933
51826
|
}
|
|
51934
51827
|
|
|
51935
51828
|
/**
|
|
@@ -51978,12 +51871,7 @@ export default class Client extends OpenApi {
|
|
|
51978
51871
|
reqBodyType: "json",
|
|
51979
51872
|
bodyType: "json",
|
|
51980
51873
|
});
|
|
51981
|
-
|
|
51982
|
-
return $dara.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
|
|
51983
|
-
} else {
|
|
51984
|
-
return $dara.cast<DescribeApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
|
|
51985
|
-
}
|
|
51986
|
-
|
|
51874
|
+
return $dara.cast<DescribeApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRuleResponse({}));
|
|
51987
51875
|
}
|
|
51988
51876
|
|
|
51989
51877
|
/**
|
|
@@ -52028,12 +51916,7 @@ export default class Client extends OpenApi {
|
|
|
52028
51916
|
reqBodyType: "json",
|
|
52029
51917
|
bodyType: "json",
|
|
52030
51918
|
});
|
|
52031
|
-
|
|
52032
|
-
return $dara.cast<DescribeApplicationScalingRulesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
|
|
52033
|
-
} else {
|
|
52034
|
-
return $dara.cast<DescribeApplicationScalingRulesResponse>(await this.execute(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
|
|
52035
|
-
}
|
|
52036
|
-
|
|
51919
|
+
return $dara.cast<DescribeApplicationScalingRulesResponse>(await this.callApi(params, req, runtime), new DescribeApplicationScalingRulesResponse({}));
|
|
52037
51920
|
}
|
|
52038
51921
|
|
|
52039
51922
|
/**
|
|
@@ -52078,12 +51961,7 @@ export default class Client extends OpenApi {
|
|
|
52078
51961
|
reqBodyType: "json",
|
|
52079
51962
|
bodyType: "json",
|
|
52080
51963
|
});
|
|
52081
|
-
|
|
52082
|
-
return $dara.cast<DescribeApplicationSlbsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
|
|
52083
|
-
} else {
|
|
52084
|
-
return $dara.cast<DescribeApplicationSlbsResponse>(await this.execute(params, req, runtime), new DescribeApplicationSlbsResponse({}));
|
|
52085
|
-
}
|
|
52086
|
-
|
|
51964
|
+
return $dara.cast<DescribeApplicationSlbsResponse>(await this.callApi(params, req, runtime), new DescribeApplicationSlbsResponse({}));
|
|
52087
51965
|
}
|
|
52088
51966
|
|
|
52089
51967
|
/**
|
|
@@ -52128,12 +52006,7 @@ export default class Client extends OpenApi {
|
|
|
52128
52006
|
reqBodyType: "json",
|
|
52129
52007
|
bodyType: "json",
|
|
52130
52008
|
});
|
|
52131
|
-
|
|
52132
|
-
return $dara.cast<DescribeApplicationStatusResponse>(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
|
|
52133
|
-
} else {
|
|
52134
|
-
return $dara.cast<DescribeApplicationStatusResponse>(await this.execute(params, req, runtime), new DescribeApplicationStatusResponse({}));
|
|
52135
|
-
}
|
|
52136
|
-
|
|
52009
|
+
return $dara.cast<DescribeApplicationStatusResponse>(await this.callApi(params, req, runtime), new DescribeApplicationStatusResponse({}));
|
|
52137
52010
|
}
|
|
52138
52011
|
|
|
52139
52012
|
/**
|
|
@@ -52178,12 +52051,7 @@ export default class Client extends OpenApi {
|
|
|
52178
52051
|
reqBodyType: "json",
|
|
52179
52052
|
bodyType: "json",
|
|
52180
52053
|
});
|
|
52181
|
-
|
|
52182
|
-
return $dara.cast<DescribeChangeOrderResponse>(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
|
|
52183
|
-
} else {
|
|
52184
|
-
return $dara.cast<DescribeChangeOrderResponse>(await this.execute(params, req, runtime), new DescribeChangeOrderResponse({}));
|
|
52185
|
-
}
|
|
52186
|
-
|
|
52054
|
+
return $dara.cast<DescribeChangeOrderResponse>(await this.callApi(params, req, runtime), new DescribeChangeOrderResponse({}));
|
|
52187
52055
|
}
|
|
52188
52056
|
|
|
52189
52057
|
/**
|
|
@@ -52232,12 +52100,7 @@ export default class Client extends OpenApi {
|
|
|
52232
52100
|
reqBodyType: "json",
|
|
52233
52101
|
bodyType: "json",
|
|
52234
52102
|
});
|
|
52235
|
-
|
|
52236
|
-
return $dara.cast<DescribeComponentsResponse>(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
|
|
52237
|
-
} else {
|
|
52238
|
-
return $dara.cast<DescribeComponentsResponse>(await this.execute(params, req, runtime), new DescribeComponentsResponse({}));
|
|
52239
|
-
}
|
|
52240
|
-
|
|
52103
|
+
return $dara.cast<DescribeComponentsResponse>(await this.callApi(params, req, runtime), new DescribeComponentsResponse({}));
|
|
52241
52104
|
}
|
|
52242
52105
|
|
|
52243
52106
|
/**
|
|
@@ -52282,12 +52145,7 @@ export default class Client extends OpenApi {
|
|
|
52282
52145
|
reqBodyType: "json",
|
|
52283
52146
|
bodyType: "json",
|
|
52284
52147
|
});
|
|
52285
|
-
|
|
52286
|
-
return $dara.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
|
|
52287
|
-
} else {
|
|
52288
|
-
return $dara.cast<DescribeConfigMapResponse>(await this.execute(params, req, runtime), new DescribeConfigMapResponse({}));
|
|
52289
|
-
}
|
|
52290
|
-
|
|
52148
|
+
return $dara.cast<DescribeConfigMapResponse>(await this.callApi(params, req, runtime), new DescribeConfigMapResponse({}));
|
|
52291
52149
|
}
|
|
52292
52150
|
|
|
52293
52151
|
/**
|
|
@@ -52344,12 +52202,7 @@ export default class Client extends OpenApi {
|
|
|
52344
52202
|
reqBodyType: "json",
|
|
52345
52203
|
bodyType: "json",
|
|
52346
52204
|
});
|
|
52347
|
-
|
|
52348
|
-
return $dara.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
|
|
52349
|
-
} else {
|
|
52350
|
-
return $dara.cast<DescribeConfigurationPriceResponse>(await this.execute(params, req, runtime), new DescribeConfigurationPriceResponse({}));
|
|
52351
|
-
}
|
|
52352
|
-
|
|
52205
|
+
return $dara.cast<DescribeConfigurationPriceResponse>(await this.callApi(params, req, runtime), new DescribeConfigurationPriceResponse({}));
|
|
52353
52206
|
}
|
|
52354
52207
|
|
|
52355
52208
|
/**
|
|
@@ -52386,12 +52239,7 @@ export default class Client extends OpenApi {
|
|
|
52386
52239
|
reqBodyType: "json",
|
|
52387
52240
|
bodyType: "json",
|
|
52388
52241
|
});
|
|
52389
|
-
|
|
52390
|
-
return $dara.cast<DescribeEdasContainersResponse>(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
|
|
52391
|
-
} else {
|
|
52392
|
-
return $dara.cast<DescribeEdasContainersResponse>(await this.execute(params, req, runtime), new DescribeEdasContainersResponse({}));
|
|
52393
|
-
}
|
|
52394
|
-
|
|
52242
|
+
return $dara.cast<DescribeEdasContainersResponse>(await this.callApi(params, req, runtime), new DescribeEdasContainersResponse({}));
|
|
52395
52243
|
}
|
|
52396
52244
|
|
|
52397
52245
|
/**
|
|
@@ -52434,12 +52282,7 @@ export default class Client extends OpenApi {
|
|
|
52434
52282
|
reqBodyType: "json",
|
|
52435
52283
|
bodyType: "json",
|
|
52436
52284
|
});
|
|
52437
|
-
|
|
52438
|
-
return $dara.cast<DescribeGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
|
|
52439
|
-
} else {
|
|
52440
|
-
return $dara.cast<DescribeGreyTagRouteResponse>(await this.execute(params, req, runtime), new DescribeGreyTagRouteResponse({}));
|
|
52441
|
-
}
|
|
52442
|
-
|
|
52285
|
+
return $dara.cast<DescribeGreyTagRouteResponse>(await this.callApi(params, req, runtime), new DescribeGreyTagRouteResponse({}));
|
|
52443
52286
|
}
|
|
52444
52287
|
|
|
52445
52288
|
/**
|
|
@@ -52484,12 +52327,7 @@ export default class Client extends OpenApi {
|
|
|
52484
52327
|
reqBodyType: "json",
|
|
52485
52328
|
bodyType: "json",
|
|
52486
52329
|
});
|
|
52487
|
-
|
|
52488
|
-
return $dara.cast<DescribeIngressResponse>(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
|
|
52489
|
-
} else {
|
|
52490
|
-
return $dara.cast<DescribeIngressResponse>(await this.execute(params, req, runtime), new DescribeIngressResponse({}));
|
|
52491
|
-
}
|
|
52492
|
-
|
|
52330
|
+
return $dara.cast<DescribeIngressResponse>(await this.callApi(params, req, runtime), new DescribeIngressResponse({}));
|
|
52493
52331
|
}
|
|
52494
52332
|
|
|
52495
52333
|
/**
|
|
@@ -52536,12 +52374,7 @@ export default class Client extends OpenApi {
|
|
|
52536
52374
|
reqBodyType: "json",
|
|
52537
52375
|
bodyType: "json",
|
|
52538
52376
|
});
|
|
52539
|
-
|
|
52540
|
-
return $dara.cast<DescribeInstanceLogResponse>(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
|
|
52541
|
-
} else {
|
|
52542
|
-
return $dara.cast<DescribeInstanceLogResponse>(await this.execute(params, req, runtime), new DescribeInstanceLogResponse({}));
|
|
52543
|
-
}
|
|
52544
|
-
|
|
52377
|
+
return $dara.cast<DescribeInstanceLogResponse>(await this.callApi(params, req, runtime), new DescribeInstanceLogResponse({}));
|
|
52545
52378
|
}
|
|
52546
52379
|
|
|
52547
52380
|
/**
|
|
@@ -52576,12 +52409,7 @@ export default class Client extends OpenApi {
|
|
|
52576
52409
|
reqBodyType: "json",
|
|
52577
52410
|
bodyType: "json",
|
|
52578
52411
|
});
|
|
52579
|
-
|
|
52580
|
-
return $dara.cast<DescribeInstanceSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
|
|
52581
|
-
} else {
|
|
52582
|
-
return $dara.cast<DescribeInstanceSpecificationsResponse>(await this.execute(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
|
|
52583
|
-
}
|
|
52584
|
-
|
|
52412
|
+
return $dara.cast<DescribeInstanceSpecificationsResponse>(await this.callApi(params, req, runtime), new DescribeInstanceSpecificationsResponse({}));
|
|
52585
52413
|
}
|
|
52586
52414
|
|
|
52587
52415
|
/**
|
|
@@ -52628,12 +52456,7 @@ export default class Client extends OpenApi {
|
|
|
52628
52456
|
reqBodyType: "json",
|
|
52629
52457
|
bodyType: "json",
|
|
52630
52458
|
});
|
|
52631
|
-
|
|
52632
|
-
return $dara.cast<DescribeJobResponse>(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
|
|
52633
|
-
} else {
|
|
52634
|
-
return $dara.cast<DescribeJobResponse>(await this.execute(params, req, runtime), new DescribeJobResponse({}));
|
|
52635
|
-
}
|
|
52636
|
-
|
|
52459
|
+
return $dara.cast<DescribeJobResponse>(await this.callApi(params, req, runtime), new DescribeJobResponse({}));
|
|
52637
52460
|
}
|
|
52638
52461
|
|
|
52639
52462
|
/**
|
|
@@ -52690,12 +52513,7 @@ export default class Client extends OpenApi {
|
|
|
52690
52513
|
reqBodyType: "json",
|
|
52691
52514
|
bodyType: "json",
|
|
52692
52515
|
});
|
|
52693
|
-
|
|
52694
|
-
return $dara.cast<DescribeJobHistoryResponse>(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
|
|
52695
|
-
} else {
|
|
52696
|
-
return $dara.cast<DescribeJobHistoryResponse>(await this.execute(params, req, runtime), new DescribeJobHistoryResponse({}));
|
|
52697
|
-
}
|
|
52698
|
-
|
|
52516
|
+
return $dara.cast<DescribeJobHistoryResponse>(await this.callApi(params, req, runtime), new DescribeJobHistoryResponse({}));
|
|
52699
52517
|
}
|
|
52700
52518
|
|
|
52701
52519
|
/**
|
|
@@ -52744,12 +52562,7 @@ export default class Client extends OpenApi {
|
|
|
52744
52562
|
reqBodyType: "json",
|
|
52745
52563
|
bodyType: "json",
|
|
52746
52564
|
});
|
|
52747
|
-
|
|
52748
|
-
return $dara.cast<DescribeJobStatusResponse>(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
|
|
52749
|
-
} else {
|
|
52750
|
-
return $dara.cast<DescribeJobStatusResponse>(await this.execute(params, req, runtime), new DescribeJobStatusResponse({}));
|
|
52751
|
-
}
|
|
52752
|
-
|
|
52565
|
+
return $dara.cast<DescribeJobStatusResponse>(await this.callApi(params, req, runtime), new DescribeJobStatusResponse({}));
|
|
52753
52566
|
}
|
|
52754
52567
|
|
|
52755
52568
|
/**
|
|
@@ -52798,12 +52611,7 @@ export default class Client extends OpenApi {
|
|
|
52798
52611
|
reqBodyType: "json",
|
|
52799
52612
|
bodyType: "json",
|
|
52800
52613
|
});
|
|
52801
|
-
|
|
52802
|
-
return $dara.cast<DescribeNamespaceResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
|
|
52803
|
-
} else {
|
|
52804
|
-
return $dara.cast<DescribeNamespaceResponse>(await this.execute(params, req, runtime), new DescribeNamespaceResponse({}));
|
|
52805
|
-
}
|
|
52806
|
-
|
|
52614
|
+
return $dara.cast<DescribeNamespaceResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResponse({}));
|
|
52807
52615
|
}
|
|
52808
52616
|
|
|
52809
52617
|
/**
|
|
@@ -52852,12 +52660,7 @@ export default class Client extends OpenApi {
|
|
|
52852
52660
|
reqBodyType: "json",
|
|
52853
52661
|
bodyType: "json",
|
|
52854
52662
|
});
|
|
52855
|
-
|
|
52856
|
-
return $dara.cast<DescribeNamespaceListResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
|
|
52857
|
-
} else {
|
|
52858
|
-
return $dara.cast<DescribeNamespaceListResponse>(await this.execute(params, req, runtime), new DescribeNamespaceListResponse({}));
|
|
52859
|
-
}
|
|
52860
|
-
|
|
52663
|
+
return $dara.cast<DescribeNamespaceListResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceListResponse({}));
|
|
52861
52664
|
}
|
|
52862
52665
|
|
|
52863
52666
|
/**
|
|
@@ -52904,12 +52707,7 @@ export default class Client extends OpenApi {
|
|
|
52904
52707
|
reqBodyType: "json",
|
|
52905
52708
|
bodyType: "json",
|
|
52906
52709
|
});
|
|
52907
|
-
|
|
52908
|
-
return $dara.cast<DescribeNamespaceResourcesResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
|
|
52909
|
-
} else {
|
|
52910
|
-
return $dara.cast<DescribeNamespaceResourcesResponse>(await this.execute(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
|
|
52911
|
-
}
|
|
52912
|
-
|
|
52710
|
+
return $dara.cast<DescribeNamespaceResourcesResponse>(await this.callApi(params, req, runtime), new DescribeNamespaceResourcesResponse({}));
|
|
52913
52711
|
}
|
|
52914
52712
|
|
|
52915
52713
|
/**
|
|
@@ -52956,12 +52754,7 @@ export default class Client extends OpenApi {
|
|
|
52956
52754
|
reqBodyType: "json",
|
|
52957
52755
|
bodyType: "json",
|
|
52958
52756
|
});
|
|
52959
|
-
|
|
52960
|
-
return $dara.cast<DescribeNamespacesResponse>(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
|
|
52961
|
-
} else {
|
|
52962
|
-
return $dara.cast<DescribeNamespacesResponse>(await this.execute(params, req, runtime), new DescribeNamespacesResponse({}));
|
|
52963
|
-
}
|
|
52964
|
-
|
|
52757
|
+
return $dara.cast<DescribeNamespacesResponse>(await this.callApi(params, req, runtime), new DescribeNamespacesResponse({}));
|
|
52965
52758
|
}
|
|
52966
52759
|
|
|
52967
52760
|
/**
|
|
@@ -53006,12 +52799,7 @@ export default class Client extends OpenApi {
|
|
|
53006
52799
|
reqBodyType: "json",
|
|
53007
52800
|
bodyType: "json",
|
|
53008
52801
|
});
|
|
53009
|
-
|
|
53010
|
-
return $dara.cast<DescribePipelineResponse>(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
|
|
53011
|
-
} else {
|
|
53012
|
-
return $dara.cast<DescribePipelineResponse>(await this.execute(params, req, runtime), new DescribePipelineResponse({}));
|
|
53013
|
-
}
|
|
53014
|
-
|
|
52802
|
+
return $dara.cast<DescribePipelineResponse>(await this.callApi(params, req, runtime), new DescribePipelineResponse({}));
|
|
53015
52803
|
}
|
|
53016
52804
|
|
|
53017
52805
|
/**
|
|
@@ -53048,12 +52836,7 @@ export default class Client extends OpenApi {
|
|
|
53048
52836
|
reqBodyType: "json",
|
|
53049
52837
|
bodyType: "json",
|
|
53050
52838
|
});
|
|
53051
|
-
|
|
53052
|
-
return $dara.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
53053
|
-
} else {
|
|
53054
|
-
return $dara.cast<DescribeRegionsResponse>(await this.execute(params, req, runtime), new DescribeRegionsResponse({}));
|
|
53055
|
-
}
|
|
53056
|
-
|
|
52839
|
+
return $dara.cast<DescribeRegionsResponse>(await this.callApi(params, req, runtime), new DescribeRegionsResponse({}));
|
|
53057
52840
|
}
|
|
53058
52841
|
|
|
53059
52842
|
/**
|
|
@@ -53100,12 +52883,7 @@ export default class Client extends OpenApi {
|
|
|
53100
52883
|
reqBodyType: "json",
|
|
53101
52884
|
bodyType: "json",
|
|
53102
52885
|
});
|
|
53103
|
-
|
|
53104
|
-
return $dara.cast<DescribeSecretResponse>(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
|
|
53105
|
-
} else {
|
|
53106
|
-
return $dara.cast<DescribeSecretResponse>(await this.execute(params, req, runtime), new DescribeSecretResponse({}));
|
|
53107
|
-
}
|
|
53108
|
-
|
|
52886
|
+
return $dara.cast<DescribeSecretResponse>(await this.callApi(params, req, runtime), new DescribeSecretResponse({}));
|
|
53109
52887
|
}
|
|
53110
52888
|
|
|
53111
52889
|
/**
|
|
@@ -53153,12 +52931,7 @@ export default class Client extends OpenApi {
|
|
|
53153
52931
|
reqBodyType: "json",
|
|
53154
52932
|
bodyType: "json",
|
|
53155
52933
|
});
|
|
53156
|
-
|
|
53157
|
-
return $dara.cast<DescribeWebApplicationResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
|
|
53158
|
-
} else {
|
|
53159
|
-
return $dara.cast<DescribeWebApplicationResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationResponse({}));
|
|
53160
|
-
}
|
|
53161
|
-
|
|
52934
|
+
return $dara.cast<DescribeWebApplicationResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResponse({}));
|
|
53162
52935
|
}
|
|
53163
52936
|
|
|
53164
52937
|
/**
|
|
@@ -53221,12 +52994,7 @@ export default class Client extends OpenApi {
|
|
|
53221
52994
|
reqBodyType: "json",
|
|
53222
52995
|
bodyType: "json",
|
|
53223
52996
|
});
|
|
53224
|
-
|
|
53225
|
-
return $dara.cast<DescribeWebApplicationResourceStaticsResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
|
|
53226
|
-
} else {
|
|
53227
|
-
return $dara.cast<DescribeWebApplicationResourceStaticsResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
|
|
53228
|
-
}
|
|
53229
|
-
|
|
52997
|
+
return $dara.cast<DescribeWebApplicationResourceStaticsResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationResourceStaticsResponse({}));
|
|
53230
52998
|
}
|
|
53231
52999
|
|
|
53232
53000
|
/**
|
|
@@ -53277,12 +53045,7 @@ export default class Client extends OpenApi {
|
|
|
53277
53045
|
reqBodyType: "json",
|
|
53278
53046
|
bodyType: "json",
|
|
53279
53047
|
});
|
|
53280
|
-
|
|
53281
|
-
return $dara.cast<DescribeWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
|
|
53282
|
-
} else {
|
|
53283
|
-
return $dara.cast<DescribeWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
|
|
53284
|
-
}
|
|
53285
|
-
|
|
53048
|
+
return $dara.cast<DescribeWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationRevisionResponse({}));
|
|
53286
53049
|
}
|
|
53287
53050
|
|
|
53288
53051
|
/**
|
|
@@ -53333,12 +53096,7 @@ export default class Client extends OpenApi {
|
|
|
53333
53096
|
reqBodyType: "json",
|
|
53334
53097
|
bodyType: "json",
|
|
53335
53098
|
});
|
|
53336
|
-
|
|
53337
|
-
return $dara.cast<DescribeWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
|
|
53338
|
-
} else {
|
|
53339
|
-
return $dara.cast<DescribeWebApplicationScalingConfigResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
|
|
53340
|
-
}
|
|
53341
|
-
|
|
53099
|
+
return $dara.cast<DescribeWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationScalingConfigResponse({}));
|
|
53342
53100
|
}
|
|
53343
53101
|
|
|
53344
53102
|
/**
|
|
@@ -53389,12 +53147,7 @@ export default class Client extends OpenApi {
|
|
|
53389
53147
|
reqBodyType: "json",
|
|
53390
53148
|
bodyType: "json",
|
|
53391
53149
|
});
|
|
53392
|
-
|
|
53393
|
-
return $dara.cast<DescribeWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
|
|
53394
|
-
} else {
|
|
53395
|
-
return $dara.cast<DescribeWebApplicationTrafficConfigResponse>(await this.execute(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
|
|
53396
|
-
}
|
|
53397
|
-
|
|
53150
|
+
return $dara.cast<DescribeWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new DescribeWebApplicationTrafficConfigResponse({}));
|
|
53398
53151
|
}
|
|
53399
53152
|
|
|
53400
53153
|
/**
|
|
@@ -53445,12 +53198,7 @@ export default class Client extends OpenApi {
|
|
|
53445
53198
|
reqBodyType: "json",
|
|
53446
53199
|
bodyType: "json",
|
|
53447
53200
|
});
|
|
53448
|
-
|
|
53449
|
-
return $dara.cast<DescribeWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
|
|
53450
|
-
} else {
|
|
53451
|
-
return $dara.cast<DescribeWebCustomDomainResponse>(await this.execute(params, req, runtime), new DescribeWebCustomDomainResponse({}));
|
|
53452
|
-
}
|
|
53453
|
-
|
|
53201
|
+
return $dara.cast<DescribeWebCustomDomainResponse>(await this.callApi(params, req, runtime), new DescribeWebCustomDomainResponse({}));
|
|
53454
53202
|
}
|
|
53455
53203
|
|
|
53456
53204
|
/**
|
|
@@ -53501,12 +53249,7 @@ export default class Client extends OpenApi {
|
|
|
53501
53249
|
reqBodyType: "json",
|
|
53502
53250
|
bodyType: "json",
|
|
53503
53251
|
});
|
|
53504
|
-
|
|
53505
|
-
return $dara.cast<DescribeWebInstanceLogsResponse>(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
|
|
53506
|
-
} else {
|
|
53507
|
-
return $dara.cast<DescribeWebInstanceLogsResponse>(await this.execute(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
|
|
53508
|
-
}
|
|
53509
|
-
|
|
53252
|
+
return $dara.cast<DescribeWebInstanceLogsResponse>(await this.callApi(params, req, runtime), new DescribeWebInstanceLogsResponse({}));
|
|
53510
53253
|
}
|
|
53511
53254
|
|
|
53512
53255
|
/**
|
|
@@ -53556,12 +53299,7 @@ export default class Client extends OpenApi {
|
|
|
53556
53299
|
reqBodyType: "json",
|
|
53557
53300
|
bodyType: "json",
|
|
53558
53301
|
});
|
|
53559
|
-
|
|
53560
|
-
return $dara.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
53561
|
-
} else {
|
|
53562
|
-
return $dara.cast<DisableApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
53563
|
-
}
|
|
53564
|
-
|
|
53302
|
+
return $dara.cast<DisableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new DisableApplicationScalingRuleResponse({}));
|
|
53565
53303
|
}
|
|
53566
53304
|
|
|
53567
53305
|
/**
|
|
@@ -53604,12 +53342,7 @@ export default class Client extends OpenApi {
|
|
|
53604
53342
|
reqBodyType: "json",
|
|
53605
53343
|
bodyType: "json",
|
|
53606
53344
|
});
|
|
53607
|
-
|
|
53608
|
-
return $dara.cast<DowngradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
|
|
53609
|
-
} else {
|
|
53610
|
-
return $dara.cast<DowngradeApplicationApmServiceResponse>(await this.execute(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
|
|
53611
|
-
}
|
|
53612
|
-
|
|
53345
|
+
return $dara.cast<DowngradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new DowngradeApplicationApmServiceResponse({}));
|
|
53613
53346
|
}
|
|
53614
53347
|
|
|
53615
53348
|
/**
|
|
@@ -53658,12 +53391,7 @@ export default class Client extends OpenApi {
|
|
|
53658
53391
|
reqBodyType: "json",
|
|
53659
53392
|
bodyType: "json",
|
|
53660
53393
|
});
|
|
53661
|
-
|
|
53662
|
-
return $dara.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
53663
|
-
} else {
|
|
53664
|
-
return $dara.cast<EnableApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
53665
|
-
}
|
|
53666
|
-
|
|
53394
|
+
return $dara.cast<EnableApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new EnableApplicationScalingRuleResponse({}));
|
|
53667
53395
|
}
|
|
53668
53396
|
|
|
53669
53397
|
/**
|
|
@@ -53742,12 +53470,7 @@ export default class Client extends OpenApi {
|
|
|
53742
53470
|
reqBodyType: "json",
|
|
53743
53471
|
bodyType: "json",
|
|
53744
53472
|
});
|
|
53745
|
-
|
|
53746
|
-
return $dara.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
|
|
53747
|
-
} else {
|
|
53748
|
-
return $dara.cast<ExecJobResponse>(await this.execute(params, req, runtime), new ExecJobResponse({}));
|
|
53749
|
-
}
|
|
53750
|
-
|
|
53473
|
+
return $dara.cast<ExecJobResponse>(await this.callApi(params, req, runtime), new ExecJobResponse({}));
|
|
53751
53474
|
}
|
|
53752
53475
|
|
|
53753
53476
|
/**
|
|
@@ -53798,12 +53521,7 @@ export default class Client extends OpenApi {
|
|
|
53798
53521
|
reqBodyType: "json",
|
|
53799
53522
|
bodyType: "json",
|
|
53800
53523
|
});
|
|
53801
|
-
|
|
53802
|
-
return $dara.cast<GetApplicationResponse>(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
|
|
53803
|
-
} else {
|
|
53804
|
-
return $dara.cast<GetApplicationResponse>(await this.execute(params, req, runtime), new GetApplicationResponse({}));
|
|
53805
|
-
}
|
|
53806
|
-
|
|
53524
|
+
return $dara.cast<GetApplicationResponse>(await this.callApi(params, req, runtime), new GetApplicationResponse({}));
|
|
53807
53525
|
}
|
|
53808
53526
|
|
|
53809
53527
|
/**
|
|
@@ -53872,12 +53590,7 @@ export default class Client extends OpenApi {
|
|
|
53872
53590
|
reqBodyType: "json",
|
|
53873
53591
|
bodyType: "json",
|
|
53874
53592
|
});
|
|
53875
|
-
|
|
53876
|
-
return $dara.cast<GetArmsTopNMetricResponse>(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
|
|
53877
|
-
} else {
|
|
53878
|
-
return $dara.cast<GetArmsTopNMetricResponse>(await this.execute(params, req, runtime), new GetArmsTopNMetricResponse({}));
|
|
53879
|
-
}
|
|
53880
|
-
|
|
53593
|
+
return $dara.cast<GetArmsTopNMetricResponse>(await this.callApi(params, req, runtime), new GetArmsTopNMetricResponse({}));
|
|
53881
53594
|
}
|
|
53882
53595
|
|
|
53883
53596
|
/**
|
|
@@ -53934,12 +53647,7 @@ export default class Client extends OpenApi {
|
|
|
53934
53647
|
reqBodyType: "json",
|
|
53935
53648
|
bodyType: "json",
|
|
53936
53649
|
});
|
|
53937
|
-
|
|
53938
|
-
return $dara.cast<GetAvailabilityMetricResponse>(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
|
|
53939
|
-
} else {
|
|
53940
|
-
return $dara.cast<GetAvailabilityMetricResponse>(await this.execute(params, req, runtime), new GetAvailabilityMetricResponse({}));
|
|
53941
|
-
}
|
|
53942
|
-
|
|
53650
|
+
return $dara.cast<GetAvailabilityMetricResponse>(await this.callApi(params, req, runtime), new GetAvailabilityMetricResponse({}));
|
|
53943
53651
|
}
|
|
53944
53652
|
|
|
53945
53653
|
/**
|
|
@@ -53965,10 +53673,18 @@ export default class Client extends OpenApi {
|
|
|
53965
53673
|
async getChangeOrderMetricWithOptions(request: GetChangeOrderMetricRequest, headers: {[key: string ]: string}, runtime: $dara.RuntimeOptions): Promise<GetChangeOrderMetricResponse> {
|
|
53966
53674
|
request.validate();
|
|
53967
53675
|
let query : {[key: string ]: any} = { };
|
|
53676
|
+
if (!$dara.isNull(request.appId)) {
|
|
53677
|
+
query["AppId"] = request.appId;
|
|
53678
|
+
}
|
|
53679
|
+
|
|
53968
53680
|
if (!$dara.isNull(request.appSource)) {
|
|
53969
53681
|
query["AppSource"] = request.appSource;
|
|
53970
53682
|
}
|
|
53971
53683
|
|
|
53684
|
+
if (!$dara.isNull(request.coType)) {
|
|
53685
|
+
query["CoType"] = request.coType;
|
|
53686
|
+
}
|
|
53687
|
+
|
|
53972
53688
|
if (!$dara.isNull(request.cpuStrategy)) {
|
|
53973
53689
|
query["CpuStrategy"] = request.cpuStrategy;
|
|
53974
53690
|
}
|
|
@@ -54004,12 +53720,7 @@ export default class Client extends OpenApi {
|
|
|
54004
53720
|
reqBodyType: "json",
|
|
54005
53721
|
bodyType: "json",
|
|
54006
53722
|
});
|
|
54007
|
-
|
|
54008
|
-
return $dara.cast<GetChangeOrderMetricResponse>(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
|
|
54009
|
-
} else {
|
|
54010
|
-
return $dara.cast<GetChangeOrderMetricResponse>(await this.execute(params, req, runtime), new GetChangeOrderMetricResponse({}));
|
|
54011
|
-
}
|
|
54012
|
-
|
|
53723
|
+
return $dara.cast<GetChangeOrderMetricResponse>(await this.callApi(params, req, runtime), new GetChangeOrderMetricResponse({}));
|
|
54013
53724
|
}
|
|
54014
53725
|
|
|
54015
53726
|
/**
|
|
@@ -54066,12 +53777,7 @@ export default class Client extends OpenApi {
|
|
|
54066
53777
|
reqBodyType: "json",
|
|
54067
53778
|
bodyType: "json",
|
|
54068
53779
|
});
|
|
54069
|
-
|
|
54070
|
-
return $dara.cast<GetScaleAppMetricResponse>(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
|
|
54071
|
-
} else {
|
|
54072
|
-
return $dara.cast<GetScaleAppMetricResponse>(await this.execute(params, req, runtime), new GetScaleAppMetricResponse({}));
|
|
54073
|
-
}
|
|
54074
|
-
|
|
53780
|
+
return $dara.cast<GetScaleAppMetricResponse>(await this.callApi(params, req, runtime), new GetScaleAppMetricResponse({}));
|
|
54075
53781
|
}
|
|
54076
53782
|
|
|
54077
53783
|
/**
|
|
@@ -54136,12 +53842,7 @@ export default class Client extends OpenApi {
|
|
|
54136
53842
|
reqBodyType: "json",
|
|
54137
53843
|
bodyType: "json",
|
|
54138
53844
|
});
|
|
54139
|
-
|
|
54140
|
-
return $dara.cast<GetWarningEventMetricResponse>(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
|
|
54141
|
-
} else {
|
|
54142
|
-
return $dara.cast<GetWarningEventMetricResponse>(await this.execute(params, req, runtime), new GetWarningEventMetricResponse({}));
|
|
54143
|
-
}
|
|
54144
|
-
|
|
53845
|
+
return $dara.cast<GetWarningEventMetricResponse>(await this.callApi(params, req, runtime), new GetWarningEventMetricResponse({}));
|
|
54145
53846
|
}
|
|
54146
53847
|
|
|
54147
53848
|
/**
|
|
@@ -54194,12 +53895,7 @@ export default class Client extends OpenApi {
|
|
|
54194
53895
|
reqBodyType: "json",
|
|
54195
53896
|
bodyType: "json",
|
|
54196
53897
|
});
|
|
54197
|
-
|
|
54198
|
-
return $dara.cast<GetWebshellTokenResponse>(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
|
|
54199
|
-
} else {
|
|
54200
|
-
return $dara.cast<GetWebshellTokenResponse>(await this.execute(params, req, runtime), new GetWebshellTokenResponse({}));
|
|
54201
|
-
}
|
|
54202
|
-
|
|
53898
|
+
return $dara.cast<GetWebshellTokenResponse>(await this.callApi(params, req, runtime), new GetWebshellTokenResponse({}));
|
|
54203
53899
|
}
|
|
54204
53900
|
|
|
54205
53901
|
/**
|
|
@@ -54272,12 +53968,7 @@ export default class Client extends OpenApi {
|
|
|
54272
53968
|
reqBodyType: "json",
|
|
54273
53969
|
bodyType: "json",
|
|
54274
53970
|
});
|
|
54275
|
-
|
|
54276
|
-
return $dara.cast<ListAppEventsResponse>(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
|
|
54277
|
-
} else {
|
|
54278
|
-
return $dara.cast<ListAppEventsResponse>(await this.execute(params, req, runtime), new ListAppEventsResponse({}));
|
|
54279
|
-
}
|
|
54280
|
-
|
|
53971
|
+
return $dara.cast<ListAppEventsResponse>(await this.callApi(params, req, runtime), new ListAppEventsResponse({}));
|
|
54281
53972
|
}
|
|
54282
53973
|
|
|
54283
53974
|
/**
|
|
@@ -54354,12 +54045,7 @@ export default class Client extends OpenApi {
|
|
|
54354
54045
|
reqBodyType: "json",
|
|
54355
54046
|
bodyType: "json",
|
|
54356
54047
|
});
|
|
54357
|
-
|
|
54358
|
-
return $dara.cast<ListAppServicesResponse>(await this.callApi(params, req, runtime), new ListAppServicesResponse({}));
|
|
54359
|
-
} else {
|
|
54360
|
-
return $dara.cast<ListAppServicesResponse>(await this.execute(params, req, runtime), new ListAppServicesResponse({}));
|
|
54361
|
-
}
|
|
54362
|
-
|
|
54048
|
+
return $dara.cast<ListAppServicesResponse>(await this.callApi(params, req, runtime), new ListAppServicesResponse({}));
|
|
54363
54049
|
}
|
|
54364
54050
|
|
|
54365
54051
|
/**
|
|
@@ -54416,12 +54102,7 @@ export default class Client extends OpenApi {
|
|
|
54416
54102
|
reqBodyType: "json",
|
|
54417
54103
|
bodyType: "json",
|
|
54418
54104
|
});
|
|
54419
|
-
|
|
54420
|
-
return $dara.cast<ListAppServicesPageResponse>(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
|
|
54421
|
-
} else {
|
|
54422
|
-
return $dara.cast<ListAppServicesPageResponse>(await this.execute(params, req, runtime), new ListAppServicesPageResponse({}));
|
|
54423
|
-
}
|
|
54424
|
-
|
|
54105
|
+
return $dara.cast<ListAppServicesPageResponse>(await this.callApi(params, req, runtime), new ListAppServicesPageResponse({}));
|
|
54425
54106
|
}
|
|
54426
54107
|
|
|
54427
54108
|
/**
|
|
@@ -54466,12 +54147,7 @@ export default class Client extends OpenApi {
|
|
|
54466
54147
|
reqBodyType: "json",
|
|
54467
54148
|
bodyType: "json",
|
|
54468
54149
|
});
|
|
54469
|
-
|
|
54470
|
-
return $dara.cast<ListAppVersionsResponse>(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
|
|
54471
|
-
} else {
|
|
54472
|
-
return $dara.cast<ListAppVersionsResponse>(await this.execute(params, req, runtime), new ListAppVersionsResponse({}));
|
|
54473
|
-
}
|
|
54474
|
-
|
|
54150
|
+
return $dara.cast<ListAppVersionsResponse>(await this.callApi(params, req, runtime), new ListAppVersionsResponse({}));
|
|
54475
54151
|
}
|
|
54476
54152
|
|
|
54477
54153
|
/**
|
|
@@ -54552,12 +54228,7 @@ export default class Client extends OpenApi {
|
|
|
54552
54228
|
reqBodyType: "json",
|
|
54553
54229
|
bodyType: "json",
|
|
54554
54230
|
});
|
|
54555
|
-
|
|
54556
|
-
return $dara.cast<ListApplicationsResponse>(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
|
|
54557
|
-
} else {
|
|
54558
|
-
return $dara.cast<ListApplicationsResponse>(await this.execute(params, req, runtime), new ListApplicationsResponse({}));
|
|
54559
|
-
}
|
|
54560
|
-
|
|
54231
|
+
return $dara.cast<ListApplicationsResponse>(await this.callApi(params, req, runtime), new ListApplicationsResponse({}));
|
|
54561
54232
|
}
|
|
54562
54233
|
|
|
54563
54234
|
/**
|
|
@@ -54603,10 +54274,18 @@ export default class Client extends OpenApi {
|
|
|
54603
54274
|
query["Key"] = request.key;
|
|
54604
54275
|
}
|
|
54605
54276
|
|
|
54277
|
+
if (!$dara.isNull(request.orderBy)) {
|
|
54278
|
+
query["OrderBy"] = request.orderBy;
|
|
54279
|
+
}
|
|
54280
|
+
|
|
54606
54281
|
if (!$dara.isNull(request.pageSize)) {
|
|
54607
54282
|
query["PageSize"] = request.pageSize;
|
|
54608
54283
|
}
|
|
54609
54284
|
|
|
54285
|
+
if (!$dara.isNull(request.reverse)) {
|
|
54286
|
+
query["Reverse"] = request.reverse;
|
|
54287
|
+
}
|
|
54288
|
+
|
|
54610
54289
|
let req = new $OpenApiUtil.OpenApiRequest({
|
|
54611
54290
|
headers: headers,
|
|
54612
54291
|
query: OpenApiUtil.query(query),
|
|
@@ -54622,12 +54301,7 @@ export default class Client extends OpenApi {
|
|
|
54622
54301
|
reqBodyType: "json",
|
|
54623
54302
|
bodyType: "json",
|
|
54624
54303
|
});
|
|
54625
|
-
|
|
54626
|
-
return $dara.cast<ListChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
|
|
54627
|
-
} else {
|
|
54628
|
-
return $dara.cast<ListChangeOrdersResponse>(await this.execute(params, req, runtime), new ListChangeOrdersResponse({}));
|
|
54629
|
-
}
|
|
54630
|
-
|
|
54304
|
+
return $dara.cast<ListChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListChangeOrdersResponse({}));
|
|
54631
54305
|
}
|
|
54632
54306
|
|
|
54633
54307
|
/**
|
|
@@ -54672,12 +54346,7 @@ export default class Client extends OpenApi {
|
|
|
54672
54346
|
reqBodyType: "json",
|
|
54673
54347
|
bodyType: "json",
|
|
54674
54348
|
});
|
|
54675
|
-
|
|
54676
|
-
return $dara.cast<ListConsumedServicesResponse>(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
|
|
54677
|
-
} else {
|
|
54678
|
-
return $dara.cast<ListConsumedServicesResponse>(await this.execute(params, req, runtime), new ListConsumedServicesResponse({}));
|
|
54679
|
-
}
|
|
54680
|
-
|
|
54349
|
+
return $dara.cast<ListConsumedServicesResponse>(await this.callApi(params, req, runtime), new ListConsumedServicesResponse({}));
|
|
54681
54350
|
}
|
|
54682
54351
|
|
|
54683
54352
|
/**
|
|
@@ -54725,12 +54394,7 @@ export default class Client extends OpenApi {
|
|
|
54725
54394
|
reqBodyType: "json",
|
|
54726
54395
|
bodyType: "json",
|
|
54727
54396
|
});
|
|
54728
|
-
|
|
54729
|
-
return $dara.cast<ListGreyTagRouteResponse>(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
|
|
54730
|
-
} else {
|
|
54731
|
-
return $dara.cast<ListGreyTagRouteResponse>(await this.execute(params, req, runtime), new ListGreyTagRouteResponse({}));
|
|
54732
|
-
}
|
|
54733
|
-
|
|
54397
|
+
return $dara.cast<ListGreyTagRouteResponse>(await this.callApi(params, req, runtime), new ListGreyTagRouteResponse({}));
|
|
54734
54398
|
}
|
|
54735
54399
|
|
|
54736
54400
|
/**
|
|
@@ -54782,12 +54446,7 @@ export default class Client extends OpenApi {
|
|
|
54782
54446
|
reqBodyType: "json",
|
|
54783
54447
|
bodyType: "json",
|
|
54784
54448
|
});
|
|
54785
|
-
|
|
54786
|
-
return $dara.cast<ListIngressesResponse>(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
|
|
54787
|
-
} else {
|
|
54788
|
-
return $dara.cast<ListIngressesResponse>(await this.execute(params, req, runtime), new ListIngressesResponse({}));
|
|
54789
|
-
}
|
|
54790
|
-
|
|
54449
|
+
return $dara.cast<ListIngressesResponse>(await this.callApi(params, req, runtime), new ListIngressesResponse({}));
|
|
54791
54450
|
}
|
|
54792
54451
|
|
|
54793
54452
|
/**
|
|
@@ -54868,12 +54527,7 @@ export default class Client extends OpenApi {
|
|
|
54868
54527
|
reqBodyType: "json",
|
|
54869
54528
|
bodyType: "json",
|
|
54870
54529
|
});
|
|
54871
|
-
|
|
54872
|
-
return $dara.cast<ListJobsResponse>(await this.callApi(params, req, runtime), new ListJobsResponse({}));
|
|
54873
|
-
} else {
|
|
54874
|
-
return $dara.cast<ListJobsResponse>(await this.execute(params, req, runtime), new ListJobsResponse({}));
|
|
54875
|
-
}
|
|
54876
|
-
|
|
54530
|
+
return $dara.cast<ListJobsResponse>(await this.callApi(params, req, runtime), new ListJobsResponse({}));
|
|
54877
54531
|
}
|
|
54878
54532
|
|
|
54879
54533
|
/**
|
|
@@ -54926,12 +54580,7 @@ export default class Client extends OpenApi {
|
|
|
54926
54580
|
reqBodyType: "json",
|
|
54927
54581
|
bodyType: "json",
|
|
54928
54582
|
});
|
|
54929
|
-
|
|
54930
|
-
return $dara.cast<ListLogConfigsResponse>(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
|
|
54931
|
-
} else {
|
|
54932
|
-
return $dara.cast<ListLogConfigsResponse>(await this.execute(params, req, runtime), new ListLogConfigsResponse({}));
|
|
54933
|
-
}
|
|
54934
|
-
|
|
54583
|
+
return $dara.cast<ListLogConfigsResponse>(await this.callApi(params, req, runtime), new ListLogConfigsResponse({}));
|
|
54935
54584
|
}
|
|
54936
54585
|
|
|
54937
54586
|
/**
|
|
@@ -54996,12 +54645,7 @@ export default class Client extends OpenApi {
|
|
|
54996
54645
|
reqBodyType: "json",
|
|
54997
54646
|
bodyType: "json",
|
|
54998
54647
|
});
|
|
54999
|
-
|
|
55000
|
-
return $dara.cast<ListNamespaceChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
|
|
55001
|
-
} else {
|
|
55002
|
-
return $dara.cast<ListNamespaceChangeOrdersResponse>(await this.execute(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
|
|
55003
|
-
}
|
|
55004
|
-
|
|
54648
|
+
return $dara.cast<ListNamespaceChangeOrdersResponse>(await this.callApi(params, req, runtime), new ListNamespaceChangeOrdersResponse({}));
|
|
55005
54649
|
}
|
|
55006
54650
|
|
|
55007
54651
|
/**
|
|
@@ -55046,12 +54690,7 @@ export default class Client extends OpenApi {
|
|
|
55046
54690
|
reqBodyType: "json",
|
|
55047
54691
|
bodyType: "json",
|
|
55048
54692
|
});
|
|
55049
|
-
|
|
55050
|
-
return $dara.cast<ListNamespacedConfigMapsResponse>(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
|
|
55051
|
-
} else {
|
|
55052
|
-
return $dara.cast<ListNamespacedConfigMapsResponse>(await this.execute(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
|
|
55053
|
-
}
|
|
55054
|
-
|
|
54693
|
+
return $dara.cast<ListNamespacedConfigMapsResponse>(await this.callApi(params, req, runtime), new ListNamespacedConfigMapsResponse({}));
|
|
55055
54694
|
}
|
|
55056
54695
|
|
|
55057
54696
|
/**
|
|
@@ -55096,12 +54735,7 @@ export default class Client extends OpenApi {
|
|
|
55096
54735
|
reqBodyType: "json",
|
|
55097
54736
|
bodyType: "json",
|
|
55098
54737
|
});
|
|
55099
|
-
|
|
55100
|
-
return $dara.cast<ListPublishedServicesResponse>(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
|
|
55101
|
-
} else {
|
|
55102
|
-
return $dara.cast<ListPublishedServicesResponse>(await this.execute(params, req, runtime), new ListPublishedServicesResponse({}));
|
|
55103
|
-
}
|
|
55104
|
-
|
|
54738
|
+
return $dara.cast<ListPublishedServicesResponse>(await this.callApi(params, req, runtime), new ListPublishedServicesResponse({}));
|
|
55105
54739
|
}
|
|
55106
54740
|
|
|
55107
54741
|
/**
|
|
@@ -55146,12 +54780,7 @@ export default class Client extends OpenApi {
|
|
|
55146
54780
|
reqBodyType: "json",
|
|
55147
54781
|
bodyType: "json",
|
|
55148
54782
|
});
|
|
55149
|
-
|
|
55150
|
-
return $dara.cast<ListSecretsResponse>(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
|
|
55151
|
-
} else {
|
|
55152
|
-
return $dara.cast<ListSecretsResponse>(await this.execute(params, req, runtime), new ListSecretsResponse({}));
|
|
55153
|
-
}
|
|
55154
|
-
|
|
54783
|
+
return $dara.cast<ListSecretsResponse>(await this.callApi(params, req, runtime), new ListSecretsResponse({}));
|
|
55155
54784
|
}
|
|
55156
54785
|
|
|
55157
54786
|
/**
|
|
@@ -55212,12 +54841,7 @@ export default class Client extends OpenApi {
|
|
|
55212
54841
|
reqBodyType: "json",
|
|
55213
54842
|
bodyType: "json",
|
|
55214
54843
|
});
|
|
55215
|
-
|
|
55216
|
-
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
55217
|
-
} else {
|
|
55218
|
-
return $dara.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
|
|
55219
|
-
}
|
|
55220
|
-
|
|
54844
|
+
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
55221
54845
|
}
|
|
55222
54846
|
|
|
55223
54847
|
/**
|
|
@@ -55303,12 +54927,7 @@ export default class Client extends OpenApi {
|
|
|
55303
54927
|
reqBodyType: "json",
|
|
55304
54928
|
bodyType: "json",
|
|
55305
54929
|
});
|
|
55306
|
-
|
|
55307
|
-
return $dara.cast<ListWebApplicationInstancesResponse>(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
|
|
55308
|
-
} else {
|
|
55309
|
-
return $dara.cast<ListWebApplicationInstancesResponse>(await this.execute(params, req, runtime), new ListWebApplicationInstancesResponse({}));
|
|
55310
|
-
}
|
|
55311
|
-
|
|
54930
|
+
return $dara.cast<ListWebApplicationInstancesResponse>(await this.callApi(params, req, runtime), new ListWebApplicationInstancesResponse({}));
|
|
55312
54931
|
}
|
|
55313
54932
|
|
|
55314
54933
|
/**
|
|
@@ -55367,12 +54986,7 @@ export default class Client extends OpenApi {
|
|
|
55367
54986
|
reqBodyType: "json",
|
|
55368
54987
|
bodyType: "json",
|
|
55369
54988
|
});
|
|
55370
|
-
|
|
55371
|
-
return $dara.cast<ListWebApplicationRevisionsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
|
|
55372
|
-
} else {
|
|
55373
|
-
return $dara.cast<ListWebApplicationRevisionsResponse>(await this.execute(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
|
|
55374
|
-
}
|
|
55375
|
-
|
|
54989
|
+
return $dara.cast<ListWebApplicationRevisionsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationRevisionsResponse({}));
|
|
55376
54990
|
}
|
|
55377
54991
|
|
|
55378
54992
|
/**
|
|
@@ -55435,12 +55049,7 @@ export default class Client extends OpenApi {
|
|
|
55435
55049
|
reqBodyType: "json",
|
|
55436
55050
|
bodyType: "json",
|
|
55437
55051
|
});
|
|
55438
|
-
|
|
55439
|
-
return $dara.cast<ListWebApplicationsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
|
|
55440
|
-
} else {
|
|
55441
|
-
return $dara.cast<ListWebApplicationsResponse>(await this.execute(params, req, runtime), new ListWebApplicationsResponse({}));
|
|
55442
|
-
}
|
|
55443
|
-
|
|
55052
|
+
return $dara.cast<ListWebApplicationsResponse>(await this.callApi(params, req, runtime), new ListWebApplicationsResponse({}));
|
|
55444
55053
|
}
|
|
55445
55054
|
|
|
55446
55055
|
/**
|
|
@@ -55507,12 +55116,7 @@ export default class Client extends OpenApi {
|
|
|
55507
55116
|
reqBodyType: "json",
|
|
55508
55117
|
bodyType: "json",
|
|
55509
55118
|
});
|
|
55510
|
-
|
|
55511
|
-
return $dara.cast<ListWebCustomDomainsResponse>(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
|
|
55512
|
-
} else {
|
|
55513
|
-
return $dara.cast<ListWebCustomDomainsResponse>(await this.execute(params, req, runtime), new ListWebCustomDomainsResponse({}));
|
|
55514
|
-
}
|
|
55515
|
-
|
|
55119
|
+
return $dara.cast<ListWebCustomDomainsResponse>(await this.callApi(params, req, runtime), new ListWebCustomDomainsResponse({}));
|
|
55516
55120
|
}
|
|
55517
55121
|
|
|
55518
55122
|
/**
|
|
@@ -55555,12 +55159,7 @@ export default class Client extends OpenApi {
|
|
|
55555
55159
|
reqBodyType: "json",
|
|
55556
55160
|
bodyType: "json",
|
|
55557
55161
|
});
|
|
55558
|
-
|
|
55559
|
-
return $dara.cast<OpenSaeServiceResponse>(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
|
|
55560
|
-
} else {
|
|
55561
|
-
return $dara.cast<OpenSaeServiceResponse>(await this.execute(params, req, runtime), new OpenSaeServiceResponse({}));
|
|
55562
|
-
}
|
|
55563
|
-
|
|
55162
|
+
return $dara.cast<OpenSaeServiceResponse>(await this.callApi(params, req, runtime), new OpenSaeServiceResponse({}));
|
|
55564
55163
|
}
|
|
55565
55164
|
|
|
55566
55165
|
/**
|
|
@@ -55610,12 +55209,7 @@ export default class Client extends OpenApi {
|
|
|
55610
55209
|
reqBodyType: "json",
|
|
55611
55210
|
bodyType: "json",
|
|
55612
55211
|
});
|
|
55613
|
-
|
|
55614
|
-
return $dara.cast<PublishWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
|
|
55615
|
-
} else {
|
|
55616
|
-
return $dara.cast<PublishWebApplicationRevisionResponse>(await this.execute(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
|
|
55617
|
-
}
|
|
55618
|
-
|
|
55212
|
+
return $dara.cast<PublishWebApplicationRevisionResponse>(await this.callApi(params, req, runtime), new PublishWebApplicationRevisionResponse({}));
|
|
55619
55213
|
}
|
|
55620
55214
|
|
|
55621
55215
|
/**
|
|
@@ -55663,12 +55257,7 @@ export default class Client extends OpenApi {
|
|
|
55663
55257
|
reqBodyType: "json",
|
|
55664
55258
|
bodyType: "json",
|
|
55665
55259
|
});
|
|
55666
|
-
|
|
55667
|
-
return $dara.cast<QueryResourceStaticsResponse>(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
|
|
55668
|
-
} else {
|
|
55669
|
-
return $dara.cast<QueryResourceStaticsResponse>(await this.execute(params, req, runtime), new QueryResourceStaticsResponse({}));
|
|
55670
|
-
}
|
|
55671
|
-
|
|
55260
|
+
return $dara.cast<QueryResourceStaticsResponse>(await this.callApi(params, req, runtime), new QueryResourceStaticsResponse({}));
|
|
55672
55261
|
}
|
|
55673
55262
|
|
|
55674
55263
|
/**
|
|
@@ -55717,12 +55306,7 @@ export default class Client extends OpenApi {
|
|
|
55717
55306
|
reqBodyType: "json",
|
|
55718
55307
|
bodyType: "json",
|
|
55719
55308
|
});
|
|
55720
|
-
|
|
55721
|
-
return $dara.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
55722
|
-
} else {
|
|
55723
|
-
return $dara.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.execute(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
55724
|
-
}
|
|
55725
|
-
|
|
55309
|
+
return $dara.cast<ReduceApplicationCapacityByInstanceIdsResponse>(await this.callApi(params, req, runtime), new ReduceApplicationCapacityByInstanceIdsResponse({}));
|
|
55726
55310
|
}
|
|
55727
55311
|
|
|
55728
55312
|
/**
|
|
@@ -55783,12 +55367,7 @@ export default class Client extends OpenApi {
|
|
|
55783
55367
|
reqBodyType: "json",
|
|
55784
55368
|
bodyType: "json",
|
|
55785
55369
|
});
|
|
55786
|
-
|
|
55787
|
-
return $dara.cast<RescaleApplicationResponse>(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
|
|
55788
|
-
} else {
|
|
55789
|
-
return $dara.cast<RescaleApplicationResponse>(await this.execute(params, req, runtime), new RescaleApplicationResponse({}));
|
|
55790
|
-
}
|
|
55791
|
-
|
|
55370
|
+
return $dara.cast<RescaleApplicationResponse>(await this.callApi(params, req, runtime), new RescaleApplicationResponse({}));
|
|
55792
55371
|
}
|
|
55793
55372
|
|
|
55794
55373
|
/**
|
|
@@ -55822,6 +55401,10 @@ export default class Client extends OpenApi {
|
|
|
55822
55401
|
query["Cpu"] = request.cpu;
|
|
55823
55402
|
}
|
|
55824
55403
|
|
|
55404
|
+
if (!$dara.isNull(request.diskSize)) {
|
|
55405
|
+
query["DiskSize"] = request.diskSize;
|
|
55406
|
+
}
|
|
55407
|
+
|
|
55825
55408
|
if (!$dara.isNull(request.memory)) {
|
|
55826
55409
|
query["Memory"] = request.memory;
|
|
55827
55410
|
}
|
|
@@ -55853,12 +55436,7 @@ export default class Client extends OpenApi {
|
|
|
55853
55436
|
reqBodyType: "json",
|
|
55854
55437
|
bodyType: "json",
|
|
55855
55438
|
});
|
|
55856
|
-
|
|
55857
|
-
return $dara.cast<RescaleApplicationVerticallyResponse>(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
|
|
55858
|
-
} else {
|
|
55859
|
-
return $dara.cast<RescaleApplicationVerticallyResponse>(await this.execute(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
|
|
55860
|
-
}
|
|
55861
|
-
|
|
55439
|
+
return $dara.cast<RescaleApplicationVerticallyResponse>(await this.callApi(params, req, runtime), new RescaleApplicationVerticallyResponse({}));
|
|
55862
55440
|
}
|
|
55863
55441
|
|
|
55864
55442
|
/**
|
|
@@ -55915,12 +55493,7 @@ export default class Client extends OpenApi {
|
|
|
55915
55493
|
reqBodyType: "json",
|
|
55916
55494
|
bodyType: "json",
|
|
55917
55495
|
});
|
|
55918
|
-
|
|
55919
|
-
return $dara.cast<RestartApplicationResponse>(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
|
|
55920
|
-
} else {
|
|
55921
|
-
return $dara.cast<RestartApplicationResponse>(await this.execute(params, req, runtime), new RestartApplicationResponse({}));
|
|
55922
|
-
}
|
|
55923
|
-
|
|
55496
|
+
return $dara.cast<RestartApplicationResponse>(await this.callApi(params, req, runtime), new RestartApplicationResponse({}));
|
|
55924
55497
|
}
|
|
55925
55498
|
|
|
55926
55499
|
/**
|
|
@@ -55969,12 +55542,7 @@ export default class Client extends OpenApi {
|
|
|
55969
55542
|
reqBodyType: "json",
|
|
55970
55543
|
bodyType: "json",
|
|
55971
55544
|
});
|
|
55972
|
-
|
|
55973
|
-
return $dara.cast<RestartInstancesResponse>(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
|
|
55974
|
-
} else {
|
|
55975
|
-
return $dara.cast<RestartInstancesResponse>(await this.execute(params, req, runtime), new RestartInstancesResponse({}));
|
|
55976
|
-
}
|
|
55977
|
-
|
|
55545
|
+
return $dara.cast<RestartInstancesResponse>(await this.callApi(params, req, runtime), new RestartInstancesResponse({}));
|
|
55978
55546
|
}
|
|
55979
55547
|
|
|
55980
55548
|
/**
|
|
@@ -56043,12 +55611,7 @@ export default class Client extends OpenApi {
|
|
|
56043
55611
|
reqBodyType: "json",
|
|
56044
55612
|
bodyType: "json",
|
|
56045
55613
|
});
|
|
56046
|
-
|
|
56047
|
-
return $dara.cast<RollbackApplicationResponse>(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
|
|
56048
|
-
} else {
|
|
56049
|
-
return $dara.cast<RollbackApplicationResponse>(await this.execute(params, req, runtime), new RollbackApplicationResponse({}));
|
|
56050
|
-
}
|
|
56051
|
-
|
|
55614
|
+
return $dara.cast<RollbackApplicationResponse>(await this.callApi(params, req, runtime), new RollbackApplicationResponse({}));
|
|
56052
55615
|
}
|
|
56053
55616
|
|
|
56054
55617
|
/**
|
|
@@ -56093,12 +55656,7 @@ export default class Client extends OpenApi {
|
|
|
56093
55656
|
reqBodyType: "json",
|
|
56094
55657
|
bodyType: "json",
|
|
56095
55658
|
});
|
|
56096
|
-
|
|
56097
|
-
return $dara.cast<StartApplicationResponse>(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
|
|
56098
|
-
} else {
|
|
56099
|
-
return $dara.cast<StartApplicationResponse>(await this.execute(params, req, runtime), new StartApplicationResponse({}));
|
|
56100
|
-
}
|
|
56101
|
-
|
|
55659
|
+
return $dara.cast<StartApplicationResponse>(await this.callApi(params, req, runtime), new StartApplicationResponse({}));
|
|
56102
55660
|
}
|
|
56103
55661
|
|
|
56104
55662
|
/**
|
|
@@ -56146,12 +55704,7 @@ export default class Client extends OpenApi {
|
|
|
56146
55704
|
reqBodyType: "json",
|
|
56147
55705
|
bodyType: "json",
|
|
56148
55706
|
});
|
|
56149
|
-
|
|
56150
|
-
return $dara.cast<StartWebApplicationResponse>(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
|
|
56151
|
-
} else {
|
|
56152
|
-
return $dara.cast<StartWebApplicationResponse>(await this.execute(params, req, runtime), new StartWebApplicationResponse({}));
|
|
56153
|
-
}
|
|
56154
|
-
|
|
55707
|
+
return $dara.cast<StartWebApplicationResponse>(await this.callApi(params, req, runtime), new StartWebApplicationResponse({}));
|
|
56155
55708
|
}
|
|
56156
55709
|
|
|
56157
55710
|
/**
|
|
@@ -56199,12 +55752,7 @@ export default class Client extends OpenApi {
|
|
|
56199
55752
|
reqBodyType: "json",
|
|
56200
55753
|
bodyType: "json",
|
|
56201
55754
|
});
|
|
56202
|
-
|
|
56203
|
-
return $dara.cast<StopApplicationResponse>(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
|
|
56204
|
-
} else {
|
|
56205
|
-
return $dara.cast<StopApplicationResponse>(await this.execute(params, req, runtime), new StopApplicationResponse({}));
|
|
56206
|
-
}
|
|
56207
|
-
|
|
55755
|
+
return $dara.cast<StopApplicationResponse>(await this.callApi(params, req, runtime), new StopApplicationResponse({}));
|
|
56208
55756
|
}
|
|
56209
55757
|
|
|
56210
55758
|
/**
|
|
@@ -56252,12 +55800,7 @@ export default class Client extends OpenApi {
|
|
|
56252
55800
|
reqBodyType: "json",
|
|
56253
55801
|
bodyType: "json",
|
|
56254
55802
|
});
|
|
56255
|
-
|
|
56256
|
-
return $dara.cast<StopWebApplicationResponse>(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
|
|
56257
|
-
} else {
|
|
56258
|
-
return $dara.cast<StopWebApplicationResponse>(await this.execute(params, req, runtime), new StopWebApplicationResponse({}));
|
|
56259
|
-
}
|
|
56260
|
-
|
|
55803
|
+
return $dara.cast<StopWebApplicationResponse>(await this.callApi(params, req, runtime), new StopWebApplicationResponse({}));
|
|
56261
55804
|
}
|
|
56262
55805
|
|
|
56263
55806
|
/**
|
|
@@ -56309,12 +55852,7 @@ export default class Client extends OpenApi {
|
|
|
56309
55852
|
reqBodyType: "json",
|
|
56310
55853
|
bodyType: "json",
|
|
56311
55854
|
});
|
|
56312
|
-
|
|
56313
|
-
return $dara.cast<SuspendJobResponse>(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
|
|
56314
|
-
} else {
|
|
56315
|
-
return $dara.cast<SuspendJobResponse>(await this.execute(params, req, runtime), new SuspendJobResponse({}));
|
|
56316
|
-
}
|
|
56317
|
-
|
|
55855
|
+
return $dara.cast<SuspendJobResponse>(await this.callApi(params, req, runtime), new SuspendJobResponse({}));
|
|
56318
55856
|
}
|
|
56319
55857
|
|
|
56320
55858
|
/**
|
|
@@ -56371,12 +55909,7 @@ export default class Client extends OpenApi {
|
|
|
56371
55909
|
reqBodyType: "formData",
|
|
56372
55910
|
bodyType: "json",
|
|
56373
55911
|
});
|
|
56374
|
-
|
|
56375
|
-
return $dara.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
56376
|
-
} else {
|
|
56377
|
-
return $dara.cast<TagResourcesResponse>(await this.execute(params, req, runtime), new TagResourcesResponse({}));
|
|
56378
|
-
}
|
|
56379
|
-
|
|
55912
|
+
return $dara.cast<TagResourcesResponse>(await this.callApi(params, req, runtime), new TagResourcesResponse({}));
|
|
56380
55913
|
}
|
|
56381
55914
|
|
|
56382
55915
|
/**
|
|
@@ -56433,12 +55966,7 @@ export default class Client extends OpenApi {
|
|
|
56433
55966
|
reqBodyType: "json",
|
|
56434
55967
|
bodyType: "json",
|
|
56435
55968
|
});
|
|
56436
|
-
|
|
56437
|
-
return $dara.cast<UnbindNlbResponse>(await this.callApi(params, req, runtime), new UnbindNlbResponse({}));
|
|
56438
|
-
} else {
|
|
56439
|
-
return $dara.cast<UnbindNlbResponse>(await this.execute(params, req, runtime), new UnbindNlbResponse({}));
|
|
56440
|
-
}
|
|
56441
|
-
|
|
55969
|
+
return $dara.cast<UnbindNlbResponse>(await this.callApi(params, req, runtime), new UnbindNlbResponse({}));
|
|
56442
55970
|
}
|
|
56443
55971
|
|
|
56444
55972
|
/**
|
|
@@ -56491,12 +56019,7 @@ export default class Client extends OpenApi {
|
|
|
56491
56019
|
reqBodyType: "json",
|
|
56492
56020
|
bodyType: "json",
|
|
56493
56021
|
});
|
|
56494
|
-
|
|
56495
|
-
return $dara.cast<UnbindSlbResponse>(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
|
|
56496
|
-
} else {
|
|
56497
|
-
return $dara.cast<UnbindSlbResponse>(await this.execute(params, req, runtime), new UnbindSlbResponse({}));
|
|
56498
|
-
}
|
|
56499
|
-
|
|
56022
|
+
return $dara.cast<UnbindSlbResponse>(await this.callApi(params, req, runtime), new UnbindSlbResponse({}));
|
|
56500
56023
|
}
|
|
56501
56024
|
|
|
56502
56025
|
/**
|
|
@@ -56555,12 +56078,7 @@ export default class Client extends OpenApi {
|
|
|
56555
56078
|
reqBodyType: "json",
|
|
56556
56079
|
bodyType: "json",
|
|
56557
56080
|
});
|
|
56558
|
-
|
|
56559
|
-
return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
56560
|
-
} else {
|
|
56561
|
-
return $dara.cast<UntagResourcesResponse>(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
|
|
56562
|
-
}
|
|
56563
|
-
|
|
56081
|
+
return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
56564
56082
|
}
|
|
56565
56083
|
|
|
56566
56084
|
/**
|
|
@@ -56607,12 +56125,7 @@ export default class Client extends OpenApi {
|
|
|
56607
56125
|
reqBodyType: "json",
|
|
56608
56126
|
bodyType: "json",
|
|
56609
56127
|
});
|
|
56610
|
-
|
|
56611
|
-
return $dara.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
56612
|
-
} else {
|
|
56613
|
-
return $dara.cast<UpdateAppSecurityGroupResponse>(await this.execute(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
56614
|
-
}
|
|
56615
|
-
|
|
56128
|
+
return $dara.cast<UpdateAppSecurityGroupResponse>(await this.callApi(params, req, runtime), new UpdateAppSecurityGroupResponse({}));
|
|
56616
56129
|
}
|
|
56617
56130
|
|
|
56618
56131
|
/**
|
|
@@ -56661,12 +56174,7 @@ export default class Client extends OpenApi {
|
|
|
56661
56174
|
reqBodyType: "json",
|
|
56662
56175
|
bodyType: "json",
|
|
56663
56176
|
});
|
|
56664
|
-
|
|
56665
|
-
return $dara.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
56666
|
-
} else {
|
|
56667
|
-
return $dara.cast<UpdateApplicationDescriptionResponse>(await this.execute(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
56668
|
-
}
|
|
56669
|
-
|
|
56177
|
+
return $dara.cast<UpdateApplicationDescriptionResponse>(await this.callApi(params, req, runtime), new UpdateApplicationDescriptionResponse({}));
|
|
56670
56178
|
}
|
|
56671
56179
|
|
|
56672
56180
|
/**
|
|
@@ -56739,12 +56247,7 @@ export default class Client extends OpenApi {
|
|
|
56739
56247
|
reqBodyType: "json",
|
|
56740
56248
|
bodyType: "json",
|
|
56741
56249
|
});
|
|
56742
|
-
|
|
56743
|
-
return $dara.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
56744
|
-
} else {
|
|
56745
|
-
return $dara.cast<UpdateApplicationScalingRuleResponse>(await this.execute(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
56746
|
-
}
|
|
56747
|
-
|
|
56250
|
+
return $dara.cast<UpdateApplicationScalingRuleResponse>(await this.callApi(params, req, runtime), new UpdateApplicationScalingRuleResponse({}));
|
|
56748
56251
|
}
|
|
56749
56252
|
|
|
56750
56253
|
/**
|
|
@@ -56797,12 +56300,7 @@ export default class Client extends OpenApi {
|
|
|
56797
56300
|
reqBodyType: "json",
|
|
56798
56301
|
bodyType: "json",
|
|
56799
56302
|
});
|
|
56800
|
-
|
|
56801
|
-
return $dara.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
56802
|
-
} else {
|
|
56803
|
-
return $dara.cast<UpdateApplicationVswitchesResponse>(await this.execute(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
56804
|
-
}
|
|
56805
|
-
|
|
56303
|
+
return $dara.cast<UpdateApplicationVswitchesResponse>(await this.callApi(params, req, runtime), new UpdateApplicationVswitchesResponse({}));
|
|
56806
56304
|
}
|
|
56807
56305
|
|
|
56808
56306
|
/**
|
|
@@ -56857,12 +56355,7 @@ export default class Client extends OpenApi {
|
|
|
56857
56355
|
reqBodyType: "json",
|
|
56858
56356
|
bodyType: "json",
|
|
56859
56357
|
});
|
|
56860
|
-
|
|
56861
|
-
return $dara.cast<UpdateConfigMapResponse>(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
|
|
56862
|
-
} else {
|
|
56863
|
-
return $dara.cast<UpdateConfigMapResponse>(await this.execute(params, req, runtime), new UpdateConfigMapResponse({}));
|
|
56864
|
-
}
|
|
56865
|
-
|
|
56358
|
+
return $dara.cast<UpdateConfigMapResponse>(await this.callApi(params, req, runtime), new UpdateConfigMapResponse({}));
|
|
56866
56359
|
}
|
|
56867
56360
|
|
|
56868
56361
|
/**
|
|
@@ -56923,12 +56416,7 @@ export default class Client extends OpenApi {
|
|
|
56923
56416
|
reqBodyType: "json",
|
|
56924
56417
|
bodyType: "json",
|
|
56925
56418
|
});
|
|
56926
|
-
|
|
56927
|
-
return $dara.cast<UpdateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
|
|
56928
|
-
} else {
|
|
56929
|
-
return $dara.cast<UpdateGreyTagRouteResponse>(await this.execute(params, req, runtime), new UpdateGreyTagRouteResponse({}));
|
|
56930
|
-
}
|
|
56931
|
-
|
|
56419
|
+
return $dara.cast<UpdateGreyTagRouteResponse>(await this.callApi(params, req, runtime), new UpdateGreyTagRouteResponse({}));
|
|
56932
56420
|
}
|
|
56933
56421
|
|
|
56934
56422
|
/**
|
|
@@ -57043,12 +56531,7 @@ export default class Client extends OpenApi {
|
|
|
57043
56531
|
reqBodyType: "formData",
|
|
57044
56532
|
bodyType: "json",
|
|
57045
56533
|
});
|
|
57046
|
-
|
|
57047
|
-
return $dara.cast<UpdateIngressResponse>(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
|
|
57048
|
-
} else {
|
|
57049
|
-
return $dara.cast<UpdateIngressResponse>(await this.execute(params, req, runtime), new UpdateIngressResponse({}));
|
|
57050
|
-
}
|
|
57051
|
-
|
|
56534
|
+
return $dara.cast<UpdateIngressResponse>(await this.callApi(params, req, runtime), new UpdateIngressResponse({}));
|
|
57052
56535
|
}
|
|
57053
56536
|
|
|
57054
56537
|
/**
|
|
@@ -57271,12 +56754,7 @@ export default class Client extends OpenApi {
|
|
|
57271
56754
|
reqBodyType: "formData",
|
|
57272
56755
|
bodyType: "json",
|
|
57273
56756
|
});
|
|
57274
|
-
|
|
57275
|
-
return $dara.cast<UpdateJobResponse>(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
|
|
57276
|
-
} else {
|
|
57277
|
-
return $dara.cast<UpdateJobResponse>(await this.execute(params, req, runtime), new UpdateJobResponse({}));
|
|
57278
|
-
}
|
|
57279
|
-
|
|
56757
|
+
return $dara.cast<UpdateJobResponse>(await this.callApi(params, req, runtime), new UpdateJobResponse({}));
|
|
57280
56758
|
}
|
|
57281
56759
|
|
|
57282
56760
|
/**
|
|
@@ -57337,12 +56815,7 @@ export default class Client extends OpenApi {
|
|
|
57337
56815
|
reqBodyType: "json",
|
|
57338
56816
|
bodyType: "json",
|
|
57339
56817
|
});
|
|
57340
|
-
|
|
57341
|
-
return $dara.cast<UpdateNamespaceResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
|
|
57342
|
-
} else {
|
|
57343
|
-
return $dara.cast<UpdateNamespaceResponse>(await this.execute(params, req, runtime), new UpdateNamespaceResponse({}));
|
|
57344
|
-
}
|
|
57345
|
-
|
|
56818
|
+
return $dara.cast<UpdateNamespaceResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceResponse({}));
|
|
57346
56819
|
}
|
|
57347
56820
|
|
|
57348
56821
|
/**
|
|
@@ -57395,12 +56868,7 @@ export default class Client extends OpenApi {
|
|
|
57395
56868
|
reqBodyType: "json",
|
|
57396
56869
|
bodyType: "json",
|
|
57397
56870
|
});
|
|
57398
|
-
|
|
57399
|
-
return $dara.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
57400
|
-
} else {
|
|
57401
|
-
return $dara.cast<UpdateNamespaceVpcResponse>(await this.execute(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
57402
|
-
}
|
|
57403
|
-
|
|
56871
|
+
return $dara.cast<UpdateNamespaceVpcResponse>(await this.callApi(params, req, runtime), new UpdateNamespaceVpcResponse({}));
|
|
57404
56872
|
}
|
|
57405
56873
|
|
|
57406
56874
|
/**
|
|
@@ -57463,12 +56931,7 @@ export default class Client extends OpenApi {
|
|
|
57463
56931
|
reqBodyType: "json",
|
|
57464
56932
|
bodyType: "json",
|
|
57465
56933
|
});
|
|
57466
|
-
|
|
57467
|
-
return $dara.cast<UpdateSecretResponse>(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
|
|
57468
|
-
} else {
|
|
57469
|
-
return $dara.cast<UpdateSecretResponse>(await this.execute(params, req, runtime), new UpdateSecretResponse({}));
|
|
57470
|
-
}
|
|
57471
|
-
|
|
56934
|
+
return $dara.cast<UpdateSecretResponse>(await this.callApi(params, req, runtime), new UpdateSecretResponse({}));
|
|
57472
56935
|
}
|
|
57473
56936
|
|
|
57474
56937
|
/**
|
|
@@ -57521,12 +56984,7 @@ export default class Client extends OpenApi {
|
|
|
57521
56984
|
reqBodyType: "json",
|
|
57522
56985
|
bodyType: "json",
|
|
57523
56986
|
});
|
|
57524
|
-
|
|
57525
|
-
return $dara.cast<UpdateWebApplicationResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
|
|
57526
|
-
} else {
|
|
57527
|
-
return $dara.cast<UpdateWebApplicationResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationResponse({}));
|
|
57528
|
-
}
|
|
57529
|
-
|
|
56987
|
+
return $dara.cast<UpdateWebApplicationResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationResponse({}));
|
|
57530
56988
|
}
|
|
57531
56989
|
|
|
57532
56990
|
/**
|
|
@@ -57578,12 +57036,7 @@ export default class Client extends OpenApi {
|
|
|
57578
57036
|
reqBodyType: "json",
|
|
57579
57037
|
bodyType: "json",
|
|
57580
57038
|
});
|
|
57581
|
-
|
|
57582
|
-
return $dara.cast<UpdateWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
|
|
57583
|
-
} else {
|
|
57584
|
-
return $dara.cast<UpdateWebApplicationScalingConfigResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
|
|
57585
|
-
}
|
|
57586
|
-
|
|
57039
|
+
return $dara.cast<UpdateWebApplicationScalingConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationScalingConfigResponse({}));
|
|
57587
57040
|
}
|
|
57588
57041
|
|
|
57589
57042
|
/**
|
|
@@ -57635,12 +57088,7 @@ export default class Client extends OpenApi {
|
|
|
57635
57088
|
reqBodyType: "json",
|
|
57636
57089
|
bodyType: "json",
|
|
57637
57090
|
});
|
|
57638
|
-
|
|
57639
|
-
return $dara.cast<UpdateWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
|
|
57640
|
-
} else {
|
|
57641
|
-
return $dara.cast<UpdateWebApplicationTrafficConfigResponse>(await this.execute(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
|
|
57642
|
-
}
|
|
57643
|
-
|
|
57091
|
+
return $dara.cast<UpdateWebApplicationTrafficConfigResponse>(await this.callApi(params, req, runtime), new UpdateWebApplicationTrafficConfigResponse({}));
|
|
57644
57092
|
}
|
|
57645
57093
|
|
|
57646
57094
|
/**
|
|
@@ -57692,12 +57140,7 @@ export default class Client extends OpenApi {
|
|
|
57692
57140
|
reqBodyType: "json",
|
|
57693
57141
|
bodyType: "json",
|
|
57694
57142
|
});
|
|
57695
|
-
|
|
57696
|
-
return $dara.cast<UpdateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
|
|
57697
|
-
} else {
|
|
57698
|
-
return $dara.cast<UpdateWebCustomDomainResponse>(await this.execute(params, req, runtime), new UpdateWebCustomDomainResponse({}));
|
|
57699
|
-
}
|
|
57700
|
-
|
|
57143
|
+
return $dara.cast<UpdateWebCustomDomainResponse>(await this.callApi(params, req, runtime), new UpdateWebCustomDomainResponse({}));
|
|
57701
57144
|
}
|
|
57702
57145
|
|
|
57703
57146
|
/**
|
|
@@ -57748,12 +57191,7 @@ export default class Client extends OpenApi {
|
|
|
57748
57191
|
reqBodyType: "json",
|
|
57749
57192
|
bodyType: "json",
|
|
57750
57193
|
});
|
|
57751
|
-
|
|
57752
|
-
return $dara.cast<UpgradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
|
|
57753
|
-
} else {
|
|
57754
|
-
return $dara.cast<UpgradeApplicationApmServiceResponse>(await this.execute(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
|
|
57755
|
-
}
|
|
57756
|
-
|
|
57194
|
+
return $dara.cast<UpgradeApplicationApmServiceResponse>(await this.callApi(params, req, runtime), new UpgradeApplicationApmServiceResponse({}));
|
|
57757
57195
|
}
|
|
57758
57196
|
|
|
57759
57197
|
/**
|