@alicloud/cloudapi20160714 2.1.4 → 2.1.7
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 +401 -0
- package/dist/client.js +873 -0
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1219 -31
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;
|
|
@@ -2588,6 +2644,7 @@ export declare class DescribeApisByAppRequest extends $tea.Model {
|
|
|
2588
2644
|
apiName?: string;
|
|
2589
2645
|
apiUid?: string;
|
|
2590
2646
|
appId?: number;
|
|
2647
|
+
description?: string;
|
|
2591
2648
|
method?: string;
|
|
2592
2649
|
pageNumber?: number;
|
|
2593
2650
|
pageSize?: number;
|
|
@@ -2623,6 +2680,7 @@ export declare class DescribeApisByAppResponse extends $tea.Model {
|
|
|
2623
2680
|
headers: {
|
|
2624
2681
|
[key: string]: string;
|
|
2625
2682
|
};
|
|
2683
|
+
statusCode: number;
|
|
2626
2684
|
body: DescribeApisByAppResponseBody;
|
|
2627
2685
|
static names(): {
|
|
2628
2686
|
[key: string]: string;
|
|
@@ -2670,6 +2728,7 @@ export declare class DescribeApisByBackendResponse extends $tea.Model {
|
|
|
2670
2728
|
headers: {
|
|
2671
2729
|
[key: string]: string;
|
|
2672
2730
|
};
|
|
2731
|
+
statusCode: number;
|
|
2673
2732
|
body: DescribeApisByBackendResponseBody;
|
|
2674
2733
|
static names(): {
|
|
2675
2734
|
[key: string]: string;
|
|
@@ -2716,6 +2775,7 @@ export declare class DescribeApisByIpControlResponse extends $tea.Model {
|
|
|
2716
2775
|
headers: {
|
|
2717
2776
|
[key: string]: string;
|
|
2718
2777
|
};
|
|
2778
|
+
statusCode: number;
|
|
2719
2779
|
body: DescribeApisByIpControlResponseBody;
|
|
2720
2780
|
static names(): {
|
|
2721
2781
|
[key: string]: string;
|
|
@@ -2762,6 +2822,7 @@ export declare class DescribeApisBySignatureResponse extends $tea.Model {
|
|
|
2762
2822
|
headers: {
|
|
2763
2823
|
[key: string]: string;
|
|
2764
2824
|
};
|
|
2825
|
+
statusCode: number;
|
|
2765
2826
|
body: DescribeApisBySignatureResponseBody;
|
|
2766
2827
|
static names(): {
|
|
2767
2828
|
[key: string]: string;
|
|
@@ -2808,6 +2869,7 @@ export declare class DescribeApisByTrafficControlResponse extends $tea.Model {
|
|
|
2808
2869
|
headers: {
|
|
2809
2870
|
[key: string]: string;
|
|
2810
2871
|
};
|
|
2872
|
+
statusCode: number;
|
|
2811
2873
|
body: DescribeApisByTrafficControlResponseBody;
|
|
2812
2874
|
static names(): {
|
|
2813
2875
|
[key: string]: string;
|
|
@@ -2853,6 +2915,7 @@ export declare class DescribeAppResponse extends $tea.Model {
|
|
|
2853
2915
|
headers: {
|
|
2854
2916
|
[key: string]: string;
|
|
2855
2917
|
};
|
|
2918
|
+
statusCode: number;
|
|
2856
2919
|
body: DescribeAppResponseBody;
|
|
2857
2920
|
static names(): {
|
|
2858
2921
|
[key: string]: string;
|
|
@@ -2905,6 +2968,7 @@ export declare class DescribeAppAttributesResponse extends $tea.Model {
|
|
|
2905
2968
|
headers: {
|
|
2906
2969
|
[key: string]: string;
|
|
2907
2970
|
};
|
|
2971
|
+
statusCode: number;
|
|
2908
2972
|
body: DescribeAppAttributesResponseBody;
|
|
2909
2973
|
static names(): {
|
|
2910
2974
|
[key: string]: string;
|
|
@@ -2951,6 +3015,7 @@ export declare class DescribeAppSecurityResponse extends $tea.Model {
|
|
|
2951
3015
|
headers: {
|
|
2952
3016
|
[key: string]: string;
|
|
2953
3017
|
};
|
|
3018
|
+
statusCode: number;
|
|
2954
3019
|
body: DescribeAppSecurityResponseBody;
|
|
2955
3020
|
static names(): {
|
|
2956
3021
|
[key: string]: string;
|
|
@@ -2998,6 +3063,7 @@ export declare class DescribeAppsResponse extends $tea.Model {
|
|
|
2998
3063
|
headers: {
|
|
2999
3064
|
[key: string]: string;
|
|
3000
3065
|
};
|
|
3066
|
+
statusCode: number;
|
|
3001
3067
|
body: DescribeAppsResponseBody;
|
|
3002
3068
|
static names(): {
|
|
3003
3069
|
[key: string]: string;
|
|
@@ -3044,6 +3110,7 @@ export declare class DescribeAuthorizedApisResponse extends $tea.Model {
|
|
|
3044
3110
|
headers: {
|
|
3045
3111
|
[key: string]: string;
|
|
3046
3112
|
};
|
|
3113
|
+
statusCode: number;
|
|
3047
3114
|
body: DescribeAuthorizedApisResponseBody;
|
|
3048
3115
|
static names(): {
|
|
3049
3116
|
[key: string]: string;
|
|
@@ -3095,6 +3162,7 @@ export declare class DescribeAuthorizedAppsResponse extends $tea.Model {
|
|
|
3095
3162
|
headers: {
|
|
3096
3163
|
[key: string]: string;
|
|
3097
3164
|
};
|
|
3165
|
+
statusCode: number;
|
|
3098
3166
|
body: DescribeAuthorizedAppsResponseBody;
|
|
3099
3167
|
static names(): {
|
|
3100
3168
|
[key: string]: string;
|
|
@@ -3136,6 +3204,7 @@ export declare class DescribeBackendInfoResponse extends $tea.Model {
|
|
|
3136
3204
|
headers: {
|
|
3137
3205
|
[key: string]: string;
|
|
3138
3206
|
};
|
|
3207
|
+
statusCode: number;
|
|
3139
3208
|
body: DescribeBackendInfoResponseBody;
|
|
3140
3209
|
static names(): {
|
|
3141
3210
|
[key: string]: string;
|
|
@@ -3183,6 +3252,7 @@ export declare class DescribeBackendListResponse extends $tea.Model {
|
|
|
3183
3252
|
headers: {
|
|
3184
3253
|
[key: string]: string;
|
|
3185
3254
|
};
|
|
3255
|
+
statusCode: number;
|
|
3186
3256
|
body: DescribeBackendListResponseBody;
|
|
3187
3257
|
static names(): {
|
|
3188
3258
|
[key: string]: string;
|
|
@@ -3224,6 +3294,7 @@ export declare class DescribeDeployApiTaskResponse extends $tea.Model {
|
|
|
3224
3294
|
headers: {
|
|
3225
3295
|
[key: string]: string;
|
|
3226
3296
|
};
|
|
3297
|
+
statusCode: number;
|
|
3227
3298
|
body: DescribeDeployApiTaskResponseBody;
|
|
3228
3299
|
static names(): {
|
|
3229
3300
|
[key: string]: string;
|
|
@@ -3294,6 +3365,7 @@ export declare class DescribeDeployedApiResponse extends $tea.Model {
|
|
|
3294
3365
|
headers: {
|
|
3295
3366
|
[key: string]: string;
|
|
3296
3367
|
};
|
|
3368
|
+
statusCode: number;
|
|
3297
3369
|
body: DescribeDeployedApiResponseBody;
|
|
3298
3370
|
static names(): {
|
|
3299
3371
|
[key: string]: string;
|
|
@@ -3345,6 +3417,7 @@ export declare class DescribeDeployedApisResponse extends $tea.Model {
|
|
|
3345
3417
|
headers: {
|
|
3346
3418
|
[key: string]: string;
|
|
3347
3419
|
};
|
|
3420
|
+
statusCode: number;
|
|
3348
3421
|
body: DescribeDeployedApisResponseBody;
|
|
3349
3422
|
static names(): {
|
|
3350
3423
|
[key: string]: string;
|
|
@@ -3398,6 +3471,7 @@ export declare class DescribeDomainResponse extends $tea.Model {
|
|
|
3398
3471
|
headers: {
|
|
3399
3472
|
[key: string]: string;
|
|
3400
3473
|
};
|
|
3474
|
+
statusCode: number;
|
|
3401
3475
|
body: DescribeDomainResponseBody;
|
|
3402
3476
|
static names(): {
|
|
3403
3477
|
[key: string]: string;
|
|
@@ -3447,6 +3521,7 @@ export declare class DescribeHistoryApisResponse extends $tea.Model {
|
|
|
3447
3521
|
headers: {
|
|
3448
3522
|
[key: string]: string;
|
|
3449
3523
|
};
|
|
3524
|
+
statusCode: number;
|
|
3450
3525
|
body: DescribeHistoryApisResponseBody;
|
|
3451
3526
|
static names(): {
|
|
3452
3527
|
[key: string]: string;
|
|
@@ -3458,6 +3533,54 @@ export declare class DescribeHistoryApisResponse extends $tea.Model {
|
|
|
3458
3533
|
[key: string]: any;
|
|
3459
3534
|
});
|
|
3460
3535
|
}
|
|
3536
|
+
export declare class DescribeInstancesRequest extends $tea.Model {
|
|
3537
|
+
enableTagAuthorization?: boolean;
|
|
3538
|
+
instanceId?: string;
|
|
3539
|
+
language?: string;
|
|
3540
|
+
securityToken?: string;
|
|
3541
|
+
tag?: DescribeInstancesRequestTag[];
|
|
3542
|
+
static names(): {
|
|
3543
|
+
[key: string]: string;
|
|
3544
|
+
};
|
|
3545
|
+
static types(): {
|
|
3546
|
+
[key: string]: any;
|
|
3547
|
+
};
|
|
3548
|
+
constructor(map?: {
|
|
3549
|
+
[key: string]: any;
|
|
3550
|
+
});
|
|
3551
|
+
}
|
|
3552
|
+
export declare class DescribeInstancesResponseBody extends $tea.Model {
|
|
3553
|
+
instances?: DescribeInstancesResponseBodyInstances;
|
|
3554
|
+
pageNumber?: number;
|
|
3555
|
+
pageSize?: number;
|
|
3556
|
+
requestId?: string;
|
|
3557
|
+
totalCount?: number;
|
|
3558
|
+
static names(): {
|
|
3559
|
+
[key: string]: string;
|
|
3560
|
+
};
|
|
3561
|
+
static types(): {
|
|
3562
|
+
[key: string]: any;
|
|
3563
|
+
};
|
|
3564
|
+
constructor(map?: {
|
|
3565
|
+
[key: string]: any;
|
|
3566
|
+
});
|
|
3567
|
+
}
|
|
3568
|
+
export declare class DescribeInstancesResponse extends $tea.Model {
|
|
3569
|
+
headers: {
|
|
3570
|
+
[key: string]: string;
|
|
3571
|
+
};
|
|
3572
|
+
statusCode: number;
|
|
3573
|
+
body: DescribeInstancesResponseBody;
|
|
3574
|
+
static names(): {
|
|
3575
|
+
[key: string]: string;
|
|
3576
|
+
};
|
|
3577
|
+
static types(): {
|
|
3578
|
+
[key: string]: any;
|
|
3579
|
+
};
|
|
3580
|
+
constructor(map?: {
|
|
3581
|
+
[key: string]: any;
|
|
3582
|
+
});
|
|
3583
|
+
}
|
|
3461
3584
|
export declare class DescribeIpControlPolicyItemsRequest extends $tea.Model {
|
|
3462
3585
|
ipControlId?: string;
|
|
3463
3586
|
pageNumber?: number;
|
|
@@ -3494,6 +3617,7 @@ export declare class DescribeIpControlPolicyItemsResponse extends $tea.Model {
|
|
|
3494
3617
|
headers: {
|
|
3495
3618
|
[key: string]: string;
|
|
3496
3619
|
};
|
|
3620
|
+
statusCode: number;
|
|
3497
3621
|
body: DescribeIpControlPolicyItemsResponseBody;
|
|
3498
3622
|
static names(): {
|
|
3499
3623
|
[key: string]: string;
|
|
@@ -3542,6 +3666,7 @@ export declare class DescribeIpControlsResponse extends $tea.Model {
|
|
|
3542
3666
|
headers: {
|
|
3543
3667
|
[key: string]: string;
|
|
3544
3668
|
};
|
|
3669
|
+
statusCode: number;
|
|
3545
3670
|
body: DescribeIpControlsResponseBody;
|
|
3546
3671
|
static names(): {
|
|
3547
3672
|
[key: string]: string;
|
|
@@ -3583,6 +3708,7 @@ export declare class DescribeLogConfigResponse extends $tea.Model {
|
|
|
3583
3708
|
headers: {
|
|
3584
3709
|
[key: string]: string;
|
|
3585
3710
|
};
|
|
3711
|
+
statusCode: number;
|
|
3586
3712
|
body: DescribeLogConfigResponseBody;
|
|
3587
3713
|
static names(): {
|
|
3588
3714
|
[key: string]: string;
|
|
@@ -3624,6 +3750,7 @@ export declare class DescribeMarketRemainsQuotaResponse extends $tea.Model {
|
|
|
3624
3750
|
headers: {
|
|
3625
3751
|
[key: string]: string;
|
|
3626
3752
|
};
|
|
3753
|
+
statusCode: number;
|
|
3627
3754
|
body: DescribeMarketRemainsQuotaResponseBody;
|
|
3628
3755
|
static names(): {
|
|
3629
3756
|
[key: string]: string;
|
|
@@ -3671,6 +3798,7 @@ export declare class DescribeModelsResponse extends $tea.Model {
|
|
|
3671
3798
|
headers: {
|
|
3672
3799
|
[key: string]: string;
|
|
3673
3800
|
};
|
|
3801
|
+
statusCode: number;
|
|
3674
3802
|
body: DescribeModelsResponseBody;
|
|
3675
3803
|
static names(): {
|
|
3676
3804
|
[key: string]: string;
|
|
@@ -3712,6 +3840,7 @@ export declare class DescribePluginSchemasResponse extends $tea.Model {
|
|
|
3712
3840
|
headers: {
|
|
3713
3841
|
[key: string]: string;
|
|
3714
3842
|
};
|
|
3843
|
+
statusCode: number;
|
|
3715
3844
|
body: DescribePluginSchemasResponseBody;
|
|
3716
3845
|
static names(): {
|
|
3717
3846
|
[key: string]: string;
|
|
@@ -3754,6 +3883,7 @@ export declare class DescribePluginTemplatesResponse extends $tea.Model {
|
|
|
3754
3883
|
headers: {
|
|
3755
3884
|
[key: string]: string;
|
|
3756
3885
|
};
|
|
3886
|
+
statusCode: number;
|
|
3757
3887
|
body: DescribePluginTemplatesResponseBody;
|
|
3758
3888
|
static names(): {
|
|
3759
3889
|
[key: string]: string;
|
|
@@ -3803,6 +3933,7 @@ export declare class DescribePluginsResponse extends $tea.Model {
|
|
|
3803
3933
|
headers: {
|
|
3804
3934
|
[key: string]: string;
|
|
3805
3935
|
};
|
|
3936
|
+
statusCode: number;
|
|
3806
3937
|
body: DescribePluginsResponseBody;
|
|
3807
3938
|
static names(): {
|
|
3808
3939
|
[key: string]: string;
|
|
@@ -3849,6 +3980,7 @@ export declare class DescribePluginsByApiResponse extends $tea.Model {
|
|
|
3849
3980
|
headers: {
|
|
3850
3981
|
[key: string]: string;
|
|
3851
3982
|
};
|
|
3983
|
+
statusCode: number;
|
|
3852
3984
|
body: DescribePluginsByApiResponseBody;
|
|
3853
3985
|
static names(): {
|
|
3854
3986
|
[key: string]: string;
|
|
@@ -3896,6 +4028,7 @@ export declare class DescribePurchasedApiGroupResponse extends $tea.Model {
|
|
|
3896
4028
|
headers: {
|
|
3897
4029
|
[key: string]: string;
|
|
3898
4030
|
};
|
|
4031
|
+
statusCode: number;
|
|
3899
4032
|
body: DescribePurchasedApiGroupResponseBody;
|
|
3900
4033
|
static names(): {
|
|
3901
4034
|
[key: string]: string;
|
|
@@ -3941,6 +4074,7 @@ export declare class DescribePurchasedApiGroupsResponse extends $tea.Model {
|
|
|
3941
4074
|
headers: {
|
|
3942
4075
|
[key: string]: string;
|
|
3943
4076
|
};
|
|
4077
|
+
statusCode: number;
|
|
3944
4078
|
body: DescribePurchasedApiGroupsResponseBody;
|
|
3945
4079
|
static names(): {
|
|
3946
4080
|
[key: string]: string;
|
|
@@ -3991,6 +4125,7 @@ export declare class DescribePurchasedApisResponse extends $tea.Model {
|
|
|
3991
4125
|
headers: {
|
|
3992
4126
|
[key: string]: string;
|
|
3993
4127
|
};
|
|
4128
|
+
statusCode: number;
|
|
3994
4129
|
body: DescribePurchasedApisResponseBody;
|
|
3995
4130
|
static names(): {
|
|
3996
4131
|
[key: string]: string;
|
|
@@ -4032,6 +4167,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
4032
4167
|
headers: {
|
|
4033
4168
|
[key: string]: string;
|
|
4034
4169
|
};
|
|
4170
|
+
statusCode: number;
|
|
4035
4171
|
body: DescribeRegionsResponseBody;
|
|
4036
4172
|
static names(): {
|
|
4037
4173
|
[key: string]: string;
|
|
@@ -4079,6 +4215,7 @@ export declare class DescribeSignaturesResponse extends $tea.Model {
|
|
|
4079
4215
|
headers: {
|
|
4080
4216
|
[key: string]: string;
|
|
4081
4217
|
};
|
|
4218
|
+
statusCode: number;
|
|
4082
4219
|
body: DescribeSignaturesResponseBody;
|
|
4083
4220
|
static names(): {
|
|
4084
4221
|
[key: string]: string;
|
|
@@ -4122,6 +4259,7 @@ export declare class DescribeSignaturesByApiResponse extends $tea.Model {
|
|
|
4122
4259
|
headers: {
|
|
4123
4260
|
[key: string]: string;
|
|
4124
4261
|
};
|
|
4262
|
+
statusCode: number;
|
|
4125
4263
|
body: DescribeSignaturesByApiResponseBody;
|
|
4126
4264
|
static names(): {
|
|
4127
4265
|
[key: string]: string;
|
|
@@ -4162,6 +4300,7 @@ export declare class DescribeSystemParametersResponse extends $tea.Model {
|
|
|
4162
4300
|
headers: {
|
|
4163
4301
|
[key: string]: string;
|
|
4164
4302
|
};
|
|
4303
|
+
statusCode: number;
|
|
4165
4304
|
body: DescribeSystemParametersResponseBody;
|
|
4166
4305
|
static names(): {
|
|
4167
4306
|
[key: string]: string;
|
|
@@ -4212,6 +4351,7 @@ export declare class DescribeTrafficControlsResponse extends $tea.Model {
|
|
|
4212
4351
|
headers: {
|
|
4213
4352
|
[key: string]: string;
|
|
4214
4353
|
};
|
|
4354
|
+
statusCode: number;
|
|
4215
4355
|
body: DescribeTrafficControlsResponseBody;
|
|
4216
4356
|
static names(): {
|
|
4217
4357
|
[key: string]: string;
|
|
@@ -4255,6 +4395,7 @@ export declare class DescribeTrafficControlsByApiResponse extends $tea.Model {
|
|
|
4255
4395
|
headers: {
|
|
4256
4396
|
[key: string]: string;
|
|
4257
4397
|
};
|
|
4398
|
+
statusCode: number;
|
|
4258
4399
|
body: DescribeTrafficControlsByApiResponseBody;
|
|
4259
4400
|
static names(): {
|
|
4260
4401
|
[key: string]: string;
|
|
@@ -4296,6 +4437,7 @@ export declare class DescribeUpdateBackendTaskResponse extends $tea.Model {
|
|
|
4296
4437
|
headers: {
|
|
4297
4438
|
[key: string]: string;
|
|
4298
4439
|
};
|
|
4440
|
+
statusCode: number;
|
|
4299
4441
|
body: DescribeUpdateBackendTaskResponseBody;
|
|
4300
4442
|
static names(): {
|
|
4301
4443
|
[key: string]: string;
|
|
@@ -4337,6 +4479,7 @@ export declare class DescribeUpdateVpcInfoTaskResponse extends $tea.Model {
|
|
|
4337
4479
|
headers: {
|
|
4338
4480
|
[key: string]: string;
|
|
4339
4481
|
};
|
|
4482
|
+
statusCode: number;
|
|
4340
4483
|
body: DescribeUpdateVpcInfoTaskResponseBody;
|
|
4341
4484
|
static names(): {
|
|
4342
4485
|
[key: string]: string;
|
|
@@ -4387,6 +4530,7 @@ export declare class DescribeVpcAccessesResponse extends $tea.Model {
|
|
|
4387
4530
|
headers: {
|
|
4388
4531
|
[key: string]: string;
|
|
4389
4532
|
};
|
|
4533
|
+
statusCode: number;
|
|
4390
4534
|
body: DescribeVpcAccessesResponseBody;
|
|
4391
4535
|
static names(): {
|
|
4392
4536
|
[key: string]: string;
|
|
@@ -4428,6 +4572,7 @@ export declare class DescribeZonesResponse extends $tea.Model {
|
|
|
4428
4572
|
headers: {
|
|
4429
4573
|
[key: string]: string;
|
|
4430
4574
|
};
|
|
4575
|
+
statusCode: number;
|
|
4431
4576
|
body: DescribeZonesResponseBody;
|
|
4432
4577
|
static names(): {
|
|
4433
4578
|
[key: string]: string;
|
|
@@ -4471,6 +4616,7 @@ export declare class DetachPluginResponse extends $tea.Model {
|
|
|
4471
4616
|
headers: {
|
|
4472
4617
|
[key: string]: string;
|
|
4473
4618
|
};
|
|
4619
|
+
statusCode: number;
|
|
4474
4620
|
body: DetachPluginResponseBody;
|
|
4475
4621
|
static names(): {
|
|
4476
4622
|
[key: string]: string;
|
|
@@ -4539,6 +4685,7 @@ export declare class DryRunSwaggerResponse extends $tea.Model {
|
|
|
4539
4685
|
headers: {
|
|
4540
4686
|
[key: string]: string;
|
|
4541
4687
|
};
|
|
4688
|
+
statusCode: number;
|
|
4542
4689
|
body: DryRunSwaggerResponseBody;
|
|
4543
4690
|
static names(): {
|
|
4544
4691
|
[key: string]: string;
|
|
@@ -4608,6 +4755,7 @@ export declare class ImportSwaggerResponse extends $tea.Model {
|
|
|
4608
4755
|
headers: {
|
|
4609
4756
|
[key: string]: string;
|
|
4610
4757
|
};
|
|
4758
|
+
statusCode: number;
|
|
4611
4759
|
body: ImportSwaggerResponseBody;
|
|
4612
4760
|
static names(): {
|
|
4613
4761
|
[key: string]: string;
|
|
@@ -4652,6 +4800,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
4652
4800
|
headers: {
|
|
4653
4801
|
[key: string]: string;
|
|
4654
4802
|
};
|
|
4803
|
+
statusCode: number;
|
|
4655
4804
|
body: ListTagResourcesResponseBody;
|
|
4656
4805
|
static names(): {
|
|
4657
4806
|
[key: string]: string;
|
|
@@ -4718,6 +4867,7 @@ export declare class ModifyApiResponse extends $tea.Model {
|
|
|
4718
4867
|
headers: {
|
|
4719
4868
|
[key: string]: string;
|
|
4720
4869
|
};
|
|
4870
|
+
statusCode: number;
|
|
4721
4871
|
body: ModifyApiResponseBody;
|
|
4722
4872
|
static names(): {
|
|
4723
4873
|
[key: string]: string;
|
|
@@ -4729,6 +4879,81 @@ export declare class ModifyApiResponse extends $tea.Model {
|
|
|
4729
4879
|
[key: string]: any;
|
|
4730
4880
|
});
|
|
4731
4881
|
}
|
|
4882
|
+
export declare class ModifyApiConfigurationRequest extends $tea.Model {
|
|
4883
|
+
allowSignatureMethod?: string;
|
|
4884
|
+
apiId?: string;
|
|
4885
|
+
apiName?: string;
|
|
4886
|
+
appCodeAuthType?: string;
|
|
4887
|
+
authType?: string;
|
|
4888
|
+
backendName?: string;
|
|
4889
|
+
bodyFormat?: string;
|
|
4890
|
+
bodyModel?: string;
|
|
4891
|
+
contentTypeCategory?: string;
|
|
4892
|
+
contentTypeValue?: string;
|
|
4893
|
+
description?: string;
|
|
4894
|
+
disableInternet?: boolean;
|
|
4895
|
+
errorCodeSamples?: string;
|
|
4896
|
+
failResultSample?: string;
|
|
4897
|
+
forceNonceCheck?: boolean;
|
|
4898
|
+
functionComputeConfig?: string;
|
|
4899
|
+
httpConfig?: string;
|
|
4900
|
+
mockConfig?: string;
|
|
4901
|
+
modelName?: string;
|
|
4902
|
+
ossConfig?: string;
|
|
4903
|
+
postBodyDescription?: string;
|
|
4904
|
+
requestHttpMethod?: string;
|
|
4905
|
+
requestMode?: string;
|
|
4906
|
+
requestParameters?: string;
|
|
4907
|
+
requestPath?: string;
|
|
4908
|
+
requestProtocol?: string;
|
|
4909
|
+
resultSample?: string;
|
|
4910
|
+
resultType?: string;
|
|
4911
|
+
securityToken?: string;
|
|
4912
|
+
serviceParameters?: string;
|
|
4913
|
+
serviceParametersMap?: string;
|
|
4914
|
+
serviceProtocol?: string;
|
|
4915
|
+
serviceTimeout?: number;
|
|
4916
|
+
useBackendService?: boolean;
|
|
4917
|
+
visibility?: string;
|
|
4918
|
+
vpcConfig?: string;
|
|
4919
|
+
static names(): {
|
|
4920
|
+
[key: string]: string;
|
|
4921
|
+
};
|
|
4922
|
+
static types(): {
|
|
4923
|
+
[key: string]: any;
|
|
4924
|
+
};
|
|
4925
|
+
constructor(map?: {
|
|
4926
|
+
[key: string]: any;
|
|
4927
|
+
});
|
|
4928
|
+
}
|
|
4929
|
+
export declare class ModifyApiConfigurationResponseBody extends $tea.Model {
|
|
4930
|
+
requestId?: string;
|
|
4931
|
+
static names(): {
|
|
4932
|
+
[key: string]: string;
|
|
4933
|
+
};
|
|
4934
|
+
static types(): {
|
|
4935
|
+
[key: string]: any;
|
|
4936
|
+
};
|
|
4937
|
+
constructor(map?: {
|
|
4938
|
+
[key: string]: any;
|
|
4939
|
+
});
|
|
4940
|
+
}
|
|
4941
|
+
export declare class ModifyApiConfigurationResponse extends $tea.Model {
|
|
4942
|
+
headers: {
|
|
4943
|
+
[key: string]: string;
|
|
4944
|
+
};
|
|
4945
|
+
statusCode: number;
|
|
4946
|
+
body: ModifyApiConfigurationResponseBody;
|
|
4947
|
+
static names(): {
|
|
4948
|
+
[key: string]: string;
|
|
4949
|
+
};
|
|
4950
|
+
static types(): {
|
|
4951
|
+
[key: string]: any;
|
|
4952
|
+
};
|
|
4953
|
+
constructor(map?: {
|
|
4954
|
+
[key: string]: any;
|
|
4955
|
+
});
|
|
4956
|
+
}
|
|
4732
4957
|
export declare class ModifyApiGroupRequest extends $tea.Model {
|
|
4733
4958
|
basePath?: string;
|
|
4734
4959
|
compatibleFlags?: string;
|
|
@@ -4774,6 +4999,7 @@ export declare class ModifyApiGroupResponse extends $tea.Model {
|
|
|
4774
4999
|
headers: {
|
|
4775
5000
|
[key: string]: string;
|
|
4776
5001
|
};
|
|
5002
|
+
statusCode: number;
|
|
4777
5003
|
body: ModifyApiGroupResponseBody;
|
|
4778
5004
|
static names(): {
|
|
4779
5005
|
[key: string]: string;
|
|
@@ -4815,6 +5041,7 @@ export declare class ModifyApiGroupVpcWhitelistResponse extends $tea.Model {
|
|
|
4815
5041
|
headers: {
|
|
4816
5042
|
[key: string]: string;
|
|
4817
5043
|
};
|
|
5044
|
+
statusCode: number;
|
|
4818
5045
|
body: ModifyApiGroupVpcWhitelistResponseBody;
|
|
4819
5046
|
static names(): {
|
|
4820
5047
|
[key: string]: string;
|
|
@@ -4858,6 +5085,7 @@ export declare class ModifyAppResponse extends $tea.Model {
|
|
|
4858
5085
|
headers: {
|
|
4859
5086
|
[key: string]: string;
|
|
4860
5087
|
};
|
|
5088
|
+
statusCode: number;
|
|
4861
5089
|
body: ModifyAppResponseBody;
|
|
4862
5090
|
static names(): {
|
|
4863
5091
|
[key: string]: string;
|
|
@@ -4901,6 +5129,7 @@ export declare class ModifyBackendResponse extends $tea.Model {
|
|
|
4901
5129
|
headers: {
|
|
4902
5130
|
[key: string]: string;
|
|
4903
5131
|
};
|
|
5132
|
+
statusCode: number;
|
|
4904
5133
|
body: ModifyBackendResponseBody;
|
|
4905
5134
|
static names(): {
|
|
4906
5135
|
[key: string]: string;
|
|
@@ -4947,6 +5176,7 @@ export declare class ModifyBackendModelResponse extends $tea.Model {
|
|
|
4947
5176
|
headers: {
|
|
4948
5177
|
[key: string]: string;
|
|
4949
5178
|
};
|
|
5179
|
+
statusCode: number;
|
|
4950
5180
|
body: ModifyBackendModelResponseBody;
|
|
4951
5181
|
static names(): {
|
|
4952
5182
|
[key: string]: string;
|
|
@@ -4989,6 +5219,7 @@ export declare class ModifyInstanceSpecResponse extends $tea.Model {
|
|
|
4989
5219
|
headers: {
|
|
4990
5220
|
[key: string]: string;
|
|
4991
5221
|
};
|
|
5222
|
+
statusCode: number;
|
|
4992
5223
|
body: ModifyInstanceSpecResponseBody;
|
|
4993
5224
|
static names(): {
|
|
4994
5225
|
[key: string]: string;
|
|
@@ -5031,6 +5262,7 @@ export declare class ModifyIpControlResponse extends $tea.Model {
|
|
|
5031
5262
|
headers: {
|
|
5032
5263
|
[key: string]: string;
|
|
5033
5264
|
};
|
|
5265
|
+
statusCode: number;
|
|
5034
5266
|
body: ModifyIpControlResponseBody;
|
|
5035
5267
|
static names(): {
|
|
5036
5268
|
[key: string]: string;
|
|
@@ -5074,6 +5306,7 @@ export declare class ModifyIpControlPolicyItemResponse extends $tea.Model {
|
|
|
5074
5306
|
headers: {
|
|
5075
5307
|
[key: string]: string;
|
|
5076
5308
|
};
|
|
5309
|
+
statusCode: number;
|
|
5077
5310
|
body: ModifyIpControlPolicyItemResponseBody;
|
|
5078
5311
|
static names(): {
|
|
5079
5312
|
[key: string]: string;
|
|
@@ -5116,6 +5349,7 @@ export declare class ModifyLogConfigResponse extends $tea.Model {
|
|
|
5116
5349
|
headers: {
|
|
5117
5350
|
[key: string]: string;
|
|
5118
5351
|
};
|
|
5352
|
+
statusCode: number;
|
|
5119
5353
|
body: ModifyLogConfigResponseBody;
|
|
5120
5354
|
static names(): {
|
|
5121
5355
|
[key: string]: string;
|
|
@@ -5159,6 +5393,7 @@ export declare class ModifyModelResponse extends $tea.Model {
|
|
|
5159
5393
|
headers: {
|
|
5160
5394
|
[key: string]: string;
|
|
5161
5395
|
};
|
|
5396
|
+
statusCode: number;
|
|
5162
5397
|
body: ModifyModelResponseBody;
|
|
5163
5398
|
static names(): {
|
|
5164
5399
|
[key: string]: string;
|
|
@@ -5203,6 +5438,7 @@ export declare class ModifyPluginResponse extends $tea.Model {
|
|
|
5203
5438
|
headers: {
|
|
5204
5439
|
[key: string]: string;
|
|
5205
5440
|
};
|
|
5441
|
+
statusCode: number;
|
|
5206
5442
|
body: ModifyPluginResponseBody;
|
|
5207
5443
|
static names(): {
|
|
5208
5444
|
[key: string]: string;
|
|
@@ -5248,6 +5484,7 @@ export declare class ModifySignatureResponse extends $tea.Model {
|
|
|
5248
5484
|
headers: {
|
|
5249
5485
|
[key: string]: string;
|
|
5250
5486
|
};
|
|
5487
|
+
statusCode: number;
|
|
5251
5488
|
body: ModifySignatureResponseBody;
|
|
5252
5489
|
static names(): {
|
|
5253
5490
|
[key: string]: string;
|
|
@@ -5294,6 +5531,7 @@ export declare class ModifyTrafficControlResponse extends $tea.Model {
|
|
|
5294
5531
|
headers: {
|
|
5295
5532
|
[key: string]: string;
|
|
5296
5533
|
};
|
|
5534
|
+
statusCode: number;
|
|
5297
5535
|
body: ModifyTrafficControlResponseBody;
|
|
5298
5536
|
static names(): {
|
|
5299
5537
|
[key: string]: string;
|
|
@@ -5322,6 +5560,7 @@ export declare class OpenApiGatewayServiceResponse extends $tea.Model {
|
|
|
5322
5560
|
headers: {
|
|
5323
5561
|
[key: string]: string;
|
|
5324
5562
|
};
|
|
5563
|
+
statusCode: number;
|
|
5325
5564
|
body: OpenApiGatewayServiceResponseBody;
|
|
5326
5565
|
static names(): {
|
|
5327
5566
|
[key: string]: string;
|
|
@@ -5363,6 +5602,7 @@ export declare class ReactivateDomainResponse extends $tea.Model {
|
|
|
5363
5602
|
headers: {
|
|
5364
5603
|
[key: string]: string;
|
|
5365
5604
|
};
|
|
5605
|
+
statusCode: number;
|
|
5366
5606
|
body: ReactivateDomainResponseBody;
|
|
5367
5607
|
static names(): {
|
|
5368
5608
|
[key: string]: string;
|
|
@@ -5407,6 +5647,7 @@ export declare class RemoveApisAuthoritiesResponse extends $tea.Model {
|
|
|
5407
5647
|
headers: {
|
|
5408
5648
|
[key: string]: string;
|
|
5409
5649
|
};
|
|
5650
|
+
statusCode: number;
|
|
5410
5651
|
body: RemoveApisAuthoritiesResponseBody;
|
|
5411
5652
|
static names(): {
|
|
5412
5653
|
[key: string]: string;
|
|
@@ -5450,6 +5691,7 @@ export declare class RemoveAppsAuthoritiesResponse extends $tea.Model {
|
|
|
5450
5691
|
headers: {
|
|
5451
5692
|
[key: string]: string;
|
|
5452
5693
|
};
|
|
5694
|
+
statusCode: number;
|
|
5453
5695
|
body: RemoveAppsAuthoritiesResponseBody;
|
|
5454
5696
|
static names(): {
|
|
5455
5697
|
[key: string]: string;
|
|
@@ -5493,6 +5735,7 @@ export declare class RemoveIpControlApisResponse extends $tea.Model {
|
|
|
5493
5735
|
headers: {
|
|
5494
5736
|
[key: string]: string;
|
|
5495
5737
|
};
|
|
5738
|
+
statusCode: number;
|
|
5496
5739
|
body: RemoveIpControlApisResponseBody;
|
|
5497
5740
|
static names(): {
|
|
5498
5741
|
[key: string]: string;
|
|
@@ -5534,6 +5777,7 @@ export declare class RemoveIpControlPolicyItemResponse extends $tea.Model {
|
|
|
5534
5777
|
headers: {
|
|
5535
5778
|
[key: string]: string;
|
|
5536
5779
|
};
|
|
5780
|
+
statusCode: number;
|
|
5537
5781
|
body: RemoveIpControlPolicyItemResponseBody;
|
|
5538
5782
|
static names(): {
|
|
5539
5783
|
[key: string]: string;
|
|
@@ -5577,6 +5821,7 @@ export declare class RemoveSignatureApisResponse extends $tea.Model {
|
|
|
5577
5821
|
headers: {
|
|
5578
5822
|
[key: string]: string;
|
|
5579
5823
|
};
|
|
5824
|
+
statusCode: number;
|
|
5580
5825
|
body: RemoveSignatureApisResponseBody;
|
|
5581
5826
|
static names(): {
|
|
5582
5827
|
[key: string]: string;
|
|
@@ -5620,6 +5865,7 @@ export declare class RemoveTrafficControlApisResponse extends $tea.Model {
|
|
|
5620
5865
|
headers: {
|
|
5621
5866
|
[key: string]: string;
|
|
5622
5867
|
};
|
|
5868
|
+
statusCode: number;
|
|
5623
5869
|
body: RemoveTrafficControlApisResponseBody;
|
|
5624
5870
|
static names(): {
|
|
5625
5871
|
[key: string]: string;
|
|
@@ -5664,6 +5910,7 @@ export declare class RemoveVpcAccessResponse extends $tea.Model {
|
|
|
5664
5910
|
headers: {
|
|
5665
5911
|
[key: string]: string;
|
|
5666
5912
|
};
|
|
5913
|
+
statusCode: number;
|
|
5667
5914
|
body: RemoveVpcAccessResponseBody;
|
|
5668
5915
|
static names(): {
|
|
5669
5916
|
[key: string]: string;
|
|
@@ -5708,6 +5955,7 @@ export declare class RemoveVpcAccessAndAbolishApisResponse extends $tea.Model {
|
|
|
5708
5955
|
headers: {
|
|
5709
5956
|
[key: string]: string;
|
|
5710
5957
|
};
|
|
5958
|
+
statusCode: number;
|
|
5711
5959
|
body: RemoveVpcAccessAndAbolishApisResponseBody;
|
|
5712
5960
|
static names(): {
|
|
5713
5961
|
[key: string]: string;
|
|
@@ -5748,6 +5996,7 @@ export declare class ResetAppCodeResponse extends $tea.Model {
|
|
|
5748
5996
|
headers: {
|
|
5749
5997
|
[key: string]: string;
|
|
5750
5998
|
};
|
|
5999
|
+
statusCode: number;
|
|
5751
6000
|
body: ResetAppCodeResponseBody;
|
|
5752
6001
|
static names(): {
|
|
5753
6002
|
[key: string]: string;
|
|
@@ -5788,6 +6037,7 @@ export declare class ResetAppSecretResponse extends $tea.Model {
|
|
|
5788
6037
|
headers: {
|
|
5789
6038
|
[key: string]: string;
|
|
5790
6039
|
};
|
|
6040
|
+
statusCode: number;
|
|
5791
6041
|
body: ResetAppSecretResponseBody;
|
|
5792
6042
|
static names(): {
|
|
5793
6043
|
[key: string]: string;
|
|
@@ -5830,6 +6080,7 @@ export declare class SdkGenerateByAppResponse extends $tea.Model {
|
|
|
5830
6080
|
headers: {
|
|
5831
6081
|
[key: string]: string;
|
|
5832
6082
|
};
|
|
6083
|
+
statusCode: number;
|
|
5833
6084
|
body: SdkGenerateByAppResponseBody;
|
|
5834
6085
|
static names(): {
|
|
5835
6086
|
[key: string]: string;
|
|
@@ -5841,6 +6092,49 @@ export declare class SdkGenerateByAppResponse extends $tea.Model {
|
|
|
5841
6092
|
[key: string]: any;
|
|
5842
6093
|
});
|
|
5843
6094
|
}
|
|
6095
|
+
export declare class SdkGenerateByAppForRegionRequest extends $tea.Model {
|
|
6096
|
+
appId?: number;
|
|
6097
|
+
language?: string;
|
|
6098
|
+
securityToken?: string;
|
|
6099
|
+
static names(): {
|
|
6100
|
+
[key: string]: string;
|
|
6101
|
+
};
|
|
6102
|
+
static types(): {
|
|
6103
|
+
[key: string]: any;
|
|
6104
|
+
};
|
|
6105
|
+
constructor(map?: {
|
|
6106
|
+
[key: string]: any;
|
|
6107
|
+
});
|
|
6108
|
+
}
|
|
6109
|
+
export declare class SdkGenerateByAppForRegionResponseBody extends $tea.Model {
|
|
6110
|
+
downloadLink?: string;
|
|
6111
|
+
requestId?: string;
|
|
6112
|
+
static names(): {
|
|
6113
|
+
[key: string]: string;
|
|
6114
|
+
};
|
|
6115
|
+
static types(): {
|
|
6116
|
+
[key: string]: any;
|
|
6117
|
+
};
|
|
6118
|
+
constructor(map?: {
|
|
6119
|
+
[key: string]: any;
|
|
6120
|
+
});
|
|
6121
|
+
}
|
|
6122
|
+
export declare class SdkGenerateByAppForRegionResponse extends $tea.Model {
|
|
6123
|
+
headers: {
|
|
6124
|
+
[key: string]: string;
|
|
6125
|
+
};
|
|
6126
|
+
statusCode: number;
|
|
6127
|
+
body: SdkGenerateByAppForRegionResponseBody;
|
|
6128
|
+
static names(): {
|
|
6129
|
+
[key: string]: string;
|
|
6130
|
+
};
|
|
6131
|
+
static types(): {
|
|
6132
|
+
[key: string]: any;
|
|
6133
|
+
};
|
|
6134
|
+
constructor(map?: {
|
|
6135
|
+
[key: string]: any;
|
|
6136
|
+
});
|
|
6137
|
+
}
|
|
5844
6138
|
export declare class SdkGenerateByGroupRequest extends $tea.Model {
|
|
5845
6139
|
groupId?: string;
|
|
5846
6140
|
language?: string;
|
|
@@ -5872,6 +6166,7 @@ export declare class SdkGenerateByGroupResponse extends $tea.Model {
|
|
|
5872
6166
|
headers: {
|
|
5873
6167
|
[key: string]: string;
|
|
5874
6168
|
};
|
|
6169
|
+
statusCode: number;
|
|
5875
6170
|
body: SdkGenerateByGroupResponseBody;
|
|
5876
6171
|
static names(): {
|
|
5877
6172
|
[key: string]: string;
|
|
@@ -5917,6 +6212,7 @@ export declare class SetApisAuthoritiesResponse extends $tea.Model {
|
|
|
5917
6212
|
headers: {
|
|
5918
6213
|
[key: string]: string;
|
|
5919
6214
|
};
|
|
6215
|
+
statusCode: number;
|
|
5920
6216
|
body: SetApisAuthoritiesResponseBody;
|
|
5921
6217
|
static names(): {
|
|
5922
6218
|
[key: string]: string;
|
|
@@ -5962,6 +6258,7 @@ export declare class SetAppsAuthoritiesResponse extends $tea.Model {
|
|
|
5962
6258
|
headers: {
|
|
5963
6259
|
[key: string]: string;
|
|
5964
6260
|
};
|
|
6261
|
+
statusCode: number;
|
|
5965
6262
|
body: SetAppsAuthoritiesResponseBody;
|
|
5966
6263
|
static names(): {
|
|
5967
6264
|
[key: string]: string;
|
|
@@ -6012,6 +6309,7 @@ export declare class SetDomainResponse extends $tea.Model {
|
|
|
6012
6309
|
headers: {
|
|
6013
6310
|
[key: string]: string;
|
|
6014
6311
|
};
|
|
6312
|
+
statusCode: number;
|
|
6015
6313
|
body: SetDomainResponseBody;
|
|
6016
6314
|
static names(): {
|
|
6017
6315
|
[key: string]: string;
|
|
@@ -6031,6 +6329,7 @@ export declare class SetDomainCertificateRequest extends $tea.Model {
|
|
|
6031
6329
|
domainName?: string;
|
|
6032
6330
|
groupId?: string;
|
|
6033
6331
|
securityToken?: string;
|
|
6332
|
+
sslVerifyDepth?: string;
|
|
6034
6333
|
static names(): {
|
|
6035
6334
|
[key: string]: string;
|
|
6036
6335
|
};
|
|
@@ -6057,6 +6356,7 @@ export declare class SetDomainCertificateResponse extends $tea.Model {
|
|
|
6057
6356
|
headers: {
|
|
6058
6357
|
[key: string]: string;
|
|
6059
6358
|
};
|
|
6359
|
+
statusCode: number;
|
|
6060
6360
|
body: SetDomainCertificateResponseBody;
|
|
6061
6361
|
static names(): {
|
|
6062
6362
|
[key: string]: string;
|
|
@@ -6099,6 +6399,7 @@ export declare class SetDomainWebSocketStatusResponse extends $tea.Model {
|
|
|
6099
6399
|
headers: {
|
|
6100
6400
|
[key: string]: string;
|
|
6101
6401
|
};
|
|
6402
|
+
statusCode: number;
|
|
6102
6403
|
body: SetDomainWebSocketStatusResponseBody;
|
|
6103
6404
|
static names(): {
|
|
6104
6405
|
[key: string]: string;
|
|
@@ -6142,6 +6443,7 @@ export declare class SetIpControlApisResponse extends $tea.Model {
|
|
|
6142
6443
|
headers: {
|
|
6143
6444
|
[key: string]: string;
|
|
6144
6445
|
};
|
|
6446
|
+
statusCode: number;
|
|
6145
6447
|
body: SetIpControlApisResponseBody;
|
|
6146
6448
|
static names(): {
|
|
6147
6449
|
[key: string]: string;
|
|
@@ -6185,6 +6487,7 @@ export declare class SetSignatureApisResponse extends $tea.Model {
|
|
|
6185
6487
|
headers: {
|
|
6186
6488
|
[key: string]: string;
|
|
6187
6489
|
};
|
|
6490
|
+
statusCode: number;
|
|
6188
6491
|
body: SetSignatureApisResponseBody;
|
|
6189
6492
|
static names(): {
|
|
6190
6493
|
[key: string]: string;
|
|
@@ -6228,6 +6531,7 @@ export declare class SetTrafficControlApisResponse extends $tea.Model {
|
|
|
6228
6531
|
headers: {
|
|
6229
6532
|
[key: string]: string;
|
|
6230
6533
|
};
|
|
6534
|
+
statusCode: number;
|
|
6231
6535
|
body: SetTrafficControlApisResponseBody;
|
|
6232
6536
|
static names(): {
|
|
6233
6537
|
[key: string]: string;
|
|
@@ -6273,6 +6577,7 @@ export declare class SetVpcAccessResponse extends $tea.Model {
|
|
|
6273
6577
|
headers: {
|
|
6274
6578
|
[key: string]: string;
|
|
6275
6579
|
};
|
|
6580
|
+
statusCode: number;
|
|
6276
6581
|
body: SetVpcAccessResponseBody;
|
|
6277
6582
|
static names(): {
|
|
6278
6583
|
[key: string]: string;
|
|
@@ -6315,6 +6620,7 @@ export declare class SetWildcardDomainPatternsResponse extends $tea.Model {
|
|
|
6315
6620
|
headers: {
|
|
6316
6621
|
[key: string]: string;
|
|
6317
6622
|
};
|
|
6623
|
+
statusCode: number;
|
|
6318
6624
|
body: SetWildcardDomainPatternsResponseBody;
|
|
6319
6625
|
static names(): {
|
|
6320
6626
|
[key: string]: string;
|
|
@@ -6359,6 +6665,7 @@ export declare class SwitchApiResponse extends $tea.Model {
|
|
|
6359
6665
|
headers: {
|
|
6360
6666
|
[key: string]: string;
|
|
6361
6667
|
};
|
|
6668
|
+
statusCode: number;
|
|
6362
6669
|
body: SwitchApiResponseBody;
|
|
6363
6670
|
static names(): {
|
|
6364
6671
|
[key: string]: string;
|
|
@@ -6401,6 +6708,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
6401
6708
|
headers: {
|
|
6402
6709
|
[key: string]: string;
|
|
6403
6710
|
};
|
|
6711
|
+
statusCode: number;
|
|
6404
6712
|
body: TagResourcesResponseBody;
|
|
6405
6713
|
static names(): {
|
|
6406
6714
|
[key: string]: string;
|
|
@@ -6444,6 +6752,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
6444
6752
|
headers: {
|
|
6445
6753
|
[key: string]: string;
|
|
6446
6754
|
};
|
|
6755
|
+
statusCode: number;
|
|
6447
6756
|
body: UntagResourcesResponseBody;
|
|
6448
6757
|
static names(): {
|
|
6449
6758
|
[key: string]: string;
|
|
@@ -8918,6 +9227,92 @@ export declare class DescribeHistoryApisResponseBodyApiHisItems extends $tea.Mod
|
|
|
8918
9227
|
[key: string]: any;
|
|
8919
9228
|
});
|
|
8920
9229
|
}
|
|
9230
|
+
export declare class DescribeInstancesRequestTag extends $tea.Model {
|
|
9231
|
+
key?: string;
|
|
9232
|
+
value?: string;
|
|
9233
|
+
static names(): {
|
|
9234
|
+
[key: string]: string;
|
|
9235
|
+
};
|
|
9236
|
+
static types(): {
|
|
9237
|
+
[key: string]: any;
|
|
9238
|
+
};
|
|
9239
|
+
constructor(map?: {
|
|
9240
|
+
[key: string]: any;
|
|
9241
|
+
});
|
|
9242
|
+
}
|
|
9243
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributesSpecAttribute extends $tea.Model {
|
|
9244
|
+
localName?: string;
|
|
9245
|
+
value?: string;
|
|
9246
|
+
static names(): {
|
|
9247
|
+
[key: string]: string;
|
|
9248
|
+
};
|
|
9249
|
+
static types(): {
|
|
9250
|
+
[key: string]: any;
|
|
9251
|
+
};
|
|
9252
|
+
constructor(map?: {
|
|
9253
|
+
[key: string]: any;
|
|
9254
|
+
});
|
|
9255
|
+
}
|
|
9256
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributes extends $tea.Model {
|
|
9257
|
+
specAttribute?: DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributesSpecAttribute[];
|
|
9258
|
+
static names(): {
|
|
9259
|
+
[key: string]: string;
|
|
9260
|
+
};
|
|
9261
|
+
static types(): {
|
|
9262
|
+
[key: string]: any;
|
|
9263
|
+
};
|
|
9264
|
+
constructor(map?: {
|
|
9265
|
+
[key: string]: any;
|
|
9266
|
+
});
|
|
9267
|
+
}
|
|
9268
|
+
export declare class DescribeInstancesResponseBodyInstancesInstanceAttribute extends $tea.Model {
|
|
9269
|
+
classicEgressAddress?: string;
|
|
9270
|
+
createdTime?: string;
|
|
9271
|
+
egressIpv6Enable?: boolean;
|
|
9272
|
+
expiredTime?: string;
|
|
9273
|
+
httpsPolicies?: string;
|
|
9274
|
+
instanceChargeType?: string;
|
|
9275
|
+
instanceId?: string;
|
|
9276
|
+
instanceName?: string;
|
|
9277
|
+
instanceRpsLimit?: number;
|
|
9278
|
+
instanceSpec?: string;
|
|
9279
|
+
instanceSpecAttributes?: DescribeInstancesResponseBodyInstancesInstanceAttributeInstanceSpecAttributes;
|
|
9280
|
+
instanceType?: string;
|
|
9281
|
+
internetEgressAddress?: string;
|
|
9282
|
+
regionId?: string;
|
|
9283
|
+
status?: string;
|
|
9284
|
+
supportIpv6?: boolean;
|
|
9285
|
+
userVpcId?: string;
|
|
9286
|
+
userVswitchId?: string;
|
|
9287
|
+
vipTypeList?: string;
|
|
9288
|
+
vpcEgressAddress?: string;
|
|
9289
|
+
vpcIntranetEnable?: boolean;
|
|
9290
|
+
vpcOwnerId?: number;
|
|
9291
|
+
vpcSlbIntranetEnable?: boolean;
|
|
9292
|
+
zoneId?: string;
|
|
9293
|
+
zoneLocalName?: string;
|
|
9294
|
+
static names(): {
|
|
9295
|
+
[key: string]: string;
|
|
9296
|
+
};
|
|
9297
|
+
static types(): {
|
|
9298
|
+
[key: string]: any;
|
|
9299
|
+
};
|
|
9300
|
+
constructor(map?: {
|
|
9301
|
+
[key: string]: any;
|
|
9302
|
+
});
|
|
9303
|
+
}
|
|
9304
|
+
export declare class DescribeInstancesResponseBodyInstances extends $tea.Model {
|
|
9305
|
+
instanceAttribute?: DescribeInstancesResponseBodyInstancesInstanceAttribute[];
|
|
9306
|
+
static names(): {
|
|
9307
|
+
[key: string]: string;
|
|
9308
|
+
};
|
|
9309
|
+
static types(): {
|
|
9310
|
+
[key: string]: any;
|
|
9311
|
+
};
|
|
9312
|
+
constructor(map?: {
|
|
9313
|
+
[key: string]: any;
|
|
9314
|
+
});
|
|
9315
|
+
}
|
|
8921
9316
|
export declare class DescribeIpControlPolicyItemsResponseBodyIpControlPolicyItemsIpControlPolicyItem extends $tea.Model {
|
|
8922
9317
|
appId?: string;
|
|
8923
9318
|
cidrIp?: string;
|
|
@@ -10104,6 +10499,8 @@ export default class Client extends OpenApi {
|
|
|
10104
10499
|
describeDomain(request: DescribeDomainRequest): Promise<DescribeDomainResponse>;
|
|
10105
10500
|
describeHistoryApisWithOptions(request: DescribeHistoryApisRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryApisResponse>;
|
|
10106
10501
|
describeHistoryApis(request: DescribeHistoryApisRequest): Promise<DescribeHistoryApisResponse>;
|
|
10502
|
+
describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
|
|
10503
|
+
describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
|
|
10107
10504
|
describeIpControlPolicyItemsWithOptions(request: DescribeIpControlPolicyItemsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlPolicyItemsResponse>;
|
|
10108
10505
|
describeIpControlPolicyItems(request: DescribeIpControlPolicyItemsRequest): Promise<DescribeIpControlPolicyItemsResponse>;
|
|
10109
10506
|
describeIpControlsWithOptions(request: DescribeIpControlsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeIpControlsResponse>;
|
|
@@ -10158,6 +10555,8 @@ export default class Client extends OpenApi {
|
|
|
10158
10555
|
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
10159
10556
|
modifyApiWithOptions(request: ModifyApiRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiResponse>;
|
|
10160
10557
|
modifyApi(request: ModifyApiRequest): Promise<ModifyApiResponse>;
|
|
10558
|
+
modifyApiConfigurationWithOptions(request: ModifyApiConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiConfigurationResponse>;
|
|
10559
|
+
modifyApiConfiguration(request: ModifyApiConfigurationRequest): Promise<ModifyApiConfigurationResponse>;
|
|
10161
10560
|
modifyApiGroupWithOptions(request: ModifyApiGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupResponse>;
|
|
10162
10561
|
modifyApiGroup(request: ModifyApiGroupRequest): Promise<ModifyApiGroupResponse>;
|
|
10163
10562
|
modifyApiGroupVpcWhitelistWithOptions(request: ModifyApiGroupVpcWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<ModifyApiGroupVpcWhitelistResponse>;
|
|
@@ -10210,6 +10609,8 @@ export default class Client extends OpenApi {
|
|
|
10210
10609
|
resetAppSecret(request: ResetAppSecretRequest): Promise<ResetAppSecretResponse>;
|
|
10211
10610
|
sdkGenerateByAppWithOptions(request: SdkGenerateByAppRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppResponse>;
|
|
10212
10611
|
sdkGenerateByApp(request: SdkGenerateByAppRequest): Promise<SdkGenerateByAppResponse>;
|
|
10612
|
+
sdkGenerateByAppForRegionWithOptions(request: SdkGenerateByAppForRegionRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByAppForRegionResponse>;
|
|
10613
|
+
sdkGenerateByAppForRegion(request: SdkGenerateByAppForRegionRequest): Promise<SdkGenerateByAppForRegionResponse>;
|
|
10213
10614
|
sdkGenerateByGroupWithOptions(request: SdkGenerateByGroupRequest, runtime: $Util.RuntimeOptions): Promise<SdkGenerateByGroupResponse>;
|
|
10214
10615
|
sdkGenerateByGroup(request: SdkGenerateByGroupRequest): Promise<SdkGenerateByGroupResponse>;
|
|
10215
10616
|
setApisAuthoritiesWithOptions(request: SetApisAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<SetApisAuthoritiesResponse>;
|