@alicloud/cloudapi20160714 2.1.3 → 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 +221 -0
- package/dist/client.js +547 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +777 -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;
|
|
@@ -4729,6 +4830,81 @@ export declare class ModifyApiResponse extends $tea.Model {
|
|
|
4729
4830
|
[key: string]: any;
|
|
4730
4831
|
});
|
|
4731
4832
|
}
|
|
4833
|
+
export declare class ModifyApiConfigurationRequest extends $tea.Model {
|
|
4834
|
+
allowSignatureMethod?: string;
|
|
4835
|
+
apiId?: string;
|
|
4836
|
+
apiName?: string;
|
|
4837
|
+
appCodeAuthType?: string;
|
|
4838
|
+
authType?: string;
|
|
4839
|
+
backendName?: string;
|
|
4840
|
+
bodyFormat?: string;
|
|
4841
|
+
bodyModel?: string;
|
|
4842
|
+
contentTypeCategory?: string;
|
|
4843
|
+
contentTypeValue?: string;
|
|
4844
|
+
description?: string;
|
|
4845
|
+
disableInternet?: boolean;
|
|
4846
|
+
errorCodeSamples?: string;
|
|
4847
|
+
failResultSample?: string;
|
|
4848
|
+
forceNonceCheck?: boolean;
|
|
4849
|
+
functionComputeConfig?: string;
|
|
4850
|
+
httpConfig?: string;
|
|
4851
|
+
mockConfig?: string;
|
|
4852
|
+
modelName?: string;
|
|
4853
|
+
ossConfig?: string;
|
|
4854
|
+
postBodyDescription?: string;
|
|
4855
|
+
requestHttpMethod?: string;
|
|
4856
|
+
requestMode?: string;
|
|
4857
|
+
requestParameters?: string;
|
|
4858
|
+
requestPath?: string;
|
|
4859
|
+
requestProtocol?: string;
|
|
4860
|
+
resultSample?: string;
|
|
4861
|
+
resultType?: string;
|
|
4862
|
+
securityToken?: string;
|
|
4863
|
+
serviceParameters?: string;
|
|
4864
|
+
serviceParametersMap?: string;
|
|
4865
|
+
serviceProtocol?: string;
|
|
4866
|
+
serviceTimeout?: number;
|
|
4867
|
+
useBackendService?: boolean;
|
|
4868
|
+
visibility?: string;
|
|
4869
|
+
vpcConfig?: string;
|
|
4870
|
+
static names(): {
|
|
4871
|
+
[key: string]: string;
|
|
4872
|
+
};
|
|
4873
|
+
static types(): {
|
|
4874
|
+
[key: string]: any;
|
|
4875
|
+
};
|
|
4876
|
+
constructor(map?: {
|
|
4877
|
+
[key: string]: any;
|
|
4878
|
+
});
|
|
4879
|
+
}
|
|
4880
|
+
export declare class ModifyApiConfigurationResponseBody extends $tea.Model {
|
|
4881
|
+
requestId?: string;
|
|
4882
|
+
static names(): {
|
|
4883
|
+
[key: string]: string;
|
|
4884
|
+
};
|
|
4885
|
+
static types(): {
|
|
4886
|
+
[key: string]: any;
|
|
4887
|
+
};
|
|
4888
|
+
constructor(map?: {
|
|
4889
|
+
[key: string]: any;
|
|
4890
|
+
});
|
|
4891
|
+
}
|
|
4892
|
+
export declare class ModifyApiConfigurationResponse extends $tea.Model {
|
|
4893
|
+
headers: {
|
|
4894
|
+
[key: string]: string;
|
|
4895
|
+
};
|
|
4896
|
+
statusCode: number;
|
|
4897
|
+
body: ModifyApiConfigurationResponseBody;
|
|
4898
|
+
static names(): {
|
|
4899
|
+
[key: string]: string;
|
|
4900
|
+
};
|
|
4901
|
+
static types(): {
|
|
4902
|
+
[key: string]: any;
|
|
4903
|
+
};
|
|
4904
|
+
constructor(map?: {
|
|
4905
|
+
[key: string]: any;
|
|
4906
|
+
});
|
|
4907
|
+
}
|
|
4732
4908
|
export declare class ModifyApiGroupRequest extends $tea.Model {
|
|
4733
4909
|
basePath?: string;
|
|
4734
4910
|
compatibleFlags?: string;
|
|
@@ -4774,6 +4950,7 @@ export declare class ModifyApiGroupResponse extends $tea.Model {
|
|
|
4774
4950
|
headers: {
|
|
4775
4951
|
[key: string]: string;
|
|
4776
4952
|
};
|
|
4953
|
+
statusCode: number;
|
|
4777
4954
|
body: ModifyApiGroupResponseBody;
|
|
4778
4955
|
static names(): {
|
|
4779
4956
|
[key: string]: string;
|
|
@@ -4815,6 +4992,7 @@ export declare class ModifyApiGroupVpcWhitelistResponse extends $tea.Model {
|
|
|
4815
4992
|
headers: {
|
|
4816
4993
|
[key: string]: string;
|
|
4817
4994
|
};
|
|
4995
|
+
statusCode: number;
|
|
4818
4996
|
body: ModifyApiGroupVpcWhitelistResponseBody;
|
|
4819
4997
|
static names(): {
|
|
4820
4998
|
[key: string]: string;
|
|
@@ -4858,6 +5036,7 @@ export declare class ModifyAppResponse extends $tea.Model {
|
|
|
4858
5036
|
headers: {
|
|
4859
5037
|
[key: string]: string;
|
|
4860
5038
|
};
|
|
5039
|
+
statusCode: number;
|
|
4861
5040
|
body: ModifyAppResponseBody;
|
|
4862
5041
|
static names(): {
|
|
4863
5042
|
[key: string]: string;
|
|
@@ -4901,6 +5080,7 @@ export declare class ModifyBackendResponse extends $tea.Model {
|
|
|
4901
5080
|
headers: {
|
|
4902
5081
|
[key: string]: string;
|
|
4903
5082
|
};
|
|
5083
|
+
statusCode: number;
|
|
4904
5084
|
body: ModifyBackendResponseBody;
|
|
4905
5085
|
static names(): {
|
|
4906
5086
|
[key: string]: string;
|
|
@@ -4947,6 +5127,7 @@ export declare class ModifyBackendModelResponse extends $tea.Model {
|
|
|
4947
5127
|
headers: {
|
|
4948
5128
|
[key: string]: string;
|
|
4949
5129
|
};
|
|
5130
|
+
statusCode: number;
|
|
4950
5131
|
body: ModifyBackendModelResponseBody;
|
|
4951
5132
|
static names(): {
|
|
4952
5133
|
[key: string]: string;
|
|
@@ -4989,6 +5170,7 @@ export declare class ModifyInstanceSpecResponse extends $tea.Model {
|
|
|
4989
5170
|
headers: {
|
|
4990
5171
|
[key: string]: string;
|
|
4991
5172
|
};
|
|
5173
|
+
statusCode: number;
|
|
4992
5174
|
body: ModifyInstanceSpecResponseBody;
|
|
4993
5175
|
static names(): {
|
|
4994
5176
|
[key: string]: string;
|
|
@@ -5031,6 +5213,7 @@ export declare class ModifyIpControlResponse extends $tea.Model {
|
|
|
5031
5213
|
headers: {
|
|
5032
5214
|
[key: string]: string;
|
|
5033
5215
|
};
|
|
5216
|
+
statusCode: number;
|
|
5034
5217
|
body: ModifyIpControlResponseBody;
|
|
5035
5218
|
static names(): {
|
|
5036
5219
|
[key: string]: string;
|
|
@@ -5074,6 +5257,7 @@ export declare class ModifyIpControlPolicyItemResponse extends $tea.Model {
|
|
|
5074
5257
|
headers: {
|
|
5075
5258
|
[key: string]: string;
|
|
5076
5259
|
};
|
|
5260
|
+
statusCode: number;
|
|
5077
5261
|
body: ModifyIpControlPolicyItemResponseBody;
|
|
5078
5262
|
static names(): {
|
|
5079
5263
|
[key: string]: string;
|
|
@@ -5116,6 +5300,7 @@ export declare class ModifyLogConfigResponse extends $tea.Model {
|
|
|
5116
5300
|
headers: {
|
|
5117
5301
|
[key: string]: string;
|
|
5118
5302
|
};
|
|
5303
|
+
statusCode: number;
|
|
5119
5304
|
body: ModifyLogConfigResponseBody;
|
|
5120
5305
|
static names(): {
|
|
5121
5306
|
[key: string]: string;
|
|
@@ -5159,6 +5344,7 @@ export declare class ModifyModelResponse extends $tea.Model {
|
|
|
5159
5344
|
headers: {
|
|
5160
5345
|
[key: string]: string;
|
|
5161
5346
|
};
|
|
5347
|
+
statusCode: number;
|
|
5162
5348
|
body: ModifyModelResponseBody;
|
|
5163
5349
|
static names(): {
|
|
5164
5350
|
[key: string]: string;
|
|
@@ -5203,6 +5389,7 @@ export declare class ModifyPluginResponse extends $tea.Model {
|
|
|
5203
5389
|
headers: {
|
|
5204
5390
|
[key: string]: string;
|
|
5205
5391
|
};
|
|
5392
|
+
statusCode: number;
|
|
5206
5393
|
body: ModifyPluginResponseBody;
|
|
5207
5394
|
static names(): {
|
|
5208
5395
|
[key: string]: string;
|
|
@@ -5248,6 +5435,7 @@ export declare class ModifySignatureResponse extends $tea.Model {
|
|
|
5248
5435
|
headers: {
|
|
5249
5436
|
[key: string]: string;
|
|
5250
5437
|
};
|
|
5438
|
+
statusCode: number;
|
|
5251
5439
|
body: ModifySignatureResponseBody;
|
|
5252
5440
|
static names(): {
|
|
5253
5441
|
[key: string]: string;
|
|
@@ -5294,6 +5482,7 @@ export declare class ModifyTrafficControlResponse extends $tea.Model {
|
|
|
5294
5482
|
headers: {
|
|
5295
5483
|
[key: string]: string;
|
|
5296
5484
|
};
|
|
5485
|
+
statusCode: number;
|
|
5297
5486
|
body: ModifyTrafficControlResponseBody;
|
|
5298
5487
|
static names(): {
|
|
5299
5488
|
[key: string]: string;
|
|
@@ -5322,6 +5511,7 @@ export declare class OpenApiGatewayServiceResponse extends $tea.Model {
|
|
|
5322
5511
|
headers: {
|
|
5323
5512
|
[key: string]: string;
|
|
5324
5513
|
};
|
|
5514
|
+
statusCode: number;
|
|
5325
5515
|
body: OpenApiGatewayServiceResponseBody;
|
|
5326
5516
|
static names(): {
|
|
5327
5517
|
[key: string]: string;
|
|
@@ -5363,6 +5553,7 @@ export declare class ReactivateDomainResponse extends $tea.Model {
|
|
|
5363
5553
|
headers: {
|
|
5364
5554
|
[key: string]: string;
|
|
5365
5555
|
};
|
|
5556
|
+
statusCode: number;
|
|
5366
5557
|
body: ReactivateDomainResponseBody;
|
|
5367
5558
|
static names(): {
|
|
5368
5559
|
[key: string]: string;
|
|
@@ -5407,6 +5598,7 @@ export declare class RemoveApisAuthoritiesResponse extends $tea.Model {
|
|
|
5407
5598
|
headers: {
|
|
5408
5599
|
[key: string]: string;
|
|
5409
5600
|
};
|
|
5601
|
+
statusCode: number;
|
|
5410
5602
|
body: RemoveApisAuthoritiesResponseBody;
|
|
5411
5603
|
static names(): {
|
|
5412
5604
|
[key: string]: string;
|
|
@@ -5450,6 +5642,7 @@ export declare class RemoveAppsAuthoritiesResponse extends $tea.Model {
|
|
|
5450
5642
|
headers: {
|
|
5451
5643
|
[key: string]: string;
|
|
5452
5644
|
};
|
|
5645
|
+
statusCode: number;
|
|
5453
5646
|
body: RemoveAppsAuthoritiesResponseBody;
|
|
5454
5647
|
static names(): {
|
|
5455
5648
|
[key: string]: string;
|
|
@@ -5493,6 +5686,7 @@ export declare class RemoveIpControlApisResponse extends $tea.Model {
|
|
|
5493
5686
|
headers: {
|
|
5494
5687
|
[key: string]: string;
|
|
5495
5688
|
};
|
|
5689
|
+
statusCode: number;
|
|
5496
5690
|
body: RemoveIpControlApisResponseBody;
|
|
5497
5691
|
static names(): {
|
|
5498
5692
|
[key: string]: string;
|
|
@@ -5534,6 +5728,7 @@ export declare class RemoveIpControlPolicyItemResponse extends $tea.Model {
|
|
|
5534
5728
|
headers: {
|
|
5535
5729
|
[key: string]: string;
|
|
5536
5730
|
};
|
|
5731
|
+
statusCode: number;
|
|
5537
5732
|
body: RemoveIpControlPolicyItemResponseBody;
|
|
5538
5733
|
static names(): {
|
|
5539
5734
|
[key: string]: string;
|
|
@@ -5577,6 +5772,7 @@ export declare class RemoveSignatureApisResponse extends $tea.Model {
|
|
|
5577
5772
|
headers: {
|
|
5578
5773
|
[key: string]: string;
|
|
5579
5774
|
};
|
|
5775
|
+
statusCode: number;
|
|
5580
5776
|
body: RemoveSignatureApisResponseBody;
|
|
5581
5777
|
static names(): {
|
|
5582
5778
|
[key: string]: string;
|
|
@@ -5620,6 +5816,7 @@ export declare class RemoveTrafficControlApisResponse extends $tea.Model {
|
|
|
5620
5816
|
headers: {
|
|
5621
5817
|
[key: string]: string;
|
|
5622
5818
|
};
|
|
5819
|
+
statusCode: number;
|
|
5623
5820
|
body: RemoveTrafficControlApisResponseBody;
|
|
5624
5821
|
static names(): {
|
|
5625
5822
|
[key: string]: string;
|
|
@@ -5664,6 +5861,7 @@ export declare class RemoveVpcAccessResponse extends $tea.Model {
|
|
|
5664
5861
|
headers: {
|
|
5665
5862
|
[key: string]: string;
|
|
5666
5863
|
};
|
|
5864
|
+
statusCode: number;
|
|
5667
5865
|
body: RemoveVpcAccessResponseBody;
|
|
5668
5866
|
static names(): {
|
|
5669
5867
|
[key: string]: string;
|
|
@@ -5708,6 +5906,7 @@ export declare class RemoveVpcAccessAndAbolishApisResponse extends $tea.Model {
|
|
|
5708
5906
|
headers: {
|
|
5709
5907
|
[key: string]: string;
|
|
5710
5908
|
};
|
|
5909
|
+
statusCode: number;
|
|
5711
5910
|
body: RemoveVpcAccessAndAbolishApisResponseBody;
|
|
5712
5911
|
static names(): {
|
|
5713
5912
|
[key: string]: string;
|
|
@@ -5748,6 +5947,7 @@ export declare class ResetAppCodeResponse extends $tea.Model {
|
|
|
5748
5947
|
headers: {
|
|
5749
5948
|
[key: string]: string;
|
|
5750
5949
|
};
|
|
5950
|
+
statusCode: number;
|
|
5751
5951
|
body: ResetAppCodeResponseBody;
|
|
5752
5952
|
static names(): {
|
|
5753
5953
|
[key: string]: string;
|
|
@@ -5788,6 +5988,7 @@ export declare class ResetAppSecretResponse extends $tea.Model {
|
|
|
5788
5988
|
headers: {
|
|
5789
5989
|
[key: string]: string;
|
|
5790
5990
|
};
|
|
5991
|
+
statusCode: number;
|
|
5791
5992
|
body: ResetAppSecretResponseBody;
|
|
5792
5993
|
static names(): {
|
|
5793
5994
|
[key: string]: string;
|
|
@@ -5830,6 +6031,7 @@ export declare class SdkGenerateByAppResponse extends $tea.Model {
|
|
|
5830
6031
|
headers: {
|
|
5831
6032
|
[key: string]: string;
|
|
5832
6033
|
};
|
|
6034
|
+
statusCode: number;
|
|
5833
6035
|
body: SdkGenerateByAppResponseBody;
|
|
5834
6036
|
static names(): {
|
|
5835
6037
|
[key: string]: string;
|
|
@@ -5872,6 +6074,7 @@ export declare class SdkGenerateByGroupResponse extends $tea.Model {
|
|
|
5872
6074
|
headers: {
|
|
5873
6075
|
[key: string]: string;
|
|
5874
6076
|
};
|
|
6077
|
+
statusCode: number;
|
|
5875
6078
|
body: SdkGenerateByGroupResponseBody;
|
|
5876
6079
|
static names(): {
|
|
5877
6080
|
[key: string]: string;
|
|
@@ -5917,6 +6120,7 @@ export declare class SetApisAuthoritiesResponse extends $tea.Model {
|
|
|
5917
6120
|
headers: {
|
|
5918
6121
|
[key: string]: string;
|
|
5919
6122
|
};
|
|
6123
|
+
statusCode: number;
|
|
5920
6124
|
body: SetApisAuthoritiesResponseBody;
|
|
5921
6125
|
static names(): {
|
|
5922
6126
|
[key: string]: string;
|
|
@@ -5962,6 +6166,7 @@ export declare class SetAppsAuthoritiesResponse extends $tea.Model {
|
|
|
5962
6166
|
headers: {
|
|
5963
6167
|
[key: string]: string;
|
|
5964
6168
|
};
|
|
6169
|
+
statusCode: number;
|
|
5965
6170
|
body: SetAppsAuthoritiesResponseBody;
|
|
5966
6171
|
static names(): {
|
|
5967
6172
|
[key: string]: string;
|
|
@@ -6012,6 +6217,7 @@ export declare class SetDomainResponse extends $tea.Model {
|
|
|
6012
6217
|
headers: {
|
|
6013
6218
|
[key: string]: string;
|
|
6014
6219
|
};
|
|
6220
|
+
statusCode: number;
|
|
6015
6221
|
body: SetDomainResponseBody;
|
|
6016
6222
|
static names(): {
|
|
6017
6223
|
[key: string]: string;
|
|
@@ -6031,6 +6237,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
|
|
|
6031
6237
|
domainName?: string;
|
|
6032
6238
|
groupId?: string;
|
|
6033
6239
|
securityToken?: string;
|
|
6240
|
+
sslVerifyDepth?: string;
|
|
6034
6241
|
static names(): {
|
|
6035
6242
|
[key: string]: string;
|
|
6036
6243
|
};
|
|
@@ -6057,6 +6264,7 @@ export declare class SetDomainCertificateResponse extends $tea.Model {
|
|
|
6057
6264
|
headers: {
|
|
6058
6265
|
[key: string]: string;
|
|
6059
6266
|
};
|
|
6267
|
+
statusCode: number;
|
|
6060
6268
|
body: SetDomainCertificateResponseBody;
|
|
6061
6269
|
static names(): {
|
|
6062
6270
|
[key: string]: string;
|
|
@@ -6099,6 +6307,7 @@ export declare class SetDomainWebSocketStatusResponse extends $tea.Model {
|
|
|
6099
6307
|
headers: {
|
|
6100
6308
|
[key: string]: string;
|
|
6101
6309
|
};
|
|
6310
|
+
statusCode: number;
|
|
6102
6311
|
body: SetDomainWebSocketStatusResponseBody;
|
|
6103
6312
|
static names(): {
|
|
6104
6313
|
[key: string]: string;
|
|
@@ -6142,6 +6351,7 @@ export declare class SetIpControlApisResponse extends $tea.Model {
|
|
|
6142
6351
|
headers: {
|
|
6143
6352
|
[key: string]: string;
|
|
6144
6353
|
};
|
|
6354
|
+
statusCode: number;
|
|
6145
6355
|
body: SetIpControlApisResponseBody;
|
|
6146
6356
|
static names(): {
|
|
6147
6357
|
[key: string]: string;
|
|
@@ -6185,6 +6395,7 @@ export declare class SetSignatureApisResponse extends $tea.Model {
|
|
|
6185
6395
|
headers: {
|
|
6186
6396
|
[key: string]: string;
|
|
6187
6397
|
};
|
|
6398
|
+
statusCode: number;
|
|
6188
6399
|
body: SetSignatureApisResponseBody;
|
|
6189
6400
|
static names(): {
|
|
6190
6401
|
[key: string]: string;
|
|
@@ -6228,6 +6439,7 @@ export declare class SetTrafficControlApisResponse extends $tea.Model {
|
|
|
6228
6439
|
headers: {
|
|
6229
6440
|
[key: string]: string;
|
|
6230
6441
|
};
|
|
6442
|
+
statusCode: number;
|
|
6231
6443
|
body: SetTrafficControlApisResponseBody;
|
|
6232
6444
|
static names(): {
|
|
6233
6445
|
[key: string]: string;
|
|
@@ -6246,6 +6458,7 @@ export declare class SetVpcAccessRequest extends $tea.Model {
|
|
|
6246
6458
|
port?: number;
|
|
6247
6459
|
securityToken?: string;
|
|
6248
6460
|
vpcId?: string;
|
|
6461
|
+
vpcTargetHostName?: string;
|
|
6249
6462
|
static names(): {
|
|
6250
6463
|
[key: string]: string;
|
|
6251
6464
|
};
|
|
@@ -6272,6 +6485,7 @@ export declare class SetVpcAccessResponse extends $tea.Model {
|
|
|
6272
6485
|
headers: {
|
|
6273
6486
|
[key: string]: string;
|
|
6274
6487
|
};
|
|
6488
|
+
statusCode: number;
|
|
6275
6489
|
body: SetVpcAccessResponseBody;
|
|
6276
6490
|
static names(): {
|
|
6277
6491
|
[key: string]: string;
|
|
@@ -6314,6 +6528,7 @@ export declare class SetWildcardDomainPatternsResponse extends $tea.Model {
|
|
|
6314
6528
|
headers: {
|
|
6315
6529
|
[key: string]: string;
|
|
6316
6530
|
};
|
|
6531
|
+
statusCode: number;
|
|
6317
6532
|
body: SetWildcardDomainPatternsResponseBody;
|
|
6318
6533
|
static names(): {
|
|
6319
6534
|
[key: string]: string;
|
|
@@ -6358,6 +6573,7 @@ export declare class SwitchApiResponse extends $tea.Model {
|
|
|
6358
6573
|
headers: {
|
|
6359
6574
|
[key: string]: string;
|
|
6360
6575
|
};
|
|
6576
|
+
statusCode: number;
|
|
6361
6577
|
body: SwitchApiResponseBody;
|
|
6362
6578
|
static names(): {
|
|
6363
6579
|
[key: string]: string;
|
|
@@ -6400,6 +6616,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
6400
6616
|
headers: {
|
|
6401
6617
|
[key: string]: string;
|
|
6402
6618
|
};
|
|
6619
|
+
statusCode: number;
|
|
6403
6620
|
body: TagResourcesResponseBody;
|
|
6404
6621
|
static names(): {
|
|
6405
6622
|
[key: string]: string;
|
|
@@ -6443,6 +6660,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
6443
6660
|
headers: {
|
|
6444
6661
|
[key: string]: string;
|
|
6445
6662
|
};
|
|
6663
|
+
statusCode: number;
|
|
6446
6664
|
body: UntagResourcesResponseBody;
|
|
6447
6665
|
static names(): {
|
|
6448
6666
|
[key: string]: string;
|
|
@@ -9571,6 +9789,7 @@ export declare class DescribeVpcAccessesResponseBodyVpcAccessAttributesVpcAccess
|
|
|
9571
9789
|
regionId?: string;
|
|
9572
9790
|
vpcAccessId?: string;
|
|
9573
9791
|
vpcId?: string;
|
|
9792
|
+
vpcTargetHostName?: string;
|
|
9574
9793
|
static names(): {
|
|
9575
9794
|
[key: string]: string;
|
|
9576
9795
|
};
|
|
@@ -10156,6 +10375,8 @@ export default class Client extends OpenApi {
|
|
|
10156
10375
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
10157
10376
|
modifyApiWithOptions(request: ModifyApiRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiResponse>;
|
|
10158
10377
|
modifyApi(request: ModifyApiRequest): Promise<ModifyApiResponse>;
|
|
10378
|
+
modifyApiConfigurationWithOptions(request: ModifyApiConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiConfigurationResponse>;
|
|
10379
|
+
modifyApiConfiguration(request: ModifyApiConfigurationRequest): Promise<ModifyApiConfigurationResponse>;
|
|
10159
10380
|
modifyApiGroupWithOptions(request: ModifyApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupResponse>;
|
|
10160
10381
|
modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
|
|
10161
10382
|
modifyApiGroupVpcWhitelistWithOptions(request: ModifyApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupVpcWhitelistResponse>;
|