tencentcloud-sdk-nodejs 4.0.487 → 4.0.489
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/CHANGELOG.md +396 -0
- package/SERVICE_CHANGELOG.md +383 -246
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +25 -11
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +244 -8
- package/src/services/cpdp/v20190820/cpdp_models.ts +14 -0
- package/src/services/dlc/v20210125/dlc_client.ts +1 -0
- package/src/services/dlc/v20210125/dlc_models.ts +23 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +14 -1
- package/src/services/dnspod/v20210323/dnspod_models.ts +96 -40
- package/src/services/dts/v20211206/dts_client.ts +5 -5
- package/src/services/dts/v20211206/dts_models.ts +2 -2
- package/src/services/emr/v20190103/emr_client.ts +4 -3
- package/src/services/emr/v20190103/emr_models.ts +58 -4
- package/src/services/ess/v20201111/ess_models.ts +6 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -3
- package/src/services/gme/v20180711/gme_client.ts +18 -2
- package/src/services/gme/v20180711/gme_models.ts +167 -12
- package/src/services/mongodb/v20190725/mongodb_models.ts +17 -2
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/postgres/v20170312/postgres_models.ts +6 -0
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +3 -3
- package/src/services/rum/v20210622/rum_models.ts +3 -3
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/tbaas/v20180416/tbaas_client.ts +25 -12
- package/src/services/tbaas/v20180416/tbaas_models.ts +138 -92
- package/src/services/tcm/v20210413/tcm_client.ts +33 -9
- package/src/services/tcm/v20210413/tcm_models.ts +123 -11
- package/src/services/tcss/v20201101/tcss_client.ts +289 -100
- package/src/services/tcss/v20201101/tcss_models.ts +1772 -745
- package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
- package/src/services/teo/v20220901/teo_models.ts +15 -9
- package/src/services/tione/v20211111/tione_models.ts +6 -5
- package/src/services/tiw/v20190919/tiw_models.ts +1 -1
- package/src/services/tts/v20190823/tts_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +11 -7
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +9 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +205 -8
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +19 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +7 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +88 -40
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +5 -5
- package/tencentcloud/services/dts/v20211206/dts_client.js +5 -5
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +3 -3
- package/tencentcloud/services/emr/v20190103/emr_client.js +3 -3
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +49 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -3
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +143 -12
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +14 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +3 -3
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -3
- package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -3
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +121 -81
- package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +11 -3
- package/tencentcloud/services/tcm/v20210413/tcm_client.js +15 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +105 -11
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +87 -27
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +129 -39
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1544 -670
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +14 -9
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +6 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
- package/test/cloudaudit.v20190319.test.js +12 -2
- package/test/dnspod.v20210323.test.js +10 -0
- package/test/gme.v20180711.test.js +10 -0
- package/test/tbaas.v20180416.test.js +12 -2
- package/test/tcm.v20210413.test.js +22 -2
- package/test/tcss.v20201101.test.js +176 -26
|
@@ -235,7 +235,7 @@ export interface ModifySubdomainStatusRequest {
|
|
|
235
235
|
*/
|
|
236
236
|
Status: string;
|
|
237
237
|
/**
|
|
238
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
238
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
239
239
|
*/
|
|
240
240
|
DomainId?: number;
|
|
241
241
|
/**
|
|
@@ -377,7 +377,7 @@ export interface ModifyRecordGroupRequest {
|
|
|
377
377
|
*/
|
|
378
378
|
export interface DescribeBatchTaskRequest {
|
|
379
379
|
/**
|
|
380
|
-
* 任务ID
|
|
380
|
+
* 任务ID。操作批量接口时会返回JobId
|
|
381
381
|
*/
|
|
382
382
|
JobId: number;
|
|
383
383
|
}
|
|
@@ -408,6 +408,20 @@ export interface CreateSnapshotResponse {
|
|
|
408
408
|
*/
|
|
409
409
|
RequestId?: string;
|
|
410
410
|
}
|
|
411
|
+
/**
|
|
412
|
+
* 键值对
|
|
413
|
+
*/
|
|
414
|
+
export interface KeyValue {
|
|
415
|
+
/**
|
|
416
|
+
* 键
|
|
417
|
+
*/
|
|
418
|
+
Key: string;
|
|
419
|
+
/**
|
|
420
|
+
* 值
|
|
421
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
422
|
+
*/
|
|
423
|
+
Value?: string;
|
|
424
|
+
}
|
|
411
425
|
/**
|
|
412
426
|
* DeleteRecordGroup请求参数结构体
|
|
413
427
|
*/
|
|
@@ -633,7 +647,7 @@ export interface DescribeDomainShareInfoRequest {
|
|
|
633
647
|
*/
|
|
634
648
|
Domain: string;
|
|
635
649
|
/**
|
|
636
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
650
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
637
651
|
*/
|
|
638
652
|
DomainId?: number;
|
|
639
653
|
}
|
|
@@ -888,11 +902,11 @@ export interface ModifyRecordRequest {
|
|
|
888
902
|
*/
|
|
889
903
|
Value: string;
|
|
890
904
|
/**
|
|
891
|
-
* 记录 ID
|
|
905
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
892
906
|
*/
|
|
893
907
|
RecordId: number;
|
|
894
908
|
/**
|
|
895
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
909
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
896
910
|
*/
|
|
897
911
|
DomainId?: number;
|
|
898
912
|
/**
|
|
@@ -1014,7 +1028,7 @@ export interface DeleteDomainRequest {
|
|
|
1014
1028
|
*/
|
|
1015
1029
|
Domain: string;
|
|
1016
1030
|
/**
|
|
1017
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1031
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1018
1032
|
*/
|
|
1019
1033
|
DomainId?: number;
|
|
1020
1034
|
}
|
|
@@ -1031,7 +1045,7 @@ export interface ModifyDomainOwnerRequest {
|
|
|
1031
1045
|
*/
|
|
1032
1046
|
Account: string;
|
|
1033
1047
|
/**
|
|
1034
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1048
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1035
1049
|
*/
|
|
1036
1050
|
DomainId?: number;
|
|
1037
1051
|
}
|
|
@@ -1040,7 +1054,7 @@ export interface ModifyDomainOwnerRequest {
|
|
|
1040
1054
|
*/
|
|
1041
1055
|
export interface ModifyPackageAutoRenewRequest {
|
|
1042
1056
|
/**
|
|
1043
|
-
* 资源ID
|
|
1057
|
+
* 资源ID。可以在控制台查看所有的资源
|
|
1044
1058
|
*/
|
|
1045
1059
|
ResourceId: string;
|
|
1046
1060
|
/**
|
|
@@ -1106,7 +1120,7 @@ export interface DescribeRecordLineListRequest {
|
|
|
1106
1120
|
*/
|
|
1107
1121
|
DomainGrade: string;
|
|
1108
1122
|
/**
|
|
1109
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1123
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1110
1124
|
*/
|
|
1111
1125
|
DomainId?: number;
|
|
1112
1126
|
}
|
|
@@ -1145,7 +1159,7 @@ export interface CreateRecordBatchRequest {
|
|
|
1145
1159
|
*/
|
|
1146
1160
|
export interface DeleteDomainAliasRequest {
|
|
1147
1161
|
/**
|
|
1148
|
-
* 域名别名ID
|
|
1162
|
+
* 域名别名ID。可以通过接口DescribeDomainAliasList查到所有的域名别名列表以及对应的ID
|
|
1149
1163
|
*/
|
|
1150
1164
|
DomainAliasId: number;
|
|
1151
1165
|
/**
|
|
@@ -1153,7 +1167,7 @@ export interface DeleteDomainAliasRequest {
|
|
|
1153
1167
|
*/
|
|
1154
1168
|
Domain: string;
|
|
1155
1169
|
/**
|
|
1156
|
-
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1170
|
+
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1157
1171
|
*/
|
|
1158
1172
|
DomainId?: number;
|
|
1159
1173
|
}
|
|
@@ -1234,7 +1248,7 @@ export interface ModifyDomainLockRequest {
|
|
|
1234
1248
|
*/
|
|
1235
1249
|
LockDays: number;
|
|
1236
1250
|
/**
|
|
1237
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1251
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1238
1252
|
*/
|
|
1239
1253
|
DomainId?: number;
|
|
1240
1254
|
}
|
|
@@ -1251,7 +1265,7 @@ export interface ModifyDomainStatusRequest {
|
|
|
1251
1265
|
*/
|
|
1252
1266
|
Status: string;
|
|
1253
1267
|
/**
|
|
1254
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1268
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1255
1269
|
*/
|
|
1256
1270
|
DomainId?: number;
|
|
1257
1271
|
}
|
|
@@ -1336,7 +1350,7 @@ export interface DescribeRecordRequest {
|
|
|
1336
1350
|
*/
|
|
1337
1351
|
RecordId: number;
|
|
1338
1352
|
/**
|
|
1339
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1353
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1340
1354
|
*/
|
|
1341
1355
|
DomainId?: number;
|
|
1342
1356
|
}
|
|
@@ -1378,7 +1392,7 @@ export interface DescribeSubdomainAnalyticsRequest {
|
|
|
1378
1392
|
*/
|
|
1379
1393
|
DnsFormat?: string;
|
|
1380
1394
|
/**
|
|
1381
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1395
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1382
1396
|
*/
|
|
1383
1397
|
DomainId?: number;
|
|
1384
1398
|
}
|
|
@@ -1391,11 +1405,11 @@ export interface DeleteRecordRequest {
|
|
|
1391
1405
|
*/
|
|
1392
1406
|
Domain: string;
|
|
1393
1407
|
/**
|
|
1394
|
-
* 记录 ID
|
|
1408
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1395
1409
|
*/
|
|
1396
1410
|
RecordId: number;
|
|
1397
1411
|
/**
|
|
1398
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1412
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1399
1413
|
*/
|
|
1400
1414
|
DomainId?: number;
|
|
1401
1415
|
}
|
|
@@ -1408,7 +1422,7 @@ export interface DescribeDomainRequest {
|
|
|
1408
1422
|
*/
|
|
1409
1423
|
Domain: string;
|
|
1410
1424
|
/**
|
|
1411
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1425
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1412
1426
|
*/
|
|
1413
1427
|
DomainId?: number;
|
|
1414
1428
|
}
|
|
@@ -1442,7 +1456,7 @@ export interface ModifyRecordStatusRequest {
|
|
|
1442
1456
|
*/
|
|
1443
1457
|
Domain: string;
|
|
1444
1458
|
/**
|
|
1445
|
-
* 记录 ID
|
|
1459
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1446
1460
|
*/
|
|
1447
1461
|
RecordId: number;
|
|
1448
1462
|
/**
|
|
@@ -1450,7 +1464,7 @@ export interface ModifyRecordStatusRequest {
|
|
|
1450
1464
|
*/
|
|
1451
1465
|
Status: string;
|
|
1452
1466
|
/**
|
|
1453
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1467
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1454
1468
|
*/
|
|
1455
1469
|
DomainId?: number;
|
|
1456
1470
|
}
|
|
@@ -1709,7 +1723,7 @@ export interface DescribeDomainLogListRequest {
|
|
|
1709
1723
|
*/
|
|
1710
1724
|
Domain: string;
|
|
1711
1725
|
/**
|
|
1712
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
1726
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
1713
1727
|
*/
|
|
1714
1728
|
DomainId?: number;
|
|
1715
1729
|
/**
|
|
@@ -1743,7 +1757,7 @@ export interface DescribeDomainListResponse {
|
|
|
1743
1757
|
*/
|
|
1744
1758
|
export interface ModifyRecordBatchRequest {
|
|
1745
1759
|
/**
|
|
1746
|
-
* 记录ID
|
|
1760
|
+
* 记录ID数组。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
1747
1761
|
*/
|
|
1748
1762
|
RecordIdList: Array<number>;
|
|
1749
1763
|
/**
|
|
@@ -2306,7 +2320,7 @@ export interface CreateDomainRequest {
|
|
|
2306
2320
|
*/
|
|
2307
2321
|
Domain: string;
|
|
2308
2322
|
/**
|
|
2309
|
-
* 域名分组ID
|
|
2323
|
+
* 域名分组ID。可以通过接口DescribeDomainGroupList查看当前域名分组信息
|
|
2310
2324
|
*/
|
|
2311
2325
|
GroupId?: number;
|
|
2312
2326
|
/**
|
|
@@ -2362,7 +2376,7 @@ export interface ModifyDomainRemarkRequest {
|
|
|
2362
2376
|
*/
|
|
2363
2377
|
Domain: string;
|
|
2364
2378
|
/**
|
|
2365
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2379
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2366
2380
|
*/
|
|
2367
2381
|
DomainId?: number;
|
|
2368
2382
|
/**
|
|
@@ -2392,7 +2406,7 @@ export interface DescribeRecordListRequest {
|
|
|
2392
2406
|
*/
|
|
2393
2407
|
Domain: string;
|
|
2394
2408
|
/**
|
|
2395
|
-
* 要获取的解析记录所属的域名Id,如果传了DomainId,系统将会忽略Domain
|
|
2409
|
+
* 要获取的解析记录所属的域名Id,如果传了DomainId,系统将会忽略Domain参数。 可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2396
2410
|
*/
|
|
2397
2411
|
DomainId?: number;
|
|
2398
2412
|
/**
|
|
@@ -2404,15 +2418,15 @@ export interface DescribeRecordListRequest {
|
|
|
2404
2418
|
*/
|
|
2405
2419
|
RecordType?: string;
|
|
2406
2420
|
/**
|
|
2407
|
-
*
|
|
2421
|
+
* 获取某条线路名称的解析记录。可以通过接口DescribeRecordLineList查看当前域名允许的线路信息
|
|
2408
2422
|
*/
|
|
2409
2423
|
RecordLine?: string;
|
|
2410
2424
|
/**
|
|
2411
|
-
* 获取某个线路Id对应的解析记录,如果传RecordLineId,系统会忽略RecordLine
|
|
2425
|
+
* 获取某个线路Id对应的解析记录,如果传RecordLineId,系统会忽略RecordLine参数。可以通过接口DescribeRecordLineList查看当前域名允许的线路信息
|
|
2412
2426
|
*/
|
|
2413
2427
|
RecordLineId?: string;
|
|
2414
2428
|
/**
|
|
2415
|
-
* 获取某个分组下的解析记录时,传这个分组Id
|
|
2429
|
+
* 获取某个分组下的解析记录时,传这个分组Id。
|
|
2416
2430
|
*/
|
|
2417
2431
|
GroupId?: number;
|
|
2418
2432
|
/**
|
|
@@ -2445,7 +2459,7 @@ export interface PayOrderWithBalanceRequest {
|
|
|
2445
2459
|
*/
|
|
2446
2460
|
BigDealIdList: Array<string>;
|
|
2447
2461
|
/**
|
|
2448
|
-
* 代金券ID
|
|
2462
|
+
* 代金券ID数组。可以从控制台查到拥有的代金券
|
|
2449
2463
|
*/
|
|
2450
2464
|
VoucherIdList?: Array<string>;
|
|
2451
2465
|
}
|
|
@@ -2471,6 +2485,27 @@ export interface DescribeRecordResponse {
|
|
|
2471
2485
|
*/
|
|
2472
2486
|
RequestId?: string;
|
|
2473
2487
|
}
|
|
2488
|
+
/**
|
|
2489
|
+
* ModifyRecordFields请求参数结构体
|
|
2490
|
+
*/
|
|
2491
|
+
export interface ModifyRecordFieldsRequest {
|
|
2492
|
+
/**
|
|
2493
|
+
* 域名
|
|
2494
|
+
*/
|
|
2495
|
+
Domain: string;
|
|
2496
|
+
/**
|
|
2497
|
+
* 记录 ID 。
|
|
2498
|
+
*/
|
|
2499
|
+
RecordId: number;
|
|
2500
|
+
/**
|
|
2501
|
+
* 要修改的记录属性和值,支持:sub_domain,record_line,record_line_id,record_type,value,ttl,status,mx,weight
|
|
2502
|
+
*/
|
|
2503
|
+
FieldList: Array<KeyValue>;
|
|
2504
|
+
/**
|
|
2505
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。
|
|
2506
|
+
*/
|
|
2507
|
+
DomainId?: number;
|
|
2508
|
+
}
|
|
2474
2509
|
/**
|
|
2475
2510
|
* DeleteSnapshot返回参数结构体
|
|
2476
2511
|
*/
|
|
@@ -2706,7 +2741,7 @@ export interface DescribeDomainAliasListRequest {
|
|
|
2706
2741
|
*/
|
|
2707
2742
|
Domain: string;
|
|
2708
2743
|
/**
|
|
2709
|
-
* 域名ID,域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2744
|
+
* 域名ID,域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2710
2745
|
*/
|
|
2711
2746
|
DomainId?: number;
|
|
2712
2747
|
}
|
|
@@ -2723,7 +2758,7 @@ export interface CreateDomainAliasRequest {
|
|
|
2723
2758
|
*/
|
|
2724
2759
|
Domain: string;
|
|
2725
2760
|
/**
|
|
2726
|
-
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2761
|
+
* 域名ID,参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2727
2762
|
*/
|
|
2728
2763
|
DomainId?: number;
|
|
2729
2764
|
}
|
|
@@ -2740,7 +2775,7 @@ export interface DeleteShareDomainRequest {
|
|
|
2740
2775
|
*/
|
|
2741
2776
|
Account: string;
|
|
2742
2777
|
/**
|
|
2743
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2778
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2744
2779
|
*/
|
|
2745
2780
|
DomainId?: number;
|
|
2746
2781
|
}
|
|
@@ -2782,7 +2817,7 @@ export interface ModifyDynamicDNSRequest {
|
|
|
2782
2817
|
*/
|
|
2783
2818
|
Domain: string;
|
|
2784
2819
|
/**
|
|
2785
|
-
* 记录ID。
|
|
2820
|
+
* 记录ID。 可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
2786
2821
|
*/
|
|
2787
2822
|
RecordId: number;
|
|
2788
2823
|
/**
|
|
@@ -2794,7 +2829,7 @@ export interface ModifyDynamicDNSRequest {
|
|
|
2794
2829
|
*/
|
|
2795
2830
|
Value: string;
|
|
2796
2831
|
/**
|
|
2797
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2832
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2798
2833
|
*/
|
|
2799
2834
|
DomainId?: number;
|
|
2800
2835
|
/**
|
|
@@ -2831,6 +2866,19 @@ export interface DescribeRecordGroupListRequest {
|
|
|
2831
2866
|
*/
|
|
2832
2867
|
Limit?: number;
|
|
2833
2868
|
}
|
|
2869
|
+
/**
|
|
2870
|
+
* ModifyRecordFields返回参数结构体
|
|
2871
|
+
*/
|
|
2872
|
+
export interface ModifyRecordFieldsResponse {
|
|
2873
|
+
/**
|
|
2874
|
+
* 记录ID
|
|
2875
|
+
*/
|
|
2876
|
+
RecordId: number;
|
|
2877
|
+
/**
|
|
2878
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2879
|
+
*/
|
|
2880
|
+
RequestId?: string;
|
|
2881
|
+
}
|
|
2834
2882
|
/**
|
|
2835
2883
|
* 域名权限项
|
|
2836
2884
|
*/
|
|
@@ -2853,11 +2901,11 @@ export interface ModifyRecordRemarkRequest {
|
|
|
2853
2901
|
*/
|
|
2854
2902
|
Domain: string;
|
|
2855
2903
|
/**
|
|
2856
|
-
* 记录 ID
|
|
2904
|
+
* 记录 ID 。可以通过接口DescribeRecordList查到所有的解析记录列表以及对应的RecordId
|
|
2857
2905
|
*/
|
|
2858
2906
|
RecordId: number;
|
|
2859
2907
|
/**
|
|
2860
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2908
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2861
2909
|
*/
|
|
2862
2910
|
DomainId?: number;
|
|
2863
2911
|
/**
|
|
@@ -2946,7 +2994,7 @@ export interface DescribeDomainPurviewRequest {
|
|
|
2946
2994
|
*/
|
|
2947
2995
|
Domain: string;
|
|
2948
2996
|
/**
|
|
2949
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
2997
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
2950
2998
|
*/
|
|
2951
2999
|
DomainId?: number;
|
|
2952
3000
|
}
|
|
@@ -3002,7 +3050,7 @@ export interface ModifyDomainUnlockRequest {
|
|
|
3002
3050
|
*/
|
|
3003
3051
|
LockCode: string;
|
|
3004
3052
|
/**
|
|
3005
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
3053
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
3006
3054
|
*/
|
|
3007
3055
|
DomainId?: number;
|
|
3008
3056
|
}
|
|
@@ -3058,7 +3106,7 @@ export interface CreateDealResponse {
|
|
|
3058
3106
|
*/
|
|
3059
3107
|
export interface ModifyVasAutoRenewStatusRequest {
|
|
3060
3108
|
/**
|
|
3061
|
-
* 资源ID
|
|
3109
|
+
* 资源ID。可以从控制台查看所有的资源
|
|
3062
3110
|
*/
|
|
3063
3111
|
ResourceId: string;
|
|
3064
3112
|
/**
|
|
@@ -3171,7 +3219,7 @@ export interface DescribeDomainAnalyticsRequest {
|
|
|
3171
3219
|
*/
|
|
3172
3220
|
DnsFormat?: string;
|
|
3173
3221
|
/**
|
|
3174
|
-
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain
|
|
3222
|
+
* 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
|
|
3175
3223
|
*/
|
|
3176
3224
|
DomainId?: number;
|
|
3177
3225
|
}
|
|
@@ -16,7 +16,7 @@ export declare class Client extends AbstractClient {
|
|
|
16
16
|
*/
|
|
17
17
|
DescribeSyncJobs(req: DescribeSyncJobsRequest, cb?: (error: string, rep: DescribeSyncJobsResponse) => void): Promise<DescribeSyncJobsResponse>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 购买迁移任务。购买成功后会返回随机生成的迁移任务id列表,也可以通过查询迁移任务任务列表接口`DescribeMigrationJobs`看到购买成功的实例Id。注意,一旦购买成功后源及目标数据库类型,源及目标实例地域不可修改。
|
|
20
20
|
*/
|
|
21
21
|
CreateMigrationService(req: CreateMigrationServiceRequest, cb?: (error: string, rep: CreateMigrationServiceResponse) => void): Promise<CreateMigrationServiceResponse>;
|
|
22
22
|
/**
|
|
@@ -68,7 +68,7 @@ export declare class Client extends AbstractClient {
|
|
|
68
68
|
*/
|
|
69
69
|
ResumeMigrateJob(req: ResumeMigrateJobRequest, cb?: (error: string, rep: ResumeMigrateJobResponse) => void): Promise<ResumeMigrateJobResponse>;
|
|
70
70
|
/**
|
|
71
|
-
* 本接口(StopMigrateJob
|
|
71
|
+
* 本接口(StopMigrateJob)用于终止数据迁移任务。
|
|
72
72
|
调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。
|
|
73
73
|
*/
|
|
74
74
|
StopMigrateJob(req: StopMigrateJobRequest, cb?: (error: string, rep: StopMigrateJobResponse) => void): Promise<StopMigrateJobResponse>;
|
|
@@ -88,7 +88,7 @@ export declare class Client extends AbstractClient {
|
|
|
88
88
|
*/
|
|
89
89
|
CreateMigrateCheckJob(req: CreateMigrateCheckJobRequest, cb?: (error: string, rep: CreateMigrateCheckJobResponse) => void): Promise<CreateMigrateCheckJobResponse>;
|
|
90
90
|
/**
|
|
91
|
-
*
|
|
91
|
+
* 查询同步校验任务结果
|
|
92
92
|
*/
|
|
93
93
|
DescribeCheckSyncJobResult(req: DescribeCheckSyncJobResultRequest, cb?: (error: string, rep: DescribeCheckSyncJobResultResponse) => void): Promise<DescribeCheckSyncJobResultResponse>;
|
|
94
94
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class Client extends AbstractClient {
|
|
|
116
116
|
*/
|
|
117
117
|
DestroyMigrateJob(req: DestroyMigrateJobRequest, cb?: (error: string, rep: DestroyMigrateJobResponse) => void): Promise<DestroyMigrateJobResponse>;
|
|
118
118
|
/**
|
|
119
|
-
*
|
|
119
|
+
* 查询某个迁移任务详情
|
|
120
120
|
*/
|
|
121
121
|
DescribeMigrationDetail(req: DescribeMigrationDetailRequest, cb?: (error: string, rep: DescribeMigrationDetailResponse) => void): Promise<DescribeMigrationDetailResponse>;
|
|
122
122
|
/**
|
|
@@ -138,7 +138,7 @@ export declare class Client extends AbstractClient {
|
|
|
138
138
|
*/
|
|
139
139
|
ModifyMigrateJobSpec(req: ModifyMigrateJobSpecRequest, cb?: (error: string, rep: ModifyMigrateJobSpecResponse) => void): Promise<ModifyMigrateJobSpecResponse>;
|
|
140
140
|
/**
|
|
141
|
-
* 隔离退还数据迁移服务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。对于计费任务,在任务隔离后可进行解除隔离(RecoverMigrationJob)操作或直接进行下线销毁(DestroyMigrateJob)
|
|
141
|
+
* 隔离退还数据迁移服务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。对于计费任务,在任务隔离后可进行解除隔离(RecoverMigrationJob)操作或直接进行下线销毁(DestroyMigrateJob)操作。对于不计费任务,调用此接口会直接销毁任务,无法进行恢复操作。
|
|
142
142
|
*/
|
|
143
143
|
IsolateMigrateJob(req: IsolateMigrateJobRequest, cb?: (error: string, rep: IsolateMigrateJobResponse) => void): Promise<IsolateMigrateJobResponse>;
|
|
144
144
|
/**
|
|
@@ -40,7 +40,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
40
40
|
return this.request("DescribeSyncJobs", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 购买迁移任务。购买成功后会返回随机生成的迁移任务id列表,也可以通过查询迁移任务任务列表接口`DescribeMigrationJobs`看到购买成功的实例Id。注意,一旦购买成功后源及目标数据库类型,源及目标实例地域不可修改。
|
|
44
44
|
*/
|
|
45
45
|
async CreateMigrationService(req, cb) {
|
|
46
46
|
return this.request("CreateMigrationService", req, cb);
|
|
@@ -118,7 +118,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
118
118
|
return this.request("ResumeMigrateJob", req, cb);
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
|
-
* 本接口(StopMigrateJob
|
|
121
|
+
* 本接口(StopMigrateJob)用于终止数据迁移任务。
|
|
122
122
|
调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。
|
|
123
123
|
*/
|
|
124
124
|
async StopMigrateJob(req, cb) {
|
|
@@ -146,7 +146,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
146
146
|
return this.request("CreateMigrateCheckJob", req, cb);
|
|
147
147
|
}
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
149
|
+
* 查询同步校验任务结果
|
|
150
150
|
*/
|
|
151
151
|
async DescribeCheckSyncJobResult(req, cb) {
|
|
152
152
|
return this.request("DescribeCheckSyncJobResult", req, cb);
|
|
@@ -188,7 +188,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
188
188
|
return this.request("DestroyMigrateJob", req, cb);
|
|
189
189
|
}
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* 查询某个迁移任务详情
|
|
192
192
|
*/
|
|
193
193
|
async DescribeMigrationDetail(req, cb) {
|
|
194
194
|
return this.request("DescribeMigrationDetail", req, cb);
|
|
@@ -220,7 +220,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
220
220
|
return this.request("ModifyMigrateJobSpec", req, cb);
|
|
221
221
|
}
|
|
222
222
|
/**
|
|
223
|
-
* 隔离退还数据迁移服务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。对于计费任务,在任务隔离后可进行解除隔离(RecoverMigrationJob)操作或直接进行下线销毁(DestroyMigrateJob)
|
|
223
|
+
* 隔离退还数据迁移服务。调用此接口后可通过查询迁移服务列表接口`DescribeMigrationJobs`来查询当前任务状态。对于计费任务,在任务隔离后可进行解除隔离(RecoverMigrationJob)操作或直接进行下线销毁(DestroyMigrateJob)操作。对于不计费任务,调用此接口会直接销毁任务,无法进行恢复操作。
|
|
224
224
|
*/
|
|
225
225
|
async IsolateMigrateJob(req, cb) {
|
|
226
226
|
return this.request("IsolateMigrateJob", req, cb);
|
|
@@ -229,7 +229,7 @@ export interface StopMigrateJobResponse {
|
|
|
229
229
|
RequestId?: string;
|
|
230
230
|
}
|
|
231
231
|
/**
|
|
232
|
-
*
|
|
232
|
+
* 表对象集合,当 TableMode 为 partial 时,此项需要填写
|
|
233
233
|
*/
|
|
234
234
|
export interface TableItem {
|
|
235
235
|
/**
|
|
@@ -1020,7 +1020,7 @@ export interface CompareTaskInfo {
|
|
|
1020
1020
|
*/
|
|
1021
1021
|
export interface CreateMigrationServiceResponse {
|
|
1022
1022
|
/**
|
|
1023
|
-
*
|
|
1023
|
+
* 下单成功随机生成的迁移任务id列表,形如:dts-c1f6rs21
|
|
1024
1024
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1025
1025
|
*/
|
|
1026
1026
|
JobIds: Array<string>;
|
|
@@ -41,7 +41,7 @@ export declare class Client extends AbstractClient {
|
|
|
41
41
|
*/
|
|
42
42
|
DescribeCvmQuota(req: DescribeCvmQuotaRequest, cb?: (error: string, rep: DescribeCvmQuotaResponse) => void): Promise<DescribeCvmQuotaResponse>;
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* 扩容节点
|
|
45
45
|
*/
|
|
46
46
|
ScaleOutInstance(req: ScaleOutInstanceRequest, cb?: (error: string, rep: ScaleOutInstanceResponse) => void): Promise<ScaleOutInstanceResponse>;
|
|
47
47
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class Client extends AbstractClient {
|
|
|
86
86
|
*/
|
|
87
87
|
DescribeResourceSchedule(req: DescribeResourceScheduleRequest, cb?: (error: string, rep: DescribeResourceScheduleResponse) => void): Promise<DescribeResourceScheduleResponse>;
|
|
88
88
|
/**
|
|
89
|
-
* 修改
|
|
89
|
+
* 修改YARN资源调度的资源配置
|
|
90
90
|
*/
|
|
91
91
|
ModifyResourceScheduleConfig(req: ModifyResourceScheduleConfigRequest, cb?: (error: string, rep: ModifyResourceScheduleConfigResponse) => void): Promise<ModifyResourceScheduleConfigResponse>;
|
|
92
92
|
/**
|
|
@@ -94,7 +94,7 @@ export declare class Client extends AbstractClient {
|
|
|
94
94
|
*/
|
|
95
95
|
TerminateTasks(req: TerminateTasksRequest, cb?: (error: string, rep: TerminateTasksResponse) => void): Promise<TerminateTasksResponse>;
|
|
96
96
|
/**
|
|
97
|
-
*
|
|
97
|
+
* 查询集群节点信息
|
|
98
98
|
*/
|
|
99
99
|
DescribeClusterNodes(req: DescribeClusterNodesRequest, cb?: (error: string, rep: DescribeClusterNodesResponse) => void): Promise<DescribeClusterNodesResponse>;
|
|
100
100
|
/**
|
|
@@ -77,7 +77,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
77
77
|
return this.request("DescribeCvmQuota", req, cb);
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* 扩容节点
|
|
81
81
|
*/
|
|
82
82
|
async ScaleOutInstance(req, cb) {
|
|
83
83
|
return this.request("ScaleOutInstance", req, cb);
|
|
@@ -144,7 +144,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
144
144
|
return this.request("DescribeResourceSchedule", req, cb);
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
|
-
* 修改
|
|
147
|
+
* 修改YARN资源调度的资源配置
|
|
148
148
|
*/
|
|
149
149
|
async ModifyResourceScheduleConfig(req, cb) {
|
|
150
150
|
return this.request("ModifyResourceScheduleConfig", req, cb);
|
|
@@ -156,7 +156,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
156
156
|
return this.request("TerminateTasks", req, cb);
|
|
157
157
|
}
|
|
158
158
|
/**
|
|
159
|
-
*
|
|
159
|
+
* 查询集群节点信息
|
|
160
160
|
*/
|
|
161
161
|
async DescribeClusterNodes(req, cb) {
|
|
162
162
|
return this.request("DescribeClusterNodes", req, cb);
|
|
@@ -884,6 +884,11 @@ export interface ModifyResourceScheduleConfigResponse {
|
|
|
884
884
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
885
885
|
*/
|
|
886
886
|
ErrorMsg: string;
|
|
887
|
+
/**
|
|
888
|
+
* 返回数据
|
|
889
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
890
|
+
*/
|
|
891
|
+
Data: string;
|
|
887
892
|
/**
|
|
888
893
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
889
894
|
*/
|
|
@@ -1268,13 +1273,13 @@ export interface DescribeResourceScheduleRequest {
|
|
|
1268
1273
|
*/
|
|
1269
1274
|
export interface Placement {
|
|
1270
1275
|
/**
|
|
1271
|
-
*
|
|
1276
|
+
* 实例所属的可用区,例如ap-guangzhou-1。该参数也可以通过调用[DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。
|
|
1272
1277
|
*/
|
|
1273
|
-
|
|
1278
|
+
Zone: string;
|
|
1274
1279
|
/**
|
|
1275
|
-
*
|
|
1280
|
+
* 实例所属项目ID。该参数可以通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。不填为默认项目。
|
|
1276
1281
|
*/
|
|
1277
|
-
|
|
1282
|
+
ProjectId?: number;
|
|
1278
1283
|
}
|
|
1279
1284
|
/**
|
|
1280
1285
|
* POD自定义权限和自定义参数
|
|
@@ -1571,6 +1576,11 @@ export interface InquiryPriceUpdateInstanceResponse {
|
|
|
1571
1576
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1572
1577
|
*/
|
|
1573
1578
|
TimeSpan: number;
|
|
1579
|
+
/**
|
|
1580
|
+
* 价格详情
|
|
1581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1582
|
+
*/
|
|
1583
|
+
PriceDetail: Array<PriceDetail>;
|
|
1574
1584
|
/**
|
|
1575
1585
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1576
1586
|
*/
|
|
@@ -2259,6 +2269,10 @@ export interface InquiryPriceUpdateInstanceRequest {
|
|
|
2259
2269
|
<li>CNY:表示人民币。</li>
|
|
2260
2270
|
*/
|
|
2261
2271
|
Currency?: string;
|
|
2272
|
+
/**
|
|
2273
|
+
* 批量变配资源ID列表
|
|
2274
|
+
*/
|
|
2275
|
+
ResourceIdList?: Array<string>;
|
|
2262
2276
|
}
|
|
2263
2277
|
/**
|
|
2264
2278
|
* DescribeInstancesList请求参数结构体
|
|
@@ -2522,6 +2536,27 @@ export interface CdbInfo {
|
|
|
2522
2536
|
*/
|
|
2523
2537
|
RegionId: number;
|
|
2524
2538
|
}
|
|
2539
|
+
/**
|
|
2540
|
+
* 价格详情
|
|
2541
|
+
*/
|
|
2542
|
+
export interface PriceDetail {
|
|
2543
|
+
/**
|
|
2544
|
+
* 节点ID
|
|
2545
|
+
*/
|
|
2546
|
+
ResourceId: string;
|
|
2547
|
+
/**
|
|
2548
|
+
* 价格计算公式
|
|
2549
|
+
*/
|
|
2550
|
+
Formula: string;
|
|
2551
|
+
/**
|
|
2552
|
+
* 原价
|
|
2553
|
+
*/
|
|
2554
|
+
OriginalCost: number;
|
|
2555
|
+
/**
|
|
2556
|
+
* 折扣价
|
|
2557
|
+
*/
|
|
2558
|
+
DiscountCost: number;
|
|
2559
|
+
}
|
|
2525
2560
|
/**
|
|
2526
2561
|
* InquirePriceRenewEmr返回参数结构体
|
|
2527
2562
|
*/
|
|
@@ -3537,6 +3572,16 @@ export interface NodeHardwareInfo {
|
|
|
3537
3572
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3538
3573
|
*/
|
|
3539
3574
|
ServiceClient: string;
|
|
3575
|
+
/**
|
|
3576
|
+
* 该实例是否开启实例保护,true为开启 false为关闭
|
|
3577
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3578
|
+
*/
|
|
3579
|
+
DisableApiTermination: boolean;
|
|
3580
|
+
/**
|
|
3581
|
+
* 0表示老计费,1表示新计费
|
|
3582
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3583
|
+
*/
|
|
3584
|
+
TradeVersion: number;
|
|
3540
3585
|
}
|
|
3541
3586
|
/**
|
|
3542
3587
|
* 机器资源描述。
|