@alicloud/esa20240910 2.24.0 → 2.24.1
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 +29 -0
- package/dist/client.js +395 -1938
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +434 -1938
package/src/client.ts
CHANGED
|
@@ -16389,6 +16389,11 @@ export class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
16389
16389
|
* test.example.com
|
|
16390
16390
|
*/
|
|
16391
16391
|
dnsRecord?: string;
|
|
16392
|
+
follow302Enable?: string;
|
|
16393
|
+
follow302MaxTries?: string;
|
|
16394
|
+
follow302RetainArgs?: string;
|
|
16395
|
+
follow302RetainHeader?: string;
|
|
16396
|
+
follow302TargetHost?: string;
|
|
16392
16397
|
/**
|
|
16393
16398
|
* @remarks
|
|
16394
16399
|
* HOST carried in the origin request.
|
|
@@ -16514,6 +16519,11 @@ export class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
16514
16519
|
configId: 'ConfigId',
|
|
16515
16520
|
configType: 'ConfigType',
|
|
16516
16521
|
dnsRecord: 'DnsRecord',
|
|
16522
|
+
follow302Enable: 'Follow302Enable',
|
|
16523
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
16524
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
16525
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
16526
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
16517
16527
|
originHost: 'OriginHost',
|
|
16518
16528
|
originHttpPort: 'OriginHttpPort',
|
|
16519
16529
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -16537,6 +16547,11 @@ export class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
16537
16547
|
configId: 'number',
|
|
16538
16548
|
configType: 'string',
|
|
16539
16549
|
dnsRecord: 'string',
|
|
16550
|
+
follow302Enable: 'string',
|
|
16551
|
+
follow302MaxTries: 'string',
|
|
16552
|
+
follow302RetainArgs: 'string',
|
|
16553
|
+
follow302RetainHeader: 'string',
|
|
16554
|
+
follow302TargetHost: 'string',
|
|
16540
16555
|
originHost: 'string',
|
|
16541
16556
|
originHttpPort: 'string',
|
|
16542
16557
|
originHttpsPort: 'string',
|
|
@@ -22535,6 +22550,8 @@ export class BatchCreateWafRulesRequest extends $dara.Model {
|
|
|
22535
22550
|
* @remarks
|
|
22536
22551
|
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
22537
22552
|
*
|
|
22553
|
+
* This parameter is required.
|
|
22554
|
+
*
|
|
22538
22555
|
* @example
|
|
22539
22556
|
* 1
|
|
22540
22557
|
*/
|
|
@@ -22618,6 +22635,8 @@ export class BatchCreateWafRulesShrinkRequest extends $dara.Model {
|
|
|
22618
22635
|
* @remarks
|
|
22619
22636
|
* Site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
22620
22637
|
*
|
|
22638
|
+
* This parameter is required.
|
|
22639
|
+
*
|
|
22621
22640
|
* @example
|
|
22622
22641
|
* 1
|
|
22623
22642
|
*/
|
|
@@ -23644,6 +23663,8 @@ export class BatchUpdateWafRulesRequest extends $dara.Model {
|
|
|
23644
23663
|
* @remarks
|
|
23645
23664
|
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
23646
23665
|
*
|
|
23666
|
+
* This parameter is required.
|
|
23667
|
+
*
|
|
23647
23668
|
* @example
|
|
23648
23669
|
* 1
|
|
23649
23670
|
*/
|
|
@@ -23727,6 +23748,8 @@ export class BatchUpdateWafRulesShrinkRequest extends $dara.Model {
|
|
|
23727
23748
|
* @remarks
|
|
23728
23749
|
* The website ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) operation.
|
|
23729
23750
|
*
|
|
23751
|
+
* This parameter is required.
|
|
23752
|
+
*
|
|
23730
23753
|
* @example
|
|
23731
23754
|
* 1
|
|
23732
23755
|
*/
|
|
@@ -28935,6 +28958,11 @@ export class CreateOriginRuleRequest extends $dara.Model {
|
|
|
28935
28958
|
* test.example.com
|
|
28936
28959
|
*/
|
|
28937
28960
|
dnsRecord?: string;
|
|
28961
|
+
follow302Enable?: string;
|
|
28962
|
+
follow302MaxTries?: string;
|
|
28963
|
+
follow302RetainArgs?: string;
|
|
28964
|
+
follow302RetainHeader?: string;
|
|
28965
|
+
follow302TargetHost?: string;
|
|
28938
28966
|
/**
|
|
28939
28967
|
* @remarks
|
|
28940
28968
|
* The HOST carried in the origin request.
|
|
@@ -29061,6 +29089,11 @@ export class CreateOriginRuleRequest extends $dara.Model {
|
|
|
29061
29089
|
static names(): { [key: string]: string } {
|
|
29062
29090
|
return {
|
|
29063
29091
|
dnsRecord: 'DnsRecord',
|
|
29092
|
+
follow302Enable: 'Follow302Enable',
|
|
29093
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
29094
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
29095
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
29096
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
29064
29097
|
originHost: 'OriginHost',
|
|
29065
29098
|
originHttpPort: 'OriginHttpPort',
|
|
29066
29099
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -29083,6 +29116,11 @@ export class CreateOriginRuleRequest extends $dara.Model {
|
|
|
29083
29116
|
static types(): { [key: string]: any } {
|
|
29084
29117
|
return {
|
|
29085
29118
|
dnsRecord: 'string',
|
|
29119
|
+
follow302Enable: 'string',
|
|
29120
|
+
follow302MaxTries: 'string',
|
|
29121
|
+
follow302RetainArgs: 'string',
|
|
29122
|
+
follow302RetainHeader: 'string',
|
|
29123
|
+
follow302TargetHost: 'string',
|
|
29086
29124
|
originHost: 'string',
|
|
29087
29125
|
originHttpPort: 'string',
|
|
29088
29126
|
originHttpsPort: 'string',
|
|
@@ -48424,6 +48462,11 @@ export class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
48424
48462
|
* test.example.com
|
|
48425
48463
|
*/
|
|
48426
48464
|
dnsRecord?: string;
|
|
48465
|
+
follow302Enable?: string;
|
|
48466
|
+
follow302MaxTries?: string;
|
|
48467
|
+
follow302RetainArgs?: string;
|
|
48468
|
+
follow302RetainHeader?: string;
|
|
48469
|
+
follow302TargetHost?: string;
|
|
48427
48470
|
/**
|
|
48428
48471
|
* @remarks
|
|
48429
48472
|
* HOST carried in the origin request.
|
|
@@ -48559,6 +48602,11 @@ export class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
48559
48602
|
configId: 'ConfigId',
|
|
48560
48603
|
configType: 'ConfigType',
|
|
48561
48604
|
dnsRecord: 'DnsRecord',
|
|
48605
|
+
follow302Enable: 'Follow302Enable',
|
|
48606
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
48607
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
48608
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
48609
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
48562
48610
|
originHost: 'OriginHost',
|
|
48563
48611
|
originHttpPort: 'OriginHttpPort',
|
|
48564
48612
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -48583,6 +48631,11 @@ export class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
48583
48631
|
configId: 'number',
|
|
48584
48632
|
configType: 'string',
|
|
48585
48633
|
dnsRecord: 'string',
|
|
48634
|
+
follow302Enable: 'string',
|
|
48635
|
+
follow302MaxTries: 'string',
|
|
48636
|
+
follow302RetainArgs: 'string',
|
|
48637
|
+
follow302RetainHeader: 'string',
|
|
48638
|
+
follow302TargetHost: 'string',
|
|
48586
48639
|
originHost: 'string',
|
|
48587
48640
|
originHttpPort: 'string',
|
|
48588
48641
|
originHttpsPort: 'string',
|
|
@@ -52814,6 +52867,7 @@ export class GetWafRuleResponseBody extends $dara.Model {
|
|
|
52814
52867
|
* 36af3fcc-43d0-441c-86b1-428951dc8225
|
|
52815
52868
|
*/
|
|
52816
52869
|
requestId?: string;
|
|
52870
|
+
rulesetId?: number;
|
|
52817
52871
|
/**
|
|
52818
52872
|
* @remarks
|
|
52819
52873
|
* Rule status.
|
|
@@ -52838,6 +52892,7 @@ export class GetWafRuleResponseBody extends $dara.Model {
|
|
|
52838
52892
|
phase: 'Phase',
|
|
52839
52893
|
position: 'Position',
|
|
52840
52894
|
requestId: 'RequestId',
|
|
52895
|
+
rulesetId: 'RulesetId',
|
|
52841
52896
|
status: 'Status',
|
|
52842
52897
|
updateTime: 'UpdateTime',
|
|
52843
52898
|
};
|
|
@@ -52851,6 +52906,7 @@ export class GetWafRuleResponseBody extends $dara.Model {
|
|
|
52851
52906
|
phase: 'string',
|
|
52852
52907
|
position: 'number',
|
|
52853
52908
|
requestId: 'string',
|
|
52909
|
+
rulesetId: 'number',
|
|
52854
52910
|
status: 'string',
|
|
52855
52911
|
updateTime: 'string',
|
|
52856
52912
|
};
|
|
@@ -71836,6 +71892,11 @@ export class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
71836
71892
|
* test.example.com
|
|
71837
71893
|
*/
|
|
71838
71894
|
dnsRecord?: string;
|
|
71895
|
+
follow302Enable?: string;
|
|
71896
|
+
follow302MaxTries?: string;
|
|
71897
|
+
follow302RetainArgs?: string;
|
|
71898
|
+
follow302RetainHeader?: string;
|
|
71899
|
+
follow302TargetHost?: string;
|
|
71839
71900
|
/**
|
|
71840
71901
|
* @remarks
|
|
71841
71902
|
* The HOST carried in the origin request.
|
|
@@ -71955,6 +72016,11 @@ export class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
71955
72016
|
return {
|
|
71956
72017
|
configId: 'ConfigId',
|
|
71957
72018
|
dnsRecord: 'DnsRecord',
|
|
72019
|
+
follow302Enable: 'Follow302Enable',
|
|
72020
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
72021
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
72022
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
72023
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
71958
72024
|
originHost: 'OriginHost',
|
|
71959
72025
|
originHttpPort: 'OriginHttpPort',
|
|
71960
72026
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -71977,6 +72043,11 @@ export class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
71977
72043
|
return {
|
|
71978
72044
|
configId: 'number',
|
|
71979
72045
|
dnsRecord: 'string',
|
|
72046
|
+
follow302Enable: 'string',
|
|
72047
|
+
follow302MaxTries: 'string',
|
|
72048
|
+
follow302RetainArgs: 'string',
|
|
72049
|
+
follow302RetainHeader: 'string',
|
|
72050
|
+
follow302TargetHost: 'string',
|
|
71980
72051
|
originHost: 'string',
|
|
71981
72052
|
originHttpPort: 'string',
|
|
71982
72053
|
originHttpsPort: 'string',
|
|
@@ -77585,12 +77656,7 @@ export default class Client extends OpenApi {
|
|
|
77585
77656
|
reqBodyType: "formData",
|
|
77586
77657
|
bodyType: "json",
|
|
77587
77658
|
});
|
|
77588
|
-
|
|
77589
|
-
return $dara.cast<ActivateClientCertificateResponse>(await this.callApi(params, req, runtime), new ActivateClientCertificateResponse({}));
|
|
77590
|
-
} else {
|
|
77591
|
-
return $dara.cast<ActivateClientCertificateResponse>(await this.execute(params, req, runtime), new ActivateClientCertificateResponse({}));
|
|
77592
|
-
}
|
|
77593
|
-
|
|
77659
|
+
return $dara.cast<ActivateClientCertificateResponse>(await this.callApi(params, req, runtime), new ActivateClientCertificateResponse({}));
|
|
77594
77660
|
}
|
|
77595
77661
|
|
|
77596
77662
|
/**
|
|
@@ -77632,12 +77698,7 @@ export default class Client extends OpenApi {
|
|
|
77632
77698
|
reqBodyType: "formData",
|
|
77633
77699
|
bodyType: "json",
|
|
77634
77700
|
});
|
|
77635
|
-
|
|
77636
|
-
return $dara.cast<ActivateVersionManagementResponse>(await this.callApi(params, req, runtime), new ActivateVersionManagementResponse({}));
|
|
77637
|
-
} else {
|
|
77638
|
-
return $dara.cast<ActivateVersionManagementResponse>(await this.execute(params, req, runtime), new ActivateVersionManagementResponse({}));
|
|
77639
|
-
}
|
|
77640
|
-
|
|
77701
|
+
return $dara.cast<ActivateVersionManagementResponse>(await this.callApi(params, req, runtime), new ActivateVersionManagementResponse({}));
|
|
77641
77702
|
}
|
|
77642
77703
|
|
|
77643
77704
|
/**
|
|
@@ -77675,12 +77736,7 @@ export default class Client extends OpenApi {
|
|
|
77675
77736
|
reqBodyType: "formData",
|
|
77676
77737
|
bodyType: "json",
|
|
77677
77738
|
});
|
|
77678
|
-
|
|
77679
|
-
return $dara.cast<ApplyCertificateResponse>(await this.callApi(params, req, runtime), new ApplyCertificateResponse({}));
|
|
77680
|
-
} else {
|
|
77681
|
-
return $dara.cast<ApplyCertificateResponse>(await this.execute(params, req, runtime), new ApplyCertificateResponse({}));
|
|
77682
|
-
}
|
|
77683
|
-
|
|
77739
|
+
return $dara.cast<ApplyCertificateResponse>(await this.callApi(params, req, runtime), new ApplyCertificateResponse({}));
|
|
77684
77740
|
}
|
|
77685
77741
|
|
|
77686
77742
|
/**
|
|
@@ -77736,12 +77792,7 @@ export default class Client extends OpenApi {
|
|
|
77736
77792
|
reqBodyType: "formData",
|
|
77737
77793
|
bodyType: "json",
|
|
77738
77794
|
});
|
|
77739
|
-
|
|
77740
|
-
return $dara.cast<BatchCreateRecordsResponse>(await this.callApi(params, req, runtime), new BatchCreateRecordsResponse({}));
|
|
77741
|
-
} else {
|
|
77742
|
-
return $dara.cast<BatchCreateRecordsResponse>(await this.execute(params, req, runtime), new BatchCreateRecordsResponse({}));
|
|
77743
|
-
}
|
|
77744
|
-
|
|
77795
|
+
return $dara.cast<BatchCreateRecordsResponse>(await this.callApi(params, req, runtime), new BatchCreateRecordsResponse({}));
|
|
77745
77796
|
}
|
|
77746
77797
|
|
|
77747
77798
|
/**
|
|
@@ -77819,12 +77870,7 @@ export default class Client extends OpenApi {
|
|
|
77819
77870
|
reqBodyType: "formData",
|
|
77820
77871
|
bodyType: "json",
|
|
77821
77872
|
});
|
|
77822
|
-
|
|
77823
|
-
return $dara.cast<BatchCreateWafRulesResponse>(await this.callApi(params, req, runtime), new BatchCreateWafRulesResponse({}));
|
|
77824
|
-
} else {
|
|
77825
|
-
return $dara.cast<BatchCreateWafRulesResponse>(await this.execute(params, req, runtime), new BatchCreateWafRulesResponse({}));
|
|
77826
|
-
}
|
|
77827
|
-
|
|
77873
|
+
return $dara.cast<BatchCreateWafRulesResponse>(await this.callApi(params, req, runtime), new BatchCreateWafRulesResponse({}));
|
|
77828
77874
|
}
|
|
77829
77875
|
|
|
77830
77876
|
/**
|
|
@@ -77878,12 +77924,7 @@ export default class Client extends OpenApi {
|
|
|
77878
77924
|
reqBodyType: "formData",
|
|
77879
77925
|
bodyType: "json",
|
|
77880
77926
|
});
|
|
77881
|
-
|
|
77882
|
-
return $dara.cast<BatchDeleteKvResponse>(await this.callApi(params, req, runtime), new BatchDeleteKvResponse({}));
|
|
77883
|
-
} else {
|
|
77884
|
-
return $dara.cast<BatchDeleteKvResponse>(await this.execute(params, req, runtime), new BatchDeleteKvResponse({}));
|
|
77885
|
-
}
|
|
77886
|
-
|
|
77927
|
+
return $dara.cast<BatchDeleteKvResponse>(await this.callApi(params, req, runtime), new BatchDeleteKvResponse({}));
|
|
77887
77928
|
}
|
|
77888
77929
|
|
|
77889
77930
|
/**
|
|
@@ -77966,12 +78007,7 @@ export default class Client extends OpenApi {
|
|
|
77966
78007
|
reqBodyType: "formData",
|
|
77967
78008
|
bodyType: "json",
|
|
77968
78009
|
});
|
|
77969
|
-
|
|
77970
|
-
return $dara.cast<BatchDeleteKvWithHighCapacityResponse>(await this.callApi(params, req, runtime), new BatchDeleteKvWithHighCapacityResponse({}));
|
|
77971
|
-
} else {
|
|
77972
|
-
return $dara.cast<BatchDeleteKvWithHighCapacityResponse>(await this.execute(params, req, runtime), new BatchDeleteKvWithHighCapacityResponse({}));
|
|
77973
|
-
}
|
|
77974
|
-
|
|
78010
|
+
return $dara.cast<BatchDeleteKvWithHighCapacityResponse>(await this.callApi(params, req, runtime), new BatchDeleteKvWithHighCapacityResponse({}));
|
|
77975
78011
|
}
|
|
77976
78012
|
|
|
77977
78013
|
/**
|
|
@@ -78141,12 +78177,7 @@ export default class Client extends OpenApi {
|
|
|
78141
78177
|
reqBodyType: "formData",
|
|
78142
78178
|
bodyType: "json",
|
|
78143
78179
|
});
|
|
78144
|
-
|
|
78145
|
-
return $dara.cast<BatchGetExpressionFieldsResponse>(await this.callApi(params, req, runtime), new BatchGetExpressionFieldsResponse({}));
|
|
78146
|
-
} else {
|
|
78147
|
-
return $dara.cast<BatchGetExpressionFieldsResponse>(await this.execute(params, req, runtime), new BatchGetExpressionFieldsResponse({}));
|
|
78148
|
-
}
|
|
78149
|
-
|
|
78180
|
+
return $dara.cast<BatchGetExpressionFieldsResponse>(await this.callApi(params, req, runtime), new BatchGetExpressionFieldsResponse({}));
|
|
78150
78181
|
}
|
|
78151
78182
|
|
|
78152
78183
|
/**
|
|
@@ -78200,12 +78231,7 @@ export default class Client extends OpenApi {
|
|
|
78200
78231
|
reqBodyType: "formData",
|
|
78201
78232
|
bodyType: "json",
|
|
78202
78233
|
});
|
|
78203
|
-
|
|
78204
|
-
return $dara.cast<BatchPutKvResponse>(await this.callApi(params, req, runtime), new BatchPutKvResponse({}));
|
|
78205
|
-
} else {
|
|
78206
|
-
return $dara.cast<BatchPutKvResponse>(await this.execute(params, req, runtime), new BatchPutKvResponse({}));
|
|
78207
|
-
}
|
|
78208
|
-
|
|
78234
|
+
return $dara.cast<BatchPutKvResponse>(await this.callApi(params, req, runtime), new BatchPutKvResponse({}));
|
|
78209
78235
|
}
|
|
78210
78236
|
|
|
78211
78237
|
/**
|
|
@@ -78296,12 +78322,7 @@ export default class Client extends OpenApi {
|
|
|
78296
78322
|
reqBodyType: "formData",
|
|
78297
78323
|
bodyType: "json",
|
|
78298
78324
|
});
|
|
78299
|
-
|
|
78300
|
-
return $dara.cast<BatchPutKvWithHighCapacityResponse>(await this.callApi(params, req, runtime), new BatchPutKvWithHighCapacityResponse({}));
|
|
78301
|
-
} else {
|
|
78302
|
-
return $dara.cast<BatchPutKvWithHighCapacityResponse>(await this.execute(params, req, runtime), new BatchPutKvWithHighCapacityResponse({}));
|
|
78303
|
-
}
|
|
78304
|
-
|
|
78325
|
+
return $dara.cast<BatchPutKvWithHighCapacityResponse>(await this.callApi(params, req, runtime), new BatchPutKvWithHighCapacityResponse({}));
|
|
78305
78326
|
}
|
|
78306
78327
|
|
|
78307
78328
|
/**
|
|
@@ -78495,12 +78516,7 @@ export default class Client extends OpenApi {
|
|
|
78495
78516
|
reqBodyType: "formData",
|
|
78496
78517
|
bodyType: "json",
|
|
78497
78518
|
});
|
|
78498
|
-
|
|
78499
|
-
return $dara.cast<BatchUpdateWafRulesResponse>(await this.callApi(params, req, runtime), new BatchUpdateWafRulesResponse({}));
|
|
78500
|
-
} else {
|
|
78501
|
-
return $dara.cast<BatchUpdateWafRulesResponse>(await this.execute(params, req, runtime), new BatchUpdateWafRulesResponse({}));
|
|
78502
|
-
}
|
|
78503
|
-
|
|
78519
|
+
return $dara.cast<BatchUpdateWafRulesResponse>(await this.callApi(params, req, runtime), new BatchUpdateWafRulesResponse({}));
|
|
78504
78520
|
}
|
|
78505
78521
|
|
|
78506
78522
|
/**
|
|
@@ -78564,12 +78580,7 @@ export default class Client extends OpenApi {
|
|
|
78564
78580
|
reqBodyType: "formData",
|
|
78565
78581
|
bodyType: "json",
|
|
78566
78582
|
});
|
|
78567
|
-
|
|
78568
|
-
return $dara.cast<BlockObjectResponse>(await this.callApi(params, req, runtime), new BlockObjectResponse({}));
|
|
78569
|
-
} else {
|
|
78570
|
-
return $dara.cast<BlockObjectResponse>(await this.execute(params, req, runtime), new BlockObjectResponse({}));
|
|
78571
|
-
}
|
|
78572
|
-
|
|
78583
|
+
return $dara.cast<BlockObjectResponse>(await this.callApi(params, req, runtime), new BlockObjectResponse({}));
|
|
78573
78584
|
}
|
|
78574
78585
|
|
|
78575
78586
|
/**
|
|
@@ -78603,12 +78614,7 @@ export default class Client extends OpenApi {
|
|
|
78603
78614
|
reqBodyType: "formData",
|
|
78604
78615
|
bodyType: "json",
|
|
78605
78616
|
});
|
|
78606
|
-
|
|
78607
|
-
return $dara.cast<CheckAssumeSlrRoleResponse>(await this.callApi(params, req, runtime), new CheckAssumeSlrRoleResponse({}));
|
|
78608
|
-
} else {
|
|
78609
|
-
return $dara.cast<CheckAssumeSlrRoleResponse>(await this.execute(params, req, runtime), new CheckAssumeSlrRoleResponse({}));
|
|
78610
|
-
}
|
|
78611
|
-
|
|
78617
|
+
return $dara.cast<CheckAssumeSlrRoleResponse>(await this.callApi(params, req, runtime), new CheckAssumeSlrRoleResponse({}));
|
|
78612
78618
|
}
|
|
78613
78619
|
|
|
78614
78620
|
/**
|
|
@@ -78648,12 +78654,7 @@ export default class Client extends OpenApi {
|
|
|
78648
78654
|
reqBodyType: "formData",
|
|
78649
78655
|
bodyType: "json",
|
|
78650
78656
|
});
|
|
78651
|
-
|
|
78652
|
-
return $dara.cast<CheckSiteNameResponse>(await this.callApi(params, req, runtime), new CheckSiteNameResponse({}));
|
|
78653
|
-
} else {
|
|
78654
|
-
return $dara.cast<CheckSiteNameResponse>(await this.execute(params, req, runtime), new CheckSiteNameResponse({}));
|
|
78655
|
-
}
|
|
78656
|
-
|
|
78657
|
+
return $dara.cast<CheckSiteNameResponse>(await this.callApi(params, req, runtime), new CheckSiteNameResponse({}));
|
|
78657
78658
|
}
|
|
78658
78659
|
|
|
78659
78660
|
/**
|
|
@@ -78691,12 +78692,7 @@ export default class Client extends OpenApi {
|
|
|
78691
78692
|
reqBodyType: "formData",
|
|
78692
78693
|
bodyType: "json",
|
|
78693
78694
|
});
|
|
78694
|
-
|
|
78695
|
-
return $dara.cast<CheckSiteProjectNameResponse>(await this.callApi(params, req, runtime), new CheckSiteProjectNameResponse({}));
|
|
78696
|
-
} else {
|
|
78697
|
-
return $dara.cast<CheckSiteProjectNameResponse>(await this.execute(params, req, runtime), new CheckSiteProjectNameResponse({}));
|
|
78698
|
-
}
|
|
78699
|
-
|
|
78695
|
+
return $dara.cast<CheckSiteProjectNameResponse>(await this.callApi(params, req, runtime), new CheckSiteProjectNameResponse({}));
|
|
78700
78696
|
}
|
|
78701
78697
|
|
|
78702
78698
|
/**
|
|
@@ -78734,12 +78730,7 @@ export default class Client extends OpenApi {
|
|
|
78734
78730
|
reqBodyType: "formData",
|
|
78735
78731
|
bodyType: "json",
|
|
78736
78732
|
});
|
|
78737
|
-
|
|
78738
|
-
return $dara.cast<CheckUserProjectNameResponse>(await this.callApi(params, req, runtime), new CheckUserProjectNameResponse({}));
|
|
78739
|
-
} else {
|
|
78740
|
-
return $dara.cast<CheckUserProjectNameResponse>(await this.execute(params, req, runtime), new CheckUserProjectNameResponse({}));
|
|
78741
|
-
}
|
|
78742
|
-
|
|
78733
|
+
return $dara.cast<CheckUserProjectNameResponse>(await this.callApi(params, req, runtime), new CheckUserProjectNameResponse({}));
|
|
78743
78734
|
}
|
|
78744
78735
|
|
|
78745
78736
|
/**
|
|
@@ -78785,12 +78776,7 @@ export default class Client extends OpenApi {
|
|
|
78785
78776
|
reqBodyType: "formData",
|
|
78786
78777
|
bodyType: "json",
|
|
78787
78778
|
});
|
|
78788
|
-
|
|
78789
|
-
return $dara.cast<CommitRoutineStagingCodeResponse>(await this.callApi(params, req, runtime), new CommitRoutineStagingCodeResponse({}));
|
|
78790
|
-
} else {
|
|
78791
|
-
return $dara.cast<CommitRoutineStagingCodeResponse>(await this.execute(params, req, runtime), new CommitRoutineStagingCodeResponse({}));
|
|
78792
|
-
}
|
|
78793
|
-
|
|
78779
|
+
return $dara.cast<CommitRoutineStagingCodeResponse>(await this.callApi(params, req, runtime), new CommitRoutineStagingCodeResponse({}));
|
|
78794
78780
|
}
|
|
78795
78781
|
|
|
78796
78782
|
/**
|
|
@@ -78932,12 +78918,7 @@ export default class Client extends OpenApi {
|
|
|
78932
78918
|
reqBodyType: "formData",
|
|
78933
78919
|
bodyType: "json",
|
|
78934
78920
|
});
|
|
78935
|
-
|
|
78936
|
-
return $dara.cast<CreateCacheRuleResponse>(await this.callApi(params, req, runtime), new CreateCacheRuleResponse({}));
|
|
78937
|
-
} else {
|
|
78938
|
-
return $dara.cast<CreateCacheRuleResponse>(await this.execute(params, req, runtime), new CreateCacheRuleResponse({}));
|
|
78939
|
-
}
|
|
78940
|
-
|
|
78921
|
+
return $dara.cast<CreateCacheRuleResponse>(await this.callApi(params, req, runtime), new CreateCacheRuleResponse({}));
|
|
78941
78922
|
}
|
|
78942
78923
|
|
|
78943
78924
|
/**
|
|
@@ -78993,12 +78974,7 @@ export default class Client extends OpenApi {
|
|
|
78993
78974
|
reqBodyType: "formData",
|
|
78994
78975
|
bodyType: "json",
|
|
78995
78976
|
});
|
|
78996
|
-
|
|
78997
|
-
return $dara.cast<CreateClientCertificateResponse>(await this.callApi(params, req, runtime), new CreateClientCertificateResponse({}));
|
|
78998
|
-
} else {
|
|
78999
|
-
return $dara.cast<CreateClientCertificateResponse>(await this.execute(params, req, runtime), new CreateClientCertificateResponse({}));
|
|
79000
|
-
}
|
|
79001
|
-
|
|
78977
|
+
return $dara.cast<CreateClientCertificateResponse>(await this.callApi(params, req, runtime), new CreateClientCertificateResponse({}));
|
|
79002
78978
|
}
|
|
79003
78979
|
|
|
79004
78980
|
/**
|
|
@@ -79072,12 +79048,7 @@ export default class Client extends OpenApi {
|
|
|
79072
79048
|
reqBodyType: "formData",
|
|
79073
79049
|
bodyType: "json",
|
|
79074
79050
|
});
|
|
79075
|
-
|
|
79076
|
-
return $dara.cast<CreateCompressionRuleResponse>(await this.callApi(params, req, runtime), new CreateCompressionRuleResponse({}));
|
|
79077
|
-
} else {
|
|
79078
|
-
return $dara.cast<CreateCompressionRuleResponse>(await this.execute(params, req, runtime), new CreateCompressionRuleResponse({}));
|
|
79079
|
-
}
|
|
79080
|
-
|
|
79051
|
+
return $dara.cast<CreateCompressionRuleResponse>(await this.callApi(params, req, runtime), new CreateCompressionRuleResponse({}));
|
|
79081
79052
|
}
|
|
79082
79053
|
|
|
79083
79054
|
/**
|
|
@@ -79135,12 +79106,7 @@ export default class Client extends OpenApi {
|
|
|
79135
79106
|
reqBodyType: "formData",
|
|
79136
79107
|
bodyType: "json",
|
|
79137
79108
|
});
|
|
79138
|
-
|
|
79139
|
-
return $dara.cast<CreateCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new CreateCustomScenePolicyResponse({}));
|
|
79140
|
-
} else {
|
|
79141
|
-
return $dara.cast<CreateCustomScenePolicyResponse>(await this.execute(params, req, runtime), new CreateCustomScenePolicyResponse({}));
|
|
79142
|
-
}
|
|
79143
|
-
|
|
79109
|
+
return $dara.cast<CreateCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new CreateCustomScenePolicyResponse({}));
|
|
79144
79110
|
}
|
|
79145
79111
|
|
|
79146
79112
|
/**
|
|
@@ -79234,12 +79200,7 @@ export default class Client extends OpenApi {
|
|
|
79234
79200
|
reqBodyType: "formData",
|
|
79235
79201
|
bodyType: "json",
|
|
79236
79202
|
});
|
|
79237
|
-
|
|
79238
|
-
return $dara.cast<CreateEdgeContainerAppResponse>(await this.callApi(params, req, runtime), new CreateEdgeContainerAppResponse({}));
|
|
79239
|
-
} else {
|
|
79240
|
-
return $dara.cast<CreateEdgeContainerAppResponse>(await this.execute(params, req, runtime), new CreateEdgeContainerAppResponse({}));
|
|
79241
|
-
}
|
|
79242
|
-
|
|
79203
|
+
return $dara.cast<CreateEdgeContainerAppResponse>(await this.callApi(params, req, runtime), new CreateEdgeContainerAppResponse({}));
|
|
79243
79204
|
}
|
|
79244
79205
|
|
|
79245
79206
|
/**
|
|
@@ -79289,12 +79250,7 @@ export default class Client extends OpenApi {
|
|
|
79289
79250
|
reqBodyType: "formData",
|
|
79290
79251
|
bodyType: "json",
|
|
79291
79252
|
});
|
|
79292
|
-
|
|
79293
|
-
return $dara.cast<CreateEdgeContainerAppRecordResponse>(await this.callApi(params, req, runtime), new CreateEdgeContainerAppRecordResponse({}));
|
|
79294
|
-
} else {
|
|
79295
|
-
return $dara.cast<CreateEdgeContainerAppRecordResponse>(await this.execute(params, req, runtime), new CreateEdgeContainerAppRecordResponse({}));
|
|
79296
|
-
}
|
|
79297
|
-
|
|
79253
|
+
return $dara.cast<CreateEdgeContainerAppRecordResponse>(await this.callApi(params, req, runtime), new CreateEdgeContainerAppRecordResponse({}));
|
|
79298
79254
|
}
|
|
79299
79255
|
|
|
79300
79256
|
/**
|
|
@@ -79354,12 +79310,7 @@ export default class Client extends OpenApi {
|
|
|
79354
79310
|
reqBodyType: "formData",
|
|
79355
79311
|
bodyType: "json",
|
|
79356
79312
|
});
|
|
79357
|
-
|
|
79358
|
-
return $dara.cast<CreateEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new CreateEdgeContainerAppVersionResponse({}));
|
|
79359
|
-
} else {
|
|
79360
|
-
return $dara.cast<CreateEdgeContainerAppVersionResponse>(await this.execute(params, req, runtime), new CreateEdgeContainerAppVersionResponse({}));
|
|
79361
|
-
}
|
|
79362
|
-
|
|
79313
|
+
return $dara.cast<CreateEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new CreateEdgeContainerAppVersionResponse({}));
|
|
79363
79314
|
}
|
|
79364
79315
|
|
|
79365
79316
|
/**
|
|
@@ -79431,12 +79382,7 @@ export default class Client extends OpenApi {
|
|
|
79431
79382
|
reqBodyType: "formData",
|
|
79432
79383
|
bodyType: "json",
|
|
79433
79384
|
});
|
|
79434
|
-
|
|
79435
|
-
return $dara.cast<CreateHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new CreateHttpRequestHeaderModificationRuleResponse({}));
|
|
79436
|
-
} else {
|
|
79437
|
-
return $dara.cast<CreateHttpRequestHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new CreateHttpRequestHeaderModificationRuleResponse({}));
|
|
79438
|
-
}
|
|
79439
|
-
|
|
79385
|
+
return $dara.cast<CreateHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new CreateHttpRequestHeaderModificationRuleResponse({}));
|
|
79440
79386
|
}
|
|
79441
79387
|
|
|
79442
79388
|
/**
|
|
@@ -79508,12 +79454,7 @@ export default class Client extends OpenApi {
|
|
|
79508
79454
|
reqBodyType: "formData",
|
|
79509
79455
|
bodyType: "json",
|
|
79510
79456
|
});
|
|
79511
|
-
|
|
79512
|
-
return $dara.cast<CreateHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new CreateHttpResponseHeaderModificationRuleResponse({}));
|
|
79513
|
-
} else {
|
|
79514
|
-
return $dara.cast<CreateHttpResponseHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new CreateHttpResponseHeaderModificationRuleResponse({}));
|
|
79515
|
-
}
|
|
79516
|
-
|
|
79457
|
+
return $dara.cast<CreateHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new CreateHttpResponseHeaderModificationRuleResponse({}));
|
|
79517
79458
|
}
|
|
79518
79459
|
|
|
79519
79460
|
/**
|
|
@@ -79615,12 +79556,7 @@ export default class Client extends OpenApi {
|
|
|
79615
79556
|
reqBodyType: "formData",
|
|
79616
79557
|
bodyType: "json",
|
|
79617
79558
|
});
|
|
79618
|
-
|
|
79619
|
-
return $dara.cast<CreateHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new CreateHttpsApplicationConfigurationResponse({}));
|
|
79620
|
-
} else {
|
|
79621
|
-
return $dara.cast<CreateHttpsApplicationConfigurationResponse>(await this.execute(params, req, runtime), new CreateHttpsApplicationConfigurationResponse({}));
|
|
79622
|
-
}
|
|
79623
|
-
|
|
79559
|
+
return $dara.cast<CreateHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new CreateHttpsApplicationConfigurationResponse({}));
|
|
79624
79560
|
}
|
|
79625
79561
|
|
|
79626
79562
|
/**
|
|
@@ -79718,12 +79654,7 @@ export default class Client extends OpenApi {
|
|
|
79718
79654
|
reqBodyType: "formData",
|
|
79719
79655
|
bodyType: "json",
|
|
79720
79656
|
});
|
|
79721
|
-
|
|
79722
|
-
return $dara.cast<CreateHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new CreateHttpsBasicConfigurationResponse({}));
|
|
79723
|
-
} else {
|
|
79724
|
-
return $dara.cast<CreateHttpsBasicConfigurationResponse>(await this.execute(params, req, runtime), new CreateHttpsBasicConfigurationResponse({}));
|
|
79725
|
-
}
|
|
79726
|
-
|
|
79657
|
+
return $dara.cast<CreateHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new CreateHttpsBasicConfigurationResponse({}));
|
|
79727
79658
|
}
|
|
79728
79659
|
|
|
79729
79660
|
/**
|
|
@@ -79789,12 +79720,7 @@ export default class Client extends OpenApi {
|
|
|
79789
79720
|
reqBodyType: "formData",
|
|
79790
79721
|
bodyType: "json",
|
|
79791
79722
|
});
|
|
79792
|
-
|
|
79793
|
-
return $dara.cast<CreateImageTransformResponse>(await this.callApi(params, req, runtime), new CreateImageTransformResponse({}));
|
|
79794
|
-
} else {
|
|
79795
|
-
return $dara.cast<CreateImageTransformResponse>(await this.execute(params, req, runtime), new CreateImageTransformResponse({}));
|
|
79796
|
-
}
|
|
79797
|
-
|
|
79723
|
+
return $dara.cast<CreateImageTransformResponse>(await this.callApi(params, req, runtime), new CreateImageTransformResponse({}));
|
|
79798
79724
|
}
|
|
79799
79725
|
|
|
79800
79726
|
/**
|
|
@@ -79840,12 +79766,7 @@ export default class Client extends OpenApi {
|
|
|
79840
79766
|
reqBodyType: "formData",
|
|
79841
79767
|
bodyType: "json",
|
|
79842
79768
|
});
|
|
79843
|
-
|
|
79844
|
-
return $dara.cast<CreateKvNamespaceResponse>(await this.callApi(params, req, runtime), new CreateKvNamespaceResponse({}));
|
|
79845
|
-
} else {
|
|
79846
|
-
return $dara.cast<CreateKvNamespaceResponse>(await this.execute(params, req, runtime), new CreateKvNamespaceResponse({}));
|
|
79847
|
-
}
|
|
79848
|
-
|
|
79769
|
+
return $dara.cast<CreateKvNamespaceResponse>(await this.callApi(params, req, runtime), new CreateKvNamespaceResponse({}));
|
|
79849
79770
|
}
|
|
79850
79771
|
|
|
79851
79772
|
/**
|
|
@@ -79905,12 +79826,7 @@ export default class Client extends OpenApi {
|
|
|
79905
79826
|
reqBodyType: "formData",
|
|
79906
79827
|
bodyType: "json",
|
|
79907
79828
|
});
|
|
79908
|
-
|
|
79909
|
-
return $dara.cast<CreateListResponse>(await this.callApi(params, req, runtime), new CreateListResponse({}));
|
|
79910
|
-
} else {
|
|
79911
|
-
return $dara.cast<CreateListResponse>(await this.execute(params, req, runtime), new CreateListResponse({}));
|
|
79912
|
-
}
|
|
79913
|
-
|
|
79829
|
+
return $dara.cast<CreateListResponse>(await this.callApi(params, req, runtime), new CreateListResponse({}));
|
|
79914
79830
|
}
|
|
79915
79831
|
|
|
79916
79832
|
/**
|
|
@@ -80033,12 +79949,7 @@ export default class Client extends OpenApi {
|
|
|
80033
79949
|
reqBodyType: "formData",
|
|
80034
79950
|
bodyType: "json",
|
|
80035
79951
|
});
|
|
80036
|
-
|
|
80037
|
-
return $dara.cast<CreateLoadBalancerResponse>(await this.callApi(params, req, runtime), new CreateLoadBalancerResponse({}));
|
|
80038
|
-
} else {
|
|
80039
|
-
return $dara.cast<CreateLoadBalancerResponse>(await this.execute(params, req, runtime), new CreateLoadBalancerResponse({}));
|
|
80040
|
-
}
|
|
80041
|
-
|
|
79952
|
+
return $dara.cast<CreateLoadBalancerResponse>(await this.callApi(params, req, runtime), new CreateLoadBalancerResponse({}));
|
|
80042
79953
|
}
|
|
80043
79954
|
|
|
80044
79955
|
/**
|
|
@@ -80123,12 +80034,7 @@ export default class Client extends OpenApi {
|
|
|
80123
80034
|
reqBodyType: "formData",
|
|
80124
80035
|
bodyType: "json",
|
|
80125
80036
|
});
|
|
80126
|
-
|
|
80127
|
-
return $dara.cast<CreateNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new CreateNetworkOptimizationResponse({}));
|
|
80128
|
-
} else {
|
|
80129
|
-
return $dara.cast<CreateNetworkOptimizationResponse>(await this.execute(params, req, runtime), new CreateNetworkOptimizationResponse({}));
|
|
80130
|
-
}
|
|
80131
|
-
|
|
80037
|
+
return $dara.cast<CreateNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new CreateNetworkOptimizationResponse({}));
|
|
80132
80038
|
}
|
|
80133
80039
|
|
|
80134
80040
|
/**
|
|
@@ -80191,12 +80097,7 @@ export default class Client extends OpenApi {
|
|
|
80191
80097
|
reqBodyType: "formData",
|
|
80192
80098
|
bodyType: "json",
|
|
80193
80099
|
});
|
|
80194
|
-
|
|
80195
|
-
return $dara.cast<CreateOriginPoolResponse>(await this.callApi(params, req, runtime), new CreateOriginPoolResponse({}));
|
|
80196
|
-
} else {
|
|
80197
|
-
return $dara.cast<CreateOriginPoolResponse>(await this.execute(params, req, runtime), new CreateOriginPoolResponse({}));
|
|
80198
|
-
}
|
|
80199
|
-
|
|
80100
|
+
return $dara.cast<CreateOriginPoolResponse>(await this.callApi(params, req, runtime), new CreateOriginPoolResponse({}));
|
|
80200
80101
|
}
|
|
80201
80102
|
|
|
80202
80103
|
/**
|
|
@@ -80241,12 +80142,7 @@ export default class Client extends OpenApi {
|
|
|
80241
80142
|
reqBodyType: "formData",
|
|
80242
80143
|
bodyType: "json",
|
|
80243
80144
|
});
|
|
80244
|
-
|
|
80245
|
-
return $dara.cast<CreateOriginProtectionResponse>(await this.callApi(params, req, runtime), new CreateOriginProtectionResponse({}));
|
|
80246
|
-
} else {
|
|
80247
|
-
return $dara.cast<CreateOriginProtectionResponse>(await this.execute(params, req, runtime), new CreateOriginProtectionResponse({}));
|
|
80248
|
-
}
|
|
80249
|
-
|
|
80145
|
+
return $dara.cast<CreateOriginProtectionResponse>(await this.callApi(params, req, runtime), new CreateOriginProtectionResponse({}));
|
|
80250
80146
|
}
|
|
80251
80147
|
|
|
80252
80148
|
/**
|
|
@@ -80274,6 +80170,26 @@ export default class Client extends OpenApi {
|
|
|
80274
80170
|
query["DnsRecord"] = request.dnsRecord;
|
|
80275
80171
|
}
|
|
80276
80172
|
|
|
80173
|
+
if (!$dara.isNull(request.follow302Enable)) {
|
|
80174
|
+
query["Follow302Enable"] = request.follow302Enable;
|
|
80175
|
+
}
|
|
80176
|
+
|
|
80177
|
+
if (!$dara.isNull(request.follow302MaxTries)) {
|
|
80178
|
+
query["Follow302MaxTries"] = request.follow302MaxTries;
|
|
80179
|
+
}
|
|
80180
|
+
|
|
80181
|
+
if (!$dara.isNull(request.follow302RetainArgs)) {
|
|
80182
|
+
query["Follow302RetainArgs"] = request.follow302RetainArgs;
|
|
80183
|
+
}
|
|
80184
|
+
|
|
80185
|
+
if (!$dara.isNull(request.follow302RetainHeader)) {
|
|
80186
|
+
query["Follow302RetainHeader"] = request.follow302RetainHeader;
|
|
80187
|
+
}
|
|
80188
|
+
|
|
80189
|
+
if (!$dara.isNull(request.follow302TargetHost)) {
|
|
80190
|
+
query["Follow302TargetHost"] = request.follow302TargetHost;
|
|
80191
|
+
}
|
|
80192
|
+
|
|
80277
80193
|
if (!$dara.isNull(request.originHost)) {
|
|
80278
80194
|
query["OriginHost"] = request.originHost;
|
|
80279
80195
|
}
|
|
@@ -80352,12 +80268,7 @@ export default class Client extends OpenApi {
|
|
|
80352
80268
|
reqBodyType: "formData",
|
|
80353
80269
|
bodyType: "json",
|
|
80354
80270
|
});
|
|
80355
|
-
|
|
80356
|
-
return $dara.cast<CreateOriginRuleResponse>(await this.callApi(params, req, runtime), new CreateOriginRuleResponse({}));
|
|
80357
|
-
} else {
|
|
80358
|
-
return $dara.cast<CreateOriginRuleResponse>(await this.execute(params, req, runtime), new CreateOriginRuleResponse({}));
|
|
80359
|
-
}
|
|
80360
|
-
|
|
80271
|
+
return $dara.cast<CreateOriginRuleResponse>(await this.callApi(params, req, runtime), new CreateOriginRuleResponse({}));
|
|
80361
80272
|
}
|
|
80362
80273
|
|
|
80363
80274
|
/**
|
|
@@ -80411,12 +80322,7 @@ export default class Client extends OpenApi {
|
|
|
80411
80322
|
reqBodyType: "formData",
|
|
80412
80323
|
bodyType: "json",
|
|
80413
80324
|
});
|
|
80414
|
-
|
|
80415
|
-
return $dara.cast<CreatePageResponse>(await this.callApi(params, req, runtime), new CreatePageResponse({}));
|
|
80416
|
-
} else {
|
|
80417
|
-
return $dara.cast<CreatePageResponse>(await this.execute(params, req, runtime), new CreatePageResponse({}));
|
|
80418
|
-
}
|
|
80419
|
-
|
|
80325
|
+
return $dara.cast<CreatePageResponse>(await this.callApi(params, req, runtime), new CreatePageResponse({}));
|
|
80420
80326
|
}
|
|
80421
80327
|
|
|
80422
80328
|
/**
|
|
@@ -80508,12 +80414,7 @@ export default class Client extends OpenApi {
|
|
|
80508
80414
|
reqBodyType: "formData",
|
|
80509
80415
|
bodyType: "json",
|
|
80510
80416
|
});
|
|
80511
|
-
|
|
80512
|
-
return $dara.cast<CreateRecordResponse>(await this.callApi(params, req, runtime), new CreateRecordResponse({}));
|
|
80513
|
-
} else {
|
|
80514
|
-
return $dara.cast<CreateRecordResponse>(await this.execute(params, req, runtime), new CreateRecordResponse({}));
|
|
80515
|
-
}
|
|
80516
|
-
|
|
80417
|
+
return $dara.cast<CreateRecordResponse>(await this.callApi(params, req, runtime), new CreateRecordResponse({}));
|
|
80517
80418
|
}
|
|
80518
80419
|
|
|
80519
80420
|
/**
|
|
@@ -80591,12 +80492,7 @@ export default class Client extends OpenApi {
|
|
|
80591
80492
|
reqBodyType: "formData",
|
|
80592
80493
|
bodyType: "json",
|
|
80593
80494
|
});
|
|
80594
|
-
|
|
80595
|
-
return $dara.cast<CreateRedirectRuleResponse>(await this.callApi(params, req, runtime), new CreateRedirectRuleResponse({}));
|
|
80596
|
-
} else {
|
|
80597
|
-
return $dara.cast<CreateRedirectRuleResponse>(await this.execute(params, req, runtime), new CreateRedirectRuleResponse({}));
|
|
80598
|
-
}
|
|
80599
|
-
|
|
80495
|
+
return $dara.cast<CreateRedirectRuleResponse>(await this.callApi(params, req, runtime), new CreateRedirectRuleResponse({}));
|
|
80600
80496
|
}
|
|
80601
80497
|
|
|
80602
80498
|
/**
|
|
@@ -80674,12 +80570,7 @@ export default class Client extends OpenApi {
|
|
|
80674
80570
|
reqBodyType: "formData",
|
|
80675
80571
|
bodyType: "json",
|
|
80676
80572
|
});
|
|
80677
|
-
|
|
80678
|
-
return $dara.cast<CreateRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new CreateRewriteUrlRuleResponse({}));
|
|
80679
|
-
} else {
|
|
80680
|
-
return $dara.cast<CreateRewriteUrlRuleResponse>(await this.execute(params, req, runtime), new CreateRewriteUrlRuleResponse({}));
|
|
80681
|
-
}
|
|
80682
|
-
|
|
80573
|
+
return $dara.cast<CreateRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new CreateRewriteUrlRuleResponse({}));
|
|
80683
80574
|
}
|
|
80684
80575
|
|
|
80685
80576
|
/**
|
|
@@ -80725,12 +80616,7 @@ export default class Client extends OpenApi {
|
|
|
80725
80616
|
reqBodyType: "formData",
|
|
80726
80617
|
bodyType: "json",
|
|
80727
80618
|
});
|
|
80728
|
-
|
|
80729
|
-
return $dara.cast<CreateRoutineResponse>(await this.callApi(params, req, runtime), new CreateRoutineResponse({}));
|
|
80730
|
-
} else {
|
|
80731
|
-
return $dara.cast<CreateRoutineResponse>(await this.execute(params, req, runtime), new CreateRoutineResponse({}));
|
|
80732
|
-
}
|
|
80733
|
-
|
|
80619
|
+
return $dara.cast<CreateRoutineResponse>(await this.callApi(params, req, runtime), new CreateRoutineResponse({}));
|
|
80734
80620
|
}
|
|
80735
80621
|
|
|
80736
80622
|
/**
|
|
@@ -80780,12 +80666,7 @@ export default class Client extends OpenApi {
|
|
|
80780
80666
|
reqBodyType: "formData",
|
|
80781
80667
|
bodyType: "json",
|
|
80782
80668
|
});
|
|
80783
|
-
|
|
80784
|
-
return $dara.cast<CreateRoutineRelatedRecordResponse>(await this.callApi(params, req, runtime), new CreateRoutineRelatedRecordResponse({}));
|
|
80785
|
-
} else {
|
|
80786
|
-
return $dara.cast<CreateRoutineRelatedRecordResponse>(await this.execute(params, req, runtime), new CreateRoutineRelatedRecordResponse({}));
|
|
80787
|
-
}
|
|
80788
|
-
|
|
80669
|
+
return $dara.cast<CreateRoutineRelatedRecordResponse>(await this.callApi(params, req, runtime), new CreateRoutineRelatedRecordResponse({}));
|
|
80789
80670
|
}
|
|
80790
80671
|
|
|
80791
80672
|
/**
|
|
@@ -80839,12 +80720,7 @@ export default class Client extends OpenApi {
|
|
|
80839
80720
|
reqBodyType: "formData",
|
|
80840
80721
|
bodyType: "json",
|
|
80841
80722
|
});
|
|
80842
|
-
|
|
80843
|
-
return $dara.cast<CreateRoutineRelatedRouteResponse>(await this.callApi(params, req, runtime), new CreateRoutineRelatedRouteResponse({}));
|
|
80844
|
-
} else {
|
|
80845
|
-
return $dara.cast<CreateRoutineRelatedRouteResponse>(await this.execute(params, req, runtime), new CreateRoutineRelatedRouteResponse({}));
|
|
80846
|
-
}
|
|
80847
|
-
|
|
80723
|
+
return $dara.cast<CreateRoutineRelatedRouteResponse>(await this.callApi(params, req, runtime), new CreateRoutineRelatedRouteResponse({}));
|
|
80848
80724
|
}
|
|
80849
80725
|
|
|
80850
80726
|
/**
|
|
@@ -80910,12 +80786,7 @@ export default class Client extends OpenApi {
|
|
|
80910
80786
|
reqBodyType: "formData",
|
|
80911
80787
|
bodyType: "json",
|
|
80912
80788
|
});
|
|
80913
|
-
|
|
80914
|
-
return $dara.cast<CreateRoutineRouteResponse>(await this.callApi(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
80915
|
-
} else {
|
|
80916
|
-
return $dara.cast<CreateRoutineRouteResponse>(await this.execute(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
80917
|
-
}
|
|
80918
|
-
|
|
80789
|
+
return $dara.cast<CreateRoutineRouteResponse>(await this.callApi(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
80919
80790
|
}
|
|
80920
80791
|
|
|
80921
80792
|
/**
|
|
@@ -80969,12 +80840,7 @@ export default class Client extends OpenApi {
|
|
|
80969
80840
|
reqBodyType: "formData",
|
|
80970
80841
|
bodyType: "json",
|
|
80971
80842
|
});
|
|
80972
|
-
|
|
80973
|
-
return $dara.cast<CreateScheduledPreloadExecutionsResponse>(await this.callApi(params, req, runtime), new CreateScheduledPreloadExecutionsResponse({}));
|
|
80974
|
-
} else {
|
|
80975
|
-
return $dara.cast<CreateScheduledPreloadExecutionsResponse>(await this.execute(params, req, runtime), new CreateScheduledPreloadExecutionsResponse({}));
|
|
80976
|
-
}
|
|
80977
|
-
|
|
80843
|
+
return $dara.cast<CreateScheduledPreloadExecutionsResponse>(await this.callApi(params, req, runtime), new CreateScheduledPreloadExecutionsResponse({}));
|
|
80978
80844
|
}
|
|
80979
80845
|
|
|
80980
80846
|
/**
|
|
@@ -81032,12 +80898,7 @@ export default class Client extends OpenApi {
|
|
|
81032
80898
|
reqBodyType: "formData",
|
|
81033
80899
|
bodyType: "json",
|
|
81034
80900
|
});
|
|
81035
|
-
|
|
81036
|
-
return $dara.cast<CreateScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new CreateScheduledPreloadJobResponse({}));
|
|
81037
|
-
} else {
|
|
81038
|
-
return $dara.cast<CreateScheduledPreloadJobResponse>(await this.execute(params, req, runtime), new CreateScheduledPreloadJobResponse({}));
|
|
81039
|
-
}
|
|
81040
|
-
|
|
80901
|
+
return $dara.cast<CreateScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new CreateScheduledPreloadJobResponse({}));
|
|
81041
80902
|
}
|
|
81042
80903
|
|
|
81043
80904
|
/**
|
|
@@ -81099,12 +80960,7 @@ export default class Client extends OpenApi {
|
|
|
81099
80960
|
reqBodyType: "formData",
|
|
81100
80961
|
bodyType: "json",
|
|
81101
80962
|
});
|
|
81102
|
-
|
|
81103
|
-
return $dara.cast<CreateSiteResponse>(await this.callApi(params, req, runtime), new CreateSiteResponse({}));
|
|
81104
|
-
} else {
|
|
81105
|
-
return $dara.cast<CreateSiteResponse>(await this.execute(params, req, runtime), new CreateSiteResponse({}));
|
|
81106
|
-
}
|
|
81107
|
-
|
|
80963
|
+
return $dara.cast<CreateSiteResponse>(await this.callApi(params, req, runtime), new CreateSiteResponse({}));
|
|
81108
80964
|
}
|
|
81109
80965
|
|
|
81110
80966
|
/**
|
|
@@ -81181,12 +81037,7 @@ export default class Client extends OpenApi {
|
|
|
81181
81037
|
reqBodyType: "formData",
|
|
81182
81038
|
bodyType: "json",
|
|
81183
81039
|
});
|
|
81184
|
-
|
|
81185
|
-
return $dara.cast<CreateSiteCustomLogResponse>(await this.callApi(params, req, runtime), new CreateSiteCustomLogResponse({}));
|
|
81186
|
-
} else {
|
|
81187
|
-
return $dara.cast<CreateSiteCustomLogResponse>(await this.execute(params, req, runtime), new CreateSiteCustomLogResponse({}));
|
|
81188
|
-
}
|
|
81189
|
-
|
|
81040
|
+
return $dara.cast<CreateSiteCustomLogResponse>(await this.callApi(params, req, runtime), new CreateSiteCustomLogResponse({}));
|
|
81190
81041
|
}
|
|
81191
81042
|
|
|
81192
81043
|
/**
|
|
@@ -81299,12 +81150,7 @@ export default class Client extends OpenApi {
|
|
|
81299
81150
|
reqBodyType: "formData",
|
|
81300
81151
|
bodyType: "json",
|
|
81301
81152
|
});
|
|
81302
|
-
|
|
81303
|
-
return $dara.cast<CreateSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new CreateSiteDeliveryTaskResponse({}));
|
|
81304
|
-
} else {
|
|
81305
|
-
return $dara.cast<CreateSiteDeliveryTaskResponse>(await this.execute(params, req, runtime), new CreateSiteDeliveryTaskResponse({}));
|
|
81306
|
-
}
|
|
81307
|
-
|
|
81153
|
+
return $dara.cast<CreateSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new CreateSiteDeliveryTaskResponse({}));
|
|
81308
81154
|
}
|
|
81309
81155
|
|
|
81310
81156
|
/**
|
|
@@ -81338,12 +81184,7 @@ export default class Client extends OpenApi {
|
|
|
81338
81184
|
reqBodyType: "formData",
|
|
81339
81185
|
bodyType: "json",
|
|
81340
81186
|
});
|
|
81341
|
-
|
|
81342
|
-
return $dara.cast<CreateSlrRoleForRealtimeLogResponse>(await this.callApi(params, req, runtime), new CreateSlrRoleForRealtimeLogResponse({}));
|
|
81343
|
-
} else {
|
|
81344
|
-
return $dara.cast<CreateSlrRoleForRealtimeLogResponse>(await this.execute(params, req, runtime), new CreateSlrRoleForRealtimeLogResponse({}));
|
|
81345
|
-
}
|
|
81346
|
-
|
|
81187
|
+
return $dara.cast<CreateSlrRoleForRealtimeLogResponse>(await this.callApi(params, req, runtime), new CreateSlrRoleForRealtimeLogResponse({}));
|
|
81347
81188
|
}
|
|
81348
81189
|
|
|
81349
81190
|
/**
|
|
@@ -81460,12 +81301,7 @@ export default class Client extends OpenApi {
|
|
|
81460
81301
|
reqBodyType: "formData",
|
|
81461
81302
|
bodyType: "json",
|
|
81462
81303
|
});
|
|
81463
|
-
|
|
81464
|
-
return $dara.cast<CreateUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new CreateUserDeliveryTaskResponse({}));
|
|
81465
|
-
} else {
|
|
81466
|
-
return $dara.cast<CreateUserDeliveryTaskResponse>(await this.execute(params, req, runtime), new CreateUserDeliveryTaskResponse({}));
|
|
81467
|
-
}
|
|
81468
|
-
|
|
81304
|
+
return $dara.cast<CreateUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new CreateUserDeliveryTaskResponse({}));
|
|
81469
81305
|
}
|
|
81470
81306
|
|
|
81471
81307
|
/**
|
|
@@ -81542,12 +81378,7 @@ export default class Client extends OpenApi {
|
|
|
81542
81378
|
reqBodyType: "formData",
|
|
81543
81379
|
bodyType: "json",
|
|
81544
81380
|
});
|
|
81545
|
-
|
|
81546
|
-
return $dara.cast<CreateWafRuleResponse>(await this.callApi(params, req, runtime), new CreateWafRuleResponse({}));
|
|
81547
|
-
} else {
|
|
81548
|
-
return $dara.cast<CreateWafRuleResponse>(await this.execute(params, req, runtime), new CreateWafRuleResponse({}));
|
|
81549
|
-
}
|
|
81550
|
-
|
|
81381
|
+
return $dara.cast<CreateWafRuleResponse>(await this.callApi(params, req, runtime), new CreateWafRuleResponse({}));
|
|
81551
81382
|
}
|
|
81552
81383
|
|
|
81553
81384
|
/**
|
|
@@ -81603,12 +81434,7 @@ export default class Client extends OpenApi {
|
|
|
81603
81434
|
reqBodyType: "formData",
|
|
81604
81435
|
bodyType: "json",
|
|
81605
81436
|
});
|
|
81606
|
-
|
|
81607
|
-
return $dara.cast<CreateWafRulesetResponse>(await this.callApi(params, req, runtime), new CreateWafRulesetResponse({}));
|
|
81608
|
-
} else {
|
|
81609
|
-
return $dara.cast<CreateWafRulesetResponse>(await this.execute(params, req, runtime), new CreateWafRulesetResponse({}));
|
|
81610
|
-
}
|
|
81611
|
-
|
|
81437
|
+
return $dara.cast<CreateWafRulesetResponse>(await this.callApi(params, req, runtime), new CreateWafRulesetResponse({}));
|
|
81612
81438
|
}
|
|
81613
81439
|
|
|
81614
81440
|
/**
|
|
@@ -81720,12 +81546,7 @@ export default class Client extends OpenApi {
|
|
|
81720
81546
|
reqBodyType: "formData",
|
|
81721
81547
|
bodyType: "json",
|
|
81722
81548
|
});
|
|
81723
|
-
|
|
81724
|
-
return $dara.cast<CreateWaitingRoomResponse>(await this.callApi(params, req, runtime), new CreateWaitingRoomResponse({}));
|
|
81725
|
-
} else {
|
|
81726
|
-
return $dara.cast<CreateWaitingRoomResponse>(await this.execute(params, req, runtime), new CreateWaitingRoomResponse({}));
|
|
81727
|
-
}
|
|
81728
|
-
|
|
81549
|
+
return $dara.cast<CreateWaitingRoomResponse>(await this.callApi(params, req, runtime), new CreateWaitingRoomResponse({}));
|
|
81729
81550
|
}
|
|
81730
81551
|
|
|
81731
81552
|
/**
|
|
@@ -81843,12 +81664,7 @@ export default class Client extends OpenApi {
|
|
|
81843
81664
|
reqBodyType: "formData",
|
|
81844
81665
|
bodyType: "json",
|
|
81845
81666
|
});
|
|
81846
|
-
|
|
81847
|
-
return $dara.cast<CreateWaitingRoomEventResponse>(await this.callApi(params, req, runtime), new CreateWaitingRoomEventResponse({}));
|
|
81848
|
-
} else {
|
|
81849
|
-
return $dara.cast<CreateWaitingRoomEventResponse>(await this.execute(params, req, runtime), new CreateWaitingRoomEventResponse({}));
|
|
81850
|
-
}
|
|
81851
|
-
|
|
81667
|
+
return $dara.cast<CreateWaitingRoomEventResponse>(await this.callApi(params, req, runtime), new CreateWaitingRoomEventResponse({}));
|
|
81852
81668
|
}
|
|
81853
81669
|
|
|
81854
81670
|
/**
|
|
@@ -81906,12 +81722,7 @@ export default class Client extends OpenApi {
|
|
|
81906
81722
|
reqBodyType: "formData",
|
|
81907
81723
|
bodyType: "json",
|
|
81908
81724
|
});
|
|
81909
|
-
|
|
81910
|
-
return $dara.cast<CreateWaitingRoomRuleResponse>(await this.callApi(params, req, runtime), new CreateWaitingRoomRuleResponse({}));
|
|
81911
|
-
} else {
|
|
81912
|
-
return $dara.cast<CreateWaitingRoomRuleResponse>(await this.execute(params, req, runtime), new CreateWaitingRoomRuleResponse({}));
|
|
81913
|
-
}
|
|
81914
|
-
|
|
81725
|
+
return $dara.cast<CreateWaitingRoomRuleResponse>(await this.callApi(params, req, runtime), new CreateWaitingRoomRuleResponse({}));
|
|
81915
81726
|
}
|
|
81916
81727
|
|
|
81917
81728
|
/**
|
|
@@ -81956,12 +81767,7 @@ export default class Client extends OpenApi {
|
|
|
81956
81767
|
reqBodyType: "formData",
|
|
81957
81768
|
bodyType: "json",
|
|
81958
81769
|
});
|
|
81959
|
-
|
|
81960
|
-
return $dara.cast<DeactivateVersionManagementResponse>(await this.callApi(params, req, runtime), new DeactivateVersionManagementResponse({}));
|
|
81961
|
-
} else {
|
|
81962
|
-
return $dara.cast<DeactivateVersionManagementResponse>(await this.execute(params, req, runtime), new DeactivateVersionManagementResponse({}));
|
|
81963
|
-
}
|
|
81964
|
-
|
|
81770
|
+
return $dara.cast<DeactivateVersionManagementResponse>(await this.callApi(params, req, runtime), new DeactivateVersionManagementResponse({}));
|
|
81965
81771
|
}
|
|
81966
81772
|
|
|
81967
81773
|
/**
|
|
@@ -82010,12 +81816,7 @@ export default class Client extends OpenApi {
|
|
|
82010
81816
|
reqBodyType: "formData",
|
|
82011
81817
|
bodyType: "json",
|
|
82012
81818
|
});
|
|
82013
|
-
|
|
82014
|
-
return $dara.cast<DeleteCacheRuleResponse>(await this.callApi(params, req, runtime), new DeleteCacheRuleResponse({}));
|
|
82015
|
-
} else {
|
|
82016
|
-
return $dara.cast<DeleteCacheRuleResponse>(await this.execute(params, req, runtime), new DeleteCacheRuleResponse({}));
|
|
82017
|
-
}
|
|
82018
|
-
|
|
81819
|
+
return $dara.cast<DeleteCacheRuleResponse>(await this.callApi(params, req, runtime), new DeleteCacheRuleResponse({}));
|
|
82019
81820
|
}
|
|
82020
81821
|
|
|
82021
81822
|
/**
|
|
@@ -82053,12 +81854,7 @@ export default class Client extends OpenApi {
|
|
|
82053
81854
|
reqBodyType: "formData",
|
|
82054
81855
|
bodyType: "json",
|
|
82055
81856
|
});
|
|
82056
|
-
|
|
82057
|
-
return $dara.cast<DeleteCertificateResponse>(await this.callApi(params, req, runtime), new DeleteCertificateResponse({}));
|
|
82058
|
-
} else {
|
|
82059
|
-
return $dara.cast<DeleteCertificateResponse>(await this.execute(params, req, runtime), new DeleteCertificateResponse({}));
|
|
82060
|
-
}
|
|
82061
|
-
|
|
81857
|
+
return $dara.cast<DeleteCertificateResponse>(await this.callApi(params, req, runtime), new DeleteCertificateResponse({}));
|
|
82062
81858
|
}
|
|
82063
81859
|
|
|
82064
81860
|
/**
|
|
@@ -82096,12 +81892,7 @@ export default class Client extends OpenApi {
|
|
|
82096
81892
|
reqBodyType: "formData",
|
|
82097
81893
|
bodyType: "json",
|
|
82098
81894
|
});
|
|
82099
|
-
|
|
82100
|
-
return $dara.cast<DeleteClientCaCertificateResponse>(await this.callApi(params, req, runtime), new DeleteClientCaCertificateResponse({}));
|
|
82101
|
-
} else {
|
|
82102
|
-
return $dara.cast<DeleteClientCaCertificateResponse>(await this.execute(params, req, runtime), new DeleteClientCaCertificateResponse({}));
|
|
82103
|
-
}
|
|
82104
|
-
|
|
81895
|
+
return $dara.cast<DeleteClientCaCertificateResponse>(await this.callApi(params, req, runtime), new DeleteClientCaCertificateResponse({}));
|
|
82105
81896
|
}
|
|
82106
81897
|
|
|
82107
81898
|
/**
|
|
@@ -82139,12 +81930,7 @@ export default class Client extends OpenApi {
|
|
|
82139
81930
|
reqBodyType: "formData",
|
|
82140
81931
|
bodyType: "json",
|
|
82141
81932
|
});
|
|
82142
|
-
|
|
82143
|
-
return $dara.cast<DeleteClientCertificateResponse>(await this.callApi(params, req, runtime), new DeleteClientCertificateResponse({}));
|
|
82144
|
-
} else {
|
|
82145
|
-
return $dara.cast<DeleteClientCertificateResponse>(await this.execute(params, req, runtime), new DeleteClientCertificateResponse({}));
|
|
82146
|
-
}
|
|
82147
|
-
|
|
81933
|
+
return $dara.cast<DeleteClientCertificateResponse>(await this.callApi(params, req, runtime), new DeleteClientCertificateResponse({}));
|
|
82148
81934
|
}
|
|
82149
81935
|
|
|
82150
81936
|
/**
|
|
@@ -82190,12 +81976,7 @@ export default class Client extends OpenApi {
|
|
|
82190
81976
|
reqBodyType: "formData",
|
|
82191
81977
|
bodyType: "json",
|
|
82192
81978
|
});
|
|
82193
|
-
|
|
82194
|
-
return $dara.cast<DeleteCompressionRuleResponse>(await this.callApi(params, req, runtime), new DeleteCompressionRuleResponse({}));
|
|
82195
|
-
} else {
|
|
82196
|
-
return $dara.cast<DeleteCompressionRuleResponse>(await this.execute(params, req, runtime), new DeleteCompressionRuleResponse({}));
|
|
82197
|
-
}
|
|
82198
|
-
|
|
81979
|
+
return $dara.cast<DeleteCompressionRuleResponse>(await this.callApi(params, req, runtime), new DeleteCompressionRuleResponse({}));
|
|
82199
81980
|
}
|
|
82200
81981
|
|
|
82201
81982
|
/**
|
|
@@ -82237,12 +82018,7 @@ export default class Client extends OpenApi {
|
|
|
82237
82018
|
reqBodyType: "formData",
|
|
82238
82019
|
bodyType: "json",
|
|
82239
82020
|
});
|
|
82240
|
-
|
|
82241
|
-
return $dara.cast<DeleteCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new DeleteCustomScenePolicyResponse({}));
|
|
82242
|
-
} else {
|
|
82243
|
-
return $dara.cast<DeleteCustomScenePolicyResponse>(await this.execute(params, req, runtime), new DeleteCustomScenePolicyResponse({}));
|
|
82244
|
-
}
|
|
82245
|
-
|
|
82021
|
+
return $dara.cast<DeleteCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new DeleteCustomScenePolicyResponse({}));
|
|
82246
82022
|
}
|
|
82247
82023
|
|
|
82248
82024
|
/**
|
|
@@ -82284,12 +82060,7 @@ export default class Client extends OpenApi {
|
|
|
82284
82060
|
reqBodyType: "formData",
|
|
82285
82061
|
bodyType: "json",
|
|
82286
82062
|
});
|
|
82287
|
-
|
|
82288
|
-
return $dara.cast<DeleteEdgeContainerAppResponse>(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppResponse({}));
|
|
82289
|
-
} else {
|
|
82290
|
-
return $dara.cast<DeleteEdgeContainerAppResponse>(await this.execute(params, req, runtime), new DeleteEdgeContainerAppResponse({}));
|
|
82291
|
-
}
|
|
82292
|
-
|
|
82063
|
+
return $dara.cast<DeleteEdgeContainerAppResponse>(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppResponse({}));
|
|
82293
82064
|
}
|
|
82294
82065
|
|
|
82295
82066
|
/**
|
|
@@ -82339,12 +82110,7 @@ export default class Client extends OpenApi {
|
|
|
82339
82110
|
reqBodyType: "formData",
|
|
82340
82111
|
bodyType: "json",
|
|
82341
82112
|
});
|
|
82342
|
-
|
|
82343
|
-
return $dara.cast<DeleteEdgeContainerAppRecordResponse>(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppRecordResponse({}));
|
|
82344
|
-
} else {
|
|
82345
|
-
return $dara.cast<DeleteEdgeContainerAppRecordResponse>(await this.execute(params, req, runtime), new DeleteEdgeContainerAppRecordResponse({}));
|
|
82346
|
-
}
|
|
82347
|
-
|
|
82113
|
+
return $dara.cast<DeleteEdgeContainerAppRecordResponse>(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppRecordResponse({}));
|
|
82348
82114
|
}
|
|
82349
82115
|
|
|
82350
82116
|
/**
|
|
@@ -82390,12 +82156,7 @@ export default class Client extends OpenApi {
|
|
|
82390
82156
|
reqBodyType: "formData",
|
|
82391
82157
|
bodyType: "json",
|
|
82392
82158
|
});
|
|
82393
|
-
|
|
82394
|
-
return $dara.cast<DeleteEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppVersionResponse({}));
|
|
82395
|
-
} else {
|
|
82396
|
-
return $dara.cast<DeleteEdgeContainerAppVersionResponse>(await this.execute(params, req, runtime), new DeleteEdgeContainerAppVersionResponse({}));
|
|
82397
|
-
}
|
|
82398
|
-
|
|
82159
|
+
return $dara.cast<DeleteEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppVersionResponse({}));
|
|
82399
82160
|
}
|
|
82400
82161
|
|
|
82401
82162
|
/**
|
|
@@ -82441,12 +82202,7 @@ export default class Client extends OpenApi {
|
|
|
82441
82202
|
reqBodyType: "formData",
|
|
82442
82203
|
bodyType: "json",
|
|
82443
82204
|
});
|
|
82444
|
-
|
|
82445
|
-
return $dara.cast<DeleteHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new DeleteHttpRequestHeaderModificationRuleResponse({}));
|
|
82446
|
-
} else {
|
|
82447
|
-
return $dara.cast<DeleteHttpRequestHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new DeleteHttpRequestHeaderModificationRuleResponse({}));
|
|
82448
|
-
}
|
|
82449
|
-
|
|
82205
|
+
return $dara.cast<DeleteHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new DeleteHttpRequestHeaderModificationRuleResponse({}));
|
|
82450
82206
|
}
|
|
82451
82207
|
|
|
82452
82208
|
/**
|
|
@@ -82492,12 +82248,7 @@ export default class Client extends OpenApi {
|
|
|
82492
82248
|
reqBodyType: "formData",
|
|
82493
82249
|
bodyType: "json",
|
|
82494
82250
|
});
|
|
82495
|
-
|
|
82496
|
-
return $dara.cast<DeleteHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new DeleteHttpResponseHeaderModificationRuleResponse({}));
|
|
82497
|
-
} else {
|
|
82498
|
-
return $dara.cast<DeleteHttpResponseHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new DeleteHttpResponseHeaderModificationRuleResponse({}));
|
|
82499
|
-
}
|
|
82500
|
-
|
|
82251
|
+
return $dara.cast<DeleteHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new DeleteHttpResponseHeaderModificationRuleResponse({}));
|
|
82501
82252
|
}
|
|
82502
82253
|
|
|
82503
82254
|
/**
|
|
@@ -82543,12 +82294,7 @@ export default class Client extends OpenApi {
|
|
|
82543
82294
|
reqBodyType: "formData",
|
|
82544
82295
|
bodyType: "json",
|
|
82545
82296
|
});
|
|
82546
|
-
|
|
82547
|
-
return $dara.cast<DeleteHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new DeleteHttpsApplicationConfigurationResponse({}));
|
|
82548
|
-
} else {
|
|
82549
|
-
return $dara.cast<DeleteHttpsApplicationConfigurationResponse>(await this.execute(params, req, runtime), new DeleteHttpsApplicationConfigurationResponse({}));
|
|
82550
|
-
}
|
|
82551
|
-
|
|
82297
|
+
return $dara.cast<DeleteHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new DeleteHttpsApplicationConfigurationResponse({}));
|
|
82552
82298
|
}
|
|
82553
82299
|
|
|
82554
82300
|
/**
|
|
@@ -82594,12 +82340,7 @@ export default class Client extends OpenApi {
|
|
|
82594
82340
|
reqBodyType: "formData",
|
|
82595
82341
|
bodyType: "json",
|
|
82596
82342
|
});
|
|
82597
|
-
|
|
82598
|
-
return $dara.cast<DeleteHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new DeleteHttpsBasicConfigurationResponse({}));
|
|
82599
|
-
} else {
|
|
82600
|
-
return $dara.cast<DeleteHttpsBasicConfigurationResponse>(await this.execute(params, req, runtime), new DeleteHttpsBasicConfigurationResponse({}));
|
|
82601
|
-
}
|
|
82602
|
-
|
|
82343
|
+
return $dara.cast<DeleteHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new DeleteHttpsBasicConfigurationResponse({}));
|
|
82603
82344
|
}
|
|
82604
82345
|
|
|
82605
82346
|
/**
|
|
@@ -82645,12 +82386,7 @@ export default class Client extends OpenApi {
|
|
|
82645
82386
|
reqBodyType: "formData",
|
|
82646
82387
|
bodyType: "json",
|
|
82647
82388
|
});
|
|
82648
|
-
|
|
82649
|
-
return $dara.cast<DeleteImageTransformResponse>(await this.callApi(params, req, runtime), new DeleteImageTransformResponse({}));
|
|
82650
|
-
} else {
|
|
82651
|
-
return $dara.cast<DeleteImageTransformResponse>(await this.execute(params, req, runtime), new DeleteImageTransformResponse({}));
|
|
82652
|
-
}
|
|
82653
|
-
|
|
82389
|
+
return $dara.cast<DeleteImageTransformResponse>(await this.callApi(params, req, runtime), new DeleteImageTransformResponse({}));
|
|
82654
82390
|
}
|
|
82655
82391
|
|
|
82656
82392
|
/**
|
|
@@ -82688,12 +82424,7 @@ export default class Client extends OpenApi {
|
|
|
82688
82424
|
reqBodyType: "formData",
|
|
82689
82425
|
bodyType: "json",
|
|
82690
82426
|
});
|
|
82691
|
-
|
|
82692
|
-
return $dara.cast<DeleteKvResponse>(await this.callApi(params, req, runtime), new DeleteKvResponse({}));
|
|
82693
|
-
} else {
|
|
82694
|
-
return $dara.cast<DeleteKvResponse>(await this.execute(params, req, runtime), new DeleteKvResponse({}));
|
|
82695
|
-
}
|
|
82696
|
-
|
|
82427
|
+
return $dara.cast<DeleteKvResponse>(await this.callApi(params, req, runtime), new DeleteKvResponse({}));
|
|
82697
82428
|
}
|
|
82698
82429
|
|
|
82699
82430
|
/**
|
|
@@ -82735,12 +82466,7 @@ export default class Client extends OpenApi {
|
|
|
82735
82466
|
reqBodyType: "formData",
|
|
82736
82467
|
bodyType: "json",
|
|
82737
82468
|
});
|
|
82738
|
-
|
|
82739
|
-
return $dara.cast<DeleteKvNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteKvNamespaceResponse({}));
|
|
82740
|
-
} else {
|
|
82741
|
-
return $dara.cast<DeleteKvNamespaceResponse>(await this.execute(params, req, runtime), new DeleteKvNamespaceResponse({}));
|
|
82742
|
-
}
|
|
82743
|
-
|
|
82469
|
+
return $dara.cast<DeleteKvNamespaceResponse>(await this.callApi(params, req, runtime), new DeleteKvNamespaceResponse({}));
|
|
82744
82470
|
}
|
|
82745
82471
|
|
|
82746
82472
|
/**
|
|
@@ -82782,12 +82508,7 @@ export default class Client extends OpenApi {
|
|
|
82782
82508
|
reqBodyType: "formData",
|
|
82783
82509
|
bodyType: "json",
|
|
82784
82510
|
});
|
|
82785
|
-
|
|
82786
|
-
return $dara.cast<DeleteListResponse>(await this.callApi(params, req, runtime), new DeleteListResponse({}));
|
|
82787
|
-
} else {
|
|
82788
|
-
return $dara.cast<DeleteListResponse>(await this.execute(params, req, runtime), new DeleteListResponse({}));
|
|
82789
|
-
}
|
|
82790
|
-
|
|
82511
|
+
return $dara.cast<DeleteListResponse>(await this.callApi(params, req, runtime), new DeleteListResponse({}));
|
|
82791
82512
|
}
|
|
82792
82513
|
|
|
82793
82514
|
/**
|
|
@@ -82836,12 +82557,7 @@ export default class Client extends OpenApi {
|
|
|
82836
82557
|
reqBodyType: "formData",
|
|
82837
82558
|
bodyType: "json",
|
|
82838
82559
|
});
|
|
82839
|
-
|
|
82840
|
-
return $dara.cast<DeleteLoadBalancerResponse>(await this.callApi(params, req, runtime), new DeleteLoadBalancerResponse({}));
|
|
82841
|
-
} else {
|
|
82842
|
-
return $dara.cast<DeleteLoadBalancerResponse>(await this.execute(params, req, runtime), new DeleteLoadBalancerResponse({}));
|
|
82843
|
-
}
|
|
82844
|
-
|
|
82560
|
+
return $dara.cast<DeleteLoadBalancerResponse>(await this.callApi(params, req, runtime), new DeleteLoadBalancerResponse({}));
|
|
82845
82561
|
}
|
|
82846
82562
|
|
|
82847
82563
|
/**
|
|
@@ -82890,12 +82606,7 @@ export default class Client extends OpenApi {
|
|
|
82890
82606
|
reqBodyType: "formData",
|
|
82891
82607
|
bodyType: "json",
|
|
82892
82608
|
});
|
|
82893
|
-
|
|
82894
|
-
return $dara.cast<DeleteNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new DeleteNetworkOptimizationResponse({}));
|
|
82895
|
-
} else {
|
|
82896
|
-
return $dara.cast<DeleteNetworkOptimizationResponse>(await this.execute(params, req, runtime), new DeleteNetworkOptimizationResponse({}));
|
|
82897
|
-
}
|
|
82898
|
-
|
|
82609
|
+
return $dara.cast<DeleteNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new DeleteNetworkOptimizationResponse({}));
|
|
82899
82610
|
}
|
|
82900
82611
|
|
|
82901
82612
|
/**
|
|
@@ -82933,12 +82644,7 @@ export default class Client extends OpenApi {
|
|
|
82933
82644
|
reqBodyType: "formData",
|
|
82934
82645
|
bodyType: "json",
|
|
82935
82646
|
});
|
|
82936
|
-
|
|
82937
|
-
return $dara.cast<DeleteOriginCaCertificateResponse>(await this.callApi(params, req, runtime), new DeleteOriginCaCertificateResponse({}));
|
|
82938
|
-
} else {
|
|
82939
|
-
return $dara.cast<DeleteOriginCaCertificateResponse>(await this.execute(params, req, runtime), new DeleteOriginCaCertificateResponse({}));
|
|
82940
|
-
}
|
|
82941
|
-
|
|
82647
|
+
return $dara.cast<DeleteOriginCaCertificateResponse>(await this.callApi(params, req, runtime), new DeleteOriginCaCertificateResponse({}));
|
|
82942
82648
|
}
|
|
82943
82649
|
|
|
82944
82650
|
/**
|
|
@@ -82976,12 +82682,7 @@ export default class Client extends OpenApi {
|
|
|
82976
82682
|
reqBodyType: "formData",
|
|
82977
82683
|
bodyType: "json",
|
|
82978
82684
|
});
|
|
82979
|
-
|
|
82980
|
-
return $dara.cast<DeleteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new DeleteOriginClientCertificateResponse({}));
|
|
82981
|
-
} else {
|
|
82982
|
-
return $dara.cast<DeleteOriginClientCertificateResponse>(await this.execute(params, req, runtime), new DeleteOriginClientCertificateResponse({}));
|
|
82983
|
-
}
|
|
82984
|
-
|
|
82685
|
+
return $dara.cast<DeleteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new DeleteOriginClientCertificateResponse({}));
|
|
82985
82686
|
}
|
|
82986
82687
|
|
|
82987
82688
|
/**
|
|
@@ -83027,12 +82728,7 @@ export default class Client extends OpenApi {
|
|
|
83027
82728
|
reqBodyType: "formData",
|
|
83028
82729
|
bodyType: "json",
|
|
83029
82730
|
});
|
|
83030
|
-
|
|
83031
|
-
return $dara.cast<DeleteOriginPoolResponse>(await this.callApi(params, req, runtime), new DeleteOriginPoolResponse({}));
|
|
83032
|
-
} else {
|
|
83033
|
-
return $dara.cast<DeleteOriginPoolResponse>(await this.execute(params, req, runtime), new DeleteOriginPoolResponse({}));
|
|
83034
|
-
}
|
|
83035
|
-
|
|
82731
|
+
return $dara.cast<DeleteOriginPoolResponse>(await this.callApi(params, req, runtime), new DeleteOriginPoolResponse({}));
|
|
83036
82732
|
}
|
|
83037
82733
|
|
|
83038
82734
|
/**
|
|
@@ -83074,12 +82770,7 @@ export default class Client extends OpenApi {
|
|
|
83074
82770
|
reqBodyType: "formData",
|
|
83075
82771
|
bodyType: "json",
|
|
83076
82772
|
});
|
|
83077
|
-
|
|
83078
|
-
return $dara.cast<DeleteOriginProtectionResponse>(await this.callApi(params, req, runtime), new DeleteOriginProtectionResponse({}));
|
|
83079
|
-
} else {
|
|
83080
|
-
return $dara.cast<DeleteOriginProtectionResponse>(await this.execute(params, req, runtime), new DeleteOriginProtectionResponse({}));
|
|
83081
|
-
}
|
|
83082
|
-
|
|
82773
|
+
return $dara.cast<DeleteOriginProtectionResponse>(await this.callApi(params, req, runtime), new DeleteOriginProtectionResponse({}));
|
|
83083
82774
|
}
|
|
83084
82775
|
|
|
83085
82776
|
/**
|
|
@@ -83125,12 +82816,7 @@ export default class Client extends OpenApi {
|
|
|
83125
82816
|
reqBodyType: "formData",
|
|
83126
82817
|
bodyType: "json",
|
|
83127
82818
|
});
|
|
83128
|
-
|
|
83129
|
-
return $dara.cast<DeleteOriginRuleResponse>(await this.callApi(params, req, runtime), new DeleteOriginRuleResponse({}));
|
|
83130
|
-
} else {
|
|
83131
|
-
return $dara.cast<DeleteOriginRuleResponse>(await this.execute(params, req, runtime), new DeleteOriginRuleResponse({}));
|
|
83132
|
-
}
|
|
83133
|
-
|
|
82819
|
+
return $dara.cast<DeleteOriginRuleResponse>(await this.callApi(params, req, runtime), new DeleteOriginRuleResponse({}));
|
|
83134
82820
|
}
|
|
83135
82821
|
|
|
83136
82822
|
/**
|
|
@@ -83172,12 +82858,7 @@ export default class Client extends OpenApi {
|
|
|
83172
82858
|
reqBodyType: "formData",
|
|
83173
82859
|
bodyType: "json",
|
|
83174
82860
|
});
|
|
83175
|
-
|
|
83176
|
-
return $dara.cast<DeletePageResponse>(await this.callApi(params, req, runtime), new DeletePageResponse({}));
|
|
83177
|
-
} else {
|
|
83178
|
-
return $dara.cast<DeletePageResponse>(await this.execute(params, req, runtime), new DeletePageResponse({}));
|
|
83179
|
-
}
|
|
83180
|
-
|
|
82861
|
+
return $dara.cast<DeletePageResponse>(await this.callApi(params, req, runtime), new DeletePageResponse({}));
|
|
83181
82862
|
}
|
|
83182
82863
|
|
|
83183
82864
|
/**
|
|
@@ -83219,12 +82900,7 @@ export default class Client extends OpenApi {
|
|
|
83219
82900
|
reqBodyType: "formData",
|
|
83220
82901
|
bodyType: "json",
|
|
83221
82902
|
});
|
|
83222
|
-
|
|
83223
|
-
return $dara.cast<DeleteRecordResponse>(await this.callApi(params, req, runtime), new DeleteRecordResponse({}));
|
|
83224
|
-
} else {
|
|
83225
|
-
return $dara.cast<DeleteRecordResponse>(await this.execute(params, req, runtime), new DeleteRecordResponse({}));
|
|
83226
|
-
}
|
|
83227
|
-
|
|
82903
|
+
return $dara.cast<DeleteRecordResponse>(await this.callApi(params, req, runtime), new DeleteRecordResponse({}));
|
|
83228
82904
|
}
|
|
83229
82905
|
|
|
83230
82906
|
/**
|
|
@@ -83270,12 +82946,7 @@ export default class Client extends OpenApi {
|
|
|
83270
82946
|
reqBodyType: "formData",
|
|
83271
82947
|
bodyType: "json",
|
|
83272
82948
|
});
|
|
83273
|
-
|
|
83274
|
-
return $dara.cast<DeleteRedirectRuleResponse>(await this.callApi(params, req, runtime), new DeleteRedirectRuleResponse({}));
|
|
83275
|
-
} else {
|
|
83276
|
-
return $dara.cast<DeleteRedirectRuleResponse>(await this.execute(params, req, runtime), new DeleteRedirectRuleResponse({}));
|
|
83277
|
-
}
|
|
83278
|
-
|
|
82949
|
+
return $dara.cast<DeleteRedirectRuleResponse>(await this.callApi(params, req, runtime), new DeleteRedirectRuleResponse({}));
|
|
83279
82950
|
}
|
|
83280
82951
|
|
|
83281
82952
|
/**
|
|
@@ -83321,12 +82992,7 @@ export default class Client extends OpenApi {
|
|
|
83321
82992
|
reqBodyType: "formData",
|
|
83322
82993
|
bodyType: "json",
|
|
83323
82994
|
});
|
|
83324
|
-
|
|
83325
|
-
return $dara.cast<DeleteRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new DeleteRewriteUrlRuleResponse({}));
|
|
83326
|
-
} else {
|
|
83327
|
-
return $dara.cast<DeleteRewriteUrlRuleResponse>(await this.execute(params, req, runtime), new DeleteRewriteUrlRuleResponse({}));
|
|
83328
|
-
}
|
|
83329
|
-
|
|
82995
|
+
return $dara.cast<DeleteRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new DeleteRewriteUrlRuleResponse({}));
|
|
83330
82996
|
}
|
|
83331
82997
|
|
|
83332
82998
|
/**
|
|
@@ -83368,12 +83034,7 @@ export default class Client extends OpenApi {
|
|
|
83368
83034
|
reqBodyType: "formData",
|
|
83369
83035
|
bodyType: "json",
|
|
83370
83036
|
});
|
|
83371
|
-
|
|
83372
|
-
return $dara.cast<DeleteRoutineResponse>(await this.callApi(params, req, runtime), new DeleteRoutineResponse({}));
|
|
83373
|
-
} else {
|
|
83374
|
-
return $dara.cast<DeleteRoutineResponse>(await this.execute(params, req, runtime), new DeleteRoutineResponse({}));
|
|
83375
|
-
}
|
|
83376
|
-
|
|
83037
|
+
return $dara.cast<DeleteRoutineResponse>(await this.callApi(params, req, runtime), new DeleteRoutineResponse({}));
|
|
83377
83038
|
}
|
|
83378
83039
|
|
|
83379
83040
|
/**
|
|
@@ -83419,12 +83080,7 @@ export default class Client extends OpenApi {
|
|
|
83419
83080
|
reqBodyType: "formData",
|
|
83420
83081
|
bodyType: "json",
|
|
83421
83082
|
});
|
|
83422
|
-
|
|
83423
|
-
return $dara.cast<DeleteRoutineCodeVersionResponse>(await this.callApi(params, req, runtime), new DeleteRoutineCodeVersionResponse({}));
|
|
83424
|
-
} else {
|
|
83425
|
-
return $dara.cast<DeleteRoutineCodeVersionResponse>(await this.execute(params, req, runtime), new DeleteRoutineCodeVersionResponse({}));
|
|
83426
|
-
}
|
|
83427
|
-
|
|
83083
|
+
return $dara.cast<DeleteRoutineCodeVersionResponse>(await this.callApi(params, req, runtime), new DeleteRoutineCodeVersionResponse({}));
|
|
83428
83084
|
}
|
|
83429
83085
|
|
|
83430
83086
|
/**
|
|
@@ -83480,12 +83136,7 @@ export default class Client extends OpenApi {
|
|
|
83480
83136
|
reqBodyType: "formData",
|
|
83481
83137
|
bodyType: "json",
|
|
83482
83138
|
});
|
|
83483
|
-
|
|
83484
|
-
return $dara.cast<DeleteRoutineRelatedRecordResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRecordResponse({}));
|
|
83485
|
-
} else {
|
|
83486
|
-
return $dara.cast<DeleteRoutineRelatedRecordResponse>(await this.execute(params, req, runtime), new DeleteRoutineRelatedRecordResponse({}));
|
|
83487
|
-
}
|
|
83488
|
-
|
|
83139
|
+
return $dara.cast<DeleteRoutineRelatedRecordResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRecordResponse({}));
|
|
83489
83140
|
}
|
|
83490
83141
|
|
|
83491
83142
|
/**
|
|
@@ -83539,12 +83190,7 @@ export default class Client extends OpenApi {
|
|
|
83539
83190
|
reqBodyType: "formData",
|
|
83540
83191
|
bodyType: "json",
|
|
83541
83192
|
});
|
|
83542
|
-
|
|
83543
|
-
return $dara.cast<DeleteRoutineRelatedRouteResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRouteResponse({}));
|
|
83544
|
-
} else {
|
|
83545
|
-
return $dara.cast<DeleteRoutineRelatedRouteResponse>(await this.execute(params, req, runtime), new DeleteRoutineRelatedRouteResponse({}));
|
|
83546
|
-
}
|
|
83547
|
-
|
|
83193
|
+
return $dara.cast<DeleteRoutineRelatedRouteResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRouteResponse({}));
|
|
83548
83194
|
}
|
|
83549
83195
|
|
|
83550
83196
|
/**
|
|
@@ -83590,12 +83236,7 @@ export default class Client extends OpenApi {
|
|
|
83590
83236
|
reqBodyType: "formData",
|
|
83591
83237
|
bodyType: "json",
|
|
83592
83238
|
});
|
|
83593
|
-
|
|
83594
|
-
return $dara.cast<DeleteRoutineRouteResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
83595
|
-
} else {
|
|
83596
|
-
return $dara.cast<DeleteRoutineRouteResponse>(await this.execute(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
83597
|
-
}
|
|
83598
|
-
|
|
83239
|
+
return $dara.cast<DeleteRoutineRouteResponse>(await this.callApi(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
83599
83240
|
}
|
|
83600
83241
|
|
|
83601
83242
|
/**
|
|
@@ -83637,12 +83278,7 @@ export default class Client extends OpenApi {
|
|
|
83637
83278
|
reqBodyType: "formData",
|
|
83638
83279
|
bodyType: "json",
|
|
83639
83280
|
});
|
|
83640
|
-
|
|
83641
|
-
return $dara.cast<DeleteScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new DeleteScheduledPreloadExecutionResponse({}));
|
|
83642
|
-
} else {
|
|
83643
|
-
return $dara.cast<DeleteScheduledPreloadExecutionResponse>(await this.execute(params, req, runtime), new DeleteScheduledPreloadExecutionResponse({}));
|
|
83644
|
-
}
|
|
83645
|
-
|
|
83281
|
+
return $dara.cast<DeleteScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new DeleteScheduledPreloadExecutionResponse({}));
|
|
83646
83282
|
}
|
|
83647
83283
|
|
|
83648
83284
|
/**
|
|
@@ -83684,12 +83320,7 @@ export default class Client extends OpenApi {
|
|
|
83684
83320
|
reqBodyType: "formData",
|
|
83685
83321
|
bodyType: "json",
|
|
83686
83322
|
});
|
|
83687
|
-
|
|
83688
|
-
return $dara.cast<DeleteScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new DeleteScheduledPreloadJobResponse({}));
|
|
83689
|
-
} else {
|
|
83690
|
-
return $dara.cast<DeleteScheduledPreloadJobResponse>(await this.execute(params, req, runtime), new DeleteScheduledPreloadJobResponse({}));
|
|
83691
|
-
}
|
|
83692
|
-
|
|
83323
|
+
return $dara.cast<DeleteScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new DeleteScheduledPreloadJobResponse({}));
|
|
83693
83324
|
}
|
|
83694
83325
|
|
|
83695
83326
|
/**
|
|
@@ -83739,12 +83370,7 @@ export default class Client extends OpenApi {
|
|
|
83739
83370
|
reqBodyType: "formData",
|
|
83740
83371
|
bodyType: "json",
|
|
83741
83372
|
});
|
|
83742
|
-
|
|
83743
|
-
return $dara.cast<DeleteSiteResponse>(await this.callApi(params, req, runtime), new DeleteSiteResponse({}));
|
|
83744
|
-
} else {
|
|
83745
|
-
return $dara.cast<DeleteSiteResponse>(await this.execute(params, req, runtime), new DeleteSiteResponse({}));
|
|
83746
|
-
}
|
|
83747
|
-
|
|
83373
|
+
return $dara.cast<DeleteSiteResponse>(await this.callApi(params, req, runtime), new DeleteSiteResponse({}));
|
|
83748
83374
|
}
|
|
83749
83375
|
|
|
83750
83376
|
/**
|
|
@@ -83790,12 +83416,7 @@ export default class Client extends OpenApi {
|
|
|
83790
83416
|
reqBodyType: "formData",
|
|
83791
83417
|
bodyType: "json",
|
|
83792
83418
|
});
|
|
83793
|
-
|
|
83794
|
-
return $dara.cast<DeleteSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new DeleteSiteDeliveryTaskResponse({}));
|
|
83795
|
-
} else {
|
|
83796
|
-
return $dara.cast<DeleteSiteDeliveryTaskResponse>(await this.execute(params, req, runtime), new DeleteSiteDeliveryTaskResponse({}));
|
|
83797
|
-
}
|
|
83798
|
-
|
|
83419
|
+
return $dara.cast<DeleteSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new DeleteSiteDeliveryTaskResponse({}));
|
|
83799
83420
|
}
|
|
83800
83421
|
|
|
83801
83422
|
/**
|
|
@@ -83833,12 +83454,7 @@ export default class Client extends OpenApi {
|
|
|
83833
83454
|
reqBodyType: "formData",
|
|
83834
83455
|
bodyType: "json",
|
|
83835
83456
|
});
|
|
83836
|
-
|
|
83837
|
-
return $dara.cast<DeleteSiteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new DeleteSiteOriginClientCertificateResponse({}));
|
|
83838
|
-
} else {
|
|
83839
|
-
return $dara.cast<DeleteSiteOriginClientCertificateResponse>(await this.execute(params, req, runtime), new DeleteSiteOriginClientCertificateResponse({}));
|
|
83840
|
-
}
|
|
83841
|
-
|
|
83457
|
+
return $dara.cast<DeleteSiteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new DeleteSiteOriginClientCertificateResponse({}));
|
|
83842
83458
|
}
|
|
83843
83459
|
|
|
83844
83460
|
/**
|
|
@@ -83886,12 +83502,7 @@ export default class Client extends OpenApi {
|
|
|
83886
83502
|
reqBodyType: "formData",
|
|
83887
83503
|
bodyType: "json",
|
|
83888
83504
|
});
|
|
83889
|
-
|
|
83890
|
-
return $dara.cast<DeleteUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new DeleteUserDeliveryTaskResponse({}));
|
|
83891
|
-
} else {
|
|
83892
|
-
return $dara.cast<DeleteUserDeliveryTaskResponse>(await this.execute(params, req, runtime), new DeleteUserDeliveryTaskResponse({}));
|
|
83893
|
-
}
|
|
83894
|
-
|
|
83505
|
+
return $dara.cast<DeleteUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new DeleteUserDeliveryTaskResponse({}));
|
|
83895
83506
|
}
|
|
83896
83507
|
|
|
83897
83508
|
/**
|
|
@@ -83949,12 +83560,7 @@ export default class Client extends OpenApi {
|
|
|
83949
83560
|
reqBodyType: "formData",
|
|
83950
83561
|
bodyType: "json",
|
|
83951
83562
|
});
|
|
83952
|
-
|
|
83953
|
-
return $dara.cast<DeleteWafRuleResponse>(await this.callApi(params, req, runtime), new DeleteWafRuleResponse({}));
|
|
83954
|
-
} else {
|
|
83955
|
-
return $dara.cast<DeleteWafRuleResponse>(await this.execute(params, req, runtime), new DeleteWafRuleResponse({}));
|
|
83956
|
-
}
|
|
83957
|
-
|
|
83563
|
+
return $dara.cast<DeleteWafRuleResponse>(await this.callApi(params, req, runtime), new DeleteWafRuleResponse({}));
|
|
83958
83564
|
}
|
|
83959
83565
|
|
|
83960
83566
|
/**
|
|
@@ -84006,12 +83612,7 @@ export default class Client extends OpenApi {
|
|
|
84006
83612
|
reqBodyType: "formData",
|
|
84007
83613
|
bodyType: "json",
|
|
84008
83614
|
});
|
|
84009
|
-
|
|
84010
|
-
return $dara.cast<DeleteWafRulesetResponse>(await this.callApi(params, req, runtime), new DeleteWafRulesetResponse({}));
|
|
84011
|
-
} else {
|
|
84012
|
-
return $dara.cast<DeleteWafRulesetResponse>(await this.execute(params, req, runtime), new DeleteWafRulesetResponse({}));
|
|
84013
|
-
}
|
|
84014
|
-
|
|
83615
|
+
return $dara.cast<DeleteWafRulesetResponse>(await this.callApi(params, req, runtime), new DeleteWafRulesetResponse({}));
|
|
84015
83616
|
}
|
|
84016
83617
|
|
|
84017
83618
|
/**
|
|
@@ -84057,12 +83658,7 @@ export default class Client extends OpenApi {
|
|
|
84057
83658
|
reqBodyType: "formData",
|
|
84058
83659
|
bodyType: "json",
|
|
84059
83660
|
});
|
|
84060
|
-
|
|
84061
|
-
return $dara.cast<DeleteWaitingRoomResponse>(await this.callApi(params, req, runtime), new DeleteWaitingRoomResponse({}));
|
|
84062
|
-
} else {
|
|
84063
|
-
return $dara.cast<DeleteWaitingRoomResponse>(await this.execute(params, req, runtime), new DeleteWaitingRoomResponse({}));
|
|
84064
|
-
}
|
|
84065
|
-
|
|
83661
|
+
return $dara.cast<DeleteWaitingRoomResponse>(await this.callApi(params, req, runtime), new DeleteWaitingRoomResponse({}));
|
|
84066
83662
|
}
|
|
84067
83663
|
|
|
84068
83664
|
/**
|
|
@@ -84108,12 +83704,7 @@ export default class Client extends OpenApi {
|
|
|
84108
83704
|
reqBodyType: "formData",
|
|
84109
83705
|
bodyType: "json",
|
|
84110
83706
|
});
|
|
84111
|
-
|
|
84112
|
-
return $dara.cast<DeleteWaitingRoomEventResponse>(await this.callApi(params, req, runtime), new DeleteWaitingRoomEventResponse({}));
|
|
84113
|
-
} else {
|
|
84114
|
-
return $dara.cast<DeleteWaitingRoomEventResponse>(await this.execute(params, req, runtime), new DeleteWaitingRoomEventResponse({}));
|
|
84115
|
-
}
|
|
84116
|
-
|
|
83707
|
+
return $dara.cast<DeleteWaitingRoomEventResponse>(await this.callApi(params, req, runtime), new DeleteWaitingRoomEventResponse({}));
|
|
84117
83708
|
}
|
|
84118
83709
|
|
|
84119
83710
|
/**
|
|
@@ -84159,12 +83750,7 @@ export default class Client extends OpenApi {
|
|
|
84159
83750
|
reqBodyType: "formData",
|
|
84160
83751
|
bodyType: "json",
|
|
84161
83752
|
});
|
|
84162
|
-
|
|
84163
|
-
return $dara.cast<DeleteWaitingRoomRuleResponse>(await this.callApi(params, req, runtime), new DeleteWaitingRoomRuleResponse({}));
|
|
84164
|
-
} else {
|
|
84165
|
-
return $dara.cast<DeleteWaitingRoomRuleResponse>(await this.execute(params, req, runtime), new DeleteWaitingRoomRuleResponse({}));
|
|
84166
|
-
}
|
|
84167
|
-
|
|
83753
|
+
return $dara.cast<DeleteWaitingRoomRuleResponse>(await this.callApi(params, req, runtime), new DeleteWaitingRoomRuleResponse({}));
|
|
84168
83754
|
}
|
|
84169
83755
|
|
|
84170
83756
|
/**
|
|
@@ -84214,12 +83800,7 @@ export default class Client extends OpenApi {
|
|
|
84214
83800
|
reqBodyType: "formData",
|
|
84215
83801
|
bodyType: "json",
|
|
84216
83802
|
});
|
|
84217
|
-
|
|
84218
|
-
return $dara.cast<DescribeCustomScenePoliciesResponse>(await this.callApi(params, req, runtime), new DescribeCustomScenePoliciesResponse({}));
|
|
84219
|
-
} else {
|
|
84220
|
-
return $dara.cast<DescribeCustomScenePoliciesResponse>(await this.execute(params, req, runtime), new DescribeCustomScenePoliciesResponse({}));
|
|
84221
|
-
}
|
|
84222
|
-
|
|
83803
|
+
return $dara.cast<DescribeCustomScenePoliciesResponse>(await this.callApi(params, req, runtime), new DescribeCustomScenePoliciesResponse({}));
|
|
84223
83804
|
}
|
|
84224
83805
|
|
|
84225
83806
|
/**
|
|
@@ -84281,12 +83862,7 @@ export default class Client extends OpenApi {
|
|
|
84281
83862
|
reqBodyType: "formData",
|
|
84282
83863
|
bodyType: "json",
|
|
84283
83864
|
});
|
|
84284
|
-
|
|
84285
|
-
return $dara.cast<DescribeDDoSAllEventListResponse>(await this.callApi(params, req, runtime), new DescribeDDoSAllEventListResponse({}));
|
|
84286
|
-
} else {
|
|
84287
|
-
return $dara.cast<DescribeDDoSAllEventListResponse>(await this.execute(params, req, runtime), new DescribeDDoSAllEventListResponse({}));
|
|
84288
|
-
}
|
|
84289
|
-
|
|
83865
|
+
return $dara.cast<DescribeDDoSAllEventListResponse>(await this.callApi(params, req, runtime), new DescribeDDoSAllEventListResponse({}));
|
|
84290
83866
|
}
|
|
84291
83867
|
|
|
84292
83868
|
/**
|
|
@@ -84324,12 +83900,7 @@ export default class Client extends OpenApi {
|
|
|
84324
83900
|
reqBodyType: "formData",
|
|
84325
83901
|
bodyType: "json",
|
|
84326
83902
|
});
|
|
84327
|
-
|
|
84328
|
-
return $dara.cast<DescribeDDoSBpsListResponse>(await this.callApi(params, req, runtime), new DescribeDDoSBpsListResponse({}));
|
|
84329
|
-
} else {
|
|
84330
|
-
return $dara.cast<DescribeDDoSBpsListResponse>(await this.execute(params, req, runtime), new DescribeDDoSBpsListResponse({}));
|
|
84331
|
-
}
|
|
84332
|
-
|
|
83903
|
+
return $dara.cast<DescribeDDoSBpsListResponse>(await this.callApi(params, req, runtime), new DescribeDDoSBpsListResponse({}));
|
|
84333
83904
|
}
|
|
84334
83905
|
|
|
84335
83906
|
/**
|
|
@@ -84387,12 +83958,7 @@ export default class Client extends OpenApi {
|
|
|
84387
83958
|
reqBodyType: "formData",
|
|
84388
83959
|
bodyType: "json",
|
|
84389
83960
|
});
|
|
84390
|
-
|
|
84391
|
-
return $dara.cast<DescribeDDoSL7QpsListResponse>(await this.callApi(params, req, runtime), new DescribeDDoSL7QpsListResponse({}));
|
|
84392
|
-
} else {
|
|
84393
|
-
return $dara.cast<DescribeDDoSL7QpsListResponse>(await this.execute(params, req, runtime), new DescribeDDoSL7QpsListResponse({}));
|
|
84394
|
-
}
|
|
84395
|
-
|
|
83961
|
+
return $dara.cast<DescribeDDoSL7QpsListResponse>(await this.callApi(params, req, runtime), new DescribeDDoSL7QpsListResponse({}));
|
|
84396
83962
|
}
|
|
84397
83963
|
|
|
84398
83964
|
/**
|
|
@@ -84430,12 +83996,7 @@ export default class Client extends OpenApi {
|
|
|
84430
83996
|
reqBodyType: "formData",
|
|
84431
83997
|
bodyType: "json",
|
|
84432
83998
|
});
|
|
84433
|
-
|
|
84434
|
-
return $dara.cast<DescribeEdgeContainerAppStatsResponse>(await this.callApi(params, req, runtime), new DescribeEdgeContainerAppStatsResponse({}));
|
|
84435
|
-
} else {
|
|
84436
|
-
return $dara.cast<DescribeEdgeContainerAppStatsResponse>(await this.execute(params, req, runtime), new DescribeEdgeContainerAppStatsResponse({}));
|
|
84437
|
-
}
|
|
84438
|
-
|
|
83999
|
+
return $dara.cast<DescribeEdgeContainerAppStatsResponse>(await this.callApi(params, req, runtime), new DescribeEdgeContainerAppStatsResponse({}));
|
|
84439
84000
|
}
|
|
84440
84001
|
|
|
84441
84002
|
/**
|
|
@@ -84477,12 +84038,7 @@ export default class Client extends OpenApi {
|
|
|
84477
84038
|
reqBodyType: "formData",
|
|
84478
84039
|
bodyType: "json",
|
|
84479
84040
|
});
|
|
84480
|
-
|
|
84481
|
-
return $dara.cast<DescribeHttpDDoSAttackIntelligentProtectionResponse>(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
84482
|
-
} else {
|
|
84483
|
-
return $dara.cast<DescribeHttpDDoSAttackIntelligentProtectionResponse>(await this.execute(params, req, runtime), new DescribeHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
84484
|
-
}
|
|
84485
|
-
|
|
84041
|
+
return $dara.cast<DescribeHttpDDoSAttackIntelligentProtectionResponse>(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
84486
84042
|
}
|
|
84487
84043
|
|
|
84488
84044
|
/**
|
|
@@ -84524,12 +84080,7 @@ export default class Client extends OpenApi {
|
|
|
84524
84080
|
reqBodyType: "formData",
|
|
84525
84081
|
bodyType: "json",
|
|
84526
84082
|
});
|
|
84527
|
-
|
|
84528
|
-
return $dara.cast<DescribeHttpDDoSAttackProtectionResponse>(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackProtectionResponse({}));
|
|
84529
|
-
} else {
|
|
84530
|
-
return $dara.cast<DescribeHttpDDoSAttackProtectionResponse>(await this.execute(params, req, runtime), new DescribeHttpDDoSAttackProtectionResponse({}));
|
|
84531
|
-
}
|
|
84532
|
-
|
|
84083
|
+
return $dara.cast<DescribeHttpDDoSAttackProtectionResponse>(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackProtectionResponse({}));
|
|
84533
84084
|
}
|
|
84534
84085
|
|
|
84535
84086
|
/**
|
|
@@ -84563,12 +84114,7 @@ export default class Client extends OpenApi {
|
|
|
84563
84114
|
reqBodyType: "formData",
|
|
84564
84115
|
bodyType: "json",
|
|
84565
84116
|
});
|
|
84566
|
-
|
|
84567
|
-
return $dara.cast<DescribeKvAccountStatusResponse>(await this.callApi(params, req, runtime), new DescribeKvAccountStatusResponse({}));
|
|
84568
|
-
} else {
|
|
84569
|
-
return $dara.cast<DescribeKvAccountStatusResponse>(await this.execute(params, req, runtime), new DescribeKvAccountStatusResponse({}));
|
|
84570
|
-
}
|
|
84571
|
-
|
|
84117
|
+
return $dara.cast<DescribeKvAccountStatusResponse>(await this.callApi(params, req, runtime), new DescribeKvAccountStatusResponse({}));
|
|
84572
84118
|
}
|
|
84573
84119
|
|
|
84574
84120
|
/**
|
|
@@ -84604,12 +84150,7 @@ export default class Client extends OpenApi {
|
|
|
84604
84150
|
reqBodyType: "formData",
|
|
84605
84151
|
bodyType: "json",
|
|
84606
84152
|
});
|
|
84607
|
-
|
|
84608
|
-
return $dara.cast<DescribePreloadTasksResponse>(await this.callApi(params, req, runtime), new DescribePreloadTasksResponse({}));
|
|
84609
|
-
} else {
|
|
84610
|
-
return $dara.cast<DescribePreloadTasksResponse>(await this.execute(params, req, runtime), new DescribePreloadTasksResponse({}));
|
|
84611
|
-
}
|
|
84612
|
-
|
|
84153
|
+
return $dara.cast<DescribePreloadTasksResponse>(await this.callApi(params, req, runtime), new DescribePreloadTasksResponse({}));
|
|
84613
84154
|
}
|
|
84614
84155
|
|
|
84615
84156
|
/**
|
|
@@ -84647,12 +84188,7 @@ export default class Client extends OpenApi {
|
|
|
84647
84188
|
reqBodyType: "formData",
|
|
84648
84189
|
bodyType: "json",
|
|
84649
84190
|
});
|
|
84650
|
-
|
|
84651
|
-
return $dara.cast<DescribePurgeTasksResponse>(await this.callApi(params, req, runtime), new DescribePurgeTasksResponse({}));
|
|
84652
|
-
} else {
|
|
84653
|
-
return $dara.cast<DescribePurgeTasksResponse>(await this.execute(params, req, runtime), new DescribePurgeTasksResponse({}));
|
|
84654
|
-
}
|
|
84655
|
-
|
|
84191
|
+
return $dara.cast<DescribePurgeTasksResponse>(await this.callApi(params, req, runtime), new DescribePurgeTasksResponse({}));
|
|
84656
84192
|
}
|
|
84657
84193
|
|
|
84658
84194
|
/**
|
|
@@ -84697,12 +84233,7 @@ export default class Client extends OpenApi {
|
|
|
84697
84233
|
reqBodyType: "formData",
|
|
84698
84234
|
bodyType: "json",
|
|
84699
84235
|
});
|
|
84700
|
-
|
|
84701
|
-
return $dara.cast<DescribeRatePlanInstanceStatusResponse>(await this.callApi(params, req, runtime), new DescribeRatePlanInstanceStatusResponse({}));
|
|
84702
|
-
} else {
|
|
84703
|
-
return $dara.cast<DescribeRatePlanInstanceStatusResponse>(await this.execute(params, req, runtime), new DescribeRatePlanInstanceStatusResponse({}));
|
|
84704
|
-
}
|
|
84705
|
-
|
|
84236
|
+
return $dara.cast<DescribeRatePlanInstanceStatusResponse>(await this.callApi(params, req, runtime), new DescribeRatePlanInstanceStatusResponse({}));
|
|
84706
84237
|
}
|
|
84707
84238
|
|
|
84708
84239
|
/**
|
|
@@ -84769,12 +84300,7 @@ export default class Client extends OpenApi {
|
|
|
84769
84300
|
reqBodyType: "formData",
|
|
84770
84301
|
bodyType: "json",
|
|
84771
84302
|
});
|
|
84772
|
-
|
|
84773
|
-
return $dara.cast<DescribeSiteTimeSeriesDataResponse>(await this.callApi(params, req, runtime), new DescribeSiteTimeSeriesDataResponse({}));
|
|
84774
|
-
} else {
|
|
84775
|
-
return $dara.cast<DescribeSiteTimeSeriesDataResponse>(await this.execute(params, req, runtime), new DescribeSiteTimeSeriesDataResponse({}));
|
|
84776
|
-
}
|
|
84777
|
-
|
|
84303
|
+
return $dara.cast<DescribeSiteTimeSeriesDataResponse>(await this.callApi(params, req, runtime), new DescribeSiteTimeSeriesDataResponse({}));
|
|
84778
84304
|
}
|
|
84779
84305
|
|
|
84780
84306
|
/**
|
|
@@ -84842,12 +84368,7 @@ export default class Client extends OpenApi {
|
|
|
84842
84368
|
reqBodyType: "formData",
|
|
84843
84369
|
bodyType: "json",
|
|
84844
84370
|
});
|
|
84845
|
-
|
|
84846
|
-
return $dara.cast<DescribeSiteTopDataResponse>(await this.callApi(params, req, runtime), new DescribeSiteTopDataResponse({}));
|
|
84847
|
-
} else {
|
|
84848
|
-
return $dara.cast<DescribeSiteTopDataResponse>(await this.execute(params, req, runtime), new DescribeSiteTopDataResponse({}));
|
|
84849
|
-
}
|
|
84850
|
-
|
|
84371
|
+
return $dara.cast<DescribeSiteTopDataResponse>(await this.callApi(params, req, runtime), new DescribeSiteTopDataResponse({}));
|
|
84851
84372
|
}
|
|
84852
84373
|
|
|
84853
84374
|
/**
|
|
@@ -84889,12 +84410,7 @@ export default class Client extends OpenApi {
|
|
|
84889
84410
|
reqBodyType: "formData",
|
|
84890
84411
|
bodyType: "json",
|
|
84891
84412
|
});
|
|
84892
|
-
|
|
84893
|
-
return $dara.cast<DisableCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new DisableCustomScenePolicyResponse({}));
|
|
84894
|
-
} else {
|
|
84895
|
-
return $dara.cast<DisableCustomScenePolicyResponse>(await this.execute(params, req, runtime), new DisableCustomScenePolicyResponse({}));
|
|
84896
|
-
}
|
|
84897
|
-
|
|
84413
|
+
return $dara.cast<DisableCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new DisableCustomScenePolicyResponse({}));
|
|
84898
84414
|
}
|
|
84899
84415
|
|
|
84900
84416
|
/**
|
|
@@ -84952,12 +84468,7 @@ export default class Client extends OpenApi {
|
|
|
84952
84468
|
reqBodyType: "formData",
|
|
84953
84469
|
bodyType: "json",
|
|
84954
84470
|
});
|
|
84955
|
-
|
|
84956
|
-
return $dara.cast<EditSiteWafSettingsResponse>(await this.callApi(params, req, runtime), new EditSiteWafSettingsResponse({}));
|
|
84957
|
-
} else {
|
|
84958
|
-
return $dara.cast<EditSiteWafSettingsResponse>(await this.execute(params, req, runtime), new EditSiteWafSettingsResponse({}));
|
|
84959
|
-
}
|
|
84960
|
-
|
|
84471
|
+
return $dara.cast<EditSiteWafSettingsResponse>(await this.callApi(params, req, runtime), new EditSiteWafSettingsResponse({}));
|
|
84961
84472
|
}
|
|
84962
84473
|
|
|
84963
84474
|
/**
|
|
@@ -84999,12 +84510,7 @@ export default class Client extends OpenApi {
|
|
|
84999
84510
|
reqBodyType: "formData",
|
|
85000
84511
|
bodyType: "json",
|
|
85001
84512
|
});
|
|
85002
|
-
|
|
85003
|
-
return $dara.cast<EnableCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new EnableCustomScenePolicyResponse({}));
|
|
85004
|
-
} else {
|
|
85005
|
-
return $dara.cast<EnableCustomScenePolicyResponse>(await this.execute(params, req, runtime), new EnableCustomScenePolicyResponse({}));
|
|
85006
|
-
}
|
|
85007
|
-
|
|
84513
|
+
return $dara.cast<EnableCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new EnableCustomScenePolicyResponse({}));
|
|
85008
84514
|
}
|
|
85009
84515
|
|
|
85010
84516
|
/**
|
|
@@ -85042,12 +84548,7 @@ export default class Client extends OpenApi {
|
|
|
85042
84548
|
reqBodyType: "formData",
|
|
85043
84549
|
bodyType: "json",
|
|
85044
84550
|
});
|
|
85045
|
-
|
|
85046
|
-
return $dara.cast<ExportRecordsResponse>(await this.callApi(params, req, runtime), new ExportRecordsResponse({}));
|
|
85047
|
-
} else {
|
|
85048
|
-
return $dara.cast<ExportRecordsResponse>(await this.execute(params, req, runtime), new ExportRecordsResponse({}));
|
|
85049
|
-
}
|
|
85050
|
-
|
|
84551
|
+
return $dara.cast<ExportRecordsResponse>(await this.callApi(params, req, runtime), new ExportRecordsResponse({}));
|
|
85051
84552
|
}
|
|
85052
84553
|
|
|
85053
84554
|
/**
|
|
@@ -85081,12 +84582,7 @@ export default class Client extends OpenApi {
|
|
|
85081
84582
|
reqBodyType: "formData",
|
|
85082
84583
|
bodyType: "json",
|
|
85083
84584
|
});
|
|
85084
|
-
|
|
85085
|
-
return $dara.cast<GetCacheReserveSpecificationResponse>(await this.callApi(params, req, runtime), new GetCacheReserveSpecificationResponse({}));
|
|
85086
|
-
} else {
|
|
85087
|
-
return $dara.cast<GetCacheReserveSpecificationResponse>(await this.execute(params, req, runtime), new GetCacheReserveSpecificationResponse({}));
|
|
85088
|
-
}
|
|
85089
|
-
|
|
84585
|
+
return $dara.cast<GetCacheReserveSpecificationResponse>(await this.callApi(params, req, runtime), new GetCacheReserveSpecificationResponse({}));
|
|
85090
84586
|
}
|
|
85091
84587
|
|
|
85092
84588
|
/**
|
|
@@ -85122,12 +84618,7 @@ export default class Client extends OpenApi {
|
|
|
85122
84618
|
reqBodyType: "formData",
|
|
85123
84619
|
bodyType: "json",
|
|
85124
84620
|
});
|
|
85125
|
-
|
|
85126
|
-
return $dara.cast<GetCacheRuleResponse>(await this.callApi(params, req, runtime), new GetCacheRuleResponse({}));
|
|
85127
|
-
} else {
|
|
85128
|
-
return $dara.cast<GetCacheRuleResponse>(await this.execute(params, req, runtime), new GetCacheRuleResponse({}));
|
|
85129
|
-
}
|
|
85130
|
-
|
|
84621
|
+
return $dara.cast<GetCacheRuleResponse>(await this.callApi(params, req, runtime), new GetCacheRuleResponse({}));
|
|
85131
84622
|
}
|
|
85132
84623
|
|
|
85133
84624
|
/**
|
|
@@ -85165,12 +84656,7 @@ export default class Client extends OpenApi {
|
|
|
85165
84656
|
reqBodyType: "formData",
|
|
85166
84657
|
bodyType: "json",
|
|
85167
84658
|
});
|
|
85168
|
-
|
|
85169
|
-
return $dara.cast<GetCacheTagResponse>(await this.callApi(params, req, runtime), new GetCacheTagResponse({}));
|
|
85170
|
-
} else {
|
|
85171
|
-
return $dara.cast<GetCacheTagResponse>(await this.execute(params, req, runtime), new GetCacheTagResponse({}));
|
|
85172
|
-
}
|
|
85173
|
-
|
|
84659
|
+
return $dara.cast<GetCacheTagResponse>(await this.callApi(params, req, runtime), new GetCacheTagResponse({}));
|
|
85174
84660
|
}
|
|
85175
84661
|
|
|
85176
84662
|
/**
|
|
@@ -85208,12 +84694,7 @@ export default class Client extends OpenApi {
|
|
|
85208
84694
|
reqBodyType: "formData",
|
|
85209
84695
|
bodyType: "json",
|
|
85210
84696
|
});
|
|
85211
|
-
|
|
85212
|
-
return $dara.cast<GetCertificateResponse>(await this.callApi(params, req, runtime), new GetCertificateResponse({}));
|
|
85213
|
-
} else {
|
|
85214
|
-
return $dara.cast<GetCertificateResponse>(await this.execute(params, req, runtime), new GetCertificateResponse({}));
|
|
85215
|
-
}
|
|
85216
|
-
|
|
84697
|
+
return $dara.cast<GetCertificateResponse>(await this.callApi(params, req, runtime), new GetCertificateResponse({}));
|
|
85217
84698
|
}
|
|
85218
84699
|
|
|
85219
84700
|
/**
|
|
@@ -85251,12 +84732,7 @@ export default class Client extends OpenApi {
|
|
|
85251
84732
|
reqBodyType: "formData",
|
|
85252
84733
|
bodyType: "json",
|
|
85253
84734
|
});
|
|
85254
|
-
|
|
85255
|
-
return $dara.cast<GetCertificateQuotaResponse>(await this.callApi(params, req, runtime), new GetCertificateQuotaResponse({}));
|
|
85256
|
-
} else {
|
|
85257
|
-
return $dara.cast<GetCertificateQuotaResponse>(await this.execute(params, req, runtime), new GetCertificateQuotaResponse({}));
|
|
85258
|
-
}
|
|
85259
|
-
|
|
84735
|
+
return $dara.cast<GetCertificateQuotaResponse>(await this.callApi(params, req, runtime), new GetCertificateQuotaResponse({}));
|
|
85260
84736
|
}
|
|
85261
84737
|
|
|
85262
84738
|
/**
|
|
@@ -85294,12 +84770,7 @@ export default class Client extends OpenApi {
|
|
|
85294
84770
|
reqBodyType: "formData",
|
|
85295
84771
|
bodyType: "json",
|
|
85296
84772
|
});
|
|
85297
|
-
|
|
85298
|
-
return $dara.cast<GetClientCaCertificateResponse>(await this.callApi(params, req, runtime), new GetClientCaCertificateResponse({}));
|
|
85299
|
-
} else {
|
|
85300
|
-
return $dara.cast<GetClientCaCertificateResponse>(await this.execute(params, req, runtime), new GetClientCaCertificateResponse({}));
|
|
85301
|
-
}
|
|
85302
|
-
|
|
84773
|
+
return $dara.cast<GetClientCaCertificateResponse>(await this.callApi(params, req, runtime), new GetClientCaCertificateResponse({}));
|
|
85303
84774
|
}
|
|
85304
84775
|
|
|
85305
84776
|
/**
|
|
@@ -85337,12 +84808,7 @@ export default class Client extends OpenApi {
|
|
|
85337
84808
|
reqBodyType: "formData",
|
|
85338
84809
|
bodyType: "json",
|
|
85339
84810
|
});
|
|
85340
|
-
|
|
85341
|
-
return $dara.cast<GetClientCertificateResponse>(await this.callApi(params, req, runtime), new GetClientCertificateResponse({}));
|
|
85342
|
-
} else {
|
|
85343
|
-
return $dara.cast<GetClientCertificateResponse>(await this.execute(params, req, runtime), new GetClientCertificateResponse({}));
|
|
85344
|
-
}
|
|
85345
|
-
|
|
84811
|
+
return $dara.cast<GetClientCertificateResponse>(await this.callApi(params, req, runtime), new GetClientCertificateResponse({}));
|
|
85346
84812
|
}
|
|
85347
84813
|
|
|
85348
84814
|
/**
|
|
@@ -85380,12 +84846,7 @@ export default class Client extends OpenApi {
|
|
|
85380
84846
|
reqBodyType: "formData",
|
|
85381
84847
|
bodyType: "json",
|
|
85382
84848
|
});
|
|
85383
|
-
|
|
85384
|
-
return $dara.cast<GetClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new GetClientCertificateHostnamesResponse({}));
|
|
85385
|
-
} else {
|
|
85386
|
-
return $dara.cast<GetClientCertificateHostnamesResponse>(await this.execute(params, req, runtime), new GetClientCertificateHostnamesResponse({}));
|
|
85387
|
-
}
|
|
85388
|
-
|
|
84849
|
+
return $dara.cast<GetClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new GetClientCertificateHostnamesResponse({}));
|
|
85389
84850
|
}
|
|
85390
84851
|
|
|
85391
84852
|
/**
|
|
@@ -85423,12 +84884,7 @@ export default class Client extends OpenApi {
|
|
|
85423
84884
|
reqBodyType: "formData",
|
|
85424
84885
|
bodyType: "json",
|
|
85425
84886
|
});
|
|
85426
|
-
|
|
85427
|
-
return $dara.cast<GetCnameFlatteningResponse>(await this.callApi(params, req, runtime), new GetCnameFlatteningResponse({}));
|
|
85428
|
-
} else {
|
|
85429
|
-
return $dara.cast<GetCnameFlatteningResponse>(await this.execute(params, req, runtime), new GetCnameFlatteningResponse({}));
|
|
85430
|
-
}
|
|
85431
|
-
|
|
84887
|
+
return $dara.cast<GetCnameFlatteningResponse>(await this.callApi(params, req, runtime), new GetCnameFlatteningResponse({}));
|
|
85432
84888
|
}
|
|
85433
84889
|
|
|
85434
84890
|
/**
|
|
@@ -85466,12 +84922,7 @@ export default class Client extends OpenApi {
|
|
|
85466
84922
|
reqBodyType: "formData",
|
|
85467
84923
|
bodyType: "json",
|
|
85468
84924
|
});
|
|
85469
|
-
|
|
85470
|
-
return $dara.cast<GetCompressionRuleResponse>(await this.callApi(params, req, runtime), new GetCompressionRuleResponse({}));
|
|
85471
|
-
} else {
|
|
85472
|
-
return $dara.cast<GetCompressionRuleResponse>(await this.execute(params, req, runtime), new GetCompressionRuleResponse({}));
|
|
85473
|
-
}
|
|
85474
|
-
|
|
84925
|
+
return $dara.cast<GetCompressionRuleResponse>(await this.callApi(params, req, runtime), new GetCompressionRuleResponse({}));
|
|
85475
84926
|
}
|
|
85476
84927
|
|
|
85477
84928
|
/**
|
|
@@ -85509,12 +84960,7 @@ export default class Client extends OpenApi {
|
|
|
85509
84960
|
reqBodyType: "formData",
|
|
85510
84961
|
bodyType: "json",
|
|
85511
84962
|
});
|
|
85512
|
-
|
|
85513
|
-
return $dara.cast<GetCrossBorderOptimizationResponse>(await this.callApi(params, req, runtime), new GetCrossBorderOptimizationResponse({}));
|
|
85514
|
-
} else {
|
|
85515
|
-
return $dara.cast<GetCrossBorderOptimizationResponse>(await this.execute(params, req, runtime), new GetCrossBorderOptimizationResponse({}));
|
|
85516
|
-
}
|
|
85517
|
-
|
|
84963
|
+
return $dara.cast<GetCrossBorderOptimizationResponse>(await this.callApi(params, req, runtime), new GetCrossBorderOptimizationResponse({}));
|
|
85518
84964
|
}
|
|
85519
84965
|
|
|
85520
84966
|
/**
|
|
@@ -85552,12 +84998,7 @@ export default class Client extends OpenApi {
|
|
|
85552
84998
|
reqBodyType: "formData",
|
|
85553
84999
|
bodyType: "json",
|
|
85554
85000
|
});
|
|
85555
|
-
|
|
85556
|
-
return $dara.cast<GetDevelopmentModeResponse>(await this.callApi(params, req, runtime), new GetDevelopmentModeResponse({}));
|
|
85557
|
-
} else {
|
|
85558
|
-
return $dara.cast<GetDevelopmentModeResponse>(await this.execute(params, req, runtime), new GetDevelopmentModeResponse({}));
|
|
85559
|
-
}
|
|
85560
|
-
|
|
85001
|
+
return $dara.cast<GetDevelopmentModeResponse>(await this.callApi(params, req, runtime), new GetDevelopmentModeResponse({}));
|
|
85561
85002
|
}
|
|
85562
85003
|
|
|
85563
85004
|
/**
|
|
@@ -85599,12 +85040,7 @@ export default class Client extends OpenApi {
|
|
|
85599
85040
|
reqBodyType: "formData",
|
|
85600
85041
|
bodyType: "json",
|
|
85601
85042
|
});
|
|
85602
|
-
|
|
85603
|
-
return $dara.cast<GetEdgeContainerAppResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppResponse({}));
|
|
85604
|
-
} else {
|
|
85605
|
-
return $dara.cast<GetEdgeContainerAppResponse>(await this.execute(params, req, runtime), new GetEdgeContainerAppResponse({}));
|
|
85606
|
-
}
|
|
85607
|
-
|
|
85043
|
+
return $dara.cast<GetEdgeContainerAppResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppResponse({}));
|
|
85608
85044
|
}
|
|
85609
85045
|
|
|
85610
85046
|
/**
|
|
@@ -85642,12 +85078,7 @@ export default class Client extends OpenApi {
|
|
|
85642
85078
|
reqBodyType: "formData",
|
|
85643
85079
|
bodyType: "json",
|
|
85644
85080
|
});
|
|
85645
|
-
|
|
85646
|
-
return $dara.cast<GetEdgeContainerAppLogRiverResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppLogRiverResponse({}));
|
|
85647
|
-
} else {
|
|
85648
|
-
return $dara.cast<GetEdgeContainerAppLogRiverResponse>(await this.execute(params, req, runtime), new GetEdgeContainerAppLogRiverResponse({}));
|
|
85649
|
-
}
|
|
85650
|
-
|
|
85081
|
+
return $dara.cast<GetEdgeContainerAppLogRiverResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppLogRiverResponse({}));
|
|
85651
85082
|
}
|
|
85652
85083
|
|
|
85653
85084
|
/**
|
|
@@ -85689,12 +85120,7 @@ export default class Client extends OpenApi {
|
|
|
85689
85120
|
reqBodyType: "formData",
|
|
85690
85121
|
bodyType: "json",
|
|
85691
85122
|
});
|
|
85692
|
-
|
|
85693
|
-
return $dara.cast<GetEdgeContainerAppResourceReserveResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceReserveResponse({}));
|
|
85694
|
-
} else {
|
|
85695
|
-
return $dara.cast<GetEdgeContainerAppResourceReserveResponse>(await this.execute(params, req, runtime), new GetEdgeContainerAppResourceReserveResponse({}));
|
|
85696
|
-
}
|
|
85697
|
-
|
|
85123
|
+
return $dara.cast<GetEdgeContainerAppResourceReserveResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceReserveResponse({}));
|
|
85698
85124
|
}
|
|
85699
85125
|
|
|
85700
85126
|
/**
|
|
@@ -85736,12 +85162,7 @@ export default class Client extends OpenApi {
|
|
|
85736
85162
|
reqBodyType: "formData",
|
|
85737
85163
|
bodyType: "json",
|
|
85738
85164
|
});
|
|
85739
|
-
|
|
85740
|
-
return $dara.cast<GetEdgeContainerAppResourceStatusResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceStatusResponse({}));
|
|
85741
|
-
} else {
|
|
85742
|
-
return $dara.cast<GetEdgeContainerAppResourceStatusResponse>(await this.execute(params, req, runtime), new GetEdgeContainerAppResourceStatusResponse({}));
|
|
85743
|
-
}
|
|
85744
|
-
|
|
85165
|
+
return $dara.cast<GetEdgeContainerAppResourceStatusResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceStatusResponse({}));
|
|
85745
85166
|
}
|
|
85746
85167
|
|
|
85747
85168
|
/**
|
|
@@ -85787,12 +85208,7 @@ export default class Client extends OpenApi {
|
|
|
85787
85208
|
reqBodyType: "formData",
|
|
85788
85209
|
bodyType: "json",
|
|
85789
85210
|
});
|
|
85790
|
-
|
|
85791
|
-
return $dara.cast<GetEdgeContainerAppStatusResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppStatusResponse({}));
|
|
85792
|
-
} else {
|
|
85793
|
-
return $dara.cast<GetEdgeContainerAppStatusResponse>(await this.execute(params, req, runtime), new GetEdgeContainerAppStatusResponse({}));
|
|
85794
|
-
}
|
|
85795
|
-
|
|
85211
|
+
return $dara.cast<GetEdgeContainerAppStatusResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppStatusResponse({}));
|
|
85796
85212
|
}
|
|
85797
85213
|
|
|
85798
85214
|
/**
|
|
@@ -85830,12 +85246,7 @@ export default class Client extends OpenApi {
|
|
|
85830
85246
|
reqBodyType: "formData",
|
|
85831
85247
|
bodyType: "json",
|
|
85832
85248
|
});
|
|
85833
|
-
|
|
85834
|
-
return $dara.cast<GetEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppVersionResponse({}));
|
|
85835
|
-
} else {
|
|
85836
|
-
return $dara.cast<GetEdgeContainerAppVersionResponse>(await this.execute(params, req, runtime), new GetEdgeContainerAppVersionResponse({}));
|
|
85837
|
-
}
|
|
85838
|
-
|
|
85249
|
+
return $dara.cast<GetEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerAppVersionResponse({}));
|
|
85839
85250
|
}
|
|
85840
85251
|
|
|
85841
85252
|
/**
|
|
@@ -85873,12 +85284,7 @@ export default class Client extends OpenApi {
|
|
|
85873
85284
|
reqBodyType: "formData",
|
|
85874
85285
|
bodyType: "json",
|
|
85875
85286
|
});
|
|
85876
|
-
|
|
85877
|
-
return $dara.cast<GetEdgeContainerDeployRegionsResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerDeployRegionsResponse({}));
|
|
85878
|
-
} else {
|
|
85879
|
-
return $dara.cast<GetEdgeContainerDeployRegionsResponse>(await this.execute(params, req, runtime), new GetEdgeContainerDeployRegionsResponse({}));
|
|
85880
|
-
}
|
|
85881
|
-
|
|
85287
|
+
return $dara.cast<GetEdgeContainerDeployRegionsResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerDeployRegionsResponse({}));
|
|
85882
85288
|
}
|
|
85883
85289
|
|
|
85884
85290
|
/**
|
|
@@ -85916,12 +85322,7 @@ export default class Client extends OpenApi {
|
|
|
85916
85322
|
reqBodyType: "formData",
|
|
85917
85323
|
bodyType: "json",
|
|
85918
85324
|
});
|
|
85919
|
-
|
|
85920
|
-
return $dara.cast<GetEdgeContainerLogsResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerLogsResponse({}));
|
|
85921
|
-
} else {
|
|
85922
|
-
return $dara.cast<GetEdgeContainerLogsResponse>(await this.execute(params, req, runtime), new GetEdgeContainerLogsResponse({}));
|
|
85923
|
-
}
|
|
85924
|
-
|
|
85325
|
+
return $dara.cast<GetEdgeContainerLogsResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerLogsResponse({}));
|
|
85925
85326
|
}
|
|
85926
85327
|
|
|
85927
85328
|
/**
|
|
@@ -85959,12 +85360,7 @@ export default class Client extends OpenApi {
|
|
|
85959
85360
|
reqBodyType: "formData",
|
|
85960
85361
|
bodyType: "json",
|
|
85961
85362
|
});
|
|
85962
|
-
|
|
85963
|
-
return $dara.cast<GetEdgeContainerStagingDeployStatusResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerStagingDeployStatusResponse({}));
|
|
85964
|
-
} else {
|
|
85965
|
-
return $dara.cast<GetEdgeContainerStagingDeployStatusResponse>(await this.execute(params, req, runtime), new GetEdgeContainerStagingDeployStatusResponse({}));
|
|
85966
|
-
}
|
|
85967
|
-
|
|
85363
|
+
return $dara.cast<GetEdgeContainerStagingDeployStatusResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerStagingDeployStatusResponse({}));
|
|
85968
85364
|
}
|
|
85969
85365
|
|
|
85970
85366
|
/**
|
|
@@ -86006,12 +85402,7 @@ export default class Client extends OpenApi {
|
|
|
86006
85402
|
reqBodyType: "formData",
|
|
86007
85403
|
bodyType: "json",
|
|
86008
85404
|
});
|
|
86009
|
-
|
|
86010
|
-
return $dara.cast<GetEdgeContainerTerminalResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerTerminalResponse({}));
|
|
86011
|
-
} else {
|
|
86012
|
-
return $dara.cast<GetEdgeContainerTerminalResponse>(await this.execute(params, req, runtime), new GetEdgeContainerTerminalResponse({}));
|
|
86013
|
-
}
|
|
86014
|
-
|
|
85405
|
+
return $dara.cast<GetEdgeContainerTerminalResponse>(await this.callApi(params, req, runtime), new GetEdgeContainerTerminalResponse({}));
|
|
86015
85406
|
}
|
|
86016
85407
|
|
|
86017
85408
|
/**
|
|
@@ -86049,12 +85440,7 @@ export default class Client extends OpenApi {
|
|
|
86049
85440
|
reqBodyType: "formData",
|
|
86050
85441
|
bodyType: "json",
|
|
86051
85442
|
});
|
|
86052
|
-
|
|
86053
|
-
return $dara.cast<GetErServiceResponse>(await this.callApi(params, req, runtime), new GetErServiceResponse({}));
|
|
86054
|
-
} else {
|
|
86055
|
-
return $dara.cast<GetErServiceResponse>(await this.execute(params, req, runtime), new GetErServiceResponse({}));
|
|
86056
|
-
}
|
|
86057
|
-
|
|
85443
|
+
return $dara.cast<GetErServiceResponse>(await this.callApi(params, req, runtime), new GetErServiceResponse({}));
|
|
86058
85444
|
}
|
|
86059
85445
|
|
|
86060
85446
|
/**
|
|
@@ -86092,12 +85478,7 @@ export default class Client extends OpenApi {
|
|
|
86092
85478
|
reqBodyType: "formData",
|
|
86093
85479
|
bodyType: "json",
|
|
86094
85480
|
});
|
|
86095
|
-
|
|
86096
|
-
return $dara.cast<GetHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new GetHttpRequestHeaderModificationRuleResponse({}));
|
|
86097
|
-
} else {
|
|
86098
|
-
return $dara.cast<GetHttpRequestHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new GetHttpRequestHeaderModificationRuleResponse({}));
|
|
86099
|
-
}
|
|
86100
|
-
|
|
85481
|
+
return $dara.cast<GetHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new GetHttpRequestHeaderModificationRuleResponse({}));
|
|
86101
85482
|
}
|
|
86102
85483
|
|
|
86103
85484
|
/**
|
|
@@ -86135,12 +85516,7 @@ export default class Client extends OpenApi {
|
|
|
86135
85516
|
reqBodyType: "formData",
|
|
86136
85517
|
bodyType: "json",
|
|
86137
85518
|
});
|
|
86138
|
-
|
|
86139
|
-
return $dara.cast<GetHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new GetHttpResponseHeaderModificationRuleResponse({}));
|
|
86140
|
-
} else {
|
|
86141
|
-
return $dara.cast<GetHttpResponseHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new GetHttpResponseHeaderModificationRuleResponse({}));
|
|
86142
|
-
}
|
|
86143
|
-
|
|
85519
|
+
return $dara.cast<GetHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new GetHttpResponseHeaderModificationRuleResponse({}));
|
|
86144
85520
|
}
|
|
86145
85521
|
|
|
86146
85522
|
/**
|
|
@@ -86178,12 +85554,7 @@ export default class Client extends OpenApi {
|
|
|
86178
85554
|
reqBodyType: "formData",
|
|
86179
85555
|
bodyType: "json",
|
|
86180
85556
|
});
|
|
86181
|
-
|
|
86182
|
-
return $dara.cast<GetHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new GetHttpsApplicationConfigurationResponse({}));
|
|
86183
|
-
} else {
|
|
86184
|
-
return $dara.cast<GetHttpsApplicationConfigurationResponse>(await this.execute(params, req, runtime), new GetHttpsApplicationConfigurationResponse({}));
|
|
86185
|
-
}
|
|
86186
|
-
|
|
85557
|
+
return $dara.cast<GetHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new GetHttpsApplicationConfigurationResponse({}));
|
|
86187
85558
|
}
|
|
86188
85559
|
|
|
86189
85560
|
/**
|
|
@@ -86221,12 +85592,7 @@ export default class Client extends OpenApi {
|
|
|
86221
85592
|
reqBodyType: "formData",
|
|
86222
85593
|
bodyType: "json",
|
|
86223
85594
|
});
|
|
86224
|
-
|
|
86225
|
-
return $dara.cast<GetHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new GetHttpsBasicConfigurationResponse({}));
|
|
86226
|
-
} else {
|
|
86227
|
-
return $dara.cast<GetHttpsBasicConfigurationResponse>(await this.execute(params, req, runtime), new GetHttpsBasicConfigurationResponse({}));
|
|
86228
|
-
}
|
|
86229
|
-
|
|
85595
|
+
return $dara.cast<GetHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new GetHttpsBasicConfigurationResponse({}));
|
|
86230
85596
|
}
|
|
86231
85597
|
|
|
86232
85598
|
/**
|
|
@@ -86264,12 +85630,7 @@ export default class Client extends OpenApi {
|
|
|
86264
85630
|
reqBodyType: "formData",
|
|
86265
85631
|
bodyType: "json",
|
|
86266
85632
|
});
|
|
86267
|
-
|
|
86268
|
-
return $dara.cast<GetIPv6Response>(await this.callApi(params, req, runtime), new GetIPv6Response({}));
|
|
86269
|
-
} else {
|
|
86270
|
-
return $dara.cast<GetIPv6Response>(await this.execute(params, req, runtime), new GetIPv6Response({}));
|
|
86271
|
-
}
|
|
86272
|
-
|
|
85633
|
+
return $dara.cast<GetIPv6Response>(await this.callApi(params, req, runtime), new GetIPv6Response({}));
|
|
86273
85634
|
}
|
|
86274
85635
|
|
|
86275
85636
|
/**
|
|
@@ -86307,12 +85668,7 @@ export default class Client extends OpenApi {
|
|
|
86307
85668
|
reqBodyType: "formData",
|
|
86308
85669
|
bodyType: "json",
|
|
86309
85670
|
});
|
|
86310
|
-
|
|
86311
|
-
return $dara.cast<GetImageTransformResponse>(await this.callApi(params, req, runtime), new GetImageTransformResponse({}));
|
|
86312
|
-
} else {
|
|
86313
|
-
return $dara.cast<GetImageTransformResponse>(await this.execute(params, req, runtime), new GetImageTransformResponse({}));
|
|
86314
|
-
}
|
|
86315
|
-
|
|
85671
|
+
return $dara.cast<GetImageTransformResponse>(await this.callApi(params, req, runtime), new GetImageTransformResponse({}));
|
|
86316
85672
|
}
|
|
86317
85673
|
|
|
86318
85674
|
/**
|
|
@@ -86350,12 +85706,7 @@ export default class Client extends OpenApi {
|
|
|
86350
85706
|
reqBodyType: "formData",
|
|
86351
85707
|
bodyType: "json",
|
|
86352
85708
|
});
|
|
86353
|
-
|
|
86354
|
-
return $dara.cast<GetKvResponse>(await this.callApi(params, req, runtime), new GetKvResponse({}));
|
|
86355
|
-
} else {
|
|
86356
|
-
return $dara.cast<GetKvResponse>(await this.execute(params, req, runtime), new GetKvResponse({}));
|
|
86357
|
-
}
|
|
86358
|
-
|
|
85709
|
+
return $dara.cast<GetKvResponse>(await this.callApi(params, req, runtime), new GetKvResponse({}));
|
|
86359
85710
|
}
|
|
86360
85711
|
|
|
86361
85712
|
/**
|
|
@@ -86389,12 +85740,7 @@ export default class Client extends OpenApi {
|
|
|
86389
85740
|
reqBodyType: "formData",
|
|
86390
85741
|
bodyType: "json",
|
|
86391
85742
|
});
|
|
86392
|
-
|
|
86393
|
-
return $dara.cast<GetKvAccountResponse>(await this.callApi(params, req, runtime), new GetKvAccountResponse({}));
|
|
86394
|
-
} else {
|
|
86395
|
-
return $dara.cast<GetKvAccountResponse>(await this.execute(params, req, runtime), new GetKvAccountResponse({}));
|
|
86396
|
-
}
|
|
86397
|
-
|
|
85743
|
+
return $dara.cast<GetKvAccountResponse>(await this.callApi(params, req, runtime), new GetKvAccountResponse({}));
|
|
86398
85744
|
}
|
|
86399
85745
|
|
|
86400
85746
|
/**
|
|
@@ -86430,12 +85776,7 @@ export default class Client extends OpenApi {
|
|
|
86430
85776
|
reqBodyType: "formData",
|
|
86431
85777
|
bodyType: "json",
|
|
86432
85778
|
});
|
|
86433
|
-
|
|
86434
|
-
return $dara.cast<GetKvNamespaceResponse>(await this.callApi(params, req, runtime), new GetKvNamespaceResponse({}));
|
|
86435
|
-
} else {
|
|
86436
|
-
return $dara.cast<GetKvNamespaceResponse>(await this.execute(params, req, runtime), new GetKvNamespaceResponse({}));
|
|
86437
|
-
}
|
|
86438
|
-
|
|
85779
|
+
return $dara.cast<GetKvNamespaceResponse>(await this.callApi(params, req, runtime), new GetKvNamespaceResponse({}));
|
|
86439
85780
|
}
|
|
86440
85781
|
|
|
86441
85782
|
/**
|
|
@@ -86477,12 +85818,7 @@ export default class Client extends OpenApi {
|
|
|
86477
85818
|
reqBodyType: "formData",
|
|
86478
85819
|
bodyType: "json",
|
|
86479
85820
|
});
|
|
86480
|
-
|
|
86481
|
-
return $dara.cast<GetListResponse>(await this.callApi(params, req, runtime), new GetListResponse({}));
|
|
86482
|
-
} else {
|
|
86483
|
-
return $dara.cast<GetListResponse>(await this.execute(params, req, runtime), new GetListResponse({}));
|
|
86484
|
-
}
|
|
86485
|
-
|
|
85821
|
+
return $dara.cast<GetListResponse>(await this.callApi(params, req, runtime), new GetListResponse({}));
|
|
86486
85822
|
}
|
|
86487
85823
|
|
|
86488
85824
|
/**
|
|
@@ -86523,12 +85859,7 @@ export default class Client extends OpenApi {
|
|
|
86523
85859
|
reqBodyType: "formData",
|
|
86524
85860
|
bodyType: "json",
|
|
86525
85861
|
});
|
|
86526
|
-
|
|
86527
|
-
return $dara.cast<GetLoadBalancerResponse>(await this.callApi(params, req, runtime), new GetLoadBalancerResponse({}));
|
|
86528
|
-
} else {
|
|
86529
|
-
return $dara.cast<GetLoadBalancerResponse>(await this.execute(params, req, runtime), new GetLoadBalancerResponse({}));
|
|
86530
|
-
}
|
|
86531
|
-
|
|
85862
|
+
return $dara.cast<GetLoadBalancerResponse>(await this.callApi(params, req, runtime), new GetLoadBalancerResponse({}));
|
|
86532
85863
|
}
|
|
86533
85864
|
|
|
86534
85865
|
/**
|
|
@@ -86569,12 +85900,7 @@ export default class Client extends OpenApi {
|
|
|
86569
85900
|
reqBodyType: "formData",
|
|
86570
85901
|
bodyType: "json",
|
|
86571
85902
|
});
|
|
86572
|
-
|
|
86573
|
-
return $dara.cast<GetManagedTransformResponse>(await this.callApi(params, req, runtime), new GetManagedTransformResponse({}));
|
|
86574
|
-
} else {
|
|
86575
|
-
return $dara.cast<GetManagedTransformResponse>(await this.execute(params, req, runtime), new GetManagedTransformResponse({}));
|
|
86576
|
-
}
|
|
86577
|
-
|
|
85903
|
+
return $dara.cast<GetManagedTransformResponse>(await this.callApi(params, req, runtime), new GetManagedTransformResponse({}));
|
|
86578
85904
|
}
|
|
86579
85905
|
|
|
86580
85906
|
/**
|
|
@@ -86612,12 +85938,7 @@ export default class Client extends OpenApi {
|
|
|
86612
85938
|
reqBodyType: "formData",
|
|
86613
85939
|
bodyType: "json",
|
|
86614
85940
|
});
|
|
86615
|
-
|
|
86616
|
-
return $dara.cast<GetNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new GetNetworkOptimizationResponse({}));
|
|
86617
|
-
} else {
|
|
86618
|
-
return $dara.cast<GetNetworkOptimizationResponse>(await this.execute(params, req, runtime), new GetNetworkOptimizationResponse({}));
|
|
86619
|
-
}
|
|
86620
|
-
|
|
85941
|
+
return $dara.cast<GetNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new GetNetworkOptimizationResponse({}));
|
|
86621
85942
|
}
|
|
86622
85943
|
|
|
86623
85944
|
/**
|
|
@@ -86655,12 +85976,7 @@ export default class Client extends OpenApi {
|
|
|
86655
85976
|
reqBodyType: "formData",
|
|
86656
85977
|
bodyType: "json",
|
|
86657
85978
|
});
|
|
86658
|
-
|
|
86659
|
-
return $dara.cast<GetOriginCaCertificateResponse>(await this.callApi(params, req, runtime), new GetOriginCaCertificateResponse({}));
|
|
86660
|
-
} else {
|
|
86661
|
-
return $dara.cast<GetOriginCaCertificateResponse>(await this.execute(params, req, runtime), new GetOriginCaCertificateResponse({}));
|
|
86662
|
-
}
|
|
86663
|
-
|
|
85979
|
+
return $dara.cast<GetOriginCaCertificateResponse>(await this.callApi(params, req, runtime), new GetOriginCaCertificateResponse({}));
|
|
86664
85980
|
}
|
|
86665
85981
|
|
|
86666
85982
|
/**
|
|
@@ -86698,12 +86014,7 @@ export default class Client extends OpenApi {
|
|
|
86698
86014
|
reqBodyType: "formData",
|
|
86699
86015
|
bodyType: "json",
|
|
86700
86016
|
});
|
|
86701
|
-
|
|
86702
|
-
return $dara.cast<GetOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new GetOriginClientCertificateResponse({}));
|
|
86703
|
-
} else {
|
|
86704
|
-
return $dara.cast<GetOriginClientCertificateResponse>(await this.execute(params, req, runtime), new GetOriginClientCertificateResponse({}));
|
|
86705
|
-
}
|
|
86706
|
-
|
|
86017
|
+
return $dara.cast<GetOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new GetOriginClientCertificateResponse({}));
|
|
86707
86018
|
}
|
|
86708
86019
|
|
|
86709
86020
|
/**
|
|
@@ -86741,12 +86052,7 @@ export default class Client extends OpenApi {
|
|
|
86741
86052
|
reqBodyType: "formData",
|
|
86742
86053
|
bodyType: "json",
|
|
86743
86054
|
});
|
|
86744
|
-
|
|
86745
|
-
return $dara.cast<GetOriginClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new GetOriginClientCertificateHostnamesResponse({}));
|
|
86746
|
-
} else {
|
|
86747
|
-
return $dara.cast<GetOriginClientCertificateHostnamesResponse>(await this.execute(params, req, runtime), new GetOriginClientCertificateHostnamesResponse({}));
|
|
86748
|
-
}
|
|
86749
|
-
|
|
86055
|
+
return $dara.cast<GetOriginClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new GetOriginClientCertificateHostnamesResponse({}));
|
|
86750
86056
|
}
|
|
86751
86057
|
|
|
86752
86058
|
/**
|
|
@@ -86784,12 +86090,7 @@ export default class Client extends OpenApi {
|
|
|
86784
86090
|
reqBodyType: "formData",
|
|
86785
86091
|
bodyType: "json",
|
|
86786
86092
|
});
|
|
86787
|
-
|
|
86788
|
-
return $dara.cast<GetOriginPoolResponse>(await this.callApi(params, req, runtime), new GetOriginPoolResponse({}));
|
|
86789
|
-
} else {
|
|
86790
|
-
return $dara.cast<GetOriginPoolResponse>(await this.execute(params, req, runtime), new GetOriginPoolResponse({}));
|
|
86791
|
-
}
|
|
86792
|
-
|
|
86093
|
+
return $dara.cast<GetOriginPoolResponse>(await this.callApi(params, req, runtime), new GetOriginPoolResponse({}));
|
|
86793
86094
|
}
|
|
86794
86095
|
|
|
86795
86096
|
/**
|
|
@@ -86827,12 +86128,7 @@ export default class Client extends OpenApi {
|
|
|
86827
86128
|
reqBodyType: "formData",
|
|
86828
86129
|
bodyType: "json",
|
|
86829
86130
|
});
|
|
86830
|
-
|
|
86831
|
-
return $dara.cast<GetOriginProtectionResponse>(await this.callApi(params, req, runtime), new GetOriginProtectionResponse({}));
|
|
86832
|
-
} else {
|
|
86833
|
-
return $dara.cast<GetOriginProtectionResponse>(await this.execute(params, req, runtime), new GetOriginProtectionResponse({}));
|
|
86834
|
-
}
|
|
86835
|
-
|
|
86131
|
+
return $dara.cast<GetOriginProtectionResponse>(await this.callApi(params, req, runtime), new GetOriginProtectionResponse({}));
|
|
86836
86132
|
}
|
|
86837
86133
|
|
|
86838
86134
|
/**
|
|
@@ -86870,12 +86166,7 @@ export default class Client extends OpenApi {
|
|
|
86870
86166
|
reqBodyType: "formData",
|
|
86871
86167
|
bodyType: "json",
|
|
86872
86168
|
});
|
|
86873
|
-
|
|
86874
|
-
return $dara.cast<GetOriginRuleResponse>(await this.callApi(params, req, runtime), new GetOriginRuleResponse({}));
|
|
86875
|
-
} else {
|
|
86876
|
-
return $dara.cast<GetOriginRuleResponse>(await this.execute(params, req, runtime), new GetOriginRuleResponse({}));
|
|
86877
|
-
}
|
|
86878
|
-
|
|
86169
|
+
return $dara.cast<GetOriginRuleResponse>(await this.callApi(params, req, runtime), new GetOriginRuleResponse({}));
|
|
86879
86170
|
}
|
|
86880
86171
|
|
|
86881
86172
|
/**
|
|
@@ -86917,12 +86208,7 @@ export default class Client extends OpenApi {
|
|
|
86917
86208
|
reqBodyType: "formData",
|
|
86918
86209
|
bodyType: "json",
|
|
86919
86210
|
});
|
|
86920
|
-
|
|
86921
|
-
return $dara.cast<GetPageResponse>(await this.callApi(params, req, runtime), new GetPageResponse({}));
|
|
86922
|
-
} else {
|
|
86923
|
-
return $dara.cast<GetPageResponse>(await this.execute(params, req, runtime), new GetPageResponse({}));
|
|
86924
|
-
}
|
|
86925
|
-
|
|
86211
|
+
return $dara.cast<GetPageResponse>(await this.callApi(params, req, runtime), new GetPageResponse({}));
|
|
86926
86212
|
}
|
|
86927
86213
|
|
|
86928
86214
|
/**
|
|
@@ -86960,12 +86246,7 @@ export default class Client extends OpenApi {
|
|
|
86960
86246
|
reqBodyType: "formData",
|
|
86961
86247
|
bodyType: "json",
|
|
86962
86248
|
});
|
|
86963
|
-
|
|
86964
|
-
return $dara.cast<GetPurgeQuotaResponse>(await this.callApi(params, req, runtime), new GetPurgeQuotaResponse({}));
|
|
86965
|
-
} else {
|
|
86966
|
-
return $dara.cast<GetPurgeQuotaResponse>(await this.execute(params, req, runtime), new GetPurgeQuotaResponse({}));
|
|
86967
|
-
}
|
|
86968
|
-
|
|
86249
|
+
return $dara.cast<GetPurgeQuotaResponse>(await this.callApi(params, req, runtime), new GetPurgeQuotaResponse({}));
|
|
86969
86250
|
}
|
|
86970
86251
|
|
|
86971
86252
|
/**
|
|
@@ -87003,12 +86284,7 @@ export default class Client extends OpenApi {
|
|
|
87003
86284
|
reqBodyType: "formData",
|
|
87004
86285
|
bodyType: "json",
|
|
87005
86286
|
});
|
|
87006
|
-
|
|
87007
|
-
return $dara.cast<GetRealtimeDeliveryFieldResponse>(await this.callApi(params, req, runtime), new GetRealtimeDeliveryFieldResponse({}));
|
|
87008
|
-
} else {
|
|
87009
|
-
return $dara.cast<GetRealtimeDeliveryFieldResponse>(await this.execute(params, req, runtime), new GetRealtimeDeliveryFieldResponse({}));
|
|
87010
|
-
}
|
|
87011
|
-
|
|
86287
|
+
return $dara.cast<GetRealtimeDeliveryFieldResponse>(await this.callApi(params, req, runtime), new GetRealtimeDeliveryFieldResponse({}));
|
|
87012
86288
|
}
|
|
87013
86289
|
|
|
87014
86290
|
/**
|
|
@@ -87046,12 +86322,7 @@ export default class Client extends OpenApi {
|
|
|
87046
86322
|
reqBodyType: "formData",
|
|
87047
86323
|
bodyType: "json",
|
|
87048
86324
|
});
|
|
87049
|
-
|
|
87050
|
-
return $dara.cast<GetRecordResponse>(await this.callApi(params, req, runtime), new GetRecordResponse({}));
|
|
87051
|
-
} else {
|
|
87052
|
-
return $dara.cast<GetRecordResponse>(await this.execute(params, req, runtime), new GetRecordResponse({}));
|
|
87053
|
-
}
|
|
87054
|
-
|
|
86325
|
+
return $dara.cast<GetRecordResponse>(await this.callApi(params, req, runtime), new GetRecordResponse({}));
|
|
87055
86326
|
}
|
|
87056
86327
|
|
|
87057
86328
|
/**
|
|
@@ -87089,12 +86360,7 @@ export default class Client extends OpenApi {
|
|
|
87089
86360
|
reqBodyType: "formData",
|
|
87090
86361
|
bodyType: "json",
|
|
87091
86362
|
});
|
|
87092
|
-
|
|
87093
|
-
return $dara.cast<GetRedirectRuleResponse>(await this.callApi(params, req, runtime), new GetRedirectRuleResponse({}));
|
|
87094
|
-
} else {
|
|
87095
|
-
return $dara.cast<GetRedirectRuleResponse>(await this.execute(params, req, runtime), new GetRedirectRuleResponse({}));
|
|
87096
|
-
}
|
|
87097
|
-
|
|
86363
|
+
return $dara.cast<GetRedirectRuleResponse>(await this.callApi(params, req, runtime), new GetRedirectRuleResponse({}));
|
|
87098
86364
|
}
|
|
87099
86365
|
|
|
87100
86366
|
/**
|
|
@@ -87132,12 +86398,7 @@ export default class Client extends OpenApi {
|
|
|
87132
86398
|
reqBodyType: "formData",
|
|
87133
86399
|
bodyType: "json",
|
|
87134
86400
|
});
|
|
87135
|
-
|
|
87136
|
-
return $dara.cast<GetRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new GetRewriteUrlRuleResponse({}));
|
|
87137
|
-
} else {
|
|
87138
|
-
return $dara.cast<GetRewriteUrlRuleResponse>(await this.execute(params, req, runtime), new GetRewriteUrlRuleResponse({}));
|
|
87139
|
-
}
|
|
87140
|
-
|
|
86401
|
+
return $dara.cast<GetRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new GetRewriteUrlRuleResponse({}));
|
|
87141
86402
|
}
|
|
87142
86403
|
|
|
87143
86404
|
/**
|
|
@@ -87179,12 +86440,7 @@ export default class Client extends OpenApi {
|
|
|
87179
86440
|
reqBodyType: "formData",
|
|
87180
86441
|
bodyType: "json",
|
|
87181
86442
|
});
|
|
87182
|
-
|
|
87183
|
-
return $dara.cast<GetRoutineResponse>(await this.callApi(params, req, runtime), new GetRoutineResponse({}));
|
|
87184
|
-
} else {
|
|
87185
|
-
return $dara.cast<GetRoutineResponse>(await this.execute(params, req, runtime), new GetRoutineResponse({}));
|
|
87186
|
-
}
|
|
87187
|
-
|
|
86443
|
+
return $dara.cast<GetRoutineResponse>(await this.callApi(params, req, runtime), new GetRoutineResponse({}));
|
|
87188
86444
|
}
|
|
87189
86445
|
|
|
87190
86446
|
/**
|
|
@@ -87230,12 +86486,7 @@ export default class Client extends OpenApi {
|
|
|
87230
86486
|
reqBodyType: "formData",
|
|
87231
86487
|
bodyType: "json",
|
|
87232
86488
|
});
|
|
87233
|
-
|
|
87234
|
-
return $dara.cast<GetRoutineRouteResponse>(await this.callApi(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
87235
|
-
} else {
|
|
87236
|
-
return $dara.cast<GetRoutineRouteResponse>(await this.execute(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
87237
|
-
}
|
|
87238
|
-
|
|
86489
|
+
return $dara.cast<GetRoutineRouteResponse>(await this.callApi(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
87239
86490
|
}
|
|
87240
86491
|
|
|
87241
86492
|
/**
|
|
@@ -87285,12 +86536,7 @@ export default class Client extends OpenApi {
|
|
|
87285
86536
|
reqBodyType: "formData",
|
|
87286
86537
|
bodyType: "json",
|
|
87287
86538
|
});
|
|
87288
|
-
|
|
87289
|
-
return $dara.cast<GetRoutineStagingCodeUploadInfoResponse>(await this.callApi(params, req, runtime), new GetRoutineStagingCodeUploadInfoResponse({}));
|
|
87290
|
-
} else {
|
|
87291
|
-
return $dara.cast<GetRoutineStagingCodeUploadInfoResponse>(await this.execute(params, req, runtime), new GetRoutineStagingCodeUploadInfoResponse({}));
|
|
87292
|
-
}
|
|
87293
|
-
|
|
86539
|
+
return $dara.cast<GetRoutineStagingCodeUploadInfoResponse>(await this.callApi(params, req, runtime), new GetRoutineStagingCodeUploadInfoResponse({}));
|
|
87294
86540
|
}
|
|
87295
86541
|
|
|
87296
86542
|
/**
|
|
@@ -87328,12 +86574,7 @@ export default class Client extends OpenApi {
|
|
|
87328
86574
|
reqBodyType: "formData",
|
|
87329
86575
|
bodyType: "json",
|
|
87330
86576
|
});
|
|
87331
|
-
|
|
87332
|
-
return $dara.cast<GetRoutineStagingEnvIpResponse>(await this.callApi(params, req, runtime), new GetRoutineStagingEnvIpResponse({}));
|
|
87333
|
-
} else {
|
|
87334
|
-
return $dara.cast<GetRoutineStagingEnvIpResponse>(await this.execute(params, req, runtime), new GetRoutineStagingEnvIpResponse({}));
|
|
87335
|
-
}
|
|
87336
|
-
|
|
86577
|
+
return $dara.cast<GetRoutineStagingEnvIpResponse>(await this.callApi(params, req, runtime), new GetRoutineStagingEnvIpResponse({}));
|
|
87337
86578
|
}
|
|
87338
86579
|
|
|
87339
86580
|
/**
|
|
@@ -87365,12 +86606,7 @@ export default class Client extends OpenApi {
|
|
|
87365
86606
|
reqBodyType: "formData",
|
|
87366
86607
|
bodyType: "json",
|
|
87367
86608
|
});
|
|
87368
|
-
|
|
87369
|
-
return $dara.cast<GetRoutineUserInfoResponse>(await this.callApi(params, req, runtime), new GetRoutineUserInfoResponse({}));
|
|
87370
|
-
} else {
|
|
87371
|
-
return $dara.cast<GetRoutineUserInfoResponse>(await this.execute(params, req, runtime), new GetRoutineUserInfoResponse({}));
|
|
87372
|
-
}
|
|
87373
|
-
|
|
86609
|
+
return $dara.cast<GetRoutineUserInfoResponse>(await this.callApi(params, req, runtime), new GetRoutineUserInfoResponse({}));
|
|
87374
86610
|
}
|
|
87375
86611
|
|
|
87376
86612
|
/**
|
|
@@ -87406,12 +86642,7 @@ export default class Client extends OpenApi {
|
|
|
87406
86642
|
reqBodyType: "formData",
|
|
87407
86643
|
bodyType: "json",
|
|
87408
86644
|
});
|
|
87409
|
-
|
|
87410
|
-
return $dara.cast<GetScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new GetScheduledPreloadJobResponse({}));
|
|
87411
|
-
} else {
|
|
87412
|
-
return $dara.cast<GetScheduledPreloadJobResponse>(await this.execute(params, req, runtime), new GetScheduledPreloadJobResponse({}));
|
|
87413
|
-
}
|
|
87414
|
-
|
|
86645
|
+
return $dara.cast<GetScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new GetScheduledPreloadJobResponse({}));
|
|
87415
86646
|
}
|
|
87416
86647
|
|
|
87417
86648
|
/**
|
|
@@ -87449,12 +86680,7 @@ export default class Client extends OpenApi {
|
|
|
87449
86680
|
reqBodyType: "formData",
|
|
87450
86681
|
bodyType: "json",
|
|
87451
86682
|
});
|
|
87452
|
-
|
|
87453
|
-
return $dara.cast<GetSeoBypassResponse>(await this.callApi(params, req, runtime), new GetSeoBypassResponse({}));
|
|
87454
|
-
} else {
|
|
87455
|
-
return $dara.cast<GetSeoBypassResponse>(await this.execute(params, req, runtime), new GetSeoBypassResponse({}));
|
|
87456
|
-
}
|
|
87457
|
-
|
|
86683
|
+
return $dara.cast<GetSeoBypassResponse>(await this.callApi(params, req, runtime), new GetSeoBypassResponse({}));
|
|
87458
86684
|
}
|
|
87459
86685
|
|
|
87460
86686
|
/**
|
|
@@ -87492,12 +86718,7 @@ export default class Client extends OpenApi {
|
|
|
87492
86718
|
reqBodyType: "formData",
|
|
87493
86719
|
bodyType: "json",
|
|
87494
86720
|
});
|
|
87495
|
-
|
|
87496
|
-
return $dara.cast<GetSiteResponse>(await this.callApi(params, req, runtime), new GetSiteResponse({}));
|
|
87497
|
-
} else {
|
|
87498
|
-
return $dara.cast<GetSiteResponse>(await this.execute(params, req, runtime), new GetSiteResponse({}));
|
|
87499
|
-
}
|
|
87500
|
-
|
|
86721
|
+
return $dara.cast<GetSiteResponse>(await this.callApi(params, req, runtime), new GetSiteResponse({}));
|
|
87501
86722
|
}
|
|
87502
86723
|
|
|
87503
86724
|
/**
|
|
@@ -87535,12 +86756,7 @@ export default class Client extends OpenApi {
|
|
|
87535
86756
|
reqBodyType: "formData",
|
|
87536
86757
|
bodyType: "json",
|
|
87537
86758
|
});
|
|
87538
|
-
|
|
87539
|
-
return $dara.cast<GetSiteCurrentNSResponse>(await this.callApi(params, req, runtime), new GetSiteCurrentNSResponse({}));
|
|
87540
|
-
} else {
|
|
87541
|
-
return $dara.cast<GetSiteCurrentNSResponse>(await this.execute(params, req, runtime), new GetSiteCurrentNSResponse({}));
|
|
87542
|
-
}
|
|
87543
|
-
|
|
86759
|
+
return $dara.cast<GetSiteCurrentNSResponse>(await this.callApi(params, req, runtime), new GetSiteCurrentNSResponse({}));
|
|
87544
86760
|
}
|
|
87545
86761
|
|
|
87546
86762
|
/**
|
|
@@ -87583,12 +86799,7 @@ export default class Client extends OpenApi {
|
|
|
87583
86799
|
reqBodyType: "formData",
|
|
87584
86800
|
bodyType: "json",
|
|
87585
86801
|
});
|
|
87586
|
-
|
|
87587
|
-
return $dara.cast<GetSiteCustomLogResponse>(await this.callApi(params, req, runtime), new GetSiteCustomLogResponse({}));
|
|
87588
|
-
} else {
|
|
87589
|
-
return $dara.cast<GetSiteCustomLogResponse>(await this.execute(params, req, runtime), new GetSiteCustomLogResponse({}));
|
|
87590
|
-
}
|
|
87591
|
-
|
|
86802
|
+
return $dara.cast<GetSiteCustomLogResponse>(await this.callApi(params, req, runtime), new GetSiteCustomLogResponse({}));
|
|
87592
86803
|
}
|
|
87593
86804
|
|
|
87594
86805
|
/**
|
|
@@ -87631,12 +86842,7 @@ export default class Client extends OpenApi {
|
|
|
87631
86842
|
reqBodyType: "formData",
|
|
87632
86843
|
bodyType: "json",
|
|
87633
86844
|
});
|
|
87634
|
-
|
|
87635
|
-
return $dara.cast<GetSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new GetSiteDeliveryTaskResponse({}));
|
|
87636
|
-
} else {
|
|
87637
|
-
return $dara.cast<GetSiteDeliveryTaskResponse>(await this.execute(params, req, runtime), new GetSiteDeliveryTaskResponse({}));
|
|
87638
|
-
}
|
|
87639
|
-
|
|
86845
|
+
return $dara.cast<GetSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new GetSiteDeliveryTaskResponse({}));
|
|
87640
86846
|
}
|
|
87641
86847
|
|
|
87642
86848
|
/**
|
|
@@ -87683,12 +86889,7 @@ export default class Client extends OpenApi {
|
|
|
87683
86889
|
reqBodyType: "formData",
|
|
87684
86890
|
bodyType: "json",
|
|
87685
86891
|
});
|
|
87686
|
-
|
|
87687
|
-
return $dara.cast<GetSiteLogDeliveryQuotaResponse>(await this.callApi(params, req, runtime), new GetSiteLogDeliveryQuotaResponse({}));
|
|
87688
|
-
} else {
|
|
87689
|
-
return $dara.cast<GetSiteLogDeliveryQuotaResponse>(await this.execute(params, req, runtime), new GetSiteLogDeliveryQuotaResponse({}));
|
|
87690
|
-
}
|
|
87691
|
-
|
|
86892
|
+
return $dara.cast<GetSiteLogDeliveryQuotaResponse>(await this.callApi(params, req, runtime), new GetSiteLogDeliveryQuotaResponse({}));
|
|
87692
86893
|
}
|
|
87693
86894
|
|
|
87694
86895
|
/**
|
|
@@ -87735,12 +86936,7 @@ export default class Client extends OpenApi {
|
|
|
87735
86936
|
reqBodyType: "formData",
|
|
87736
86937
|
bodyType: "json",
|
|
87737
86938
|
});
|
|
87738
|
-
|
|
87739
|
-
return $dara.cast<GetSiteNameExclusiveResponse>(await this.callApi(params, req, runtime), new GetSiteNameExclusiveResponse({}));
|
|
87740
|
-
} else {
|
|
87741
|
-
return $dara.cast<GetSiteNameExclusiveResponse>(await this.execute(params, req, runtime), new GetSiteNameExclusiveResponse({}));
|
|
87742
|
-
}
|
|
87743
|
-
|
|
86939
|
+
return $dara.cast<GetSiteNameExclusiveResponse>(await this.callApi(params, req, runtime), new GetSiteNameExclusiveResponse({}));
|
|
87744
86940
|
}
|
|
87745
86941
|
|
|
87746
86942
|
/**
|
|
@@ -87778,12 +86974,7 @@ export default class Client extends OpenApi {
|
|
|
87778
86974
|
reqBodyType: "formData",
|
|
87779
86975
|
bodyType: "json",
|
|
87780
86976
|
});
|
|
87781
|
-
|
|
87782
|
-
return $dara.cast<GetSiteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new GetSiteOriginClientCertificateResponse({}));
|
|
87783
|
-
} else {
|
|
87784
|
-
return $dara.cast<GetSiteOriginClientCertificateResponse>(await this.execute(params, req, runtime), new GetSiteOriginClientCertificateResponse({}));
|
|
87785
|
-
}
|
|
87786
|
-
|
|
86977
|
+
return $dara.cast<GetSiteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new GetSiteOriginClientCertificateResponse({}));
|
|
87787
86978
|
}
|
|
87788
86979
|
|
|
87789
86980
|
/**
|
|
@@ -87821,12 +87012,7 @@ export default class Client extends OpenApi {
|
|
|
87821
87012
|
reqBodyType: "formData",
|
|
87822
87013
|
bodyType: "json",
|
|
87823
87014
|
});
|
|
87824
|
-
|
|
87825
|
-
return $dara.cast<GetSitePauseResponse>(await this.callApi(params, req, runtime), new GetSitePauseResponse({}));
|
|
87826
|
-
} else {
|
|
87827
|
-
return $dara.cast<GetSitePauseResponse>(await this.execute(params, req, runtime), new GetSitePauseResponse({}));
|
|
87828
|
-
}
|
|
87829
|
-
|
|
87015
|
+
return $dara.cast<GetSitePauseResponse>(await this.callApi(params, req, runtime), new GetSitePauseResponse({}));
|
|
87830
87016
|
}
|
|
87831
87017
|
|
|
87832
87018
|
/**
|
|
@@ -87876,12 +87062,7 @@ export default class Client extends OpenApi {
|
|
|
87876
87062
|
reqBodyType: "formData",
|
|
87877
87063
|
bodyType: "json",
|
|
87878
87064
|
});
|
|
87879
|
-
|
|
87880
|
-
return $dara.cast<GetSiteWafSettingsResponse>(await this.callApi(params, req, runtime), new GetSiteWafSettingsResponse({}));
|
|
87881
|
-
} else {
|
|
87882
|
-
return $dara.cast<GetSiteWafSettingsResponse>(await this.execute(params, req, runtime), new GetSiteWafSettingsResponse({}));
|
|
87883
|
-
}
|
|
87884
|
-
|
|
87065
|
+
return $dara.cast<GetSiteWafSettingsResponse>(await this.callApi(params, req, runtime), new GetSiteWafSettingsResponse({}));
|
|
87885
87066
|
}
|
|
87886
87067
|
|
|
87887
87068
|
/**
|
|
@@ -87919,12 +87100,7 @@ export default class Client extends OpenApi {
|
|
|
87919
87100
|
reqBodyType: "formData",
|
|
87920
87101
|
bodyType: "json",
|
|
87921
87102
|
});
|
|
87922
|
-
|
|
87923
|
-
return $dara.cast<GetTieredCacheResponse>(await this.callApi(params, req, runtime), new GetTieredCacheResponse({}));
|
|
87924
|
-
} else {
|
|
87925
|
-
return $dara.cast<GetTieredCacheResponse>(await this.execute(params, req, runtime), new GetTieredCacheResponse({}));
|
|
87926
|
-
}
|
|
87927
|
-
|
|
87103
|
+
return $dara.cast<GetTieredCacheResponse>(await this.callApi(params, req, runtime), new GetTieredCacheResponse({}));
|
|
87928
87104
|
}
|
|
87929
87105
|
|
|
87930
87106
|
/**
|
|
@@ -87962,12 +87138,7 @@ export default class Client extends OpenApi {
|
|
|
87962
87138
|
reqBodyType: "formData",
|
|
87963
87139
|
bodyType: "json",
|
|
87964
87140
|
});
|
|
87965
|
-
|
|
87966
|
-
return $dara.cast<GetUploadTaskResponse>(await this.callApi(params, req, runtime), new GetUploadTaskResponse({}));
|
|
87967
|
-
} else {
|
|
87968
|
-
return $dara.cast<GetUploadTaskResponse>(await this.execute(params, req, runtime), new GetUploadTaskResponse({}));
|
|
87969
|
-
}
|
|
87970
|
-
|
|
87141
|
+
return $dara.cast<GetUploadTaskResponse>(await this.callApi(params, req, runtime), new GetUploadTaskResponse({}));
|
|
87971
87142
|
}
|
|
87972
87143
|
|
|
87973
87144
|
/**
|
|
@@ -88010,12 +87181,7 @@ export default class Client extends OpenApi {
|
|
|
88010
87181
|
reqBodyType: "formData",
|
|
88011
87182
|
bodyType: "json",
|
|
88012
87183
|
});
|
|
88013
|
-
|
|
88014
|
-
return $dara.cast<GetUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new GetUserDeliveryTaskResponse({}));
|
|
88015
|
-
} else {
|
|
88016
|
-
return $dara.cast<GetUserDeliveryTaskResponse>(await this.execute(params, req, runtime), new GetUserDeliveryTaskResponse({}));
|
|
88017
|
-
}
|
|
88018
|
-
|
|
87184
|
+
return $dara.cast<GetUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new GetUserDeliveryTaskResponse({}));
|
|
88019
87185
|
}
|
|
88020
87186
|
|
|
88021
87187
|
/**
|
|
@@ -88061,12 +87227,7 @@ export default class Client extends OpenApi {
|
|
|
88061
87227
|
reqBodyType: "formData",
|
|
88062
87228
|
bodyType: "json",
|
|
88063
87229
|
});
|
|
88064
|
-
|
|
88065
|
-
return $dara.cast<GetUserLogDeliveryQuotaResponse>(await this.callApi(params, req, runtime), new GetUserLogDeliveryQuotaResponse({}));
|
|
88066
|
-
} else {
|
|
88067
|
-
return $dara.cast<GetUserLogDeliveryQuotaResponse>(await this.execute(params, req, runtime), new GetUserLogDeliveryQuotaResponse({}));
|
|
88068
|
-
}
|
|
88069
|
-
|
|
87230
|
+
return $dara.cast<GetUserLogDeliveryQuotaResponse>(await this.callApi(params, req, runtime), new GetUserLogDeliveryQuotaResponse({}));
|
|
88070
87231
|
}
|
|
88071
87232
|
|
|
88072
87233
|
/**
|
|
@@ -88103,12 +87264,7 @@ export default class Client extends OpenApi {
|
|
|
88103
87264
|
reqBodyType: "formData",
|
|
88104
87265
|
bodyType: "json",
|
|
88105
87266
|
});
|
|
88106
|
-
|
|
88107
|
-
return $dara.cast<GetWafBotAppKeyResponse>(await this.callApi(params, req, runtime), new GetWafBotAppKeyResponse({}));
|
|
88108
|
-
} else {
|
|
88109
|
-
return $dara.cast<GetWafBotAppKeyResponse>(await this.execute(params, req, runtime), new GetWafBotAppKeyResponse({}));
|
|
88110
|
-
}
|
|
88111
|
-
|
|
87267
|
+
return $dara.cast<GetWafBotAppKeyResponse>(await this.callApi(params, req, runtime), new GetWafBotAppKeyResponse({}));
|
|
88112
87268
|
}
|
|
88113
87269
|
|
|
88114
87270
|
/**
|
|
@@ -88160,12 +87316,7 @@ export default class Client extends OpenApi {
|
|
|
88160
87316
|
reqBodyType: "formData",
|
|
88161
87317
|
bodyType: "json",
|
|
88162
87318
|
});
|
|
88163
|
-
|
|
88164
|
-
return $dara.cast<GetWafFilterResponse>(await this.callApi(params, req, runtime), new GetWafFilterResponse({}));
|
|
88165
|
-
} else {
|
|
88166
|
-
return $dara.cast<GetWafFilterResponse>(await this.execute(params, req, runtime), new GetWafFilterResponse({}));
|
|
88167
|
-
}
|
|
88168
|
-
|
|
87319
|
+
return $dara.cast<GetWafFilterResponse>(await this.callApi(params, req, runtime), new GetWafFilterResponse({}));
|
|
88169
87320
|
}
|
|
88170
87321
|
|
|
88171
87322
|
/**
|
|
@@ -88207,12 +87358,7 @@ export default class Client extends OpenApi {
|
|
|
88207
87358
|
reqBodyType: "formData",
|
|
88208
87359
|
bodyType: "json",
|
|
88209
87360
|
});
|
|
88210
|
-
|
|
88211
|
-
return $dara.cast<GetWafQuotaResponse>(await this.callApi(params, req, runtime), new GetWafQuotaResponse({}));
|
|
88212
|
-
} else {
|
|
88213
|
-
return $dara.cast<GetWafQuotaResponse>(await this.execute(params, req, runtime), new GetWafQuotaResponse({}));
|
|
88214
|
-
}
|
|
88215
|
-
|
|
87361
|
+
return $dara.cast<GetWafQuotaResponse>(await this.callApi(params, req, runtime), new GetWafQuotaResponse({}));
|
|
88216
87362
|
}
|
|
88217
87363
|
|
|
88218
87364
|
/**
|
|
@@ -88258,12 +87404,7 @@ export default class Client extends OpenApi {
|
|
|
88258
87404
|
reqBodyType: "formData",
|
|
88259
87405
|
bodyType: "json",
|
|
88260
87406
|
});
|
|
88261
|
-
|
|
88262
|
-
return $dara.cast<GetWafRuleResponse>(await this.callApi(params, req, runtime), new GetWafRuleResponse({}));
|
|
88263
|
-
} else {
|
|
88264
|
-
return $dara.cast<GetWafRuleResponse>(await this.execute(params, req, runtime), new GetWafRuleResponse({}));
|
|
88265
|
-
}
|
|
88266
|
-
|
|
87407
|
+
return $dara.cast<GetWafRuleResponse>(await this.callApi(params, req, runtime), new GetWafRuleResponse({}));
|
|
88267
87408
|
}
|
|
88268
87409
|
|
|
88269
87410
|
/**
|
|
@@ -88313,12 +87454,7 @@ export default class Client extends OpenApi {
|
|
|
88313
87454
|
reqBodyType: "formData",
|
|
88314
87455
|
bodyType: "json",
|
|
88315
87456
|
});
|
|
88316
|
-
|
|
88317
|
-
return $dara.cast<GetWafRulesetResponse>(await this.callApi(params, req, runtime), new GetWafRulesetResponse({}));
|
|
88318
|
-
} else {
|
|
88319
|
-
return $dara.cast<GetWafRulesetResponse>(await this.execute(params, req, runtime), new GetWafRulesetResponse({}));
|
|
88320
|
-
}
|
|
88321
|
-
|
|
87457
|
+
return $dara.cast<GetWafRulesetResponse>(await this.callApi(params, req, runtime), new GetWafRulesetResponse({}));
|
|
88322
87458
|
}
|
|
88323
87459
|
|
|
88324
87460
|
/**
|
|
@@ -88356,12 +87492,7 @@ export default class Client extends OpenApi {
|
|
|
88356
87492
|
reqBodyType: "formData",
|
|
88357
87493
|
bodyType: "json",
|
|
88358
87494
|
});
|
|
88359
|
-
|
|
88360
|
-
return $dara.cast<ListCacheReserveInstancesResponse>(await this.callApi(params, req, runtime), new ListCacheReserveInstancesResponse({}));
|
|
88361
|
-
} else {
|
|
88362
|
-
return $dara.cast<ListCacheReserveInstancesResponse>(await this.execute(params, req, runtime), new ListCacheReserveInstancesResponse({}));
|
|
88363
|
-
}
|
|
88364
|
-
|
|
87495
|
+
return $dara.cast<ListCacheReserveInstancesResponse>(await this.callApi(params, req, runtime), new ListCacheReserveInstancesResponse({}));
|
|
88365
87496
|
}
|
|
88366
87497
|
|
|
88367
87498
|
/**
|
|
@@ -88399,12 +87530,7 @@ export default class Client extends OpenApi {
|
|
|
88399
87530
|
reqBodyType: "formData",
|
|
88400
87531
|
bodyType: "json",
|
|
88401
87532
|
});
|
|
88402
|
-
|
|
88403
|
-
return $dara.cast<ListCacheRulesResponse>(await this.callApi(params, req, runtime), new ListCacheRulesResponse({}));
|
|
88404
|
-
} else {
|
|
88405
|
-
return $dara.cast<ListCacheRulesResponse>(await this.execute(params, req, runtime), new ListCacheRulesResponse({}));
|
|
88406
|
-
}
|
|
88407
|
-
|
|
87533
|
+
return $dara.cast<ListCacheRulesResponse>(await this.callApi(params, req, runtime), new ListCacheRulesResponse({}));
|
|
88408
87534
|
}
|
|
88409
87535
|
|
|
88410
87536
|
/**
|
|
@@ -88442,12 +87568,7 @@ export default class Client extends OpenApi {
|
|
|
88442
87568
|
reqBodyType: "formData",
|
|
88443
87569
|
bodyType: "json",
|
|
88444
87570
|
});
|
|
88445
|
-
|
|
88446
|
-
return $dara.cast<ListCertificatesResponse>(await this.callApi(params, req, runtime), new ListCertificatesResponse({}));
|
|
88447
|
-
} else {
|
|
88448
|
-
return $dara.cast<ListCertificatesResponse>(await this.execute(params, req, runtime), new ListCertificatesResponse({}));
|
|
88449
|
-
}
|
|
88450
|
-
|
|
87571
|
+
return $dara.cast<ListCertificatesResponse>(await this.callApi(params, req, runtime), new ListCertificatesResponse({}));
|
|
88451
87572
|
}
|
|
88452
87573
|
|
|
88453
87574
|
/**
|
|
@@ -88485,12 +87606,7 @@ export default class Client extends OpenApi {
|
|
|
88485
87606
|
reqBodyType: "formData",
|
|
88486
87607
|
bodyType: "json",
|
|
88487
87608
|
});
|
|
88488
|
-
|
|
88489
|
-
return $dara.cast<ListCertificatesByRecordResponse>(await this.callApi(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
88490
|
-
} else {
|
|
88491
|
-
return $dara.cast<ListCertificatesByRecordResponse>(await this.execute(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
88492
|
-
}
|
|
88493
|
-
|
|
87609
|
+
return $dara.cast<ListCertificatesByRecordResponse>(await this.callApi(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
88494
87610
|
}
|
|
88495
87611
|
|
|
88496
87612
|
/**
|
|
@@ -88528,12 +87644,7 @@ export default class Client extends OpenApi {
|
|
|
88528
87644
|
reqBodyType: "formData",
|
|
88529
87645
|
bodyType: "json",
|
|
88530
87646
|
});
|
|
88531
|
-
|
|
88532
|
-
return $dara.cast<ListCiphersResponse>(await this.callApi(params, req, runtime), new ListCiphersResponse({}));
|
|
88533
|
-
} else {
|
|
88534
|
-
return $dara.cast<ListCiphersResponse>(await this.execute(params, req, runtime), new ListCiphersResponse({}));
|
|
88535
|
-
}
|
|
88536
|
-
|
|
87647
|
+
return $dara.cast<ListCiphersResponse>(await this.callApi(params, req, runtime), new ListCiphersResponse({}));
|
|
88537
87648
|
}
|
|
88538
87649
|
|
|
88539
87650
|
/**
|
|
@@ -88571,12 +87682,7 @@ export default class Client extends OpenApi {
|
|
|
88571
87682
|
reqBodyType: "formData",
|
|
88572
87683
|
bodyType: "json",
|
|
88573
87684
|
});
|
|
88574
|
-
|
|
88575
|
-
return $dara.cast<ListClientCaCertificatesResponse>(await this.callApi(params, req, runtime), new ListClientCaCertificatesResponse({}));
|
|
88576
|
-
} else {
|
|
88577
|
-
return $dara.cast<ListClientCaCertificatesResponse>(await this.execute(params, req, runtime), new ListClientCaCertificatesResponse({}));
|
|
88578
|
-
}
|
|
88579
|
-
|
|
87685
|
+
return $dara.cast<ListClientCaCertificatesResponse>(await this.callApi(params, req, runtime), new ListClientCaCertificatesResponse({}));
|
|
88580
87686
|
}
|
|
88581
87687
|
|
|
88582
87688
|
/**
|
|
@@ -88614,12 +87720,7 @@ export default class Client extends OpenApi {
|
|
|
88614
87720
|
reqBodyType: "formData",
|
|
88615
87721
|
bodyType: "json",
|
|
88616
87722
|
});
|
|
88617
|
-
|
|
88618
|
-
return $dara.cast<ListClientCertificatesResponse>(await this.callApi(params, req, runtime), new ListClientCertificatesResponse({}));
|
|
88619
|
-
} else {
|
|
88620
|
-
return $dara.cast<ListClientCertificatesResponse>(await this.execute(params, req, runtime), new ListClientCertificatesResponse({}));
|
|
88621
|
-
}
|
|
88622
|
-
|
|
87723
|
+
return $dara.cast<ListClientCertificatesResponse>(await this.callApi(params, req, runtime), new ListClientCertificatesResponse({}));
|
|
88623
87724
|
}
|
|
88624
87725
|
|
|
88625
87726
|
/**
|
|
@@ -88657,12 +87758,7 @@ export default class Client extends OpenApi {
|
|
|
88657
87758
|
reqBodyType: "formData",
|
|
88658
87759
|
bodyType: "json",
|
|
88659
87760
|
});
|
|
88660
|
-
|
|
88661
|
-
return $dara.cast<ListCompressionRulesResponse>(await this.callApi(params, req, runtime), new ListCompressionRulesResponse({}));
|
|
88662
|
-
} else {
|
|
88663
|
-
return $dara.cast<ListCompressionRulesResponse>(await this.execute(params, req, runtime), new ListCompressionRulesResponse({}));
|
|
88664
|
-
}
|
|
88665
|
-
|
|
87761
|
+
return $dara.cast<ListCompressionRulesResponse>(await this.callApi(params, req, runtime), new ListCompressionRulesResponse({}));
|
|
88666
87762
|
}
|
|
88667
87763
|
|
|
88668
87764
|
/**
|
|
@@ -88700,12 +87796,7 @@ export default class Client extends OpenApi {
|
|
|
88700
87796
|
reqBodyType: "formData",
|
|
88701
87797
|
bodyType: "json",
|
|
88702
87798
|
});
|
|
88703
|
-
|
|
88704
|
-
return $dara.cast<ListEdgeContainerAppRecordsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerAppRecordsResponse({}));
|
|
88705
|
-
} else {
|
|
88706
|
-
return $dara.cast<ListEdgeContainerAppRecordsResponse>(await this.execute(params, req, runtime), new ListEdgeContainerAppRecordsResponse({}));
|
|
88707
|
-
}
|
|
88708
|
-
|
|
87799
|
+
return $dara.cast<ListEdgeContainerAppRecordsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerAppRecordsResponse({}));
|
|
88709
87800
|
}
|
|
88710
87801
|
|
|
88711
87802
|
/**
|
|
@@ -88743,12 +87834,7 @@ export default class Client extends OpenApi {
|
|
|
88743
87834
|
reqBodyType: "formData",
|
|
88744
87835
|
bodyType: "json",
|
|
88745
87836
|
});
|
|
88746
|
-
|
|
88747
|
-
return $dara.cast<ListEdgeContainerAppVersionsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerAppVersionsResponse({}));
|
|
88748
|
-
} else {
|
|
88749
|
-
return $dara.cast<ListEdgeContainerAppVersionsResponse>(await this.execute(params, req, runtime), new ListEdgeContainerAppVersionsResponse({}));
|
|
88750
|
-
}
|
|
88751
|
-
|
|
87837
|
+
return $dara.cast<ListEdgeContainerAppVersionsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerAppVersionsResponse({}));
|
|
88752
87838
|
}
|
|
88753
87839
|
|
|
88754
87840
|
/**
|
|
@@ -88810,12 +87896,7 @@ export default class Client extends OpenApi {
|
|
|
88810
87896
|
reqBodyType: "formData",
|
|
88811
87897
|
bodyType: "json",
|
|
88812
87898
|
});
|
|
88813
|
-
|
|
88814
|
-
return $dara.cast<ListEdgeContainerAppsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerAppsResponse({}));
|
|
88815
|
-
} else {
|
|
88816
|
-
return $dara.cast<ListEdgeContainerAppsResponse>(await this.execute(params, req, runtime), new ListEdgeContainerAppsResponse({}));
|
|
88817
|
-
}
|
|
88818
|
-
|
|
87899
|
+
return $dara.cast<ListEdgeContainerAppsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerAppsResponse({}));
|
|
88819
87900
|
}
|
|
88820
87901
|
|
|
88821
87902
|
/**
|
|
@@ -88853,12 +87934,7 @@ export default class Client extends OpenApi {
|
|
|
88853
87934
|
reqBodyType: "formData",
|
|
88854
87935
|
bodyType: "json",
|
|
88855
87936
|
});
|
|
88856
|
-
|
|
88857
|
-
return $dara.cast<ListEdgeContainerRecordsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerRecordsResponse({}));
|
|
88858
|
-
} else {
|
|
88859
|
-
return $dara.cast<ListEdgeContainerRecordsResponse>(await this.execute(params, req, runtime), new ListEdgeContainerRecordsResponse({}));
|
|
88860
|
-
}
|
|
88861
|
-
|
|
87937
|
+
return $dara.cast<ListEdgeContainerRecordsResponse>(await this.callApi(params, req, runtime), new ListEdgeContainerRecordsResponse({}));
|
|
88862
87938
|
}
|
|
88863
87939
|
|
|
88864
87940
|
/**
|
|
@@ -88892,12 +87968,7 @@ export default class Client extends OpenApi {
|
|
|
88892
87968
|
reqBodyType: "formData",
|
|
88893
87969
|
bodyType: "json",
|
|
88894
87970
|
});
|
|
88895
|
-
|
|
88896
|
-
return $dara.cast<ListEdgeRoutinePlansResponse>(await this.callApi(params, req, runtime), new ListEdgeRoutinePlansResponse({}));
|
|
88897
|
-
} else {
|
|
88898
|
-
return $dara.cast<ListEdgeRoutinePlansResponse>(await this.execute(params, req, runtime), new ListEdgeRoutinePlansResponse({}));
|
|
88899
|
-
}
|
|
88900
|
-
|
|
87971
|
+
return $dara.cast<ListEdgeRoutinePlansResponse>(await this.callApi(params, req, runtime), new ListEdgeRoutinePlansResponse({}));
|
|
88901
87972
|
}
|
|
88902
87973
|
|
|
88903
87974
|
/**
|
|
@@ -88936,12 +88007,7 @@ export default class Client extends OpenApi {
|
|
|
88936
88007
|
reqBodyType: "formData",
|
|
88937
88008
|
bodyType: "json",
|
|
88938
88009
|
});
|
|
88939
|
-
|
|
88940
|
-
return $dara.cast<ListEdgeRoutineRecordsResponse>(await this.callApi(params, req, runtime), new ListEdgeRoutineRecordsResponse({}));
|
|
88941
|
-
} else {
|
|
88942
|
-
return $dara.cast<ListEdgeRoutineRecordsResponse>(await this.execute(params, req, runtime), new ListEdgeRoutineRecordsResponse({}));
|
|
88943
|
-
}
|
|
88944
|
-
|
|
88010
|
+
return $dara.cast<ListEdgeRoutineRecordsResponse>(await this.callApi(params, req, runtime), new ListEdgeRoutineRecordsResponse({}));
|
|
88945
88011
|
}
|
|
88946
88012
|
|
|
88947
88013
|
/**
|
|
@@ -88982,12 +88048,7 @@ export default class Client extends OpenApi {
|
|
|
88982
88048
|
reqBodyType: "formData",
|
|
88983
88049
|
bodyType: "json",
|
|
88984
88050
|
});
|
|
88985
|
-
|
|
88986
|
-
return $dara.cast<ListHttpRequestHeaderModificationRulesResponse>(await this.callApi(params, req, runtime), new ListHttpRequestHeaderModificationRulesResponse({}));
|
|
88987
|
-
} else {
|
|
88988
|
-
return $dara.cast<ListHttpRequestHeaderModificationRulesResponse>(await this.execute(params, req, runtime), new ListHttpRequestHeaderModificationRulesResponse({}));
|
|
88989
|
-
}
|
|
88990
|
-
|
|
88051
|
+
return $dara.cast<ListHttpRequestHeaderModificationRulesResponse>(await this.callApi(params, req, runtime), new ListHttpRequestHeaderModificationRulesResponse({}));
|
|
88991
88052
|
}
|
|
88992
88053
|
|
|
88993
88054
|
/**
|
|
@@ -89025,12 +88086,7 @@ export default class Client extends OpenApi {
|
|
|
89025
88086
|
reqBodyType: "formData",
|
|
89026
88087
|
bodyType: "json",
|
|
89027
88088
|
});
|
|
89028
|
-
|
|
89029
|
-
return $dara.cast<ListHttpResponseHeaderModificationRulesResponse>(await this.callApi(params, req, runtime), new ListHttpResponseHeaderModificationRulesResponse({}));
|
|
89030
|
-
} else {
|
|
89031
|
-
return $dara.cast<ListHttpResponseHeaderModificationRulesResponse>(await this.execute(params, req, runtime), new ListHttpResponseHeaderModificationRulesResponse({}));
|
|
89032
|
-
}
|
|
89033
|
-
|
|
88089
|
+
return $dara.cast<ListHttpResponseHeaderModificationRulesResponse>(await this.callApi(params, req, runtime), new ListHttpResponseHeaderModificationRulesResponse({}));
|
|
89034
88090
|
}
|
|
89035
88091
|
|
|
89036
88092
|
/**
|
|
@@ -89068,12 +88124,7 @@ export default class Client extends OpenApi {
|
|
|
89068
88124
|
reqBodyType: "formData",
|
|
89069
88125
|
bodyType: "json",
|
|
89070
88126
|
});
|
|
89071
|
-
|
|
89072
|
-
return $dara.cast<ListHttpsApplicationConfigurationsResponse>(await this.callApi(params, req, runtime), new ListHttpsApplicationConfigurationsResponse({}));
|
|
89073
|
-
} else {
|
|
89074
|
-
return $dara.cast<ListHttpsApplicationConfigurationsResponse>(await this.execute(params, req, runtime), new ListHttpsApplicationConfigurationsResponse({}));
|
|
89075
|
-
}
|
|
89076
|
-
|
|
88127
|
+
return $dara.cast<ListHttpsApplicationConfigurationsResponse>(await this.callApi(params, req, runtime), new ListHttpsApplicationConfigurationsResponse({}));
|
|
89077
88128
|
}
|
|
89078
88129
|
|
|
89079
88130
|
/**
|
|
@@ -89111,12 +88162,7 @@ export default class Client extends OpenApi {
|
|
|
89111
88162
|
reqBodyType: "formData",
|
|
89112
88163
|
bodyType: "json",
|
|
89113
88164
|
});
|
|
89114
|
-
|
|
89115
|
-
return $dara.cast<ListHttpsBasicConfigurationsResponse>(await this.callApi(params, req, runtime), new ListHttpsBasicConfigurationsResponse({}));
|
|
89116
|
-
} else {
|
|
89117
|
-
return $dara.cast<ListHttpsBasicConfigurationsResponse>(await this.execute(params, req, runtime), new ListHttpsBasicConfigurationsResponse({}));
|
|
89118
|
-
}
|
|
89119
|
-
|
|
88165
|
+
return $dara.cast<ListHttpsBasicConfigurationsResponse>(await this.callApi(params, req, runtime), new ListHttpsBasicConfigurationsResponse({}));
|
|
89120
88166
|
}
|
|
89121
88167
|
|
|
89122
88168
|
/**
|
|
@@ -89154,12 +88200,7 @@ export default class Client extends OpenApi {
|
|
|
89154
88200
|
reqBodyType: "formData",
|
|
89155
88201
|
bodyType: "json",
|
|
89156
88202
|
});
|
|
89157
|
-
|
|
89158
|
-
return $dara.cast<ListImageTransformsResponse>(await this.callApi(params, req, runtime), new ListImageTransformsResponse({}));
|
|
89159
|
-
} else {
|
|
89160
|
-
return $dara.cast<ListImageTransformsResponse>(await this.execute(params, req, runtime), new ListImageTransformsResponse({}));
|
|
89161
|
-
}
|
|
89162
|
-
|
|
88203
|
+
return $dara.cast<ListImageTransformsResponse>(await this.callApi(params, req, runtime), new ListImageTransformsResponse({}));
|
|
89163
88204
|
}
|
|
89164
88205
|
|
|
89165
88206
|
/**
|
|
@@ -89197,12 +88238,7 @@ export default class Client extends OpenApi {
|
|
|
89197
88238
|
reqBodyType: "formData",
|
|
89198
88239
|
bodyType: "json",
|
|
89199
88240
|
});
|
|
89200
|
-
|
|
89201
|
-
return $dara.cast<ListInstanceQuotasResponse>(await this.callApi(params, req, runtime), new ListInstanceQuotasResponse({}));
|
|
89202
|
-
} else {
|
|
89203
|
-
return $dara.cast<ListInstanceQuotasResponse>(await this.execute(params, req, runtime), new ListInstanceQuotasResponse({}));
|
|
89204
|
-
}
|
|
89205
|
-
|
|
88241
|
+
return $dara.cast<ListInstanceQuotasResponse>(await this.callApi(params, req, runtime), new ListInstanceQuotasResponse({}));
|
|
89206
88242
|
}
|
|
89207
88243
|
|
|
89208
88244
|
/**
|
|
@@ -89240,12 +88276,7 @@ export default class Client extends OpenApi {
|
|
|
89240
88276
|
reqBodyType: "formData",
|
|
89241
88277
|
bodyType: "json",
|
|
89242
88278
|
});
|
|
89243
|
-
|
|
89244
|
-
return $dara.cast<ListInstanceQuotasWithUsageResponse>(await this.callApi(params, req, runtime), new ListInstanceQuotasWithUsageResponse({}));
|
|
89245
|
-
} else {
|
|
89246
|
-
return $dara.cast<ListInstanceQuotasWithUsageResponse>(await this.execute(params, req, runtime), new ListInstanceQuotasWithUsageResponse({}));
|
|
89247
|
-
}
|
|
89248
|
-
|
|
88279
|
+
return $dara.cast<ListInstanceQuotasWithUsageResponse>(await this.callApi(params, req, runtime), new ListInstanceQuotasWithUsageResponse({}));
|
|
89249
88280
|
}
|
|
89250
88281
|
|
|
89251
88282
|
/**
|
|
@@ -89283,12 +88314,7 @@ export default class Client extends OpenApi {
|
|
|
89283
88314
|
reqBodyType: "formData",
|
|
89284
88315
|
bodyType: "json",
|
|
89285
88316
|
});
|
|
89286
|
-
|
|
89287
|
-
return $dara.cast<ListKvsResponse>(await this.callApi(params, req, runtime), new ListKvsResponse({}));
|
|
89288
|
-
} else {
|
|
89289
|
-
return $dara.cast<ListKvsResponse>(await this.execute(params, req, runtime), new ListKvsResponse({}));
|
|
89290
|
-
}
|
|
89291
|
-
|
|
88317
|
+
return $dara.cast<ListKvsResponse>(await this.callApi(params, req, runtime), new ListKvsResponse({}));
|
|
89292
88318
|
}
|
|
89293
88319
|
|
|
89294
88320
|
/**
|
|
@@ -89344,12 +88370,7 @@ export default class Client extends OpenApi {
|
|
|
89344
88370
|
reqBodyType: "formData",
|
|
89345
88371
|
bodyType: "json",
|
|
89346
88372
|
});
|
|
89347
|
-
|
|
89348
|
-
return $dara.cast<ListListsResponse>(await this.callApi(params, req, runtime), new ListListsResponse({}));
|
|
89349
|
-
} else {
|
|
89350
|
-
return $dara.cast<ListListsResponse>(await this.execute(params, req, runtime), new ListListsResponse({}));
|
|
89351
|
-
}
|
|
89352
|
-
|
|
88373
|
+
return $dara.cast<ListListsResponse>(await this.callApi(params, req, runtime), new ListListsResponse({}));
|
|
89353
88374
|
}
|
|
89354
88375
|
|
|
89355
88376
|
/**
|
|
@@ -89394,12 +88415,7 @@ export default class Client extends OpenApi {
|
|
|
89394
88415
|
reqBodyType: "formData",
|
|
89395
88416
|
bodyType: "json",
|
|
89396
88417
|
});
|
|
89397
|
-
|
|
89398
|
-
return $dara.cast<ListLoadBalancerOriginStatusResponse>(await this.callApi(params, req, runtime), new ListLoadBalancerOriginStatusResponse({}));
|
|
89399
|
-
} else {
|
|
89400
|
-
return $dara.cast<ListLoadBalancerOriginStatusResponse>(await this.execute(params, req, runtime), new ListLoadBalancerOriginStatusResponse({}));
|
|
89401
|
-
}
|
|
89402
|
-
|
|
88418
|
+
return $dara.cast<ListLoadBalancerOriginStatusResponse>(await this.callApi(params, req, runtime), new ListLoadBalancerOriginStatusResponse({}));
|
|
89403
88419
|
}
|
|
89404
88420
|
|
|
89405
88421
|
/**
|
|
@@ -89447,12 +88463,7 @@ export default class Client extends OpenApi {
|
|
|
89447
88463
|
reqBodyType: "formData",
|
|
89448
88464
|
bodyType: "json",
|
|
89449
88465
|
});
|
|
89450
|
-
|
|
89451
|
-
return $dara.cast<ListLoadBalancerRegionsResponse>(await this.callApi(params, req, runtime), new ListLoadBalancerRegionsResponse({}));
|
|
89452
|
-
} else {
|
|
89453
|
-
return $dara.cast<ListLoadBalancerRegionsResponse>(await this.execute(params, req, runtime), new ListLoadBalancerRegionsResponse({}));
|
|
89454
|
-
}
|
|
89455
|
-
|
|
88466
|
+
return $dara.cast<ListLoadBalancerRegionsResponse>(await this.callApi(params, req, runtime), new ListLoadBalancerRegionsResponse({}));
|
|
89456
88467
|
}
|
|
89457
88468
|
|
|
89458
88469
|
/**
|
|
@@ -89493,12 +88504,7 @@ export default class Client extends OpenApi {
|
|
|
89493
88504
|
reqBodyType: "formData",
|
|
89494
88505
|
bodyType: "json",
|
|
89495
88506
|
});
|
|
89496
|
-
|
|
89497
|
-
return $dara.cast<ListLoadBalancersResponse>(await this.callApi(params, req, runtime), new ListLoadBalancersResponse({}));
|
|
89498
|
-
} else {
|
|
89499
|
-
return $dara.cast<ListLoadBalancersResponse>(await this.execute(params, req, runtime), new ListLoadBalancersResponse({}));
|
|
89500
|
-
}
|
|
89501
|
-
|
|
88507
|
+
return $dara.cast<ListLoadBalancersResponse>(await this.callApi(params, req, runtime), new ListLoadBalancersResponse({}));
|
|
89502
88508
|
}
|
|
89503
88509
|
|
|
89504
88510
|
/**
|
|
@@ -89544,12 +88550,7 @@ export default class Client extends OpenApi {
|
|
|
89544
88550
|
reqBodyType: "formData",
|
|
89545
88551
|
bodyType: "json",
|
|
89546
88552
|
});
|
|
89547
|
-
|
|
89548
|
-
return $dara.cast<ListManagedRulesGroupsResponse>(await this.callApi(params, req, runtime), new ListManagedRulesGroupsResponse({}));
|
|
89549
|
-
} else {
|
|
89550
|
-
return $dara.cast<ListManagedRulesGroupsResponse>(await this.execute(params, req, runtime), new ListManagedRulesGroupsResponse({}));
|
|
89551
|
-
}
|
|
89552
|
-
|
|
88553
|
+
return $dara.cast<ListManagedRulesGroupsResponse>(await this.callApi(params, req, runtime), new ListManagedRulesGroupsResponse({}));
|
|
89553
88554
|
}
|
|
89554
88555
|
|
|
89555
88556
|
/**
|
|
@@ -89587,12 +88588,7 @@ export default class Client extends OpenApi {
|
|
|
89587
88588
|
reqBodyType: "formData",
|
|
89588
88589
|
bodyType: "json",
|
|
89589
88590
|
});
|
|
89590
|
-
|
|
89591
|
-
return $dara.cast<ListNetworkOptimizationsResponse>(await this.callApi(params, req, runtime), new ListNetworkOptimizationsResponse({}));
|
|
89592
|
-
} else {
|
|
89593
|
-
return $dara.cast<ListNetworkOptimizationsResponse>(await this.execute(params, req, runtime), new ListNetworkOptimizationsResponse({}));
|
|
89594
|
-
}
|
|
89595
|
-
|
|
88591
|
+
return $dara.cast<ListNetworkOptimizationsResponse>(await this.callApi(params, req, runtime), new ListNetworkOptimizationsResponse({}));
|
|
89596
88592
|
}
|
|
89597
88593
|
|
|
89598
88594
|
/**
|
|
@@ -89630,12 +88626,7 @@ export default class Client extends OpenApi {
|
|
|
89630
88626
|
reqBodyType: "formData",
|
|
89631
88627
|
bodyType: "json",
|
|
89632
88628
|
});
|
|
89633
|
-
|
|
89634
|
-
return $dara.cast<ListOriginCaCertificatesResponse>(await this.callApi(params, req, runtime), new ListOriginCaCertificatesResponse({}));
|
|
89635
|
-
} else {
|
|
89636
|
-
return $dara.cast<ListOriginCaCertificatesResponse>(await this.execute(params, req, runtime), new ListOriginCaCertificatesResponse({}));
|
|
89637
|
-
}
|
|
89638
|
-
|
|
88629
|
+
return $dara.cast<ListOriginCaCertificatesResponse>(await this.callApi(params, req, runtime), new ListOriginCaCertificatesResponse({}));
|
|
89639
88630
|
}
|
|
89640
88631
|
|
|
89641
88632
|
/**
|
|
@@ -89673,12 +88664,7 @@ export default class Client extends OpenApi {
|
|
|
89673
88664
|
reqBodyType: "formData",
|
|
89674
88665
|
bodyType: "json",
|
|
89675
88666
|
});
|
|
89676
|
-
|
|
89677
|
-
return $dara.cast<ListOriginClientCertificatesResponse>(await this.callApi(params, req, runtime), new ListOriginClientCertificatesResponse({}));
|
|
89678
|
-
} else {
|
|
89679
|
-
return $dara.cast<ListOriginClientCertificatesResponse>(await this.execute(params, req, runtime), new ListOriginClientCertificatesResponse({}));
|
|
89680
|
-
}
|
|
89681
|
-
|
|
88667
|
+
return $dara.cast<ListOriginClientCertificatesResponse>(await this.callApi(params, req, runtime), new ListOriginClientCertificatesResponse({}));
|
|
89682
88668
|
}
|
|
89683
88669
|
|
|
89684
88670
|
/**
|
|
@@ -89716,12 +88702,7 @@ export default class Client extends OpenApi {
|
|
|
89716
88702
|
reqBodyType: "formData",
|
|
89717
88703
|
bodyType: "json",
|
|
89718
88704
|
});
|
|
89719
|
-
|
|
89720
|
-
return $dara.cast<ListOriginPoolsResponse>(await this.callApi(params, req, runtime), new ListOriginPoolsResponse({}));
|
|
89721
|
-
} else {
|
|
89722
|
-
return $dara.cast<ListOriginPoolsResponse>(await this.execute(params, req, runtime), new ListOriginPoolsResponse({}));
|
|
89723
|
-
}
|
|
89724
|
-
|
|
88705
|
+
return $dara.cast<ListOriginPoolsResponse>(await this.callApi(params, req, runtime), new ListOriginPoolsResponse({}));
|
|
89725
88706
|
}
|
|
89726
88707
|
|
|
89727
88708
|
/**
|
|
@@ -89759,12 +88740,7 @@ export default class Client extends OpenApi {
|
|
|
89759
88740
|
reqBodyType: "formData",
|
|
89760
88741
|
bodyType: "json",
|
|
89761
88742
|
});
|
|
89762
|
-
|
|
89763
|
-
return $dara.cast<ListOriginRulesResponse>(await this.callApi(params, req, runtime), new ListOriginRulesResponse({}));
|
|
89764
|
-
} else {
|
|
89765
|
-
return $dara.cast<ListOriginRulesResponse>(await this.execute(params, req, runtime), new ListOriginRulesResponse({}));
|
|
89766
|
-
}
|
|
89767
|
-
|
|
88743
|
+
return $dara.cast<ListOriginRulesResponse>(await this.callApi(params, req, runtime), new ListOriginRulesResponse({}));
|
|
89768
88744
|
}
|
|
89769
88745
|
|
|
89770
88746
|
/**
|
|
@@ -89820,12 +88796,7 @@ export default class Client extends OpenApi {
|
|
|
89820
88796
|
reqBodyType: "formData",
|
|
89821
88797
|
bodyType: "json",
|
|
89822
88798
|
});
|
|
89823
|
-
|
|
89824
|
-
return $dara.cast<ListPagesResponse>(await this.callApi(params, req, runtime), new ListPagesResponse({}));
|
|
89825
|
-
} else {
|
|
89826
|
-
return $dara.cast<ListPagesResponse>(await this.execute(params, req, runtime), new ListPagesResponse({}));
|
|
89827
|
-
}
|
|
89828
|
-
|
|
88799
|
+
return $dara.cast<ListPagesResponse>(await this.callApi(params, req, runtime), new ListPagesResponse({}));
|
|
89829
88800
|
}
|
|
89830
88801
|
|
|
89831
88802
|
/**
|
|
@@ -89866,12 +88837,7 @@ export default class Client extends OpenApi {
|
|
|
89866
88837
|
reqBodyType: "formData",
|
|
89867
88838
|
bodyType: "json",
|
|
89868
88839
|
});
|
|
89869
|
-
|
|
89870
|
-
return $dara.cast<ListRecordsResponse>(await this.callApi(params, req, runtime), new ListRecordsResponse({}));
|
|
89871
|
-
} else {
|
|
89872
|
-
return $dara.cast<ListRecordsResponse>(await this.execute(params, req, runtime), new ListRecordsResponse({}));
|
|
89873
|
-
}
|
|
89874
|
-
|
|
88840
|
+
return $dara.cast<ListRecordsResponse>(await this.callApi(params, req, runtime), new ListRecordsResponse({}));
|
|
89875
88841
|
}
|
|
89876
88842
|
|
|
89877
88843
|
/**
|
|
@@ -89912,12 +88878,7 @@ export default class Client extends OpenApi {
|
|
|
89912
88878
|
reqBodyType: "formData",
|
|
89913
88879
|
bodyType: "json",
|
|
89914
88880
|
});
|
|
89915
|
-
|
|
89916
|
-
return $dara.cast<ListRedirectRulesResponse>(await this.callApi(params, req, runtime), new ListRedirectRulesResponse({}));
|
|
89917
|
-
} else {
|
|
89918
|
-
return $dara.cast<ListRedirectRulesResponse>(await this.execute(params, req, runtime), new ListRedirectRulesResponse({}));
|
|
89919
|
-
}
|
|
89920
|
-
|
|
88881
|
+
return $dara.cast<ListRedirectRulesResponse>(await this.callApi(params, req, runtime), new ListRedirectRulesResponse({}));
|
|
89921
88882
|
}
|
|
89922
88883
|
|
|
89923
88884
|
/**
|
|
@@ -89955,12 +88916,7 @@ export default class Client extends OpenApi {
|
|
|
89955
88916
|
reqBodyType: "formData",
|
|
89956
88917
|
bodyType: "json",
|
|
89957
88918
|
});
|
|
89958
|
-
|
|
89959
|
-
return $dara.cast<ListRewriteUrlRulesResponse>(await this.callApi(params, req, runtime), new ListRewriteUrlRulesResponse({}));
|
|
89960
|
-
} else {
|
|
89961
|
-
return $dara.cast<ListRewriteUrlRulesResponse>(await this.execute(params, req, runtime), new ListRewriteUrlRulesResponse({}));
|
|
89962
|
-
}
|
|
89963
|
-
|
|
88919
|
+
return $dara.cast<ListRewriteUrlRulesResponse>(await this.callApi(params, req, runtime), new ListRewriteUrlRulesResponse({}));
|
|
89964
88920
|
}
|
|
89965
88921
|
|
|
89966
88922
|
/**
|
|
@@ -89994,12 +88950,7 @@ export default class Client extends OpenApi {
|
|
|
89994
88950
|
reqBodyType: "formData",
|
|
89995
88951
|
bodyType: "json",
|
|
89996
88952
|
});
|
|
89997
|
-
|
|
89998
|
-
return $dara.cast<ListRoutineCanaryAreasResponse>(await this.callApi(params, req, runtime), new ListRoutineCanaryAreasResponse({}));
|
|
89999
|
-
} else {
|
|
90000
|
-
return $dara.cast<ListRoutineCanaryAreasResponse>(await this.execute(params, req, runtime), new ListRoutineCanaryAreasResponse({}));
|
|
90001
|
-
}
|
|
90002
|
-
|
|
88953
|
+
return $dara.cast<ListRoutineCanaryAreasResponse>(await this.callApi(params, req, runtime), new ListRoutineCanaryAreasResponse({}));
|
|
90003
88954
|
}
|
|
90004
88955
|
|
|
90005
88956
|
/**
|
|
@@ -90051,12 +89002,7 @@ export default class Client extends OpenApi {
|
|
|
90051
89002
|
reqBodyType: "formData",
|
|
90052
89003
|
bodyType: "json",
|
|
90053
89004
|
});
|
|
90054
|
-
|
|
90055
|
-
return $dara.cast<ListRoutineRelatedRecordsResponse>(await this.callApi(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
90056
|
-
} else {
|
|
90057
|
-
return $dara.cast<ListRoutineRelatedRecordsResponse>(await this.execute(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
90058
|
-
}
|
|
90059
|
-
|
|
89005
|
+
return $dara.cast<ListRoutineRelatedRecordsResponse>(await this.callApi(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
90060
89006
|
}
|
|
90061
89007
|
|
|
90062
89008
|
/**
|
|
@@ -90106,12 +89052,7 @@ export default class Client extends OpenApi {
|
|
|
90106
89052
|
reqBodyType: "formData",
|
|
90107
89053
|
bodyType: "json",
|
|
90108
89054
|
});
|
|
90109
|
-
|
|
90110
|
-
return $dara.cast<ListRoutineRoutesResponse>(await this.callApi(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
90111
|
-
} else {
|
|
90112
|
-
return $dara.cast<ListRoutineRoutesResponse>(await this.execute(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
90113
|
-
}
|
|
90114
|
-
|
|
89055
|
+
return $dara.cast<ListRoutineRoutesResponse>(await this.callApi(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
90115
89056
|
}
|
|
90116
89057
|
|
|
90117
89058
|
/**
|
|
@@ -90149,12 +89090,7 @@ export default class Client extends OpenApi {
|
|
|
90149
89090
|
reqBodyType: "formData",
|
|
90150
89091
|
bodyType: "json",
|
|
90151
89092
|
});
|
|
90152
|
-
|
|
90153
|
-
return $dara.cast<ListScheduledPreloadExecutionsResponse>(await this.callApi(params, req, runtime), new ListScheduledPreloadExecutionsResponse({}));
|
|
90154
|
-
} else {
|
|
90155
|
-
return $dara.cast<ListScheduledPreloadExecutionsResponse>(await this.execute(params, req, runtime), new ListScheduledPreloadExecutionsResponse({}));
|
|
90156
|
-
}
|
|
90157
|
-
|
|
89093
|
+
return $dara.cast<ListScheduledPreloadExecutionsResponse>(await this.callApi(params, req, runtime), new ListScheduledPreloadExecutionsResponse({}));
|
|
90158
89094
|
}
|
|
90159
89095
|
|
|
90160
89096
|
/**
|
|
@@ -90192,12 +89128,7 @@ export default class Client extends OpenApi {
|
|
|
90192
89128
|
reqBodyType: "formData",
|
|
90193
89129
|
bodyType: "json",
|
|
90194
89130
|
});
|
|
90195
|
-
|
|
90196
|
-
return $dara.cast<ListScheduledPreloadJobsResponse>(await this.callApi(params, req, runtime), new ListScheduledPreloadJobsResponse({}));
|
|
90197
|
-
} else {
|
|
90198
|
-
return $dara.cast<ListScheduledPreloadJobsResponse>(await this.execute(params, req, runtime), new ListScheduledPreloadJobsResponse({}));
|
|
90199
|
-
}
|
|
90200
|
-
|
|
89131
|
+
return $dara.cast<ListScheduledPreloadJobsResponse>(await this.callApi(params, req, runtime), new ListScheduledPreloadJobsResponse({}));
|
|
90201
89132
|
}
|
|
90202
89133
|
|
|
90203
89134
|
/**
|
|
@@ -90235,12 +89166,7 @@ export default class Client extends OpenApi {
|
|
|
90235
89166
|
reqBodyType: "formData",
|
|
90236
89167
|
bodyType: "json",
|
|
90237
89168
|
});
|
|
90238
|
-
|
|
90239
|
-
return $dara.cast<ListSiteDeliveryTasksResponse>(await this.callApi(params, req, runtime), new ListSiteDeliveryTasksResponse({}));
|
|
90240
|
-
} else {
|
|
90241
|
-
return $dara.cast<ListSiteDeliveryTasksResponse>(await this.execute(params, req, runtime), new ListSiteDeliveryTasksResponse({}));
|
|
90242
|
-
}
|
|
90243
|
-
|
|
89169
|
+
return $dara.cast<ListSiteDeliveryTasksResponse>(await this.callApi(params, req, runtime), new ListSiteDeliveryTasksResponse({}));
|
|
90244
89170
|
}
|
|
90245
89171
|
|
|
90246
89172
|
/**
|
|
@@ -90302,12 +89228,7 @@ export default class Client extends OpenApi {
|
|
|
90302
89228
|
reqBodyType: "formData",
|
|
90303
89229
|
bodyType: "json",
|
|
90304
89230
|
});
|
|
90305
|
-
|
|
90306
|
-
return $dara.cast<ListSiteRoutesResponse>(await this.callApi(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
90307
|
-
} else {
|
|
90308
|
-
return $dara.cast<ListSiteRoutesResponse>(await this.execute(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
90309
|
-
}
|
|
90310
|
-
|
|
89231
|
+
return $dara.cast<ListSiteRoutesResponse>(await this.callApi(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
90311
89232
|
}
|
|
90312
89233
|
|
|
90313
89234
|
/**
|
|
@@ -90351,12 +89272,7 @@ export default class Client extends OpenApi {
|
|
|
90351
89272
|
reqBodyType: "formData",
|
|
90352
89273
|
bodyType: "json",
|
|
90353
89274
|
});
|
|
90354
|
-
|
|
90355
|
-
return $dara.cast<ListSitesResponse>(await this.callApi(params, req, runtime), new ListSitesResponse({}));
|
|
90356
|
-
} else {
|
|
90357
|
-
return $dara.cast<ListSitesResponse>(await this.execute(params, req, runtime), new ListSitesResponse({}));
|
|
90358
|
-
}
|
|
90359
|
-
|
|
89275
|
+
return $dara.cast<ListSitesResponse>(await this.callApi(params, req, runtime), new ListSitesResponse({}));
|
|
90360
89276
|
}
|
|
90361
89277
|
|
|
90362
89278
|
/**
|
|
@@ -90426,12 +89342,7 @@ export default class Client extends OpenApi {
|
|
|
90426
89342
|
reqBodyType: "formData",
|
|
90427
89343
|
bodyType: "json",
|
|
90428
89344
|
});
|
|
90429
|
-
|
|
90430
|
-
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
90431
|
-
} else {
|
|
90432
|
-
return $dara.cast<ListTagResourcesResponse>(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
|
|
90433
|
-
}
|
|
90434
|
-
|
|
89345
|
+
return $dara.cast<ListTagResourcesResponse>(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
90435
89346
|
}
|
|
90436
89347
|
|
|
90437
89348
|
/**
|
|
@@ -90469,12 +89380,7 @@ export default class Client extends OpenApi {
|
|
|
90469
89380
|
reqBodyType: "formData",
|
|
90470
89381
|
bodyType: "json",
|
|
90471
89382
|
});
|
|
90472
|
-
|
|
90473
|
-
return $dara.cast<ListUploadTasksResponse>(await this.callApi(params, req, runtime), new ListUploadTasksResponse({}));
|
|
90474
|
-
} else {
|
|
90475
|
-
return $dara.cast<ListUploadTasksResponse>(await this.execute(params, req, runtime), new ListUploadTasksResponse({}));
|
|
90476
|
-
}
|
|
90477
|
-
|
|
89383
|
+
return $dara.cast<ListUploadTasksResponse>(await this.callApi(params, req, runtime), new ListUploadTasksResponse({}));
|
|
90478
89384
|
}
|
|
90479
89385
|
|
|
90480
89386
|
/**
|
|
@@ -90512,12 +89418,7 @@ export default class Client extends OpenApi {
|
|
|
90512
89418
|
reqBodyType: "formData",
|
|
90513
89419
|
bodyType: "json",
|
|
90514
89420
|
});
|
|
90515
|
-
|
|
90516
|
-
return $dara.cast<ListUserDeliveryTasksResponse>(await this.callApi(params, req, runtime), new ListUserDeliveryTasksResponse({}));
|
|
90517
|
-
} else {
|
|
90518
|
-
return $dara.cast<ListUserDeliveryTasksResponse>(await this.execute(params, req, runtime), new ListUserDeliveryTasksResponse({}));
|
|
90519
|
-
}
|
|
90520
|
-
|
|
89421
|
+
return $dara.cast<ListUserDeliveryTasksResponse>(await this.callApi(params, req, runtime), new ListUserDeliveryTasksResponse({}));
|
|
90521
89422
|
}
|
|
90522
89423
|
|
|
90523
89424
|
/**
|
|
@@ -90555,12 +89456,7 @@ export default class Client extends OpenApi {
|
|
|
90555
89456
|
reqBodyType: "formData",
|
|
90556
89457
|
bodyType: "json",
|
|
90557
89458
|
});
|
|
90558
|
-
|
|
90559
|
-
return $dara.cast<ListUserRatePlanInstancesResponse>(await this.callApi(params, req, runtime), new ListUserRatePlanInstancesResponse({}));
|
|
90560
|
-
} else {
|
|
90561
|
-
return $dara.cast<ListUserRatePlanInstancesResponse>(await this.execute(params, req, runtime), new ListUserRatePlanInstancesResponse({}));
|
|
90562
|
-
}
|
|
90563
|
-
|
|
89459
|
+
return $dara.cast<ListUserRatePlanInstancesResponse>(await this.callApi(params, req, runtime), new ListUserRatePlanInstancesResponse({}));
|
|
90564
89460
|
}
|
|
90565
89461
|
|
|
90566
89462
|
/**
|
|
@@ -90610,12 +89506,7 @@ export default class Client extends OpenApi {
|
|
|
90610
89506
|
reqBodyType: "formData",
|
|
90611
89507
|
bodyType: "json",
|
|
90612
89508
|
});
|
|
90613
|
-
|
|
90614
|
-
return $dara.cast<ListUserRoutinesResponse>(await this.callApi(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
90615
|
-
} else {
|
|
90616
|
-
return $dara.cast<ListUserRoutinesResponse>(await this.execute(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
90617
|
-
}
|
|
90618
|
-
|
|
89509
|
+
return $dara.cast<ListUserRoutinesResponse>(await this.callApi(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
90619
89510
|
}
|
|
90620
89511
|
|
|
90621
89512
|
/**
|
|
@@ -90691,12 +89582,7 @@ export default class Client extends OpenApi {
|
|
|
90691
89582
|
reqBodyType: "formData",
|
|
90692
89583
|
bodyType: "json",
|
|
90693
89584
|
});
|
|
90694
|
-
|
|
90695
|
-
return $dara.cast<ListWafManagedRulesResponse>(await this.callApi(params, req, runtime), new ListWafManagedRulesResponse({}));
|
|
90696
|
-
} else {
|
|
90697
|
-
return $dara.cast<ListWafManagedRulesResponse>(await this.execute(params, req, runtime), new ListWafManagedRulesResponse({}));
|
|
90698
|
-
}
|
|
90699
|
-
|
|
89585
|
+
return $dara.cast<ListWafManagedRulesResponse>(await this.callApi(params, req, runtime), new ListWafManagedRulesResponse({}));
|
|
90700
89586
|
}
|
|
90701
89587
|
|
|
90702
89588
|
/**
|
|
@@ -90742,12 +89628,7 @@ export default class Client extends OpenApi {
|
|
|
90742
89628
|
reqBodyType: "formData",
|
|
90743
89629
|
bodyType: "json",
|
|
90744
89630
|
});
|
|
90745
|
-
|
|
90746
|
-
return $dara.cast<ListWafPhasesResponse>(await this.callApi(params, req, runtime), new ListWafPhasesResponse({}));
|
|
90747
|
-
} else {
|
|
90748
|
-
return $dara.cast<ListWafPhasesResponse>(await this.execute(params, req, runtime), new ListWafPhasesResponse({}));
|
|
90749
|
-
}
|
|
90750
|
-
|
|
89631
|
+
return $dara.cast<ListWafPhasesResponse>(await this.callApi(params, req, runtime), new ListWafPhasesResponse({}));
|
|
90751
89632
|
}
|
|
90752
89633
|
|
|
90753
89634
|
/**
|
|
@@ -90819,12 +89700,7 @@ export default class Client extends OpenApi {
|
|
|
90819
89700
|
reqBodyType: "formData",
|
|
90820
89701
|
bodyType: "json",
|
|
90821
89702
|
});
|
|
90822
|
-
|
|
90823
|
-
return $dara.cast<ListWafRulesResponse>(await this.callApi(params, req, runtime), new ListWafRulesResponse({}));
|
|
90824
|
-
} else {
|
|
90825
|
-
return $dara.cast<ListWafRulesResponse>(await this.execute(params, req, runtime), new ListWafRulesResponse({}));
|
|
90826
|
-
}
|
|
90827
|
-
|
|
89703
|
+
return $dara.cast<ListWafRulesResponse>(await this.callApi(params, req, runtime), new ListWafRulesResponse({}));
|
|
90828
89704
|
}
|
|
90829
89705
|
|
|
90830
89706
|
/**
|
|
@@ -90892,12 +89768,7 @@ export default class Client extends OpenApi {
|
|
|
90892
89768
|
reqBodyType: "formData",
|
|
90893
89769
|
bodyType: "json",
|
|
90894
89770
|
});
|
|
90895
|
-
|
|
90896
|
-
return $dara.cast<ListWafRulesetsResponse>(await this.callApi(params, req, runtime), new ListWafRulesetsResponse({}));
|
|
90897
|
-
} else {
|
|
90898
|
-
return $dara.cast<ListWafRulesetsResponse>(await this.execute(params, req, runtime), new ListWafRulesetsResponse({}));
|
|
90899
|
-
}
|
|
90900
|
-
|
|
89771
|
+
return $dara.cast<ListWafRulesetsResponse>(await this.callApi(params, req, runtime), new ListWafRulesetsResponse({}));
|
|
90901
89772
|
}
|
|
90902
89773
|
|
|
90903
89774
|
/**
|
|
@@ -90953,12 +89824,7 @@ export default class Client extends OpenApi {
|
|
|
90953
89824
|
reqBodyType: "formData",
|
|
90954
89825
|
bodyType: "json",
|
|
90955
89826
|
});
|
|
90956
|
-
|
|
90957
|
-
return $dara.cast<ListWafTemplateRulesResponse>(await this.callApi(params, req, runtime), new ListWafTemplateRulesResponse({}));
|
|
90958
|
-
} else {
|
|
90959
|
-
return $dara.cast<ListWafTemplateRulesResponse>(await this.execute(params, req, runtime), new ListWafTemplateRulesResponse({}));
|
|
90960
|
-
}
|
|
90961
|
-
|
|
89827
|
+
return $dara.cast<ListWafTemplateRulesResponse>(await this.callApi(params, req, runtime), new ListWafTemplateRulesResponse({}));
|
|
90962
89828
|
}
|
|
90963
89829
|
|
|
90964
89830
|
/**
|
|
@@ -91004,12 +89870,7 @@ export default class Client extends OpenApi {
|
|
|
91004
89870
|
reqBodyType: "formData",
|
|
91005
89871
|
bodyType: "json",
|
|
91006
89872
|
});
|
|
91007
|
-
|
|
91008
|
-
return $dara.cast<ListWafUsageOfRulesResponse>(await this.callApi(params, req, runtime), new ListWafUsageOfRulesResponse({}));
|
|
91009
|
-
} else {
|
|
91010
|
-
return $dara.cast<ListWafUsageOfRulesResponse>(await this.execute(params, req, runtime), new ListWafUsageOfRulesResponse({}));
|
|
91011
|
-
}
|
|
91012
|
-
|
|
89873
|
+
return $dara.cast<ListWafUsageOfRulesResponse>(await this.callApi(params, req, runtime), new ListWafUsageOfRulesResponse({}));
|
|
91013
89874
|
}
|
|
91014
89875
|
|
|
91015
89876
|
/**
|
|
@@ -91050,12 +89911,7 @@ export default class Client extends OpenApi {
|
|
|
91050
89911
|
reqBodyType: "formData",
|
|
91051
89912
|
bodyType: "json",
|
|
91052
89913
|
});
|
|
91053
|
-
|
|
91054
|
-
return $dara.cast<ListWaitingRoomEventsResponse>(await this.callApi(params, req, runtime), new ListWaitingRoomEventsResponse({}));
|
|
91055
|
-
} else {
|
|
91056
|
-
return $dara.cast<ListWaitingRoomEventsResponse>(await this.execute(params, req, runtime), new ListWaitingRoomEventsResponse({}));
|
|
91057
|
-
}
|
|
91058
|
-
|
|
89914
|
+
return $dara.cast<ListWaitingRoomEventsResponse>(await this.callApi(params, req, runtime), new ListWaitingRoomEventsResponse({}));
|
|
91059
89915
|
}
|
|
91060
89916
|
|
|
91061
89917
|
/**
|
|
@@ -91099,12 +89955,7 @@ export default class Client extends OpenApi {
|
|
|
91099
89955
|
reqBodyType: "formData",
|
|
91100
89956
|
bodyType: "json",
|
|
91101
89957
|
});
|
|
91102
|
-
|
|
91103
|
-
return $dara.cast<ListWaitingRoomRulesResponse>(await this.callApi(params, req, runtime), new ListWaitingRoomRulesResponse({}));
|
|
91104
|
-
} else {
|
|
91105
|
-
return $dara.cast<ListWaitingRoomRulesResponse>(await this.execute(params, req, runtime), new ListWaitingRoomRulesResponse({}));
|
|
91106
|
-
}
|
|
91107
|
-
|
|
89958
|
+
return $dara.cast<ListWaitingRoomRulesResponse>(await this.callApi(params, req, runtime), new ListWaitingRoomRulesResponse({}));
|
|
91108
89959
|
}
|
|
91109
89960
|
|
|
91110
89961
|
/**
|
|
@@ -91148,12 +89999,7 @@ export default class Client extends OpenApi {
|
|
|
91148
89999
|
reqBodyType: "formData",
|
|
91149
90000
|
bodyType: "json",
|
|
91150
90001
|
});
|
|
91151
|
-
|
|
91152
|
-
return $dara.cast<ListWaitingRoomsResponse>(await this.callApi(params, req, runtime), new ListWaitingRoomsResponse({}));
|
|
91153
|
-
} else {
|
|
91154
|
-
return $dara.cast<ListWaitingRoomsResponse>(await this.execute(params, req, runtime), new ListWaitingRoomsResponse({}));
|
|
91155
|
-
}
|
|
91156
|
-
|
|
90002
|
+
return $dara.cast<ListWaitingRoomsResponse>(await this.callApi(params, req, runtime), new ListWaitingRoomsResponse({}));
|
|
91157
90003
|
}
|
|
91158
90004
|
|
|
91159
90005
|
/**
|
|
@@ -91216,12 +90062,7 @@ export default class Client extends OpenApi {
|
|
|
91216
90062
|
reqBodyType: "formData",
|
|
91217
90063
|
bodyType: "json",
|
|
91218
90064
|
});
|
|
91219
|
-
|
|
91220
|
-
return $dara.cast<PreloadCachesResponse>(await this.callApi(params, req, runtime), new PreloadCachesResponse({}));
|
|
91221
|
-
} else {
|
|
91222
|
-
return $dara.cast<PreloadCachesResponse>(await this.execute(params, req, runtime), new PreloadCachesResponse({}));
|
|
91223
|
-
}
|
|
91224
|
-
|
|
90065
|
+
return $dara.cast<PreloadCachesResponse>(await this.callApi(params, req, runtime), new PreloadCachesResponse({}));
|
|
91225
90066
|
}
|
|
91226
90067
|
|
|
91227
90068
|
/**
|
|
@@ -91303,12 +90144,7 @@ export default class Client extends OpenApi {
|
|
|
91303
90144
|
reqBodyType: "formData",
|
|
91304
90145
|
bodyType: "json",
|
|
91305
90146
|
});
|
|
91306
|
-
|
|
91307
|
-
return $dara.cast<PublishEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new PublishEdgeContainerAppVersionResponse({}));
|
|
91308
|
-
} else {
|
|
91309
|
-
return $dara.cast<PublishEdgeContainerAppVersionResponse>(await this.execute(params, req, runtime), new PublishEdgeContainerAppVersionResponse({}));
|
|
91310
|
-
}
|
|
91311
|
-
|
|
90147
|
+
return $dara.cast<PublishEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new PublishEdgeContainerAppVersionResponse({}));
|
|
91312
90148
|
}
|
|
91313
90149
|
|
|
91314
90150
|
/**
|
|
@@ -91358,12 +90194,7 @@ export default class Client extends OpenApi {
|
|
|
91358
90194
|
reqBodyType: "formData",
|
|
91359
90195
|
bodyType: "json",
|
|
91360
90196
|
});
|
|
91361
|
-
|
|
91362
|
-
return $dara.cast<PublishRoutineCodeVersionResponse>(await this.callApi(params, req, runtime), new PublishRoutineCodeVersionResponse({}));
|
|
91363
|
-
} else {
|
|
91364
|
-
return $dara.cast<PublishRoutineCodeVersionResponse>(await this.execute(params, req, runtime), new PublishRoutineCodeVersionResponse({}));
|
|
91365
|
-
}
|
|
91366
|
-
|
|
90197
|
+
return $dara.cast<PublishRoutineCodeVersionResponse>(await this.callApi(params, req, runtime), new PublishRoutineCodeVersionResponse({}));
|
|
91367
90198
|
}
|
|
91368
90199
|
|
|
91369
90200
|
/**
|
|
@@ -91425,12 +90256,7 @@ export default class Client extends OpenApi {
|
|
|
91425
90256
|
reqBodyType: "formData",
|
|
91426
90257
|
bodyType: "json",
|
|
91427
90258
|
});
|
|
91428
|
-
|
|
91429
|
-
return $dara.cast<PurchaseCacheReserveResponse>(await this.callApi(params, req, runtime), new PurchaseCacheReserveResponse({}));
|
|
91430
|
-
} else {
|
|
91431
|
-
return $dara.cast<PurchaseCacheReserveResponse>(await this.execute(params, req, runtime), new PurchaseCacheReserveResponse({}));
|
|
91432
|
-
}
|
|
91433
|
-
|
|
90259
|
+
return $dara.cast<PurchaseCacheReserveResponse>(await this.callApi(params, req, runtime), new PurchaseCacheReserveResponse({}));
|
|
91434
90260
|
}
|
|
91435
90261
|
|
|
91436
90262
|
/**
|
|
@@ -91512,12 +90338,7 @@ export default class Client extends OpenApi {
|
|
|
91512
90338
|
reqBodyType: "formData",
|
|
91513
90339
|
bodyType: "json",
|
|
91514
90340
|
});
|
|
91515
|
-
|
|
91516
|
-
return $dara.cast<PurchaseRatePlanResponse>(await this.callApi(params, req, runtime), new PurchaseRatePlanResponse({}));
|
|
91517
|
-
} else {
|
|
91518
|
-
return $dara.cast<PurchaseRatePlanResponse>(await this.execute(params, req, runtime), new PurchaseRatePlanResponse({}));
|
|
91519
|
-
}
|
|
91520
|
-
|
|
90341
|
+
return $dara.cast<PurchaseRatePlanResponse>(await this.callApi(params, req, runtime), new PurchaseRatePlanResponse({}));
|
|
91521
90342
|
}
|
|
91522
90343
|
|
|
91523
90344
|
/**
|
|
@@ -91585,12 +90406,7 @@ export default class Client extends OpenApi {
|
|
|
91585
90406
|
reqBodyType: "formData",
|
|
91586
90407
|
bodyType: "json",
|
|
91587
90408
|
});
|
|
91588
|
-
|
|
91589
|
-
return $dara.cast<PurgeCachesResponse>(await this.callApi(params, req, runtime), new PurgeCachesResponse({}));
|
|
91590
|
-
} else {
|
|
91591
|
-
return $dara.cast<PurgeCachesResponse>(await this.execute(params, req, runtime), new PurgeCachesResponse({}));
|
|
91592
|
-
}
|
|
91593
|
-
|
|
90409
|
+
return $dara.cast<PurgeCachesResponse>(await this.callApi(params, req, runtime), new PurgeCachesResponse({}));
|
|
91594
90410
|
}
|
|
91595
90411
|
|
|
91596
90412
|
/**
|
|
@@ -91654,12 +90470,7 @@ export default class Client extends OpenApi {
|
|
|
91654
90470
|
reqBodyType: "formData",
|
|
91655
90471
|
bodyType: "json",
|
|
91656
90472
|
});
|
|
91657
|
-
|
|
91658
|
-
return $dara.cast<PutKvResponse>(await this.callApi(params, req, runtime), new PutKvResponse({}));
|
|
91659
|
-
} else {
|
|
91660
|
-
return $dara.cast<PutKvResponse>(await this.execute(params, req, runtime), new PutKvResponse({}));
|
|
91661
|
-
}
|
|
91662
|
-
|
|
90473
|
+
return $dara.cast<PutKvResponse>(await this.callApi(params, req, runtime), new PutKvResponse({}));
|
|
91663
90474
|
}
|
|
91664
90475
|
|
|
91665
90476
|
/**
|
|
@@ -91747,12 +90558,7 @@ export default class Client extends OpenApi {
|
|
|
91747
90558
|
reqBodyType: "formData",
|
|
91748
90559
|
bodyType: "json",
|
|
91749
90560
|
});
|
|
91750
|
-
|
|
91751
|
-
return $dara.cast<PutKvWithHighCapacityResponse>(await this.callApi(params, req, runtime), new PutKvWithHighCapacityResponse({}));
|
|
91752
|
-
} else {
|
|
91753
|
-
return $dara.cast<PutKvWithHighCapacityResponse>(await this.execute(params, req, runtime), new PutKvWithHighCapacityResponse({}));
|
|
91754
|
-
}
|
|
91755
|
-
|
|
90561
|
+
return $dara.cast<PutKvWithHighCapacityResponse>(await this.callApi(params, req, runtime), new PutKvWithHighCapacityResponse({}));
|
|
91756
90562
|
}
|
|
91757
90563
|
|
|
91758
90564
|
/**
|
|
@@ -91907,12 +90713,7 @@ export default class Client extends OpenApi {
|
|
|
91907
90713
|
reqBodyType: "formData",
|
|
91908
90714
|
bodyType: "json",
|
|
91909
90715
|
});
|
|
91910
|
-
|
|
91911
|
-
return $dara.cast<RebuildEdgeContainerAppStagingEnvResponse>(await this.callApi(params, req, runtime), new RebuildEdgeContainerAppStagingEnvResponse({}));
|
|
91912
|
-
} else {
|
|
91913
|
-
return $dara.cast<RebuildEdgeContainerAppStagingEnvResponse>(await this.execute(params, req, runtime), new RebuildEdgeContainerAppStagingEnvResponse({}));
|
|
91914
|
-
}
|
|
91915
|
-
|
|
90716
|
+
return $dara.cast<RebuildEdgeContainerAppStagingEnvResponse>(await this.callApi(params, req, runtime), new RebuildEdgeContainerAppStagingEnvResponse({}));
|
|
91916
90717
|
}
|
|
91917
90718
|
|
|
91918
90719
|
/**
|
|
@@ -91954,12 +90755,7 @@ export default class Client extends OpenApi {
|
|
|
91954
90755
|
reqBodyType: "formData",
|
|
91955
90756
|
bodyType: "json",
|
|
91956
90757
|
});
|
|
91957
|
-
|
|
91958
|
-
return $dara.cast<ResetScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new ResetScheduledPreloadJobResponse({}));
|
|
91959
|
-
} else {
|
|
91960
|
-
return $dara.cast<ResetScheduledPreloadJobResponse>(await this.execute(params, req, runtime), new ResetScheduledPreloadJobResponse({}));
|
|
91961
|
-
}
|
|
91962
|
-
|
|
90758
|
+
return $dara.cast<ResetScheduledPreloadJobResponse>(await this.callApi(params, req, runtime), new ResetScheduledPreloadJobResponse({}));
|
|
91963
90759
|
}
|
|
91964
90760
|
|
|
91965
90761
|
/**
|
|
@@ -91997,12 +90793,7 @@ export default class Client extends OpenApi {
|
|
|
91997
90793
|
reqBodyType: "formData",
|
|
91998
90794
|
bodyType: "json",
|
|
91999
90795
|
});
|
|
92000
|
-
|
|
92001
|
-
return $dara.cast<RevokeClientCertificateResponse>(await this.callApi(params, req, runtime), new RevokeClientCertificateResponse({}));
|
|
92002
|
-
} else {
|
|
92003
|
-
return $dara.cast<RevokeClientCertificateResponse>(await this.execute(params, req, runtime), new RevokeClientCertificateResponse({}));
|
|
92004
|
-
}
|
|
92005
|
-
|
|
90796
|
+
return $dara.cast<RevokeClientCertificateResponse>(await this.callApi(params, req, runtime), new RevokeClientCertificateResponse({}));
|
|
92006
90797
|
}
|
|
92007
90798
|
|
|
92008
90799
|
/**
|
|
@@ -92062,12 +90853,7 @@ export default class Client extends OpenApi {
|
|
|
92062
90853
|
reqBodyType: "formData",
|
|
92063
90854
|
bodyType: "json",
|
|
92064
90855
|
});
|
|
92065
|
-
|
|
92066
|
-
return $dara.cast<RollbackEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new RollbackEdgeContainerAppVersionResponse({}));
|
|
92067
|
-
} else {
|
|
92068
|
-
return $dara.cast<RollbackEdgeContainerAppVersionResponse>(await this.execute(params, req, runtime), new RollbackEdgeContainerAppVersionResponse({}));
|
|
92069
|
-
}
|
|
92070
|
-
|
|
90856
|
+
return $dara.cast<RollbackEdgeContainerAppVersionResponse>(await this.callApi(params, req, runtime), new RollbackEdgeContainerAppVersionResponse({}));
|
|
92071
90857
|
}
|
|
92072
90858
|
|
|
92073
90859
|
/**
|
|
@@ -92147,12 +90933,7 @@ export default class Client extends OpenApi {
|
|
|
92147
90933
|
reqBodyType: "formData",
|
|
92148
90934
|
bodyType: "json",
|
|
92149
90935
|
});
|
|
92150
|
-
|
|
92151
|
-
return $dara.cast<SetCertificateResponse>(await this.callApi(params, req, runtime), new SetCertificateResponse({}));
|
|
92152
|
-
} else {
|
|
92153
|
-
return $dara.cast<SetCertificateResponse>(await this.execute(params, req, runtime), new SetCertificateResponse({}));
|
|
92154
|
-
}
|
|
92155
|
-
|
|
90936
|
+
return $dara.cast<SetCertificateResponse>(await this.callApi(params, req, runtime), new SetCertificateResponse({}));
|
|
92156
90937
|
}
|
|
92157
90938
|
|
|
92158
90939
|
/**
|
|
@@ -92210,12 +90991,7 @@ export default class Client extends OpenApi {
|
|
|
92210
90991
|
reqBodyType: "formData",
|
|
92211
90992
|
bodyType: "json",
|
|
92212
90993
|
});
|
|
92213
|
-
|
|
92214
|
-
return $dara.cast<SetClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new SetClientCertificateHostnamesResponse({}));
|
|
92215
|
-
} else {
|
|
92216
|
-
return $dara.cast<SetClientCertificateHostnamesResponse>(await this.execute(params, req, runtime), new SetClientCertificateHostnamesResponse({}));
|
|
92217
|
-
}
|
|
92218
|
-
|
|
90994
|
+
return $dara.cast<SetClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new SetClientCertificateHostnamesResponse({}));
|
|
92219
90995
|
}
|
|
92220
90996
|
|
|
92221
90997
|
/**
|
|
@@ -92265,12 +91041,7 @@ export default class Client extends OpenApi {
|
|
|
92265
91041
|
reqBodyType: "formData",
|
|
92266
91042
|
bodyType: "json",
|
|
92267
91043
|
});
|
|
92268
|
-
|
|
92269
|
-
return $dara.cast<SetHttpDDoSAttackIntelligentProtectionResponse>(await this.callApi(params, req, runtime), new SetHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
92270
|
-
} else {
|
|
92271
|
-
return $dara.cast<SetHttpDDoSAttackIntelligentProtectionResponse>(await this.execute(params, req, runtime), new SetHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
92272
|
-
}
|
|
92273
|
-
|
|
91044
|
+
return $dara.cast<SetHttpDDoSAttackIntelligentProtectionResponse>(await this.callApi(params, req, runtime), new SetHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
92274
91045
|
}
|
|
92275
91046
|
|
|
92276
91047
|
/**
|
|
@@ -92316,12 +91087,7 @@ export default class Client extends OpenApi {
|
|
|
92316
91087
|
reqBodyType: "formData",
|
|
92317
91088
|
bodyType: "json",
|
|
92318
91089
|
});
|
|
92319
|
-
|
|
92320
|
-
return $dara.cast<SetHttpDDoSAttackProtectionResponse>(await this.callApi(params, req, runtime), new SetHttpDDoSAttackProtectionResponse({}));
|
|
92321
|
-
} else {
|
|
92322
|
-
return $dara.cast<SetHttpDDoSAttackProtectionResponse>(await this.execute(params, req, runtime), new SetHttpDDoSAttackProtectionResponse({}));
|
|
92323
|
-
}
|
|
92324
|
-
|
|
91090
|
+
return $dara.cast<SetHttpDDoSAttackProtectionResponse>(await this.callApi(params, req, runtime), new SetHttpDDoSAttackProtectionResponse({}));
|
|
92325
91091
|
}
|
|
92326
91092
|
|
|
92327
91093
|
/**
|
|
@@ -92377,12 +91143,7 @@ export default class Client extends OpenApi {
|
|
|
92377
91143
|
reqBodyType: "formData",
|
|
92378
91144
|
bodyType: "json",
|
|
92379
91145
|
});
|
|
92380
|
-
|
|
92381
|
-
return $dara.cast<SetOriginClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new SetOriginClientCertificateHostnamesResponse({}));
|
|
92382
|
-
} else {
|
|
92383
|
-
return $dara.cast<SetOriginClientCertificateHostnamesResponse>(await this.execute(params, req, runtime), new SetOriginClientCertificateHostnamesResponse({}));
|
|
92384
|
-
}
|
|
92385
|
-
|
|
91146
|
+
return $dara.cast<SetOriginClientCertificateHostnamesResponse>(await this.callApi(params, req, runtime), new SetOriginClientCertificateHostnamesResponse({}));
|
|
92386
91147
|
}
|
|
92387
91148
|
|
|
92388
91149
|
/**
|
|
@@ -92424,12 +91185,7 @@ export default class Client extends OpenApi {
|
|
|
92424
91185
|
reqBodyType: "formData",
|
|
92425
91186
|
bodyType: "json",
|
|
92426
91187
|
});
|
|
92427
|
-
|
|
92428
|
-
return $dara.cast<StartScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new StartScheduledPreloadExecutionResponse({}));
|
|
92429
|
-
} else {
|
|
92430
|
-
return $dara.cast<StartScheduledPreloadExecutionResponse>(await this.execute(params, req, runtime), new StartScheduledPreloadExecutionResponse({}));
|
|
92431
|
-
}
|
|
92432
|
-
|
|
91188
|
+
return $dara.cast<StartScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new StartScheduledPreloadExecutionResponse({}));
|
|
92433
91189
|
}
|
|
92434
91190
|
|
|
92435
91191
|
/**
|
|
@@ -92471,12 +91227,7 @@ export default class Client extends OpenApi {
|
|
|
92471
91227
|
reqBodyType: "formData",
|
|
92472
91228
|
bodyType: "json",
|
|
92473
91229
|
});
|
|
92474
|
-
|
|
92475
|
-
return $dara.cast<StopScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new StopScheduledPreloadExecutionResponse({}));
|
|
92476
|
-
} else {
|
|
92477
|
-
return $dara.cast<StopScheduledPreloadExecutionResponse>(await this.execute(params, req, runtime), new StopScheduledPreloadExecutionResponse({}));
|
|
92478
|
-
}
|
|
92479
|
-
|
|
91230
|
+
return $dara.cast<StopScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new StopScheduledPreloadExecutionResponse({}));
|
|
92480
91231
|
}
|
|
92481
91232
|
|
|
92482
91233
|
/**
|
|
@@ -92542,12 +91293,7 @@ export default class Client extends OpenApi {
|
|
|
92542
91293
|
reqBodyType: "formData",
|
|
92543
91294
|
bodyType: "json",
|
|
92544
91295
|
});
|
|
92545
|
-
|
|
92546
|
-
return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
92547
|
-
} else {
|
|
92548
|
-
return $dara.cast<UntagResourcesResponse>(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
|
|
92549
|
-
}
|
|
92550
|
-
|
|
91296
|
+
return $dara.cast<UntagResourcesResponse>(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
92551
91297
|
}
|
|
92552
91298
|
|
|
92553
91299
|
/**
|
|
@@ -92601,12 +91347,7 @@ export default class Client extends OpenApi {
|
|
|
92601
91347
|
reqBodyType: "formData",
|
|
92602
91348
|
bodyType: "json",
|
|
92603
91349
|
});
|
|
92604
|
-
|
|
92605
|
-
return $dara.cast<UpdateCacheReserveSpecResponse>(await this.callApi(params, req, runtime), new UpdateCacheReserveSpecResponse({}));
|
|
92606
|
-
} else {
|
|
92607
|
-
return $dara.cast<UpdateCacheReserveSpecResponse>(await this.execute(params, req, runtime), new UpdateCacheReserveSpecResponse({}));
|
|
92608
|
-
}
|
|
92609
|
-
|
|
91350
|
+
return $dara.cast<UpdateCacheReserveSpecResponse>(await this.callApi(params, req, runtime), new UpdateCacheReserveSpecResponse({}));
|
|
92610
91351
|
}
|
|
92611
91352
|
|
|
92612
91353
|
/**
|
|
@@ -92748,12 +91489,7 @@ export default class Client extends OpenApi {
|
|
|
92748
91489
|
reqBodyType: "formData",
|
|
92749
91490
|
bodyType: "json",
|
|
92750
91491
|
});
|
|
92751
|
-
|
|
92752
|
-
return $dara.cast<UpdateCacheRuleResponse>(await this.callApi(params, req, runtime), new UpdateCacheRuleResponse({}));
|
|
92753
|
-
} else {
|
|
92754
|
-
return $dara.cast<UpdateCacheRuleResponse>(await this.execute(params, req, runtime), new UpdateCacheRuleResponse({}));
|
|
92755
|
-
}
|
|
92756
|
-
|
|
91492
|
+
return $dara.cast<UpdateCacheRuleResponse>(await this.callApi(params, req, runtime), new UpdateCacheRuleResponse({}));
|
|
92757
91493
|
}
|
|
92758
91494
|
|
|
92759
91495
|
/**
|
|
@@ -92807,12 +91543,7 @@ export default class Client extends OpenApi {
|
|
|
92807
91543
|
reqBodyType: "formData",
|
|
92808
91544
|
bodyType: "json",
|
|
92809
91545
|
});
|
|
92810
|
-
|
|
92811
|
-
return $dara.cast<UpdateCacheTagResponse>(await this.callApi(params, req, runtime), new UpdateCacheTagResponse({}));
|
|
92812
|
-
} else {
|
|
92813
|
-
return $dara.cast<UpdateCacheTagResponse>(await this.execute(params, req, runtime), new UpdateCacheTagResponse({}));
|
|
92814
|
-
}
|
|
92815
|
-
|
|
91546
|
+
return $dara.cast<UpdateCacheTagResponse>(await this.callApi(params, req, runtime), new UpdateCacheTagResponse({}));
|
|
92816
91547
|
}
|
|
92817
91548
|
|
|
92818
91549
|
/**
|
|
@@ -92858,12 +91589,7 @@ export default class Client extends OpenApi {
|
|
|
92858
91589
|
reqBodyType: "formData",
|
|
92859
91590
|
bodyType: "json",
|
|
92860
91591
|
});
|
|
92861
|
-
|
|
92862
|
-
return $dara.cast<UpdateCnameFlatteningResponse>(await this.callApi(params, req, runtime), new UpdateCnameFlatteningResponse({}));
|
|
92863
|
-
} else {
|
|
92864
|
-
return $dara.cast<UpdateCnameFlatteningResponse>(await this.execute(params, req, runtime), new UpdateCnameFlatteningResponse({}));
|
|
92865
|
-
}
|
|
92866
|
-
|
|
91592
|
+
return $dara.cast<UpdateCnameFlatteningResponse>(await this.callApi(params, req, runtime), new UpdateCnameFlatteningResponse({}));
|
|
92867
91593
|
}
|
|
92868
91594
|
|
|
92869
91595
|
/**
|
|
@@ -92937,12 +91663,7 @@ export default class Client extends OpenApi {
|
|
|
92937
91663
|
reqBodyType: "formData",
|
|
92938
91664
|
bodyType: "json",
|
|
92939
91665
|
});
|
|
92940
|
-
|
|
92941
|
-
return $dara.cast<UpdateCompressionRuleResponse>(await this.callApi(params, req, runtime), new UpdateCompressionRuleResponse({}));
|
|
92942
|
-
} else {
|
|
92943
|
-
return $dara.cast<UpdateCompressionRuleResponse>(await this.execute(params, req, runtime), new UpdateCompressionRuleResponse({}));
|
|
92944
|
-
}
|
|
92945
|
-
|
|
91666
|
+
return $dara.cast<UpdateCompressionRuleResponse>(await this.callApi(params, req, runtime), new UpdateCompressionRuleResponse({}));
|
|
92946
91667
|
}
|
|
92947
91668
|
|
|
92948
91669
|
/**
|
|
@@ -92988,12 +91709,7 @@ export default class Client extends OpenApi {
|
|
|
92988
91709
|
reqBodyType: "formData",
|
|
92989
91710
|
bodyType: "json",
|
|
92990
91711
|
});
|
|
92991
|
-
|
|
92992
|
-
return $dara.cast<UpdateCrossBorderOptimizationResponse>(await this.callApi(params, req, runtime), new UpdateCrossBorderOptimizationResponse({}));
|
|
92993
|
-
} else {
|
|
92994
|
-
return $dara.cast<UpdateCrossBorderOptimizationResponse>(await this.execute(params, req, runtime), new UpdateCrossBorderOptimizationResponse({}));
|
|
92995
|
-
}
|
|
92996
|
-
|
|
91712
|
+
return $dara.cast<UpdateCrossBorderOptimizationResponse>(await this.callApi(params, req, runtime), new UpdateCrossBorderOptimizationResponse({}));
|
|
92997
91713
|
}
|
|
92998
91714
|
|
|
92999
91715
|
/**
|
|
@@ -93055,12 +91771,7 @@ export default class Client extends OpenApi {
|
|
|
93055
91771
|
reqBodyType: "formData",
|
|
93056
91772
|
bodyType: "json",
|
|
93057
91773
|
});
|
|
93058
|
-
|
|
93059
|
-
return $dara.cast<UpdateCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new UpdateCustomScenePolicyResponse({}));
|
|
93060
|
-
} else {
|
|
93061
|
-
return $dara.cast<UpdateCustomScenePolicyResponse>(await this.execute(params, req, runtime), new UpdateCustomScenePolicyResponse({}));
|
|
93062
|
-
}
|
|
93063
|
-
|
|
91774
|
+
return $dara.cast<UpdateCustomScenePolicyResponse>(await this.callApi(params, req, runtime), new UpdateCustomScenePolicyResponse({}));
|
|
93064
91775
|
}
|
|
93065
91776
|
|
|
93066
91777
|
/**
|
|
@@ -93106,12 +91817,7 @@ export default class Client extends OpenApi {
|
|
|
93106
91817
|
reqBodyType: "formData",
|
|
93107
91818
|
bodyType: "json",
|
|
93108
91819
|
});
|
|
93109
|
-
|
|
93110
|
-
return $dara.cast<UpdateDevelopmentModeResponse>(await this.callApi(params, req, runtime), new UpdateDevelopmentModeResponse({}));
|
|
93111
|
-
} else {
|
|
93112
|
-
return $dara.cast<UpdateDevelopmentModeResponse>(await this.execute(params, req, runtime), new UpdateDevelopmentModeResponse({}));
|
|
93113
|
-
}
|
|
93114
|
-
|
|
91820
|
+
return $dara.cast<UpdateDevelopmentModeResponse>(await this.callApi(params, req, runtime), new UpdateDevelopmentModeResponse({}));
|
|
93115
91821
|
}
|
|
93116
91822
|
|
|
93117
91823
|
/**
|
|
@@ -93161,12 +91867,7 @@ export default class Client extends OpenApi {
|
|
|
93161
91867
|
reqBodyType: "formData",
|
|
93162
91868
|
bodyType: "json",
|
|
93163
91869
|
});
|
|
93164
|
-
|
|
93165
|
-
return $dara.cast<UpdateEdgeContainerAppLogRiverResponse>(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppLogRiverResponse({}));
|
|
93166
|
-
} else {
|
|
93167
|
-
return $dara.cast<UpdateEdgeContainerAppLogRiverResponse>(await this.execute(params, req, runtime), new UpdateEdgeContainerAppLogRiverResponse({}));
|
|
93168
|
-
}
|
|
93169
|
-
|
|
91870
|
+
return $dara.cast<UpdateEdgeContainerAppLogRiverResponse>(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppLogRiverResponse({}));
|
|
93170
91871
|
}
|
|
93171
91872
|
|
|
93172
91873
|
/**
|
|
@@ -93230,12 +91931,7 @@ export default class Client extends OpenApi {
|
|
|
93230
91931
|
reqBodyType: "formData",
|
|
93231
91932
|
bodyType: "json",
|
|
93232
91933
|
});
|
|
93233
|
-
|
|
93234
|
-
return $dara.cast<UpdateEdgeContainerAppResourceReserveResponse>(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppResourceReserveResponse({}));
|
|
93235
|
-
} else {
|
|
93236
|
-
return $dara.cast<UpdateEdgeContainerAppResourceReserveResponse>(await this.execute(params, req, runtime), new UpdateEdgeContainerAppResourceReserveResponse({}));
|
|
93237
|
-
}
|
|
93238
|
-
|
|
91934
|
+
return $dara.cast<UpdateEdgeContainerAppResourceReserveResponse>(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppResourceReserveResponse({}));
|
|
93239
91935
|
}
|
|
93240
91936
|
|
|
93241
91937
|
/**
|
|
@@ -93307,12 +92003,7 @@ export default class Client extends OpenApi {
|
|
|
93307
92003
|
reqBodyType: "formData",
|
|
93308
92004
|
bodyType: "json",
|
|
93309
92005
|
});
|
|
93310
|
-
|
|
93311
|
-
return $dara.cast<UpdateHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new UpdateHttpRequestHeaderModificationRuleResponse({}));
|
|
93312
|
-
} else {
|
|
93313
|
-
return $dara.cast<UpdateHttpRequestHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new UpdateHttpRequestHeaderModificationRuleResponse({}));
|
|
93314
|
-
}
|
|
93315
|
-
|
|
92006
|
+
return $dara.cast<UpdateHttpRequestHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new UpdateHttpRequestHeaderModificationRuleResponse({}));
|
|
93316
92007
|
}
|
|
93317
92008
|
|
|
93318
92009
|
/**
|
|
@@ -93384,12 +92075,7 @@ export default class Client extends OpenApi {
|
|
|
93384
92075
|
reqBodyType: "formData",
|
|
93385
92076
|
bodyType: "json",
|
|
93386
92077
|
});
|
|
93387
|
-
|
|
93388
|
-
return $dara.cast<UpdateHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new UpdateHttpResponseHeaderModificationRuleResponse({}));
|
|
93389
|
-
} else {
|
|
93390
|
-
return $dara.cast<UpdateHttpResponseHeaderModificationRuleResponse>(await this.execute(params, req, runtime), new UpdateHttpResponseHeaderModificationRuleResponse({}));
|
|
93391
|
-
}
|
|
93392
|
-
|
|
92078
|
+
return $dara.cast<UpdateHttpResponseHeaderModificationRuleResponse>(await this.callApi(params, req, runtime), new UpdateHttpResponseHeaderModificationRuleResponse({}));
|
|
93393
92079
|
}
|
|
93394
92080
|
|
|
93395
92081
|
/**
|
|
@@ -93491,12 +92177,7 @@ export default class Client extends OpenApi {
|
|
|
93491
92177
|
reqBodyType: "formData",
|
|
93492
92178
|
bodyType: "json",
|
|
93493
92179
|
});
|
|
93494
|
-
|
|
93495
|
-
return $dara.cast<UpdateHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new UpdateHttpsApplicationConfigurationResponse({}));
|
|
93496
|
-
} else {
|
|
93497
|
-
return $dara.cast<UpdateHttpsApplicationConfigurationResponse>(await this.execute(params, req, runtime), new UpdateHttpsApplicationConfigurationResponse({}));
|
|
93498
|
-
}
|
|
93499
|
-
|
|
92180
|
+
return $dara.cast<UpdateHttpsApplicationConfigurationResponse>(await this.callApi(params, req, runtime), new UpdateHttpsApplicationConfigurationResponse({}));
|
|
93500
92181
|
}
|
|
93501
92182
|
|
|
93502
92183
|
/**
|
|
@@ -93598,12 +92279,7 @@ export default class Client extends OpenApi {
|
|
|
93598
92279
|
reqBodyType: "formData",
|
|
93599
92280
|
bodyType: "json",
|
|
93600
92281
|
});
|
|
93601
|
-
|
|
93602
|
-
return $dara.cast<UpdateHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new UpdateHttpsBasicConfigurationResponse({}));
|
|
93603
|
-
} else {
|
|
93604
|
-
return $dara.cast<UpdateHttpsBasicConfigurationResponse>(await this.execute(params, req, runtime), new UpdateHttpsBasicConfigurationResponse({}));
|
|
93605
|
-
}
|
|
93606
|
-
|
|
92282
|
+
return $dara.cast<UpdateHttpsBasicConfigurationResponse>(await this.callApi(params, req, runtime), new UpdateHttpsBasicConfigurationResponse({}));
|
|
93607
92283
|
}
|
|
93608
92284
|
|
|
93609
92285
|
/**
|
|
@@ -93653,12 +92329,7 @@ export default class Client extends OpenApi {
|
|
|
93653
92329
|
reqBodyType: "formData",
|
|
93654
92330
|
bodyType: "json",
|
|
93655
92331
|
});
|
|
93656
|
-
|
|
93657
|
-
return $dara.cast<UpdateIPv6Response>(await this.callApi(params, req, runtime), new UpdateIPv6Response({}));
|
|
93658
|
-
} else {
|
|
93659
|
-
return $dara.cast<UpdateIPv6Response>(await this.execute(params, req, runtime), new UpdateIPv6Response({}));
|
|
93660
|
-
}
|
|
93661
|
-
|
|
92332
|
+
return $dara.cast<UpdateIPv6Response>(await this.callApi(params, req, runtime), new UpdateIPv6Response({}));
|
|
93662
92333
|
}
|
|
93663
92334
|
|
|
93664
92335
|
/**
|
|
@@ -93724,12 +92395,7 @@ export default class Client extends OpenApi {
|
|
|
93724
92395
|
reqBodyType: "formData",
|
|
93725
92396
|
bodyType: "json",
|
|
93726
92397
|
});
|
|
93727
|
-
|
|
93728
|
-
return $dara.cast<UpdateImageTransformResponse>(await this.callApi(params, req, runtime), new UpdateImageTransformResponse({}));
|
|
93729
|
-
} else {
|
|
93730
|
-
return $dara.cast<UpdateImageTransformResponse>(await this.execute(params, req, runtime), new UpdateImageTransformResponse({}));
|
|
93731
|
-
}
|
|
93732
|
-
|
|
92398
|
+
return $dara.cast<UpdateImageTransformResponse>(await this.callApi(params, req, runtime), new UpdateImageTransformResponse({}));
|
|
93733
92399
|
}
|
|
93734
92400
|
|
|
93735
92401
|
/**
|
|
@@ -93789,12 +92455,7 @@ export default class Client extends OpenApi {
|
|
|
93789
92455
|
reqBodyType: "formData",
|
|
93790
92456
|
bodyType: "json",
|
|
93791
92457
|
});
|
|
93792
|
-
|
|
93793
|
-
return $dara.cast<UpdateListResponse>(await this.callApi(params, req, runtime), new UpdateListResponse({}));
|
|
93794
|
-
} else {
|
|
93795
|
-
return $dara.cast<UpdateListResponse>(await this.execute(params, req, runtime), new UpdateListResponse({}));
|
|
93796
|
-
}
|
|
93797
|
-
|
|
92458
|
+
return $dara.cast<UpdateListResponse>(await this.callApi(params, req, runtime), new UpdateListResponse({}));
|
|
93798
92459
|
}
|
|
93799
92460
|
|
|
93800
92461
|
/**
|
|
@@ -93917,12 +92578,7 @@ export default class Client extends OpenApi {
|
|
|
93917
92578
|
reqBodyType: "formData",
|
|
93918
92579
|
bodyType: "json",
|
|
93919
92580
|
});
|
|
93920
|
-
|
|
93921
|
-
return $dara.cast<UpdateLoadBalancerResponse>(await this.callApi(params, req, runtime), new UpdateLoadBalancerResponse({}));
|
|
93922
|
-
} else {
|
|
93923
|
-
return $dara.cast<UpdateLoadBalancerResponse>(await this.execute(params, req, runtime), new UpdateLoadBalancerResponse({}));
|
|
93924
|
-
}
|
|
93925
|
-
|
|
92581
|
+
return $dara.cast<UpdateLoadBalancerResponse>(await this.callApi(params, req, runtime), new UpdateLoadBalancerResponse({}));
|
|
93926
92582
|
}
|
|
93927
92583
|
|
|
93928
92584
|
/**
|
|
@@ -93979,12 +92635,7 @@ export default class Client extends OpenApi {
|
|
|
93979
92635
|
reqBodyType: "formData",
|
|
93980
92636
|
bodyType: "json",
|
|
93981
92637
|
});
|
|
93982
|
-
|
|
93983
|
-
return $dara.cast<UpdateManagedTransformResponse>(await this.callApi(params, req, runtime), new UpdateManagedTransformResponse({}));
|
|
93984
|
-
} else {
|
|
93985
|
-
return $dara.cast<UpdateManagedTransformResponse>(await this.execute(params, req, runtime), new UpdateManagedTransformResponse({}));
|
|
93986
|
-
}
|
|
93987
|
-
|
|
92638
|
+
return $dara.cast<UpdateManagedTransformResponse>(await this.callApi(params, req, runtime), new UpdateManagedTransformResponse({}));
|
|
93988
92639
|
}
|
|
93989
92640
|
|
|
93990
92641
|
/**
|
|
@@ -94066,12 +92717,7 @@ export default class Client extends OpenApi {
|
|
|
94066
92717
|
reqBodyType: "formData",
|
|
94067
92718
|
bodyType: "json",
|
|
94068
92719
|
});
|
|
94069
|
-
|
|
94070
|
-
return $dara.cast<UpdateNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new UpdateNetworkOptimizationResponse({}));
|
|
94071
|
-
} else {
|
|
94072
|
-
return $dara.cast<UpdateNetworkOptimizationResponse>(await this.execute(params, req, runtime), new UpdateNetworkOptimizationResponse({}));
|
|
94073
|
-
}
|
|
94074
|
-
|
|
92720
|
+
return $dara.cast<UpdateNetworkOptimizationResponse>(await this.callApi(params, req, runtime), new UpdateNetworkOptimizationResponse({}));
|
|
94075
92721
|
}
|
|
94076
92722
|
|
|
94077
92723
|
/**
|
|
@@ -94131,12 +92777,7 @@ export default class Client extends OpenApi {
|
|
|
94131
92777
|
reqBodyType: "formData",
|
|
94132
92778
|
bodyType: "json",
|
|
94133
92779
|
});
|
|
94134
|
-
|
|
94135
|
-
return $dara.cast<UpdateOriginPoolResponse>(await this.callApi(params, req, runtime), new UpdateOriginPoolResponse({}));
|
|
94136
|
-
} else {
|
|
94137
|
-
return $dara.cast<UpdateOriginPoolResponse>(await this.execute(params, req, runtime), new UpdateOriginPoolResponse({}));
|
|
94138
|
-
}
|
|
94139
|
-
|
|
92780
|
+
return $dara.cast<UpdateOriginPoolResponse>(await this.callApi(params, req, runtime), new UpdateOriginPoolResponse({}));
|
|
94140
92781
|
}
|
|
94141
92782
|
|
|
94142
92783
|
/**
|
|
@@ -94182,12 +92823,7 @@ export default class Client extends OpenApi {
|
|
|
94182
92823
|
reqBodyType: "formData",
|
|
94183
92824
|
bodyType: "json",
|
|
94184
92825
|
});
|
|
94185
|
-
|
|
94186
|
-
return $dara.cast<UpdateOriginProtectionResponse>(await this.callApi(params, req, runtime), new UpdateOriginProtectionResponse({}));
|
|
94187
|
-
} else {
|
|
94188
|
-
return $dara.cast<UpdateOriginProtectionResponse>(await this.execute(params, req, runtime), new UpdateOriginProtectionResponse({}));
|
|
94189
|
-
}
|
|
94190
|
-
|
|
92826
|
+
return $dara.cast<UpdateOriginProtectionResponse>(await this.callApi(params, req, runtime), new UpdateOriginProtectionResponse({}));
|
|
94191
92827
|
}
|
|
94192
92828
|
|
|
94193
92829
|
/**
|
|
@@ -94229,12 +92865,7 @@ export default class Client extends OpenApi {
|
|
|
94229
92865
|
reqBodyType: "formData",
|
|
94230
92866
|
bodyType: "json",
|
|
94231
92867
|
});
|
|
94232
|
-
|
|
94233
|
-
return $dara.cast<UpdateOriginProtectionIpWhiteListResponse>(await this.callApi(params, req, runtime), new UpdateOriginProtectionIpWhiteListResponse({}));
|
|
94234
|
-
} else {
|
|
94235
|
-
return $dara.cast<UpdateOriginProtectionIpWhiteListResponse>(await this.execute(params, req, runtime), new UpdateOriginProtectionIpWhiteListResponse({}));
|
|
94236
|
-
}
|
|
94237
|
-
|
|
92868
|
+
return $dara.cast<UpdateOriginProtectionIpWhiteListResponse>(await this.callApi(params, req, runtime), new UpdateOriginProtectionIpWhiteListResponse({}));
|
|
94238
92869
|
}
|
|
94239
92870
|
|
|
94240
92871
|
/**
|
|
@@ -94266,6 +92897,26 @@ export default class Client extends OpenApi {
|
|
|
94266
92897
|
query["DnsRecord"] = request.dnsRecord;
|
|
94267
92898
|
}
|
|
94268
92899
|
|
|
92900
|
+
if (!$dara.isNull(request.follow302Enable)) {
|
|
92901
|
+
query["Follow302Enable"] = request.follow302Enable;
|
|
92902
|
+
}
|
|
92903
|
+
|
|
92904
|
+
if (!$dara.isNull(request.follow302MaxTries)) {
|
|
92905
|
+
query["Follow302MaxTries"] = request.follow302MaxTries;
|
|
92906
|
+
}
|
|
92907
|
+
|
|
92908
|
+
if (!$dara.isNull(request.follow302RetainArgs)) {
|
|
92909
|
+
query["Follow302RetainArgs"] = request.follow302RetainArgs;
|
|
92910
|
+
}
|
|
92911
|
+
|
|
92912
|
+
if (!$dara.isNull(request.follow302RetainHeader)) {
|
|
92913
|
+
query["Follow302RetainHeader"] = request.follow302RetainHeader;
|
|
92914
|
+
}
|
|
92915
|
+
|
|
92916
|
+
if (!$dara.isNull(request.follow302TargetHost)) {
|
|
92917
|
+
query["Follow302TargetHost"] = request.follow302TargetHost;
|
|
92918
|
+
}
|
|
92919
|
+
|
|
94269
92920
|
if (!$dara.isNull(request.originHost)) {
|
|
94270
92921
|
query["OriginHost"] = request.originHost;
|
|
94271
92922
|
}
|
|
@@ -94340,12 +92991,7 @@ export default class Client extends OpenApi {
|
|
|
94340
92991
|
reqBodyType: "formData",
|
|
94341
92992
|
bodyType: "json",
|
|
94342
92993
|
});
|
|
94343
|
-
|
|
94344
|
-
return $dara.cast<UpdateOriginRuleResponse>(await this.callApi(params, req, runtime), new UpdateOriginRuleResponse({}));
|
|
94345
|
-
} else {
|
|
94346
|
-
return $dara.cast<UpdateOriginRuleResponse>(await this.execute(params, req, runtime), new UpdateOriginRuleResponse({}));
|
|
94347
|
-
}
|
|
94348
|
-
|
|
92994
|
+
return $dara.cast<UpdateOriginRuleResponse>(await this.callApi(params, req, runtime), new UpdateOriginRuleResponse({}));
|
|
94349
92995
|
}
|
|
94350
92996
|
|
|
94351
92997
|
/**
|
|
@@ -94403,12 +93049,7 @@ export default class Client extends OpenApi {
|
|
|
94403
93049
|
reqBodyType: "formData",
|
|
94404
93050
|
bodyType: "json",
|
|
94405
93051
|
});
|
|
94406
|
-
|
|
94407
|
-
return $dara.cast<UpdatePageResponse>(await this.callApi(params, req, runtime), new UpdatePageResponse({}));
|
|
94408
|
-
} else {
|
|
94409
|
-
return $dara.cast<UpdatePageResponse>(await this.execute(params, req, runtime), new UpdatePageResponse({}));
|
|
94410
|
-
}
|
|
94411
|
-
|
|
93052
|
+
return $dara.cast<UpdatePageResponse>(await this.callApi(params, req, runtime), new UpdatePageResponse({}));
|
|
94412
93053
|
}
|
|
94413
93054
|
|
|
94414
93055
|
/**
|
|
@@ -94470,12 +93111,7 @@ export default class Client extends OpenApi {
|
|
|
94470
93111
|
reqBodyType: "formData",
|
|
94471
93112
|
bodyType: "json",
|
|
94472
93113
|
});
|
|
94473
|
-
|
|
94474
|
-
return $dara.cast<UpdateRatePlanSpecResponse>(await this.callApi(params, req, runtime), new UpdateRatePlanSpecResponse({}));
|
|
94475
|
-
} else {
|
|
94476
|
-
return $dara.cast<UpdateRatePlanSpecResponse>(await this.execute(params, req, runtime), new UpdateRatePlanSpecResponse({}));
|
|
94477
|
-
}
|
|
94478
|
-
|
|
93114
|
+
return $dara.cast<UpdateRatePlanSpecResponse>(await this.callApi(params, req, runtime), new UpdateRatePlanSpecResponse({}));
|
|
94479
93115
|
}
|
|
94480
93116
|
|
|
94481
93117
|
/**
|
|
@@ -94568,12 +93204,7 @@ export default class Client extends OpenApi {
|
|
|
94568
93204
|
reqBodyType: "formData",
|
|
94569
93205
|
bodyType: "json",
|
|
94570
93206
|
});
|
|
94571
|
-
|
|
94572
|
-
return $dara.cast<UpdateRecordResponse>(await this.callApi(params, req, runtime), new UpdateRecordResponse({}));
|
|
94573
|
-
} else {
|
|
94574
|
-
return $dara.cast<UpdateRecordResponse>(await this.execute(params, req, runtime), new UpdateRecordResponse({}));
|
|
94575
|
-
}
|
|
94576
|
-
|
|
93207
|
+
return $dara.cast<UpdateRecordResponse>(await this.callApi(params, req, runtime), new UpdateRecordResponse({}));
|
|
94577
93208
|
}
|
|
94578
93209
|
|
|
94579
93210
|
/**
|
|
@@ -94660,12 +93291,7 @@ export default class Client extends OpenApi {
|
|
|
94660
93291
|
reqBodyType: "formData",
|
|
94661
93292
|
bodyType: "json",
|
|
94662
93293
|
});
|
|
94663
|
-
|
|
94664
|
-
return $dara.cast<UpdateRedirectRuleResponse>(await this.callApi(params, req, runtime), new UpdateRedirectRuleResponse({}));
|
|
94665
|
-
} else {
|
|
94666
|
-
return $dara.cast<UpdateRedirectRuleResponse>(await this.execute(params, req, runtime), new UpdateRedirectRuleResponse({}));
|
|
94667
|
-
}
|
|
94668
|
-
|
|
93294
|
+
return $dara.cast<UpdateRedirectRuleResponse>(await this.callApi(params, req, runtime), new UpdateRedirectRuleResponse({}));
|
|
94669
93295
|
}
|
|
94670
93296
|
|
|
94671
93297
|
/**
|
|
@@ -94743,12 +93369,7 @@ export default class Client extends OpenApi {
|
|
|
94743
93369
|
reqBodyType: "formData",
|
|
94744
93370
|
bodyType: "json",
|
|
94745
93371
|
});
|
|
94746
|
-
|
|
94747
|
-
return $dara.cast<UpdateRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new UpdateRewriteUrlRuleResponse({}));
|
|
94748
|
-
} else {
|
|
94749
|
-
return $dara.cast<UpdateRewriteUrlRuleResponse>(await this.execute(params, req, runtime), new UpdateRewriteUrlRuleResponse({}));
|
|
94750
|
-
}
|
|
94751
|
-
|
|
93372
|
+
return $dara.cast<UpdateRewriteUrlRuleResponse>(await this.callApi(params, req, runtime), new UpdateRewriteUrlRuleResponse({}));
|
|
94752
93373
|
}
|
|
94753
93374
|
|
|
94754
93375
|
/**
|
|
@@ -94818,12 +93439,7 @@ export default class Client extends OpenApi {
|
|
|
94818
93439
|
reqBodyType: "formData",
|
|
94819
93440
|
bodyType: "json",
|
|
94820
93441
|
});
|
|
94821
|
-
|
|
94822
|
-
return $dara.cast<UpdateRoutineRouteResponse>(await this.callApi(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
94823
|
-
} else {
|
|
94824
|
-
return $dara.cast<UpdateRoutineRouteResponse>(await this.execute(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
94825
|
-
}
|
|
94826
|
-
|
|
93442
|
+
return $dara.cast<UpdateRoutineRouteResponse>(await this.callApi(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
94827
93443
|
}
|
|
94828
93444
|
|
|
94829
93445
|
/**
|
|
@@ -94883,12 +93499,7 @@ export default class Client extends OpenApi {
|
|
|
94883
93499
|
reqBodyType: "formData",
|
|
94884
93500
|
bodyType: "json",
|
|
94885
93501
|
});
|
|
94886
|
-
|
|
94887
|
-
return $dara.cast<UpdateScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new UpdateScheduledPreloadExecutionResponse({}));
|
|
94888
|
-
} else {
|
|
94889
|
-
return $dara.cast<UpdateScheduledPreloadExecutionResponse>(await this.execute(params, req, runtime), new UpdateScheduledPreloadExecutionResponse({}));
|
|
94890
|
-
}
|
|
94891
|
-
|
|
93502
|
+
return $dara.cast<UpdateScheduledPreloadExecutionResponse>(await this.callApi(params, req, runtime), new UpdateScheduledPreloadExecutionResponse({}));
|
|
94892
93503
|
}
|
|
94893
93504
|
|
|
94894
93505
|
/**
|
|
@@ -94934,12 +93545,7 @@ export default class Client extends OpenApi {
|
|
|
94934
93545
|
reqBodyType: "formData",
|
|
94935
93546
|
bodyType: "json",
|
|
94936
93547
|
});
|
|
94937
|
-
|
|
94938
|
-
return $dara.cast<UpdateSeoBypassResponse>(await this.callApi(params, req, runtime), new UpdateSeoBypassResponse({}));
|
|
94939
|
-
} else {
|
|
94940
|
-
return $dara.cast<UpdateSeoBypassResponse>(await this.execute(params, req, runtime), new UpdateSeoBypassResponse({}));
|
|
94941
|
-
}
|
|
94942
|
-
|
|
93548
|
+
return $dara.cast<UpdateSeoBypassResponse>(await this.callApi(params, req, runtime), new UpdateSeoBypassResponse({}));
|
|
94943
93549
|
}
|
|
94944
93550
|
|
|
94945
93551
|
/**
|
|
@@ -94990,12 +93596,7 @@ export default class Client extends OpenApi {
|
|
|
94990
93596
|
reqBodyType: "formData",
|
|
94991
93597
|
bodyType: "json",
|
|
94992
93598
|
});
|
|
94993
|
-
|
|
94994
|
-
return $dara.cast<UpdateSiteAccessTypeResponse>(await this.callApi(params, req, runtime), new UpdateSiteAccessTypeResponse({}));
|
|
94995
|
-
} else {
|
|
94996
|
-
return $dara.cast<UpdateSiteAccessTypeResponse>(await this.execute(params, req, runtime), new UpdateSiteAccessTypeResponse({}));
|
|
94997
|
-
}
|
|
94998
|
-
|
|
93599
|
+
return $dara.cast<UpdateSiteAccessTypeResponse>(await this.callApi(params, req, runtime), new UpdateSiteAccessTypeResponse({}));
|
|
94999
93600
|
}
|
|
95000
93601
|
|
|
95001
93602
|
/**
|
|
@@ -95046,12 +93647,7 @@ export default class Client extends OpenApi {
|
|
|
95046
93647
|
reqBodyType: "formData",
|
|
95047
93648
|
bodyType: "json",
|
|
95048
93649
|
});
|
|
95049
|
-
|
|
95050
|
-
return $dara.cast<UpdateSiteCoverageResponse>(await this.callApi(params, req, runtime), new UpdateSiteCoverageResponse({}));
|
|
95051
|
-
} else {
|
|
95052
|
-
return $dara.cast<UpdateSiteCoverageResponse>(await this.execute(params, req, runtime), new UpdateSiteCoverageResponse({}));
|
|
95053
|
-
}
|
|
95054
|
-
|
|
93650
|
+
return $dara.cast<UpdateSiteCoverageResponse>(await this.callApi(params, req, runtime), new UpdateSiteCoverageResponse({}));
|
|
95055
93651
|
}
|
|
95056
93652
|
|
|
95057
93653
|
/**
|
|
@@ -95119,12 +93715,7 @@ export default class Client extends OpenApi {
|
|
|
95119
93715
|
reqBodyType: "formData",
|
|
95120
93716
|
bodyType: "json",
|
|
95121
93717
|
});
|
|
95122
|
-
|
|
95123
|
-
return $dara.cast<UpdateSiteCustomLogResponse>(await this.callApi(params, req, runtime), new UpdateSiteCustomLogResponse({}));
|
|
95124
|
-
} else {
|
|
95125
|
-
return $dara.cast<UpdateSiteCustomLogResponse>(await this.execute(params, req, runtime), new UpdateSiteCustomLogResponse({}));
|
|
95126
|
-
}
|
|
95127
|
-
|
|
93718
|
+
return $dara.cast<UpdateSiteCustomLogResponse>(await this.callApi(params, req, runtime), new UpdateSiteCustomLogResponse({}));
|
|
95128
93719
|
}
|
|
95129
93720
|
|
|
95130
93721
|
/**
|
|
@@ -95182,12 +93773,7 @@ export default class Client extends OpenApi {
|
|
|
95182
93773
|
reqBodyType: "formData",
|
|
95183
93774
|
bodyType: "json",
|
|
95184
93775
|
});
|
|
95185
|
-
|
|
95186
|
-
return $dara.cast<UpdateSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskResponse({}));
|
|
95187
|
-
} else {
|
|
95188
|
-
return $dara.cast<UpdateSiteDeliveryTaskResponse>(await this.execute(params, req, runtime), new UpdateSiteDeliveryTaskResponse({}));
|
|
95189
|
-
}
|
|
95190
|
-
|
|
93776
|
+
return $dara.cast<UpdateSiteDeliveryTaskResponse>(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskResponse({}));
|
|
95191
93777
|
}
|
|
95192
93778
|
|
|
95193
93779
|
/**
|
|
@@ -95225,12 +93811,7 @@ export default class Client extends OpenApi {
|
|
|
95225
93811
|
reqBodyType: "formData",
|
|
95226
93812
|
bodyType: "json",
|
|
95227
93813
|
});
|
|
95228
|
-
|
|
95229
|
-
return $dara.cast<UpdateSiteDeliveryTaskStatusResponse>(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskStatusResponse({}));
|
|
95230
|
-
} else {
|
|
95231
|
-
return $dara.cast<UpdateSiteDeliveryTaskStatusResponse>(await this.execute(params, req, runtime), new UpdateSiteDeliveryTaskStatusResponse({}));
|
|
95232
|
-
}
|
|
95233
|
-
|
|
93814
|
+
return $dara.cast<UpdateSiteDeliveryTaskStatusResponse>(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskStatusResponse({}));
|
|
95234
93815
|
}
|
|
95235
93816
|
|
|
95236
93817
|
/**
|
|
@@ -95276,12 +93857,7 @@ export default class Client extends OpenApi {
|
|
|
95276
93857
|
reqBodyType: "formData",
|
|
95277
93858
|
bodyType: "json",
|
|
95278
93859
|
});
|
|
95279
|
-
|
|
95280
|
-
return $dara.cast<UpdateSiteNameExclusiveResponse>(await this.callApi(params, req, runtime), new UpdateSiteNameExclusiveResponse({}));
|
|
95281
|
-
} else {
|
|
95282
|
-
return $dara.cast<UpdateSiteNameExclusiveResponse>(await this.execute(params, req, runtime), new UpdateSiteNameExclusiveResponse({}));
|
|
95283
|
-
}
|
|
95284
|
-
|
|
93860
|
+
return $dara.cast<UpdateSiteNameExclusiveResponse>(await this.callApi(params, req, runtime), new UpdateSiteNameExclusiveResponse({}));
|
|
95285
93861
|
}
|
|
95286
93862
|
|
|
95287
93863
|
/**
|
|
@@ -95327,12 +93903,7 @@ export default class Client extends OpenApi {
|
|
|
95327
93903
|
reqBodyType: "formData",
|
|
95328
93904
|
bodyType: "json",
|
|
95329
93905
|
});
|
|
95330
|
-
|
|
95331
|
-
return $dara.cast<UpdateSitePauseResponse>(await this.callApi(params, req, runtime), new UpdateSitePauseResponse({}));
|
|
95332
|
-
} else {
|
|
95333
|
-
return $dara.cast<UpdateSitePauseResponse>(await this.execute(params, req, runtime), new UpdateSitePauseResponse({}));
|
|
95334
|
-
}
|
|
95335
|
-
|
|
93906
|
+
return $dara.cast<UpdateSitePauseResponse>(await this.callApi(params, req, runtime), new UpdateSitePauseResponse({}));
|
|
95336
93907
|
}
|
|
95337
93908
|
|
|
95338
93909
|
/**
|
|
@@ -95378,12 +93949,7 @@ export default class Client extends OpenApi {
|
|
|
95378
93949
|
reqBodyType: "formData",
|
|
95379
93950
|
bodyType: "json",
|
|
95380
93951
|
});
|
|
95381
|
-
|
|
95382
|
-
return $dara.cast<UpdateSiteVanityNSResponse>(await this.callApi(params, req, runtime), new UpdateSiteVanityNSResponse({}));
|
|
95383
|
-
} else {
|
|
95384
|
-
return $dara.cast<UpdateSiteVanityNSResponse>(await this.execute(params, req, runtime), new UpdateSiteVanityNSResponse({}));
|
|
95385
|
-
}
|
|
95386
|
-
|
|
93952
|
+
return $dara.cast<UpdateSiteVanityNSResponse>(await this.callApi(params, req, runtime), new UpdateSiteVanityNSResponse({}));
|
|
95387
93953
|
}
|
|
95388
93954
|
|
|
95389
93955
|
/**
|
|
@@ -95429,12 +93995,7 @@ export default class Client extends OpenApi {
|
|
|
95429
93995
|
reqBodyType: "formData",
|
|
95430
93996
|
bodyType: "json",
|
|
95431
93997
|
});
|
|
95432
|
-
|
|
95433
|
-
return $dara.cast<UpdateTieredCacheResponse>(await this.callApi(params, req, runtime), new UpdateTieredCacheResponse({}));
|
|
95434
|
-
} else {
|
|
95435
|
-
return $dara.cast<UpdateTieredCacheResponse>(await this.execute(params, req, runtime), new UpdateTieredCacheResponse({}));
|
|
95436
|
-
}
|
|
95437
|
-
|
|
93998
|
+
return $dara.cast<UpdateTieredCacheResponse>(await this.callApi(params, req, runtime), new UpdateTieredCacheResponse({}));
|
|
95438
93999
|
}
|
|
95439
94000
|
|
|
95440
94001
|
/**
|
|
@@ -95492,12 +94053,7 @@ export default class Client extends OpenApi {
|
|
|
95492
94053
|
reqBodyType: "formData",
|
|
95493
94054
|
bodyType: "json",
|
|
95494
94055
|
});
|
|
95495
|
-
|
|
95496
|
-
return $dara.cast<UpdateUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskResponse({}));
|
|
95497
|
-
} else {
|
|
95498
|
-
return $dara.cast<UpdateUserDeliveryTaskResponse>(await this.execute(params, req, runtime), new UpdateUserDeliveryTaskResponse({}));
|
|
95499
|
-
}
|
|
95500
|
-
|
|
94056
|
+
return $dara.cast<UpdateUserDeliveryTaskResponse>(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskResponse({}));
|
|
95501
94057
|
}
|
|
95502
94058
|
|
|
95503
94059
|
/**
|
|
@@ -95539,12 +94095,7 @@ export default class Client extends OpenApi {
|
|
|
95539
94095
|
reqBodyType: "formData",
|
|
95540
94096
|
bodyType: "json",
|
|
95541
94097
|
});
|
|
95542
|
-
|
|
95543
|
-
return $dara.cast<UpdateUserDeliveryTaskStatusResponse>(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskStatusResponse({}));
|
|
95544
|
-
} else {
|
|
95545
|
-
return $dara.cast<UpdateUserDeliveryTaskStatusResponse>(await this.execute(params, req, runtime), new UpdateUserDeliveryTaskStatusResponse({}));
|
|
95546
|
-
}
|
|
95547
|
-
|
|
94098
|
+
return $dara.cast<UpdateUserDeliveryTaskStatusResponse>(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskStatusResponse({}));
|
|
95548
94099
|
}
|
|
95549
94100
|
|
|
95550
94101
|
/**
|
|
@@ -95618,12 +94169,7 @@ export default class Client extends OpenApi {
|
|
|
95618
94169
|
reqBodyType: "formData",
|
|
95619
94170
|
bodyType: "json",
|
|
95620
94171
|
});
|
|
95621
|
-
|
|
95622
|
-
return $dara.cast<UpdateWafRuleResponse>(await this.callApi(params, req, runtime), new UpdateWafRuleResponse({}));
|
|
95623
|
-
} else {
|
|
95624
|
-
return $dara.cast<UpdateWafRuleResponse>(await this.execute(params, req, runtime), new UpdateWafRuleResponse({}));
|
|
95625
|
-
}
|
|
95626
|
-
|
|
94172
|
+
return $dara.cast<UpdateWafRuleResponse>(await this.callApi(params, req, runtime), new UpdateWafRuleResponse({}));
|
|
95627
94173
|
}
|
|
95628
94174
|
|
|
95629
94175
|
/**
|
|
@@ -95679,12 +94225,7 @@ export default class Client extends OpenApi {
|
|
|
95679
94225
|
reqBodyType: "formData",
|
|
95680
94226
|
bodyType: "json",
|
|
95681
94227
|
});
|
|
95682
|
-
|
|
95683
|
-
return $dara.cast<UpdateWafRulesetResponse>(await this.callApi(params, req, runtime), new UpdateWafRulesetResponse({}));
|
|
95684
|
-
} else {
|
|
95685
|
-
return $dara.cast<UpdateWafRulesetResponse>(await this.execute(params, req, runtime), new UpdateWafRulesetResponse({}));
|
|
95686
|
-
}
|
|
95687
|
-
|
|
94228
|
+
return $dara.cast<UpdateWafRulesetResponse>(await this.callApi(params, req, runtime), new UpdateWafRulesetResponse({}));
|
|
95688
94229
|
}
|
|
95689
94230
|
|
|
95690
94231
|
/**
|
|
@@ -95800,12 +94341,7 @@ export default class Client extends OpenApi {
|
|
|
95800
94341
|
reqBodyType: "formData",
|
|
95801
94342
|
bodyType: "json",
|
|
95802
94343
|
});
|
|
95803
|
-
|
|
95804
|
-
return $dara.cast<UpdateWaitingRoomResponse>(await this.callApi(params, req, runtime), new UpdateWaitingRoomResponse({}));
|
|
95805
|
-
} else {
|
|
95806
|
-
return $dara.cast<UpdateWaitingRoomResponse>(await this.execute(params, req, runtime), new UpdateWaitingRoomResponse({}));
|
|
95807
|
-
}
|
|
95808
|
-
|
|
94344
|
+
return $dara.cast<UpdateWaitingRoomResponse>(await this.callApi(params, req, runtime), new UpdateWaitingRoomResponse({}));
|
|
95809
94345
|
}
|
|
95810
94346
|
|
|
95811
94347
|
/**
|
|
@@ -95923,12 +94459,7 @@ export default class Client extends OpenApi {
|
|
|
95923
94459
|
reqBodyType: "formData",
|
|
95924
94460
|
bodyType: "json",
|
|
95925
94461
|
});
|
|
95926
|
-
|
|
95927
|
-
return $dara.cast<UpdateWaitingRoomEventResponse>(await this.callApi(params, req, runtime), new UpdateWaitingRoomEventResponse({}));
|
|
95928
|
-
} else {
|
|
95929
|
-
return $dara.cast<UpdateWaitingRoomEventResponse>(await this.execute(params, req, runtime), new UpdateWaitingRoomEventResponse({}));
|
|
95930
|
-
}
|
|
95931
|
-
|
|
94462
|
+
return $dara.cast<UpdateWaitingRoomEventResponse>(await this.callApi(params, req, runtime), new UpdateWaitingRoomEventResponse({}));
|
|
95932
94463
|
}
|
|
95933
94464
|
|
|
95934
94465
|
/**
|
|
@@ -95989,12 +94520,7 @@ export default class Client extends OpenApi {
|
|
|
95989
94520
|
reqBodyType: "formData",
|
|
95990
94521
|
bodyType: "json",
|
|
95991
94522
|
});
|
|
95992
|
-
|
|
95993
|
-
return $dara.cast<UpdateWaitingRoomRuleResponse>(await this.callApi(params, req, runtime), new UpdateWaitingRoomRuleResponse({}));
|
|
95994
|
-
} else {
|
|
95995
|
-
return $dara.cast<UpdateWaitingRoomRuleResponse>(await this.execute(params, req, runtime), new UpdateWaitingRoomRuleResponse({}));
|
|
95996
|
-
}
|
|
95997
|
-
|
|
94523
|
+
return $dara.cast<UpdateWaitingRoomRuleResponse>(await this.callApi(params, req, runtime), new UpdateWaitingRoomRuleResponse({}));
|
|
95998
94524
|
}
|
|
95999
94525
|
|
|
96000
94526
|
/**
|
|
@@ -96049,12 +94575,7 @@ export default class Client extends OpenApi {
|
|
|
96049
94575
|
reqBodyType: "formData",
|
|
96050
94576
|
bodyType: "json",
|
|
96051
94577
|
});
|
|
96052
|
-
|
|
96053
|
-
return $dara.cast<UploadClientCaCertificateResponse>(await this.callApi(params, req, runtime), new UploadClientCaCertificateResponse({}));
|
|
96054
|
-
} else {
|
|
96055
|
-
return $dara.cast<UploadClientCaCertificateResponse>(await this.execute(params, req, runtime), new UploadClientCaCertificateResponse({}));
|
|
96056
|
-
}
|
|
96057
|
-
|
|
94578
|
+
return $dara.cast<UploadClientCaCertificateResponse>(await this.callApi(params, req, runtime), new UploadClientCaCertificateResponse({}));
|
|
96058
94579
|
}
|
|
96059
94580
|
|
|
96060
94581
|
/**
|
|
@@ -96112,12 +94633,7 @@ export default class Client extends OpenApi {
|
|
|
96112
94633
|
reqBodyType: "formData",
|
|
96113
94634
|
bodyType: "json",
|
|
96114
94635
|
});
|
|
96115
|
-
|
|
96116
|
-
return $dara.cast<UploadFileResponse>(await this.callApi(params, req, runtime), new UploadFileResponse({}));
|
|
96117
|
-
} else {
|
|
96118
|
-
return $dara.cast<UploadFileResponse>(await this.execute(params, req, runtime), new UploadFileResponse({}));
|
|
96119
|
-
}
|
|
96120
|
-
|
|
94636
|
+
return $dara.cast<UploadFileResponse>(await this.callApi(params, req, runtime), new UploadFileResponse({}));
|
|
96121
94637
|
}
|
|
96122
94638
|
|
|
96123
94639
|
/**
|
|
@@ -96246,12 +94762,7 @@ export default class Client extends OpenApi {
|
|
|
96246
94762
|
reqBodyType: "formData",
|
|
96247
94763
|
bodyType: "json",
|
|
96248
94764
|
});
|
|
96249
|
-
|
|
96250
|
-
return $dara.cast<UploadOriginCaCertificateResponse>(await this.callApi(params, req, runtime), new UploadOriginCaCertificateResponse({}));
|
|
96251
|
-
} else {
|
|
96252
|
-
return $dara.cast<UploadOriginCaCertificateResponse>(await this.execute(params, req, runtime), new UploadOriginCaCertificateResponse({}));
|
|
96253
|
-
}
|
|
96254
|
-
|
|
94765
|
+
return $dara.cast<UploadOriginCaCertificateResponse>(await this.callApi(params, req, runtime), new UploadOriginCaCertificateResponse({}));
|
|
96255
94766
|
}
|
|
96256
94767
|
|
|
96257
94768
|
/**
|
|
@@ -96307,12 +94818,7 @@ export default class Client extends OpenApi {
|
|
|
96307
94818
|
reqBodyType: "formData",
|
|
96308
94819
|
bodyType: "json",
|
|
96309
94820
|
});
|
|
96310
|
-
|
|
96311
|
-
return $dara.cast<UploadOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new UploadOriginClientCertificateResponse({}));
|
|
96312
|
-
} else {
|
|
96313
|
-
return $dara.cast<UploadOriginClientCertificateResponse>(await this.execute(params, req, runtime), new UploadOriginClientCertificateResponse({}));
|
|
96314
|
-
}
|
|
96315
|
-
|
|
94821
|
+
return $dara.cast<UploadOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new UploadOriginClientCertificateResponse({}));
|
|
96316
94822
|
}
|
|
96317
94823
|
|
|
96318
94824
|
/**
|
|
@@ -96368,12 +94874,7 @@ export default class Client extends OpenApi {
|
|
|
96368
94874
|
reqBodyType: "formData",
|
|
96369
94875
|
bodyType: "json",
|
|
96370
94876
|
});
|
|
96371
|
-
|
|
96372
|
-
return $dara.cast<UploadSiteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new UploadSiteOriginClientCertificateResponse({}));
|
|
96373
|
-
} else {
|
|
96374
|
-
return $dara.cast<UploadSiteOriginClientCertificateResponse>(await this.execute(params, req, runtime), new UploadSiteOriginClientCertificateResponse({}));
|
|
96375
|
-
}
|
|
96376
|
-
|
|
94877
|
+
return $dara.cast<UploadSiteOriginClientCertificateResponse>(await this.callApi(params, req, runtime), new UploadSiteOriginClientCertificateResponse({}));
|
|
96377
94878
|
}
|
|
96378
94879
|
|
|
96379
94880
|
/**
|
|
@@ -96419,12 +94920,7 @@ export default class Client extends OpenApi {
|
|
|
96419
94920
|
reqBodyType: "formData",
|
|
96420
94921
|
bodyType: "json",
|
|
96421
94922
|
});
|
|
96422
|
-
|
|
96423
|
-
return $dara.cast<VerifySiteResponse>(await this.callApi(params, req, runtime), new VerifySiteResponse({}));
|
|
96424
|
-
} else {
|
|
96425
|
-
return $dara.cast<VerifySiteResponse>(await this.execute(params, req, runtime), new VerifySiteResponse({}));
|
|
96426
|
-
}
|
|
96427
|
-
|
|
94923
|
+
return $dara.cast<VerifySiteResponse>(await this.callApi(params, req, runtime), new VerifySiteResponse({}));
|
|
96428
94924
|
}
|
|
96429
94925
|
|
|
96430
94926
|
/**
|