@alicloud/cloudapi20160714 2.1.5 → 2.1.6
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 +143 -0
- package/dist/client.js +289 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +433 -0
package/dist/client.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export declare class AbolishApiResponse extends $tea.Model {
|
|
|
35
35
|
headers: {
|
|
36
36
|
[key: string]: string;
|
|
37
37
|
};
|
|
38
|
+
statusCode: number;
|
|
38
39
|
body: AbolishApiResponseBody;
|
|
39
40
|
static names(): {
|
|
40
41
|
[key: string]: string;
|
|
@@ -78,6 +79,7 @@ export declare class AddIpControlPolicyItemResponse extends $tea.Model {
|
|
|
78
79
|
headers: {
|
|
79
80
|
[key: string]: string;
|
|
80
81
|
};
|
|
82
|
+
statusCode: number;
|
|
81
83
|
body: AddIpControlPolicyItemResponseBody;
|
|
82
84
|
static names(): {
|
|
83
85
|
[key: string]: string;
|
|
@@ -121,6 +123,7 @@ export declare class AddTrafficSpecialControlResponse extends $tea.Model {
|
|
|
121
123
|
headers: {
|
|
122
124
|
[key: string]: string;
|
|
123
125
|
};
|
|
126
|
+
statusCode: number;
|
|
124
127
|
body: AddTrafficSpecialControlResponseBody;
|
|
125
128
|
static names(): {
|
|
126
129
|
[key: string]: string;
|
|
@@ -165,6 +168,7 @@ export declare class AttachPluginResponse extends $tea.Model {
|
|
|
165
168
|
headers: {
|
|
166
169
|
[key: string]: string;
|
|
167
170
|
};
|
|
171
|
+
statusCode: number;
|
|
168
172
|
body: AttachPluginResponseBody;
|
|
169
173
|
static names(): {
|
|
170
174
|
[key: string]: string;
|
|
@@ -206,6 +210,7 @@ export declare class BatchAbolishApisResponse extends $tea.Model {
|
|
|
206
210
|
headers: {
|
|
207
211
|
[key: string]: string;
|
|
208
212
|
};
|
|
213
|
+
statusCode: number;
|
|
209
214
|
body: BatchAbolishApisResponseBody;
|
|
210
215
|
static names(): {
|
|
211
216
|
[key: string]: string;
|
|
@@ -249,6 +254,7 @@ export declare class BatchDeployApisResponse extends $tea.Model {
|
|
|
249
254
|
headers: {
|
|
250
255
|
[key: string]: string;
|
|
251
256
|
};
|
|
257
|
+
statusCode: number;
|
|
252
258
|
body: BatchDeployApisResponseBody;
|
|
253
259
|
static names(): {
|
|
254
260
|
[key: string]: string;
|
|
@@ -315,6 +321,7 @@ export declare class CreateApiResponse extends $tea.Model {
|
|
|
315
321
|
headers: {
|
|
316
322
|
[key: string]: string;
|
|
317
323
|
};
|
|
324
|
+
statusCode: number;
|
|
318
325
|
body: CreateApiResponseBody;
|
|
319
326
|
static names(): {
|
|
320
327
|
[key: string]: string;
|
|
@@ -367,6 +374,7 @@ export declare class CreateApiGroupResponse extends $tea.Model {
|
|
|
367
374
|
headers: {
|
|
368
375
|
[key: string]: string;
|
|
369
376
|
};
|
|
377
|
+
statusCode: number;
|
|
370
378
|
body: CreateApiGroupResponseBody;
|
|
371
379
|
static names(): {
|
|
372
380
|
[key: string]: string;
|
|
@@ -412,6 +420,7 @@ export declare class CreateApiStageVariableResponse extends $tea.Model {
|
|
|
412
420
|
headers: {
|
|
413
421
|
[key: string]: string;
|
|
414
422
|
};
|
|
423
|
+
statusCode: number;
|
|
415
424
|
body: CreateApiStageVariableResponseBody;
|
|
416
425
|
static names(): {
|
|
417
426
|
[key: string]: string;
|
|
@@ -457,6 +466,7 @@ export declare class CreateAppResponse extends $tea.Model {
|
|
|
457
466
|
headers: {
|
|
458
467
|
[key: string]: string;
|
|
459
468
|
};
|
|
469
|
+
statusCode: number;
|
|
460
470
|
body: CreateAppResponseBody;
|
|
461
471
|
static names(): {
|
|
462
472
|
[key: string]: string;
|
|
@@ -501,6 +511,7 @@ export declare class CreateBackendResponse extends $tea.Model {
|
|
|
501
511
|
headers: {
|
|
502
512
|
[key: string]: string;
|
|
503
513
|
};
|
|
514
|
+
statusCode: number;
|
|
504
515
|
body: CreateBackendResponseBody;
|
|
505
516
|
static names(): {
|
|
506
517
|
[key: string]: string;
|
|
@@ -546,6 +557,7 @@ export declare class CreateBackendModelResponse extends $tea.Model {
|
|
|
546
557
|
headers: {
|
|
547
558
|
[key: string]: string;
|
|
548
559
|
};
|
|
560
|
+
statusCode: number;
|
|
549
561
|
body: CreateBackendModelResponseBody;
|
|
550
562
|
static names(): {
|
|
551
563
|
[key: string]: string;
|
|
@@ -594,6 +606,7 @@ export declare class CreateInstanceResponse extends $tea.Model {
|
|
|
594
606
|
headers: {
|
|
595
607
|
[key: string]: string;
|
|
596
608
|
};
|
|
609
|
+
statusCode: number;
|
|
597
610
|
body: CreateInstanceResponseBody;
|
|
598
611
|
static names(): {
|
|
599
612
|
[key: string]: string;
|
|
@@ -635,6 +648,7 @@ export declare class CreateIntranetDomainResponse extends $tea.Model {
|
|
|
635
648
|
headers: {
|
|
636
649
|
[key: string]: string;
|
|
637
650
|
};
|
|
651
|
+
statusCode: number;
|
|
638
652
|
body: CreateIntranetDomainResponseBody;
|
|
639
653
|
static names(): {
|
|
640
654
|
[key: string]: string;
|
|
@@ -679,6 +693,7 @@ export declare class CreateIpControlResponse extends $tea.Model {
|
|
|
679
693
|
headers: {
|
|
680
694
|
[key: string]: string;
|
|
681
695
|
};
|
|
696
|
+
statusCode: number;
|
|
682
697
|
body: CreateIpControlResponseBody;
|
|
683
698
|
static names(): {
|
|
684
699
|
[key: string]: string;
|
|
@@ -721,6 +736,7 @@ export declare class CreateLogConfigResponse extends $tea.Model {
|
|
|
721
736
|
headers: {
|
|
722
737
|
[key: string]: string;
|
|
723
738
|
};
|
|
739
|
+
statusCode: number;
|
|
724
740
|
body: CreateLogConfigResponseBody;
|
|
725
741
|
static names(): {
|
|
726
742
|
[key: string]: string;
|
|
@@ -772,6 +788,7 @@ export declare class CreateModelResponse extends $tea.Model {
|
|
|
772
788
|
headers: {
|
|
773
789
|
[key: string]: string;
|
|
774
790
|
};
|
|
791
|
+
statusCode: number;
|
|
775
792
|
body: CreateModelResponseBody;
|
|
776
793
|
static names(): {
|
|
777
794
|
[key: string]: string;
|
|
@@ -815,6 +832,7 @@ export declare class CreateMonitorGroupResponse extends $tea.Model {
|
|
|
815
832
|
headers: {
|
|
816
833
|
[key: string]: string;
|
|
817
834
|
};
|
|
835
|
+
statusCode: number;
|
|
818
836
|
body: CreateMonitorGroupResponseBody;
|
|
819
837
|
static names(): {
|
|
820
838
|
[key: string]: string;
|
|
@@ -861,6 +879,7 @@ export declare class CreatePluginResponse extends $tea.Model {
|
|
|
861
879
|
headers: {
|
|
862
880
|
[key: string]: string;
|
|
863
881
|
};
|
|
882
|
+
statusCode: number;
|
|
864
883
|
body: CreatePluginResponseBody;
|
|
865
884
|
static names(): {
|
|
866
885
|
[key: string]: string;
|
|
@@ -905,6 +924,7 @@ export declare class CreateSignatureResponse extends $tea.Model {
|
|
|
905
924
|
headers: {
|
|
906
925
|
[key: string]: string;
|
|
907
926
|
};
|
|
927
|
+
statusCode: number;
|
|
908
928
|
body: CreateSignatureResponseBody;
|
|
909
929
|
static names(): {
|
|
910
930
|
[key: string]: string;
|
|
@@ -951,6 +971,7 @@ export declare class CreateTrafficControlResponse extends $tea.Model {
|
|
|
951
971
|
headers: {
|
|
952
972
|
[key: string]: string;
|
|
953
973
|
};
|
|
974
|
+
statusCode: number;
|
|
954
975
|
body: CreateTrafficControlResponseBody;
|
|
955
976
|
static names(): {
|
|
956
977
|
[key: string]: string;
|
|
@@ -991,6 +1012,7 @@ export declare class DeleteAllTrafficSpecialControlResponse extends $tea.Model {
|
|
|
991
1012
|
headers: {
|
|
992
1013
|
[key: string]: string;
|
|
993
1014
|
};
|
|
1015
|
+
statusCode: number;
|
|
994
1016
|
body: DeleteAllTrafficSpecialControlResponseBody;
|
|
995
1017
|
static names(): {
|
|
996
1018
|
[key: string]: string;
|
|
@@ -1032,6 +1054,7 @@ export declare class DeleteApiResponse extends $tea.Model {
|
|
|
1032
1054
|
headers: {
|
|
1033
1055
|
[key: string]: string;
|
|
1034
1056
|
};
|
|
1057
|
+
statusCode: number;
|
|
1035
1058
|
body: DeleteApiResponseBody;
|
|
1036
1059
|
static names(): {
|
|
1037
1060
|
[key: string]: string;
|
|
@@ -1073,6 +1096,7 @@ export declare class DeleteApiGroupResponse extends $tea.Model {
|
|
|
1073
1096
|
headers: {
|
|
1074
1097
|
[key: string]: string;
|
|
1075
1098
|
};
|
|
1099
|
+
statusCode: number;
|
|
1076
1100
|
body: DeleteApiGroupResponseBody;
|
|
1077
1101
|
static names(): {
|
|
1078
1102
|
[key: string]: string;
|
|
@@ -1115,6 +1139,7 @@ export declare class DeleteApiStageVariableResponse extends $tea.Model {
|
|
|
1115
1139
|
headers: {
|
|
1116
1140
|
[key: string]: string;
|
|
1117
1141
|
};
|
|
1142
|
+
statusCode: number;
|
|
1118
1143
|
body: DeleteApiStageVariableResponseBody;
|
|
1119
1144
|
static names(): {
|
|
1120
1145
|
[key: string]: string;
|
|
@@ -1156,6 +1181,7 @@ export declare class DeleteAppResponse extends $tea.Model {
|
|
|
1156
1181
|
headers: {
|
|
1157
1182
|
[key: string]: string;
|
|
1158
1183
|
};
|
|
1184
|
+
statusCode: number;
|
|
1159
1185
|
body: DeleteAppResponseBody;
|
|
1160
1186
|
static names(): {
|
|
1161
1187
|
[key: string]: string;
|
|
@@ -1196,6 +1222,7 @@ export declare class DeleteBackendResponse extends $tea.Model {
|
|
|
1196
1222
|
headers: {
|
|
1197
1223
|
[key: string]: string;
|
|
1198
1224
|
};
|
|
1225
|
+
statusCode: number;
|
|
1199
1226
|
body: DeleteBackendResponseBody;
|
|
1200
1227
|
static names(): {
|
|
1201
1228
|
[key: string]: string;
|
|
@@ -1239,6 +1266,7 @@ export declare class DeleteBackendModelResponse extends $tea.Model {
|
|
|
1239
1266
|
headers: {
|
|
1240
1267
|
[key: string]: string;
|
|
1241
1268
|
};
|
|
1269
|
+
statusCode: number;
|
|
1242
1270
|
body: DeleteBackendModelResponseBody;
|
|
1243
1271
|
static names(): {
|
|
1244
1272
|
[key: string]: string;
|
|
@@ -1280,6 +1308,7 @@ export declare class DeleteDomainResponse extends $tea.Model {
|
|
|
1280
1308
|
headers: {
|
|
1281
1309
|
[key: string]: string;
|
|
1282
1310
|
};
|
|
1311
|
+
statusCode: number;
|
|
1283
1312
|
body: DeleteDomainResponseBody;
|
|
1284
1313
|
static names(): {
|
|
1285
1314
|
[key: string]: string;
|
|
@@ -1322,6 +1351,7 @@ export declare class DeleteDomainCertificateResponse extends $tea.Model {
|
|
|
1322
1351
|
headers: {
|
|
1323
1352
|
[key: string]: string;
|
|
1324
1353
|
};
|
|
1354
|
+
statusCode: number;
|
|
1325
1355
|
body: DeleteDomainCertificateResponseBody;
|
|
1326
1356
|
static names(): {
|
|
1327
1357
|
[key: string]: string;
|
|
@@ -1362,6 +1392,7 @@ export declare class DeleteInstanceResponse extends $tea.Model {
|
|
|
1362
1392
|
headers: {
|
|
1363
1393
|
[key: string]: string;
|
|
1364
1394
|
};
|
|
1395
|
+
statusCode: number;
|
|
1365
1396
|
body: DeleteInstanceResponseBody;
|
|
1366
1397
|
static names(): {
|
|
1367
1398
|
[key: string]: string;
|
|
@@ -1402,6 +1433,7 @@ export declare class DeleteIpControlResponse extends $tea.Model {
|
|
|
1402
1433
|
headers: {
|
|
1403
1434
|
[key: string]: string;
|
|
1404
1435
|
};
|
|
1436
|
+
statusCode: number;
|
|
1405
1437
|
body: DeleteIpControlResponseBody;
|
|
1406
1438
|
static names(): {
|
|
1407
1439
|
[key: string]: string;
|
|
@@ -1442,6 +1474,7 @@ export declare class DeleteLogConfigResponse extends $tea.Model {
|
|
|
1442
1474
|
headers: {
|
|
1443
1475
|
[key: string]: string;
|
|
1444
1476
|
};
|
|
1477
|
+
statusCode: number;
|
|
1445
1478
|
body: DeleteLogConfigResponseBody;
|
|
1446
1479
|
static names(): {
|
|
1447
1480
|
[key: string]: string;
|
|
@@ -1482,6 +1515,7 @@ export declare class DeleteModelResponse extends $tea.Model {
|
|
|
1482
1515
|
headers: {
|
|
1483
1516
|
[key: string]: string;
|
|
1484
1517
|
};
|
|
1518
|
+
statusCode: number;
|
|
1485
1519
|
body: DeleteModelResponseBody;
|
|
1486
1520
|
static names(): {
|
|
1487
1521
|
[key: string]: string;
|
|
@@ -1523,6 +1557,7 @@ export declare class DeleteMonitorGroupResponse extends $tea.Model {
|
|
|
1523
1557
|
headers: {
|
|
1524
1558
|
[key: string]: string;
|
|
1525
1559
|
};
|
|
1560
|
+
statusCode: number;
|
|
1526
1561
|
body: DeleteMonitorGroupResponseBody;
|
|
1527
1562
|
static names(): {
|
|
1528
1563
|
[key: string]: string;
|
|
@@ -1564,6 +1599,7 @@ export declare class DeletePluginResponse extends $tea.Model {
|
|
|
1564
1599
|
headers: {
|
|
1565
1600
|
[key: string]: string;
|
|
1566
1601
|
};
|
|
1602
|
+
statusCode: number;
|
|
1567
1603
|
body: DeletePluginResponseBody;
|
|
1568
1604
|
static names(): {
|
|
1569
1605
|
[key: string]: string;
|
|
@@ -1604,6 +1640,7 @@ export declare class DeleteSignatureResponse extends $tea.Model {
|
|
|
1604
1640
|
headers: {
|
|
1605
1641
|
[key: string]: string;
|
|
1606
1642
|
};
|
|
1643
|
+
statusCode: number;
|
|
1607
1644
|
body: DeleteSignatureResponseBody;
|
|
1608
1645
|
static names(): {
|
|
1609
1646
|
[key: string]: string;
|
|
@@ -1644,6 +1681,7 @@ export declare class DeleteTrafficControlResponse extends $tea.Model {
|
|
|
1644
1681
|
headers: {
|
|
1645
1682
|
[key: string]: string;
|
|
1646
1683
|
};
|
|
1684
|
+
statusCode: number;
|
|
1647
1685
|
body: DeleteTrafficControlResponseBody;
|
|
1648
1686
|
static names(): {
|
|
1649
1687
|
[key: string]: string;
|
|
@@ -1686,6 +1724,7 @@ export declare class DeleteTrafficSpecialControlResponse extends $tea.Model {
|
|
|
1686
1724
|
headers: {
|
|
1687
1725
|
[key: string]: string;
|
|
1688
1726
|
};
|
|
1727
|
+
statusCode: number;
|
|
1689
1728
|
body: DeleteTrafficSpecialControlResponseBody;
|
|
1690
1729
|
static names(): {
|
|
1691
1730
|
[key: string]: string;
|
|
@@ -1729,6 +1768,7 @@ export declare class DeployApiResponse extends $tea.Model {
|
|
|
1729
1768
|
headers: {
|
|
1730
1769
|
[key: string]: string;
|
|
1731
1770
|
};
|
|
1771
|
+
statusCode: number;
|
|
1732
1772
|
body: DeployApiResponseBody;
|
|
1733
1773
|
static names(): {
|
|
1734
1774
|
[key: string]: string;
|
|
@@ -1770,6 +1810,7 @@ export declare class DescribeAbolishApiTaskResponse extends $tea.Model {
|
|
|
1770
1810
|
headers: {
|
|
1771
1811
|
[key: string]: string;
|
|
1772
1812
|
};
|
|
1813
|
+
statusCode: number;
|
|
1773
1814
|
body: DescribeAbolishApiTaskResponseBody;
|
|
1774
1815
|
static names(): {
|
|
1775
1816
|
[key: string]: string;
|
|
@@ -1846,6 +1887,7 @@ export declare class DescribeApiResponse extends $tea.Model {
|
|
|
1846
1887
|
headers: {
|
|
1847
1888
|
[key: string]: string;
|
|
1848
1889
|
};
|
|
1890
|
+
statusCode: number;
|
|
1849
1891
|
body: DescribeApiResponseBody;
|
|
1850
1892
|
static names(): {
|
|
1851
1893
|
[key: string]: string;
|
|
@@ -1907,6 +1949,7 @@ export declare class DescribeApiDocResponse extends $tea.Model {
|
|
|
1907
1949
|
headers: {
|
|
1908
1950
|
[key: string]: string;
|
|
1909
1951
|
};
|
|
1952
|
+
statusCode: number;
|
|
1910
1953
|
body: DescribeApiDocResponseBody;
|
|
1911
1954
|
static names(): {
|
|
1912
1955
|
[key: string]: string;
|
|
@@ -1978,6 +2021,7 @@ export declare class DescribeApiGroupResponse extends $tea.Model {
|
|
|
1978
2021
|
headers: {
|
|
1979
2022
|
[key: string]: string;
|
|
1980
2023
|
};
|
|
2024
|
+
statusCode: number;
|
|
1981
2025
|
body: DescribeApiGroupResponseBody;
|
|
1982
2026
|
static names(): {
|
|
1983
2027
|
[key: string]: string;
|
|
@@ -2019,6 +2063,7 @@ export declare class DescribeApiGroupVpcWhitelistResponse extends $tea.Model {
|
|
|
2019
2063
|
headers: {
|
|
2020
2064
|
[key: string]: string;
|
|
2021
2065
|
};
|
|
2066
|
+
statusCode: number;
|
|
2022
2067
|
body: DescribeApiGroupVpcWhitelistResponseBody;
|
|
2023
2068
|
static names(): {
|
|
2024
2069
|
[key: string]: string;
|
|
@@ -2070,6 +2115,7 @@ export declare class DescribeApiGroupsResponse extends $tea.Model {
|
|
|
2070
2115
|
headers: {
|
|
2071
2116
|
[key: string]: string;
|
|
2072
2117
|
};
|
|
2118
|
+
statusCode: number;
|
|
2073
2119
|
body: DescribeApiGroupsResponseBody;
|
|
2074
2120
|
static names(): {
|
|
2075
2121
|
[key: string]: string;
|
|
@@ -2119,6 +2165,7 @@ export declare class DescribeApiHistoriesResponse extends $tea.Model {
|
|
|
2119
2165
|
headers: {
|
|
2120
2166
|
[key: string]: string;
|
|
2121
2167
|
};
|
|
2168
|
+
statusCode: number;
|
|
2122
2169
|
body: DescribeApiHistoriesResponseBody;
|
|
2123
2170
|
static names(): {
|
|
2124
2171
|
[key: string]: string;
|
|
@@ -2196,6 +2243,7 @@ export declare class DescribeApiHistoryResponse extends $tea.Model {
|
|
|
2196
2243
|
headers: {
|
|
2197
2244
|
[key: string]: string;
|
|
2198
2245
|
};
|
|
2246
|
+
statusCode: number;
|
|
2199
2247
|
body: DescribeApiHistoryResponseBody;
|
|
2200
2248
|
static names(): {
|
|
2201
2249
|
[key: string]: string;
|
|
@@ -2244,6 +2292,7 @@ export declare class DescribeApiIpControlsResponse extends $tea.Model {
|
|
|
2244
2292
|
headers: {
|
|
2245
2293
|
[key: string]: string;
|
|
2246
2294
|
};
|
|
2295
|
+
statusCode: number;
|
|
2247
2296
|
body: DescribeApiIpControlsResponseBody;
|
|
2248
2297
|
static names(): {
|
|
2249
2298
|
[key: string]: string;
|
|
@@ -2289,6 +2338,7 @@ export declare class DescribeApiLatencyDataResponse extends $tea.Model {
|
|
|
2289
2338
|
headers: {
|
|
2290
2339
|
[key: string]: string;
|
|
2291
2340
|
};
|
|
2341
|
+
statusCode: number;
|
|
2292
2342
|
body: DescribeApiLatencyDataResponseBody;
|
|
2293
2343
|
static names(): {
|
|
2294
2344
|
[key: string]: string;
|
|
@@ -2333,6 +2383,7 @@ export declare class DescribeApiMarketAttributesResponse extends $tea.Model {
|
|
|
2333
2383
|
headers: {
|
|
2334
2384
|
[key: string]: string;
|
|
2335
2385
|
};
|
|
2386
|
+
statusCode: number;
|
|
2336
2387
|
body: DescribeApiMarketAttributesResponseBody;
|
|
2337
2388
|
static names(): {
|
|
2338
2389
|
[key: string]: string;
|
|
@@ -2379,6 +2430,7 @@ export declare class DescribeApiQpsDataResponse extends $tea.Model {
|
|
|
2379
2430
|
headers: {
|
|
2380
2431
|
[key: string]: string;
|
|
2381
2432
|
};
|
|
2433
|
+
statusCode: number;
|
|
2382
2434
|
body: DescribeApiQpsDataResponseBody;
|
|
2383
2435
|
static names(): {
|
|
2384
2436
|
[key: string]: string;
|
|
@@ -2427,6 +2479,7 @@ export declare class DescribeApiSignaturesResponse extends $tea.Model {
|
|
|
2427
2479
|
headers: {
|
|
2428
2480
|
[key: string]: string;
|
|
2429
2481
|
};
|
|
2482
|
+
statusCode: number;
|
|
2430
2483
|
body: DescribeApiSignaturesResponseBody;
|
|
2431
2484
|
static names(): {
|
|
2432
2485
|
[key: string]: string;
|
|
@@ -2475,6 +2528,7 @@ export declare class DescribeApiTrafficControlsResponse extends $tea.Model {
|
|
|
2475
2528
|
headers: {
|
|
2476
2529
|
[key: string]: string;
|
|
2477
2530
|
};
|
|
2531
|
+
statusCode: number;
|
|
2478
2532
|
body: DescribeApiTrafficControlsResponseBody;
|
|
2479
2533
|
static names(): {
|
|
2480
2534
|
[key: string]: string;
|
|
@@ -2521,6 +2575,7 @@ export declare class DescribeApiTrafficDataResponse extends $tea.Model {
|
|
|
2521
2575
|
headers: {
|
|
2522
2576
|
[key: string]: string;
|
|
2523
2577
|
};
|
|
2578
|
+
statusCode: number;
|
|
2524
2579
|
body: DescribeApiTrafficDataResponseBody;
|
|
2525
2580
|
static names(): {
|
|
2526
2581
|
[key: string]: string;
|
|
@@ -2573,6 +2628,7 @@ export declare class DescribeApisResponse extends $tea.Model {
|
|
|
2573
2628
|
headers: {
|
|
2574
2629
|
[key: string]: string;
|
|
2575
2630
|
};
|
|
2631
|
+
statusCode: number;
|
|
2576
2632
|
body: DescribeApisResponseBody;
|
|
2577
2633
|
static names(): {
|
|
2578
2634
|
[key: string]: string;
|
|
@@ -2623,6 +2679,7 @@ export declare class DescribeApisByAppResponse extends $tea.Model {
|
|
|
2623
2679
|
headers: {
|
|
2624
2680
|
[key: string]: string;
|
|
2625
2681
|
};
|
|
2682
|
+
statusCode: number;
|
|
2626
2683
|
body: DescribeApisByAppResponseBody;
|
|
2627
2684
|
static names(): {
|
|
2628
2685
|
[key: string]: string;
|
|
@@ -2670,6 +2727,7 @@ export declare class DescribeApisByBackendResponse extends $tea.Model {
|
|
|
2670
2727
|
headers: {
|
|
2671
2728
|
[key: string]: string;
|
|
2672
2729
|
};
|
|
2730
|
+
statusCode: number;
|
|
2673
2731
|
body: DescribeApisByBackendResponseBody;
|
|
2674
2732
|
static names(): {
|
|
2675
2733
|
[key: string]: string;
|
|
@@ -2716,6 +2774,7 @@ export declare class DescribeApisByIpControlResponse extends $tea.Model {
|
|
|
2716
2774
|
headers: {
|
|
2717
2775
|
[key: string]: string;
|
|
2718
2776
|
};
|
|
2777
|
+
statusCode: number;
|
|
2719
2778
|
body: DescribeApisByIpControlResponseBody;
|
|
2720
2779
|
static names(): {
|
|
2721
2780
|
[key: string]: string;
|
|
@@ -2762,6 +2821,7 @@ export declare class DescribeApisBySignatureResponse extends $tea.Model {
|
|
|
2762
2821
|
headers: {
|
|
2763
2822
|
[key: string]: string;
|
|
2764
2823
|
};
|
|
2824
|
+
statusCode: number;
|
|
2765
2825
|
body: DescribeApisBySignatureResponseBody;
|
|
2766
2826
|
static names(): {
|
|
2767
2827
|
[key: string]: string;
|
|
@@ -2808,6 +2868,7 @@ export declare class DescribeApisByTrafficControlResponse extends $tea.Model {
|
|
|
2808
2868
|
headers: {
|
|
2809
2869
|
[key: string]: string;
|
|
2810
2870
|
};
|
|
2871
|
+
statusCode: number;
|
|
2811
2872
|
body: DescribeApisByTrafficControlResponseBody;
|
|
2812
2873
|
static names(): {
|
|
2813
2874
|
[key: string]: string;
|
|
@@ -2853,6 +2914,7 @@ export declare class DescribeAppResponse extends $tea.Model {
|
|
|
2853
2914
|
headers: {
|
|
2854
2915
|
[key: string]: string;
|
|
2855
2916
|
};
|
|
2917
|
+
statusCode: number;
|
|
2856
2918
|
body: DescribeAppResponseBody;
|
|
2857
2919
|
static names(): {
|
|
2858
2920
|
[key: string]: string;
|
|
@@ -2905,6 +2967,7 @@ export declare class DescribeAppAttributesResponse extends $tea.Model {
|
|
|
2905
2967
|
headers: {
|
|
2906
2968
|
[key: string]: string;
|
|
2907
2969
|
};
|
|
2970
|
+
statusCode: number;
|
|
2908
2971
|
body: DescribeAppAttributesResponseBody;
|
|
2909
2972
|
static names(): {
|
|
2910
2973
|
[key: string]: string;
|
|
@@ -2951,6 +3014,7 @@ export declare class DescribeAppSecurityResponse extends $tea.Model {
|
|
|
2951
3014
|
headers: {
|
|
2952
3015
|
[key: string]: string;
|
|
2953
3016
|
};
|
|
3017
|
+
statusCode: number;
|
|
2954
3018
|
body: DescribeAppSecurityResponseBody;
|
|
2955
3019
|
static names(): {
|
|
2956
3020
|
[key: string]: string;
|
|
@@ -2998,6 +3062,7 @@ export declare class DescribeAppsResponse extends $tea.Model {
|
|
|
2998
3062
|
headers: {
|
|
2999
3063
|
[key: string]: string;
|
|
3000
3064
|
};
|
|
3065
|
+
statusCode: number;
|
|
3001
3066
|
body: DescribeAppsResponseBody;
|
|
3002
3067
|
static names(): {
|
|
3003
3068
|
[key: string]: string;
|
|
@@ -3044,6 +3109,7 @@ export declare class DescribeAuthorizedApisResponse extends $tea.Model {
|
|
|
3044
3109
|
headers: {
|
|
3045
3110
|
[key: string]: string;
|
|
3046
3111
|
};
|
|
3112
|
+
statusCode: number;
|
|
3047
3113
|
body: DescribeAuthorizedApisResponseBody;
|
|
3048
3114
|
static names(): {
|
|
3049
3115
|
[key: string]: string;
|
|
@@ -3095,6 +3161,7 @@ export declare class DescribeAuthorizedAppsResponse extends $tea.Model {
|
|
|
3095
3161
|
headers: {
|
|
3096
3162
|
[key: string]: string;
|
|
3097
3163
|
};
|
|
3164
|
+
statusCode: number;
|
|
3098
3165
|
body: DescribeAuthorizedAppsResponseBody;
|
|
3099
3166
|
static names(): {
|
|
3100
3167
|
[key: string]: string;
|
|
@@ -3136,6 +3203,7 @@ export declare class DescribeBackendInfoResponse extends $tea.Model {
|
|
|
3136
3203
|
headers: {
|
|
3137
3204
|
[key: string]: string;
|
|
3138
3205
|
};
|
|
3206
|
+
statusCode: number;
|
|
3139
3207
|
body: DescribeBackendInfoResponseBody;
|
|
3140
3208
|
static names(): {
|
|
3141
3209
|
[key: string]: string;
|
|
@@ -3183,6 +3251,7 @@ export declare class DescribeBackendListResponse extends $tea.Model {
|
|
|
3183
3251
|
headers: {
|
|
3184
3252
|
[key: string]: string;
|
|
3185
3253
|
};
|
|
3254
|
+
statusCode: number;
|
|
3186
3255
|
body: DescribeBackendListResponseBody;
|
|
3187
3256
|
static names(): {
|
|
3188
3257
|
[key: string]: string;
|
|
@@ -3224,6 +3293,7 @@ export declare class DescribeDeployApiTaskResponse extends $tea.Model {
|
|
|
3224
3293
|
headers: {
|
|
3225
3294
|
[key: string]: string;
|
|
3226
3295
|
};
|
|
3296
|
+
statusCode: number;
|
|
3227
3297
|
body: DescribeDeployApiTaskResponseBody;
|
|
3228
3298
|
static names(): {
|
|
3229
3299
|
[key: string]: string;
|
|
@@ -3294,6 +3364,7 @@ export declare class DescribeDeployedApiResponse extends $tea.Model {
|
|
|
3294
3364
|
headers: {
|
|
3295
3365
|
[key: string]: string;
|
|
3296
3366
|
};
|
|
3367
|
+
statusCode: number;
|
|
3297
3368
|
body: DescribeDeployedApiResponseBody;
|
|
3298
3369
|
static names(): {
|
|
3299
3370
|
[key: string]: string;
|
|
@@ -3345,6 +3416,7 @@ export declare class DescribeDeployedApisResponse extends $tea.Model {
|
|
|
3345
3416
|
headers: {
|
|
3346
3417
|
[key: string]: string;
|
|
3347
3418
|
};
|
|
3419
|
+
statusCode: number;
|
|
3348
3420
|
body: DescribeDeployedApisResponseBody;
|
|
3349
3421
|
static names(): {
|
|
3350
3422
|
[key: string]: string;
|
|
@@ -3398,6 +3470,7 @@ export declare class DescribeDomainResponse extends $tea.Model {
|
|
|
3398
3470
|
headers: {
|
|
3399
3471
|
[key: string]: string;
|
|
3400
3472
|
};
|
|
3473
|
+
statusCode: number;
|
|
3401
3474
|
body: DescribeDomainResponseBody;
|
|
3402
3475
|
static names(): {
|
|
3403
3476
|
[key: string]: string;
|
|
@@ -3447,6 +3520,7 @@ export declare class DescribeHistoryApisResponse extends $tea.Model {
|
|
|
3447
3520
|
headers: {
|
|
3448
3521
|
[key: string]: string;
|
|
3449
3522
|
};
|
|
3523
|
+
statusCode: number;
|
|
3450
3524
|
body: DescribeHistoryApisResponseBody;
|
|
3451
3525
|
static names(): {
|
|
3452
3526
|
[key: string]: string;
|
|
@@ -3494,6 +3568,7 @@ export declare class DescribeIpControlPolicyItemsResponse extends $tea.Model {
|
|
|
3494
3568
|
headers: {
|
|
3495
3569
|
[key: string]: string;
|
|
3496
3570
|
};
|
|
3571
|
+
statusCode: number;
|
|
3497
3572
|
body: DescribeIpControlPolicyItemsResponseBody;
|
|
3498
3573
|
static names(): {
|
|
3499
3574
|
[key: string]: string;
|
|
@@ -3542,6 +3617,7 @@ export declare class DescribeIpControlsResponse extends $tea.Model {
|
|
|
3542
3617
|
headers: {
|
|
3543
3618
|
[key: string]: string;
|
|
3544
3619
|
};
|
|
3620
|
+
statusCode: number;
|
|
3545
3621
|
body: DescribeIpControlsResponseBody;
|
|
3546
3622
|
static names(): {
|
|
3547
3623
|
[key: string]: string;
|
|
@@ -3583,6 +3659,7 @@ export declare class DescribeLogConfigResponse extends $tea.Model {
|
|
|
3583
3659
|
headers: {
|
|
3584
3660
|
[key: string]: string;
|
|
3585
3661
|
};
|
|
3662
|
+
statusCode: number;
|
|
3586
3663
|
body: DescribeLogConfigResponseBody;
|
|
3587
3664
|
static names(): {
|
|
3588
3665
|
[key: string]: string;
|
|
@@ -3624,6 +3701,7 @@ export declare class DescribeMarketRemainsQuotaResponse extends $tea.Model {
|
|
|
3624
3701
|
headers: {
|
|
3625
3702
|
[key: string]: string;
|
|
3626
3703
|
};
|
|
3704
|
+
statusCode: number;
|
|
3627
3705
|
body: DescribeMarketRemainsQuotaResponseBody;
|
|
3628
3706
|
static names(): {
|
|
3629
3707
|
[key: string]: string;
|
|
@@ -3671,6 +3749,7 @@ export declare class DescribeModelsResponse extends $tea.Model {
|
|
|
3671
3749
|
headers: {
|
|
3672
3750
|
[key: string]: string;
|
|
3673
3751
|
};
|
|
3752
|
+
statusCode: number;
|
|
3674
3753
|
body: DescribeModelsResponseBody;
|
|
3675
3754
|
static names(): {
|
|
3676
3755
|
[key: string]: string;
|
|
@@ -3712,6 +3791,7 @@ export declare class DescribePluginSchemasResponse extends $tea.Model {
|
|
|
3712
3791
|
headers: {
|
|
3713
3792
|
[key: string]: string;
|
|
3714
3793
|
};
|
|
3794
|
+
statusCode: number;
|
|
3715
3795
|
body: DescribePluginSchemasResponseBody;
|
|
3716
3796
|
static names(): {
|
|
3717
3797
|
[key: string]: string;
|
|
@@ -3754,6 +3834,7 @@ export declare class DescribePluginTemplatesResponse extends $tea.Model {
|
|
|
3754
3834
|
headers: {
|
|
3755
3835
|
[key: string]: string;
|
|
3756
3836
|
};
|
|
3837
|
+
statusCode: number;
|
|
3757
3838
|
body: DescribePluginTemplatesResponseBody;
|
|
3758
3839
|
static names(): {
|
|
3759
3840
|
[key: string]: string;
|
|
@@ -3803,6 +3884,7 @@ export declare class DescribePluginsResponse extends $tea.Model {
|
|
|
3803
3884
|
headers: {
|
|
3804
3885
|
[key: string]: string;
|
|
3805
3886
|
};
|
|
3887
|
+
statusCode: number;
|
|
3806
3888
|
body: DescribePluginsResponseBody;
|
|
3807
3889
|
static names(): {
|
|
3808
3890
|
[key: string]: string;
|
|
@@ -3849,6 +3931,7 @@ export declare class DescribePluginsByApiResponse extends $tea.Model {
|
|
|
3849
3931
|
headers: {
|
|
3850
3932
|
[key: string]: string;
|
|
3851
3933
|
};
|
|
3934
|
+
statusCode: number;
|
|
3852
3935
|
body: DescribePluginsByApiResponseBody;
|
|
3853
3936
|
static names(): {
|
|
3854
3937
|
[key: string]: string;
|
|
@@ -3896,6 +3979,7 @@ export declare class DescribePurchasedApiGroupResponse extends $tea.Model {
|
|
|
3896
3979
|
headers: {
|
|
3897
3980
|
[key: string]: string;
|
|
3898
3981
|
};
|
|
3982
|
+
statusCode: number;
|
|
3899
3983
|
body: DescribePurchasedApiGroupResponseBody;
|
|
3900
3984
|
static names(): {
|
|
3901
3985
|
[key: string]: string;
|
|
@@ -3941,6 +4025,7 @@ export declare class DescribePurchasedApiGroupsResponse extends $tea.Model {
|
|
|
3941
4025
|
headers: {
|
|
3942
4026
|
[key: string]: string;
|
|
3943
4027
|
};
|
|
4028
|
+
statusCode: number;
|
|
3944
4029
|
body: DescribePurchasedApiGroupsResponseBody;
|
|
3945
4030
|
static names(): {
|
|
3946
4031
|
[key: string]: string;
|
|
@@ -3991,6 +4076,7 @@ export declare class DescribePurchasedApisResponse extends $tea.Model {
|
|
|
3991
4076
|
headers: {
|
|
3992
4077
|
[key: string]: string;
|
|
3993
4078
|
};
|
|
4079
|
+
statusCode: number;
|
|
3994
4080
|
body: DescribePurchasedApisResponseBody;
|
|
3995
4081
|
static names(): {
|
|
3996
4082
|
[key: string]: string;
|
|
@@ -4032,6 +4118,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
4032
4118
|
headers: {
|
|
4033
4119
|
[key: string]: string;
|
|
4034
4120
|
};
|
|
4121
|
+
statusCode: number;
|
|
4035
4122
|
body: DescribeRegionsResponseBody;
|
|
4036
4123
|
static names(): {
|
|
4037
4124
|
[key: string]: string;
|
|
@@ -4079,6 +4166,7 @@ export declare class DescribeSignaturesResponse extends $tea.Model {
|
|
|
4079
4166
|
headers: {
|
|
4080
4167
|
[key: string]: string;
|
|
4081
4168
|
};
|
|
4169
|
+
statusCode: number;
|
|
4082
4170
|
body: DescribeSignaturesResponseBody;
|
|
4083
4171
|
static names(): {
|
|
4084
4172
|
[key: string]: string;
|
|
@@ -4122,6 +4210,7 @@ export declare class DescribeSignaturesByApiResponse extends $tea.Model {
|
|
|
4122
4210
|
headers: {
|
|
4123
4211
|
[key: string]: string;
|
|
4124
4212
|
};
|
|
4213
|
+
statusCode: number;
|
|
4125
4214
|
body: DescribeSignaturesByApiResponseBody;
|
|
4126
4215
|
static names(): {
|
|
4127
4216
|
[key: string]: string;
|
|
@@ -4162,6 +4251,7 @@ export declare class DescribeSystemParametersResponse extends $tea.Model {
|
|
|
4162
4251
|
headers: {
|
|
4163
4252
|
[key: string]: string;
|
|
4164
4253
|
};
|
|
4254
|
+
statusCode: number;
|
|
4165
4255
|
body: DescribeSystemParametersResponseBody;
|
|
4166
4256
|
static names(): {
|
|
4167
4257
|
[key: string]: string;
|
|
@@ -4212,6 +4302,7 @@ export declare class DescribeTrafficControlsResponse extends $tea.Model {
|
|
|
4212
4302
|
headers: {
|
|
4213
4303
|
[key: string]: string;
|
|
4214
4304
|
};
|
|
4305
|
+
statusCode: number;
|
|
4215
4306
|
body: DescribeTrafficControlsResponseBody;
|
|
4216
4307
|
static names(): {
|
|
4217
4308
|
[key: string]: string;
|
|
@@ -4255,6 +4346,7 @@ export declare class DescribeTrafficControlsByApiResponse extends $tea.Model {
|
|
|
4255
4346
|
headers: {
|
|
4256
4347
|
[key: string]: string;
|
|
4257
4348
|
};
|
|
4349
|
+
statusCode: number;
|
|
4258
4350
|
body: DescribeTrafficControlsByApiResponseBody;
|
|
4259
4351
|
static names(): {
|
|
4260
4352
|
[key: string]: string;
|
|
@@ -4296,6 +4388,7 @@ export declare class DescribeUpdateBackendTaskResponse extends $tea.Model {
|
|
|
4296
4388
|
headers: {
|
|
4297
4389
|
[key: string]: string;
|
|
4298
4390
|
};
|
|
4391
|
+
statusCode: number;
|
|
4299
4392
|
body: DescribeUpdateBackendTaskResponseBody;
|
|
4300
4393
|
static names(): {
|
|
4301
4394
|
[key: string]: string;
|
|
@@ -4337,6 +4430,7 @@ export declare class DescribeUpdateVpcInfoTaskResponse extends $tea.Model {
|
|
|
4337
4430
|
headers: {
|
|
4338
4431
|
[key: string]: string;
|
|
4339
4432
|
};
|
|
4433
|
+
statusCode: number;
|
|
4340
4434
|
body: DescribeUpdateVpcInfoTaskResponseBody;
|
|
4341
4435
|
static names(): {
|
|
4342
4436
|
[key: string]: string;
|
|
@@ -4387,6 +4481,7 @@ export declare class DescribeVpcAccessesResponse extends $tea.Model {
|
|
|
4387
4481
|
headers: {
|
|
4388
4482
|
[key: string]: string;
|
|
4389
4483
|
};
|
|
4484
|
+
statusCode: number;
|
|
4390
4485
|
body: DescribeVpcAccessesResponseBody;
|
|
4391
4486
|
static names(): {
|
|
4392
4487
|
[key: string]: string;
|
|
@@ -4428,6 +4523,7 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
4428
4523
|
headers: {
|
|
4429
4524
|
[key: string]: string;
|
|
4430
4525
|
};
|
|
4526
|
+
statusCode: number;
|
|
4431
4527
|
body: DescribeZonesResponseBody;
|
|
4432
4528
|
static names(): {
|
|
4433
4529
|
[key: string]: string;
|
|
@@ -4471,6 +4567,7 @@ export declare class DetachPluginResponse extends $tea.Model {
|
|
|
4471
4567
|
headers: {
|
|
4472
4568
|
[key: string]: string;
|
|
4473
4569
|
};
|
|
4570
|
+
statusCode: number;
|
|
4474
4571
|
body: DetachPluginResponseBody;
|
|
4475
4572
|
static names(): {
|
|
4476
4573
|
[key: string]: string;
|
|
@@ -4539,6 +4636,7 @@ export declare class DryRunSwaggerResponse extends $tea.Model {
|
|
|
4539
4636
|
headers: {
|
|
4540
4637
|
[key: string]: string;
|
|
4541
4638
|
};
|
|
4639
|
+
statusCode: number;
|
|
4542
4640
|
body: DryRunSwaggerResponseBody;
|
|
4543
4641
|
static names(): {
|
|
4544
4642
|
[key: string]: string;
|
|
@@ -4608,6 +4706,7 @@ export declare class ImportSwaggerResponse extends $tea.Model {
|
|
|
4608
4706
|
headers: {
|
|
4609
4707
|
[key: string]: string;
|
|
4610
4708
|
};
|
|
4709
|
+
statusCode: number;
|
|
4611
4710
|
body: ImportSwaggerResponseBody;
|
|
4612
4711
|
static names(): {
|
|
4613
4712
|
[key: string]: string;
|
|
@@ -4652,6 +4751,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
4652
4751
|
headers: {
|
|
4653
4752
|
[key: string]: string;
|
|
4654
4753
|
};
|
|
4754
|
+
statusCode: number;
|
|
4655
4755
|
body: ListTagResourcesResponseBody;
|
|
4656
4756
|
static names(): {
|
|
4657
4757
|
[key: string]: string;
|
|
@@ -4718,6 +4818,7 @@ export declare class ModifyApiResponse extends $tea.Model {
|
|
|
4718
4818
|
headers: {
|
|
4719
4819
|
[key: string]: string;
|
|
4720
4820
|
};
|
|
4821
|
+
statusCode: number;
|
|
4721
4822
|
body: ModifyApiResponseBody;
|
|
4722
4823
|
static names(): {
|
|
4723
4824
|
[key: string]: string;
|
|
@@ -4792,6 +4893,7 @@ export declare class ModifyApiConfigurationResponse extends $tea.Model {
|
|
|
4792
4893
|
headers: {
|
|
4793
4894
|
[key: string]: string;
|
|
4794
4895
|
};
|
|
4896
|
+
statusCode: number;
|
|
4795
4897
|
body: ModifyApiConfigurationResponseBody;
|
|
4796
4898
|
static names(): {
|
|
4797
4899
|
[key: string]: string;
|
|
@@ -4848,6 +4950,7 @@ export declare class ModifyApiGroupResponse extends $tea.Model {
|
|
|
4848
4950
|
headers: {
|
|
4849
4951
|
[key: string]: string;
|
|
4850
4952
|
};
|
|
4953
|
+
statusCode: number;
|
|
4851
4954
|
body: ModifyApiGroupResponseBody;
|
|
4852
4955
|
static names(): {
|
|
4853
4956
|
[key: string]: string;
|
|
@@ -4889,6 +4992,7 @@ export declare class ModifyApiGroupVpcWhitelistResponse extends $tea.Model {
|
|
|
4889
4992
|
headers: {
|
|
4890
4993
|
[key: string]: string;
|
|
4891
4994
|
};
|
|
4995
|
+
statusCode: number;
|
|
4892
4996
|
body: ModifyApiGroupVpcWhitelistResponseBody;
|
|
4893
4997
|
static names(): {
|
|
4894
4998
|
[key: string]: string;
|
|
@@ -4932,6 +5036,7 @@ export declare class ModifyAppResponse extends $tea.Model {
|
|
|
4932
5036
|
headers: {
|
|
4933
5037
|
[key: string]: string;
|
|
4934
5038
|
};
|
|
5039
|
+
statusCode: number;
|
|
4935
5040
|
body: ModifyAppResponseBody;
|
|
4936
5041
|
static names(): {
|
|
4937
5042
|
[key: string]: string;
|
|
@@ -4975,6 +5080,7 @@ export declare class ModifyBackendResponse extends $tea.Model {
|
|
|
4975
5080
|
headers: {
|
|
4976
5081
|
[key: string]: string;
|
|
4977
5082
|
};
|
|
5083
|
+
statusCode: number;
|
|
4978
5084
|
body: ModifyBackendResponseBody;
|
|
4979
5085
|
static names(): {
|
|
4980
5086
|
[key: string]: string;
|
|
@@ -5021,6 +5127,7 @@ export declare class ModifyBackendModelResponse extends $tea.Model {
|
|
|
5021
5127
|
headers: {
|
|
5022
5128
|
[key: string]: string;
|
|
5023
5129
|
};
|
|
5130
|
+
statusCode: number;
|
|
5024
5131
|
body: ModifyBackendModelResponseBody;
|
|
5025
5132
|
static names(): {
|
|
5026
5133
|
[key: string]: string;
|
|
@@ -5063,6 +5170,7 @@ export declare class ModifyInstanceSpecResponse extends $tea.Model {
|
|
|
5063
5170
|
headers: {
|
|
5064
5171
|
[key: string]: string;
|
|
5065
5172
|
};
|
|
5173
|
+
statusCode: number;
|
|
5066
5174
|
body: ModifyInstanceSpecResponseBody;
|
|
5067
5175
|
static names(): {
|
|
5068
5176
|
[key: string]: string;
|
|
@@ -5105,6 +5213,7 @@ export declare class ModifyIpControlResponse extends $tea.Model {
|
|
|
5105
5213
|
headers: {
|
|
5106
5214
|
[key: string]: string;
|
|
5107
5215
|
};
|
|
5216
|
+
statusCode: number;
|
|
5108
5217
|
body: ModifyIpControlResponseBody;
|
|
5109
5218
|
static names(): {
|
|
5110
5219
|
[key: string]: string;
|
|
@@ -5148,6 +5257,7 @@ export declare class ModifyIpControlPolicyItemResponse extends $tea.Model {
|
|
|
5148
5257
|
headers: {
|
|
5149
5258
|
[key: string]: string;
|
|
5150
5259
|
};
|
|
5260
|
+
statusCode: number;
|
|
5151
5261
|
body: ModifyIpControlPolicyItemResponseBody;
|
|
5152
5262
|
static names(): {
|
|
5153
5263
|
[key: string]: string;
|
|
@@ -5190,6 +5300,7 @@ export declare class ModifyLogConfigResponse extends $tea.Model {
|
|
|
5190
5300
|
headers: {
|
|
5191
5301
|
[key: string]: string;
|
|
5192
5302
|
};
|
|
5303
|
+
statusCode: number;
|
|
5193
5304
|
body: ModifyLogConfigResponseBody;
|
|
5194
5305
|
static names(): {
|
|
5195
5306
|
[key: string]: string;
|
|
@@ -5233,6 +5344,7 @@ export declare class ModifyModelResponse extends $tea.Model {
|
|
|
5233
5344
|
headers: {
|
|
5234
5345
|
[key: string]: string;
|
|
5235
5346
|
};
|
|
5347
|
+
statusCode: number;
|
|
5236
5348
|
body: ModifyModelResponseBody;
|
|
5237
5349
|
static names(): {
|
|
5238
5350
|
[key: string]: string;
|
|
@@ -5277,6 +5389,7 @@ export declare class ModifyPluginResponse extends $tea.Model {
|
|
|
5277
5389
|
headers: {
|
|
5278
5390
|
[key: string]: string;
|
|
5279
5391
|
};
|
|
5392
|
+
statusCode: number;
|
|
5280
5393
|
body: ModifyPluginResponseBody;
|
|
5281
5394
|
static names(): {
|
|
5282
5395
|
[key: string]: string;
|
|
@@ -5322,6 +5435,7 @@ export declare class ModifySignatureResponse extends $tea.Model {
|
|
|
5322
5435
|
headers: {
|
|
5323
5436
|
[key: string]: string;
|
|
5324
5437
|
};
|
|
5438
|
+
statusCode: number;
|
|
5325
5439
|
body: ModifySignatureResponseBody;
|
|
5326
5440
|
static names(): {
|
|
5327
5441
|
[key: string]: string;
|
|
@@ -5368,6 +5482,7 @@ export declare class ModifyTrafficControlResponse extends $tea.Model {
|
|
|
5368
5482
|
headers: {
|
|
5369
5483
|
[key: string]: string;
|
|
5370
5484
|
};
|
|
5485
|
+
statusCode: number;
|
|
5371
5486
|
body: ModifyTrafficControlResponseBody;
|
|
5372
5487
|
static names(): {
|
|
5373
5488
|
[key: string]: string;
|
|
@@ -5396,6 +5511,7 @@ export declare class OpenApiGatewayServiceResponse extends $tea.Model {
|
|
|
5396
5511
|
headers: {
|
|
5397
5512
|
[key: string]: string;
|
|
5398
5513
|
};
|
|
5514
|
+
statusCode: number;
|
|
5399
5515
|
body: OpenApiGatewayServiceResponseBody;
|
|
5400
5516
|
static names(): {
|
|
5401
5517
|
[key: string]: string;
|
|
@@ -5437,6 +5553,7 @@ export declare class ReactivateDomainResponse extends $tea.Model {
|
|
|
5437
5553
|
headers: {
|
|
5438
5554
|
[key: string]: string;
|
|
5439
5555
|
};
|
|
5556
|
+
statusCode: number;
|
|
5440
5557
|
body: ReactivateDomainResponseBody;
|
|
5441
5558
|
static names(): {
|
|
5442
5559
|
[key: string]: string;
|
|
@@ -5481,6 +5598,7 @@ export declare class RemoveApisAuthoritiesResponse extends $tea.Model {
|
|
|
5481
5598
|
headers: {
|
|
5482
5599
|
[key: string]: string;
|
|
5483
5600
|
};
|
|
5601
|
+
statusCode: number;
|
|
5484
5602
|
body: RemoveApisAuthoritiesResponseBody;
|
|
5485
5603
|
static names(): {
|
|
5486
5604
|
[key: string]: string;
|
|
@@ -5524,6 +5642,7 @@ export declare class RemoveAppsAuthoritiesResponse extends $tea.Model {
|
|
|
5524
5642
|
headers: {
|
|
5525
5643
|
[key: string]: string;
|
|
5526
5644
|
};
|
|
5645
|
+
statusCode: number;
|
|
5527
5646
|
body: RemoveAppsAuthoritiesResponseBody;
|
|
5528
5647
|
static names(): {
|
|
5529
5648
|
[key: string]: string;
|
|
@@ -5567,6 +5686,7 @@ export declare class RemoveIpControlApisResponse extends $tea.Model {
|
|
|
5567
5686
|
headers: {
|
|
5568
5687
|
[key: string]: string;
|
|
5569
5688
|
};
|
|
5689
|
+
statusCode: number;
|
|
5570
5690
|
body: RemoveIpControlApisResponseBody;
|
|
5571
5691
|
static names(): {
|
|
5572
5692
|
[key: string]: string;
|
|
@@ -5608,6 +5728,7 @@ export declare class RemoveIpControlPolicyItemResponse extends $tea.Model {
|
|
|
5608
5728
|
headers: {
|
|
5609
5729
|
[key: string]: string;
|
|
5610
5730
|
};
|
|
5731
|
+
statusCode: number;
|
|
5611
5732
|
body: RemoveIpControlPolicyItemResponseBody;
|
|
5612
5733
|
static names(): {
|
|
5613
5734
|
[key: string]: string;
|
|
@@ -5651,6 +5772,7 @@ export declare class RemoveSignatureApisResponse extends $tea.Model {
|
|
|
5651
5772
|
headers: {
|
|
5652
5773
|
[key: string]: string;
|
|
5653
5774
|
};
|
|
5775
|
+
statusCode: number;
|
|
5654
5776
|
body: RemoveSignatureApisResponseBody;
|
|
5655
5777
|
static names(): {
|
|
5656
5778
|
[key: string]: string;
|
|
@@ -5694,6 +5816,7 @@ export declare class RemoveTrafficControlApisResponse extends $tea.Model {
|
|
|
5694
5816
|
headers: {
|
|
5695
5817
|
[key: string]: string;
|
|
5696
5818
|
};
|
|
5819
|
+
statusCode: number;
|
|
5697
5820
|
body: RemoveTrafficControlApisResponseBody;
|
|
5698
5821
|
static names(): {
|
|
5699
5822
|
[key: string]: string;
|
|
@@ -5738,6 +5861,7 @@ export declare class RemoveVpcAccessResponse extends $tea.Model {
|
|
|
5738
5861
|
headers: {
|
|
5739
5862
|
[key: string]: string;
|
|
5740
5863
|
};
|
|
5864
|
+
statusCode: number;
|
|
5741
5865
|
body: RemoveVpcAccessResponseBody;
|
|
5742
5866
|
static names(): {
|
|
5743
5867
|
[key: string]: string;
|
|
@@ -5782,6 +5906,7 @@ export declare class RemoveVpcAccessAndAbolishApisResponse extends $tea.Model {
|
|
|
5782
5906
|
headers: {
|
|
5783
5907
|
[key: string]: string;
|
|
5784
5908
|
};
|
|
5909
|
+
statusCode: number;
|
|
5785
5910
|
body: RemoveVpcAccessAndAbolishApisResponseBody;
|
|
5786
5911
|
static names(): {
|
|
5787
5912
|
[key: string]: string;
|
|
@@ -5822,6 +5947,7 @@ export declare class ResetAppCodeResponse extends $tea.Model {
|
|
|
5822
5947
|
headers: {
|
|
5823
5948
|
[key: string]: string;
|
|
5824
5949
|
};
|
|
5950
|
+
statusCode: number;
|
|
5825
5951
|
body: ResetAppCodeResponseBody;
|
|
5826
5952
|
static names(): {
|
|
5827
5953
|
[key: string]: string;
|
|
@@ -5862,6 +5988,7 @@ export declare class ResetAppSecretResponse extends $tea.Model {
|
|
|
5862
5988
|
headers: {
|
|
5863
5989
|
[key: string]: string;
|
|
5864
5990
|
};
|
|
5991
|
+
statusCode: number;
|
|
5865
5992
|
body: ResetAppSecretResponseBody;
|
|
5866
5993
|
static names(): {
|
|
5867
5994
|
[key: string]: string;
|
|
@@ -5904,6 +6031,7 @@ export declare class SdkGenerateByAppResponse extends $tea.Model {
|
|
|
5904
6031
|
headers: {
|
|
5905
6032
|
[key: string]: string;
|
|
5906
6033
|
};
|
|
6034
|
+
statusCode: number;
|
|
5907
6035
|
body: SdkGenerateByAppResponseBody;
|
|
5908
6036
|
static names(): {
|
|
5909
6037
|
[key: string]: string;
|
|
@@ -5946,6 +6074,7 @@ export declare class SdkGenerateByGroupResponse extends $tea.Model {
|
|
|
5946
6074
|
headers: {
|
|
5947
6075
|
[key: string]: string;
|
|
5948
6076
|
};
|
|
6077
|
+
statusCode: number;
|
|
5949
6078
|
body: SdkGenerateByGroupResponseBody;
|
|
5950
6079
|
static names(): {
|
|
5951
6080
|
[key: string]: string;
|
|
@@ -5991,6 +6120,7 @@ export declare class SetApisAuthoritiesResponse extends $tea.Model {
|
|
|
5991
6120
|
headers: {
|
|
5992
6121
|
[key: string]: string;
|
|
5993
6122
|
};
|
|
6123
|
+
statusCode: number;
|
|
5994
6124
|
body: SetApisAuthoritiesResponseBody;
|
|
5995
6125
|
static names(): {
|
|
5996
6126
|
[key: string]: string;
|
|
@@ -6036,6 +6166,7 @@ export declare class SetAppsAuthoritiesResponse extends $tea.Model {
|
|
|
6036
6166
|
headers: {
|
|
6037
6167
|
[key: string]: string;
|
|
6038
6168
|
};
|
|
6169
|
+
statusCode: number;
|
|
6039
6170
|
body: SetAppsAuthoritiesResponseBody;
|
|
6040
6171
|
static names(): {
|
|
6041
6172
|
[key: string]: string;
|
|
@@ -6086,6 +6217,7 @@ export declare class SetDomainResponse extends $tea.Model {
|
|
|
6086
6217
|
headers: {
|
|
6087
6218
|
[key: string]: string;
|
|
6088
6219
|
};
|
|
6220
|
+
statusCode: number;
|
|
6089
6221
|
body: SetDomainResponseBody;
|
|
6090
6222
|
static names(): {
|
|
6091
6223
|
[key: string]: string;
|
|
@@ -6105,6 +6237,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
|
|
|
6105
6237
|
domainName?: string;
|
|
6106
6238
|
groupId?: string;
|
|
6107
6239
|
securityToken?: string;
|
|
6240
|
+
sslVerifyDepth?: string;
|
|
6108
6241
|
static names(): {
|
|
6109
6242
|
[key: string]: string;
|
|
6110
6243
|
};
|
|
@@ -6131,6 +6264,7 @@ export declare class SetDomainCertificateResponse extends $tea.Model {
|
|
|
6131
6264
|
headers: {
|
|
6132
6265
|
[key: string]: string;
|
|
6133
6266
|
};
|
|
6267
|
+
statusCode: number;
|
|
6134
6268
|
body: SetDomainCertificateResponseBody;
|
|
6135
6269
|
static names(): {
|
|
6136
6270
|
[key: string]: string;
|
|
@@ -6173,6 +6307,7 @@ export declare class SetDomainWebSocketStatusResponse extends $tea.Model {
|
|
|
6173
6307
|
headers: {
|
|
6174
6308
|
[key: string]: string;
|
|
6175
6309
|
};
|
|
6310
|
+
statusCode: number;
|
|
6176
6311
|
body: SetDomainWebSocketStatusResponseBody;
|
|
6177
6312
|
static names(): {
|
|
6178
6313
|
[key: string]: string;
|
|
@@ -6216,6 +6351,7 @@ export declare class SetIpControlApisResponse extends $tea.Model {
|
|
|
6216
6351
|
headers: {
|
|
6217
6352
|
[key: string]: string;
|
|
6218
6353
|
};
|
|
6354
|
+
statusCode: number;
|
|
6219
6355
|
body: SetIpControlApisResponseBody;
|
|
6220
6356
|
static names(): {
|
|
6221
6357
|
[key: string]: string;
|
|
@@ -6259,6 +6395,7 @@ export declare class SetSignatureApisResponse extends $tea.Model {
|
|
|
6259
6395
|
headers: {
|
|
6260
6396
|
[key: string]: string;
|
|
6261
6397
|
};
|
|
6398
|
+
statusCode: number;
|
|
6262
6399
|
body: SetSignatureApisResponseBody;
|
|
6263
6400
|
static names(): {
|
|
6264
6401
|
[key: string]: string;
|
|
@@ -6302,6 +6439,7 @@ export declare class SetTrafficControlApisResponse extends $tea.Model {
|
|
|
6302
6439
|
headers: {
|
|
6303
6440
|
[key: string]: string;
|
|
6304
6441
|
};
|
|
6442
|
+
statusCode: number;
|
|
6305
6443
|
body: SetTrafficControlApisResponseBody;
|
|
6306
6444
|
static names(): {
|
|
6307
6445
|
[key: string]: string;
|
|
@@ -6347,6 +6485,7 @@ export declare class SetVpcAccessResponse extends $tea.Model {
|
|
|
6347
6485
|
headers: {
|
|
6348
6486
|
[key: string]: string;
|
|
6349
6487
|
};
|
|
6488
|
+
statusCode: number;
|
|
6350
6489
|
body: SetVpcAccessResponseBody;
|
|
6351
6490
|
static names(): {
|
|
6352
6491
|
[key: string]: string;
|
|
@@ -6389,6 +6528,7 @@ export declare class SetWildcardDomainPatternsResponse extends $tea.Model {
|
|
|
6389
6528
|
headers: {
|
|
6390
6529
|
[key: string]: string;
|
|
6391
6530
|
};
|
|
6531
|
+
statusCode: number;
|
|
6392
6532
|
body: SetWildcardDomainPatternsResponseBody;
|
|
6393
6533
|
static names(): {
|
|
6394
6534
|
[key: string]: string;
|
|
@@ -6433,6 +6573,7 @@ export declare class SwitchApiResponse extends $tea.Model {
|
|
|
6433
6573
|
headers: {
|
|
6434
6574
|
[key: string]: string;
|
|
6435
6575
|
};
|
|
6576
|
+
statusCode: number;
|
|
6436
6577
|
body: SwitchApiResponseBody;
|
|
6437
6578
|
static names(): {
|
|
6438
6579
|
[key: string]: string;
|
|
@@ -6475,6 +6616,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
6475
6616
|
headers: {
|
|
6476
6617
|
[key: string]: string;
|
|
6477
6618
|
};
|
|
6619
|
+
statusCode: number;
|
|
6478
6620
|
body: TagResourcesResponseBody;
|
|
6479
6621
|
static names(): {
|
|
6480
6622
|
[key: string]: string;
|
|
@@ -6518,6 +6660,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
6518
6660
|
headers: {
|
|
6519
6661
|
[key: string]: string;
|
|
6520
6662
|
};
|
|
6663
|
+
statusCode: number;
|
|
6521
6664
|
body: UntagResourcesResponseBody;
|
|
6522
6665
|
static names(): {
|
|
6523
6666
|
[key: string]: string;
|