tencentcloud-sdk-nodejs 4.0.876 → 4.0.878

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 (132) hide show
  1. package/CHANGELOG.md +278 -0
  2. package/SERVICE_CHANGELOG.md +250 -173
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bma/index.ts +2 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -2
  9. package/src/services/cds/v20180420/cds_client.ts +7 -21
  10. package/src/services/cds/v20180420/cds_models.ts +0 -23
  11. package/src/services/cdwch/v20200915/cdwch_models.ts +15 -0
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/csip/v20221121/csip_client.ts +31 -3
  14. package/src/services/csip/v20221121/csip_models.ts +339 -31
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +20 -0
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/domain/v20180808/domain_models.ts +6 -6
  19. package/src/services/ess/v20201111/ess_client.ts +2 -2
  20. package/src/services/ess/v20201111/ess_models.ts +9 -8
  21. package/src/services/essbasic/index.ts +2 -2
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +6 -2
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
  24. package/src/services/facefusion/index.ts +2 -2
  25. package/src/services/gaap/v20180529/gaap_models.ts +10 -0
  26. package/src/services/iai/index.ts +2 -2
  27. package/src/services/ims/index.ts +2 -2
  28. package/src/services/iotvideo/index.ts +2 -2
  29. package/src/services/irp/index.ts +2 -2
  30. package/src/services/lighthouse/v20200324/lighthouse_models.ts +14 -14
  31. package/src/services/mgobe/index.ts +2 -2
  32. package/src/services/mongodb/index.ts +2 -2
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +24 -11
  34. package/src/services/ocr/v20181119/ocr_models.ts +22 -16
  35. package/src/services/privatedns/v20201028/privatedns_models.ts +5 -5
  36. package/src/services/redis/v20180412/redis_client.ts +2 -2
  37. package/src/services/redis/v20180412/redis_models.ts +52 -27
  38. package/src/services/sms/index.ts +2 -2
  39. package/src/services/tbp/index.ts +2 -2
  40. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +36 -2
  41. package/src/services/tcbr/v20220217/tcbr_models.ts +1 -1
  42. package/src/services/tcm/v20210413/tcm_models.ts +10 -10
  43. package/src/services/thpc/index.ts +4 -4
  44. package/src/services/tke/index.ts +2 -2
  45. package/src/services/tms/index.ts +2 -2
  46. package/src/services/trtc/v20190722/trtc_client.ts +1 -3
  47. package/src/services/trtc/v20190722/trtc_models.ts +2 -0
  48. package/src/services/tse/v20201207/tse_client.ts +4 -2
  49. package/src/services/tse/v20201207/tse_models.ts +70 -14
  50. package/src/services/tsf/v20180326/tsf_models.ts +45 -40
  51. package/src/services/vm/index.ts +2 -2
  52. package/src/services/wedata/v20210820/wedata_client.ts +12 -0
  53. package/src/services/wedata/v20210820/wedata_models.ts +42 -1
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/ams/index.d.ts +4 -4
  57. package/tencentcloud/services/ams/index.js +2 -2
  58. package/tencentcloud/services/bma/index.d.ts +4 -4
  59. package/tencentcloud/services/bma/index.js +2 -2
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -2
  61. package/tencentcloud/services/cds/v20180420/cds_client.d.ts +3 -9
  62. package/tencentcloud/services/cds/v20180420/cds_client.js +3 -11
  63. package/tencentcloud/services/cds/v20180420/cds_models.d.ts +0 -21
  64. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +15 -0
  65. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  66. package/tencentcloud/services/chdfs/index.js +2 -2
  67. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
  68. package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
  69. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +331 -31
  70. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +3 -1
  71. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +3 -1
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +20 -0
  73. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  74. package/tencentcloud/services/dbbrain/index.js +2 -2
  75. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +6 -6
  76. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -2
  77. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -2
  78. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -8
  79. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  80. package/tencentcloud/services/essbasic/index.js +2 -2
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -2
  83. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
  84. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  85. package/tencentcloud/services/facefusion/index.js +2 -2
  86. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +10 -0
  87. package/tencentcloud/services/iai/index.d.ts +4 -4
  88. package/tencentcloud/services/iai/index.js +2 -2
  89. package/tencentcloud/services/ims/index.d.ts +4 -4
  90. package/tencentcloud/services/ims/index.js +2 -2
  91. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  92. package/tencentcloud/services/iotvideo/index.js +2 -2
  93. package/tencentcloud/services/irp/index.d.ts +4 -4
  94. package/tencentcloud/services/irp/index.js +2 -2
  95. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +14 -14
  96. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  97. package/tencentcloud/services/mgobe/index.js +2 -2
  98. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  99. package/tencentcloud/services/mongodb/index.js +2 -2
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +24 -11
  101. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +22 -16
  102. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +5 -5
  103. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  104. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  105. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +52 -27
  106. package/tencentcloud/services/sms/index.d.ts +4 -4
  107. package/tencentcloud/services/sms/index.js +2 -2
  108. package/tencentcloud/services/tbp/index.d.ts +4 -4
  109. package/tencentcloud/services/tbp/index.js +2 -2
  110. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  111. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +1 -1
  112. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +10 -10
  113. package/tencentcloud/services/thpc/index.d.ts +6 -6
  114. package/tencentcloud/services/thpc/index.js +4 -4
  115. package/tencentcloud/services/tke/index.d.ts +4 -4
  116. package/tencentcloud/services/tke/index.js +2 -2
  117. package/tencentcloud/services/tms/index.d.ts +4 -4
  118. package/tencentcloud/services/tms/index.js +2 -2
  119. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -3
  120. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -3
  121. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -0
  122. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  123. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +68 -14
  124. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +45 -40
  125. package/tencentcloud/services/vm/index.d.ts +4 -4
  126. package/tencentcloud/services/vm/index.js +2 -2
  127. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  128. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  129. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +40 -1
  130. package/test/cds.v20180420.test.js +2 -12
  131. package/test/csip.v20221121.test.js +20 -0
  132. package/test/wedata.v20210820.test.js +10 -0
@@ -654,7 +654,7 @@ export interface DescribeSlowLogResponse {
654
654
  */
655
655
  TotalCount?: number;
656
656
  /**
657
- * 该参数存在命名不规范问题,建议用参数InstanceSlowLogDetail取代。慢查询详情。
657
+ * 已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。
658
658
  */
659
659
  InstanceSlowlogDetail?: Array<InstanceSlowlogDetail>;
660
660
  /**
@@ -1763,7 +1763,7 @@ export interface AddReplicationInstanceResponse {
1763
1763
  /**
1764
1764
  * 异步流程ID。
1765
1765
  */
1766
- TaskId: number;
1766
+ TaskId?: number;
1767
1767
  /**
1768
1768
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1769
1769
  */
@@ -2030,7 +2030,7 @@ export interface DescribeProductInfoResponse {
2030
2030
  /**
2031
2031
  * 地域售卖信息。
2032
2032
  */
2033
- RegionSet: Array<RegionConf>;
2033
+ RegionSet?: Array<RegionConf>;
2034
2034
  /**
2035
2035
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2036
2036
  */
@@ -2127,7 +2127,7 @@ export interface DescribeBackupUrlResponse {
2127
2127
  */
2128
2128
  export interface InquiryPriceRenewInstanceResponse {
2129
2129
  /**
2130
- * 价格,单位:分
2130
+ * 价格,单位:分。
2131
2131
  注意:此字段可能返回 null,表示取不到有效值。
2132
2132
  */
2133
2133
  Price?: number;
@@ -2162,7 +2162,7 @@ export interface InquiryPriceCreateInstanceResponse {
2162
2162
  * 价格,单位:分
2163
2163
  注意:此字段可能返回 null,表示取不到有效值。
2164
2164
  */
2165
- Price: number;
2165
+ Price?: number;
2166
2166
  /**
2167
2167
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2168
2168
  */
@@ -3165,7 +3165,7 @@ export interface ModifyNetworkConfigRequest {
3165
3165
  */
3166
3166
  export interface DescribeInstanceSecurityGroupRequest {
3167
3167
  /**
3168
- * 实例 ID 列表。例如;["crs-f2ho5rsz\n"]
3168
+ * 实例 ID 列表,数组长度限制[0,100]。例如:["crs-f2ho5rsz\n"]
3169
3169
  */
3170
3170
  InstanceIds: Array<string>;
3171
3171
  }
@@ -3499,11 +3499,14 @@ export interface EnableReplicaReadonlyResponse {
3499
3499
  */
3500
3500
  export interface DescribeMaintenanceWindowResponse {
3501
3501
  /**
3502
- * 维护时间窗起始时间,如:17:00
3502
+ * 维护时间窗开始时间。取值范围为"00:00-23:00"的任意时间点,如03:24。
3503
3503
  */
3504
3504
  StartTime?: string;
3505
3505
  /**
3506
- * 维护时间窗结束时间,如:19:00
3506
+ * 维护时间窗结束时间。
3507
+ - 取值范围为"00:00-23:00"的任意时间点,如:04:24。
3508
+ - 维护时间持续时长最小为30分钟,最大为3小时。
3509
+ - 结束时间务必是基于开始时间向后的时间。
3507
3510
  */
3508
3511
  EndTime?: string;
3509
3512
  /**
@@ -3673,11 +3676,15 @@ export interface TendisNodes {
3673
3676
  /**
3674
3677
  * 节点ID
3675
3678
  */
3676
- NodeId: string;
3679
+ NodeId?: string;
3677
3680
  /**
3678
3681
  * 节点角色
3679
3682
  */
3680
- NodeRole: string;
3683
+ NodeRole?: string;
3684
+ /**
3685
+ * 可用区 ID。
3686
+ */
3687
+ ZoneId?: number;
3681
3688
  }
3682
3689
  /**
3683
3690
  * SwitchProxy返回参数结构体
@@ -3900,7 +3907,7 @@ export interface DeleteReplicationInstanceResponse {
3900
3907
  /**
3901
3908
  * 异步任务ID
3902
3909
  */
3903
- TaskId: number;
3910
+ TaskId?: number;
3904
3911
  /**
3905
3912
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3906
3913
  */
@@ -4756,11 +4763,11 @@ export interface ReleaseWanAddressRequest {
4756
4763
  */
4757
4764
  export interface InquiryPriceRenewInstanceRequest {
4758
4765
  /**
4759
- * 购买时长,单位:月
4766
+ * 包年包月实例的购买时长,单位:月。
4760
4767
  */
4761
4768
  Period: number;
4762
4769
  /**
4763
- * 实例ID
4770
+ * 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
4764
4771
  */
4765
4772
  InstanceId: string;
4766
4773
  }
@@ -4868,7 +4875,16 @@ export interface DescribeCommonDBInstancesResponse {
4868
4875
  */
4869
4876
  export interface InquiryPriceCreateInstanceRequest {
4870
4877
  /**
4871
- * 实例类型:2 – Redis2.8内存版(标准架构),3 – CKV 3.2内存版(标准架构),4 – CKV 3.2内存版(集群架构),6 – Redis4.0内存版(标准架构),7 – Redis4.0内存版(集群架构),8 – Redis5.0内存版(标准架构),9 – Redis5.0内存版(集群架构)。
4878
+ * 实例类型。
4879
+ - 2:Redis 2.8 内存版(标准架构)。
4880
+ - 6:Redis 4.0 内存版(标准架构)。
4881
+ - 7:Redis 4.0 内存版(集群架构)。
4882
+ - 8:Redis 5.0 内存版(标准架构)。
4883
+ - 9:Redis 5.0 内存版(集群架构)。
4884
+ - 15:Redis 6.2 内存版(标准架构)。
4885
+ - 16:Redis 6.2 内存版(集群架构)。
4886
+ - 17:Redis 7.0 内存版(标准架构)。
4887
+ - 18:Redis 7.0 内存版(集群架构)。
4872
4888
  */
4873
4889
  TypeId: number;
4874
4890
  /**
@@ -4885,7 +4901,9 @@ export interface InquiryPriceCreateInstanceRequest {
4885
4901
  */
4886
4902
  Period: number;
4887
4903
  /**
4888
- * 付费方式:0-按量计费,1-包年包月。
4904
+ * 付费方式。
4905
+ - 0:按量计费。
4906
+ - 1:包年包月。
4889
4907
  */
4890
4908
  BillingMode: number;
4891
4909
  /**
@@ -4893,15 +4911,19 @@ export interface InquiryPriceCreateInstanceRequest {
4893
4911
  */
4894
4912
  ZoneId?: number;
4895
4913
  /**
4896
- * 实例分片数量,Redis2.8标准架构、CKV标准架构和Redis2.8单机版、Redis4.0标准架构不需要填写。
4914
+ * 实例分片数量。
4915
+ Redis2.8标准架构、CKV标准架构、Redis4.0标准架构无需填写。
4897
4916
  */
4898
4917
  RedisShardNum?: number;
4899
4918
  /**
4900
- * 实例副本数量,Redis2.8标准架构、CKV标准架构和Redis2.8单机版不需要填写。
4919
+ * 实例副本数量。
4920
+ Redis2.8标准架构、CKV标准架构无需填写。
4901
4921
  */
4902
4922
  RedisReplicasNum?: number;
4903
4923
  /**
4904
- * 是否支持副本只读,Redis2.8标准架构、CKV标准架构和Redis2.8单机版不需要填写。
4924
+ * 是否支持副本只读。Redis2.8标准架构、CKV标准架构无需填写。
4925
+ - true:无需支持副本只读。
4926
+ - false:需支持。
4905
4927
  */
4906
4928
  ReplicasReadonly?: boolean;
4907
4929
  /**
@@ -4909,7 +4931,10 @@ export interface InquiryPriceCreateInstanceRequest {
4909
4931
  */
4910
4932
  ZoneName?: string;
4911
4933
  /**
4912
- * "local"本地盘版,"cloud"云盘版,"cdc"独享集群版,如果不传默认询价为本地盘版本
4934
+ * 部署方式。
4935
+ - local:本地盘版,默认为 local。
4936
+ - cloud:云盘版。
4937
+ - cdc:独享集群版。
4913
4938
  */
4914
4939
  ProductVersion?: string;
4915
4940
  }
@@ -5021,7 +5046,7 @@ export interface DescribeInstanceNodeInfoRequest {
5021
5046
  */
5022
5047
  export interface DescribeMaintenanceWindowRequest {
5023
5048
  /**
5024
- * 实例ID
5049
+ * 指定实例 ID。例如:crs-xjhsdj****。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
5025
5050
  */
5026
5051
  InstanceId: string;
5027
5052
  }
@@ -5720,31 +5745,31 @@ export interface ZoneCapacityConf {
5720
5745
  /**
5721
5746
  * 可用区ID:如ap-guangzhou-3
5722
5747
  */
5723
- ZoneId: string;
5748
+ ZoneId?: string;
5724
5749
  /**
5725
5750
  * 可用区名称
5726
5751
  */
5727
- ZoneName: string;
5752
+ ZoneName?: string;
5728
5753
  /**
5729
5754
  * 可用区是否售罄
5730
5755
  */
5731
- IsSaleout: boolean;
5756
+ IsSaleout?: boolean;
5732
5757
  /**
5733
5758
  * 是否为默认可用区
5734
5759
  */
5735
- IsDefault: boolean;
5760
+ IsDefault?: boolean;
5736
5761
  /**
5737
5762
  * 网络类型:basenet -- 基础网络;vpcnet -- VPC网络
5738
5763
  */
5739
- NetWorkType: Array<string>;
5764
+ NetWorkType?: Array<string>;
5740
5765
  /**
5741
5766
  * 可用区内产品规格等信息
5742
5767
  */
5743
- ProductSet: Array<ProductConf>;
5768
+ ProductSet?: Array<ProductConf>;
5744
5769
  /**
5745
5770
  * 可用区ID:如100003
5746
5771
  */
5747
- OldZoneId: number;
5772
+ OldZoneId?: number;
5748
5773
  }
5749
5774
  /**
5750
5775
  * ModifyInstanceEvent返回参数结构体
@@ -1,10 +1,10 @@
1
1
  export declare const sms: {
2
- v20190711: {
3
- Client: typeof import("./v20190711/sms_client").Client;
4
- Models: typeof import("./v20190711/sms_models");
5
- };
6
2
  v20210111: {
7
3
  Client: typeof import("./v20210111/sms_client").Client;
8
4
  Models: typeof import("./v20210111/sms_models");
9
5
  };
6
+ v20190711: {
7
+ Client: typeof import("./v20190711/sms_client").Client;
8
+ Models: typeof import("./v20190711/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 v20190711_1 = require("./v20190711");
5
4
  const v20210111_1 = require("./v20210111");
5
+ const v20190711_1 = require("./v20190711");
6
6
  exports.sms = {
7
- v20190711: v20190711_1.v20190711,
8
7
  v20210111: v20210111_1.v20210111,
8
+ v20190711: v20190711_1.v20190711,
9
9
  };
@@ -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
  };
@@ -23,34 +23,42 @@ export interface ImportSnapshotsResponse {
23
23
  export interface CompareTablesInfo {
24
24
  /**
25
25
  * 源表格的集群id
26
+ 注意:此字段可能返回 null,表示取不到有效值。
26
27
  */
27
28
  SrcTableClusterId: string;
28
29
  /**
29
30
  * 源表格的表格组id
31
+ 注意:此字段可能返回 null,表示取不到有效值。
30
32
  */
31
33
  SrcTableGroupId: string;
32
34
  /**
33
35
  * 源表格的表名
36
+ 注意:此字段可能返回 null,表示取不到有效值。
34
37
  */
35
38
  SrcTableName: string;
36
39
  /**
37
40
  * 目标表格的集群id
41
+ 注意:此字段可能返回 null,表示取不到有效值。
38
42
  */
39
43
  DstTableClusterId: string;
40
44
  /**
41
45
  * 目标表格的表格组id
46
+ 注意:此字段可能返回 null,表示取不到有效值。
42
47
  */
43
48
  DstTableGroupId: string;
44
49
  /**
45
50
  * 目标表格的表名
51
+ 注意:此字段可能返回 null,表示取不到有效值。
46
52
  */
47
53
  DstTableName: string;
48
54
  /**
49
55
  * 源表格的实例id
56
+ 注意:此字段可能返回 null,表示取不到有效值。
50
57
  */
51
58
  SrcTableInstanceId: string;
52
59
  /**
53
60
  * 目标表格的实例id
61
+ 注意:此字段可能返回 null,表示取不到有效值。
54
62
  */
55
63
  DstTableInstanceId: string;
56
64
  }
@@ -1045,6 +1053,11 @@ export interface SnapshotResult {
1045
1053
  注意:此字段可能返回 null,表示取不到有效值。
1046
1054
  */
1047
1055
  SnapshotStatus: number;
1056
+ /**
1057
+ * 申请单ID
1058
+ 注意:此字段可能返回 null,表示取不到有效值。
1059
+ */
1060
+ ApplicationId?: string;
1048
1061
  }
1049
1062
  /**
1050
1063
  * ModifyCensorship请求参数结构体
@@ -1671,11 +1684,11 @@ export interface DescribeClustersResponse {
1671
1684
  /**
1672
1685
  * 集群实例数
1673
1686
  */
1674
- TotalCount: number;
1687
+ TotalCount?: number;
1675
1688
  /**
1676
1689
  * 集群实例列表
1677
1690
  */
1678
- Clusters: Array<ClusterInfo>;
1691
+ Clusters?: Array<ClusterInfo>;
1679
1692
  /**
1680
1693
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1681
1694
  */
@@ -2179,6 +2192,21 @@ export interface TaskInfoNew {
2179
2192
  * 任务详情
2180
2193
  */
2181
2194
  Content: string;
2195
+ /**
2196
+ * 表格组ID
2197
+ 注意:此字段可能返回 null,表示取不到有效值。
2198
+ */
2199
+ TableGroupId?: string;
2200
+ /**
2201
+ * 表格组名称
2202
+ 注意:此字段可能返回 null,表示取不到有效值。
2203
+ */
2204
+ TableGroupName?: string;
2205
+ /**
2206
+ * 表名称
2207
+ 注意:此字段可能返回 null,表示取不到有效值。
2208
+ */
2209
+ TableName?: string;
2182
2210
  }
2183
2211
  /**
2184
2212
  * TcaplusDB的缓写表信息
@@ -2527,26 +2555,32 @@ export interface DescribeTablesRequest {
2527
2555
  export interface KafkaInfo {
2528
2556
  /**
2529
2557
  * Kafka address
2558
+ 注意:此字段可能返回 null,表示取不到有效值。
2530
2559
  */
2531
2560
  Address: string;
2532
2561
  /**
2533
2562
  * Kafka topic
2563
+ 注意:此字段可能返回 null,表示取不到有效值。
2534
2564
  */
2535
2565
  Topic: string;
2536
2566
  /**
2537
2567
  * kafka username
2568
+ 注意:此字段可能返回 null,表示取不到有效值。
2538
2569
  */
2539
2570
  User: string;
2540
2571
  /**
2541
2572
  * kafka password
2573
+ 注意:此字段可能返回 null,表示取不到有效值。
2542
2574
  */
2543
2575
  Password: string;
2544
2576
  /**
2545
2577
  * ckafka实例
2578
+ 注意:此字段可能返回 null,表示取不到有效值。
2546
2579
  */
2547
2580
  Instance: string;
2548
2581
  /**
2549
2582
  * 是否走VPC
2583
+ 注意:此字段可能返回 null,表示取不到有效值。
2550
2584
  */
2551
2585
  IsVpc: number;
2552
2586
  }
@@ -191,7 +191,7 @@ export interface DescribeCloudRunEnvsResponse {
191
191
  /**
192
192
  * 环境信息列表
193
193
  */
194
- EnvList: Array<EnvInfo>;
194
+ EnvList?: Array<EnvInfo>;
195
195
  /**
196
196
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
197
197
  */
@@ -538,45 +538,45 @@ export interface DescribeAccessLogConfigResponse {
538
538
  /**
539
539
  * 访问日志输出路径。默认 /dev/stdout
540
540
  */
541
- File: string;
541
+ File?: string;
542
542
  /**
543
543
  * 访问日志的格式。
544
544
  */
545
- Format: string;
545
+ Format?: string;
546
546
  /**
547
547
  * 访问日志输出编码,可取值为 "TEXT" 或 "JSON",默认 TEXT"
548
548
  */
549
- Encoding: string;
549
+ Encoding?: string;
550
550
  /**
551
551
  * 选中的范围
552
552
  注意:此字段可能返回 null,表示取不到有效值。
553
553
  */
554
- SelectedRange: SelectedRange;
554
+ SelectedRange?: SelectedRange;
555
555
  /**
556
556
  * 采用的模板,可取值为"istio" 或 "trace",默认为"istio"
557
557
  */
558
- Template: string;
558
+ Template?: string;
559
559
  /**
560
560
  * 腾讯云日志服务相关参数
561
561
  */
562
- CLS: CLS;
562
+ CLS?: CLS;
563
563
  /**
564
564
  * GRPC第三方服务器地址
565
565
  */
566
- Address: string;
566
+ Address?: string;
567
567
  /**
568
568
  * 是否启用GRPC第三方服务器
569
569
  */
570
- EnableServer: boolean;
570
+ EnableServer?: boolean;
571
571
  /**
572
572
  * 是否启用标准输出
573
573
  */
574
- EnableStdout: boolean;
574
+ EnableStdout?: boolean;
575
575
  /**
576
576
  * 是否启用访问日志采集
577
577
  注意:此字段可能返回 null,表示取不到有效值。
578
578
  */
579
- Enable: boolean;
579
+ Enable?: boolean;
580
580
  /**
581
581
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
582
582
  */
@@ -1,14 +1,14 @@
1
1
  export declare const thpc: {
2
- v20230321: {
3
- Client: typeof import("./v20230321/thpc_client").Client;
4
- Models: typeof import("./v20230321/thpc_models");
2
+ v20211109: {
3
+ Client: typeof import("./v20211109/thpc_client").Client;
4
+ Models: typeof import("./v20211109/thpc_models");
5
5
  };
6
6
  v20220401: {
7
7
  Client: typeof import("./v20220401/thpc_client").Client;
8
8
  Models: typeof import("./v20220401/thpc_models");
9
9
  };
10
- v20211109: {
11
- Client: typeof import("./v20211109/thpc_client").Client;
12
- Models: typeof import("./v20211109/thpc_models");
10
+ v20230321: {
11
+ Client: typeof import("./v20230321/thpc_client").Client;
12
+ Models: typeof import("./v20230321/thpc_models");
13
13
  };
14
14
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.thpc = void 0;
4
- const v20230321_1 = require("./v20230321");
5
- const v20220401_1 = require("./v20220401");
6
4
  const v20211109_1 = require("./v20211109");
5
+ const v20220401_1 = require("./v20220401");
6
+ const v20230321_1 = require("./v20230321");
7
7
  exports.thpc = {
8
- v20230321: v20230321_1.v20230321,
9
- v20220401: v20220401_1.v20220401,
10
8
  v20211109: v20211109_1.v20211109,
9
+ v20220401: v20220401_1.v20220401,
10
+ v20230321: v20230321_1.v20230321,
11
11
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tke: {
2
- v20220501: {
3
- Client: typeof import("./v20220501/tke_client").Client;
4
- Models: typeof import("./v20220501/tke_models");
5
- };
6
2
  v20180525: {
7
3
  Client: typeof import("./v20180525/tke_client").Client;
8
4
  Models: typeof import("./v20180525/tke_models");
9
5
  };
6
+ v20220501: {
7
+ Client: typeof import("./v20220501/tke_client").Client;
8
+ Models: typeof import("./v20220501/tke_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tke = void 0;
4
- const v20220501_1 = require("./v20220501");
5
4
  const v20180525_1 = require("./v20180525");
5
+ const v20220501_1 = require("./v20220501");
6
6
  exports.tke = {
7
- v20220501: v20220501_1.v20220501,
8
7
  v20180525: v20180525_1.v20180525,
8
+ v20220501: v20220501_1.v20220501,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tms: {
2
- v20200713: {
3
- Client: typeof import("./v20200713/tms_client").Client;
4
- Models: typeof import("./v20200713/tms_models");
5
- };
6
2
  v20201229: {
7
3
  Client: typeof import("./v20201229/tms_client").Client;
8
4
  Models: typeof import("./v20201229/tms_models");
9
5
  };
6
+ v20200713: {
7
+ Client: typeof import("./v20200713/tms_client").Client;
8
+ Models: typeof import("./v20200713/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 v20200713_1 = require("./v20200713");
5
4
  const v20201229_1 = require("./v20201229");
5
+ const v20200713_1 = require("./v20200713");
6
6
  exports.tms = {
7
- v20200713: v20200713_1.v20200713,
8
7
  v20201229: v20201229_1.v20201229,
8
+ v20200713: v20200713_1.v20200713,
9
9
  };
@@ -276,9 +276,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
276
276
  - 拉取全房间的流。
277
277
  - 拉取特定用户的流。
278
278
 
279
- 服务端实时下发字幕和会议记录有两种方式,通过IMAdminUserId和IMAdminUserSig字段控制:
280
- - 如果填写IMAdminUserId和IMAdminUserSig,服务端会调用IM的[发送群组消息](https://cloud.tencent.com/document/product/269/1629)API来向端上实时下发消息。客户端只需监听群组消息的回调即可,比如[web端回调](https://cloud.tencent.com/document/product/269/75319)。
281
- - 如果不填写IMAdminUserId和IMAdminUserSig,服务端使用TRTC自定义消息通道下发消息,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。
279
+ 服务端通过TRTC的自定义消息实时下发字幕和会议记录,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。其他客户端比如安卓、Web等同样可在该链接处找到。
282
280
 
283
281
  服务端实时下发的消息是JSON字符串,实时字幕具体格式如下:
284
282
  `{
@@ -338,9 +338,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
338
338
  - 拉取全房间的流。
339
339
  - 拉取特定用户的流。
340
340
 
341
- 服务端实时下发字幕和会议记录有两种方式,通过IMAdminUserId和IMAdminUserSig字段控制:
342
- - 如果填写IMAdminUserId和IMAdminUserSig,服务端会调用IM的[发送群组消息](https://cloud.tencent.com/document/product/269/1629)API来向端上实时下发消息。客户端只需监听群组消息的回调即可,比如[web端回调](https://cloud.tencent.com/document/product/269/75319)。
343
- - 如果不填写IMAdminUserId和IMAdminUserSig,服务端使用TRTC自定义消息通道下发消息,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。
341
+ 服务端通过TRTC的自定义消息实时下发字幕和会议记录,CmdId固定是1。客户端只需监听自定义消息的回调即可,比如[c++回调](https://cloud.tencent.com/document/product/647/79637#4cd82f4edb24992a15a25187089e1565)。其他客户端比如安卓、Web等同样可在该链接处找到。
344
342
 
345
343
  服务端实时下发的消息是JSON字符串,实时字幕具体格式如下:
346
344
  `{
@@ -3263,10 +3263,12 @@ export interface TranscriptionParams {
3263
3263
  /**
3264
3264
  * IM[管理员账户](
3265
3265
  https://cloud.tencent.com/document/product/269/31999#app-.E7.AE.A1.E7.90.86.E5.91.98),如果填写,后台下发消息会使用IM通道,而不是TRTC自定义消息。
3266
+ * @deprecated
3266
3267
  */
3267
3268
  IMAdminUserId?: string;
3268
3269
  /**
3269
3270
  * IM管理员账户生成的签名,用于向特定群组发送消息。如果填写,后台下发消息会使用IM通道,而不是TRTC自定义消息。必须和IM管理员的UserId一起填写。
3271
+ * @deprecated
3270
3272
  */
3271
3273
  IMAdminUserSig?: string;
3272
3274
  /**
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeConfigFileGroupsResponse, DescribeCloudNativeAPIGatewayCertificatesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeCloudNativeAPIGatewayNodesRequest, DeleteNativeGatewayServerGroupResponse, ModifyConsoleNetworkRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsRequest, CreateNativeGatewayServerGroupRequest, DescribeAllConfigFileTemplatesResponse, DescribeCloudNativeAPIGatewayConfigResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeGovernanceAliasesRequest, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, ModifyGovernanceAliasRequest, DescribeCloudNativeAPIGatewayNodesResponse, DescribeConfigFileReleaseVersionsRequest, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceNamespacesResponse, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeGovernanceServiceContractVersionsRequest, DeleteAutoScalerResourceStrategyRequest, DescribePublicNetworkRequest, CreateGovernanceInstancesResponse, CreateGovernanceNamespacesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DeleteGovernanceInstancesResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, BindAutoScalerResourceStrategyToGroupsResponse, DescribeAutoScalerResourceStrategiesResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, DeleteGovernanceAliasesResponse, RollbackConfigFileReleasesResponse, ModifyUpstreamNodeStatusRequest, ModifyCloudNativeAPIGatewayRouteResponse, OpenWafProtectionResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileReleasesResponse, CreateGovernanceServicesRequest, DescribeCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeGovernanceInstancesResponse, ModifyConfigFilesRequest, DeleteGovernanceNamespacesRequest, ModifyGovernanceNamespacesResponse, DescribeConfigFileReleaseRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DescribeCloudNativeAPIGatewayConfigRequest, ModifyConfigFileGroupRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, DeleteConfigFilesResponse, DescribeCloudNativeAPIGatewaysRequest, CreateGovernanceInstancesRequest, ModifyConfigFilesResponse, BindAutoScalerResourceStrategyToGroupsRequest, ModifyNetworkAccessStrategyResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayRouteRequest, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DescribePublicNetworkResponse, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DeleteGovernanceInstancesRequest, DeleteGovernanceInstancesByHostRequest, DescribeConfigFileResponse, RollbackConfigFileReleasesRequest, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CreateGovernanceNamespacesResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateConfigFileGroupRequest, DeleteEngineRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeWafDomainsResponse, ModifyNetworkBasicInfoRequest, DescribeUpstreamHealthCheckConfigRequest, DescribeSREInstanceAccessAddressRequest, DeleteAutoScalerResourceStrategyResponse, ModifyConsoleNetworkResponse, DescribeConfigFileGroupsRequest, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamTargetsResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeGovernanceServiceContractsRequest, ModifyAutoScalerResourceStrategyRequest, DescribeConfigFileReleaseVersionsResponse, DeleteGovernanceAliasesRequest, DescribeConfigFilesResponse, DescribeConfigFileReleasesRequest, DescribeAllConfigFileTemplatesRequest, DescribeGovernanceNamespacesResponse, DeleteCloudNativeAPIGatewayRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteGovernanceInstancesByHostResponse, DescribeConfigFilesByGroupRequest, CreateGovernanceServicesResponse, CreateConfigFileGroupResponse, ModifyGovernanceNamespacesRequest, CreateGovernanceAliasRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, DescribeConfigFilesRequest, CreateCloudNativeAPIGatewayCertificateRequest, DescribeConfigFilesByGroupResponse, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, DescribeAutoScalerResourceStrategiesRequest, CreateCloudNativeAPIGatewayPublicNetworkRequest, DescribeGovernanceInstancesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, ModifyGovernanceServicesRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, DeleteConfigFileGroupRequest, DescribeNativeGatewayServerGroupsResponse, UpdateEngineInternetAccessRequest, ModifyCloudNativeAPIGatewayResponse, OpenWafProtectionRequest, DeleteGovernanceServicesRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, ModifyConfigFileGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNetworkBasicInfoResponse, ModifyGovernanceServicesResponse, UpdateEngineInternetAccessResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceServiceContractsResponse, DescribeNacosServerInterfacesRequest, UpdateUpstreamHealthCheckConfigResponse, DescribeNativeGatewayServerGroupsRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, DescribeConfigFileRequest, ModifyGovernanceAliasResponse, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DeleteConfigFileReleasesResponse, DescribeZookeeperReplicasResponse, DescribeGovernanceServiceContractVersionsResponse, ModifyGovernanceInstancesRequest, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, CreateAutoScalerResourceStrategyResponse, DescribeConfigFileReleaseHistoriesRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, ModifyGovernanceInstancesResponse, DescribeCloudNativeAPIGatewayPortsRequest, UpdateCloudNativeAPIGatewayCertificateInfoResponse, DescribeGovernanceServicesRequest, DescribeConfigFileReleaseResponse, DescribeGovernanceAliasesResponse } from "./tse_models";
3
+ import { DescribeCloudNativeAPIGatewayResponse, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayPublicNetworkResponse, CreateOrUpdateConfigFileAndReleaseRequest, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DeleteWafDomainsRequest, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRequest, DescribeConfigFileGroupsResponse, DescribeCloudNativeAPIGatewayCertificatesRequest, DescribeCloudNativeAPIGatewayUpstreamRequest, DescribeCloudNativeAPIGatewayNodesRequest, DeleteNativeGatewayServerGroupResponse, ModifyConsoleNetworkRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, DescribeSREInstanceAccessAddressResponse, CreateConfigFileRequest, ModifyCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewaysResponse, CreateGovernanceAliasResponse, DeleteConfigFileGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsRequest, CreateNativeGatewayServerGroupRequest, DescribeAllConfigFileTemplatesResponse, DescribeCloudNativeAPIGatewayConfigResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, DescribeGovernanceAliasesRequest, CloseWafProtectionRequest, ModifyCloudNativeAPIGatewayServiceResponse, ModifyGovernanceAliasRequest, DescribeCloudNativeAPIGatewayNodesResponse, DescribeConfigFileReleaseVersionsRequest, CreateCloudNativeAPIGatewayResponse, DescribeUpstreamHealthCheckConfigResponse, DeleteGovernanceServicesResponse, DeleteCloudNativeAPIGatewayCertificateResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, ModifyNativeGatewayServerGroupResponse, DescribeAutoScalerResourceStrategyBindingGroupsResponse, DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DeleteGovernanceNamespacesResponse, ModifyCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRequest, CreateWafDomainsResponse, DescribePublicAddressConfigRequest, DescribeCloudNativeAPIGatewayServicesRequest, CreateConfigFileResponse, DescribeCloudNativeAPIGatewayUpstreamResponse, DescribeGovernanceServiceContractVersionsRequest, DeleteAutoScalerResourceStrategyRequest, DescribePublicNetworkRequest, CreateGovernanceInstancesResponse, CreateGovernanceNamespacesRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, DescribeSREInstancesRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeWafProtectionResponse, DescribeZookeeperReplicasRequest, DeleteGovernanceInstancesResponse, UpdateUpstreamTargetsRequest, DeleteCloudNativeAPIGatewayServiceResponse, BindAutoScalerResourceStrategyToGroupsResponse, DescribeAutoScalerResourceStrategiesResponse, ModifyNetworkAccessStrategyRequest, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, DeleteNativeGatewayServerGroupRequest, DeleteGovernanceAliasesResponse, RollbackConfigFileReleasesResponse, ModifyUpstreamNodeStatusRequest, ModifyCloudNativeAPIGatewayRouteResponse, OpenWafProtectionResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, DescribeConfigFileReleasesResponse, CreateGovernanceServicesRequest, DescribeCloudNativeAPIGatewayRequest, ModifyCloudNativeAPIGatewayCertificateResponse, DescribeGovernanceInstancesResponse, ModifyConfigFilesRequest, DeleteGovernanceNamespacesRequest, ModifyGovernanceNamespacesResponse, DescribeConfigFileReleaseRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DescribeCloudNativeAPIGatewayConfigRequest, ModifyConfigFileGroupRequest, UnbindAutoScalerResourceStrategyFromGroupsResponse, DeleteConfigFilesResponse, DescribeCloudNativeAPIGatewaysRequest, CreateGovernanceInstancesRequest, ModifyConfigFilesResponse, BindAutoScalerResourceStrategyToGroupsRequest, ModifyNetworkAccessStrategyResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayRouteRequest, ModifyAutoScalerResourceStrategyResponse, CreateCloudNativeAPIGatewayCertificateResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DescribePublicNetworkResponse, ModifyNativeGatewayServerGroupRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, DeleteGovernanceInstancesRequest, DeleteGovernanceInstancesByHostRequest, DescribeConfigFileResponse, RollbackConfigFileReleasesRequest, DeleteConfigFilesRequest, DescribeGovernanceServicesResponse, CreateGovernanceNamespacesResponse, UpdateCloudNativeAPIGatewaySpecRequest, DescribeCloudNativeAPIGatewayServicesResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, CreateConfigFileGroupRequest, DeleteEngineRequest, CreateCloudNativeAPIGatewayPublicNetworkResponse, DescribeWafDomainsResponse, ModifyNetworkBasicInfoRequest, DescribeUpstreamHealthCheckConfigRequest, DescribeSREInstanceAccessAddressRequest, DeleteAutoScalerResourceStrategyResponse, ModifyConsoleNetworkResponse, DescribeConfigFileGroupsRequest, DeleteCloudNativeAPIGatewayCertificateRequest, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, CloseWafProtectionResponse, UpdateUpstreamTargetsResponse, UpdateUpstreamHealthCheckConfigRequest, UpdateCloudNativeAPIGatewaySpecResponse, DescribeZookeeperServerInterfacesResponse, DescribeGovernanceServiceContractsRequest, ModifyAutoScalerResourceStrategyRequest, DescribeConfigFileReleaseVersionsResponse, DeleteGovernanceAliasesRequest, DescribeConfigFilesResponse, DescribeConfigFileReleasesRequest, DescribeAllConfigFileTemplatesRequest, DescribeGovernanceNamespacesResponse, DeleteCloudNativeAPIGatewayRequest, DeleteCloudNativeAPIGatewayPublicNetworkRequest, DeleteGovernanceInstancesByHostResponse, DescribeConfigFilesByGroupRequest, CreateGovernanceServicesResponse, CreateConfigFileGroupResponse, ModifyGovernanceNamespacesRequest, CreateGovernanceAliasRequest, CreateOrUpdateConfigFileAndReleaseResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DeleteCloudNativeAPIGatewayResponse, DescribeConfigFilesRequest, CreateCloudNativeAPIGatewayCertificateRequest, DescribeConfigFilesByGroupResponse, DescribeWafDomainsRequest, DescribeWafProtectionRequest, ModifyUpstreamNodeStatusResponse, DescribeAutoScalerResourceStrategiesRequest, CreateCloudNativeAPIGatewayPublicNetworkRequest, DescribeGovernanceInstancesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, ModifyGovernanceServicesRequest, DescribeCloudNativeAPIGatewayCertificateDetailsResponse, DeleteConfigFileGroupRequest, DescribeNativeGatewayServerGroupsResponse, UpdateEngineInternetAccessRequest, ModifyCloudNativeAPIGatewayResponse, OpenWafProtectionRequest, DeleteGovernanceServicesRequest, UnbindAutoScalerResourceStrategyFromGroupsRequest, ModifyConfigFileGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesResponse, DeleteConfigFileReleasesRequest, CreateAutoScalerResourceStrategyRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, ModifyNetworkBasicInfoResponse, ModifyGovernanceServicesResponse, UpdateEngineInternetAccessResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeGovernanceServiceContractsResponse, DescribeNacosServerInterfacesRequest, DescribeNativeGatewayServerGroupsRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeGovernanceNamespacesRequest, DescribeSREInstancesResponse, PublishConfigFilesResponse, UpdateCloudNativeAPIGatewayCertificateInfoRequest, DescribeCloudNativeAPIGatewayCertificateDetailsRequest, DescribeConfigFileRequest, ModifyGovernanceAliasResponse, CreateWafDomainsRequest, CreateCloudNativeAPIGatewayRouteRequest, CreateNativeGatewayServerGroupResponse, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DeleteConfigFileReleasesResponse, DescribeZookeeperReplicasResponse, DescribeGovernanceServiceContractVersionsResponse, ModifyGovernanceInstancesRequest, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribePublicAddressConfigResponse, PublishConfigFilesRequest, CreateAutoScalerResourceStrategyResponse, DescribeConfigFileReleaseHistoriesRequest, DeleteWafDomainsResponse, ModifyCloudNativeAPIGatewayRequest, DescribeCloudNativeAPIGatewayCertificatesResponse, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeConfigFileReleaseHistoriesResponse, UpdateUpstreamHealthCheckConfigResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, ModifyGovernanceInstancesResponse, DescribeCloudNativeAPIGatewayPortsRequest, UpdateCloudNativeAPIGatewayCertificateInfoResponse, DescribeGovernanceServicesRequest, DescribeConfigFileReleaseResponse, DescribeGovernanceAliasesResponse } from "./tse_models";
4
4
  /**
5
5
  * tse client
6
6
  * @class