tencentcloud-sdk-nodejs 4.0.731 → 4.0.733

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.
Files changed (104) hide show
  1. package/CHANGELOG.md +274 -0
  2. package/SERVICE_CHANGELOG.md +251 -6
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  8. package/src/services/chdfs/index.ts +2 -2
  9. package/src/services/cii/index.ts +2 -2
  10. package/src/services/cloudstudio/index.ts +2 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +52 -8
  13. package/src/services/ess/v20201111/ess_models.ts +1 -0
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +17 -5
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +50 -24
  16. package/src/services/facefusion/index.ts +2 -2
  17. package/src/services/faceid/v20180301/faceid_client.ts +71 -58
  18. package/src/services/faceid/v20180301/faceid_models.ts +1592 -1526
  19. package/src/services/gaap/v20180529/gaap_models.ts +5 -0
  20. package/src/services/ims/index.ts +2 -2
  21. package/src/services/iotvideo/index.ts +4 -4
  22. package/src/services/live/v20180801/live_models.ts +9 -0
  23. package/src/services/monitor/v20180724/monitor_models.ts +2 -1
  24. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  25. package/src/services/ocr/v20181119/ocr_models.ts +35 -0
  26. package/src/services/omics/v20221128/omics_client.ts +3 -0
  27. package/src/services/omics/v20221128/omics_models.ts +74 -3
  28. package/src/services/organization/index.ts +2 -2
  29. package/src/services/sms/index.ts +2 -2
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +9 -9
  31. package/src/services/tbp/index.ts +2 -2
  32. package/src/services/tem/index.ts +2 -2
  33. package/src/services/teo/v20220901/teo_models.ts +2 -2
  34. package/src/services/tione/index.ts +2 -2
  35. package/src/services/tms/index.ts +2 -2
  36. package/src/services/vm/index.ts +2 -2
  37. package/src/services/vrs/v20200824/vrs_models.ts +1 -1
  38. package/src/services/waf/v20180125/waf_client.ts +30 -18
  39. package/src/services/waf/v20180125/waf_models.ts +176 -66
  40. package/src/services/wedata/v20210820/wedata_client.ts +16 -0
  41. package/src/services/wedata/v20210820/wedata_models.ts +418 -0
  42. package/src/services/weilingwith/v20230427/weilingwith_client.ts +8 -3
  43. package/src/services/weilingwith/v20230427/weilingwith_models.ts +242 -9
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/bma/index.d.ts +4 -4
  47. package/tencentcloud/services/bma/index.js +2 -2
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  49. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  50. package/tencentcloud/services/chdfs/index.js +2 -2
  51. package/tencentcloud/services/cii/index.d.ts +4 -4
  52. package/tencentcloud/services/cii/index.js +2 -2
  53. package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
  54. package/tencentcloud/services/cloudstudio/index.js +2 -2
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +50 -8
  58. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -5
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -24
  62. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  63. package/tencentcloud/services/facefusion/index.js +2 -2
  64. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  65. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1692 -1629
  67. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +5 -0
  68. package/tencentcloud/services/ims/index.d.ts +4 -4
  69. package/tencentcloud/services/ims/index.js +2 -2
  70. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  71. package/tencentcloud/services/iotvideo/index.js +4 -4
  72. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
  73. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -1
  74. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -0
  75. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +71 -3
  76. package/tencentcloud/services/organization/index.d.ts +4 -4
  77. package/tencentcloud/services/organization/index.js +2 -2
  78. package/tencentcloud/services/sms/index.d.ts +4 -4
  79. package/tencentcloud/services/sms/index.js +2 -2
  80. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -9
  81. package/tencentcloud/services/tbp/index.d.ts +4 -4
  82. package/tencentcloud/services/tbp/index.js +2 -2
  83. package/tencentcloud/services/tem/index.d.ts +4 -4
  84. package/tencentcloud/services/tem/index.js +2 -2
  85. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  86. package/tencentcloud/services/tione/index.d.ts +4 -4
  87. package/tencentcloud/services/tione/index.js +2 -2
  88. package/tencentcloud/services/tms/index.d.ts +4 -4
  89. package/tencentcloud/services/tms/index.js +2 -2
  90. package/tencentcloud/services/vm/index.d.ts +4 -4
  91. package/tencentcloud/services/vm/index.js +2 -2
  92. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +1 -1
  93. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +10 -8
  94. package/tencentcloud/services/waf/v20180125/waf_client.js +13 -9
  95. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +170 -64
  96. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  97. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  98. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +412 -0
  99. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +3 -3
  100. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +237 -9
  101. package/test/cynosdb.v20190107.test.js +10 -0
  102. package/test/faceid.v20180301.test.js +10 -0
  103. package/test/waf.v20180125.test.js +20 -10
  104. package/test/wedata.v20210820.test.js +10 -0
@@ -5524,6 +5524,11 @@ export interface ProxyInfo {
5524
5524
  注意:此字段可能返回 null,表示取不到有效值。
5525
5525
  */
5526
5526
  FeatureBitmap?: number;
5527
+ /**
5528
+ * 是否是开启了auto scale的通道,0表示否,1表示是。
5529
+ 注意:此字段可能返回 null,表示取不到有效值。
5530
+ */
5531
+ IsAutoScaleProxy?: number;
5527
5532
  }
5528
5533
  /**
5529
5534
  * RemoveRealServers返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const ims: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/ims_client").Client;
4
- Models: typeof import("./v20201229/ims_models");
5
- };
6
2
  v20200713: {
7
3
  Client: typeof import("./v20200713/ims_client").Client;
8
4
  Models: typeof import("./v20200713/ims_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/ims_client").Client;
8
+ Models: typeof import("./v20201229/ims_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ims = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200713_1 = require("./v20200713");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.ims = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200713: v20200713_1.v20200713,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -1,14 +1,14 @@
1
1
  export declare const iotvideo: {
2
- v20201215: {
3
- Client: typeof import("./v20201215/iotvideo_client").Client;
4
- Models: typeof import("./v20201215/iotvideo_models");
2
+ v20191126: {
3
+ Client: typeof import("./v20191126/iotvideo_client").Client;
4
+ Models: typeof import("./v20191126/iotvideo_models");
5
5
  };
6
6
  v20211125: {
7
7
  Client: typeof import("./v20211125/iotvideo_client").Client;
8
8
  Models: typeof import("./v20211125/iotvideo_models");
9
9
  };
10
- v20191126: {
11
- Client: typeof import("./v20191126/iotvideo_client").Client;
12
- Models: typeof import("./v20191126/iotvideo_models");
10
+ v20201215: {
11
+ Client: typeof import("./v20201215/iotvideo_client").Client;
12
+ Models: typeof import("./v20201215/iotvideo_models");
13
13
  };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.iotvideo = void 0;
4
- const v20201215_1 = require("./v20201215");
5
- const v20211125_1 = require("./v20211125");
6
4
  const v20191126_1 = require("./v20191126");
5
+ const v20211125_1 = require("./v20211125");
6
+ const v20201215_1 = require("./v20201215");
7
7
  exports.iotvideo = {
8
- v20201215: v20201215_1.v20201215,
9
- v20211125: v20211125_1.v20211125,
10
8
  v20191126: v20191126_1.v20191126,
9
+ v20211125: v20211125_1.v20211125,
10
+ v20201215: v20201215_1.v20201215,
11
11
  };
@@ -2997,6 +2997,11 @@ export interface ModifyLivePullStreamTaskRequest {
2997
2997
  注意:启用本地模式后,会将源列表中的 MP4 文件进行本地下载,优先使用本地已下载文件进行推流,提高点播源推流稳定性。使用本地下载文件推流时,会产生增值费用。
2998
2998
  */
2999
2999
  VodLocalMode?: number;
3000
+ /**
3001
+ * 新的目标地址。传空值,则取消该地址的推流。
3002
+ 传入新值,则替换原有地址。
3003
+ */
3004
+ BackupToUrl?: string;
3000
3005
  }
3001
3006
  /**
3002
3007
  * 拉流配置。
@@ -4808,6 +4813,10 @@ export interface CreateLivePullStreamTaskRequest {
4808
4813
  * 录制模板 ID。
4809
4814
  */
4810
4815
  RecordTemplateId?: string;
4816
+ /**
4817
+ * 新的目标地址,用于任务同时推两路场景。
4818
+ */
4819
+ BackupToUrl?: string;
4811
4820
  }
4812
4821
  /**
4813
4822
  * DeleteLiveSnapshotTemplate请求参数结构体
@@ -9644,7 +9644,7 @@ export interface DescribeStatisticDataRequest {
9644
9644
  */
9645
9645
  Module: string;
9646
9646
  /**
9647
- * 命名空间,目前只支持QCE/TKE2
9647
+ * 命名空间,目前支持QCE/TKE2(Conditions必填),QCE/KEEWIDB,QCE/CAMP
9648
9648
  */
9649
9649
  Namespace: string;
9650
9650
  /**
@@ -9653,6 +9653,7 @@ export interface DescribeStatisticDataRequest {
9653
9653
  MetricNames: Array<string>;
9654
9654
  /**
9655
9655
  * 维度条件,操作符支持=、in
9656
+ 配置文档参考:https://cloud.tencent.com/document/product/248/53821
9656
9657
  */
9657
9658
  Conditions?: Array<MidQueryCondition>;
9658
9659
  /**
@@ -1745,6 +1745,11 @@ export interface MainlandPermitOCRRequest {
1745
1745
  * 是否返回头像。默认不返回。
1746
1746
  */
1747
1747
  RetProfile?: boolean;
1748
+ /**
1749
+ * 图片正反面
1750
+ FRONT:正面、BACK:反面,默认为FRONT
1751
+ */
1752
+ CardSide?: string;
1748
1753
  }
1749
1754
  /**
1750
1755
  * 电子发票详细条目信息
@@ -7570,6 +7575,10 @@ export interface MainlandPermitOCRResponse {
7570
7575
  * RetProfile为True时返回头像字段, Base64编码
7571
7576
  */
7572
7577
  Profile?: string;
7578
+ /**
7579
+ * 背面字段信息
7580
+ */
7581
+ MainlandTravelPermitBackInfos?: MainlandTravelPermitBackInfos;
7573
7582
  /**
7574
7583
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7575
7584
  */
@@ -8028,6 +8037,31 @@ export interface QrcodeOCRRequest {
8028
8037
  */
8029
8038
  ImageUrl?: string;
8030
8039
  }
8040
+ /**
8041
+ * 港澳台来往内地通行证背面字段信息
8042
+ */
8043
+ export interface MainlandTravelPermitBackInfos {
8044
+ /**
8045
+ * String 证件类别, 如:台湾居民来往大陆通行证、港澳居民来往内地通行证。
8046
+ 注意:此字段可能返回 null,表示取不到有效值。
8047
+ */
8048
+ Type?: string;
8049
+ /**
8050
+ * 卡证背面的中文姓名
8051
+ 注意:此字段可能返回 null,表示取不到有效值。
8052
+ */
8053
+ Name?: string;
8054
+ /**
8055
+ * 卡证背面的身份证号码
8056
+ 注意:此字段可能返回 null,表示取不到有效值。
8057
+ */
8058
+ IDNumber?: string;
8059
+ /**
8060
+ * 历史通行证号码
8061
+ 注意:此字段可能返回 null,表示取不到有效值。
8062
+ */
8063
+ HistoryNumber?: string;
8064
+ }
8031
8065
  /**
8032
8066
  * 单元格数据
8033
8067
  */
@@ -415,6 +415,15 @@ export interface TableColumn {
415
415
  */
416
416
  DataType?: string;
417
417
  }
418
+ /**
419
+ * 安全组配置。
420
+ */
421
+ export interface SecurityGroupOption {
422
+ /**
423
+ * 安全组ID。
424
+ */
425
+ SecurityGroupId: string;
426
+ }
418
427
  /**
419
428
  * DescribeTablesRows请求参数结构体
420
429
  */
@@ -459,6 +468,21 @@ export interface DescribeEnvironmentsResponse {
459
468
  */
460
469
  RequestId?: string;
461
470
  }
471
+ /**
472
+ * 资源限制范围。
473
+ */
474
+ export interface LimitRange {
475
+ /**
476
+ * 最大CPU设置
477
+ 注意:此字段可能返回 null,表示取不到有效值。
478
+ */
479
+ MaxCPU?: string;
480
+ /**
481
+ * 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
482
+ 注意:此字段可能返回 null,表示取不到有效值。
483
+ */
484
+ MaxMemory?: string;
485
+ }
462
486
  /**
463
487
  * DescribeTables返回参数结构体
464
488
  */
@@ -480,18 +504,46 @@ export interface DescribeTablesResponse {
480
504
  * 私有网络配置。
481
505
  */
482
506
  export interface VPCOption {
507
+ /**
508
+ * 私有网络ID(VPCId和VPCCIDRBlock必选其一。若使用VPCId,则使用现用私有网络;若使用VPCCIDRBlock,则创建新的私有网络)
509
+ */
510
+ VPCId?: string;
511
+ /**
512
+ * 子网ID(SubnetId和SubnetZone&SubnetCIDRBlock必选其一。若使用SubnetId,则使用现用子网;若使用SubnetZone&SubnetCIDRBlock,则创建新的子网)
513
+ */
514
+ SubnetId?: string;
483
515
  /**
484
516
  * 子网可用区。
485
517
  */
486
- SubnetZone: string;
518
+ SubnetZone?: string;
487
519
  /**
488
520
  * 私有网络CIDR。
489
521
  */
490
- VPCCIDRBlock: string;
522
+ VPCCIDRBlock?: string;
491
523
  /**
492
524
  * 子网CIDR。
493
525
  */
494
- SubnetCIDRBlock: string;
526
+ SubnetCIDRBlock?: string;
527
+ }
528
+ /**
529
+ * 资源配额。
530
+ */
531
+ export interface ResourceQuota {
532
+ /**
533
+ * CPU Limit设置。
534
+ 注意:此字段可能返回 null,表示取不到有效值。
535
+ */
536
+ CPULimit?: string;
537
+ /**
538
+ * 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
539
+ 注意:此字段可能返回 null,表示取不到有效值。
540
+ */
541
+ MemoryLimit?: string;
542
+ /**
543
+ * Pods数量设置
544
+ 注意:此字段可能返回 null,表示取不到有效值。
545
+ */
546
+ Pods?: string;
495
547
  }
496
548
  /**
497
549
  * RetryRuns请求参数结构体
@@ -564,6 +616,14 @@ export interface ClusterOption {
564
616
  - KUBERNETES
565
617
  */
566
618
  Type: string;
619
+ /**
620
+ * 资源配额。
621
+ */
622
+ ResourceQuota?: ResourceQuota;
623
+ /**
624
+ * 限制范围。
625
+ */
626
+ LimitRange?: LimitRange;
567
627
  }
568
628
  /**
569
629
  * TerminateRunGroup返回参数结构体
@@ -912,6 +972,10 @@ export interface EnvironmentConfig {
912
972
  * 云服务器配置。
913
973
  */
914
974
  CVMOption: CVMOption;
975
+ /**
976
+ * 安全组配置。
977
+ */
978
+ SecurityGroupOption?: SecurityGroupOption;
915
979
  }
916
980
  /**
917
981
  * DescribeTablesRows返回参数结构体
@@ -1339,4 +1403,8 @@ export interface CreateEnvironmentRequest {
1339
1403
  * 环境描述。
1340
1404
  */
1341
1405
  Description?: string;
1406
+ /**
1407
+ * 是否为默认环境。
1408
+ */
1409
+ IsDefault?: boolean;
1342
1410
  }
@@ -1,10 +1,10 @@
1
1
  export declare const organization: {
2
- v20181225: {
3
- Client: typeof import("./v20181225/organization_client").Client;
4
- Models: typeof import("./v20181225/organization_models");
5
- };
6
2
  v20210331: {
7
3
  Client: typeof import("./v20210331/organization_client").Client;
8
4
  Models: typeof import("./v20210331/organization_models");
9
5
  };
6
+ v20181225: {
7
+ Client: typeof import("./v20181225/organization_client").Client;
8
+ Models: typeof import("./v20181225/organization_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.organization = void 0;
4
- const v20181225_1 = require("./v20181225");
5
4
  const v20210331_1 = require("./v20210331");
5
+ const v20181225_1 = require("./v20181225");
6
6
  exports.organization = {
7
- v20181225: v20181225_1.v20181225,
8
7
  v20210331: v20210331_1.v20210331,
8
+ v20181225: v20181225_1.v20181225,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20210111: {
3
- Client: typeof import("./v20210111/sms_client").Client;
4
- Models: typeof import("./v20210111/sms_models");
5
- };
6
2
  v20190711: {
7
3
  Client: typeof import("./v20190711/sms_client").Client;
8
4
  Models: typeof import("./v20190711/sms_models");
9
5
  };
6
+ v20210111: {
7
+ Client: typeof import("./v20210111/sms_client").Client;
8
+ Models: typeof import("./v20210111/sms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sms = void 0;
4
- const v20210111_1 = require("./v20210111");
5
4
  const v20190711_1 = require("./v20190711");
5
+ const v20210111_1 = require("./v20210111");
6
6
  exports.sms = {
7
- v20210111: v20210111_1.v20210111,
8
7
  v20190711: v20190711_1.v20190711,
8
+ v20210111: v20210111_1.v20210111,
9
9
  };
@@ -193,7 +193,7 @@ export interface ModifyBackupStrategyRequest {
193
193
  */
194
194
  BackupDay?: number;
195
195
  /**
196
- * 备份模式,master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
196
+ * 备份模式(必填),master_pkg-主节点上打包备份文件;master_no_pkg-主节点单库备份文件;slave_pkg-从节点上打包备份文件;slave_no_pkg-从节点上单库备份文件,从节点上备份只有在always on容灾模式下支持。
197
197
  */
198
198
  BackupModel?: string;
199
199
  /**
@@ -201,7 +201,7 @@ export interface ModifyBackupStrategyRequest {
201
201
  */
202
202
  BackupCycle?: Array<number | bigint>;
203
203
  /**
204
- * 数据(日志)备份保留时间,取值[3-1830]天,默认7天
204
+ * 数据(日志)备份保留天数(必填),取值[3-1830]天,默认7天
205
205
  */
206
206
  BackupSaveDays?: number;
207
207
  /**
@@ -1826,7 +1826,7 @@ export interface ModifyAccountPrivilegeResponse {
1826
1826
  /**
1827
1827
  * 异步任务流程ID
1828
1828
  */
1829
- FlowId: number;
1829
+ FlowId?: number;
1830
1830
  /**
1831
1831
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1832
1832
  */
@@ -1841,15 +1841,15 @@ export interface RemoveBackupsRequest {
1841
1841
  */
1842
1842
  InstanceId: string;
1843
1843
  /**
1844
- * 待删除的备份名称,备份名称可通过DescribeBackups接口的FileName字段获得。单次请求批量删除备份数不能超过10个。
1844
+ * 待删除的备份名称,备份名称可通过DescribeBackups接口的FileName字段获得,单次请求批量删除备份数不能超过10个。当StartTime、EndTime为空时,此字段必填。
1845
1845
  */
1846
1846
  BackupNames?: Array<string>;
1847
1847
  /**
1848
- * 批量删除手动备份起始时间
1848
+ * 批量删除手动备份起始时间。当BackupNames为空时,此字段必填。
1849
1849
  */
1850
1850
  StartTime?: string;
1851
1851
  /**
1852
- * 批量删除手动备份截止时间
1852
+ * 批量删除手动备份截止时间。当BackupNames为空时,此字段必填。
1853
1853
  */
1854
1854
  EndTime?: string;
1855
1855
  }
@@ -5481,7 +5481,7 @@ export interface CreateAccountResponse {
5481
5481
  /**
5482
5482
  * 任务流ID
5483
5483
  */
5484
- FlowId: number;
5484
+ FlowId?: number;
5485
5485
  /**
5486
5486
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5487
5487
  */
@@ -5613,7 +5613,7 @@ export interface RestartDBInstanceResponse {
5613
5613
  /**
5614
5614
  * 异步任务流程ID
5615
5615
  */
5616
- FlowId: number;
5616
+ FlowId?: number;
5617
5617
  /**
5618
5618
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5619
5619
  */
@@ -5916,7 +5916,7 @@ export interface ModifyBackupNameRequest {
5916
5916
  */
5917
5917
  BackupName: string;
5918
5918
  /**
5919
- * 要修改名称的备份ID,可通过 [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) 接口获取。
5919
+ * 备份ID 可通过 [DescribeBackups](https://cloud.tencent.com/document/product/238/19943) 接口获取。当GroupId为空时,BackupId必填。
5920
5920
  */
5921
5921
  BackupId?: number;
5922
5922
  /**
@@ -1,10 +1,10 @@
1
1
  export declare const tbp: {
2
- v20190627: {
3
- Client: typeof import("./v20190627/tbp_client").Client;
4
- Models: typeof import("./v20190627/tbp_models");
5
- };
6
2
  v20190311: {
7
3
  Client: typeof import("./v20190311/tbp_client").Client;
8
4
  Models: typeof import("./v20190311/tbp_models");
9
5
  };
6
+ v20190627: {
7
+ Client: typeof import("./v20190627/tbp_client").Client;
8
+ Models: typeof import("./v20190627/tbp_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tbp = void 0;
4
- const v20190627_1 = require("./v20190627");
5
4
  const v20190311_1 = require("./v20190311");
5
+ const v20190627_1 = require("./v20190627");
6
6
  exports.tbp = {
7
- v20190627: v20190627_1.v20190627,
8
7
  v20190311: v20190311_1.v20190311,
8
+ v20190627: v20190627_1.v20190627,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tem: {
2
- v20210701: {
3
- Client: typeof import("./v20210701/tem_client").Client;
4
- Models: typeof import("./v20210701/tem_models");
5
- };
6
2
  v20201221: {
7
3
  Client: typeof import("./v20201221/tem_client").Client;
8
4
  Models: typeof import("./v20201221/tem_models");
9
5
  };
6
+ v20210701: {
7
+ Client: typeof import("./v20210701/tem_client").Client;
8
+ Models: typeof import("./v20210701/tem_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tem = void 0;
4
- const v20210701_1 = require("./v20210701");
5
4
  const v20201221_1 = require("./v20201221");
5
+ const v20210701_1 = require("./v20210701");
6
6
  exports.tem = {
7
- v20210701: v20210701_1.v20210701,
8
7
  v20201221: v20201221_1.v20201221,
8
+ v20210701: v20210701_1.v20210701,
9
9
  };
@@ -6681,7 +6681,7 @@ export interface CreateSecurityIPGroupResponse {
6681
6681
  */
6682
6682
  export interface CreateSharedCNAMEResponse {
6683
6683
  /**
6684
- * 共享 CNAME。格式为:<自定义前缀>+<ZoneId中的12位随机字符串>+"share.dnse[0-5].com"。
6684
+ * 共享 CNAME。格式为:`<自定义前缀>+<ZoneId中的12位随机字符串>+share.dnse[0-5].com`。
6685
6685
  */
6686
6686
  SharedCNAME?: string;
6687
6687
  /**
@@ -7003,7 +7003,7 @@ export interface CreateSharedCNAMERequest {
7003
7003
  /**
7004
7004
  * 共享 CNAME 前缀。请输入合法的域名前缀,例如"test-api"、"test-api.com",限制输入 50 个字符。
7005
7005
 
7006
- 共享 CNAME 完整格式为:<自定义前缀>+<zoneid中的12位随机字符串>+"share.dnse[0-5].com"。
7006
+ 共享 CNAME 完整格式为:`<自定义前缀>+<zoneid中的12位随机字符串>+share.dnse[0-5].com`。
7007
7007
 
7008
7008
  例如前缀传入 example.com,EO 会为您创建共享 CNAME:example.com.sai2ig51kaa5.share.dnse2.com。
7009
7009
  */
@@ -1,10 +1,10 @@
1
1
  export declare const tione: {
2
- v20191022: {
3
- Client: typeof import("./v20191022/tione_client").Client;
4
- Models: typeof import("./v20191022/tione_models");
5
- };
6
2
  v20211111: {
7
3
  Client: typeof import("./v20211111/tione_client").Client;
8
4
  Models: typeof import("./v20211111/tione_models");
9
5
  };
6
+ v20191022: {
7
+ Client: typeof import("./v20191022/tione_client").Client;
8
+ Models: typeof import("./v20191022/tione_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tione = void 0;
4
- const v20191022_1 = require("./v20191022");
5
4
  const v20211111_1 = require("./v20211111");
5
+ const v20191022_1 = require("./v20191022");
6
6
  exports.tione = {
7
- v20191022: v20191022_1.v20191022,
8
7
  v20211111: v20211111_1.v20211111,
8
+ v20191022: v20191022_1.v20191022,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tms: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/tms_client").Client;
4
- Models: typeof import("./v20201229/tms_models");
5
- };
6
2
  v20200713: {
7
3
  Client: typeof import("./v20200713/tms_client").Client;
8
4
  Models: typeof import("./v20200713/tms_models");
9
5
  };
6
+ v20201229: {
7
+ Client: typeof import("./v20201229/tms_client").Client;
8
+ Models: typeof import("./v20201229/tms_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tms = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200713_1 = require("./v20200713");
5
+ const v20201229_1 = require("./v20201229");
6
6
  exports.tms = {
7
- v20201229: v20201229_1.v20201229,
8
7
  v20200713: v20200713_1.v20200713,
8
+ v20201229: v20201229_1.v20201229,
9
9
  };
@@ -1,8 +1,4 @@
1
1
  export declare const vm: {
2
- v20201229: {
3
- Client: typeof import("./v20201229/vm_client").Client;
4
- Models: typeof import("./v20201229/vm_models");
5
- };
6
2
  v20200709: {
7
3
  Client: typeof import("./v20200709/vm_client").Client;
8
4
  Models: typeof import("./v20200709/vm_models");
@@ -11,4 +7,8 @@ export declare const vm: {
11
7
  Client: typeof import("./v20210922/vm_client").Client;
12
8
  Models: typeof import("./v20210922/vm_models");
13
9
  };
10
+ v20201229: {
11
+ Client: typeof import("./v20201229/vm_client").Client;
12
+ Models: typeof import("./v20201229/vm_models");
13
+ };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.vm = void 0;
4
- const v20201229_1 = require("./v20201229");
5
4
  const v20200709_1 = require("./v20200709");
6
5
  const v20210922_1 = require("./v20210922");
6
+ const v20201229_1 = require("./v20201229");
7
7
  exports.vm = {
8
- v20201229: v20201229_1.v20201229,
9
8
  v20200709: v20200709_1.v20200709,
10
9
  v20210922: v20210922_1.v20210922,
10
+ v20201229: v20201229_1.v20201229,
11
11
  };
@@ -335,7 +335,7 @@ export interface CreateVRSTaskRequest {
335
335
  */
336
336
  ModelType?: number;
337
337
  /**
338
- * 任务类型 0:默认类型 1:轻量级复刻
338
+ * 任务类型 0:轻量版复刻
339
339
  默认为0
340
340
  */
341
341
  TaskType?: number;