@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/dist/client.js
CHANGED
|
@@ -6317,6 +6317,11 @@ class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
6317
6317
|
configId: 'ConfigId',
|
|
6318
6318
|
configType: 'ConfigType',
|
|
6319
6319
|
dnsRecord: 'DnsRecord',
|
|
6320
|
+
follow302Enable: 'Follow302Enable',
|
|
6321
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
6322
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
6323
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
6324
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
6320
6325
|
originHost: 'OriginHost',
|
|
6321
6326
|
originHttpPort: 'OriginHttpPort',
|
|
6322
6327
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -6339,6 +6344,11 @@ class ListOriginRulesResponseBodyConfigs extends $dara.Model {
|
|
|
6339
6344
|
configId: 'number',
|
|
6340
6345
|
configType: 'string',
|
|
6341
6346
|
dnsRecord: 'string',
|
|
6347
|
+
follow302Enable: 'string',
|
|
6348
|
+
follow302MaxTries: 'string',
|
|
6349
|
+
follow302RetainArgs: 'string',
|
|
6350
|
+
follow302RetainHeader: 'string',
|
|
6351
|
+
follow302TargetHost: 'string',
|
|
6342
6352
|
originHost: 'string',
|
|
6343
6353
|
originHttpPort: 'string',
|
|
6344
6354
|
originHttpsPort: 'string',
|
|
@@ -11789,6 +11799,11 @@ class CreateOriginRuleRequest extends $dara.Model {
|
|
|
11789
11799
|
static names() {
|
|
11790
11800
|
return {
|
|
11791
11801
|
dnsRecord: 'DnsRecord',
|
|
11802
|
+
follow302Enable: 'Follow302Enable',
|
|
11803
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
11804
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
11805
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
11806
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
11792
11807
|
originHost: 'OriginHost',
|
|
11793
11808
|
originHttpPort: 'OriginHttpPort',
|
|
11794
11809
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -11810,6 +11825,11 @@ class CreateOriginRuleRequest extends $dara.Model {
|
|
|
11810
11825
|
static types() {
|
|
11811
11826
|
return {
|
|
11812
11827
|
dnsRecord: 'string',
|
|
11828
|
+
follow302Enable: 'string',
|
|
11829
|
+
follow302MaxTries: 'string',
|
|
11830
|
+
follow302RetainArgs: 'string',
|
|
11831
|
+
follow302RetainHeader: 'string',
|
|
11832
|
+
follow302TargetHost: 'string',
|
|
11813
11833
|
originHost: 'string',
|
|
11814
11834
|
originHttpPort: 'string',
|
|
11815
11835
|
originHttpsPort: 'string',
|
|
@@ -21799,6 +21819,11 @@ class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
21799
21819
|
configId: 'ConfigId',
|
|
21800
21820
|
configType: 'ConfigType',
|
|
21801
21821
|
dnsRecord: 'DnsRecord',
|
|
21822
|
+
follow302Enable: 'Follow302Enable',
|
|
21823
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
21824
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
21825
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
21826
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
21802
21827
|
originHost: 'OriginHost',
|
|
21803
21828
|
originHttpPort: 'OriginHttpPort',
|
|
21804
21829
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -21822,6 +21847,11 @@ class GetOriginRuleResponseBody extends $dara.Model {
|
|
|
21822
21847
|
configId: 'number',
|
|
21823
21848
|
configType: 'string',
|
|
21824
21849
|
dnsRecord: 'string',
|
|
21850
|
+
follow302Enable: 'string',
|
|
21851
|
+
follow302MaxTries: 'string',
|
|
21852
|
+
follow302RetainArgs: 'string',
|
|
21853
|
+
follow302RetainHeader: 'string',
|
|
21854
|
+
follow302TargetHost: 'string',
|
|
21825
21855
|
originHost: 'string',
|
|
21826
21856
|
originHttpPort: 'string',
|
|
21827
21857
|
originHttpsPort: 'string',
|
|
@@ -24089,6 +24119,7 @@ class GetWafRuleResponseBody extends $dara.Model {
|
|
|
24089
24119
|
phase: 'Phase',
|
|
24090
24120
|
position: 'Position',
|
|
24091
24121
|
requestId: 'RequestId',
|
|
24122
|
+
rulesetId: 'RulesetId',
|
|
24092
24123
|
status: 'Status',
|
|
24093
24124
|
updateTime: 'UpdateTime',
|
|
24094
24125
|
};
|
|
@@ -24101,6 +24132,7 @@ class GetWafRuleResponseBody extends $dara.Model {
|
|
|
24101
24132
|
phase: 'string',
|
|
24102
24133
|
position: 'number',
|
|
24103
24134
|
requestId: 'string',
|
|
24135
|
+
rulesetId: 'number',
|
|
24104
24136
|
status: 'string',
|
|
24105
24137
|
updateTime: 'string',
|
|
24106
24138
|
};
|
|
@@ -33236,6 +33268,11 @@ class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
33236
33268
|
return {
|
|
33237
33269
|
configId: 'ConfigId',
|
|
33238
33270
|
dnsRecord: 'DnsRecord',
|
|
33271
|
+
follow302Enable: 'Follow302Enable',
|
|
33272
|
+
follow302MaxTries: 'Follow302MaxTries',
|
|
33273
|
+
follow302RetainArgs: 'Follow302RetainArgs',
|
|
33274
|
+
follow302RetainHeader: 'Follow302RetainHeader',
|
|
33275
|
+
follow302TargetHost: 'Follow302TargetHost',
|
|
33239
33276
|
originHost: 'OriginHost',
|
|
33240
33277
|
originHttpPort: 'OriginHttpPort',
|
|
33241
33278
|
originHttpsPort: 'OriginHttpsPort',
|
|
@@ -33257,6 +33294,11 @@ class UpdateOriginRuleRequest extends $dara.Model {
|
|
|
33257
33294
|
return {
|
|
33258
33295
|
configId: 'number',
|
|
33259
33296
|
dnsRecord: 'string',
|
|
33297
|
+
follow302Enable: 'string',
|
|
33298
|
+
follow302MaxTries: 'string',
|
|
33299
|
+
follow302RetainArgs: 'string',
|
|
33300
|
+
follow302RetainHeader: 'string',
|
|
33301
|
+
follow302TargetHost: 'string',
|
|
33260
33302
|
originHost: 'string',
|
|
33261
33303
|
originHttpPort: 'string',
|
|
33262
33304
|
originHttpsPort: 'string',
|
|
@@ -35938,12 +35980,7 @@ class Client extends openapi_core_1.default {
|
|
|
35938
35980
|
reqBodyType: "formData",
|
|
35939
35981
|
bodyType: "json",
|
|
35940
35982
|
});
|
|
35941
|
-
|
|
35942
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ActivateClientCertificateResponse({}));
|
|
35943
|
-
}
|
|
35944
|
-
else {
|
|
35945
|
-
return $dara.cast(await this.execute(params, req, runtime), new ActivateClientCertificateResponse({}));
|
|
35946
|
-
}
|
|
35983
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ActivateClientCertificateResponse({}));
|
|
35947
35984
|
}
|
|
35948
35985
|
/**
|
|
35949
35986
|
* Activates the client based on the certificate ID.
|
|
@@ -35982,12 +36019,7 @@ class Client extends openapi_core_1.default {
|
|
|
35982
36019
|
reqBodyType: "formData",
|
|
35983
36020
|
bodyType: "json",
|
|
35984
36021
|
});
|
|
35985
|
-
|
|
35986
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ActivateVersionManagementResponse({}));
|
|
35987
|
-
}
|
|
35988
|
-
else {
|
|
35989
|
-
return $dara.cast(await this.execute(params, req, runtime), new ActivateVersionManagementResponse({}));
|
|
35990
|
-
}
|
|
36022
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ActivateVersionManagementResponse({}));
|
|
35991
36023
|
}
|
|
35992
36024
|
/**
|
|
35993
36025
|
* Enable Version Management
|
|
@@ -36023,12 +36055,7 @@ class Client extends openapi_core_1.default {
|
|
|
36023
36055
|
reqBodyType: "formData",
|
|
36024
36056
|
bodyType: "json",
|
|
36025
36057
|
});
|
|
36026
|
-
|
|
36027
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ApplyCertificateResponse({}));
|
|
36028
|
-
}
|
|
36029
|
-
else {
|
|
36030
|
-
return $dara.cast(await this.execute(params, req, runtime), new ApplyCertificateResponse({}));
|
|
36031
|
-
}
|
|
36058
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ApplyCertificateResponse({}));
|
|
36032
36059
|
}
|
|
36033
36060
|
/**
|
|
36034
36061
|
* Applies for a free SSL certificate.
|
|
@@ -36079,12 +36106,7 @@ class Client extends openapi_core_1.default {
|
|
|
36079
36106
|
reqBodyType: "formData",
|
|
36080
36107
|
bodyType: "json",
|
|
36081
36108
|
});
|
|
36082
|
-
|
|
36083
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchCreateRecordsResponse({}));
|
|
36084
|
-
}
|
|
36085
|
-
else {
|
|
36086
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchCreateRecordsResponse({}));
|
|
36087
|
-
}
|
|
36109
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchCreateRecordsResponse({}));
|
|
36088
36110
|
}
|
|
36089
36111
|
/**
|
|
36090
36112
|
* Adds DNS records of different record types at a time..
|
|
@@ -36152,12 +36174,7 @@ class Client extends openapi_core_1.default {
|
|
|
36152
36174
|
reqBodyType: "formData",
|
|
36153
36175
|
bodyType: "json",
|
|
36154
36176
|
});
|
|
36155
|
-
|
|
36156
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchCreateWafRulesResponse({}));
|
|
36157
|
-
}
|
|
36158
|
-
else {
|
|
36159
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchCreateWafRulesResponse({}));
|
|
36160
|
-
}
|
|
36177
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchCreateWafRulesResponse({}));
|
|
36161
36178
|
}
|
|
36162
36179
|
/**
|
|
36163
36180
|
* Batch Create WAF Rules
|
|
@@ -36206,12 +36223,7 @@ class Client extends openapi_core_1.default {
|
|
|
36206
36223
|
reqBodyType: "formData",
|
|
36207
36224
|
bodyType: "json",
|
|
36208
36225
|
});
|
|
36209
|
-
|
|
36210
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchDeleteKvResponse({}));
|
|
36211
|
-
}
|
|
36212
|
-
else {
|
|
36213
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchDeleteKvResponse({}));
|
|
36214
|
-
}
|
|
36226
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchDeleteKvResponse({}));
|
|
36215
36227
|
}
|
|
36216
36228
|
/**
|
|
36217
36229
|
* Deletes key-value pairs from a namespace at a time based on keys.
|
|
@@ -36290,12 +36302,7 @@ class Client extends openapi_core_1.default {
|
|
|
36290
36302
|
reqBodyType: "formData",
|
|
36291
36303
|
bodyType: "json",
|
|
36292
36304
|
});
|
|
36293
|
-
|
|
36294
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchDeleteKvWithHighCapacityResponse({}));
|
|
36295
|
-
}
|
|
36296
|
-
else {
|
|
36297
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchDeleteKvWithHighCapacityResponse({}));
|
|
36298
|
-
}
|
|
36305
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchDeleteKvWithHighCapacityResponse({}));
|
|
36299
36306
|
}
|
|
36300
36307
|
/**
|
|
36301
36308
|
* Deletes multiple key-value pairs from a namespace at a time based on specified keys. The request body can be up to 100 MB.
|
|
@@ -36455,12 +36462,7 @@ class Client extends openapi_core_1.default {
|
|
|
36455
36462
|
reqBodyType: "formData",
|
|
36456
36463
|
bodyType: "json",
|
|
36457
36464
|
});
|
|
36458
|
-
|
|
36459
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchGetExpressionFieldsResponse({}));
|
|
36460
|
-
}
|
|
36461
|
-
else {
|
|
36462
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchGetExpressionFieldsResponse({}));
|
|
36463
|
-
}
|
|
36465
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchGetExpressionFieldsResponse({}));
|
|
36464
36466
|
}
|
|
36465
36467
|
/**
|
|
36466
36468
|
* Batch Get Expression Matches
|
|
@@ -36509,12 +36511,7 @@ class Client extends openapi_core_1.default {
|
|
|
36509
36511
|
reqBodyType: "formData",
|
|
36510
36512
|
bodyType: "json",
|
|
36511
36513
|
});
|
|
36512
|
-
|
|
36513
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchPutKvResponse({}));
|
|
36514
|
-
}
|
|
36515
|
-
else {
|
|
36516
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchPutKvResponse({}));
|
|
36517
|
-
}
|
|
36514
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchPutKvResponse({}));
|
|
36518
36515
|
}
|
|
36519
36516
|
/**
|
|
36520
36517
|
* Configures key-value pairs for a namespace at a time based on specified keys.
|
|
@@ -36601,12 +36598,7 @@ class Client extends openapi_core_1.default {
|
|
|
36601
36598
|
reqBodyType: "formData",
|
|
36602
36599
|
bodyType: "json",
|
|
36603
36600
|
});
|
|
36604
|
-
|
|
36605
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchPutKvWithHighCapacityResponse({}));
|
|
36606
|
-
}
|
|
36607
|
-
else {
|
|
36608
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchPutKvWithHighCapacityResponse({}));
|
|
36609
|
-
}
|
|
36601
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchPutKvWithHighCapacityResponse({}));
|
|
36610
36602
|
}
|
|
36611
36603
|
/**
|
|
36612
36604
|
* Configures key-value pairs for a namespace at a time based on specified keys. The request body can be up to 100 MB.
|
|
@@ -36786,12 +36778,7 @@ class Client extends openapi_core_1.default {
|
|
|
36786
36778
|
reqBodyType: "formData",
|
|
36787
36779
|
bodyType: "json",
|
|
36788
36780
|
});
|
|
36789
|
-
|
|
36790
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BatchUpdateWafRulesResponse({}));
|
|
36791
|
-
}
|
|
36792
|
-
else {
|
|
36793
|
-
return $dara.cast(await this.execute(params, req, runtime), new BatchUpdateWafRulesResponse({}));
|
|
36794
|
-
}
|
|
36781
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BatchUpdateWafRulesResponse({}));
|
|
36795
36782
|
}
|
|
36796
36783
|
/**
|
|
36797
36784
|
* Modifies multiple rules in a specific Web Application Firewall (WAF) ruleset at a time.
|
|
@@ -36847,12 +36834,7 @@ class Client extends openapi_core_1.default {
|
|
|
36847
36834
|
reqBodyType: "formData",
|
|
36848
36835
|
bodyType: "json",
|
|
36849
36836
|
});
|
|
36850
|
-
|
|
36851
|
-
return $dara.cast(await this.callApi(params, req, runtime), new BlockObjectResponse({}));
|
|
36852
|
-
}
|
|
36853
|
-
else {
|
|
36854
|
-
return $dara.cast(await this.execute(params, req, runtime), new BlockObjectResponse({}));
|
|
36855
|
-
}
|
|
36837
|
+
return $dara.cast(await this.callApi(params, req, runtime), new BlockObjectResponse({}));
|
|
36856
36838
|
}
|
|
36857
36839
|
/**
|
|
36858
36840
|
* Blocks URLs.
|
|
@@ -36884,12 +36866,7 @@ class Client extends openapi_core_1.default {
|
|
|
36884
36866
|
reqBodyType: "formData",
|
|
36885
36867
|
bodyType: "json",
|
|
36886
36868
|
});
|
|
36887
|
-
|
|
36888
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CheckAssumeSlrRoleResponse({}));
|
|
36889
|
-
}
|
|
36890
|
-
else {
|
|
36891
|
-
return $dara.cast(await this.execute(params, req, runtime), new CheckAssumeSlrRoleResponse({}));
|
|
36892
|
-
}
|
|
36869
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CheckAssumeSlrRoleResponse({}));
|
|
36893
36870
|
}
|
|
36894
36871
|
/**
|
|
36895
36872
|
* 检查实时日志slr角色是否已创建
|
|
@@ -36926,12 +36903,7 @@ class Client extends openapi_core_1.default {
|
|
|
36926
36903
|
reqBodyType: "formData",
|
|
36927
36904
|
bodyType: "json",
|
|
36928
36905
|
});
|
|
36929
|
-
|
|
36930
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CheckSiteNameResponse({}));
|
|
36931
|
-
}
|
|
36932
|
-
else {
|
|
36933
|
-
return $dara.cast(await this.execute(params, req, runtime), new CheckSiteNameResponse({}));
|
|
36934
|
-
}
|
|
36906
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CheckSiteNameResponse({}));
|
|
36935
36907
|
}
|
|
36936
36908
|
/**
|
|
36937
36909
|
* Checks whether a specified website name is available.
|
|
@@ -36967,12 +36939,7 @@ class Client extends openapi_core_1.default {
|
|
|
36967
36939
|
reqBodyType: "formData",
|
|
36968
36940
|
bodyType: "json",
|
|
36969
36941
|
});
|
|
36970
|
-
|
|
36971
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CheckSiteProjectNameResponse({}));
|
|
36972
|
-
}
|
|
36973
|
-
else {
|
|
36974
|
-
return $dara.cast(await this.execute(params, req, runtime), new CheckSiteProjectNameResponse({}));
|
|
36975
|
-
}
|
|
36942
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CheckSiteProjectNameResponse({}));
|
|
36976
36943
|
}
|
|
36977
36944
|
/**
|
|
36978
36945
|
* Checks the name of a real-time log delivery task.
|
|
@@ -37008,12 +36975,7 @@ class Client extends openapi_core_1.default {
|
|
|
37008
36975
|
reqBodyType: "formData",
|
|
37009
36976
|
bodyType: "json",
|
|
37010
36977
|
});
|
|
37011
|
-
|
|
37012
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CheckUserProjectNameResponse({}));
|
|
37013
|
-
}
|
|
37014
|
-
else {
|
|
37015
|
-
return $dara.cast(await this.execute(params, req, runtime), new CheckUserProjectNameResponse({}));
|
|
37016
|
-
}
|
|
36978
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CheckUserProjectNameResponse({}));
|
|
37017
36979
|
}
|
|
37018
36980
|
/**
|
|
37019
36981
|
* Checks the name of a real-time log delivery task by account.
|
|
@@ -37055,12 +37017,7 @@ class Client extends openapi_core_1.default {
|
|
|
37055
37017
|
reqBodyType: "formData",
|
|
37056
37018
|
bodyType: "json",
|
|
37057
37019
|
});
|
|
37058
|
-
|
|
37059
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CommitRoutineStagingCodeResponse({}));
|
|
37060
|
-
}
|
|
37061
|
-
else {
|
|
37062
|
-
return $dara.cast(await this.execute(params, req, runtime), new CommitRoutineStagingCodeResponse({}));
|
|
37063
|
-
}
|
|
37020
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CommitRoutineStagingCodeResponse({}));
|
|
37064
37021
|
}
|
|
37065
37022
|
/**
|
|
37066
37023
|
* Commits the unstable code in the staging environment to generate an official code version.
|
|
@@ -37174,12 +37131,7 @@ class Client extends openapi_core_1.default {
|
|
|
37174
37131
|
reqBodyType: "formData",
|
|
37175
37132
|
bodyType: "json",
|
|
37176
37133
|
});
|
|
37177
|
-
|
|
37178
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCacheRuleResponse({}));
|
|
37179
|
-
}
|
|
37180
|
-
else {
|
|
37181
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCacheRuleResponse({}));
|
|
37182
|
-
}
|
|
37134
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateCacheRuleResponse({}));
|
|
37183
37135
|
}
|
|
37184
37136
|
/**
|
|
37185
37137
|
* Create a new site cache configuration
|
|
@@ -37229,12 +37181,7 @@ class Client extends openapi_core_1.default {
|
|
|
37229
37181
|
reqBodyType: "formData",
|
|
37230
37182
|
bodyType: "json",
|
|
37231
37183
|
});
|
|
37232
|
-
|
|
37233
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateClientCertificateResponse({}));
|
|
37234
|
-
}
|
|
37235
|
-
else {
|
|
37236
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateClientCertificateResponse({}));
|
|
37237
|
-
}
|
|
37184
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateClientCertificateResponse({}));
|
|
37238
37185
|
}
|
|
37239
37186
|
/**
|
|
37240
37187
|
* Uses the ESA-managed certificate authority (CA) to issue client certificates.
|
|
@@ -37297,12 +37244,7 @@ class Client extends openapi_core_1.default {
|
|
|
37297
37244
|
reqBodyType: "formData",
|
|
37298
37245
|
bodyType: "json",
|
|
37299
37246
|
});
|
|
37300
|
-
|
|
37301
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCompressionRuleResponse({}));
|
|
37302
|
-
}
|
|
37303
|
-
else {
|
|
37304
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCompressionRuleResponse({}));
|
|
37305
|
-
}
|
|
37247
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateCompressionRuleResponse({}));
|
|
37306
37248
|
}
|
|
37307
37249
|
/**
|
|
37308
37250
|
* Add a compression rule
|
|
@@ -37353,12 +37295,7 @@ class Client extends openapi_core_1.default {
|
|
|
37353
37295
|
reqBodyType: "formData",
|
|
37354
37296
|
bodyType: "json",
|
|
37355
37297
|
});
|
|
37356
|
-
|
|
37357
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateCustomScenePolicyResponse({}));
|
|
37358
|
-
}
|
|
37359
|
-
else {
|
|
37360
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateCustomScenePolicyResponse({}));
|
|
37361
|
-
}
|
|
37298
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateCustomScenePolicyResponse({}));
|
|
37362
37299
|
}
|
|
37363
37300
|
/**
|
|
37364
37301
|
* Creates an account-level custom scenario policy. You can execute a policy after you associate the policy with a website.
|
|
@@ -37436,12 +37373,7 @@ class Client extends openapi_core_1.default {
|
|
|
37436
37373
|
reqBodyType: "formData",
|
|
37437
37374
|
bodyType: "json",
|
|
37438
37375
|
});
|
|
37439
|
-
|
|
37440
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateEdgeContainerAppResponse({}));
|
|
37441
|
-
}
|
|
37442
|
-
else {
|
|
37443
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateEdgeContainerAppResponse({}));
|
|
37444
|
-
}
|
|
37376
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateEdgeContainerAppResponse({}));
|
|
37445
37377
|
}
|
|
37446
37378
|
/**
|
|
37447
37379
|
* Creates a containerized application. You can deploy and release a version of the application across points of presence (POPs).
|
|
@@ -37486,12 +37418,7 @@ class Client extends openapi_core_1.default {
|
|
|
37486
37418
|
reqBodyType: "formData",
|
|
37487
37419
|
bodyType: "json",
|
|
37488
37420
|
});
|
|
37489
|
-
|
|
37490
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateEdgeContainerAppRecordResponse({}));
|
|
37491
|
-
}
|
|
37492
|
-
else {
|
|
37493
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateEdgeContainerAppRecordResponse({}));
|
|
37494
|
-
}
|
|
37421
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateEdgeContainerAppRecordResponse({}));
|
|
37495
37422
|
}
|
|
37496
37423
|
/**
|
|
37497
37424
|
* Associates a domain name with a containerized application. This way, requests destined for the associated domain name are forwarded to the application.
|
|
@@ -37544,12 +37471,7 @@ class Client extends openapi_core_1.default {
|
|
|
37544
37471
|
reqBodyType: "formData",
|
|
37545
37472
|
bodyType: "json",
|
|
37546
37473
|
});
|
|
37547
|
-
|
|
37548
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateEdgeContainerAppVersionResponse({}));
|
|
37549
|
-
}
|
|
37550
|
-
else {
|
|
37551
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateEdgeContainerAppVersionResponse({}));
|
|
37552
|
-
}
|
|
37474
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateEdgeContainerAppVersionResponse({}));
|
|
37553
37475
|
}
|
|
37554
37476
|
/**
|
|
37555
37477
|
* Creates a version for a containerized application. You can iterate the application based on the version.
|
|
@@ -37611,12 +37533,7 @@ class Client extends openapi_core_1.default {
|
|
|
37611
37533
|
reqBodyType: "formData",
|
|
37612
37534
|
bodyType: "json",
|
|
37613
37535
|
});
|
|
37614
|
-
|
|
37615
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpRequestHeaderModificationRuleResponse({}));
|
|
37616
|
-
}
|
|
37617
|
-
else {
|
|
37618
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateHttpRequestHeaderModificationRuleResponse({}));
|
|
37619
|
-
}
|
|
37536
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpRequestHeaderModificationRuleResponse({}));
|
|
37620
37537
|
}
|
|
37621
37538
|
/**
|
|
37622
37539
|
* Add HTTP Request Header Rule
|
|
@@ -37678,12 +37595,7 @@ class Client extends openapi_core_1.default {
|
|
|
37678
37595
|
reqBodyType: "formData",
|
|
37679
37596
|
bodyType: "json",
|
|
37680
37597
|
});
|
|
37681
|
-
|
|
37682
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpResponseHeaderModificationRuleResponse({}));
|
|
37683
|
-
}
|
|
37684
|
-
else {
|
|
37685
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateHttpResponseHeaderModificationRuleResponse({}));
|
|
37686
|
-
}
|
|
37598
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpResponseHeaderModificationRuleResponse({}));
|
|
37687
37599
|
}
|
|
37688
37600
|
/**
|
|
37689
37601
|
* Add HTTP Response Header Rule
|
|
@@ -37767,12 +37679,7 @@ class Client extends openapi_core_1.default {
|
|
|
37767
37679
|
reqBodyType: "formData",
|
|
37768
37680
|
bodyType: "json",
|
|
37769
37681
|
});
|
|
37770
|
-
|
|
37771
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpsApplicationConfigurationResponse({}));
|
|
37772
|
-
}
|
|
37773
|
-
else {
|
|
37774
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateHttpsApplicationConfigurationResponse({}));
|
|
37775
|
-
}
|
|
37682
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpsApplicationConfigurationResponse({}));
|
|
37776
37683
|
}
|
|
37777
37684
|
/**
|
|
37778
37685
|
* Create a new site HTTPS application configuration
|
|
@@ -37853,12 +37760,7 @@ class Client extends openapi_core_1.default {
|
|
|
37853
37760
|
reqBodyType: "formData",
|
|
37854
37761
|
bodyType: "json",
|
|
37855
37762
|
});
|
|
37856
|
-
|
|
37857
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpsBasicConfigurationResponse({}));
|
|
37858
|
-
}
|
|
37859
|
-
else {
|
|
37860
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateHttpsBasicConfigurationResponse({}));
|
|
37861
|
-
}
|
|
37763
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateHttpsBasicConfigurationResponse({}));
|
|
37862
37764
|
}
|
|
37863
37765
|
/**
|
|
37864
37766
|
* Create a new site HTTPS basic configuration
|
|
@@ -37915,12 +37817,7 @@ class Client extends openapi_core_1.default {
|
|
|
37915
37817
|
reqBodyType: "formData",
|
|
37916
37818
|
bodyType: "json",
|
|
37917
37819
|
});
|
|
37918
|
-
|
|
37919
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateImageTransformResponse({}));
|
|
37920
|
-
}
|
|
37921
|
-
else {
|
|
37922
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateImageTransformResponse({}));
|
|
37923
|
-
}
|
|
37820
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateImageTransformResponse({}));
|
|
37924
37821
|
}
|
|
37925
37822
|
/**
|
|
37926
37823
|
* Add Site Image Transformation Configuration
|
|
@@ -37962,12 +37859,7 @@ class Client extends openapi_core_1.default {
|
|
|
37962
37859
|
reqBodyType: "formData",
|
|
37963
37860
|
bodyType: "json",
|
|
37964
37861
|
});
|
|
37965
|
-
|
|
37966
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateKvNamespaceResponse({}));
|
|
37967
|
-
}
|
|
37968
|
-
else {
|
|
37969
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateKvNamespaceResponse({}));
|
|
37970
|
-
}
|
|
37862
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateKvNamespaceResponse({}));
|
|
37971
37863
|
}
|
|
37972
37864
|
/**
|
|
37973
37865
|
* Create a namespace in your Alibaba Cloud account.
|
|
@@ -38020,12 +37912,7 @@ class Client extends openapi_core_1.default {
|
|
|
38020
37912
|
reqBodyType: "formData",
|
|
38021
37913
|
bodyType: "json",
|
|
38022
37914
|
});
|
|
38023
|
-
|
|
38024
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateListResponse({}));
|
|
38025
|
-
}
|
|
38026
|
-
else {
|
|
38027
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateListResponse({}));
|
|
38028
|
-
}
|
|
37915
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateListResponse({}));
|
|
38029
37916
|
}
|
|
38030
37917
|
/**
|
|
38031
37918
|
* Creates a list. Lists are used for the referencing of values in the rules engine to implement complex logic and control in security policies.
|
|
@@ -38126,12 +38013,7 @@ class Client extends openapi_core_1.default {
|
|
|
38126
38013
|
reqBodyType: "formData",
|
|
38127
38014
|
bodyType: "json",
|
|
38128
38015
|
});
|
|
38129
|
-
|
|
38130
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateLoadBalancerResponse({}));
|
|
38131
|
-
}
|
|
38132
|
-
else {
|
|
38133
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateLoadBalancerResponse({}));
|
|
38134
|
-
}
|
|
38016
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateLoadBalancerResponse({}));
|
|
38135
38017
|
}
|
|
38136
38018
|
/**
|
|
38137
38019
|
* Add a New Load Balancer
|
|
@@ -38203,12 +38085,7 @@ class Client extends openapi_core_1.default {
|
|
|
38203
38085
|
reqBodyType: "formData",
|
|
38204
38086
|
bodyType: "json",
|
|
38205
38087
|
});
|
|
38206
|
-
|
|
38207
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateNetworkOptimizationResponse({}));
|
|
38208
|
-
}
|
|
38209
|
-
else {
|
|
38210
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateNetworkOptimizationResponse({}));
|
|
38211
|
-
}
|
|
38088
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateNetworkOptimizationResponse({}));
|
|
38212
38089
|
}
|
|
38213
38090
|
/**
|
|
38214
38091
|
* Create a new site network optimization configuration
|
|
@@ -38264,12 +38141,7 @@ class Client extends openapi_core_1.default {
|
|
|
38264
38141
|
reqBodyType: "formData",
|
|
38265
38142
|
bodyType: "json",
|
|
38266
38143
|
});
|
|
38267
|
-
|
|
38268
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateOriginPoolResponse({}));
|
|
38269
|
-
}
|
|
38270
|
-
else {
|
|
38271
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateOriginPoolResponse({}));
|
|
38272
|
-
}
|
|
38144
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateOriginPoolResponse({}));
|
|
38273
38145
|
}
|
|
38274
38146
|
/**
|
|
38275
38147
|
* Add a new origin address pool
|
|
@@ -38311,12 +38183,7 @@ class Client extends openapi_core_1.default {
|
|
|
38311
38183
|
reqBodyType: "formData",
|
|
38312
38184
|
bodyType: "json",
|
|
38313
38185
|
});
|
|
38314
|
-
|
|
38315
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateOriginProtectionResponse({}));
|
|
38316
|
-
}
|
|
38317
|
-
else {
|
|
38318
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateOriginProtectionResponse({}));
|
|
38319
|
-
}
|
|
38186
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateOriginProtectionResponse({}));
|
|
38320
38187
|
}
|
|
38321
38188
|
/**
|
|
38322
38189
|
* Enables origin protection.
|
|
@@ -38341,6 +38208,21 @@ class Client extends openapi_core_1.default {
|
|
|
38341
38208
|
if (!$dara.isNull(request.dnsRecord)) {
|
|
38342
38209
|
query["DnsRecord"] = request.dnsRecord;
|
|
38343
38210
|
}
|
|
38211
|
+
if (!$dara.isNull(request.follow302Enable)) {
|
|
38212
|
+
query["Follow302Enable"] = request.follow302Enable;
|
|
38213
|
+
}
|
|
38214
|
+
if (!$dara.isNull(request.follow302MaxTries)) {
|
|
38215
|
+
query["Follow302MaxTries"] = request.follow302MaxTries;
|
|
38216
|
+
}
|
|
38217
|
+
if (!$dara.isNull(request.follow302RetainArgs)) {
|
|
38218
|
+
query["Follow302RetainArgs"] = request.follow302RetainArgs;
|
|
38219
|
+
}
|
|
38220
|
+
if (!$dara.isNull(request.follow302RetainHeader)) {
|
|
38221
|
+
query["Follow302RetainHeader"] = request.follow302RetainHeader;
|
|
38222
|
+
}
|
|
38223
|
+
if (!$dara.isNull(request.follow302TargetHost)) {
|
|
38224
|
+
query["Follow302TargetHost"] = request.follow302TargetHost;
|
|
38225
|
+
}
|
|
38344
38226
|
if (!$dara.isNull(request.originHost)) {
|
|
38345
38227
|
query["OriginHost"] = request.originHost;
|
|
38346
38228
|
}
|
|
@@ -38403,12 +38285,7 @@ class Client extends openapi_core_1.default {
|
|
|
38403
38285
|
reqBodyType: "formData",
|
|
38404
38286
|
bodyType: "json",
|
|
38405
38287
|
});
|
|
38406
|
-
|
|
38407
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateOriginRuleResponse({}));
|
|
38408
|
-
}
|
|
38409
|
-
else {
|
|
38410
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateOriginRuleResponse({}));
|
|
38411
|
-
}
|
|
38288
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateOriginRuleResponse({}));
|
|
38412
38289
|
}
|
|
38413
38290
|
/**
|
|
38414
38291
|
* Create a new origin rule configuration for the site
|
|
@@ -38456,12 +38333,7 @@ class Client extends openapi_core_1.default {
|
|
|
38456
38333
|
reqBodyType: "formData",
|
|
38457
38334
|
bodyType: "json",
|
|
38458
38335
|
});
|
|
38459
|
-
|
|
38460
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreatePageResponse({}));
|
|
38461
|
-
}
|
|
38462
|
-
else {
|
|
38463
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreatePageResponse({}));
|
|
38464
|
-
}
|
|
38336
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreatePageResponse({}));
|
|
38465
38337
|
}
|
|
38466
38338
|
/**
|
|
38467
38339
|
* Creates a custom error page, which is displayed when a request is blocked by Web Application Firewall (WAF). You can configure the HTML content, page type, and description, and submit the Base64-encoded page content.
|
|
@@ -38538,12 +38410,7 @@ class Client extends openapi_core_1.default {
|
|
|
38538
38410
|
reqBodyType: "formData",
|
|
38539
38411
|
bodyType: "json",
|
|
38540
38412
|
});
|
|
38541
|
-
|
|
38542
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRecordResponse({}));
|
|
38543
|
-
}
|
|
38544
|
-
else {
|
|
38545
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRecordResponse({}));
|
|
38546
|
-
}
|
|
38413
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRecordResponse({}));
|
|
38547
38414
|
}
|
|
38548
38415
|
/**
|
|
38549
38416
|
* Creates a DNS record for a specific website.
|
|
@@ -38609,12 +38476,7 @@ class Client extends openapi_core_1.default {
|
|
|
38609
38476
|
reqBodyType: "formData",
|
|
38610
38477
|
bodyType: "json",
|
|
38611
38478
|
});
|
|
38612
|
-
|
|
38613
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRedirectRuleResponse({}));
|
|
38614
|
-
}
|
|
38615
|
-
else {
|
|
38616
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRedirectRuleResponse({}));
|
|
38617
|
-
}
|
|
38479
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRedirectRuleResponse({}));
|
|
38618
38480
|
}
|
|
38619
38481
|
/**
|
|
38620
38482
|
* Add a Redirect Rule
|
|
@@ -38680,12 +38542,7 @@ class Client extends openapi_core_1.default {
|
|
|
38680
38542
|
reqBodyType: "formData",
|
|
38681
38543
|
bodyType: "json",
|
|
38682
38544
|
});
|
|
38683
|
-
|
|
38684
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRewriteUrlRuleResponse({}));
|
|
38685
|
-
}
|
|
38686
|
-
else {
|
|
38687
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRewriteUrlRuleResponse({}));
|
|
38688
|
-
}
|
|
38545
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRewriteUrlRuleResponse({}));
|
|
38689
38546
|
}
|
|
38690
38547
|
/**
|
|
38691
38548
|
* Add Rewrite URL Rule
|
|
@@ -38727,12 +38584,7 @@ class Client extends openapi_core_1.default {
|
|
|
38727
38584
|
reqBodyType: "formData",
|
|
38728
38585
|
bodyType: "json",
|
|
38729
38586
|
});
|
|
38730
|
-
|
|
38731
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineResponse({}));
|
|
38732
|
-
}
|
|
38733
|
-
else {
|
|
38734
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRoutineResponse({}));
|
|
38735
|
-
}
|
|
38587
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineResponse({}));
|
|
38736
38588
|
}
|
|
38737
38589
|
/**
|
|
38738
38590
|
* Creates a routine.
|
|
@@ -38777,12 +38629,7 @@ class Client extends openapi_core_1.default {
|
|
|
38777
38629
|
reqBodyType: "formData",
|
|
38778
38630
|
bodyType: "json",
|
|
38779
38631
|
});
|
|
38780
|
-
|
|
38781
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineRelatedRecordResponse({}));
|
|
38782
|
-
}
|
|
38783
|
-
else {
|
|
38784
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRoutineRelatedRecordResponse({}));
|
|
38785
|
-
}
|
|
38632
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineRelatedRecordResponse({}));
|
|
38786
38633
|
}
|
|
38787
38634
|
/**
|
|
38788
38635
|
* Adds a record to map a domain that is associated with a routine. This record is used to trigger the associated routine code.
|
|
@@ -38830,12 +38677,7 @@ class Client extends openapi_core_1.default {
|
|
|
38830
38677
|
reqBodyType: "formData",
|
|
38831
38678
|
bodyType: "json",
|
|
38832
38679
|
});
|
|
38833
|
-
|
|
38834
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineRelatedRouteResponse({}));
|
|
38835
|
-
}
|
|
38836
|
-
else {
|
|
38837
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRoutineRelatedRouteResponse({}));
|
|
38838
|
-
}
|
|
38680
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineRelatedRouteResponse({}));
|
|
38839
38681
|
}
|
|
38840
38682
|
/**
|
|
38841
38683
|
* Adds a route to map a URL to a routine so that the routine can be triggered to respond to requests destined for the URL.
|
|
@@ -38892,12 +38734,7 @@ class Client extends openapi_core_1.default {
|
|
|
38892
38734
|
reqBodyType: "formData",
|
|
38893
38735
|
bodyType: "json",
|
|
38894
38736
|
});
|
|
38895
|
-
|
|
38896
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
38897
|
-
}
|
|
38898
|
-
else {
|
|
38899
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
38900
|
-
}
|
|
38737
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateRoutineRouteResponse({}));
|
|
38901
38738
|
}
|
|
38902
38739
|
/**
|
|
38903
38740
|
* 新增边缘函数路由配置
|
|
@@ -38946,12 +38783,7 @@ class Client extends openapi_core_1.default {
|
|
|
38946
38783
|
reqBodyType: "formData",
|
|
38947
38784
|
bodyType: "json",
|
|
38948
38785
|
});
|
|
38949
|
-
|
|
38950
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateScheduledPreloadExecutionsResponse({}));
|
|
38951
|
-
}
|
|
38952
|
-
else {
|
|
38953
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateScheduledPreloadExecutionsResponse({}));
|
|
38954
|
-
}
|
|
38786
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateScheduledPreloadExecutionsResponse({}));
|
|
38955
38787
|
}
|
|
38956
38788
|
/**
|
|
38957
38789
|
* Creates scheduled prefetch plans.
|
|
@@ -39002,12 +38834,7 @@ class Client extends openapi_core_1.default {
|
|
|
39002
38834
|
reqBodyType: "formData",
|
|
39003
38835
|
bodyType: "json",
|
|
39004
38836
|
});
|
|
39005
|
-
|
|
39006
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateScheduledPreloadJobResponse({}));
|
|
39007
|
-
}
|
|
39008
|
-
else {
|
|
39009
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateScheduledPreloadJobResponse({}));
|
|
39010
|
-
}
|
|
38837
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateScheduledPreloadJobResponse({}));
|
|
39011
38838
|
}
|
|
39012
38839
|
/**
|
|
39013
38840
|
* Adds a scheduled prefetch task.
|
|
@@ -39062,12 +38889,7 @@ class Client extends openapi_core_1.default {
|
|
|
39062
38889
|
reqBodyType: "formData",
|
|
39063
38890
|
bodyType: "json",
|
|
39064
38891
|
});
|
|
39065
|
-
|
|
39066
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateSiteResponse({}));
|
|
39067
|
-
}
|
|
39068
|
-
else {
|
|
39069
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateSiteResponse({}));
|
|
39070
|
-
}
|
|
38892
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateSiteResponse({}));
|
|
39071
38893
|
}
|
|
39072
38894
|
/**
|
|
39073
38895
|
* Adds a website.
|
|
@@ -39135,12 +38957,7 @@ class Client extends openapi_core_1.default {
|
|
|
39135
38957
|
reqBodyType: "formData",
|
|
39136
38958
|
bodyType: "json",
|
|
39137
38959
|
});
|
|
39138
|
-
|
|
39139
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateSiteCustomLogResponse({}));
|
|
39140
|
-
}
|
|
39141
|
-
else {
|
|
39142
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateSiteCustomLogResponse({}));
|
|
39143
|
-
}
|
|
38960
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateSiteCustomLogResponse({}));
|
|
39144
38961
|
}
|
|
39145
38962
|
/**
|
|
39146
38963
|
* Adds the configuration of custom request header, response header, and cookie fields that are used to capture logs of a website.
|
|
@@ -39234,12 +39051,7 @@ class Client extends openapi_core_1.default {
|
|
|
39234
39051
|
reqBodyType: "formData",
|
|
39235
39052
|
bodyType: "json",
|
|
39236
39053
|
});
|
|
39237
|
-
|
|
39238
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateSiteDeliveryTaskResponse({}));
|
|
39239
|
-
}
|
|
39240
|
-
else {
|
|
39241
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateSiteDeliveryTaskResponse({}));
|
|
39242
|
-
}
|
|
39054
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateSiteDeliveryTaskResponse({}));
|
|
39243
39055
|
}
|
|
39244
39056
|
/**
|
|
39245
39057
|
* Creates a real-time log delivery task.
|
|
@@ -39271,12 +39083,7 @@ class Client extends openapi_core_1.default {
|
|
|
39271
39083
|
reqBodyType: "formData",
|
|
39272
39084
|
bodyType: "json",
|
|
39273
39085
|
});
|
|
39274
|
-
|
|
39275
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateSlrRoleForRealtimeLogResponse({}));
|
|
39276
|
-
}
|
|
39277
|
-
else {
|
|
39278
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateSlrRoleForRealtimeLogResponse({}));
|
|
39279
|
-
}
|
|
39086
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateSlrRoleForRealtimeLogResponse({}));
|
|
39280
39087
|
}
|
|
39281
39088
|
/**
|
|
39282
39089
|
* 创建一个实时日志slr角色
|
|
@@ -39374,12 +39181,7 @@ class Client extends openapi_core_1.default {
|
|
|
39374
39181
|
reqBodyType: "formData",
|
|
39375
39182
|
bodyType: "json",
|
|
39376
39183
|
});
|
|
39377
|
-
|
|
39378
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateUserDeliveryTaskResponse({}));
|
|
39379
|
-
}
|
|
39380
|
-
else {
|
|
39381
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateUserDeliveryTaskResponse({}));
|
|
39382
|
-
}
|
|
39184
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateUserDeliveryTaskResponse({}));
|
|
39383
39185
|
}
|
|
39384
39186
|
/**
|
|
39385
39187
|
* Creates a log delivery task to ship logs to the specified destination.
|
|
@@ -39448,12 +39250,7 @@ class Client extends openapi_core_1.default {
|
|
|
39448
39250
|
reqBodyType: "formData",
|
|
39449
39251
|
bodyType: "json",
|
|
39450
39252
|
});
|
|
39451
|
-
|
|
39452
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateWafRuleResponse({}));
|
|
39453
|
-
}
|
|
39454
|
-
else {
|
|
39455
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateWafRuleResponse({}));
|
|
39456
|
-
}
|
|
39253
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateWafRuleResponse({}));
|
|
39457
39254
|
}
|
|
39458
39255
|
/**
|
|
39459
39256
|
* Create WAF Rule
|
|
@@ -39503,12 +39300,7 @@ class Client extends openapi_core_1.default {
|
|
|
39503
39300
|
reqBodyType: "formData",
|
|
39504
39301
|
bodyType: "json",
|
|
39505
39302
|
});
|
|
39506
|
-
|
|
39507
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateWafRulesetResponse({}));
|
|
39508
|
-
}
|
|
39509
|
-
else {
|
|
39510
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateWafRulesetResponse({}));
|
|
39511
|
-
}
|
|
39303
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateWafRulesetResponse({}));
|
|
39512
39304
|
}
|
|
39513
39305
|
/**
|
|
39514
39306
|
* Create WAF Ruleset
|
|
@@ -39600,12 +39392,7 @@ class Client extends openapi_core_1.default {
|
|
|
39600
39392
|
reqBodyType: "formData",
|
|
39601
39393
|
bodyType: "json",
|
|
39602
39394
|
});
|
|
39603
|
-
|
|
39604
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateWaitingRoomResponse({}));
|
|
39605
|
-
}
|
|
39606
|
-
else {
|
|
39607
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateWaitingRoomResponse({}));
|
|
39608
|
-
}
|
|
39395
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateWaitingRoomResponse({}));
|
|
39609
39396
|
}
|
|
39610
39397
|
/**
|
|
39611
39398
|
* Creates a waiting room for a website.
|
|
@@ -39701,12 +39488,7 @@ class Client extends openapi_core_1.default {
|
|
|
39701
39488
|
reqBodyType: "formData",
|
|
39702
39489
|
bodyType: "json",
|
|
39703
39490
|
});
|
|
39704
|
-
|
|
39705
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateWaitingRoomEventResponse({}));
|
|
39706
|
-
}
|
|
39707
|
-
else {
|
|
39708
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateWaitingRoomEventResponse({}));
|
|
39709
|
-
}
|
|
39491
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateWaitingRoomEventResponse({}));
|
|
39710
39492
|
}
|
|
39711
39493
|
/**
|
|
39712
39494
|
* Creates a waiting room event.
|
|
@@ -39757,12 +39539,7 @@ class Client extends openapi_core_1.default {
|
|
|
39757
39539
|
reqBodyType: "formData",
|
|
39758
39540
|
bodyType: "json",
|
|
39759
39541
|
});
|
|
39760
|
-
|
|
39761
|
-
return $dara.cast(await this.callApi(params, req, runtime), new CreateWaitingRoomRuleResponse({}));
|
|
39762
|
-
}
|
|
39763
|
-
else {
|
|
39764
|
-
return $dara.cast(await this.execute(params, req, runtime), new CreateWaitingRoomRuleResponse({}));
|
|
39765
|
-
}
|
|
39542
|
+
return $dara.cast(await this.callApi(params, req, runtime), new CreateWaitingRoomRuleResponse({}));
|
|
39766
39543
|
}
|
|
39767
39544
|
/**
|
|
39768
39545
|
* Create Waiting Room Rule
|
|
@@ -39804,12 +39581,7 @@ class Client extends openapi_core_1.default {
|
|
|
39804
39581
|
reqBodyType: "formData",
|
|
39805
39582
|
bodyType: "json",
|
|
39806
39583
|
});
|
|
39807
|
-
|
|
39808
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeactivateVersionManagementResponse({}));
|
|
39809
|
-
}
|
|
39810
|
-
else {
|
|
39811
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeactivateVersionManagementResponse({}));
|
|
39812
|
-
}
|
|
39584
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeactivateVersionManagementResponse({}));
|
|
39813
39585
|
}
|
|
39814
39586
|
/**
|
|
39815
39587
|
* Disables version management for a website.
|
|
@@ -39854,12 +39626,7 @@ class Client extends openapi_core_1.default {
|
|
|
39854
39626
|
reqBodyType: "formData",
|
|
39855
39627
|
bodyType: "json",
|
|
39856
39628
|
});
|
|
39857
|
-
|
|
39858
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCacheRuleResponse({}));
|
|
39859
|
-
}
|
|
39860
|
-
else {
|
|
39861
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteCacheRuleResponse({}));
|
|
39862
|
-
}
|
|
39629
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCacheRuleResponse({}));
|
|
39863
39630
|
}
|
|
39864
39631
|
/**
|
|
39865
39632
|
* Delete Cache Configuration
|
|
@@ -39895,12 +39662,7 @@ class Client extends openapi_core_1.default {
|
|
|
39895
39662
|
reqBodyType: "formData",
|
|
39896
39663
|
bodyType: "json",
|
|
39897
39664
|
});
|
|
39898
|
-
|
|
39899
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCertificateResponse({}));
|
|
39900
|
-
}
|
|
39901
|
-
else {
|
|
39902
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteCertificateResponse({}));
|
|
39903
|
-
}
|
|
39665
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCertificateResponse({}));
|
|
39904
39666
|
}
|
|
39905
39667
|
/**
|
|
39906
39668
|
* Deletes a certificate for a website.
|
|
@@ -39936,12 +39698,7 @@ class Client extends openapi_core_1.default {
|
|
|
39936
39698
|
reqBodyType: "formData",
|
|
39937
39699
|
bodyType: "json",
|
|
39938
39700
|
});
|
|
39939
|
-
|
|
39940
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteClientCaCertificateResponse({}));
|
|
39941
|
-
}
|
|
39942
|
-
else {
|
|
39943
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteClientCaCertificateResponse({}));
|
|
39944
|
-
}
|
|
39701
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteClientCaCertificateResponse({}));
|
|
39945
39702
|
}
|
|
39946
39703
|
/**
|
|
39947
39704
|
* Deletes a client CA certificate.
|
|
@@ -39977,12 +39734,7 @@ class Client extends openapi_core_1.default {
|
|
|
39977
39734
|
reqBodyType: "formData",
|
|
39978
39735
|
bodyType: "json",
|
|
39979
39736
|
});
|
|
39980
|
-
|
|
39981
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteClientCertificateResponse({}));
|
|
39982
|
-
}
|
|
39983
|
-
else {
|
|
39984
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteClientCertificateResponse({}));
|
|
39985
|
-
}
|
|
39737
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteClientCertificateResponse({}));
|
|
39986
39738
|
}
|
|
39987
39739
|
/**
|
|
39988
39740
|
* Deletes a revoked client certificate.
|
|
@@ -40024,12 +39776,7 @@ class Client extends openapi_core_1.default {
|
|
|
40024
39776
|
reqBodyType: "formData",
|
|
40025
39777
|
bodyType: "json",
|
|
40026
39778
|
});
|
|
40027
|
-
|
|
40028
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCompressionRuleResponse({}));
|
|
40029
|
-
}
|
|
40030
|
-
else {
|
|
40031
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteCompressionRuleResponse({}));
|
|
40032
|
-
}
|
|
39779
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCompressionRuleResponse({}));
|
|
40033
39780
|
}
|
|
40034
39781
|
/**
|
|
40035
39782
|
* Delete compression rule
|
|
@@ -40068,12 +39815,7 @@ class Client extends openapi_core_1.default {
|
|
|
40068
39815
|
reqBodyType: "formData",
|
|
40069
39816
|
bodyType: "json",
|
|
40070
39817
|
});
|
|
40071
|
-
|
|
40072
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCustomScenePolicyResponse({}));
|
|
40073
|
-
}
|
|
40074
|
-
else {
|
|
40075
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteCustomScenePolicyResponse({}));
|
|
40076
|
-
}
|
|
39818
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteCustomScenePolicyResponse({}));
|
|
40077
39819
|
}
|
|
40078
39820
|
/**
|
|
40079
39821
|
* Deletes a scenario-specific custom policy.
|
|
@@ -40112,12 +39854,7 @@ class Client extends openapi_core_1.default {
|
|
|
40112
39854
|
reqBodyType: "formData",
|
|
40113
39855
|
bodyType: "json",
|
|
40114
39856
|
});
|
|
40115
|
-
|
|
40116
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppResponse({}));
|
|
40117
|
-
}
|
|
40118
|
-
else {
|
|
40119
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteEdgeContainerAppResponse({}));
|
|
40120
|
-
}
|
|
39857
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppResponse({}));
|
|
40121
39858
|
}
|
|
40122
39859
|
/**
|
|
40123
39860
|
* Deletes a containerized application.
|
|
@@ -40162,12 +39899,7 @@ class Client extends openapi_core_1.default {
|
|
|
40162
39899
|
reqBodyType: "formData",
|
|
40163
39900
|
bodyType: "json",
|
|
40164
39901
|
});
|
|
40165
|
-
|
|
40166
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppRecordResponse({}));
|
|
40167
|
-
}
|
|
40168
|
-
else {
|
|
40169
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteEdgeContainerAppRecordResponse({}));
|
|
40170
|
-
}
|
|
39902
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppRecordResponse({}));
|
|
40171
39903
|
}
|
|
40172
39904
|
/**
|
|
40173
39905
|
* Disassociates a domain name from a containerized application. After the dissociation, you can no longer use the domain name to access the containerized application.
|
|
@@ -40209,12 +39941,7 @@ class Client extends openapi_core_1.default {
|
|
|
40209
39941
|
reqBodyType: "formData",
|
|
40210
39942
|
bodyType: "json",
|
|
40211
39943
|
});
|
|
40212
|
-
|
|
40213
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppVersionResponse({}));
|
|
40214
|
-
}
|
|
40215
|
-
else {
|
|
40216
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteEdgeContainerAppVersionResponse({}));
|
|
40217
|
-
}
|
|
39944
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteEdgeContainerAppVersionResponse({}));
|
|
40218
39945
|
}
|
|
40219
39946
|
/**
|
|
40220
39947
|
* Deletes a version of a containerized application.
|
|
@@ -40256,12 +39983,7 @@ class Client extends openapi_core_1.default {
|
|
|
40256
39983
|
reqBodyType: "formData",
|
|
40257
39984
|
bodyType: "json",
|
|
40258
39985
|
});
|
|
40259
|
-
|
|
40260
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpRequestHeaderModificationRuleResponse({}));
|
|
40261
|
-
}
|
|
40262
|
-
else {
|
|
40263
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteHttpRequestHeaderModificationRuleResponse({}));
|
|
40264
|
-
}
|
|
39986
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpRequestHeaderModificationRuleResponse({}));
|
|
40265
39987
|
}
|
|
40266
39988
|
/**
|
|
40267
39989
|
* Deletes the configuration of modifying HTTP request headers for a website.
|
|
@@ -40303,12 +40025,7 @@ class Client extends openapi_core_1.default {
|
|
|
40303
40025
|
reqBodyType: "formData",
|
|
40304
40026
|
bodyType: "json",
|
|
40305
40027
|
});
|
|
40306
|
-
|
|
40307
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpResponseHeaderModificationRuleResponse({}));
|
|
40308
|
-
}
|
|
40309
|
-
else {
|
|
40310
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteHttpResponseHeaderModificationRuleResponse({}));
|
|
40311
|
-
}
|
|
40028
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpResponseHeaderModificationRuleResponse({}));
|
|
40312
40029
|
}
|
|
40313
40030
|
/**
|
|
40314
40031
|
* Deletes the configuration of modifying HTTP response headers for a website.
|
|
@@ -40350,12 +40067,7 @@ class Client extends openapi_core_1.default {
|
|
|
40350
40067
|
reqBodyType: "formData",
|
|
40351
40068
|
bodyType: "json",
|
|
40352
40069
|
});
|
|
40353
|
-
|
|
40354
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpsApplicationConfigurationResponse({}));
|
|
40355
|
-
}
|
|
40356
|
-
else {
|
|
40357
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteHttpsApplicationConfigurationResponse({}));
|
|
40358
|
-
}
|
|
40070
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpsApplicationConfigurationResponse({}));
|
|
40359
40071
|
}
|
|
40360
40072
|
/**
|
|
40361
40073
|
* Delete HTTPS Application Configuration
|
|
@@ -40397,12 +40109,7 @@ class Client extends openapi_core_1.default {
|
|
|
40397
40109
|
reqBodyType: "formData",
|
|
40398
40110
|
bodyType: "json",
|
|
40399
40111
|
});
|
|
40400
|
-
|
|
40401
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpsBasicConfigurationResponse({}));
|
|
40402
|
-
}
|
|
40403
|
-
else {
|
|
40404
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteHttpsBasicConfigurationResponse({}));
|
|
40405
|
-
}
|
|
40112
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteHttpsBasicConfigurationResponse({}));
|
|
40406
40113
|
}
|
|
40407
40114
|
/**
|
|
40408
40115
|
* Delete HTTPS Basic Configuration
|
|
@@ -40444,12 +40151,7 @@ class Client extends openapi_core_1.default {
|
|
|
40444
40151
|
reqBodyType: "formData",
|
|
40445
40152
|
bodyType: "json",
|
|
40446
40153
|
});
|
|
40447
|
-
|
|
40448
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteImageTransformResponse({}));
|
|
40449
|
-
}
|
|
40450
|
-
else {
|
|
40451
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteImageTransformResponse({}));
|
|
40452
|
-
}
|
|
40154
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteImageTransformResponse({}));
|
|
40453
40155
|
}
|
|
40454
40156
|
/**
|
|
40455
40157
|
* Delete Site Image Transformation Configuration
|
|
@@ -40485,12 +40187,7 @@ class Client extends openapi_core_1.default {
|
|
|
40485
40187
|
reqBodyType: "formData",
|
|
40486
40188
|
bodyType: "json",
|
|
40487
40189
|
});
|
|
40488
|
-
|
|
40489
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteKvResponse({}));
|
|
40490
|
-
}
|
|
40491
|
-
else {
|
|
40492
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteKvResponse({}));
|
|
40493
|
-
}
|
|
40190
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteKvResponse({}));
|
|
40494
40191
|
}
|
|
40495
40192
|
/**
|
|
40496
40193
|
* Deletes a key-value pair from a namespace.
|
|
@@ -40529,12 +40226,7 @@ class Client extends openapi_core_1.default {
|
|
|
40529
40226
|
reqBodyType: "formData",
|
|
40530
40227
|
bodyType: "json",
|
|
40531
40228
|
});
|
|
40532
|
-
|
|
40533
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteKvNamespaceResponse({}));
|
|
40534
|
-
}
|
|
40535
|
-
else {
|
|
40536
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteKvNamespaceResponse({}));
|
|
40537
|
-
}
|
|
40229
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteKvNamespaceResponse({}));
|
|
40538
40230
|
}
|
|
40539
40231
|
/**
|
|
40540
40232
|
* Deletes a namespace from an Alibaba Cloud account.
|
|
@@ -40573,12 +40265,7 @@ class Client extends openapi_core_1.default {
|
|
|
40573
40265
|
reqBodyType: "formData",
|
|
40574
40266
|
bodyType: "json",
|
|
40575
40267
|
});
|
|
40576
|
-
|
|
40577
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteListResponse({}));
|
|
40578
|
-
}
|
|
40579
|
-
else {
|
|
40580
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteListResponse({}));
|
|
40581
|
-
}
|
|
40268
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteListResponse({}));
|
|
40582
40269
|
}
|
|
40583
40270
|
/**
|
|
40584
40271
|
* Deletes a custom list that is no longer needed.
|
|
@@ -40623,12 +40310,7 @@ class Client extends openapi_core_1.default {
|
|
|
40623
40310
|
reqBodyType: "formData",
|
|
40624
40311
|
bodyType: "json",
|
|
40625
40312
|
});
|
|
40626
|
-
|
|
40627
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteLoadBalancerResponse({}));
|
|
40628
|
-
}
|
|
40629
|
-
else {
|
|
40630
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteLoadBalancerResponse({}));
|
|
40631
|
-
}
|
|
40313
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteLoadBalancerResponse({}));
|
|
40632
40314
|
}
|
|
40633
40315
|
/**
|
|
40634
40316
|
* Delete Load Balancer
|
|
@@ -40673,12 +40355,7 @@ class Client extends openapi_core_1.default {
|
|
|
40673
40355
|
reqBodyType: "formData",
|
|
40674
40356
|
bodyType: "json",
|
|
40675
40357
|
});
|
|
40676
|
-
|
|
40677
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteNetworkOptimizationResponse({}));
|
|
40678
|
-
}
|
|
40679
|
-
else {
|
|
40680
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteNetworkOptimizationResponse({}));
|
|
40681
|
-
}
|
|
40358
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteNetworkOptimizationResponse({}));
|
|
40682
40359
|
}
|
|
40683
40360
|
/**
|
|
40684
40361
|
* Delete Network Optimization Configuration
|
|
@@ -40714,12 +40391,7 @@ class Client extends openapi_core_1.default {
|
|
|
40714
40391
|
reqBodyType: "formData",
|
|
40715
40392
|
bodyType: "json",
|
|
40716
40393
|
});
|
|
40717
|
-
|
|
40718
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginCaCertificateResponse({}));
|
|
40719
|
-
}
|
|
40720
|
-
else {
|
|
40721
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteOriginCaCertificateResponse({}));
|
|
40722
|
-
}
|
|
40394
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginCaCertificateResponse({}));
|
|
40723
40395
|
}
|
|
40724
40396
|
/**
|
|
40725
40397
|
* 删除源服务器CA证书
|
|
@@ -40755,12 +40427,7 @@ class Client extends openapi_core_1.default {
|
|
|
40755
40427
|
reqBodyType: "formData",
|
|
40756
40428
|
bodyType: "json",
|
|
40757
40429
|
});
|
|
40758
|
-
|
|
40759
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginClientCertificateResponse({}));
|
|
40760
|
-
}
|
|
40761
|
-
else {
|
|
40762
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteOriginClientCertificateResponse({}));
|
|
40763
|
-
}
|
|
40430
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginClientCertificateResponse({}));
|
|
40764
40431
|
}
|
|
40765
40432
|
/**
|
|
40766
40433
|
* 删除域名回源客户端证书
|
|
@@ -40802,12 +40469,7 @@ class Client extends openapi_core_1.default {
|
|
|
40802
40469
|
reqBodyType: "formData",
|
|
40803
40470
|
bodyType: "json",
|
|
40804
40471
|
});
|
|
40805
|
-
|
|
40806
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginPoolResponse({}));
|
|
40807
|
-
}
|
|
40808
|
-
else {
|
|
40809
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteOriginPoolResponse({}));
|
|
40810
|
-
}
|
|
40472
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginPoolResponse({}));
|
|
40811
40473
|
}
|
|
40812
40474
|
/**
|
|
40813
40475
|
* Delete Origin Address Pool
|
|
@@ -40846,12 +40508,7 @@ class Client extends openapi_core_1.default {
|
|
|
40846
40508
|
reqBodyType: "formData",
|
|
40847
40509
|
bodyType: "json",
|
|
40848
40510
|
});
|
|
40849
|
-
|
|
40850
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginProtectionResponse({}));
|
|
40851
|
-
}
|
|
40852
|
-
else {
|
|
40853
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteOriginProtectionResponse({}));
|
|
40854
|
-
}
|
|
40511
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginProtectionResponse({}));
|
|
40855
40512
|
}
|
|
40856
40513
|
/**
|
|
40857
40514
|
* Disables origin protection.
|
|
@@ -40893,12 +40550,7 @@ class Client extends openapi_core_1.default {
|
|
|
40893
40550
|
reqBodyType: "formData",
|
|
40894
40551
|
bodyType: "json",
|
|
40895
40552
|
});
|
|
40896
|
-
|
|
40897
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginRuleResponse({}));
|
|
40898
|
-
}
|
|
40899
|
-
else {
|
|
40900
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteOriginRuleResponse({}));
|
|
40901
|
-
}
|
|
40553
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteOriginRuleResponse({}));
|
|
40902
40554
|
}
|
|
40903
40555
|
/**
|
|
40904
40556
|
* Delete Origin Rule Configuration
|
|
@@ -40937,12 +40589,7 @@ class Client extends openapi_core_1.default {
|
|
|
40937
40589
|
reqBodyType: "formData",
|
|
40938
40590
|
bodyType: "json",
|
|
40939
40591
|
});
|
|
40940
|
-
|
|
40941
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeletePageResponse({}));
|
|
40942
|
-
}
|
|
40943
|
-
else {
|
|
40944
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeletePageResponse({}));
|
|
40945
|
-
}
|
|
40592
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeletePageResponse({}));
|
|
40946
40593
|
}
|
|
40947
40594
|
/**
|
|
40948
40595
|
* Deletes a custom error page that is no longer needed.
|
|
@@ -40981,12 +40628,7 @@ class Client extends openapi_core_1.default {
|
|
|
40981
40628
|
reqBodyType: "formData",
|
|
40982
40629
|
bodyType: "json",
|
|
40983
40630
|
});
|
|
40984
|
-
|
|
40985
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRecordResponse({}));
|
|
40986
|
-
}
|
|
40987
|
-
else {
|
|
40988
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRecordResponse({}));
|
|
40989
|
-
}
|
|
40631
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRecordResponse({}));
|
|
40990
40632
|
}
|
|
40991
40633
|
/**
|
|
40992
40634
|
* Deletes a DNS record of a website based on the specified RecordId.
|
|
@@ -41028,12 +40670,7 @@ class Client extends openapi_core_1.default {
|
|
|
41028
40670
|
reqBodyType: "formData",
|
|
41029
40671
|
bodyType: "json",
|
|
41030
40672
|
});
|
|
41031
|
-
|
|
41032
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRedirectRuleResponse({}));
|
|
41033
|
-
}
|
|
41034
|
-
else {
|
|
41035
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRedirectRuleResponse({}));
|
|
41036
|
-
}
|
|
40673
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRedirectRuleResponse({}));
|
|
41037
40674
|
}
|
|
41038
40675
|
/**
|
|
41039
40676
|
* Deletes a URL redirect rule for a website.
|
|
@@ -41075,12 +40712,7 @@ class Client extends openapi_core_1.default {
|
|
|
41075
40712
|
reqBodyType: "formData",
|
|
41076
40713
|
bodyType: "json",
|
|
41077
40714
|
});
|
|
41078
|
-
|
|
41079
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRewriteUrlRuleResponse({}));
|
|
41080
|
-
}
|
|
41081
|
-
else {
|
|
41082
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRewriteUrlRuleResponse({}));
|
|
41083
|
-
}
|
|
40715
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRewriteUrlRuleResponse({}));
|
|
41084
40716
|
}
|
|
41085
40717
|
/**
|
|
41086
40718
|
* Deletes a URL rewrite rule for a website.
|
|
@@ -41119,12 +40751,7 @@ class Client extends openapi_core_1.default {
|
|
|
41119
40751
|
reqBodyType: "formData",
|
|
41120
40752
|
bodyType: "json",
|
|
41121
40753
|
});
|
|
41122
|
-
|
|
41123
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineResponse({}));
|
|
41124
|
-
}
|
|
41125
|
-
else {
|
|
41126
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRoutineResponse({}));
|
|
41127
|
-
}
|
|
40754
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineResponse({}));
|
|
41128
40755
|
}
|
|
41129
40756
|
/**
|
|
41130
40757
|
* Deletes a routine in Edge Routine.
|
|
@@ -41166,12 +40793,7 @@ class Client extends openapi_core_1.default {
|
|
|
41166
40793
|
reqBodyType: "formData",
|
|
41167
40794
|
bodyType: "json",
|
|
41168
40795
|
});
|
|
41169
|
-
|
|
41170
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineCodeVersionResponse({}));
|
|
41171
|
-
}
|
|
41172
|
-
else {
|
|
41173
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRoutineCodeVersionResponse({}));
|
|
41174
|
-
}
|
|
40796
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineCodeVersionResponse({}));
|
|
41175
40797
|
}
|
|
41176
40798
|
/**
|
|
41177
40799
|
* Deletes a code version of a routine.
|
|
@@ -41221,12 +40843,7 @@ class Client extends openapi_core_1.default {
|
|
|
41221
40843
|
reqBodyType: "formData",
|
|
41222
40844
|
bodyType: "json",
|
|
41223
40845
|
});
|
|
41224
|
-
|
|
41225
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRecordResponse({}));
|
|
41226
|
-
}
|
|
41227
|
-
else {
|
|
41228
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRoutineRelatedRecordResponse({}));
|
|
41229
|
-
}
|
|
40846
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRecordResponse({}));
|
|
41230
40847
|
}
|
|
41231
40848
|
/**
|
|
41232
40849
|
* Deletes a record that is associated with a routine.
|
|
@@ -41274,12 +40891,7 @@ class Client extends openapi_core_1.default {
|
|
|
41274
40891
|
reqBodyType: "formData",
|
|
41275
40892
|
bodyType: "json",
|
|
41276
40893
|
});
|
|
41277
|
-
|
|
41278
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRouteResponse({}));
|
|
41279
|
-
}
|
|
41280
|
-
else {
|
|
41281
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRoutineRelatedRouteResponse({}));
|
|
41282
|
-
}
|
|
40894
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineRelatedRouteResponse({}));
|
|
41283
40895
|
}
|
|
41284
40896
|
/**
|
|
41285
40897
|
* Deletes a route that is associated with a routine.
|
|
@@ -41321,12 +40933,7 @@ class Client extends openapi_core_1.default {
|
|
|
41321
40933
|
reqBodyType: "formData",
|
|
41322
40934
|
bodyType: "json",
|
|
41323
40935
|
});
|
|
41324
|
-
|
|
41325
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
41326
|
-
}
|
|
41327
|
-
else {
|
|
41328
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
41329
|
-
}
|
|
40936
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteRoutineRouteResponse({}));
|
|
41330
40937
|
}
|
|
41331
40938
|
/**
|
|
41332
40939
|
* 删除边缘函数路由配置
|
|
@@ -41365,12 +40972,7 @@ class Client extends openapi_core_1.default {
|
|
|
41365
40972
|
reqBodyType: "formData",
|
|
41366
40973
|
bodyType: "json",
|
|
41367
40974
|
});
|
|
41368
|
-
|
|
41369
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteScheduledPreloadExecutionResponse({}));
|
|
41370
|
-
}
|
|
41371
|
-
else {
|
|
41372
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteScheduledPreloadExecutionResponse({}));
|
|
41373
|
-
}
|
|
40975
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteScheduledPreloadExecutionResponse({}));
|
|
41374
40976
|
}
|
|
41375
40977
|
/**
|
|
41376
40978
|
* Deletes a scheduled prefetch plan based on the plan ID.
|
|
@@ -41409,12 +41011,7 @@ class Client extends openapi_core_1.default {
|
|
|
41409
41011
|
reqBodyType: "formData",
|
|
41410
41012
|
bodyType: "json",
|
|
41411
41013
|
});
|
|
41412
|
-
|
|
41413
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteScheduledPreloadJobResponse({}));
|
|
41414
|
-
}
|
|
41415
|
-
else {
|
|
41416
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteScheduledPreloadJobResponse({}));
|
|
41417
|
-
}
|
|
41014
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteScheduledPreloadJobResponse({}));
|
|
41418
41015
|
}
|
|
41419
41016
|
/**
|
|
41420
41017
|
* Deletes a specified scheduled prefetch task based on the task ID.
|
|
@@ -41459,12 +41056,7 @@ class Client extends openapi_core_1.default {
|
|
|
41459
41056
|
reqBodyType: "formData",
|
|
41460
41057
|
bodyType: "json",
|
|
41461
41058
|
});
|
|
41462
|
-
|
|
41463
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteSiteResponse({}));
|
|
41464
|
-
}
|
|
41465
|
-
else {
|
|
41466
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteSiteResponse({}));
|
|
41467
|
-
}
|
|
41059
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteSiteResponse({}));
|
|
41468
41060
|
}
|
|
41469
41061
|
/**
|
|
41470
41062
|
* Deletes a website based on the specified website ID.
|
|
@@ -41506,12 +41098,7 @@ class Client extends openapi_core_1.default {
|
|
|
41506
41098
|
reqBodyType: "formData",
|
|
41507
41099
|
bodyType: "json",
|
|
41508
41100
|
});
|
|
41509
|
-
|
|
41510
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteSiteDeliveryTaskResponse({}));
|
|
41511
|
-
}
|
|
41512
|
-
else {
|
|
41513
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteSiteDeliveryTaskResponse({}));
|
|
41514
|
-
}
|
|
41101
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteSiteDeliveryTaskResponse({}));
|
|
41515
41102
|
}
|
|
41516
41103
|
/**
|
|
41517
41104
|
* Deletes a real-time log delivery task.
|
|
@@ -41547,12 +41134,7 @@ class Client extends openapi_core_1.default {
|
|
|
41547
41134
|
reqBodyType: "formData",
|
|
41548
41135
|
bodyType: "json",
|
|
41549
41136
|
});
|
|
41550
|
-
|
|
41551
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteSiteOriginClientCertificateResponse({}));
|
|
41552
|
-
}
|
|
41553
|
-
else {
|
|
41554
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteSiteOriginClientCertificateResponse({}));
|
|
41555
|
-
}
|
|
41137
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteSiteOriginClientCertificateResponse({}));
|
|
41556
41138
|
}
|
|
41557
41139
|
/**
|
|
41558
41140
|
* 删除站点回源客户端证书
|
|
@@ -41597,12 +41179,7 @@ class Client extends openapi_core_1.default {
|
|
|
41597
41179
|
reqBodyType: "formData",
|
|
41598
41180
|
bodyType: "json",
|
|
41599
41181
|
});
|
|
41600
|
-
|
|
41601
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteUserDeliveryTaskResponse({}));
|
|
41602
|
-
}
|
|
41603
|
-
else {
|
|
41604
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteUserDeliveryTaskResponse({}));
|
|
41605
|
-
}
|
|
41182
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteUserDeliveryTaskResponse({}));
|
|
41606
41183
|
}
|
|
41607
41184
|
/**
|
|
41608
41185
|
* Deletes a log delivery task from your Alibaba Cloud account.
|
|
@@ -41655,12 +41232,7 @@ class Client extends openapi_core_1.default {
|
|
|
41655
41232
|
reqBodyType: "formData",
|
|
41656
41233
|
bodyType: "json",
|
|
41657
41234
|
});
|
|
41658
|
-
|
|
41659
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWafRuleResponse({}));
|
|
41660
|
-
}
|
|
41661
|
-
else {
|
|
41662
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteWafRuleResponse({}));
|
|
41663
|
-
}
|
|
41235
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWafRuleResponse({}));
|
|
41664
41236
|
}
|
|
41665
41237
|
/**
|
|
41666
41238
|
* Delete WAF Rule
|
|
@@ -41707,12 +41279,7 @@ class Client extends openapi_core_1.default {
|
|
|
41707
41279
|
reqBodyType: "formData",
|
|
41708
41280
|
bodyType: "json",
|
|
41709
41281
|
});
|
|
41710
|
-
|
|
41711
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWafRulesetResponse({}));
|
|
41712
|
-
}
|
|
41713
|
-
else {
|
|
41714
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteWafRulesetResponse({}));
|
|
41715
|
-
}
|
|
41282
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWafRulesetResponse({}));
|
|
41716
41283
|
}
|
|
41717
41284
|
/**
|
|
41718
41285
|
* Delete WAF Ruleset
|
|
@@ -41754,12 +41321,7 @@ class Client extends openapi_core_1.default {
|
|
|
41754
41321
|
reqBodyType: "formData",
|
|
41755
41322
|
bodyType: "json",
|
|
41756
41323
|
});
|
|
41757
|
-
|
|
41758
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWaitingRoomResponse({}));
|
|
41759
|
-
}
|
|
41760
|
-
else {
|
|
41761
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteWaitingRoomResponse({}));
|
|
41762
|
-
}
|
|
41324
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWaitingRoomResponse({}));
|
|
41763
41325
|
}
|
|
41764
41326
|
/**
|
|
41765
41327
|
* Deletes a waiting room.
|
|
@@ -41801,12 +41363,7 @@ class Client extends openapi_core_1.default {
|
|
|
41801
41363
|
reqBodyType: "formData",
|
|
41802
41364
|
bodyType: "json",
|
|
41803
41365
|
});
|
|
41804
|
-
|
|
41805
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWaitingRoomEventResponse({}));
|
|
41806
|
-
}
|
|
41807
|
-
else {
|
|
41808
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteWaitingRoomEventResponse({}));
|
|
41809
|
-
}
|
|
41366
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWaitingRoomEventResponse({}));
|
|
41810
41367
|
}
|
|
41811
41368
|
/**
|
|
41812
41369
|
* Deletes a waiting room event.
|
|
@@ -41848,12 +41405,7 @@ class Client extends openapi_core_1.default {
|
|
|
41848
41405
|
reqBodyType: "formData",
|
|
41849
41406
|
bodyType: "json",
|
|
41850
41407
|
});
|
|
41851
|
-
|
|
41852
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWaitingRoomRuleResponse({}));
|
|
41853
|
-
}
|
|
41854
|
-
else {
|
|
41855
|
-
return $dara.cast(await this.execute(params, req, runtime), new DeleteWaitingRoomRuleResponse({}));
|
|
41856
|
-
}
|
|
41408
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DeleteWaitingRoomRuleResponse({}));
|
|
41857
41409
|
}
|
|
41858
41410
|
/**
|
|
41859
41411
|
* Deletes a waiting room bypass rule.
|
|
@@ -41898,12 +41450,7 @@ class Client extends openapi_core_1.default {
|
|
|
41898
41450
|
reqBodyType: "formData",
|
|
41899
41451
|
bodyType: "json",
|
|
41900
41452
|
});
|
|
41901
|
-
|
|
41902
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeCustomScenePoliciesResponse({}));
|
|
41903
|
-
}
|
|
41904
|
-
else {
|
|
41905
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeCustomScenePoliciesResponse({}));
|
|
41906
|
-
}
|
|
41453
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeCustomScenePoliciesResponse({}));
|
|
41907
41454
|
}
|
|
41908
41455
|
/**
|
|
41909
41456
|
* Queries the configurations of a scenario-specific policy.
|
|
@@ -41957,12 +41504,7 @@ class Client extends openapi_core_1.default {
|
|
|
41957
41504
|
reqBodyType: "formData",
|
|
41958
41505
|
bodyType: "json",
|
|
41959
41506
|
});
|
|
41960
|
-
|
|
41961
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDDoSAllEventListResponse({}));
|
|
41962
|
-
}
|
|
41963
|
-
else {
|
|
41964
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeDDoSAllEventListResponse({}));
|
|
41965
|
-
}
|
|
41507
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDDoSAllEventListResponse({}));
|
|
41966
41508
|
}
|
|
41967
41509
|
/**
|
|
41968
41510
|
* Queries DDoS attack events.
|
|
@@ -41998,12 +41540,7 @@ class Client extends openapi_core_1.default {
|
|
|
41998
41540
|
reqBodyType: "formData",
|
|
41999
41541
|
bodyType: "json",
|
|
42000
41542
|
});
|
|
42001
|
-
|
|
42002
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDDoSBpsListResponse({}));
|
|
42003
|
-
}
|
|
42004
|
-
else {
|
|
42005
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeDDoSBpsListResponse({}));
|
|
42006
|
-
}
|
|
41543
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDDoSBpsListResponse({}));
|
|
42007
41544
|
}
|
|
42008
41545
|
/**
|
|
42009
41546
|
* Query DCDN DDoS user bps and pps data
|
|
@@ -42054,12 +41591,7 @@ class Client extends openapi_core_1.default {
|
|
|
42054
41591
|
reqBodyType: "formData",
|
|
42055
41592
|
bodyType: "json",
|
|
42056
41593
|
});
|
|
42057
|
-
|
|
42058
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDDoSL7QpsListResponse({}));
|
|
42059
|
-
}
|
|
42060
|
-
else {
|
|
42061
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeDDoSL7QpsListResponse({}));
|
|
42062
|
-
}
|
|
41594
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeDDoSL7QpsListResponse({}));
|
|
42063
41595
|
}
|
|
42064
41596
|
/**
|
|
42065
41597
|
* DDoS Analysis Layer 7 QPS Trend Chart API
|
|
@@ -42095,12 +41627,7 @@ class Client extends openapi_core_1.default {
|
|
|
42095
41627
|
reqBodyType: "formData",
|
|
42096
41628
|
bodyType: "json",
|
|
42097
41629
|
});
|
|
42098
|
-
|
|
42099
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeEdgeContainerAppStatsResponse({}));
|
|
42100
|
-
}
|
|
42101
|
-
else {
|
|
42102
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeEdgeContainerAppStatsResponse({}));
|
|
42103
|
-
}
|
|
41630
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeEdgeContainerAppStatsResponse({}));
|
|
42104
41631
|
}
|
|
42105
41632
|
/**
|
|
42106
41633
|
* 将天眼提供给XCDN边缘容器的监控OpenAPI适配成青蓝的OpenAPI
|
|
@@ -42139,12 +41666,7 @@ class Client extends openapi_core_1.default {
|
|
|
42139
41666
|
reqBodyType: "formData",
|
|
42140
41667
|
bodyType: "json",
|
|
42141
41668
|
});
|
|
42142
|
-
|
|
42143
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
42144
|
-
}
|
|
42145
|
-
else {
|
|
42146
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
42147
|
-
}
|
|
41669
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
42148
41670
|
}
|
|
42149
41671
|
/**
|
|
42150
41672
|
* Queries the configuration of smart HTTP DDoS protection for a website.
|
|
@@ -42183,12 +41705,7 @@ class Client extends openapi_core_1.default {
|
|
|
42183
41705
|
reqBodyType: "formData",
|
|
42184
41706
|
bodyType: "json",
|
|
42185
41707
|
});
|
|
42186
|
-
|
|
42187
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackProtectionResponse({}));
|
|
42188
|
-
}
|
|
42189
|
-
else {
|
|
42190
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeHttpDDoSAttackProtectionResponse({}));
|
|
42191
|
-
}
|
|
41708
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeHttpDDoSAttackProtectionResponse({}));
|
|
42192
41709
|
}
|
|
42193
41710
|
/**
|
|
42194
41711
|
* Queries the configurations of HTTP DDoS attack protection.
|
|
@@ -42220,12 +41737,7 @@ class Client extends openapi_core_1.default {
|
|
|
42220
41737
|
reqBodyType: "formData",
|
|
42221
41738
|
bodyType: "json",
|
|
42222
41739
|
});
|
|
42223
|
-
|
|
42224
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeKvAccountStatusResponse({}));
|
|
42225
|
-
}
|
|
42226
|
-
else {
|
|
42227
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeKvAccountStatusResponse({}));
|
|
42228
|
-
}
|
|
41740
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeKvAccountStatusResponse({}));
|
|
42229
41741
|
}
|
|
42230
41742
|
/**
|
|
42231
41743
|
* Queries whether Edge KV is activated in your Alibaba Cloud account.
|
|
@@ -42259,12 +41771,7 @@ class Client extends openapi_core_1.default {
|
|
|
42259
41771
|
reqBodyType: "formData",
|
|
42260
41772
|
bodyType: "json",
|
|
42261
41773
|
});
|
|
42262
|
-
|
|
42263
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribePreloadTasksResponse({}));
|
|
42264
|
-
}
|
|
42265
|
-
else {
|
|
42266
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribePreloadTasksResponse({}));
|
|
42267
|
-
}
|
|
41774
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribePreloadTasksResponse({}));
|
|
42268
41775
|
}
|
|
42269
41776
|
/**
|
|
42270
41777
|
* Queries the details of prefetch tasks by time, task status, or prefetch URL.
|
|
@@ -42300,12 +41807,7 @@ class Client extends openapi_core_1.default {
|
|
|
42300
41807
|
reqBodyType: "formData",
|
|
42301
41808
|
bodyType: "json",
|
|
42302
41809
|
});
|
|
42303
|
-
|
|
42304
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribePurgeTasksResponse({}));
|
|
42305
|
-
}
|
|
42306
|
-
else {
|
|
42307
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribePurgeTasksResponse({}));
|
|
42308
|
-
}
|
|
41810
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribePurgeTasksResponse({}));
|
|
42309
41811
|
}
|
|
42310
41812
|
/**
|
|
42311
41813
|
* Queries the details of purge tasks.
|
|
@@ -42347,12 +41849,7 @@ class Client extends openapi_core_1.default {
|
|
|
42347
41849
|
reqBodyType: "formData",
|
|
42348
41850
|
bodyType: "json",
|
|
42349
41851
|
});
|
|
42350
|
-
|
|
42351
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeRatePlanInstanceStatusResponse({}));
|
|
42352
|
-
}
|
|
42353
|
-
else {
|
|
42354
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeRatePlanInstanceStatusResponse({}));
|
|
42355
|
-
}
|
|
41852
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeRatePlanInstanceStatusResponse({}));
|
|
42356
41853
|
}
|
|
42357
41854
|
/**
|
|
42358
41855
|
* Queries the status of an instance that uses a plan.
|
|
@@ -42411,12 +41908,7 @@ class Client extends openapi_core_1.default {
|
|
|
42411
41908
|
reqBodyType: "formData",
|
|
42412
41909
|
bodyType: "json",
|
|
42413
41910
|
});
|
|
42414
|
-
|
|
42415
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeSiteTimeSeriesDataResponse({}));
|
|
42416
|
-
}
|
|
42417
|
-
else {
|
|
42418
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeSiteTimeSeriesDataResponse({}));
|
|
42419
|
-
}
|
|
41911
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeSiteTimeSeriesDataResponse({}));
|
|
42420
41912
|
}
|
|
42421
41913
|
/**
|
|
42422
41914
|
* 获取时序数据
|
|
@@ -42475,12 +41967,7 @@ class Client extends openapi_core_1.default {
|
|
|
42475
41967
|
reqBodyType: "formData",
|
|
42476
41968
|
bodyType: "json",
|
|
42477
41969
|
});
|
|
42478
|
-
|
|
42479
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DescribeSiteTopDataResponse({}));
|
|
42480
|
-
}
|
|
42481
|
-
else {
|
|
42482
|
-
return $dara.cast(await this.execute(params, req, runtime), new DescribeSiteTopDataResponse({}));
|
|
42483
|
-
}
|
|
41970
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DescribeSiteTopDataResponse({}));
|
|
42484
41971
|
}
|
|
42485
41972
|
/**
|
|
42486
41973
|
* 获取Top数据
|
|
@@ -42519,12 +42006,7 @@ class Client extends openapi_core_1.default {
|
|
|
42519
42006
|
reqBodyType: "formData",
|
|
42520
42007
|
bodyType: "json",
|
|
42521
42008
|
});
|
|
42522
|
-
|
|
42523
|
-
return $dara.cast(await this.callApi(params, req, runtime), new DisableCustomScenePolicyResponse({}));
|
|
42524
|
-
}
|
|
42525
|
-
else {
|
|
42526
|
-
return $dara.cast(await this.execute(params, req, runtime), new DisableCustomScenePolicyResponse({}));
|
|
42527
|
-
}
|
|
42009
|
+
return $dara.cast(await this.callApi(params, req, runtime), new DisableCustomScenePolicyResponse({}));
|
|
42528
42010
|
}
|
|
42529
42011
|
/**
|
|
42530
42012
|
* Disables a scenario-specific policy.
|
|
@@ -42576,12 +42058,7 @@ class Client extends openapi_core_1.default {
|
|
|
42576
42058
|
reqBodyType: "formData",
|
|
42577
42059
|
bodyType: "json",
|
|
42578
42060
|
});
|
|
42579
|
-
|
|
42580
|
-
return $dara.cast(await this.callApi(params, req, runtime), new EditSiteWafSettingsResponse({}));
|
|
42581
|
-
}
|
|
42582
|
-
else {
|
|
42583
|
-
return $dara.cast(await this.execute(params, req, runtime), new EditSiteWafSettingsResponse({}));
|
|
42584
|
-
}
|
|
42061
|
+
return $dara.cast(await this.callApi(params, req, runtime), new EditSiteWafSettingsResponse({}));
|
|
42585
42062
|
}
|
|
42586
42063
|
/**
|
|
42587
42064
|
* Edit WAF Configuration for a Site
|
|
@@ -42620,12 +42097,7 @@ class Client extends openapi_core_1.default {
|
|
|
42620
42097
|
reqBodyType: "formData",
|
|
42621
42098
|
bodyType: "json",
|
|
42622
42099
|
});
|
|
42623
|
-
|
|
42624
|
-
return $dara.cast(await this.callApi(params, req, runtime), new EnableCustomScenePolicyResponse({}));
|
|
42625
|
-
}
|
|
42626
|
-
else {
|
|
42627
|
-
return $dara.cast(await this.execute(params, req, runtime), new EnableCustomScenePolicyResponse({}));
|
|
42628
|
-
}
|
|
42100
|
+
return $dara.cast(await this.callApi(params, req, runtime), new EnableCustomScenePolicyResponse({}));
|
|
42629
42101
|
}
|
|
42630
42102
|
/**
|
|
42631
42103
|
* Enables a scenario-specific policy.
|
|
@@ -42661,12 +42133,7 @@ class Client extends openapi_core_1.default {
|
|
|
42661
42133
|
reqBodyType: "formData",
|
|
42662
42134
|
bodyType: "json",
|
|
42663
42135
|
});
|
|
42664
|
-
|
|
42665
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ExportRecordsResponse({}));
|
|
42666
|
-
}
|
|
42667
|
-
else {
|
|
42668
|
-
return $dara.cast(await this.execute(params, req, runtime), new ExportRecordsResponse({}));
|
|
42669
|
-
}
|
|
42136
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ExportRecordsResponse({}));
|
|
42670
42137
|
}
|
|
42671
42138
|
/**
|
|
42672
42139
|
* Exports all DNS records of a website domain as a TXT file.
|
|
@@ -42698,12 +42165,7 @@ class Client extends openapi_core_1.default {
|
|
|
42698
42165
|
reqBodyType: "formData",
|
|
42699
42166
|
bodyType: "json",
|
|
42700
42167
|
});
|
|
42701
|
-
|
|
42702
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCacheReserveSpecificationResponse({}));
|
|
42703
|
-
}
|
|
42704
|
-
else {
|
|
42705
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCacheReserveSpecificationResponse({}));
|
|
42706
|
-
}
|
|
42168
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCacheReserveSpecificationResponse({}));
|
|
42707
42169
|
}
|
|
42708
42170
|
/**
|
|
42709
42171
|
* Queries the available specifications of cache reserve instances.
|
|
@@ -42737,12 +42199,7 @@ class Client extends openapi_core_1.default {
|
|
|
42737
42199
|
reqBodyType: "formData",
|
|
42738
42200
|
bodyType: "json",
|
|
42739
42201
|
});
|
|
42740
|
-
|
|
42741
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCacheRuleResponse({}));
|
|
42742
|
-
}
|
|
42743
|
-
else {
|
|
42744
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCacheRuleResponse({}));
|
|
42745
|
-
}
|
|
42202
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCacheRuleResponse({}));
|
|
42746
42203
|
}
|
|
42747
42204
|
/**
|
|
42748
42205
|
* Query a single cache configuration
|
|
@@ -42778,12 +42235,7 @@ class Client extends openapi_core_1.default {
|
|
|
42778
42235
|
reqBodyType: "formData",
|
|
42779
42236
|
bodyType: "json",
|
|
42780
42237
|
});
|
|
42781
|
-
|
|
42782
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCacheTagResponse({}));
|
|
42783
|
-
}
|
|
42784
|
-
else {
|
|
42785
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCacheTagResponse({}));
|
|
42786
|
-
}
|
|
42238
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCacheTagResponse({}));
|
|
42787
42239
|
}
|
|
42788
42240
|
/**
|
|
42789
42241
|
* Query Site Cache Tag Configuration
|
|
@@ -42819,12 +42271,7 @@ class Client extends openapi_core_1.default {
|
|
|
42819
42271
|
reqBodyType: "formData",
|
|
42820
42272
|
bodyType: "json",
|
|
42821
42273
|
});
|
|
42822
|
-
|
|
42823
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCertificateResponse({}));
|
|
42824
|
-
}
|
|
42825
|
-
else {
|
|
42826
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCertificateResponse({}));
|
|
42827
|
-
}
|
|
42274
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCertificateResponse({}));
|
|
42828
42275
|
}
|
|
42829
42276
|
/**
|
|
42830
42277
|
* Retrieve the certificate, private key, and certificate information
|
|
@@ -42860,12 +42307,7 @@ class Client extends openapi_core_1.default {
|
|
|
42860
42307
|
reqBodyType: "formData",
|
|
42861
42308
|
bodyType: "json",
|
|
42862
42309
|
});
|
|
42863
|
-
|
|
42864
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCertificateQuotaResponse({}));
|
|
42865
|
-
}
|
|
42866
|
-
else {
|
|
42867
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCertificateQuotaResponse({}));
|
|
42868
|
-
}
|
|
42310
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCertificateQuotaResponse({}));
|
|
42869
42311
|
}
|
|
42870
42312
|
/**
|
|
42871
42313
|
* Query certificate quota and usage
|
|
@@ -42901,12 +42343,7 @@ class Client extends openapi_core_1.default {
|
|
|
42901
42343
|
reqBodyType: "formData",
|
|
42902
42344
|
bodyType: "json",
|
|
42903
42345
|
});
|
|
42904
|
-
|
|
42905
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetClientCaCertificateResponse({}));
|
|
42906
|
-
}
|
|
42907
|
-
else {
|
|
42908
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetClientCaCertificateResponse({}));
|
|
42909
|
-
}
|
|
42346
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetClientCaCertificateResponse({}));
|
|
42910
42347
|
}
|
|
42911
42348
|
/**
|
|
42912
42349
|
* Queries a client CA certificate.
|
|
@@ -42942,12 +42379,7 @@ class Client extends openapi_core_1.default {
|
|
|
42942
42379
|
reqBodyType: "formData",
|
|
42943
42380
|
bodyType: "json",
|
|
42944
42381
|
});
|
|
42945
|
-
|
|
42946
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetClientCertificateResponse({}));
|
|
42947
|
-
}
|
|
42948
|
-
else {
|
|
42949
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetClientCertificateResponse({}));
|
|
42950
|
-
}
|
|
42382
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetClientCertificateResponse({}));
|
|
42951
42383
|
}
|
|
42952
42384
|
/**
|
|
42953
42385
|
* Queries information about a client certificate.
|
|
@@ -42983,12 +42415,7 @@ class Client extends openapi_core_1.default {
|
|
|
42983
42415
|
reqBodyType: "formData",
|
|
42984
42416
|
bodyType: "json",
|
|
42985
42417
|
});
|
|
42986
|
-
|
|
42987
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetClientCertificateHostnamesResponse({}));
|
|
42988
|
-
}
|
|
42989
|
-
else {
|
|
42990
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetClientCertificateHostnamesResponse({}));
|
|
42991
|
-
}
|
|
42418
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetClientCertificateHostnamesResponse({}));
|
|
42992
42419
|
}
|
|
42993
42420
|
/**
|
|
42994
42421
|
* Queries domain names associated with a client CA certificate. If no certificate is specified, domain names associated with an Edge Security Acceleration(ESA)-managed CA certificate are returned.
|
|
@@ -43024,12 +42451,7 @@ class Client extends openapi_core_1.default {
|
|
|
43024
42451
|
reqBodyType: "formData",
|
|
43025
42452
|
bodyType: "json",
|
|
43026
42453
|
});
|
|
43027
|
-
|
|
43028
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCnameFlatteningResponse({}));
|
|
43029
|
-
}
|
|
43030
|
-
else {
|
|
43031
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCnameFlatteningResponse({}));
|
|
43032
|
-
}
|
|
42454
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCnameFlatteningResponse({}));
|
|
43033
42455
|
}
|
|
43034
42456
|
/**
|
|
43035
42457
|
* Queries the CNAME flattening configuration of a website
|
|
@@ -43065,12 +42487,7 @@ class Client extends openapi_core_1.default {
|
|
|
43065
42487
|
reqBodyType: "formData",
|
|
43066
42488
|
bodyType: "json",
|
|
43067
42489
|
});
|
|
43068
|
-
|
|
43069
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCompressionRuleResponse({}));
|
|
43070
|
-
}
|
|
43071
|
-
else {
|
|
43072
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCompressionRuleResponse({}));
|
|
43073
|
-
}
|
|
42490
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCompressionRuleResponse({}));
|
|
43074
42491
|
}
|
|
43075
42492
|
/**
|
|
43076
42493
|
* Query Compression Rule Details
|
|
@@ -43106,12 +42523,7 @@ class Client extends openapi_core_1.default {
|
|
|
43106
42523
|
reqBodyType: "formData",
|
|
43107
42524
|
bodyType: "json",
|
|
43108
42525
|
});
|
|
43109
|
-
|
|
43110
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetCrossBorderOptimizationResponse({}));
|
|
43111
|
-
}
|
|
43112
|
-
else {
|
|
43113
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetCrossBorderOptimizationResponse({}));
|
|
43114
|
-
}
|
|
42526
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetCrossBorderOptimizationResponse({}));
|
|
43115
42527
|
}
|
|
43116
42528
|
/**
|
|
43117
42529
|
* 查询站点中国大陆网络接入优化配置
|
|
@@ -43147,12 +42559,7 @@ class Client extends openapi_core_1.default {
|
|
|
43147
42559
|
reqBodyType: "formData",
|
|
43148
42560
|
bodyType: "json",
|
|
43149
42561
|
});
|
|
43150
|
-
|
|
43151
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetDevelopmentModeResponse({}));
|
|
43152
|
-
}
|
|
43153
|
-
else {
|
|
43154
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetDevelopmentModeResponse({}));
|
|
43155
|
-
}
|
|
42562
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetDevelopmentModeResponse({}));
|
|
43156
42563
|
}
|
|
43157
42564
|
/**
|
|
43158
42565
|
* Query Site Developer Mode Configuration
|
|
@@ -43191,12 +42598,7 @@ class Client extends openapi_core_1.default {
|
|
|
43191
42598
|
reqBodyType: "formData",
|
|
43192
42599
|
bodyType: "json",
|
|
43193
42600
|
});
|
|
43194
|
-
|
|
43195
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppResponse({}));
|
|
43196
|
-
}
|
|
43197
|
-
else {
|
|
43198
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerAppResponse({}));
|
|
43199
|
-
}
|
|
42601
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppResponse({}));
|
|
43200
42602
|
}
|
|
43201
42603
|
/**
|
|
43202
42604
|
* Queries the information about a containerized application, including basic application configurations and health check configurations.
|
|
@@ -43232,12 +42634,7 @@ class Client extends openapi_core_1.default {
|
|
|
43232
42634
|
reqBodyType: "formData",
|
|
43233
42635
|
bodyType: "json",
|
|
43234
42636
|
});
|
|
43235
|
-
|
|
43236
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppLogRiverResponse({}));
|
|
43237
|
-
}
|
|
43238
|
-
else {
|
|
43239
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerAppLogRiverResponse({}));
|
|
43240
|
-
}
|
|
42637
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppLogRiverResponse({}));
|
|
43241
42638
|
}
|
|
43242
42639
|
/**
|
|
43243
42640
|
* Queries the log collection configuration of a containerized application.
|
|
@@ -43276,12 +42673,7 @@ class Client extends openapi_core_1.default {
|
|
|
43276
42673
|
reqBodyType: "formData",
|
|
43277
42674
|
bodyType: "json",
|
|
43278
42675
|
});
|
|
43279
|
-
|
|
43280
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceReserveResponse({}));
|
|
43281
|
-
}
|
|
43282
|
-
else {
|
|
43283
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerAppResourceReserveResponse({}));
|
|
43284
|
-
}
|
|
42676
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceReserveResponse({}));
|
|
43285
42677
|
}
|
|
43286
42678
|
/**
|
|
43287
42679
|
* 获取边缘容器资源预留配置
|
|
@@ -43320,12 +42712,7 @@ class Client extends openapi_core_1.default {
|
|
|
43320
42712
|
reqBodyType: "formData",
|
|
43321
42713
|
bodyType: "json",
|
|
43322
42714
|
});
|
|
43323
|
-
|
|
43324
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceStatusResponse({}));
|
|
43325
|
-
}
|
|
43326
|
-
else {
|
|
43327
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerAppResourceStatusResponse({}));
|
|
43328
|
-
}
|
|
42715
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppResourceStatusResponse({}));
|
|
43329
42716
|
}
|
|
43330
42717
|
/**
|
|
43331
42718
|
* 获取边缘容器应用资源分布
|
|
@@ -43367,12 +42754,7 @@ class Client extends openapi_core_1.default {
|
|
|
43367
42754
|
reqBodyType: "formData",
|
|
43368
42755
|
bodyType: "json",
|
|
43369
42756
|
});
|
|
43370
|
-
|
|
43371
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppStatusResponse({}));
|
|
43372
|
-
}
|
|
43373
|
-
else {
|
|
43374
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerAppStatusResponse({}));
|
|
43375
|
-
}
|
|
42757
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppStatusResponse({}));
|
|
43376
42758
|
}
|
|
43377
42759
|
/**
|
|
43378
42760
|
* Queries the status information about a containerized application, including the deployment, release, and rollback of the application.
|
|
@@ -43408,12 +42790,7 @@ class Client extends openapi_core_1.default {
|
|
|
43408
42790
|
reqBodyType: "formData",
|
|
43409
42791
|
bodyType: "json",
|
|
43410
42792
|
});
|
|
43411
|
-
|
|
43412
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppVersionResponse({}));
|
|
43413
|
-
}
|
|
43414
|
-
else {
|
|
43415
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerAppVersionResponse({}));
|
|
43416
|
-
}
|
|
42793
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerAppVersionResponse({}));
|
|
43417
42794
|
}
|
|
43418
42795
|
/**
|
|
43419
42796
|
* Queries the information about a version of a containerized application. You can select an application version to release based on the version information.
|
|
@@ -43449,12 +42826,7 @@ class Client extends openapi_core_1.default {
|
|
|
43449
42826
|
reqBodyType: "formData",
|
|
43450
42827
|
bodyType: "json",
|
|
43451
42828
|
});
|
|
43452
|
-
|
|
43453
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerDeployRegionsResponse({}));
|
|
43454
|
-
}
|
|
43455
|
-
else {
|
|
43456
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerDeployRegionsResponse({}));
|
|
43457
|
-
}
|
|
42829
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerDeployRegionsResponse({}));
|
|
43458
42830
|
}
|
|
43459
42831
|
/**
|
|
43460
42832
|
* Queries regions where a containerized application is deployed based on the application ID.
|
|
@@ -43490,12 +42862,7 @@ class Client extends openapi_core_1.default {
|
|
|
43490
42862
|
reqBodyType: "formData",
|
|
43491
42863
|
bodyType: "json",
|
|
43492
42864
|
});
|
|
43493
|
-
|
|
43494
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerLogsResponse({}));
|
|
43495
|
-
}
|
|
43496
|
-
else {
|
|
43497
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerLogsResponse({}));
|
|
43498
|
-
}
|
|
42865
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerLogsResponse({}));
|
|
43499
42866
|
}
|
|
43500
42867
|
/**
|
|
43501
42868
|
* Queries Edge Container logs.
|
|
@@ -43531,12 +42898,7 @@ class Client extends openapi_core_1.default {
|
|
|
43531
42898
|
reqBodyType: "formData",
|
|
43532
42899
|
bodyType: "json",
|
|
43533
42900
|
});
|
|
43534
|
-
|
|
43535
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerStagingDeployStatusResponse({}));
|
|
43536
|
-
}
|
|
43537
|
-
else {
|
|
43538
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerStagingDeployStatusResponse({}));
|
|
43539
|
-
}
|
|
42901
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerStagingDeployStatusResponse({}));
|
|
43540
42902
|
}
|
|
43541
42903
|
/**
|
|
43542
42904
|
* Queries the deployment status of an application in the staging environment by using the application ID.
|
|
@@ -43575,12 +42937,7 @@ class Client extends openapi_core_1.default {
|
|
|
43575
42937
|
reqBodyType: "formData",
|
|
43576
42938
|
bodyType: "json",
|
|
43577
42939
|
});
|
|
43578
|
-
|
|
43579
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerTerminalResponse({}));
|
|
43580
|
-
}
|
|
43581
|
-
else {
|
|
43582
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetEdgeContainerTerminalResponse({}));
|
|
43583
|
-
}
|
|
42940
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetEdgeContainerTerminalResponse({}));
|
|
43584
42941
|
}
|
|
43585
42942
|
/**
|
|
43586
42943
|
* Queries the terminal information of a containerized application.
|
|
@@ -43616,12 +42973,7 @@ class Client extends openapi_core_1.default {
|
|
|
43616
42973
|
reqBodyType: "formData",
|
|
43617
42974
|
bodyType: "json",
|
|
43618
42975
|
});
|
|
43619
|
-
|
|
43620
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetErServiceResponse({}));
|
|
43621
|
-
}
|
|
43622
|
-
else {
|
|
43623
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetErServiceResponse({}));
|
|
43624
|
-
}
|
|
42976
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetErServiceResponse({}));
|
|
43625
42977
|
}
|
|
43626
42978
|
/**
|
|
43627
42979
|
* Checks the status of Edge Routine.
|
|
@@ -43657,12 +43009,7 @@ class Client extends openapi_core_1.default {
|
|
|
43657
43009
|
reqBodyType: "formData",
|
|
43658
43010
|
bodyType: "json",
|
|
43659
43011
|
});
|
|
43660
|
-
|
|
43661
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpRequestHeaderModificationRuleResponse({}));
|
|
43662
|
-
}
|
|
43663
|
-
else {
|
|
43664
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetHttpRequestHeaderModificationRuleResponse({}));
|
|
43665
|
-
}
|
|
43012
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpRequestHeaderModificationRuleResponse({}));
|
|
43666
43013
|
}
|
|
43667
43014
|
/**
|
|
43668
43015
|
* Query HTTP Request Header Rule Details
|
|
@@ -43698,12 +43045,7 @@ class Client extends openapi_core_1.default {
|
|
|
43698
43045
|
reqBodyType: "formData",
|
|
43699
43046
|
bodyType: "json",
|
|
43700
43047
|
});
|
|
43701
|
-
|
|
43702
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpResponseHeaderModificationRuleResponse({}));
|
|
43703
|
-
}
|
|
43704
|
-
else {
|
|
43705
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetHttpResponseHeaderModificationRuleResponse({}));
|
|
43706
|
-
}
|
|
43048
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpResponseHeaderModificationRuleResponse({}));
|
|
43707
43049
|
}
|
|
43708
43050
|
/**
|
|
43709
43051
|
* Query HTTP Response Header Rules
|
|
@@ -43739,12 +43081,7 @@ class Client extends openapi_core_1.default {
|
|
|
43739
43081
|
reqBodyType: "formData",
|
|
43740
43082
|
bodyType: "json",
|
|
43741
43083
|
});
|
|
43742
|
-
|
|
43743
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpsApplicationConfigurationResponse({}));
|
|
43744
|
-
}
|
|
43745
|
-
else {
|
|
43746
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetHttpsApplicationConfigurationResponse({}));
|
|
43747
|
-
}
|
|
43084
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpsApplicationConfigurationResponse({}));
|
|
43748
43085
|
}
|
|
43749
43086
|
/**
|
|
43750
43087
|
* Query a Single HTTPS Application Configuration
|
|
@@ -43780,12 +43117,7 @@ class Client extends openapi_core_1.default {
|
|
|
43780
43117
|
reqBodyType: "formData",
|
|
43781
43118
|
bodyType: "json",
|
|
43782
43119
|
});
|
|
43783
|
-
|
|
43784
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpsBasicConfigurationResponse({}));
|
|
43785
|
-
}
|
|
43786
|
-
else {
|
|
43787
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetHttpsBasicConfigurationResponse({}));
|
|
43788
|
-
}
|
|
43120
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetHttpsBasicConfigurationResponse({}));
|
|
43789
43121
|
}
|
|
43790
43122
|
/**
|
|
43791
43123
|
* Query a Single HTTPS Basic Configuration
|
|
@@ -43821,12 +43153,7 @@ class Client extends openapi_core_1.default {
|
|
|
43821
43153
|
reqBodyType: "formData",
|
|
43822
43154
|
bodyType: "json",
|
|
43823
43155
|
});
|
|
43824
|
-
|
|
43825
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetIPv6Response({}));
|
|
43826
|
-
}
|
|
43827
|
-
else {
|
|
43828
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetIPv6Response({}));
|
|
43829
|
-
}
|
|
43156
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetIPv6Response({}));
|
|
43830
43157
|
}
|
|
43831
43158
|
/**
|
|
43832
43159
|
* Queries the IPv6 configuration of a website.
|
|
@@ -43862,12 +43189,7 @@ class Client extends openapi_core_1.default {
|
|
|
43862
43189
|
reqBodyType: "formData",
|
|
43863
43190
|
bodyType: "json",
|
|
43864
43191
|
});
|
|
43865
|
-
|
|
43866
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetImageTransformResponse({}));
|
|
43867
|
-
}
|
|
43868
|
-
else {
|
|
43869
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetImageTransformResponse({}));
|
|
43870
|
-
}
|
|
43192
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetImageTransformResponse({}));
|
|
43871
43193
|
}
|
|
43872
43194
|
/**
|
|
43873
43195
|
* Query Single Site Image Transformation Configuration
|
|
@@ -43903,12 +43225,7 @@ class Client extends openapi_core_1.default {
|
|
|
43903
43225
|
reqBodyType: "formData",
|
|
43904
43226
|
bodyType: "json",
|
|
43905
43227
|
});
|
|
43906
|
-
|
|
43907
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetKvResponse({}));
|
|
43908
|
-
}
|
|
43909
|
-
else {
|
|
43910
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetKvResponse({}));
|
|
43911
|
-
}
|
|
43228
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetKvResponse({}));
|
|
43912
43229
|
}
|
|
43913
43230
|
/**
|
|
43914
43231
|
* Queries the value of a key in a key-value pair.
|
|
@@ -43940,12 +43257,7 @@ class Client extends openapi_core_1.default {
|
|
|
43940
43257
|
reqBodyType: "formData",
|
|
43941
43258
|
bodyType: "json",
|
|
43942
43259
|
});
|
|
43943
|
-
|
|
43944
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetKvAccountResponse({}));
|
|
43945
|
-
}
|
|
43946
|
-
else {
|
|
43947
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetKvAccountResponse({}));
|
|
43948
|
-
}
|
|
43260
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetKvAccountResponse({}));
|
|
43949
43261
|
}
|
|
43950
43262
|
/**
|
|
43951
43263
|
* Queries the Edge KV usage in your Alibaba Cloud account, including the information about all namespaces.
|
|
@@ -43979,12 +43291,7 @@ class Client extends openapi_core_1.default {
|
|
|
43979
43291
|
reqBodyType: "formData",
|
|
43980
43292
|
bodyType: "json",
|
|
43981
43293
|
});
|
|
43982
|
-
|
|
43983
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetKvNamespaceResponse({}));
|
|
43984
|
-
}
|
|
43985
|
-
else {
|
|
43986
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetKvNamespaceResponse({}));
|
|
43987
|
-
}
|
|
43294
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetKvNamespaceResponse({}));
|
|
43988
43295
|
}
|
|
43989
43296
|
/**
|
|
43990
43297
|
* Queries the information about a namespace in your Alibaba Cloud account.
|
|
@@ -44023,12 +43330,7 @@ class Client extends openapi_core_1.default {
|
|
|
44023
43330
|
reqBodyType: "formData",
|
|
44024
43331
|
bodyType: "json",
|
|
44025
43332
|
});
|
|
44026
|
-
|
|
44027
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetListResponse({}));
|
|
44028
|
-
}
|
|
44029
|
-
else {
|
|
44030
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetListResponse({}));
|
|
44031
|
-
}
|
|
43333
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetListResponse({}));
|
|
44032
43334
|
}
|
|
44033
43335
|
/**
|
|
44034
43336
|
* Queries the details of a custom list, such as the name, description, type, and content.
|
|
@@ -44067,12 +43369,7 @@ class Client extends openapi_core_1.default {
|
|
|
44067
43369
|
reqBodyType: "formData",
|
|
44068
43370
|
bodyType: "json",
|
|
44069
43371
|
});
|
|
44070
|
-
|
|
44071
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetLoadBalancerResponse({}));
|
|
44072
|
-
}
|
|
44073
|
-
else {
|
|
44074
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetLoadBalancerResponse({}));
|
|
44075
|
-
}
|
|
43372
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetLoadBalancerResponse({}));
|
|
44076
43373
|
}
|
|
44077
43374
|
/**
|
|
44078
43375
|
* Query a Specific Load Balancer
|
|
@@ -44111,12 +43408,7 @@ class Client extends openapi_core_1.default {
|
|
|
44111
43408
|
reqBodyType: "formData",
|
|
44112
43409
|
bodyType: "json",
|
|
44113
43410
|
});
|
|
44114
|
-
|
|
44115
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetManagedTransformResponse({}));
|
|
44116
|
-
}
|
|
44117
|
-
else {
|
|
44118
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetManagedTransformResponse({}));
|
|
44119
|
-
}
|
|
43411
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetManagedTransformResponse({}));
|
|
44120
43412
|
}
|
|
44121
43413
|
/**
|
|
44122
43414
|
* Query Managed Transform Configuration
|
|
@@ -44152,12 +43444,7 @@ class Client extends openapi_core_1.default {
|
|
|
44152
43444
|
reqBodyType: "formData",
|
|
44153
43445
|
bodyType: "json",
|
|
44154
43446
|
});
|
|
44155
|
-
|
|
44156
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetNetworkOptimizationResponse({}));
|
|
44157
|
-
}
|
|
44158
|
-
else {
|
|
44159
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetNetworkOptimizationResponse({}));
|
|
44160
|
-
}
|
|
43447
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetNetworkOptimizationResponse({}));
|
|
44161
43448
|
}
|
|
44162
43449
|
/**
|
|
44163
43450
|
* Query a single network optimization configuration
|
|
@@ -44193,12 +43480,7 @@ class Client extends openapi_core_1.default {
|
|
|
44193
43480
|
reqBodyType: "formData",
|
|
44194
43481
|
bodyType: "json",
|
|
44195
43482
|
});
|
|
44196
|
-
|
|
44197
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginCaCertificateResponse({}));
|
|
44198
|
-
}
|
|
44199
|
-
else {
|
|
44200
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetOriginCaCertificateResponse({}));
|
|
44201
|
-
}
|
|
43483
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginCaCertificateResponse({}));
|
|
44202
43484
|
}
|
|
44203
43485
|
/**
|
|
44204
43486
|
* 获取源服务器CA证书信息
|
|
@@ -44234,12 +43516,7 @@ class Client extends openapi_core_1.default {
|
|
|
44234
43516
|
reqBodyType: "formData",
|
|
44235
43517
|
bodyType: "json",
|
|
44236
43518
|
});
|
|
44237
|
-
|
|
44238
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginClientCertificateResponse({}));
|
|
44239
|
-
}
|
|
44240
|
-
else {
|
|
44241
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetOriginClientCertificateResponse({}));
|
|
44242
|
-
}
|
|
43519
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginClientCertificateResponse({}));
|
|
44243
43520
|
}
|
|
44244
43521
|
/**
|
|
44245
43522
|
* 获取域名回源客户端证书信息
|
|
@@ -44275,12 +43552,7 @@ class Client extends openapi_core_1.default {
|
|
|
44275
43552
|
reqBodyType: "formData",
|
|
44276
43553
|
bodyType: "json",
|
|
44277
43554
|
});
|
|
44278
|
-
|
|
44279
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginClientCertificateHostnamesResponse({}));
|
|
44280
|
-
}
|
|
44281
|
-
else {
|
|
44282
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetOriginClientCertificateHostnamesResponse({}));
|
|
44283
|
-
}
|
|
43555
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginClientCertificateHostnamesResponse({}));
|
|
44284
43556
|
}
|
|
44285
43557
|
/**
|
|
44286
43558
|
* 获取域名回源客户端证书绑定的域名列表
|
|
@@ -44316,12 +43588,7 @@ class Client extends openapi_core_1.default {
|
|
|
44316
43588
|
reqBodyType: "formData",
|
|
44317
43589
|
bodyType: "json",
|
|
44318
43590
|
});
|
|
44319
|
-
|
|
44320
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginPoolResponse({}));
|
|
44321
|
-
}
|
|
44322
|
-
else {
|
|
44323
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetOriginPoolResponse({}));
|
|
44324
|
-
}
|
|
43591
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginPoolResponse({}));
|
|
44325
43592
|
}
|
|
44326
43593
|
/**
|
|
44327
43594
|
* Query a specific origin pool
|
|
@@ -44357,12 +43624,7 @@ class Client extends openapi_core_1.default {
|
|
|
44357
43624
|
reqBodyType: "formData",
|
|
44358
43625
|
bodyType: "json",
|
|
44359
43626
|
});
|
|
44360
|
-
|
|
44361
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginProtectionResponse({}));
|
|
44362
|
-
}
|
|
44363
|
-
else {
|
|
44364
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetOriginProtectionResponse({}));
|
|
44365
|
-
}
|
|
43627
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginProtectionResponse({}));
|
|
44366
43628
|
}
|
|
44367
43629
|
/**
|
|
44368
43630
|
* Queries the origin protection configurations of a website, including the origin protection, IP convergence, and the status and details of the IP whitelist for origin protection. The details includes the IP whitelist used by the website, the latest IP whitelist, and the differences between them.
|
|
@@ -44398,12 +43660,7 @@ class Client extends openapi_core_1.default {
|
|
|
44398
43660
|
reqBodyType: "formData",
|
|
44399
43661
|
bodyType: "json",
|
|
44400
43662
|
});
|
|
44401
|
-
|
|
44402
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginRuleResponse({}));
|
|
44403
|
-
}
|
|
44404
|
-
else {
|
|
44405
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetOriginRuleResponse({}));
|
|
44406
|
-
}
|
|
43663
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetOriginRuleResponse({}));
|
|
44407
43664
|
}
|
|
44408
43665
|
/**
|
|
44409
43666
|
* Query a Single Origin Rule Configuration
|
|
@@ -44442,12 +43699,7 @@ class Client extends openapi_core_1.default {
|
|
|
44442
43699
|
reqBodyType: "formData",
|
|
44443
43700
|
bodyType: "json",
|
|
44444
43701
|
});
|
|
44445
|
-
|
|
44446
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetPageResponse({}));
|
|
44447
|
-
}
|
|
44448
|
-
else {
|
|
44449
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetPageResponse({}));
|
|
44450
|
-
}
|
|
43702
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetPageResponse({}));
|
|
44451
43703
|
}
|
|
44452
43704
|
/**
|
|
44453
43705
|
* Queries the details of a custom error page based on the error page ID.
|
|
@@ -44483,12 +43735,7 @@ class Client extends openapi_core_1.default {
|
|
|
44483
43735
|
reqBodyType: "formData",
|
|
44484
43736
|
bodyType: "json",
|
|
44485
43737
|
});
|
|
44486
|
-
|
|
44487
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetPurgeQuotaResponse({}));
|
|
44488
|
-
}
|
|
44489
|
-
else {
|
|
44490
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetPurgeQuotaResponse({}));
|
|
44491
|
-
}
|
|
43738
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetPurgeQuotaResponse({}));
|
|
44492
43739
|
}
|
|
44493
43740
|
/**
|
|
44494
43741
|
* Queries the quotas and quota usage for different cache purge options.
|
|
@@ -44524,12 +43771,7 @@ class Client extends openapi_core_1.default {
|
|
|
44524
43771
|
reqBodyType: "formData",
|
|
44525
43772
|
bodyType: "json",
|
|
44526
43773
|
});
|
|
44527
|
-
|
|
44528
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRealtimeDeliveryFieldResponse({}));
|
|
44529
|
-
}
|
|
44530
|
-
else {
|
|
44531
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRealtimeDeliveryFieldResponse({}));
|
|
44532
|
-
}
|
|
43774
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRealtimeDeliveryFieldResponse({}));
|
|
44533
43775
|
}
|
|
44534
43776
|
/**
|
|
44535
43777
|
* Queries the fields in real-time logs based on the log category.
|
|
@@ -44565,12 +43807,7 @@ class Client extends openapi_core_1.default {
|
|
|
44565
43807
|
reqBodyType: "formData",
|
|
44566
43808
|
bodyType: "json",
|
|
44567
43809
|
});
|
|
44568
|
-
|
|
44569
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRecordResponse({}));
|
|
44570
|
-
}
|
|
44571
|
-
else {
|
|
44572
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRecordResponse({}));
|
|
44573
|
-
}
|
|
43810
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRecordResponse({}));
|
|
44574
43811
|
}
|
|
44575
43812
|
/**
|
|
44576
43813
|
* Queries the configuration of a single DNS record, such as the record value, priority, and origin authentication setting (exclusive to CNAME records).
|
|
@@ -44606,12 +43843,7 @@ class Client extends openapi_core_1.default {
|
|
|
44606
43843
|
reqBodyType: "formData",
|
|
44607
43844
|
bodyType: "json",
|
|
44608
43845
|
});
|
|
44609
|
-
|
|
44610
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRedirectRuleResponse({}));
|
|
44611
|
-
}
|
|
44612
|
-
else {
|
|
44613
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRedirectRuleResponse({}));
|
|
44614
|
-
}
|
|
43846
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRedirectRuleResponse({}));
|
|
44615
43847
|
}
|
|
44616
43848
|
/**
|
|
44617
43849
|
* Query Redirect Rule Details
|
|
@@ -44647,12 +43879,7 @@ class Client extends openapi_core_1.default {
|
|
|
44647
43879
|
reqBodyType: "formData",
|
|
44648
43880
|
bodyType: "json",
|
|
44649
43881
|
});
|
|
44650
|
-
|
|
44651
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRewriteUrlRuleResponse({}));
|
|
44652
|
-
}
|
|
44653
|
-
else {
|
|
44654
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRewriteUrlRuleResponse({}));
|
|
44655
|
-
}
|
|
43882
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRewriteUrlRuleResponse({}));
|
|
44656
43883
|
}
|
|
44657
43884
|
/**
|
|
44658
43885
|
* Query details of the rewrite URL rule
|
|
@@ -44691,12 +43918,7 @@ class Client extends openapi_core_1.default {
|
|
|
44691
43918
|
reqBodyType: "formData",
|
|
44692
43919
|
bodyType: "json",
|
|
44693
43920
|
});
|
|
44694
|
-
|
|
44695
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineResponse({}));
|
|
44696
|
-
}
|
|
44697
|
-
else {
|
|
44698
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRoutineResponse({}));
|
|
44699
|
-
}
|
|
43921
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineResponse({}));
|
|
44700
43922
|
}
|
|
44701
43923
|
/**
|
|
44702
43924
|
* Queries the configurations of a routine, including the code versions and the configurations of the environments, associated domain names, and associated routes.
|
|
@@ -44738,12 +43960,7 @@ class Client extends openapi_core_1.default {
|
|
|
44738
43960
|
reqBodyType: "formData",
|
|
44739
43961
|
bodyType: "json",
|
|
44740
43962
|
});
|
|
44741
|
-
|
|
44742
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
44743
|
-
}
|
|
44744
|
-
else {
|
|
44745
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
44746
|
-
}
|
|
43963
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineRouteResponse({}));
|
|
44747
43964
|
}
|
|
44748
43965
|
/**
|
|
44749
43966
|
* 查询单条边缘函数路由配置
|
|
@@ -44789,12 +44006,7 @@ class Client extends openapi_core_1.default {
|
|
|
44789
44006
|
reqBodyType: "formData",
|
|
44790
44007
|
bodyType: "json",
|
|
44791
44008
|
});
|
|
44792
|
-
|
|
44793
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineStagingCodeUploadInfoResponse({}));
|
|
44794
|
-
}
|
|
44795
|
-
else {
|
|
44796
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRoutineStagingCodeUploadInfoResponse({}));
|
|
44797
|
-
}
|
|
44009
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineStagingCodeUploadInfoResponse({}));
|
|
44798
44010
|
}
|
|
44799
44011
|
/**
|
|
44800
44012
|
* Obtains the release information about the routine code that is released to the staging environment. This information can be used to upload the test code to Object Storage Service (OSS).
|
|
@@ -44830,12 +44042,7 @@ class Client extends openapi_core_1.default {
|
|
|
44830
44042
|
reqBodyType: "formData",
|
|
44831
44043
|
bodyType: "json",
|
|
44832
44044
|
});
|
|
44833
|
-
|
|
44834
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineStagingEnvIpResponse({}));
|
|
44835
|
-
}
|
|
44836
|
-
else {
|
|
44837
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRoutineStagingEnvIpResponse({}));
|
|
44838
|
-
}
|
|
44045
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineStagingEnvIpResponse({}));
|
|
44839
44046
|
}
|
|
44840
44047
|
/**
|
|
44841
44048
|
* Queries the IP addresses of staging environments for Edge Routine.
|
|
@@ -44865,12 +44072,7 @@ class Client extends openapi_core_1.default {
|
|
|
44865
44072
|
reqBodyType: "formData",
|
|
44866
44073
|
bodyType: "json",
|
|
44867
44074
|
});
|
|
44868
|
-
|
|
44869
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineUserInfoResponse({}));
|
|
44870
|
-
}
|
|
44871
|
-
else {
|
|
44872
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetRoutineUserInfoResponse({}));
|
|
44873
|
-
}
|
|
44075
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetRoutineUserInfoResponse({}));
|
|
44874
44076
|
}
|
|
44875
44077
|
/**
|
|
44876
44078
|
* Queries the Edge Routine information in your Alibaba Cloud account, including the associated subdomain and created routines.
|
|
@@ -44904,12 +44106,7 @@ class Client extends openapi_core_1.default {
|
|
|
44904
44106
|
reqBodyType: "formData",
|
|
44905
44107
|
bodyType: "json",
|
|
44906
44108
|
});
|
|
44907
|
-
|
|
44908
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetScheduledPreloadJobResponse({}));
|
|
44909
|
-
}
|
|
44910
|
-
else {
|
|
44911
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetScheduledPreloadJobResponse({}));
|
|
44912
|
-
}
|
|
44109
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetScheduledPreloadJobResponse({}));
|
|
44913
44110
|
}
|
|
44914
44111
|
/**
|
|
44915
44112
|
* Queries a specified scheduled prefetch task based on the task ID.
|
|
@@ -44945,12 +44142,7 @@ class Client extends openapi_core_1.default {
|
|
|
44945
44142
|
reqBodyType: "formData",
|
|
44946
44143
|
bodyType: "json",
|
|
44947
44144
|
});
|
|
44948
|
-
|
|
44949
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSeoBypassResponse({}));
|
|
44950
|
-
}
|
|
44951
|
-
else {
|
|
44952
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSeoBypassResponse({}));
|
|
44953
|
-
}
|
|
44145
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSeoBypassResponse({}));
|
|
44954
44146
|
}
|
|
44955
44147
|
/**
|
|
44956
44148
|
* Queries the configuration for search engine crawler of a website.
|
|
@@ -44986,12 +44178,7 @@ class Client extends openapi_core_1.default {
|
|
|
44986
44178
|
reqBodyType: "formData",
|
|
44987
44179
|
bodyType: "json",
|
|
44988
44180
|
});
|
|
44989
|
-
|
|
44990
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteResponse({}));
|
|
44991
|
-
}
|
|
44992
|
-
else {
|
|
44993
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteResponse({}));
|
|
44994
|
-
}
|
|
44181
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteResponse({}));
|
|
44995
44182
|
}
|
|
44996
44183
|
/**
|
|
44997
44184
|
* Queries information about a website based on the website ID.
|
|
@@ -45027,12 +44214,7 @@ class Client extends openapi_core_1.default {
|
|
|
45027
44214
|
reqBodyType: "formData",
|
|
45028
44215
|
bodyType: "json",
|
|
45029
44216
|
});
|
|
45030
|
-
|
|
45031
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteCurrentNSResponse({}));
|
|
45032
|
-
}
|
|
45033
|
-
else {
|
|
45034
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteCurrentNSResponse({}));
|
|
45035
|
-
}
|
|
44217
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteCurrentNSResponse({}));
|
|
45036
44218
|
}
|
|
45037
44219
|
/**
|
|
45038
44220
|
* Queries the nameservers configured for a website.
|
|
@@ -45073,12 +44255,7 @@ class Client extends openapi_core_1.default {
|
|
|
45073
44255
|
reqBodyType: "formData",
|
|
45074
44256
|
bodyType: "json",
|
|
45075
44257
|
});
|
|
45076
|
-
|
|
45077
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteCustomLogResponse({}));
|
|
45078
|
-
}
|
|
45079
|
-
else {
|
|
45080
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteCustomLogResponse({}));
|
|
45081
|
-
}
|
|
44258
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteCustomLogResponse({}));
|
|
45082
44259
|
}
|
|
45083
44260
|
/**
|
|
45084
44261
|
* Queries the configuration of custom log fields for a website.
|
|
@@ -45119,12 +44296,7 @@ class Client extends openapi_core_1.default {
|
|
|
45119
44296
|
reqBodyType: "formData",
|
|
45120
44297
|
bodyType: "json",
|
|
45121
44298
|
});
|
|
45122
|
-
|
|
45123
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteDeliveryTaskResponse({}));
|
|
45124
|
-
}
|
|
45125
|
-
else {
|
|
45126
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteDeliveryTaskResponse({}));
|
|
45127
|
-
}
|
|
44299
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteDeliveryTaskResponse({}));
|
|
45128
44300
|
}
|
|
45129
44301
|
/**
|
|
45130
44302
|
* Queries a real-time log delivery task.
|
|
@@ -45169,12 +44341,7 @@ class Client extends openapi_core_1.default {
|
|
|
45169
44341
|
reqBodyType: "formData",
|
|
45170
44342
|
bodyType: "json",
|
|
45171
44343
|
});
|
|
45172
|
-
|
|
45173
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteLogDeliveryQuotaResponse({}));
|
|
45174
|
-
}
|
|
45175
|
-
else {
|
|
45176
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteLogDeliveryQuotaResponse({}));
|
|
45177
|
-
}
|
|
44344
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteLogDeliveryQuotaResponse({}));
|
|
45178
44345
|
}
|
|
45179
44346
|
/**
|
|
45180
44347
|
* Queries the remaining quota for delivering a specific category of real-time logs in a website.
|
|
@@ -45219,12 +44386,7 @@ class Client extends openapi_core_1.default {
|
|
|
45219
44386
|
reqBodyType: "formData",
|
|
45220
44387
|
bodyType: "json",
|
|
45221
44388
|
});
|
|
45222
|
-
|
|
45223
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteNameExclusiveResponse({}));
|
|
45224
|
-
}
|
|
45225
|
-
else {
|
|
45226
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteNameExclusiveResponse({}));
|
|
45227
|
-
}
|
|
44389
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteNameExclusiveResponse({}));
|
|
45228
44390
|
}
|
|
45229
44391
|
/**
|
|
45230
44392
|
* Queries the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
|
|
@@ -45260,12 +44422,7 @@ class Client extends openapi_core_1.default {
|
|
|
45260
44422
|
reqBodyType: "formData",
|
|
45261
44423
|
bodyType: "json",
|
|
45262
44424
|
});
|
|
45263
|
-
|
|
45264
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteOriginClientCertificateResponse({}));
|
|
45265
|
-
}
|
|
45266
|
-
else {
|
|
45267
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteOriginClientCertificateResponse({}));
|
|
45268
|
-
}
|
|
44425
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteOriginClientCertificateResponse({}));
|
|
45269
44426
|
}
|
|
45270
44427
|
/**
|
|
45271
44428
|
* 获取站点回源客户端证书信息
|
|
@@ -45301,12 +44458,7 @@ class Client extends openapi_core_1.default {
|
|
|
45301
44458
|
reqBodyType: "formData",
|
|
45302
44459
|
bodyType: "json",
|
|
45303
44460
|
});
|
|
45304
|
-
|
|
45305
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSitePauseResponse({}));
|
|
45306
|
-
}
|
|
45307
|
-
else {
|
|
45308
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSitePauseResponse({}));
|
|
45309
|
-
}
|
|
44461
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSitePauseResponse({}));
|
|
45310
44462
|
}
|
|
45311
44463
|
/**
|
|
45312
44464
|
* Queries the ESA proxy configuration of a website.
|
|
@@ -45351,12 +44503,7 @@ class Client extends openapi_core_1.default {
|
|
|
45351
44503
|
reqBodyType: "formData",
|
|
45352
44504
|
bodyType: "json",
|
|
45353
44505
|
});
|
|
45354
|
-
|
|
45355
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteWafSettingsResponse({}));
|
|
45356
|
-
}
|
|
45357
|
-
else {
|
|
45358
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetSiteWafSettingsResponse({}));
|
|
45359
|
-
}
|
|
44506
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetSiteWafSettingsResponse({}));
|
|
45360
44507
|
}
|
|
45361
44508
|
/**
|
|
45362
44509
|
* Get WAF Configuration for a Site
|
|
@@ -45392,12 +44539,7 @@ class Client extends openapi_core_1.default {
|
|
|
45392
44539
|
reqBodyType: "formData",
|
|
45393
44540
|
bodyType: "json",
|
|
45394
44541
|
});
|
|
45395
|
-
|
|
45396
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetTieredCacheResponse({}));
|
|
45397
|
-
}
|
|
45398
|
-
else {
|
|
45399
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetTieredCacheResponse({}));
|
|
45400
|
-
}
|
|
44542
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetTieredCacheResponse({}));
|
|
45401
44543
|
}
|
|
45402
44544
|
/**
|
|
45403
44545
|
* Query Multi-level Cache Configuration for Site
|
|
@@ -45433,12 +44575,7 @@ class Client extends openapi_core_1.default {
|
|
|
45433
44575
|
reqBodyType: "formData",
|
|
45434
44576
|
bodyType: "json",
|
|
45435
44577
|
});
|
|
45436
|
-
|
|
45437
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetUploadTaskResponse({}));
|
|
45438
|
-
}
|
|
45439
|
-
else {
|
|
45440
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetUploadTaskResponse({}));
|
|
45441
|
-
}
|
|
44578
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetUploadTaskResponse({}));
|
|
45442
44579
|
}
|
|
45443
44580
|
/**
|
|
45444
44581
|
* Queries the execution status and running information of a file upload task based on the task ID.
|
|
@@ -45479,12 +44616,7 @@ class Client extends openapi_core_1.default {
|
|
|
45479
44616
|
reqBodyType: "formData",
|
|
45480
44617
|
bodyType: "json",
|
|
45481
44618
|
});
|
|
45482
|
-
|
|
45483
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetUserDeliveryTaskResponse({}));
|
|
45484
|
-
}
|
|
45485
|
-
else {
|
|
45486
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetUserDeliveryTaskResponse({}));
|
|
45487
|
-
}
|
|
44619
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetUserDeliveryTaskResponse({}));
|
|
45488
44620
|
}
|
|
45489
44621
|
/**
|
|
45490
44622
|
* Queries the information about a log delivery task by account.
|
|
@@ -45528,12 +44660,7 @@ class Client extends openapi_core_1.default {
|
|
|
45528
44660
|
reqBodyType: "formData",
|
|
45529
44661
|
bodyType: "json",
|
|
45530
44662
|
});
|
|
45531
|
-
|
|
45532
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetUserLogDeliveryQuotaResponse({}));
|
|
45533
|
-
}
|
|
45534
|
-
else {
|
|
45535
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetUserLogDeliveryQuotaResponse({}));
|
|
45536
|
-
}
|
|
44663
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetUserLogDeliveryQuotaResponse({}));
|
|
45537
44664
|
}
|
|
45538
44665
|
/**
|
|
45539
44666
|
* Queries the remaining log delivery quota of each log category in your account.
|
|
@@ -45568,12 +44695,7 @@ class Client extends openapi_core_1.default {
|
|
|
45568
44695
|
reqBodyType: "formData",
|
|
45569
44696
|
bodyType: "json",
|
|
45570
44697
|
});
|
|
45571
|
-
|
|
45572
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetWafBotAppKeyResponse({}));
|
|
45573
|
-
}
|
|
45574
|
-
else {
|
|
45575
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetWafBotAppKeyResponse({}));
|
|
45576
|
-
}
|
|
44698
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetWafBotAppKeyResponse({}));
|
|
45577
44699
|
}
|
|
45578
44700
|
/**
|
|
45579
44701
|
* This interface is used to obtain the application key (AppKey) for the BOT behavior detection feature in the site\\"s Web Application Firewall (WAF). The key is typically used for authentication and data exchange with the WAF service.
|
|
@@ -45619,12 +44741,7 @@ class Client extends openapi_core_1.default {
|
|
|
45619
44741
|
reqBodyType: "formData",
|
|
45620
44742
|
bodyType: "json",
|
|
45621
44743
|
});
|
|
45622
|
-
|
|
45623
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetWafFilterResponse({}));
|
|
45624
|
-
}
|
|
45625
|
-
else {
|
|
45626
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetWafFilterResponse({}));
|
|
45627
|
-
}
|
|
44744
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetWafFilterResponse({}));
|
|
45628
44745
|
}
|
|
45629
44746
|
/**
|
|
45630
44747
|
* Queries the conditions for matching incoming requests that are configured in a WAF rule category for a website. These conditions define how WAF detects and processes different types of requests.
|
|
@@ -45663,12 +44780,7 @@ class Client extends openapi_core_1.default {
|
|
|
45663
44780
|
reqBodyType: "formData",
|
|
45664
44781
|
bodyType: "json",
|
|
45665
44782
|
});
|
|
45666
|
-
|
|
45667
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetWafQuotaResponse({}));
|
|
45668
|
-
}
|
|
45669
|
-
else {
|
|
45670
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetWafQuotaResponse({}));
|
|
45671
|
-
}
|
|
44783
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetWafQuotaResponse({}));
|
|
45672
44784
|
}
|
|
45673
44785
|
/**
|
|
45674
44786
|
* Get WAF Quota Details
|
|
@@ -45710,12 +44822,7 @@ class Client extends openapi_core_1.default {
|
|
|
45710
44822
|
reqBodyType: "formData",
|
|
45711
44823
|
bodyType: "json",
|
|
45712
44824
|
});
|
|
45713
|
-
|
|
45714
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetWafRuleResponse({}));
|
|
45715
|
-
}
|
|
45716
|
-
else {
|
|
45717
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetWafRuleResponse({}));
|
|
45718
|
-
}
|
|
44825
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetWafRuleResponse({}));
|
|
45719
44826
|
}
|
|
45720
44827
|
/**
|
|
45721
44828
|
* Get Details of a Single WAF Rule
|
|
@@ -45760,12 +44867,7 @@ class Client extends openapi_core_1.default {
|
|
|
45760
44867
|
reqBodyType: "formData",
|
|
45761
44868
|
bodyType: "json",
|
|
45762
44869
|
});
|
|
45763
|
-
|
|
45764
|
-
return $dara.cast(await this.callApi(params, req, runtime), new GetWafRulesetResponse({}));
|
|
45765
|
-
}
|
|
45766
|
-
else {
|
|
45767
|
-
return $dara.cast(await this.execute(params, req, runtime), new GetWafRulesetResponse({}));
|
|
45768
|
-
}
|
|
44870
|
+
return $dara.cast(await this.callApi(params, req, runtime), new GetWafRulesetResponse({}));
|
|
45769
44871
|
}
|
|
45770
44872
|
/**
|
|
45771
44873
|
* Get WAF Ruleset Details
|
|
@@ -45801,12 +44903,7 @@ class Client extends openapi_core_1.default {
|
|
|
45801
44903
|
reqBodyType: "formData",
|
|
45802
44904
|
bodyType: "json",
|
|
45803
44905
|
});
|
|
45804
|
-
|
|
45805
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCacheReserveInstancesResponse({}));
|
|
45806
|
-
}
|
|
45807
|
-
else {
|
|
45808
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCacheReserveInstancesResponse({}));
|
|
45809
|
-
}
|
|
44906
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListCacheReserveInstancesResponse({}));
|
|
45810
44907
|
}
|
|
45811
44908
|
/**
|
|
45812
44909
|
* Query Cache Reserve Instance List
|
|
@@ -45842,12 +44939,7 @@ class Client extends openapi_core_1.default {
|
|
|
45842
44939
|
reqBodyType: "formData",
|
|
45843
44940
|
bodyType: "json",
|
|
45844
44941
|
});
|
|
45845
|
-
|
|
45846
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCacheRulesResponse({}));
|
|
45847
|
-
}
|
|
45848
|
-
else {
|
|
45849
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCacheRulesResponse({}));
|
|
45850
|
-
}
|
|
44942
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListCacheRulesResponse({}));
|
|
45851
44943
|
}
|
|
45852
44944
|
/**
|
|
45853
44945
|
* Query multiple cache configurations
|
|
@@ -45883,12 +44975,7 @@ class Client extends openapi_core_1.default {
|
|
|
45883
44975
|
reqBodyType: "formData",
|
|
45884
44976
|
bodyType: "json",
|
|
45885
44977
|
});
|
|
45886
|
-
|
|
45887
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCertificatesResponse({}));
|
|
45888
|
-
}
|
|
45889
|
-
else {
|
|
45890
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCertificatesResponse({}));
|
|
45891
|
-
}
|
|
44978
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListCertificatesResponse({}));
|
|
45892
44979
|
}
|
|
45893
44980
|
/**
|
|
45894
44981
|
* Lists certificates of a website.
|
|
@@ -45924,12 +45011,7 @@ class Client extends openapi_core_1.default {
|
|
|
45924
45011
|
reqBodyType: "formData",
|
|
45925
45012
|
bodyType: "json",
|
|
45926
45013
|
});
|
|
45927
|
-
|
|
45928
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
45929
|
-
}
|
|
45930
|
-
else {
|
|
45931
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
45932
|
-
}
|
|
45014
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListCertificatesByRecordResponse({}));
|
|
45933
45015
|
}
|
|
45934
45016
|
/**
|
|
45935
45017
|
* 查询匹配记录名的站点证书列表
|
|
@@ -45965,12 +45047,7 @@ class Client extends openapi_core_1.default {
|
|
|
45965
45047
|
reqBodyType: "formData",
|
|
45966
45048
|
bodyType: "json",
|
|
45967
45049
|
});
|
|
45968
|
-
|
|
45969
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCiphersResponse({}));
|
|
45970
|
-
}
|
|
45971
|
-
else {
|
|
45972
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCiphersResponse({}));
|
|
45973
|
-
}
|
|
45050
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListCiphersResponse({}));
|
|
45974
45051
|
}
|
|
45975
45052
|
/**
|
|
45976
45053
|
* Query TLS Cipher Suite List
|
|
@@ -46006,12 +45083,7 @@ class Client extends openapi_core_1.default {
|
|
|
46006
45083
|
reqBodyType: "formData",
|
|
46007
45084
|
bodyType: "json",
|
|
46008
45085
|
});
|
|
46009
|
-
|
|
46010
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListClientCaCertificatesResponse({}));
|
|
46011
|
-
}
|
|
46012
|
-
else {
|
|
46013
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListClientCaCertificatesResponse({}));
|
|
46014
|
-
}
|
|
45086
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListClientCaCertificatesResponse({}));
|
|
46015
45087
|
}
|
|
46016
45088
|
/**
|
|
46017
45089
|
* Queries a list of client certificate authority (CA) certificates for a website.
|
|
@@ -46047,12 +45119,7 @@ class Client extends openapi_core_1.default {
|
|
|
46047
45119
|
reqBodyType: "formData",
|
|
46048
45120
|
bodyType: "json",
|
|
46049
45121
|
});
|
|
46050
|
-
|
|
46051
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListClientCertificatesResponse({}));
|
|
46052
|
-
}
|
|
46053
|
-
else {
|
|
46054
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListClientCertificatesResponse({}));
|
|
46055
|
-
}
|
|
45122
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListClientCertificatesResponse({}));
|
|
46056
45123
|
}
|
|
46057
45124
|
/**
|
|
46058
45125
|
* Queries client certificates configured for a website.
|
|
@@ -46088,12 +45155,7 @@ class Client extends openapi_core_1.default {
|
|
|
46088
45155
|
reqBodyType: "formData",
|
|
46089
45156
|
bodyType: "json",
|
|
46090
45157
|
});
|
|
46091
|
-
|
|
46092
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListCompressionRulesResponse({}));
|
|
46093
|
-
}
|
|
46094
|
-
else {
|
|
46095
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListCompressionRulesResponse({}));
|
|
46096
|
-
}
|
|
45158
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListCompressionRulesResponse({}));
|
|
46097
45159
|
}
|
|
46098
45160
|
/**
|
|
46099
45161
|
* Query the list of compression rules
|
|
@@ -46129,12 +45191,7 @@ class Client extends openapi_core_1.default {
|
|
|
46129
45191
|
reqBodyType: "formData",
|
|
46130
45192
|
bodyType: "json",
|
|
46131
45193
|
});
|
|
46132
|
-
|
|
46133
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerAppRecordsResponse({}));
|
|
46134
|
-
}
|
|
46135
|
-
else {
|
|
46136
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListEdgeContainerAppRecordsResponse({}));
|
|
46137
|
-
}
|
|
45194
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerAppRecordsResponse({}));
|
|
46138
45195
|
}
|
|
46139
45196
|
/**
|
|
46140
45197
|
* Lists domain names that are associated with a containerized application.
|
|
@@ -46170,12 +45227,7 @@ class Client extends openapi_core_1.default {
|
|
|
46170
45227
|
reqBodyType: "formData",
|
|
46171
45228
|
bodyType: "json",
|
|
46172
45229
|
});
|
|
46173
|
-
|
|
46174
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerAppVersionsResponse({}));
|
|
46175
|
-
}
|
|
46176
|
-
else {
|
|
46177
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListEdgeContainerAppVersionsResponse({}));
|
|
46178
|
-
}
|
|
45230
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerAppVersionsResponse({}));
|
|
46179
45231
|
}
|
|
46180
45232
|
/**
|
|
46181
45233
|
* Lists versions of all containerized applications.
|
|
@@ -46229,12 +45281,7 @@ class Client extends openapi_core_1.default {
|
|
|
46229
45281
|
reqBodyType: "formData",
|
|
46230
45282
|
bodyType: "json",
|
|
46231
45283
|
});
|
|
46232
|
-
|
|
46233
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerAppsResponse({}));
|
|
46234
|
-
}
|
|
46235
|
-
else {
|
|
46236
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListEdgeContainerAppsResponse({}));
|
|
46237
|
-
}
|
|
45284
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerAppsResponse({}));
|
|
46238
45285
|
}
|
|
46239
45286
|
/**
|
|
46240
45287
|
* Queries all containerized applications in your Alibaba Cloud account.
|
|
@@ -46270,12 +45317,7 @@ class Client extends openapi_core_1.default {
|
|
|
46270
45317
|
reqBodyType: "formData",
|
|
46271
45318
|
bodyType: "json",
|
|
46272
45319
|
});
|
|
46273
|
-
|
|
46274
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerRecordsResponse({}));
|
|
46275
|
-
}
|
|
46276
|
-
else {
|
|
46277
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListEdgeContainerRecordsResponse({}));
|
|
46278
|
-
}
|
|
45320
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeContainerRecordsResponse({}));
|
|
46279
45321
|
}
|
|
46280
45322
|
/**
|
|
46281
45323
|
* Queries the records that are associated with Edge Container for a website.
|
|
@@ -46307,12 +45349,7 @@ class Client extends openapi_core_1.default {
|
|
|
46307
45349
|
reqBodyType: "formData",
|
|
46308
45350
|
bodyType: "json",
|
|
46309
45351
|
});
|
|
46310
|
-
|
|
46311
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeRoutinePlansResponse({}));
|
|
46312
|
-
}
|
|
46313
|
-
else {
|
|
46314
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListEdgeRoutinePlansResponse({}));
|
|
46315
|
-
}
|
|
45352
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeRoutinePlansResponse({}));
|
|
46316
45353
|
}
|
|
46317
45354
|
/**
|
|
46318
45355
|
* Queries Edge Routine plans.
|
|
@@ -46349,12 +45386,7 @@ class Client extends openapi_core_1.default {
|
|
|
46349
45386
|
reqBodyType: "formData",
|
|
46350
45387
|
bodyType: "json",
|
|
46351
45388
|
});
|
|
46352
|
-
|
|
46353
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeRoutineRecordsResponse({}));
|
|
46354
|
-
}
|
|
46355
|
-
else {
|
|
46356
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListEdgeRoutineRecordsResponse({}));
|
|
46357
|
-
}
|
|
45389
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListEdgeRoutineRecordsResponse({}));
|
|
46358
45390
|
}
|
|
46359
45391
|
/**
|
|
46360
45392
|
* Queries the records that are associated with Edge Routine routes for a website.
|
|
@@ -46393,12 +45425,7 @@ class Client extends openapi_core_1.default {
|
|
|
46393
45425
|
reqBodyType: "formData",
|
|
46394
45426
|
bodyType: "json",
|
|
46395
45427
|
});
|
|
46396
|
-
|
|
46397
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpRequestHeaderModificationRulesResponse({}));
|
|
46398
|
-
}
|
|
46399
|
-
else {
|
|
46400
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListHttpRequestHeaderModificationRulesResponse({}));
|
|
46401
|
-
}
|
|
45428
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpRequestHeaderModificationRulesResponse({}));
|
|
46402
45429
|
}
|
|
46403
45430
|
/**
|
|
46404
45431
|
* List of HTTP Request Header Rules
|
|
@@ -46434,12 +45461,7 @@ class Client extends openapi_core_1.default {
|
|
|
46434
45461
|
reqBodyType: "formData",
|
|
46435
45462
|
bodyType: "json",
|
|
46436
45463
|
});
|
|
46437
|
-
|
|
46438
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpResponseHeaderModificationRulesResponse({}));
|
|
46439
|
-
}
|
|
46440
|
-
else {
|
|
46441
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListHttpResponseHeaderModificationRulesResponse({}));
|
|
46442
|
-
}
|
|
45464
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpResponseHeaderModificationRulesResponse({}));
|
|
46443
45465
|
}
|
|
46444
45466
|
/**
|
|
46445
45467
|
* List of HTTP Response Header Rules
|
|
@@ -46475,12 +45497,7 @@ class Client extends openapi_core_1.default {
|
|
|
46475
45497
|
reqBodyType: "formData",
|
|
46476
45498
|
bodyType: "json",
|
|
46477
45499
|
});
|
|
46478
|
-
|
|
46479
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpsApplicationConfigurationsResponse({}));
|
|
46480
|
-
}
|
|
46481
|
-
else {
|
|
46482
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListHttpsApplicationConfigurationsResponse({}));
|
|
46483
|
-
}
|
|
45500
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpsApplicationConfigurationsResponse({}));
|
|
46484
45501
|
}
|
|
46485
45502
|
/**
|
|
46486
45503
|
* Query multiple HTTPS application configurations
|
|
@@ -46516,12 +45533,7 @@ class Client extends openapi_core_1.default {
|
|
|
46516
45533
|
reqBodyType: "formData",
|
|
46517
45534
|
bodyType: "json",
|
|
46518
45535
|
});
|
|
46519
|
-
|
|
46520
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpsBasicConfigurationsResponse({}));
|
|
46521
|
-
}
|
|
46522
|
-
else {
|
|
46523
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListHttpsBasicConfigurationsResponse({}));
|
|
46524
|
-
}
|
|
45536
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListHttpsBasicConfigurationsResponse({}));
|
|
46525
45537
|
}
|
|
46526
45538
|
/**
|
|
46527
45539
|
* Query multiple HTTPS basic configurations
|
|
@@ -46557,12 +45569,7 @@ class Client extends openapi_core_1.default {
|
|
|
46557
45569
|
reqBodyType: "formData",
|
|
46558
45570
|
bodyType: "json",
|
|
46559
45571
|
});
|
|
46560
|
-
|
|
46561
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListImageTransformsResponse({}));
|
|
46562
|
-
}
|
|
46563
|
-
else {
|
|
46564
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListImageTransformsResponse({}));
|
|
46565
|
-
}
|
|
45572
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListImageTransformsResponse({}));
|
|
46566
45573
|
}
|
|
46567
45574
|
/**
|
|
46568
45575
|
* Query Multiple Site Image Transformation Configurations
|
|
@@ -46598,12 +45605,7 @@ class Client extends openapi_core_1.default {
|
|
|
46598
45605
|
reqBodyType: "formData",
|
|
46599
45606
|
bodyType: "json",
|
|
46600
45607
|
});
|
|
46601
|
-
|
|
46602
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListInstanceQuotasResponse({}));
|
|
46603
|
-
}
|
|
46604
|
-
else {
|
|
46605
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListInstanceQuotasResponse({}));
|
|
46606
|
-
}
|
|
45608
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListInstanceQuotasResponse({}));
|
|
46607
45609
|
}
|
|
46608
45610
|
/**
|
|
46609
45611
|
* Queries the quota details in a subscription plan.
|
|
@@ -46639,12 +45641,7 @@ class Client extends openapi_core_1.default {
|
|
|
46639
45641
|
reqBodyType: "formData",
|
|
46640
45642
|
bodyType: "json",
|
|
46641
45643
|
});
|
|
46642
|
-
|
|
46643
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListInstanceQuotasWithUsageResponse({}));
|
|
46644
|
-
}
|
|
46645
|
-
else {
|
|
46646
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListInstanceQuotasWithUsageResponse({}));
|
|
46647
|
-
}
|
|
45644
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListInstanceQuotasWithUsageResponse({}));
|
|
46648
45645
|
}
|
|
46649
45646
|
/**
|
|
46650
45647
|
* Queries quotas and the actual usage in a plan based on the website or plan ID.
|
|
@@ -46680,12 +45677,7 @@ class Client extends openapi_core_1.default {
|
|
|
46680
45677
|
reqBodyType: "formData",
|
|
46681
45678
|
bodyType: "json",
|
|
46682
45679
|
});
|
|
46683
|
-
|
|
46684
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListKvsResponse({}));
|
|
46685
|
-
}
|
|
46686
|
-
else {
|
|
46687
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListKvsResponse({}));
|
|
46688
|
-
}
|
|
45680
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListKvsResponse({}));
|
|
46689
45681
|
}
|
|
46690
45682
|
/**
|
|
46691
45683
|
* Lists all key-value pairs in a namespace in your Alibaba Cloud account.
|
|
@@ -46735,12 +45727,7 @@ class Client extends openapi_core_1.default {
|
|
|
46735
45727
|
reqBodyType: "formData",
|
|
46736
45728
|
bodyType: "json",
|
|
46737
45729
|
});
|
|
46738
|
-
|
|
46739
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListListsResponse({}));
|
|
46740
|
-
}
|
|
46741
|
-
else {
|
|
46742
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListListsResponse({}));
|
|
46743
|
-
}
|
|
45730
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListListsResponse({}));
|
|
46744
45731
|
}
|
|
46745
45732
|
/**
|
|
46746
45733
|
* Queries all custom lists and their details in an Alibaba Cloud account. You can specify query arguments to filter the results and display the returned lists by page.
|
|
@@ -46783,12 +45770,7 @@ class Client extends openapi_core_1.default {
|
|
|
46783
45770
|
reqBodyType: "formData",
|
|
46784
45771
|
bodyType: "json",
|
|
46785
45772
|
});
|
|
46786
|
-
|
|
46787
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListLoadBalancerOriginStatusResponse({}));
|
|
46788
|
-
}
|
|
46789
|
-
else {
|
|
46790
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListLoadBalancerOriginStatusResponse({}));
|
|
46791
|
-
}
|
|
45773
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListLoadBalancerOriginStatusResponse({}));
|
|
46792
45774
|
}
|
|
46793
45775
|
/**
|
|
46794
45776
|
* Query the status of origins in load balancers
|
|
@@ -46834,12 +45816,7 @@ class Client extends openapi_core_1.default {
|
|
|
46834
45816
|
reqBodyType: "formData",
|
|
46835
45817
|
bodyType: "json",
|
|
46836
45818
|
});
|
|
46837
|
-
|
|
46838
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListLoadBalancerRegionsResponse({}));
|
|
46839
|
-
}
|
|
46840
|
-
else {
|
|
46841
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListLoadBalancerRegionsResponse({}));
|
|
46842
|
-
}
|
|
45819
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListLoadBalancerRegionsResponse({}));
|
|
46843
45820
|
}
|
|
46844
45821
|
/**
|
|
46845
45822
|
* Query Load Balancer Region List
|
|
@@ -46878,12 +45855,7 @@ class Client extends openapi_core_1.default {
|
|
|
46878
45855
|
reqBodyType: "formData",
|
|
46879
45856
|
bodyType: "json",
|
|
46880
45857
|
});
|
|
46881
|
-
|
|
46882
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListLoadBalancersResponse({}));
|
|
46883
|
-
}
|
|
46884
|
-
else {
|
|
46885
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListLoadBalancersResponse({}));
|
|
46886
|
-
}
|
|
45858
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListLoadBalancersResponse({}));
|
|
46887
45859
|
}
|
|
46888
45860
|
/**
|
|
46889
45861
|
* Query the list of load balancers
|
|
@@ -46925,12 +45897,7 @@ class Client extends openapi_core_1.default {
|
|
|
46925
45897
|
reqBodyType: "formData",
|
|
46926
45898
|
bodyType: "json",
|
|
46927
45899
|
});
|
|
46928
|
-
|
|
46929
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListManagedRulesGroupsResponse({}));
|
|
46930
|
-
}
|
|
46931
|
-
else {
|
|
46932
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListManagedRulesGroupsResponse({}));
|
|
46933
|
-
}
|
|
45900
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListManagedRulesGroupsResponse({}));
|
|
46934
45901
|
}
|
|
46935
45902
|
/**
|
|
46936
45903
|
* List Custom Managed Rule Groups
|
|
@@ -46966,12 +45933,7 @@ class Client extends openapi_core_1.default {
|
|
|
46966
45933
|
reqBodyType: "formData",
|
|
46967
45934
|
bodyType: "json",
|
|
46968
45935
|
});
|
|
46969
|
-
|
|
46970
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListNetworkOptimizationsResponse({}));
|
|
46971
|
-
}
|
|
46972
|
-
else {
|
|
46973
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListNetworkOptimizationsResponse({}));
|
|
46974
|
-
}
|
|
45936
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListNetworkOptimizationsResponse({}));
|
|
46975
45937
|
}
|
|
46976
45938
|
/**
|
|
46977
45939
|
* Query multiple network optimization configurations
|
|
@@ -47007,12 +45969,7 @@ class Client extends openapi_core_1.default {
|
|
|
47007
45969
|
reqBodyType: "formData",
|
|
47008
45970
|
bodyType: "json",
|
|
47009
45971
|
});
|
|
47010
|
-
|
|
47011
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginCaCertificatesResponse({}));
|
|
47012
|
-
}
|
|
47013
|
-
else {
|
|
47014
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListOriginCaCertificatesResponse({}));
|
|
47015
|
-
}
|
|
45972
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginCaCertificatesResponse({}));
|
|
47016
45973
|
}
|
|
47017
45974
|
/**
|
|
47018
45975
|
* 查询源服务器CA证书列表
|
|
@@ -47048,12 +46005,7 @@ class Client extends openapi_core_1.default {
|
|
|
47048
46005
|
reqBodyType: "formData",
|
|
47049
46006
|
bodyType: "json",
|
|
47050
46007
|
});
|
|
47051
|
-
|
|
47052
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginClientCertificatesResponse({}));
|
|
47053
|
-
}
|
|
47054
|
-
else {
|
|
47055
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListOriginClientCertificatesResponse({}));
|
|
47056
|
-
}
|
|
46008
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginClientCertificatesResponse({}));
|
|
47057
46009
|
}
|
|
47058
46010
|
/**
|
|
47059
46011
|
* 查询域名回源客户端证书列表
|
|
@@ -47089,12 +46041,7 @@ class Client extends openapi_core_1.default {
|
|
|
47089
46041
|
reqBodyType: "formData",
|
|
47090
46042
|
bodyType: "json",
|
|
47091
46043
|
});
|
|
47092
|
-
|
|
47093
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginPoolsResponse({}));
|
|
47094
|
-
}
|
|
47095
|
-
else {
|
|
47096
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListOriginPoolsResponse({}));
|
|
47097
|
-
}
|
|
46044
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginPoolsResponse({}));
|
|
47098
46045
|
}
|
|
47099
46046
|
/**
|
|
47100
46047
|
* List Origin Pools
|
|
@@ -47130,12 +46077,7 @@ class Client extends openapi_core_1.default {
|
|
|
47130
46077
|
reqBodyType: "formData",
|
|
47131
46078
|
bodyType: "json",
|
|
47132
46079
|
});
|
|
47133
|
-
|
|
47134
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginRulesResponse({}));
|
|
47135
|
-
}
|
|
47136
|
-
else {
|
|
47137
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListOriginRulesResponse({}));
|
|
47138
|
-
}
|
|
46080
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListOriginRulesResponse({}));
|
|
47139
46081
|
}
|
|
47140
46082
|
/**
|
|
47141
46083
|
* Query multiple origin rule configurations
|
|
@@ -47185,12 +46127,7 @@ class Client extends openapi_core_1.default {
|
|
|
47185
46127
|
reqBodyType: "formData",
|
|
47186
46128
|
bodyType: "json",
|
|
47187
46129
|
});
|
|
47188
|
-
|
|
47189
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListPagesResponse({}));
|
|
47190
|
-
}
|
|
47191
|
-
else {
|
|
47192
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListPagesResponse({}));
|
|
47193
|
-
}
|
|
46130
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListPagesResponse({}));
|
|
47194
46131
|
}
|
|
47195
46132
|
/**
|
|
47196
46133
|
* Lists all custom error pages that you created. You can define the page number and the number of entries per page to display the response.
|
|
@@ -47229,12 +46166,7 @@ class Client extends openapi_core_1.default {
|
|
|
47229
46166
|
reqBodyType: "formData",
|
|
47230
46167
|
bodyType: "json",
|
|
47231
46168
|
});
|
|
47232
|
-
|
|
47233
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListRecordsResponse({}));
|
|
47234
|
-
}
|
|
47235
|
-
else {
|
|
47236
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListRecordsResponse({}));
|
|
47237
|
-
}
|
|
46169
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListRecordsResponse({}));
|
|
47238
46170
|
}
|
|
47239
46171
|
/**
|
|
47240
46172
|
* Queries a list of Domain Name System (DNS) records of a website, including the record value, priority, and authentication configurations. Supports filtering by specifying parameters such as RecordName and RecordMatchType.
|
|
@@ -47273,12 +46205,7 @@ class Client extends openapi_core_1.default {
|
|
|
47273
46205
|
reqBodyType: "formData",
|
|
47274
46206
|
bodyType: "json",
|
|
47275
46207
|
});
|
|
47276
|
-
|
|
47277
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListRedirectRulesResponse({}));
|
|
47278
|
-
}
|
|
47279
|
-
else {
|
|
47280
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListRedirectRulesResponse({}));
|
|
47281
|
-
}
|
|
46208
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListRedirectRulesResponse({}));
|
|
47282
46209
|
}
|
|
47283
46210
|
/**
|
|
47284
46211
|
* Query Redirect Rule List
|
|
@@ -47314,12 +46241,7 @@ class Client extends openapi_core_1.default {
|
|
|
47314
46241
|
reqBodyType: "formData",
|
|
47315
46242
|
bodyType: "json",
|
|
47316
46243
|
});
|
|
47317
|
-
|
|
47318
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListRewriteUrlRulesResponse({}));
|
|
47319
|
-
}
|
|
47320
|
-
else {
|
|
47321
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListRewriteUrlRulesResponse({}));
|
|
47322
|
-
}
|
|
46244
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListRewriteUrlRulesResponse({}));
|
|
47323
46245
|
}
|
|
47324
46246
|
/**
|
|
47325
46247
|
* List of Rewrite URL Rules
|
|
@@ -47351,12 +46273,7 @@ class Client extends openapi_core_1.default {
|
|
|
47351
46273
|
reqBodyType: "formData",
|
|
47352
46274
|
bodyType: "json",
|
|
47353
46275
|
});
|
|
47354
|
-
|
|
47355
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListRoutineCanaryAreasResponse({}));
|
|
47356
|
-
}
|
|
47357
|
-
else {
|
|
47358
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListRoutineCanaryAreasResponse({}));
|
|
47359
|
-
}
|
|
46276
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListRoutineCanaryAreasResponse({}));
|
|
47360
46277
|
}
|
|
47361
46278
|
/**
|
|
47362
46279
|
* Lists the regions to which Edge Routine code can be released for canary deployment.
|
|
@@ -47402,12 +46319,7 @@ class Client extends openapi_core_1.default {
|
|
|
47402
46319
|
reqBodyType: "formData",
|
|
47403
46320
|
bodyType: "json",
|
|
47404
46321
|
});
|
|
47405
|
-
|
|
47406
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
47407
|
-
}
|
|
47408
|
-
else {
|
|
47409
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
47410
|
-
}
|
|
46322
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListRoutineRelatedRecordsResponse({}));
|
|
47411
46323
|
}
|
|
47412
46324
|
/**
|
|
47413
46325
|
* 查询函数关联域名列表
|
|
@@ -47452,12 +46364,7 @@ class Client extends openapi_core_1.default {
|
|
|
47452
46364
|
reqBodyType: "formData",
|
|
47453
46365
|
bodyType: "json",
|
|
47454
46366
|
});
|
|
47455
|
-
|
|
47456
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
47457
|
-
}
|
|
47458
|
-
else {
|
|
47459
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
47460
|
-
}
|
|
46367
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListRoutineRoutesResponse({}));
|
|
47461
46368
|
}
|
|
47462
46369
|
/**
|
|
47463
46370
|
* 查询边缘程序的函数路由列表
|
|
@@ -47493,12 +46400,7 @@ class Client extends openapi_core_1.default {
|
|
|
47493
46400
|
reqBodyType: "formData",
|
|
47494
46401
|
bodyType: "json",
|
|
47495
46402
|
});
|
|
47496
|
-
|
|
47497
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListScheduledPreloadExecutionsResponse({}));
|
|
47498
|
-
}
|
|
47499
|
-
else {
|
|
47500
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListScheduledPreloadExecutionsResponse({}));
|
|
47501
|
-
}
|
|
46403
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListScheduledPreloadExecutionsResponse({}));
|
|
47502
46404
|
}
|
|
47503
46405
|
/**
|
|
47504
46406
|
* Lists the plans in a scheduled prefetch task by task ID.
|
|
@@ -47534,12 +46436,7 @@ class Client extends openapi_core_1.default {
|
|
|
47534
46436
|
reqBodyType: "formData",
|
|
47535
46437
|
bodyType: "json",
|
|
47536
46438
|
});
|
|
47537
|
-
|
|
47538
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListScheduledPreloadJobsResponse({}));
|
|
47539
|
-
}
|
|
47540
|
-
else {
|
|
47541
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListScheduledPreloadJobsResponse({}));
|
|
47542
|
-
}
|
|
46439
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListScheduledPreloadJobsResponse({}));
|
|
47543
46440
|
}
|
|
47544
46441
|
/**
|
|
47545
46442
|
* Queries the scheduled prefetch tasks for a website.
|
|
@@ -47575,12 +46472,7 @@ class Client extends openapi_core_1.default {
|
|
|
47575
46472
|
reqBodyType: "formData",
|
|
47576
46473
|
bodyType: "json",
|
|
47577
46474
|
});
|
|
47578
|
-
|
|
47579
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListSiteDeliveryTasksResponse({}));
|
|
47580
|
-
}
|
|
47581
|
-
else {
|
|
47582
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListSiteDeliveryTasksResponse({}));
|
|
47583
|
-
}
|
|
46475
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListSiteDeliveryTasksResponse({}));
|
|
47584
46476
|
}
|
|
47585
46477
|
/**
|
|
47586
46478
|
* Lists all log delivery tasks that are in progress.
|
|
@@ -47634,12 +46526,7 @@ class Client extends openapi_core_1.default {
|
|
|
47634
46526
|
reqBodyType: "formData",
|
|
47635
46527
|
bodyType: "json",
|
|
47636
46528
|
});
|
|
47637
|
-
|
|
47638
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
47639
|
-
}
|
|
47640
|
-
else {
|
|
47641
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
47642
|
-
}
|
|
46529
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListSiteRoutesResponse({}));
|
|
47643
46530
|
}
|
|
47644
46531
|
/**
|
|
47645
46532
|
* 查询站点的函数路由列表
|
|
@@ -47680,12 +46567,7 @@ class Client extends openapi_core_1.default {
|
|
|
47680
46567
|
reqBodyType: "formData",
|
|
47681
46568
|
bodyType: "json",
|
|
47682
46569
|
});
|
|
47683
|
-
|
|
47684
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListSitesResponse({}));
|
|
47685
|
-
}
|
|
47686
|
-
else {
|
|
47687
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListSitesResponse({}));
|
|
47688
|
-
}
|
|
46570
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListSitesResponse({}));
|
|
47689
46571
|
}
|
|
47690
46572
|
/**
|
|
47691
46573
|
* Queries the information about websites in your account, such as the name, status, and configuration of each website.
|
|
@@ -47745,12 +46627,7 @@ class Client extends openapi_core_1.default {
|
|
|
47745
46627
|
reqBodyType: "formData",
|
|
47746
46628
|
bodyType: "json",
|
|
47747
46629
|
});
|
|
47748
|
-
|
|
47749
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
47750
|
-
}
|
|
47751
|
-
else {
|
|
47752
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListTagResourcesResponse({}));
|
|
47753
|
-
}
|
|
46630
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListTagResourcesResponse({}));
|
|
47754
46631
|
}
|
|
47755
46632
|
/**
|
|
47756
46633
|
* Queries tags based on the region ID and resource type.
|
|
@@ -47786,12 +46663,7 @@ class Client extends openapi_core_1.default {
|
|
|
47786
46663
|
reqBodyType: "formData",
|
|
47787
46664
|
bodyType: "json",
|
|
47788
46665
|
});
|
|
47789
|
-
|
|
47790
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListUploadTasksResponse({}));
|
|
47791
|
-
}
|
|
47792
|
-
else {
|
|
47793
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListUploadTasksResponse({}));
|
|
47794
|
-
}
|
|
46666
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListUploadTasksResponse({}));
|
|
47795
46667
|
}
|
|
47796
46668
|
/**
|
|
47797
46669
|
* Queries the execution status and running information of file upload tasks based on the task time and type.
|
|
@@ -47827,12 +46699,7 @@ class Client extends openapi_core_1.default {
|
|
|
47827
46699
|
reqBodyType: "formData",
|
|
47828
46700
|
bodyType: "json",
|
|
47829
46701
|
});
|
|
47830
|
-
|
|
47831
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListUserDeliveryTasksResponse({}));
|
|
47832
|
-
}
|
|
47833
|
-
else {
|
|
47834
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListUserDeliveryTasksResponse({}));
|
|
47835
|
-
}
|
|
46702
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListUserDeliveryTasksResponse({}));
|
|
47836
46703
|
}
|
|
47837
46704
|
/**
|
|
47838
46705
|
* Queries all delivery tasks in your Alibaba Cloud account by page. You can filter the delivery tasks by the category of the delivered real-time logs.
|
|
@@ -47868,12 +46735,7 @@ class Client extends openapi_core_1.default {
|
|
|
47868
46735
|
reqBodyType: "formData",
|
|
47869
46736
|
bodyType: "json",
|
|
47870
46737
|
});
|
|
47871
|
-
|
|
47872
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListUserRatePlanInstancesResponse({}));
|
|
47873
|
-
}
|
|
47874
|
-
else {
|
|
47875
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListUserRatePlanInstancesResponse({}));
|
|
47876
|
-
}
|
|
46738
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListUserRatePlanInstancesResponse({}));
|
|
47877
46739
|
}
|
|
47878
46740
|
/**
|
|
47879
46741
|
* Queries the plans that you purchased and the details of the plans.
|
|
@@ -47918,12 +46780,7 @@ class Client extends openapi_core_1.default {
|
|
|
47918
46780
|
reqBodyType: "formData",
|
|
47919
46781
|
bodyType: "json",
|
|
47920
46782
|
});
|
|
47921
|
-
|
|
47922
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
47923
|
-
}
|
|
47924
|
-
else {
|
|
47925
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
47926
|
-
}
|
|
46783
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListUserRoutinesResponse({}));
|
|
47927
46784
|
}
|
|
47928
46785
|
/**
|
|
47929
46786
|
* 查询用户的Routine列表
|
|
@@ -47988,12 +46845,7 @@ class Client extends openapi_core_1.default {
|
|
|
47988
46845
|
reqBodyType: "formData",
|
|
47989
46846
|
bodyType: "json",
|
|
47990
46847
|
});
|
|
47991
|
-
|
|
47992
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWafManagedRulesResponse({}));
|
|
47993
|
-
}
|
|
47994
|
-
else {
|
|
47995
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWafManagedRulesResponse({}));
|
|
47996
|
-
}
|
|
46848
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWafManagedRulesResponse({}));
|
|
47997
46849
|
}
|
|
47998
46850
|
/**
|
|
47999
46851
|
* List WAF Managed Rules
|
|
@@ -48035,12 +46887,7 @@ class Client extends openapi_core_1.default {
|
|
|
48035
46887
|
reqBodyType: "formData",
|
|
48036
46888
|
bodyType: "json",
|
|
48037
46889
|
});
|
|
48038
|
-
|
|
48039
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWafPhasesResponse({}));
|
|
48040
|
-
}
|
|
48041
|
-
else {
|
|
48042
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWafPhasesResponse({}));
|
|
48043
|
-
}
|
|
46890
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWafPhasesResponse({}));
|
|
48044
46891
|
}
|
|
48045
46892
|
/**
|
|
48046
46893
|
* List WAF Phases
|
|
@@ -48102,12 +46949,7 @@ class Client extends openapi_core_1.default {
|
|
|
48102
46949
|
reqBodyType: "formData",
|
|
48103
46950
|
bodyType: "json",
|
|
48104
46951
|
});
|
|
48105
|
-
|
|
48106
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWafRulesResponse({}));
|
|
48107
|
-
}
|
|
48108
|
-
else {
|
|
48109
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWafRulesResponse({}));
|
|
48110
|
-
}
|
|
46952
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWafRulesResponse({}));
|
|
48111
46953
|
}
|
|
48112
46954
|
/**
|
|
48113
46955
|
* List WAF Rules
|
|
@@ -48166,12 +47008,7 @@ class Client extends openapi_core_1.default {
|
|
|
48166
47008
|
reqBodyType: "formData",
|
|
48167
47009
|
bodyType: "json",
|
|
48168
47010
|
});
|
|
48169
|
-
|
|
48170
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWafRulesetsResponse({}));
|
|
48171
|
-
}
|
|
48172
|
-
else {
|
|
48173
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWafRulesetsResponse({}));
|
|
48174
|
-
}
|
|
47011
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWafRulesetsResponse({}));
|
|
48175
47012
|
}
|
|
48176
47013
|
/**
|
|
48177
47014
|
* List WAF Rule Sets
|
|
@@ -48221,12 +47058,7 @@ class Client extends openapi_core_1.default {
|
|
|
48221
47058
|
reqBodyType: "formData",
|
|
48222
47059
|
bodyType: "json",
|
|
48223
47060
|
});
|
|
48224
|
-
|
|
48225
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWafTemplateRulesResponse({}));
|
|
48226
|
-
}
|
|
48227
|
-
else {
|
|
48228
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWafTemplateRulesResponse({}));
|
|
48229
|
-
}
|
|
47061
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWafTemplateRulesResponse({}));
|
|
48230
47062
|
}
|
|
48231
47063
|
/**
|
|
48232
47064
|
* List WAF Template Rules
|
|
@@ -48268,12 +47100,7 @@ class Client extends openapi_core_1.default {
|
|
|
48268
47100
|
reqBodyType: "formData",
|
|
48269
47101
|
bodyType: "json",
|
|
48270
47102
|
});
|
|
48271
|
-
|
|
48272
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWafUsageOfRulesResponse({}));
|
|
48273
|
-
}
|
|
48274
|
-
else {
|
|
48275
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWafUsageOfRulesResponse({}));
|
|
48276
|
-
}
|
|
47103
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWafUsageOfRulesResponse({}));
|
|
48277
47104
|
}
|
|
48278
47105
|
/**
|
|
48279
47106
|
* List WAF Rule Usage
|
|
@@ -48312,12 +47139,7 @@ class Client extends openapi_core_1.default {
|
|
|
48312
47139
|
reqBodyType: "formData",
|
|
48313
47140
|
bodyType: "json",
|
|
48314
47141
|
});
|
|
48315
|
-
|
|
48316
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWaitingRoomEventsResponse({}));
|
|
48317
|
-
}
|
|
48318
|
-
else {
|
|
48319
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWaitingRoomEventsResponse({}));
|
|
48320
|
-
}
|
|
47142
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWaitingRoomEventsResponse({}));
|
|
48321
47143
|
}
|
|
48322
47144
|
/**
|
|
48323
47145
|
* Queries the information about waiting room events for a waiting room.
|
|
@@ -48359,12 +47181,7 @@ class Client extends openapi_core_1.default {
|
|
|
48359
47181
|
reqBodyType: "formData",
|
|
48360
47182
|
bodyType: "json",
|
|
48361
47183
|
});
|
|
48362
|
-
|
|
48363
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWaitingRoomRulesResponse({}));
|
|
48364
|
-
}
|
|
48365
|
-
else {
|
|
48366
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWaitingRoomRulesResponse({}));
|
|
48367
|
-
}
|
|
47184
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWaitingRoomRulesResponse({}));
|
|
48368
47185
|
}
|
|
48369
47186
|
/**
|
|
48370
47187
|
* Query Waiting Room Bypass Rules
|
|
@@ -48406,12 +47223,7 @@ class Client extends openapi_core_1.default {
|
|
|
48406
47223
|
reqBodyType: "formData",
|
|
48407
47224
|
bodyType: "json",
|
|
48408
47225
|
});
|
|
48409
|
-
|
|
48410
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ListWaitingRoomsResponse({}));
|
|
48411
|
-
}
|
|
48412
|
-
else {
|
|
48413
|
-
return $dara.cast(await this.execute(params, req, runtime), new ListWaitingRoomsResponse({}));
|
|
48414
|
-
}
|
|
47226
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ListWaitingRoomsResponse({}));
|
|
48415
47227
|
}
|
|
48416
47228
|
/**
|
|
48417
47229
|
* Queries the information about all waiting rooms in a website.
|
|
@@ -48467,12 +47279,7 @@ class Client extends openapi_core_1.default {
|
|
|
48467
47279
|
reqBodyType: "formData",
|
|
48468
47280
|
bodyType: "json",
|
|
48469
47281
|
});
|
|
48470
|
-
|
|
48471
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PreloadCachesResponse({}));
|
|
48472
|
-
}
|
|
48473
|
-
else {
|
|
48474
|
-
return $dara.cast(await this.execute(params, req, runtime), new PreloadCachesResponse({}));
|
|
48475
|
-
}
|
|
47282
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PreloadCachesResponse({}));
|
|
48476
47283
|
}
|
|
48477
47284
|
/**
|
|
48478
47285
|
* Prefetches cache.
|
|
@@ -48542,12 +47349,7 @@ class Client extends openapi_core_1.default {
|
|
|
48542
47349
|
reqBodyType: "formData",
|
|
48543
47350
|
bodyType: "json",
|
|
48544
47351
|
});
|
|
48545
|
-
|
|
48546
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PublishEdgeContainerAppVersionResponse({}));
|
|
48547
|
-
}
|
|
48548
|
-
else {
|
|
48549
|
-
return $dara.cast(await this.execute(params, req, runtime), new PublishEdgeContainerAppVersionResponse({}));
|
|
48550
|
-
}
|
|
47352
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PublishEdgeContainerAppVersionResponse({}));
|
|
48551
47353
|
}
|
|
48552
47354
|
/**
|
|
48553
47355
|
* Releases a specific version of a containerized application. You can call this operation to iterate an application.
|
|
@@ -48592,12 +47394,7 @@ class Client extends openapi_core_1.default {
|
|
|
48592
47394
|
reqBodyType: "formData",
|
|
48593
47395
|
bodyType: "json",
|
|
48594
47396
|
});
|
|
48595
|
-
|
|
48596
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PublishRoutineCodeVersionResponse({}));
|
|
48597
|
-
}
|
|
48598
|
-
else {
|
|
48599
|
-
return $dara.cast(await this.execute(params, req, runtime), new PublishRoutineCodeVersionResponse({}));
|
|
48600
|
-
}
|
|
47397
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PublishRoutineCodeVersionResponse({}));
|
|
48601
47398
|
}
|
|
48602
47399
|
/**
|
|
48603
47400
|
* Releases a code version of a routine to the staging, canary, or production environment. You can specify the regions where the canary environment is deployed to release your code.
|
|
@@ -48651,12 +47448,7 @@ class Client extends openapi_core_1.default {
|
|
|
48651
47448
|
reqBodyType: "formData",
|
|
48652
47449
|
bodyType: "json",
|
|
48653
47450
|
});
|
|
48654
|
-
|
|
48655
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PurchaseCacheReserveResponse({}));
|
|
48656
|
-
}
|
|
48657
|
-
else {
|
|
48658
|
-
return $dara.cast(await this.execute(params, req, runtime), new PurchaseCacheReserveResponse({}));
|
|
48659
|
-
}
|
|
47451
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PurchaseCacheReserveResponse({}));
|
|
48660
47452
|
}
|
|
48661
47453
|
/**
|
|
48662
47454
|
* New Purchase of Cache Retention
|
|
@@ -48726,12 +47518,7 @@ class Client extends openapi_core_1.default {
|
|
|
48726
47518
|
reqBodyType: "formData",
|
|
48727
47519
|
bodyType: "json",
|
|
48728
47520
|
});
|
|
48729
|
-
|
|
48730
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PurchaseRatePlanResponse({}));
|
|
48731
|
-
}
|
|
48732
|
-
else {
|
|
48733
|
-
return $dara.cast(await this.execute(params, req, runtime), new PurchaseRatePlanResponse({}));
|
|
48734
|
-
}
|
|
47521
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PurchaseRatePlanResponse({}));
|
|
48735
47522
|
}
|
|
48736
47523
|
/**
|
|
48737
47524
|
* Purchase New Package
|
|
@@ -48791,12 +47578,7 @@ class Client extends openapi_core_1.default {
|
|
|
48791
47578
|
reqBodyType: "formData",
|
|
48792
47579
|
bodyType: "json",
|
|
48793
47580
|
});
|
|
48794
|
-
|
|
48795
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PurgeCachesResponse({}));
|
|
48796
|
-
}
|
|
48797
|
-
else {
|
|
48798
|
-
return $dara.cast(await this.execute(params, req, runtime), new PurgeCachesResponse({}));
|
|
48799
|
-
}
|
|
47581
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PurgeCachesResponse({}));
|
|
48800
47582
|
}
|
|
48801
47583
|
/**
|
|
48802
47584
|
* Cache Refresh
|
|
@@ -48852,12 +47634,7 @@ class Client extends openapi_core_1.default {
|
|
|
48852
47634
|
reqBodyType: "formData",
|
|
48853
47635
|
bodyType: "json",
|
|
48854
47636
|
});
|
|
48855
|
-
|
|
48856
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PutKvResponse({}));
|
|
48857
|
-
}
|
|
48858
|
-
else {
|
|
48859
|
-
return $dara.cast(await this.execute(params, req, runtime), new PutKvResponse({}));
|
|
48860
|
-
}
|
|
47637
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PutKvResponse({}));
|
|
48861
47638
|
}
|
|
48862
47639
|
/**
|
|
48863
47640
|
* Configures a key-value pair for a namespace. The request body can be up to 2 MB.
|
|
@@ -48940,12 +47717,7 @@ class Client extends openapi_core_1.default {
|
|
|
48940
47717
|
reqBodyType: "formData",
|
|
48941
47718
|
bodyType: "json",
|
|
48942
47719
|
});
|
|
48943
|
-
|
|
48944
|
-
return $dara.cast(await this.callApi(params, req, runtime), new PutKvWithHighCapacityResponse({}));
|
|
48945
|
-
}
|
|
48946
|
-
else {
|
|
48947
|
-
return $dara.cast(await this.execute(params, req, runtime), new PutKvWithHighCapacityResponse({}));
|
|
48948
|
-
}
|
|
47720
|
+
return $dara.cast(await this.callApi(params, req, runtime), new PutKvWithHighCapacityResponse({}));
|
|
48949
47721
|
}
|
|
48950
47722
|
/**
|
|
48951
47723
|
* Configures a large key-value pair for a namespace. The request body can be up to 25 MB.
|
|
@@ -49093,12 +47865,7 @@ class Client extends openapi_core_1.default {
|
|
|
49093
47865
|
reqBodyType: "formData",
|
|
49094
47866
|
bodyType: "json",
|
|
49095
47867
|
});
|
|
49096
|
-
|
|
49097
|
-
return $dara.cast(await this.callApi(params, req, runtime), new RebuildEdgeContainerAppStagingEnvResponse({}));
|
|
49098
|
-
}
|
|
49099
|
-
else {
|
|
49100
|
-
return $dara.cast(await this.execute(params, req, runtime), new RebuildEdgeContainerAppStagingEnvResponse({}));
|
|
49101
|
-
}
|
|
47868
|
+
return $dara.cast(await this.callApi(params, req, runtime), new RebuildEdgeContainerAppStagingEnvResponse({}));
|
|
49102
47869
|
}
|
|
49103
47870
|
/**
|
|
49104
47871
|
* Rebuilds the staging environment for containerized applications.
|
|
@@ -49137,12 +47904,7 @@ class Client extends openapi_core_1.default {
|
|
|
49137
47904
|
reqBodyType: "formData",
|
|
49138
47905
|
bodyType: "json",
|
|
49139
47906
|
});
|
|
49140
|
-
|
|
49141
|
-
return $dara.cast(await this.callApi(params, req, runtime), new ResetScheduledPreloadJobResponse({}));
|
|
49142
|
-
}
|
|
49143
|
-
else {
|
|
49144
|
-
return $dara.cast(await this.execute(params, req, runtime), new ResetScheduledPreloadJobResponse({}));
|
|
49145
|
-
}
|
|
47907
|
+
return $dara.cast(await this.callApi(params, req, runtime), new ResetScheduledPreloadJobResponse({}));
|
|
49146
47908
|
}
|
|
49147
47909
|
/**
|
|
49148
47910
|
* Resets the progress of a scheduled prefetch task and starts the prefetch from the beginning.
|
|
@@ -49178,12 +47940,7 @@ class Client extends openapi_core_1.default {
|
|
|
49178
47940
|
reqBodyType: "formData",
|
|
49179
47941
|
bodyType: "json",
|
|
49180
47942
|
});
|
|
49181
|
-
|
|
49182
|
-
return $dara.cast(await this.callApi(params, req, runtime), new RevokeClientCertificateResponse({}));
|
|
49183
|
-
}
|
|
49184
|
-
else {
|
|
49185
|
-
return $dara.cast(await this.execute(params, req, runtime), new RevokeClientCertificateResponse({}));
|
|
49186
|
-
}
|
|
47943
|
+
return $dara.cast(await this.callApi(params, req, runtime), new RevokeClientCertificateResponse({}));
|
|
49187
47944
|
}
|
|
49188
47945
|
/**
|
|
49189
47946
|
* Revokes an activated client certificate.
|
|
@@ -49236,12 +47993,7 @@ class Client extends openapi_core_1.default {
|
|
|
49236
47993
|
reqBodyType: "formData",
|
|
49237
47994
|
bodyType: "json",
|
|
49238
47995
|
});
|
|
49239
|
-
|
|
49240
|
-
return $dara.cast(await this.callApi(params, req, runtime), new RollbackEdgeContainerAppVersionResponse({}));
|
|
49241
|
-
}
|
|
49242
|
-
else {
|
|
49243
|
-
return $dara.cast(await this.execute(params, req, runtime), new RollbackEdgeContainerAppVersionResponse({}));
|
|
49244
|
-
}
|
|
47996
|
+
return $dara.cast(await this.callApi(params, req, runtime), new RollbackEdgeContainerAppVersionResponse({}));
|
|
49245
47997
|
}
|
|
49246
47998
|
/**
|
|
49247
47999
|
* Rolls back a version of a containerized application.
|
|
@@ -49309,12 +48061,7 @@ class Client extends openapi_core_1.default {
|
|
|
49309
48061
|
reqBodyType: "formData",
|
|
49310
48062
|
bodyType: "json",
|
|
49311
48063
|
});
|
|
49312
|
-
|
|
49313
|
-
return $dara.cast(await this.callApi(params, req, runtime), new SetCertificateResponse({}));
|
|
49314
|
-
}
|
|
49315
|
-
else {
|
|
49316
|
-
return $dara.cast(await this.execute(params, req, runtime), new SetCertificateResponse({}));
|
|
49317
|
-
}
|
|
48064
|
+
return $dara.cast(await this.callApi(params, req, runtime), new SetCertificateResponse({}));
|
|
49318
48065
|
}
|
|
49319
48066
|
/**
|
|
49320
48067
|
* Configures whether to enable certificates and update certificate information for a website.
|
|
@@ -49366,12 +48113,7 @@ class Client extends openapi_core_1.default {
|
|
|
49366
48113
|
reqBodyType: "formData",
|
|
49367
48114
|
bodyType: "json",
|
|
49368
48115
|
});
|
|
49369
|
-
|
|
49370
|
-
return $dara.cast(await this.callApi(params, req, runtime), new SetClientCertificateHostnamesResponse({}));
|
|
49371
|
-
}
|
|
49372
|
-
else {
|
|
49373
|
-
return $dara.cast(await this.execute(params, req, runtime), new SetClientCertificateHostnamesResponse({}));
|
|
49374
|
-
}
|
|
48116
|
+
return $dara.cast(await this.callApi(params, req, runtime), new SetClientCertificateHostnamesResponse({}));
|
|
49375
48117
|
}
|
|
49376
48118
|
/**
|
|
49377
48119
|
* Associates domain names with a client CA certificate. If no certificate is specified, domain names are associated with an Edge Security Acceleration (ESA)-managed CA certificate.
|
|
@@ -49416,12 +48158,7 @@ class Client extends openapi_core_1.default {
|
|
|
49416
48158
|
reqBodyType: "formData",
|
|
49417
48159
|
bodyType: "json",
|
|
49418
48160
|
});
|
|
49419
|
-
|
|
49420
|
-
return $dara.cast(await this.callApi(params, req, runtime), new SetHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
49421
|
-
}
|
|
49422
|
-
else {
|
|
49423
|
-
return $dara.cast(await this.execute(params, req, runtime), new SetHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
49424
|
-
}
|
|
48161
|
+
return $dara.cast(await this.callApi(params, req, runtime), new SetHttpDDoSAttackIntelligentProtectionResponse({}));
|
|
49425
48162
|
}
|
|
49426
48163
|
/**
|
|
49427
48164
|
* Configures smart HTTP DDoS protection.
|
|
@@ -49463,12 +48200,7 @@ class Client extends openapi_core_1.default {
|
|
|
49463
48200
|
reqBodyType: "formData",
|
|
49464
48201
|
bodyType: "json",
|
|
49465
48202
|
});
|
|
49466
|
-
|
|
49467
|
-
return $dara.cast(await this.callApi(params, req, runtime), new SetHttpDDoSAttackProtectionResponse({}));
|
|
49468
|
-
}
|
|
49469
|
-
else {
|
|
49470
|
-
return $dara.cast(await this.execute(params, req, runtime), new SetHttpDDoSAttackProtectionResponse({}));
|
|
49471
|
-
}
|
|
48203
|
+
return $dara.cast(await this.callApi(params, req, runtime), new SetHttpDDoSAttackProtectionResponse({}));
|
|
49472
48204
|
}
|
|
49473
48205
|
/**
|
|
49474
48206
|
* Configures HTTP DDoS attack protection for a website.
|
|
@@ -49518,12 +48250,7 @@ class Client extends openapi_core_1.default {
|
|
|
49518
48250
|
reqBodyType: "formData",
|
|
49519
48251
|
bodyType: "json",
|
|
49520
48252
|
});
|
|
49521
|
-
|
|
49522
|
-
return $dara.cast(await this.callApi(params, req, runtime), new SetOriginClientCertificateHostnamesResponse({}));
|
|
49523
|
-
}
|
|
49524
|
-
else {
|
|
49525
|
-
return $dara.cast(await this.execute(params, req, runtime), new SetOriginClientCertificateHostnamesResponse({}));
|
|
49526
|
-
}
|
|
48253
|
+
return $dara.cast(await this.callApi(params, req, runtime), new SetOriginClientCertificateHostnamesResponse({}));
|
|
49527
48254
|
}
|
|
49528
48255
|
/**
|
|
49529
48256
|
* 为域名回源客户端证书绑定域名
|
|
@@ -49562,12 +48289,7 @@ class Client extends openapi_core_1.default {
|
|
|
49562
48289
|
reqBodyType: "formData",
|
|
49563
48290
|
bodyType: "json",
|
|
49564
48291
|
});
|
|
49565
|
-
|
|
49566
|
-
return $dara.cast(await this.callApi(params, req, runtime), new StartScheduledPreloadExecutionResponse({}));
|
|
49567
|
-
}
|
|
49568
|
-
else {
|
|
49569
|
-
return $dara.cast(await this.execute(params, req, runtime), new StartScheduledPreloadExecutionResponse({}));
|
|
49570
|
-
}
|
|
48292
|
+
return $dara.cast(await this.callApi(params, req, runtime), new StartScheduledPreloadExecutionResponse({}));
|
|
49571
48293
|
}
|
|
49572
48294
|
/**
|
|
49573
48295
|
* Starts a scheduled prefetch plan based on the plan ID.
|
|
@@ -49606,12 +48328,7 @@ class Client extends openapi_core_1.default {
|
|
|
49606
48328
|
reqBodyType: "formData",
|
|
49607
48329
|
bodyType: "json",
|
|
49608
48330
|
});
|
|
49609
|
-
|
|
49610
|
-
return $dara.cast(await this.callApi(params, req, runtime), new StopScheduledPreloadExecutionResponse({}));
|
|
49611
|
-
}
|
|
49612
|
-
else {
|
|
49613
|
-
return $dara.cast(await this.execute(params, req, runtime), new StopScheduledPreloadExecutionResponse({}));
|
|
49614
|
-
}
|
|
48331
|
+
return $dara.cast(await this.callApi(params, req, runtime), new StopScheduledPreloadExecutionResponse({}));
|
|
49615
48332
|
}
|
|
49616
48333
|
/**
|
|
49617
48334
|
* Stops a scheduled prefetch plan based on the plan ID.
|
|
@@ -49668,12 +48385,7 @@ class Client extends openapi_core_1.default {
|
|
|
49668
48385
|
reqBodyType: "formData",
|
|
49669
48386
|
bodyType: "json",
|
|
49670
48387
|
});
|
|
49671
|
-
|
|
49672
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
49673
|
-
}
|
|
49674
|
-
else {
|
|
49675
|
-
return $dara.cast(await this.execute(params, req, runtime), new UntagResourcesResponse({}));
|
|
49676
|
-
}
|
|
48388
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UntagResourcesResponse({}));
|
|
49677
48389
|
}
|
|
49678
48390
|
/**
|
|
49679
48391
|
* Deletes a resource tag based on a specified resource ID.
|
|
@@ -49721,12 +48433,7 @@ class Client extends openapi_core_1.default {
|
|
|
49721
48433
|
reqBodyType: "formData",
|
|
49722
48434
|
bodyType: "json",
|
|
49723
48435
|
});
|
|
49724
|
-
|
|
49725
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCacheReserveSpecResponse({}));
|
|
49726
|
-
}
|
|
49727
|
-
else {
|
|
49728
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCacheReserveSpecResponse({}));
|
|
49729
|
-
}
|
|
48436
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCacheReserveSpecResponse({}));
|
|
49730
48437
|
}
|
|
49731
48438
|
/**
|
|
49732
48439
|
* 缓存保持变配
|
|
@@ -49840,12 +48547,7 @@ class Client extends openapi_core_1.default {
|
|
|
49840
48547
|
reqBodyType: "formData",
|
|
49841
48548
|
bodyType: "json",
|
|
49842
48549
|
});
|
|
49843
|
-
|
|
49844
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCacheRuleResponse({}));
|
|
49845
|
-
}
|
|
49846
|
-
else {
|
|
49847
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCacheRuleResponse({}));
|
|
49848
|
-
}
|
|
48550
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCacheRuleResponse({}));
|
|
49849
48551
|
}
|
|
49850
48552
|
/**
|
|
49851
48553
|
* Modify cache configuration
|
|
@@ -49893,12 +48595,7 @@ class Client extends openapi_core_1.default {
|
|
|
49893
48595
|
reqBodyType: "formData",
|
|
49894
48596
|
bodyType: "json",
|
|
49895
48597
|
});
|
|
49896
|
-
|
|
49897
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCacheTagResponse({}));
|
|
49898
|
-
}
|
|
49899
|
-
else {
|
|
49900
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCacheTagResponse({}));
|
|
49901
|
-
}
|
|
48598
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCacheTagResponse({}));
|
|
49902
48599
|
}
|
|
49903
48600
|
/**
|
|
49904
48601
|
* Modifies the cache tag configuration of your website. You can call this operation when you need to specify tags in the Cache-Tag response header to use the purge by cache tag feature.
|
|
@@ -49940,12 +48637,7 @@ class Client extends openapi_core_1.default {
|
|
|
49940
48637
|
reqBodyType: "formData",
|
|
49941
48638
|
bodyType: "json",
|
|
49942
48639
|
});
|
|
49943
|
-
|
|
49944
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCnameFlatteningResponse({}));
|
|
49945
|
-
}
|
|
49946
|
-
else {
|
|
49947
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCnameFlatteningResponse({}));
|
|
49948
|
-
}
|
|
48640
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCnameFlatteningResponse({}));
|
|
49949
48641
|
}
|
|
49950
48642
|
/**
|
|
49951
48643
|
* Modify site CNAME flattening configuration
|
|
@@ -50008,12 +48700,7 @@ class Client extends openapi_core_1.default {
|
|
|
50008
48700
|
reqBodyType: "formData",
|
|
50009
48701
|
bodyType: "json",
|
|
50010
48702
|
});
|
|
50011
|
-
|
|
50012
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCompressionRuleResponse({}));
|
|
50013
|
-
}
|
|
50014
|
-
else {
|
|
50015
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCompressionRuleResponse({}));
|
|
50016
|
-
}
|
|
48703
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCompressionRuleResponse({}));
|
|
50017
48704
|
}
|
|
50018
48705
|
/**
|
|
50019
48706
|
* Modify compression rule
|
|
@@ -50055,12 +48742,7 @@ class Client extends openapi_core_1.default {
|
|
|
50055
48742
|
reqBodyType: "formData",
|
|
50056
48743
|
bodyType: "json",
|
|
50057
48744
|
});
|
|
50058
|
-
|
|
50059
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCrossBorderOptimizationResponse({}));
|
|
50060
|
-
}
|
|
50061
|
-
else {
|
|
50062
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCrossBorderOptimizationResponse({}));
|
|
50063
|
-
}
|
|
48745
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCrossBorderOptimizationResponse({}));
|
|
50064
48746
|
}
|
|
50065
48747
|
/**
|
|
50066
48748
|
* 修改站点中国大陆网络接入优化配置
|
|
@@ -50114,12 +48796,7 @@ class Client extends openapi_core_1.default {
|
|
|
50114
48796
|
reqBodyType: "formData",
|
|
50115
48797
|
bodyType: "json",
|
|
50116
48798
|
});
|
|
50117
|
-
|
|
50118
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCustomScenePolicyResponse({}));
|
|
50119
|
-
}
|
|
50120
|
-
else {
|
|
50121
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateCustomScenePolicyResponse({}));
|
|
50122
|
-
}
|
|
48799
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateCustomScenePolicyResponse({}));
|
|
50123
48800
|
}
|
|
50124
48801
|
/**
|
|
50125
48802
|
* Modifies the configurations of a custom scenario-specific policy.
|
|
@@ -50161,12 +48838,7 @@ class Client extends openapi_core_1.default {
|
|
|
50161
48838
|
reqBodyType: "formData",
|
|
50162
48839
|
bodyType: "json",
|
|
50163
48840
|
});
|
|
50164
|
-
|
|
50165
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateDevelopmentModeResponse({}));
|
|
50166
|
-
}
|
|
50167
|
-
else {
|
|
50168
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateDevelopmentModeResponse({}));
|
|
50169
|
-
}
|
|
48841
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateDevelopmentModeResponse({}));
|
|
50170
48842
|
}
|
|
50171
48843
|
/**
|
|
50172
48844
|
* Modifies the development mode configuration of your website. If you enable Development Mode, all requests bypass caching components on POPs and are redirected to the origin server. This allows clients to retrieve the most recent resources on the origin server.
|
|
@@ -50211,12 +48883,7 @@ class Client extends openapi_core_1.default {
|
|
|
50211
48883
|
reqBodyType: "formData",
|
|
50212
48884
|
bodyType: "json",
|
|
50213
48885
|
});
|
|
50214
|
-
|
|
50215
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppLogRiverResponse({}));
|
|
50216
|
-
}
|
|
50217
|
-
else {
|
|
50218
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateEdgeContainerAppLogRiverResponse({}));
|
|
50219
|
-
}
|
|
48886
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppLogRiverResponse({}));
|
|
50220
48887
|
}
|
|
50221
48888
|
/**
|
|
50222
48889
|
* Updates the log collection configuration of a containerized application.
|
|
@@ -50272,12 +48939,7 @@ class Client extends openapi_core_1.default {
|
|
|
50272
48939
|
reqBodyType: "formData",
|
|
50273
48940
|
bodyType: "json",
|
|
50274
48941
|
});
|
|
50275
|
-
|
|
50276
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppResourceReserveResponse({}));
|
|
50277
|
-
}
|
|
50278
|
-
else {
|
|
50279
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateEdgeContainerAppResourceReserveResponse({}));
|
|
50280
|
-
}
|
|
48942
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateEdgeContainerAppResourceReserveResponse({}));
|
|
50281
48943
|
}
|
|
50282
48944
|
/**
|
|
50283
48945
|
* 更新边缘容器资源预留配置
|
|
@@ -50339,12 +49001,7 @@ class Client extends openapi_core_1.default {
|
|
|
50339
49001
|
reqBodyType: "formData",
|
|
50340
49002
|
bodyType: "json",
|
|
50341
49003
|
});
|
|
50342
|
-
|
|
50343
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpRequestHeaderModificationRuleResponse({}));
|
|
50344
|
-
}
|
|
50345
|
-
else {
|
|
50346
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateHttpRequestHeaderModificationRuleResponse({}));
|
|
50347
|
-
}
|
|
49004
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpRequestHeaderModificationRuleResponse({}));
|
|
50348
49005
|
}
|
|
50349
49006
|
/**
|
|
50350
49007
|
* Modify HTTP Request Header Rules
|
|
@@ -50406,12 +49063,7 @@ class Client extends openapi_core_1.default {
|
|
|
50406
49063
|
reqBodyType: "formData",
|
|
50407
49064
|
bodyType: "json",
|
|
50408
49065
|
});
|
|
50409
|
-
|
|
50410
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpResponseHeaderModificationRuleResponse({}));
|
|
50411
|
-
}
|
|
50412
|
-
else {
|
|
50413
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateHttpResponseHeaderModificationRuleResponse({}));
|
|
50414
|
-
}
|
|
49066
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpResponseHeaderModificationRuleResponse({}));
|
|
50415
49067
|
}
|
|
50416
49068
|
/**
|
|
50417
49069
|
* Modify HTTP response header rules
|
|
@@ -50495,12 +49147,7 @@ class Client extends openapi_core_1.default {
|
|
|
50495
49147
|
reqBodyType: "formData",
|
|
50496
49148
|
bodyType: "json",
|
|
50497
49149
|
});
|
|
50498
|
-
|
|
50499
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpsApplicationConfigurationResponse({}));
|
|
50500
|
-
}
|
|
50501
|
-
else {
|
|
50502
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateHttpsApplicationConfigurationResponse({}));
|
|
50503
|
-
}
|
|
49150
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpsApplicationConfigurationResponse({}));
|
|
50504
49151
|
}
|
|
50505
49152
|
/**
|
|
50506
49153
|
* Modify HTTPS Application Configuration
|
|
@@ -50584,12 +49231,7 @@ class Client extends openapi_core_1.default {
|
|
|
50584
49231
|
reqBodyType: "formData",
|
|
50585
49232
|
bodyType: "json",
|
|
50586
49233
|
});
|
|
50587
|
-
|
|
50588
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpsBasicConfigurationResponse({}));
|
|
50589
|
-
}
|
|
50590
|
-
else {
|
|
50591
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateHttpsBasicConfigurationResponse({}));
|
|
50592
|
-
}
|
|
49234
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateHttpsBasicConfigurationResponse({}));
|
|
50593
49235
|
}
|
|
50594
49236
|
/**
|
|
50595
49237
|
* Modify HTTPS Basic Configuration
|
|
@@ -50634,12 +49276,7 @@ class Client extends openapi_core_1.default {
|
|
|
50634
49276
|
reqBodyType: "formData",
|
|
50635
49277
|
bodyType: "json",
|
|
50636
49278
|
});
|
|
50637
|
-
|
|
50638
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateIPv6Response({}));
|
|
50639
|
-
}
|
|
50640
|
-
else {
|
|
50641
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateIPv6Response({}));
|
|
50642
|
-
}
|
|
49279
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateIPv6Response({}));
|
|
50643
49280
|
}
|
|
50644
49281
|
/**
|
|
50645
49282
|
* Modifies the IPv6 configuration of a website.
|
|
@@ -50696,12 +49333,7 @@ class Client extends openapi_core_1.default {
|
|
|
50696
49333
|
reqBodyType: "formData",
|
|
50697
49334
|
bodyType: "json",
|
|
50698
49335
|
});
|
|
50699
|
-
|
|
50700
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateImageTransformResponse({}));
|
|
50701
|
-
}
|
|
50702
|
-
else {
|
|
50703
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateImageTransformResponse({}));
|
|
50704
|
-
}
|
|
49336
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateImageTransformResponse({}));
|
|
50705
49337
|
}
|
|
50706
49338
|
/**
|
|
50707
49339
|
* Modify Site Image Transformation Configuration
|
|
@@ -50754,12 +49386,7 @@ class Client extends openapi_core_1.default {
|
|
|
50754
49386
|
reqBodyType: "formData",
|
|
50755
49387
|
bodyType: "json",
|
|
50756
49388
|
});
|
|
50757
|
-
|
|
50758
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateListResponse({}));
|
|
50759
|
-
}
|
|
50760
|
-
else {
|
|
50761
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateListResponse({}));
|
|
50762
|
-
}
|
|
49389
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateListResponse({}));
|
|
50763
49390
|
}
|
|
50764
49391
|
/**
|
|
50765
49392
|
* Updates a custom list.
|
|
@@ -50860,12 +49487,7 @@ class Client extends openapi_core_1.default {
|
|
|
50860
49487
|
reqBodyType: "formData",
|
|
50861
49488
|
bodyType: "json",
|
|
50862
49489
|
});
|
|
50863
|
-
|
|
50864
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateLoadBalancerResponse({}));
|
|
50865
|
-
}
|
|
50866
|
-
else {
|
|
50867
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateLoadBalancerResponse({}));
|
|
50868
|
-
}
|
|
49490
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateLoadBalancerResponse({}));
|
|
50869
49491
|
}
|
|
50870
49492
|
/**
|
|
50871
49493
|
* Modify Load Balancer
|
|
@@ -50916,12 +49538,7 @@ class Client extends openapi_core_1.default {
|
|
|
50916
49538
|
reqBodyType: "formData",
|
|
50917
49539
|
bodyType: "json",
|
|
50918
49540
|
});
|
|
50919
|
-
|
|
50920
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateManagedTransformResponse({}));
|
|
50921
|
-
}
|
|
50922
|
-
else {
|
|
50923
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateManagedTransformResponse({}));
|
|
50924
|
-
}
|
|
49541
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateManagedTransformResponse({}));
|
|
50925
49542
|
}
|
|
50926
49543
|
/**
|
|
50927
49544
|
* Modifies the configuration of managed transforms for your website.
|
|
@@ -50990,12 +49607,7 @@ class Client extends openapi_core_1.default {
|
|
|
50990
49607
|
reqBodyType: "formData",
|
|
50991
49608
|
bodyType: "json",
|
|
50992
49609
|
});
|
|
50993
|
-
|
|
50994
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateNetworkOptimizationResponse({}));
|
|
50995
|
-
}
|
|
50996
|
-
else {
|
|
50997
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateNetworkOptimizationResponse({}));
|
|
50998
|
-
}
|
|
49610
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateNetworkOptimizationResponse({}));
|
|
50999
49611
|
}
|
|
51000
49612
|
/**
|
|
51001
49613
|
* Modify network optimization configuration
|
|
@@ -51048,12 +49660,7 @@ class Client extends openapi_core_1.default {
|
|
|
51048
49660
|
reqBodyType: "formData",
|
|
51049
49661
|
bodyType: "json",
|
|
51050
49662
|
});
|
|
51051
|
-
|
|
51052
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginPoolResponse({}));
|
|
51053
|
-
}
|
|
51054
|
-
else {
|
|
51055
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateOriginPoolResponse({}));
|
|
51056
|
-
}
|
|
49663
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginPoolResponse({}));
|
|
51057
49664
|
}
|
|
51058
49665
|
/**
|
|
51059
49666
|
* Modify the Monitor
|
|
@@ -51095,12 +49702,7 @@ class Client extends openapi_core_1.default {
|
|
|
51095
49702
|
reqBodyType: "formData",
|
|
51096
49703
|
bodyType: "json",
|
|
51097
49704
|
});
|
|
51098
|
-
|
|
51099
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginProtectionResponse({}));
|
|
51100
|
-
}
|
|
51101
|
-
else {
|
|
51102
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateOriginProtectionResponse({}));
|
|
51103
|
-
}
|
|
49705
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginProtectionResponse({}));
|
|
51104
49706
|
}
|
|
51105
49707
|
/**
|
|
51106
49708
|
* Enables or disables IP convergence.
|
|
@@ -51139,12 +49741,7 @@ class Client extends openapi_core_1.default {
|
|
|
51139
49741
|
reqBodyType: "formData",
|
|
51140
49742
|
bodyType: "json",
|
|
51141
49743
|
});
|
|
51142
|
-
|
|
51143
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginProtectionIpWhiteListResponse({}));
|
|
51144
|
-
}
|
|
51145
|
-
else {
|
|
51146
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateOriginProtectionIpWhiteListResponse({}));
|
|
51147
|
-
}
|
|
49744
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginProtectionIpWhiteListResponse({}));
|
|
51148
49745
|
}
|
|
51149
49746
|
/**
|
|
51150
49747
|
* Updates the IP whitelist for origin protection used by a website to the latest version.
|
|
@@ -51172,6 +49769,21 @@ class Client extends openapi_core_1.default {
|
|
|
51172
49769
|
if (!$dara.isNull(request.dnsRecord)) {
|
|
51173
49770
|
query["DnsRecord"] = request.dnsRecord;
|
|
51174
49771
|
}
|
|
49772
|
+
if (!$dara.isNull(request.follow302Enable)) {
|
|
49773
|
+
query["Follow302Enable"] = request.follow302Enable;
|
|
49774
|
+
}
|
|
49775
|
+
if (!$dara.isNull(request.follow302MaxTries)) {
|
|
49776
|
+
query["Follow302MaxTries"] = request.follow302MaxTries;
|
|
49777
|
+
}
|
|
49778
|
+
if (!$dara.isNull(request.follow302RetainArgs)) {
|
|
49779
|
+
query["Follow302RetainArgs"] = request.follow302RetainArgs;
|
|
49780
|
+
}
|
|
49781
|
+
if (!$dara.isNull(request.follow302RetainHeader)) {
|
|
49782
|
+
query["Follow302RetainHeader"] = request.follow302RetainHeader;
|
|
49783
|
+
}
|
|
49784
|
+
if (!$dara.isNull(request.follow302TargetHost)) {
|
|
49785
|
+
query["Follow302TargetHost"] = request.follow302TargetHost;
|
|
49786
|
+
}
|
|
51175
49787
|
if (!$dara.isNull(request.originHost)) {
|
|
51176
49788
|
query["OriginHost"] = request.originHost;
|
|
51177
49789
|
}
|
|
@@ -51231,12 +49843,7 @@ class Client extends openapi_core_1.default {
|
|
|
51231
49843
|
reqBodyType: "formData",
|
|
51232
49844
|
bodyType: "json",
|
|
51233
49845
|
});
|
|
51234
|
-
|
|
51235
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginRuleResponse({}));
|
|
51236
|
-
}
|
|
51237
|
-
else {
|
|
51238
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateOriginRuleResponse({}));
|
|
51239
|
-
}
|
|
49846
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateOriginRuleResponse({}));
|
|
51240
49847
|
}
|
|
51241
49848
|
/**
|
|
51242
49849
|
* Modify Origin Rule Configuration for Site
|
|
@@ -51287,12 +49894,7 @@ class Client extends openapi_core_1.default {
|
|
|
51287
49894
|
reqBodyType: "formData",
|
|
51288
49895
|
bodyType: "json",
|
|
51289
49896
|
});
|
|
51290
|
-
|
|
51291
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdatePageResponse({}));
|
|
51292
|
-
}
|
|
51293
|
-
else {
|
|
51294
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdatePageResponse({}));
|
|
51295
|
-
}
|
|
49897
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdatePageResponse({}));
|
|
51296
49898
|
}
|
|
51297
49899
|
/**
|
|
51298
49900
|
* Modifies the configurations of a custom error page, such as the name, description, content type, and content of the page.
|
|
@@ -51346,12 +49948,7 @@ class Client extends openapi_core_1.default {
|
|
|
51346
49948
|
reqBodyType: "formData",
|
|
51347
49949
|
bodyType: "json",
|
|
51348
49950
|
});
|
|
51349
|
-
|
|
51350
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRatePlanSpecResponse({}));
|
|
51351
|
-
}
|
|
51352
|
-
else {
|
|
51353
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateRatePlanSpecResponse({}));
|
|
51354
|
-
}
|
|
49951
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRatePlanSpecResponse({}));
|
|
51355
49952
|
}
|
|
51356
49953
|
/**
|
|
51357
49954
|
* 套餐变配
|
|
@@ -51431,12 +50028,7 @@ class Client extends openapi_core_1.default {
|
|
|
51431
50028
|
reqBodyType: "formData",
|
|
51432
50029
|
bodyType: "json",
|
|
51433
50030
|
});
|
|
51434
|
-
|
|
51435
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRecordResponse({}));
|
|
51436
|
-
}
|
|
51437
|
-
else {
|
|
51438
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateRecordResponse({}));
|
|
51439
|
-
}
|
|
50031
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRecordResponse({}));
|
|
51440
50032
|
}
|
|
51441
50033
|
/**
|
|
51442
50034
|
* Updates multiple types of DNS records and origin authentication configurations.
|
|
@@ -51511,12 +50103,7 @@ class Client extends openapi_core_1.default {
|
|
|
51511
50103
|
reqBodyType: "formData",
|
|
51512
50104
|
bodyType: "json",
|
|
51513
50105
|
});
|
|
51514
|
-
|
|
51515
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRedirectRuleResponse({}));
|
|
51516
|
-
}
|
|
51517
|
-
else {
|
|
51518
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateRedirectRuleResponse({}));
|
|
51519
|
-
}
|
|
50106
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRedirectRuleResponse({}));
|
|
51520
50107
|
}
|
|
51521
50108
|
/**
|
|
51522
50109
|
* Update Redirect Rule
|
|
@@ -51582,12 +50169,7 @@ class Client extends openapi_core_1.default {
|
|
|
51582
50169
|
reqBodyType: "formData",
|
|
51583
50170
|
bodyType: "json",
|
|
51584
50171
|
});
|
|
51585
|
-
|
|
51586
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRewriteUrlRuleResponse({}));
|
|
51587
|
-
}
|
|
51588
|
-
else {
|
|
51589
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateRewriteUrlRuleResponse({}));
|
|
51590
|
-
}
|
|
50172
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRewriteUrlRuleResponse({}));
|
|
51591
50173
|
}
|
|
51592
50174
|
/**
|
|
51593
50175
|
* Modify Rewrite URL Rule
|
|
@@ -51647,12 +50229,7 @@ class Client extends openapi_core_1.default {
|
|
|
51647
50229
|
reqBodyType: "formData",
|
|
51648
50230
|
bodyType: "json",
|
|
51649
50231
|
});
|
|
51650
|
-
|
|
51651
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
51652
|
-
}
|
|
51653
|
-
else {
|
|
51654
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
51655
|
-
}
|
|
50232
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateRoutineRouteResponse({}));
|
|
51656
50233
|
}
|
|
51657
50234
|
/**
|
|
51658
50235
|
* 修改边缘函数路由配置
|
|
@@ -51705,12 +50282,7 @@ class Client extends openapi_core_1.default {
|
|
|
51705
50282
|
reqBodyType: "formData",
|
|
51706
50283
|
bodyType: "json",
|
|
51707
50284
|
});
|
|
51708
|
-
|
|
51709
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateScheduledPreloadExecutionResponse({}));
|
|
51710
|
-
}
|
|
51711
|
-
else {
|
|
51712
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateScheduledPreloadExecutionResponse({}));
|
|
51713
|
-
}
|
|
50285
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateScheduledPreloadExecutionResponse({}));
|
|
51714
50286
|
}
|
|
51715
50287
|
/**
|
|
51716
50288
|
* Updates a scheduled prefetch plan based on the plan ID.
|
|
@@ -51752,12 +50324,7 @@ class Client extends openapi_core_1.default {
|
|
|
51752
50324
|
reqBodyType: "formData",
|
|
51753
50325
|
bodyType: "json",
|
|
51754
50326
|
});
|
|
51755
|
-
|
|
51756
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSeoBypassResponse({}));
|
|
51757
|
-
}
|
|
51758
|
-
else {
|
|
51759
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSeoBypassResponse({}));
|
|
51760
|
-
}
|
|
50327
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSeoBypassResponse({}));
|
|
51761
50328
|
}
|
|
51762
50329
|
/**
|
|
51763
50330
|
* 修改站点放行搜索引擎爬虫配置
|
|
@@ -51804,12 +50371,7 @@ class Client extends openapi_core_1.default {
|
|
|
51804
50371
|
reqBodyType: "formData",
|
|
51805
50372
|
bodyType: "json",
|
|
51806
50373
|
});
|
|
51807
|
-
|
|
51808
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteAccessTypeResponse({}));
|
|
51809
|
-
}
|
|
51810
|
-
else {
|
|
51811
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteAccessTypeResponse({}));
|
|
51812
|
-
}
|
|
50374
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteAccessTypeResponse({}));
|
|
51813
50375
|
}
|
|
51814
50376
|
/**
|
|
51815
50377
|
* Converts the DNS setup option of a website.
|
|
@@ -51856,12 +50418,7 @@ class Client extends openapi_core_1.default {
|
|
|
51856
50418
|
reqBodyType: "formData",
|
|
51857
50419
|
bodyType: "json",
|
|
51858
50420
|
});
|
|
51859
|
-
|
|
51860
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteCoverageResponse({}));
|
|
51861
|
-
}
|
|
51862
|
-
else {
|
|
51863
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteCoverageResponse({}));
|
|
51864
|
-
}
|
|
50421
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteCoverageResponse({}));
|
|
51865
50422
|
}
|
|
51866
50423
|
/**
|
|
51867
50424
|
* Modifies the service location for a single website. This updates the acceleration configuration of the website to adapt to changes in traffic distribution, and improve user experience in specific regions.
|
|
@@ -51920,12 +50477,7 @@ class Client extends openapi_core_1.default {
|
|
|
51920
50477
|
reqBodyType: "formData",
|
|
51921
50478
|
bodyType: "json",
|
|
51922
50479
|
});
|
|
51923
|
-
|
|
51924
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteCustomLogResponse({}));
|
|
51925
|
-
}
|
|
51926
|
-
else {
|
|
51927
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteCustomLogResponse({}));
|
|
51928
|
-
}
|
|
50480
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteCustomLogResponse({}));
|
|
51929
50481
|
}
|
|
51930
50482
|
/**
|
|
51931
50483
|
* Modifies the configuration of custom request header, response header, and cookie fields that are used to capture logs of a website.
|
|
@@ -51976,12 +50528,7 @@ class Client extends openapi_core_1.default {
|
|
|
51976
50528
|
reqBodyType: "formData",
|
|
51977
50529
|
bodyType: "json",
|
|
51978
50530
|
});
|
|
51979
|
-
|
|
51980
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskResponse({}));
|
|
51981
|
-
}
|
|
51982
|
-
else {
|
|
51983
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteDeliveryTaskResponse({}));
|
|
51984
|
-
}
|
|
50531
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskResponse({}));
|
|
51985
50532
|
}
|
|
51986
50533
|
/**
|
|
51987
50534
|
* Modifies a real-time log delivery task.
|
|
@@ -52017,12 +50564,7 @@ class Client extends openapi_core_1.default {
|
|
|
52017
50564
|
reqBodyType: "formData",
|
|
52018
50565
|
bodyType: "json",
|
|
52019
50566
|
});
|
|
52020
|
-
|
|
52021
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskStatusResponse({}));
|
|
52022
|
-
}
|
|
52023
|
-
else {
|
|
52024
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteDeliveryTaskStatusResponse({}));
|
|
52025
|
-
}
|
|
50567
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteDeliveryTaskStatusResponse({}));
|
|
52026
50568
|
}
|
|
52027
50569
|
/**
|
|
52028
50570
|
* Changes the status of a real-time log delivery task.
|
|
@@ -52064,12 +50606,7 @@ class Client extends openapi_core_1.default {
|
|
|
52064
50606
|
reqBodyType: "formData",
|
|
52065
50607
|
bodyType: "json",
|
|
52066
50608
|
});
|
|
52067
|
-
|
|
52068
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteNameExclusiveResponse({}));
|
|
52069
|
-
}
|
|
52070
|
-
else {
|
|
52071
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteNameExclusiveResponse({}));
|
|
52072
|
-
}
|
|
50609
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteNameExclusiveResponse({}));
|
|
52073
50610
|
}
|
|
52074
50611
|
/**
|
|
52075
50612
|
* Modifies the site hold configuration of a website. After you enable site hold, other accounts cannot add your website domain or its subdomains to ESA.
|
|
@@ -52111,12 +50648,7 @@ class Client extends openapi_core_1.default {
|
|
|
52111
50648
|
reqBodyType: "formData",
|
|
52112
50649
|
bodyType: "json",
|
|
52113
50650
|
});
|
|
52114
|
-
|
|
52115
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSitePauseResponse({}));
|
|
52116
|
-
}
|
|
52117
|
-
else {
|
|
52118
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSitePauseResponse({}));
|
|
52119
|
-
}
|
|
50651
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSitePauseResponse({}));
|
|
52120
50652
|
}
|
|
52121
50653
|
/**
|
|
52122
50654
|
* Modifies the ESA proxy configuration of a website.
|
|
@@ -52158,12 +50690,7 @@ class Client extends openapi_core_1.default {
|
|
|
52158
50690
|
reqBodyType: "formData",
|
|
52159
50691
|
bodyType: "json",
|
|
52160
50692
|
});
|
|
52161
|
-
|
|
52162
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteVanityNSResponse({}));
|
|
52163
|
-
}
|
|
52164
|
-
else {
|
|
52165
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateSiteVanityNSResponse({}));
|
|
52166
|
-
}
|
|
50693
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateSiteVanityNSResponse({}));
|
|
52167
50694
|
}
|
|
52168
50695
|
/**
|
|
52169
50696
|
* Updates the custom nameserver names for a single website.
|
|
@@ -52205,12 +50732,7 @@ class Client extends openapi_core_1.default {
|
|
|
52205
50732
|
reqBodyType: "formData",
|
|
52206
50733
|
bodyType: "json",
|
|
52207
50734
|
});
|
|
52208
|
-
|
|
52209
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateTieredCacheResponse({}));
|
|
52210
|
-
}
|
|
52211
|
-
else {
|
|
52212
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateTieredCacheResponse({}));
|
|
52213
|
-
}
|
|
50735
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateTieredCacheResponse({}));
|
|
52214
50736
|
}
|
|
52215
50737
|
/**
|
|
52216
50738
|
* Modifies the tiered cache configuration of your website.
|
|
@@ -52261,12 +50783,7 @@ class Client extends openapi_core_1.default {
|
|
|
52261
50783
|
reqBodyType: "formData",
|
|
52262
50784
|
bodyType: "json",
|
|
52263
50785
|
});
|
|
52264
|
-
|
|
52265
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskResponse({}));
|
|
52266
|
-
}
|
|
52267
|
-
else {
|
|
52268
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateUserDeliveryTaskResponse({}));
|
|
52269
|
-
}
|
|
50786
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskResponse({}));
|
|
52270
50787
|
}
|
|
52271
50788
|
/**
|
|
52272
50789
|
* Modifies the configurations of a delivery task, including the task name, log field, log category, and discard rate.
|
|
@@ -52306,12 +50823,7 @@ class Client extends openapi_core_1.default {
|
|
|
52306
50823
|
reqBodyType: "formData",
|
|
52307
50824
|
bodyType: "json",
|
|
52308
50825
|
});
|
|
52309
|
-
|
|
52310
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskStatusResponse({}));
|
|
52311
|
-
}
|
|
52312
|
-
else {
|
|
52313
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateUserDeliveryTaskStatusResponse({}));
|
|
52314
|
-
}
|
|
50826
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateUserDeliveryTaskStatusResponse({}));
|
|
52315
50827
|
}
|
|
52316
50828
|
/**
|
|
52317
50829
|
* Changes the status of a delivery task in your Alibaba Cloud account.
|
|
@@ -52376,12 +50888,7 @@ class Client extends openapi_core_1.default {
|
|
|
52376
50888
|
reqBodyType: "formData",
|
|
52377
50889
|
bodyType: "json",
|
|
52378
50890
|
});
|
|
52379
|
-
|
|
52380
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWafRuleResponse({}));
|
|
52381
|
-
}
|
|
52382
|
-
else {
|
|
52383
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateWafRuleResponse({}));
|
|
52384
|
-
}
|
|
50891
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWafRuleResponse({}));
|
|
52385
50892
|
}
|
|
52386
50893
|
/**
|
|
52387
50894
|
* Update WAF Rule Page
|
|
@@ -52431,12 +50938,7 @@ class Client extends openapi_core_1.default {
|
|
|
52431
50938
|
reqBodyType: "formData",
|
|
52432
50939
|
bodyType: "json",
|
|
52433
50940
|
});
|
|
52434
|
-
|
|
52435
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWafRulesetResponse({}));
|
|
52436
|
-
}
|
|
52437
|
-
else {
|
|
52438
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateWafRulesetResponse({}));
|
|
52439
|
-
}
|
|
50941
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWafRulesetResponse({}));
|
|
52440
50942
|
}
|
|
52441
50943
|
/**
|
|
52442
50944
|
* Update WAF Ruleset
|
|
@@ -52531,12 +51033,7 @@ class Client extends openapi_core_1.default {
|
|
|
52531
51033
|
reqBodyType: "formData",
|
|
52532
51034
|
bodyType: "json",
|
|
52533
51035
|
});
|
|
52534
|
-
|
|
52535
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWaitingRoomResponse({}));
|
|
52536
|
-
}
|
|
52537
|
-
else {
|
|
52538
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateWaitingRoomResponse({}));
|
|
52539
|
-
}
|
|
51036
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWaitingRoomResponse({}));
|
|
52540
51037
|
}
|
|
52541
51038
|
/**
|
|
52542
51039
|
* Modifies the configurations of a waiting room.
|
|
@@ -52632,12 +51129,7 @@ class Client extends openapi_core_1.default {
|
|
|
52632
51129
|
reqBodyType: "formData",
|
|
52633
51130
|
bodyType: "json",
|
|
52634
51131
|
});
|
|
52635
|
-
|
|
52636
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWaitingRoomEventResponse({}));
|
|
52637
|
-
}
|
|
52638
|
-
else {
|
|
52639
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateWaitingRoomEventResponse({}));
|
|
52640
|
-
}
|
|
51132
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWaitingRoomEventResponse({}));
|
|
52641
51133
|
}
|
|
52642
51134
|
/**
|
|
52643
51135
|
* Modifies the configurations of a waiting room event.
|
|
@@ -52691,12 +51183,7 @@ class Client extends openapi_core_1.default {
|
|
|
52691
51183
|
reqBodyType: "formData",
|
|
52692
51184
|
bodyType: "json",
|
|
52693
51185
|
});
|
|
52694
|
-
|
|
52695
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWaitingRoomRuleResponse({}));
|
|
52696
|
-
}
|
|
52697
|
-
else {
|
|
52698
|
-
return $dara.cast(await this.execute(params, req, runtime), new UpdateWaitingRoomRuleResponse({}));
|
|
52699
|
-
}
|
|
51186
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UpdateWaitingRoomRuleResponse({}));
|
|
52700
51187
|
}
|
|
52701
51188
|
/**
|
|
52702
51189
|
* Modify Waiting Room Rule
|
|
@@ -52746,12 +51233,7 @@ class Client extends openapi_core_1.default {
|
|
|
52746
51233
|
reqBodyType: "formData",
|
|
52747
51234
|
bodyType: "json",
|
|
52748
51235
|
});
|
|
52749
|
-
|
|
52750
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadClientCaCertificateResponse({}));
|
|
52751
|
-
}
|
|
52752
|
-
else {
|
|
52753
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadClientCaCertificateResponse({}));
|
|
52754
|
-
}
|
|
51236
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UploadClientCaCertificateResponse({}));
|
|
52755
51237
|
}
|
|
52756
51238
|
/**
|
|
52757
51239
|
* Uploads a client certificate authority (CA) certificate.
|
|
@@ -52803,12 +51285,7 @@ class Client extends openapi_core_1.default {
|
|
|
52803
51285
|
reqBodyType: "formData",
|
|
52804
51286
|
bodyType: "json",
|
|
52805
51287
|
});
|
|
52806
|
-
|
|
52807
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadFileResponse({}));
|
|
52808
|
-
}
|
|
52809
|
-
else {
|
|
52810
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadFileResponse({}));
|
|
52811
|
-
}
|
|
51288
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UploadFileResponse({}));
|
|
52812
51289
|
}
|
|
52813
51290
|
/**
|
|
52814
51291
|
* Uploads the file that contains resources to be purged or prefetched.
|
|
@@ -52928,12 +51405,7 @@ class Client extends openapi_core_1.default {
|
|
|
52928
51405
|
reqBodyType: "formData",
|
|
52929
51406
|
bodyType: "json",
|
|
52930
51407
|
});
|
|
52931
|
-
|
|
52932
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadOriginCaCertificateResponse({}));
|
|
52933
|
-
}
|
|
52934
|
-
else {
|
|
52935
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadOriginCaCertificateResponse({}));
|
|
52936
|
-
}
|
|
51408
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UploadOriginCaCertificateResponse({}));
|
|
52937
51409
|
}
|
|
52938
51410
|
/**
|
|
52939
51411
|
* 上传源服务器CA证书
|
|
@@ -52983,12 +51455,7 @@ class Client extends openapi_core_1.default {
|
|
|
52983
51455
|
reqBodyType: "formData",
|
|
52984
51456
|
bodyType: "json",
|
|
52985
51457
|
});
|
|
52986
|
-
|
|
52987
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadOriginClientCertificateResponse({}));
|
|
52988
|
-
}
|
|
52989
|
-
else {
|
|
52990
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadOriginClientCertificateResponse({}));
|
|
52991
|
-
}
|
|
51458
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UploadOriginClientCertificateResponse({}));
|
|
52992
51459
|
}
|
|
52993
51460
|
/**
|
|
52994
51461
|
* 上传域名回源客户端证书
|
|
@@ -53038,12 +51505,7 @@ class Client extends openapi_core_1.default {
|
|
|
53038
51505
|
reqBodyType: "formData",
|
|
53039
51506
|
bodyType: "json",
|
|
53040
51507
|
});
|
|
53041
|
-
|
|
53042
|
-
return $dara.cast(await this.callApi(params, req, runtime), new UploadSiteOriginClientCertificateResponse({}));
|
|
53043
|
-
}
|
|
53044
|
-
else {
|
|
53045
|
-
return $dara.cast(await this.execute(params, req, runtime), new UploadSiteOriginClientCertificateResponse({}));
|
|
53046
|
-
}
|
|
51508
|
+
return $dara.cast(await this.callApi(params, req, runtime), new UploadSiteOriginClientCertificateResponse({}));
|
|
53047
51509
|
}
|
|
53048
51510
|
/**
|
|
53049
51511
|
* Upload site origin client certificate
|
|
@@ -53086,12 +51548,7 @@ class Client extends openapi_core_1.default {
|
|
|
53086
51548
|
reqBodyType: "formData",
|
|
53087
51549
|
bodyType: "json",
|
|
53088
51550
|
});
|
|
53089
|
-
|
|
53090
|
-
return $dara.cast(await this.callApi(params, req, runtime), new VerifySiteResponse({}));
|
|
53091
|
-
}
|
|
53092
|
-
else {
|
|
53093
|
-
return $dara.cast(await this.execute(params, req, runtime), new VerifySiteResponse({}));
|
|
53094
|
-
}
|
|
51551
|
+
return $dara.cast(await this.callApi(params, req, runtime), new VerifySiteResponse({}));
|
|
53095
51552
|
}
|
|
53096
51553
|
/**
|
|
53097
51554
|
* Verifies the ownership of a website domain. Websites that pass the verification are automatically activated.
|