tencentcloud-sdk-nodejs 4.1.37 → 4.1.39

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 (50) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/postgres/v20170312/postgres_client.js +0 -3
  3. package/es/services/tbaas/v20180416/tbaas_client.js +0 -3
  4. package/es/services/teo/v20220901/teo_client.js +3 -0
  5. package/es/services/wedata/v20210820/wedata_client.js +13 -4
  6. package/package.json +1 -1
  7. package/tencentcloud/common/sdk_version.d.ts +1 -1
  8. package/tencentcloud/common/sdk_version.js +1 -1
  9. package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -7
  10. package/tencentcloud/services/as/v20180419/as_client.js +5 -7
  11. package/tencentcloud/services/as/v20180419/as_models.d.ts +209 -157
  12. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  13. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +62 -1
  14. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +9 -0
  15. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
  16. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -3
  17. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
  18. package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -1
  19. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +78 -76
  20. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +12 -12
  21. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  22. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
  23. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
  24. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +23 -9
  25. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -1
  26. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +8 -0
  27. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  29. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  30. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
  31. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +13 -11
  32. package/tencentcloud/services/postgres/v20170312/postgres_client.js +12 -12
  33. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +0 -22
  34. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +1 -5
  35. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +0 -6
  36. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +22 -84
  37. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
  38. package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
  39. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +245 -110
  40. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +62 -48
  41. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +6 -6
  42. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +49 -0
  43. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -3
  44. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -3
  45. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  46. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  47. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +69 -50
  48. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
  49. package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
  50. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +261 -87
@@ -91,15 +91,15 @@ export interface SnapshotStatistics {
91
91
  /**
92
92
  * 地域
93
93
  */
94
- Region: string;
94
+ Region?: string;
95
95
  /**
96
96
  * 快照总个数
97
97
  */
98
- SnapshotNumber: number;
98
+ SnapshotNumber?: number;
99
99
  /**
100
- * 快照总容量
100
+ * 快照总容量,单位是MiB
101
101
  */
102
- SnapshotSize: number;
102
+ SnapshotSize?: number;
103
103
  }
104
104
  /**
105
105
  * DescribeCfsPGroups返回参数结构体
@@ -136,7 +136,7 @@ export interface DescribeMountTargetsResponse {
136
136
  */
137
137
  export interface DescribeSnapshotOperationLogsRequest {
138
138
  /**
139
- * 文件系统快照ID
139
+ * 文件系统快照ID,通过快照创建接口获得
140
140
  */
141
141
  SnapshotId: string;
142
142
  /**
@@ -431,7 +431,7 @@ export interface FileSystemInfo {
431
431
  */
432
432
  AutoSnapshotPolicyId?: string;
433
433
  /**
434
- * 文件系统处理快照状态
434
+ * 文件系统处理快照状态,snapping:快照中,normal:正常状态
435
435
  */
436
436
  SnapStatus?: string;
437
437
  /**
@@ -467,11 +467,11 @@ export interface FileSystemInfo {
467
467
  */
468
468
  export interface BindAutoSnapshotPolicyRequest {
469
469
  /**
470
- * 快照策略ID
470
+ * 快照策略ID,通过快照策略列表获取
471
471
  */
472
472
  AutoSnapshotPolicyId: string;
473
473
  /**
474
- * 文件系统列表
474
+ * 文件系统id列表,用“,”分隔,文件系统id通过查询文件系统列表获得
475
475
  */
476
476
  FileSystemIds: string;
477
477
  }
@@ -578,7 +578,7 @@ export declare type DescribeAvailableZoneInfoRequest = null;
578
578
  */
579
579
  export interface DescribeMountTargetsRequest {
580
580
  /**
581
- * 文件系统 ID
581
+ * 文件系统 ID,查询文件系统列表可以获得id
582
582
  */
583
583
  FileSystemId: string;
584
584
  }
@@ -621,7 +621,7 @@ export interface AutoSnapshotPolicyInfo {
621
621
  */
622
622
  AutoSnapshotPolicyId?: string;
623
623
  /**
624
- * 快照策略ID
624
+ * 快照策略名称
625
625
  */
626
626
  PolicyName?: string;
627
627
  /**
@@ -649,7 +649,7 @@ export interface AutoSnapshotPolicyInfo {
649
649
  */
650
650
  NextActiveTime?: string;
651
651
  /**
652
- * 快照策略状态,1代表快照策略状态正常。这里只有一种状态
652
+ * 快照策略状态,available代表快照策略状态正常。这里只有一种状态
653
653
  */
654
654
  Status?: string;
655
655
  /**
@@ -688,7 +688,7 @@ export interface AutoSnapshotPolicyInfo {
688
688
  */
689
689
  export interface DescribeCfsRulesRequest {
690
690
  /**
691
- * 权限组 ID
691
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
692
692
  */
693
693
  PGroupId: string;
694
694
  }
@@ -710,7 +710,7 @@ export interface UpdateCfsFileSystemNameRequest {
710
710
  */
711
711
  export interface DeleteCfsPGroupRequest {
712
712
  /**
713
- * 权限组 ID
713
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
714
714
  */
715
715
  PGroupId: string;
716
716
  }
@@ -791,11 +791,11 @@ export interface DeleteCfsFileSystemResponse {
791
791
  */
792
792
  export interface UpdateCfsRuleRequest {
793
793
  /**
794
- * 权限组 ID
794
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
795
795
  */
796
796
  PGroupId: string;
797
797
  /**
798
- * 规则 ID
798
+ * 规则 ID,通过查询权限组规则接口获取
799
799
  */
800
800
  RuleId: string;
801
801
  /**
@@ -807,7 +807,7 @@ export interface UpdateCfsRuleRequest {
807
807
  */
808
808
  RWPermission?: string;
809
809
  /**
810
- * 用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash
810
+ * 用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash,默认值为root_squash
811
811
  all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
812
812
  no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
813
813
  root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
@@ -816,7 +816,7 @@ export interface UpdateCfsRuleRequest {
816
816
  */
817
817
  UserPermission?: string;
818
818
  /**
819
- * 规则优先级,参数范围1-100。 其中 1 为最高,100为最低
819
+ * 规则优先级,参数范围1-100。 其中 1 为最高,100为最低,默认值为100
820
820
  */
821
821
  Priority?: number;
822
822
  }
@@ -825,19 +825,19 @@ export interface UpdateCfsRuleRequest {
825
825
  */
826
826
  export interface DeleteUserQuotaRequest {
827
827
  /**
828
- * 文件系统 ID
828
+ * 文件系统 ID,通过查询文件系统接口获取
829
829
  */
830
830
  FileSystemId: string;
831
831
  /**
832
- * 指定配额类型,包括UidGidDir
832
+ * 指定配额类型,包括Uid(按用户ID限制)、Gid(按用户组ID限制)、Dir(按目录限制)
833
833
  */
834
834
  UserType: string;
835
835
  /**
836
- * UID/GID信息
836
+ * UID/GID信息,和DirectoryPath参数,两者必须填写一个
837
837
  */
838
838
  UserId?: string;
839
839
  /**
840
- * 设置目录配额的目录的绝对路径
840
+ * 设置目录配额的目录的绝对路径,和UserId参数,两者必须填写一个
841
841
  */
842
842
  DirectoryPath?: string;
843
843
  }
@@ -861,7 +861,7 @@ export interface DeleteCfsSnapshotResponse {
861
861
  /**
862
862
  * 文件系统ID
863
863
  */
864
- SnapshotId: string;
864
+ SnapshotId?: string;
865
865
  /**
866
866
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
867
867
  */
@@ -898,11 +898,11 @@ export interface DeleteMountTargetResponse {
898
898
  */
899
899
  export interface CreateCfsSnapshotRequest {
900
900
  /**
901
- * 文件系统id
901
+ * 文件系统 ID,通过查询文件系统接口获取
902
902
  */
903
903
  FileSystemId: string;
904
904
  /**
905
- * 快照名称
905
+ * 快照名称,不超过64字符
906
906
  */
907
907
  SnapshotName?: string;
908
908
  /**
@@ -933,11 +933,11 @@ export interface DescribeBucketListRequest {
933
933
  */
934
934
  export interface DeleteCfsRuleRequest {
935
935
  /**
936
- * 权限组 ID
936
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
937
937
  */
938
938
  PGroupId: string;
939
939
  /**
940
- * 规则 ID
940
+ * 规则 ID,通过查询权限组规则接口获取
941
941
  */
942
942
  RuleId: string;
943
943
  }
@@ -1252,7 +1252,7 @@ export interface DeleteMountTargetRequest {
1252
1252
  */
1253
1253
  export interface CreateCfsRuleRequest {
1254
1254
  /**
1255
- * 权限组 ID
1255
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
1256
1256
  */
1257
1257
  PGroupId: string;
1258
1258
  /**
@@ -1296,7 +1296,7 @@ export interface BucketInfo {
1296
1296
  */
1297
1297
  export interface CreateAccessCertRequest {
1298
1298
  /**
1299
- * 证书描述
1299
+ * 证书描述,不超过64字符
1300
1300
  */
1301
1301
  CertDesc: string;
1302
1302
  }
@@ -1396,11 +1396,11 @@ export interface AutoScaleUpRule {
1396
1396
  */
1397
1397
  export interface DeleteCfsSnapshotRequest {
1398
1398
  /**
1399
- * 文件系统快照id
1399
+ * 文件系统快照id,可通过查询快照列表接口获取
1400
1400
  */
1401
1401
  SnapshotId?: string;
1402
1402
  /**
1403
- * 需要删除的文件文件系统快照ID 列表,快照ID,跟ID列表至少填一项
1403
+ * 需要删除的文件系统快照ID 列表,快照ID,跟ID列表至少填一项
1404
1404
  */
1405
1405
  SnapshotIds?: Array<string>;
1406
1406
  }
@@ -1409,15 +1409,15 @@ export interface DeleteCfsSnapshotRequest {
1409
1409
  */
1410
1410
  export interface DescribeCfsFileSystemClientsRequest {
1411
1411
  /**
1412
- * 文件系统 ID
1412
+ * 文件系统 ID,通过查询文件系统接口获取
1413
1413
  */
1414
1414
  FileSystemId: string;
1415
1415
  /**
1416
- * Offset 分页码
1416
+ * Offset 分页码,默认为0
1417
1417
  */
1418
1418
  Offset?: number;
1419
1419
  /**
1420
- * Limit 页面大小
1420
+ * Limit 页面大小,默认为10,最大值为100
1421
1421
  */
1422
1422
  Limit?: number;
1423
1423
  }
@@ -1451,11 +1451,11 @@ export interface DescribeCfsFileSystemsRequest {
1451
1451
  */
1452
1452
  SubnetId?: string;
1453
1453
  /**
1454
- * Offset 分页码
1454
+ * Offset 分页码,默认0
1455
1455
  */
1456
1456
  Offset?: number;
1457
1457
  /**
1458
- * Limit 页面大小
1458
+ * Limit 页面大小,默认10
1459
1459
  */
1460
1460
  Limit?: number;
1461
1461
  /**
@@ -1641,11 +1641,11 @@ export interface Filter {
1641
1641
  */
1642
1642
  export interface UnbindAutoSnapshotPolicyRequest {
1643
1643
  /**
1644
- * 需要解绑的文件系统ID列表,用"," 分割
1644
+ * 需要解绑的文件系统ID列表,用"," 分割,文件系统id 通创建文件系统接口获得
1645
1645
  */
1646
1646
  FileSystemIds: string;
1647
1647
  /**
1648
- * 解绑的快照ID
1648
+ * 解绑的快照ID,通过创建快照策略接口获得
1649
1649
  */
1650
1650
  AutoSnapshotPolicyId: string;
1651
1651
  }
@@ -1656,7 +1656,7 @@ export interface UnbindAutoSnapshotPolicyResponse {
1656
1656
  /**
1657
1657
  * 快照策略ID
1658
1658
  */
1659
- AutoSnapshotPolicyId: string;
1659
+ AutoSnapshotPolicyId?: string;
1660
1660
  /**
1661
1661
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1662
1662
  */
@@ -1759,15 +1759,15 @@ export interface UpdateCfsFileSystemSizeLimitResponse {
1759
1759
  */
1760
1760
  export interface UpdateAutoSnapshotPolicyRequest {
1761
1761
  /**
1762
- * 快照策略ID
1762
+ * 快照策略ID,查询快照策略列表获取
1763
1763
  */
1764
1764
  AutoSnapshotPolicyId: string;
1765
1765
  /**
1766
- * 快照策略名称
1766
+ * 快照策略名称,不超过64个字符
1767
1767
  */
1768
1768
  PolicyName?: string;
1769
1769
  /**
1770
- * 快照定期备份,按照星期一到星期日。 1代表星期一,7代表星期日
1770
+ * 快照定期备份,按照星期一到星期日。 1代表星期一,7代表星期日,与DayOfMonth,IntervalDays 三者选一个
1771
1771
  */
1772
1772
  DayOfWeek?: string;
1773
1773
  /**
@@ -1775,7 +1775,7 @@ export interface UpdateAutoSnapshotPolicyRequest {
1775
1775
  */
1776
1776
  Hour?: string;
1777
1777
  /**
1778
- * 快照保留日期
1778
+ * 快照保留天数
1779
1779
  */
1780
1780
  AliveDays?: number;
1781
1781
  /**
@@ -1783,11 +1783,11 @@ export interface UpdateAutoSnapshotPolicyRequest {
1783
1783
  */
1784
1784
  IsActivated?: number;
1785
1785
  /**
1786
- * 定期快照在每月的第几天创建快照,该参数与DayOfWeek互斥
1786
+ * 定期快照在每月的第几天创建快照,该参数与DayOfWeek,IntervalDays 三者选一
1787
1787
  */
1788
1788
  DayOfMonth?: string;
1789
1789
  /**
1790
- * 间隔天数定期执行快照,该参数与DayOfWeek,DayOfMonth 互斥
1790
+ * 间隔天数定期执行快照,该参数与DayOfWeek,DayOfMonth 三者选一
1791
1791
  */
1792
1792
  IntervalDays?: number;
1793
1793
  }
@@ -1811,7 +1811,7 @@ export interface DescribeCfsRulesResponse {
1811
1811
  /**
1812
1812
  * 权限组规则列表
1813
1813
  */
1814
- RuleList: Array<PGroupRuleInfo>;
1814
+ RuleList?: Array<PGroupRuleInfo>;
1815
1815
  /**
1816
1816
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1817
1817
  */
@@ -1824,11 +1824,11 @@ export interface UpdateCfsFileSystemPGroupResponse {
1824
1824
  /**
1825
1825
  * 权限组 ID
1826
1826
  */
1827
- PGroupId: string;
1827
+ PGroupId?: string;
1828
1828
  /**
1829
1829
  * 文件系统 ID
1830
1830
  */
1831
- FileSystemId: string;
1831
+ FileSystemId?: string;
1832
1832
  /**
1833
1833
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1834
1834
  */
@@ -1954,62 +1954,64 @@ export interface MountInfo {
1954
1954
  /**
1955
1955
  * 文件系统 ID
1956
1956
  */
1957
- FileSystemId: string;
1957
+ FileSystemId?: string;
1958
1958
  /**
1959
1959
  * 挂载点 ID
1960
1960
  */
1961
- MountTargetId: string;
1961
+ MountTargetId?: string;
1962
1962
  /**
1963
1963
  * 挂载点 IP
1964
1964
  */
1965
- IpAddress: string;
1965
+ IpAddress?: string;
1966
1966
  /**
1967
1967
  * 挂载根目录
1968
1968
  */
1969
- FSID: string;
1969
+ FSID?: string;
1970
1970
  /**
1971
- * 挂载点状态
1971
+ * 挂载点状态,包括creating:创建中;available:运行中;
1972
+ deleting:删除中;
1973
+ create_failed: 创建失败
1972
1974
  */
1973
- LifeCycleState: string;
1975
+ LifeCycleState?: string;
1974
1976
  /**
1975
- * 网络类型
1977
+ * 网络类型,包括VPC,CCN
1976
1978
  */
1977
- NetworkInterface: string;
1979
+ NetworkInterface?: string;
1978
1980
  /**
1979
1981
  * 私有网络 ID
1980
1982
  */
1981
- VpcId: string;
1983
+ VpcId?: string;
1982
1984
  /**
1983
1985
  * 私有网络名称
1984
1986
  */
1985
- VpcName: string;
1987
+ VpcName?: string;
1986
1988
  /**
1987
1989
  * 子网 Id
1988
1990
  */
1989
- SubnetId: string;
1991
+ SubnetId?: string;
1990
1992
  /**
1991
1993
  * 子网名称
1992
1994
  */
1993
- SubnetName: string;
1995
+ SubnetName?: string;
1994
1996
  /**
1995
1997
  * CFS Turbo使用的云联网ID
1996
1998
  */
1997
- CcnID: string;
1999
+ CcnID?: string;
1998
2000
  /**
1999
2001
  * 云联网中CFS Turbo使用的网段
2000
2002
  */
2001
- CidrBlock: string;
2003
+ CidrBlock?: string;
2002
2004
  }
2003
2005
  /**
2004
2006
  * UpdateCfsFileSystemPGroup请求参数结构体
2005
2007
  */
2006
2008
  export interface UpdateCfsFileSystemPGroupRequest {
2007
2009
  /**
2008
- * 权限组 ID
2010
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
2009
2011
  */
2010
2012
  PGroupId: string;
2011
2013
  /**
2012
- * 文件系统 ID
2014
+ * 文件系统 ID,通过查询文件系统接口获取
2013
2015
  */
2014
2016
  FileSystemId: string;
2015
2017
  }
@@ -2046,11 +2048,11 @@ export interface DeleteCfsRuleResponse {
2046
2048
  /**
2047
2049
  * 规则 ID
2048
2050
  */
2049
- RuleId: string;
2051
+ RuleId?: string;
2050
2052
  /**
2051
2053
  * 权限组 ID
2052
2054
  */
2053
- PGroupId: string;
2055
+ PGroupId?: string;
2054
2056
  /**
2055
2057
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2056
2058
  */
@@ -2074,7 +2076,7 @@ export interface UpdateCfsSnapshotAttributeResponse {
2074
2076
  */
2075
2077
  export interface UpdateCfsPGroupRequest {
2076
2078
  /**
2077
- * 权限组 ID
2079
+ * 权限组 ID,通过创建权限组接口或者创建权限组规则接口获取
2078
2080
  */
2079
2081
  PGroupId: string;
2080
2082
  /**
@@ -2136,11 +2138,11 @@ export interface DeleteCfsPGroupResponse {
2136
2138
  /**
2137
2139
  * 权限组 ID
2138
2140
  */
2139
- PGroupId: string;
2141
+ PGroupId?: string;
2140
2142
  /**
2141
2143
  * 用户 ID
2142
2144
  */
2143
- AppId: number;
2145
+ AppId?: number;
2144
2146
  /**
2145
2147
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2146
2148
  */
@@ -2151,15 +2153,15 @@ export interface DeleteCfsPGroupResponse {
2151
2153
  */
2152
2154
  export interface UpdateCfsSnapshotAttributeRequest {
2153
2155
  /**
2154
- * 文件系统快照ID
2156
+ * 文件系统快照ID,查询文件系统快照列表获取
2155
2157
  */
2156
2158
  SnapshotId: string;
2157
2159
  /**
2158
- * 文件系统快照名称
2160
+ * 文件系统快照名称,与AliveDays 必须填一个
2159
2161
  */
2160
2162
  SnapshotName?: string;
2161
2163
  /**
2162
- * 文件系统快照保留天数
2164
+ * 文件系统快照保留天数,与SnapshotName必须填一个,如果原来是永久保留时间,不允许修改成短期有效期
2163
2165
  */
2164
2166
  AliveDays?: number;
2165
2167
  }
@@ -2324,7 +2326,7 @@ export declare type DescribeCfsSnapshotOverviewRequest = null;
2324
2326
  */
2325
2327
  export interface CreateAutoSnapshotPolicyRequest {
2326
2328
  /**
2327
- * 快照重复时间点,0-23
2329
+ * 快照重复时间点,0-23,小时
2328
2330
  */
2329
2331
  Hour: string;
2330
2332
  /**
@@ -2332,19 +2334,19 @@ export interface CreateAutoSnapshotPolicyRequest {
2332
2334
  */
2333
2335
  PolicyName?: string;
2334
2336
  /**
2335
- * 快照重复日期,星期一到星期日。 1代表星期一、7代表星期天
2337
+ * 快照重复日期,星期一到星期日。 1代表星期一、7代表星期天,与DayOfMonth,IntervalDays 三者选一
2336
2338
  */
2337
2339
  DayOfWeek?: string;
2338
2340
  /**
2339
- * 快照保留时长,单位天
2341
+ * 快照保留时长,单位天,默认永久0
2340
2342
  */
2341
2343
  AliveDays?: number;
2342
2344
  /**
2343
- * 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。
2345
+ * 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。与DayOfWeek,IntervalDays 三者选一
2344
2346
  */
2345
2347
  DayOfMonth?: string;
2346
2348
  /**
2347
- * 间隔天数
2349
+ * 间隔天数,与DayOfWeek,DayOfMonth 三者选一
2348
2350
  */
2349
2351
  IntervalDays?: number;
2350
2352
  }
@@ -4542,12 +4542,12 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
4542
4542
  * 源规则类型
4543
4543
  取值范围 0/1/2/3/4/5/6/7/8/9/100
4544
4544
  0表示ip(net),
4545
- 1表示VPC实例(intance)
4546
- 2表示子网实例(intance)
4547
- 3表示CVM实例(intance)
4548
- 4表示CLB实例(intance)
4549
- 5表示ENI实例(intance)
4550
- 6表示数据库实例(intance)
4545
+ 1表示VPC实例(instance)
4546
+ 2表示子网实例(instance)
4547
+ 3表示CVM实例(instance)
4548
+ 4表示CLB实例(instance)
4549
+ 5表示ENI实例(instance)
4550
+ 6表示数据库实例(instance)
4551
4551
  7表示模版(template)
4552
4552
  8表示标签(tag)
4553
4553
  9表示地域(region)
@@ -4562,12 +4562,12 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
4562
4562
  * 目的规则类型
4563
4563
  取值范围 0/1/2/3/4/5/6/7/8/9/100
4564
4564
  0表示ip(net),
4565
- 1表示VPC实例(intance)
4566
- 2表示子网实例(intance)
4567
- 3表示CVM实例(intance)
4568
- 4表示CLB实例(intance)
4569
- 5表示ENI实例(intance)
4570
- 6表示数据库实例(intance)
4565
+ 1表示VPC实例(instance)
4566
+ 2表示子网实例(instance)
4567
+ 3表示CVM实例(instance)
4568
+ 4表示CLB实例(instance)
4569
+ 5表示ENI实例(instance)
4570
+ 6表示数据库实例(instance)
4571
4571
  7表示模版(template)
4572
4572
  8表示标签(tag)
4573
4573
  9表示地域(region)
@@ -50,7 +50,7 @@ export declare class Client extends AbstractClient {
50
50
  本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
51
51
  限制说明:
52
52
  - 四层监听器绑定旧版目标组需要监听器开启后端目标组。
53
- - 七层绑定目标组,数据结构 TargetGroupAssosication 中 LocationId 为必填项。
53
+ - 七层绑定目标组,数据结构 TargetGroupAssociation 中 LocationId 为必填项。
54
54
  - 负载均衡的 VPC 需要和目标组的 VPC 一致。
55
55
  */
56
56
  AssociateTargetGroups(req: AssociateTargetGroupsRequest, cb?: (error: string, rep: AssociateTargetGroupsResponse) => void): Promise<AssociateTargetGroupsResponse>;
@@ -88,7 +88,7 @@ class Client extends abstract_client_1.AbstractClient {
88
88
  本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
89
89
  限制说明:
90
90
  - 四层监听器绑定旧版目标组需要监听器开启后端目标组。
91
- - 七层绑定目标组,数据结构 TargetGroupAssosication 中 LocationId 为必填项。
91
+ - 七层绑定目标组,数据结构 TargetGroupAssociation 中 LocationId 为必填项。
92
92
  - 负载均衡的 VPC 需要和目标组的 VPC 一致。
93
93
  */
94
94
  async AssociateTargetGroups(req, cb) {
@@ -266,7 +266,7 @@ export interface CreateLoadBalancerRequest {
266
266
  Number?: number;
267
267
  /**
268
268
  * 仅适用于公网且IP版本为IPv4的负载均衡。设置跨可用区容灾时的主可用区ID, 可用区 ID 和名称均支持,例如 100001 或 ap-guangzhou-1
269
- 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。目前仅广州、上海、南京、北京、成都、深圳金融、中国香港、首尔、法兰克福、新加坡地域的 IPv4 版本的 CLB 支持主备可用区。可通过 [DescribeResources](https://cloud.tencent.com/document/api/214/70213) 接口查询一个地域的主可用区的列表。【如果您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)】
269
+ 注:主可用区是需要承载流量的可用区,备可用区默认不承载流量,主可用区不可用时才使用备可用区。
270
270
  */
271
271
  MasterZoneId?: string;
272
272
  /**
@@ -2600,7 +2600,7 @@ export interface ClassicalHealth {
2600
2600
  */
2601
2601
  export interface DescribeCustomizedConfigAssociateListRequest {
2602
2602
  /**
2603
- * 配置ID
2603
+ * 配置ID,可以通过 [DescribeCustomizedConfigList](https://cloud.tencent.com/document/product/214/60009) 接口获取。
2604
2604
  */
2605
2605
  UconfigId?: string;
2606
2606
  /**
@@ -2612,7 +2612,7 @@ export interface DescribeCustomizedConfigAssociateListRequest {
2612
2612
  */
2613
2613
  Limit?: number;
2614
2614
  /**
2615
- * 搜索域名
2615
+ * 搜索域名,可以通过 [DescribeLoadBalancersDetail](https://cloud.tencent.com/document/product/214/46916) 接口返回值的 `Domain` 字段查询。
2616
2616
  */
2617
2617
  Domain?: string;
2618
2618
  }
@@ -5324,7 +5324,7 @@ export interface DescribeIdleLoadBalancersRequest {
5324
5324
  */
5325
5325
  Limit?: number;
5326
5326
  /**
5327
- * 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 查询获取。
5327
+ * 负载均衡所在地域,可以通过 [DescribeRegions](https://cloud.tencent.com/document/product/1596/77930) 接口返回值 `RegionSet.Region` 字段获取。
5328
5328
  */
5329
5329
  LoadBalancerRegion?: string;
5330
5330
  }
@@ -675,7 +675,16 @@ export interface RepairTaskInfo {
675
675
  */
676
676
  TaskSubType?: string;
677
677
  /**
678
- * 任务授权类型
678
+ * 任务授权类型,当前`AuthType`和维修任务提供的授权选项的对应关系如下:
679
+
680
+ - `"1"`:仅提供【在线迁移授权】
681
+ - `"2"`:仅提供【停机授权】
682
+ - `"3"`:仅提供【在线换盘授权】
683
+ - `"4"`:提供【停机换盘授权】(默认)、【弃盘迁移授权】(可选)
684
+ - `"5"`:提供【停机授权】(默认)、【弃盘迁移授权】(可选)
685
+ - `"6"`:仅提供【在线维护授权】
686
+ - `"7"`:提供【在线维护授权】(默认)、【停机授权】(可选)
687
+ - `"8"`:仅提供【弃盘迁移授权】
679
688
  */
680
689
  AuthType?: number;
681
690
  /**
@@ -918,11 +927,11 @@ export interface RepairTaskControlRequest {
918
927
  */
919
928
  Product: string;
920
929
  /**
921
- * 指定待操作的实例ID列表,仅允许对列表中的实例ID相关的维修任务发起授权。
930
+ * 指定待操作的实例ID列表,仅允许对列表中的实例ID相关的维修任务发起授权,可通过 [DescribeTaskInfo](https://cloud.tencent.com/document/api/213/87933) 接口返回值中的`InstanceId`获取。
922
931
  */
923
932
  InstanceIds: Array<string>;
924
933
  /**
925
- * 维修任务ID
934
+ * 指定待操作的维修任务ID,可通过 [DescribeTaskInfo](https://cloud.tencent.com/document/api/213/87933) 接口返回值中的`TaskId`获取。
926
935
  */
927
936
  TaskId: string;
928
937
  /**
@@ -934,7 +943,12 @@ export interface RepairTaskControlRequest {
934
943
  */
935
944
  OrderAuthTime?: string;
936
945
  /**
937
- * 附加的授权处理策略。
946
+ * 附加的授权处理策略,不传或为空时,按默认授权方式进行处理。对于支持弃盘迁移授权的维修任务,当且仅当传入`LossyLocal`时,代表本次授权可允许发起弃盘迁移。
947
+
948
+ 注意:
949
+ 1. 指定`TaskSubMethod`为`LossyLocal`调用接口发起**弃盘迁移授权**时,本地盘实例的**所有本地盘数据都会清空**,相当于**重新部署本地盘实例**。
950
+ 2. 对于非本地盘实例,或不支持弃盘迁移选项的任务,指定`TaskSubMethod`为`LossyLocal`时接口不会报错,不过后端会自动忽略该参数。
951
+ 3. 特别的:如果本地盘实例系统盘是CBS云盘,并且`/etc/fstab`里之前配置了本地盘的自动挂载项,建议可根据业务侧的实际需求,评估是否在对应挂载项追加上`nofail`参数(代表对应挂载点挂载失败不阻塞开机流程)或注释对应的挂载路径。否则授权弃盘迁移后,对应本地盘数据已清空,自动挂载失败会导致实例开机流程失败进入救援模式。具体可参考 [Linux 实例:/etc/fstab 配置错误导致无法登录](https://cloud.tencent.com/document/product/213/72039)。
938
952
  */
939
953
  TaskSubMethod?: string;
940
954
  }
@@ -2257,11 +2271,11 @@ export interface DescribeInstancesAttributesResponse {
2257
2271
  */
2258
2272
  export interface DescribeTaskInfoRequest {
2259
2273
  /**
2260
- * 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
2274
+ * 返回数量,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
2261
2275
  */
2262
2276
  Limit: number;
2263
2277
  /**
2264
- * 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
2278
+ * 偏移量。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
2265
2279
  */
2266
2280
  Offset: number;
2267
2281
  /**
@@ -2309,7 +2323,7 @@ export interface DescribeTaskInfoRequest {
2309
2323
  */
2310
2324
  TaskIds?: Array<string>;
2311
2325
  /**
2312
- * 按照一个或者多个实例ID查询。实例ID形如:`ins-xxxxxxxx`。
2326
+ * 按照一个或者多个实例ID查询。实例ID形如:`ins-xxxxxxxx`,可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。
2313
2327
  */
2314
2328
  InstanceIds?: Array<string>;
2315
2329
  /**
@@ -2317,11 +2331,11 @@ export interface DescribeTaskInfoRequest {
2317
2331
  */
2318
2332
  Aliases?: Array<string>;
2319
2333
  /**
2320
- * 时间查询区间的起始位置,会根据任务创建时间`CreateTime`进行过滤。未传入时默认为当天`00:00:00`。
2334
+ * 时间查询区间的起始位置,会根据任务创建时间`CreateTime`进行过滤,格式为`YYYY-MM-DD hh:mm:ss`。未传入时默认为当天`00:00:00`。
2321
2335
  */
2322
2336
  StartDate?: string;
2323
2337
  /**
2324
- * 时间查询区间的终止位置,会根据任务创建时间`CreateTime`进行过滤。未传入时默认为当前时刻。
2338
+ * 时间查询区间的终止位置,会根据任务创建时间`CreateTime`进行过滤,格式为`YYYY-MM-DD hh:mm:ss`。未传入时默认为当前时刻。
2325
2339
  */
2326
2340
  EndDate?: string;
2327
2341
  /**