tencentcloud-sdk-nodejs 4.0.721 → 4.0.723

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 (61) hide show
  1. package/CHANGELOG.md +246 -0
  2. package/SERVICE_CHANGELOG.md +229 -110
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +13 -5
  7. package/src/services/ccc/v20200210/ccc_models.ts +6 -2
  8. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  9. package/src/services/clb/v20180317/clb_models.ts +4 -6
  10. package/src/services/cvm/v20170312/cvm_models.ts +7 -7
  11. package/src/services/ess/v20201111/ess_client.ts +7 -3
  12. package/src/services/ess/v20201111/ess_models.ts +38 -30
  13. package/src/services/essbasic/v20210526/essbasic_client.ts +44 -16
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +236 -155
  15. package/src/services/lighthouse/v20200324/lighthouse_client.ts +29 -2
  16. package/src/services/lighthouse/v20200324/lighthouse_models.ts +98 -50
  17. package/src/services/ses/v20201002/ses_models.ts +5 -1
  18. package/src/services/sqlserver/v20180328/sqlserver_client.ts +5 -4
  19. package/src/services/sqlserver/v20180328/sqlserver_models.ts +108 -43
  20. package/src/services/tdmq/v20200217/tdmq_client.ts +36 -20
  21. package/src/services/tdmq/v20200217/tdmq_models.ts +226 -73
  22. package/src/services/thpc/v20230321/thpc_models.ts +4 -0
  23. package/src/services/tione/v20211111/tione_models.ts +1 -1
  24. package/src/services/vpc/v20170312/vpc_client.ts +0 -1
  25. package/src/services/waf/v20180125/waf_client.ts +19 -6
  26. package/src/services/waf/v20180125/waf_models.ts +92 -0
  27. package/src/services/wedata/v20210820/wedata_models.ts +14 -2
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +13 -5
  31. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +6 -2
  32. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  33. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -6
  34. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -7
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -3
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -30
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +42 -14
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +42 -14
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +236 -155
  41. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -1
  42. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +15 -0
  43. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +94 -50
  44. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +6 -1
  45. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +4 -4
  46. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -3
  47. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +107 -43
  48. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +11 -7
  49. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +15 -9
  50. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +220 -73
  51. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -0
  52. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
  53. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
  54. package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
  55. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
  56. package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
  57. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +89 -0
  58. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +14 -2
  59. package/test/lighthouse.v20200324.test.js +20 -0
  60. package/test/tdmq.v20200217.test.js +22 -12
  61. package/test/waf.v20180125.test.js +12 -2
@@ -39,6 +39,7 @@ import {
39
39
  InquirePriceCreateDisksRequest,
40
40
  ModifyBundle,
41
41
  DetachCcnResponse,
42
+ ShareBlueprintAcrossAccountsRequest,
42
43
  BlueprintPrice,
43
44
  DescribeScenesResponse,
44
45
  InquirePriceRenewInstancesResponse,
@@ -70,7 +71,7 @@ import {
70
71
  CreateDisksRequest,
71
72
  AssociateInstancesKeyPairsRequest,
72
73
  DockerContainer,
73
- ImportKeyPairResponse,
74
+ CancelShareBlueprintAcrossAccountsResponse,
74
75
  DescribeSnapshotsRequest,
75
76
  TerminateDisksResponse,
76
77
  DiskBackup,
@@ -81,7 +82,7 @@ import {
81
82
  DescribeDockerContainerConfigurationRequest,
82
83
  ModifyBlueprintAttributeRequest,
83
84
  InquirePriceRenewDisksRequest,
84
- TrafficPackage,
85
+ ShareBlueprintAcrossAccountsResponse,
85
86
  FirewallTemplateRuleInfo,
86
87
  Disk,
87
88
  ModifyFirewallRulesResponse,
@@ -134,6 +135,7 @@ import {
134
135
  SceneInfo,
135
136
  ImportKeyPairRequest,
136
137
  DescribeDockerActivitiesRequest,
138
+ ImportKeyPairResponse,
137
139
  DeleteBlueprintsResponse,
138
140
  ModifyInstancesLoginKeyPairAttributeRequest,
139
141
  IsolateInstancesRequest,
@@ -211,6 +213,7 @@ import {
211
213
  DescribeFirewallRulesResponse,
212
214
  DescribeInstancesReturnableResponse,
213
215
  ContainerEnv,
216
+ TrafficPackage,
214
217
  FirewallRule,
215
218
  DeleteBlueprintsRequest,
216
219
  FirewallRuleInfo,
@@ -284,6 +287,7 @@ import {
284
287
  AttachDetail,
285
288
  ModifyDisksAttributeResponse,
286
289
  CreateInstanceSnapshotRequest,
290
+ CancelShareBlueprintAcrossAccountsRequest,
287
291
  BlueprintInstance,
288
292
  InquirePriceCreateDisksResponse,
289
293
  InstanceChargePrepaid,
@@ -322,6 +326,17 @@ export class Client extends AbstractClient {
322
326
  return this.request("DeleteBlueprints", req, cb)
323
327
  }
324
328
 
329
+ /**
330
+ * 本接口(CancelShareBlueprintAcrossAccounts)用于取消镜像跨账号共享。
331
+ 指定的镜像ID必须为自定义镜像,且指定账号ID必须已进行共享。
332
+ */
333
+ async CancelShareBlueprintAcrossAccounts(
334
+ req: CancelShareBlueprintAcrossAccountsRequest,
335
+ cb?: (error: string, rep: CancelShareBlueprintAcrossAccountsResponse) => void
336
+ ): Promise<CancelShareBlueprintAcrossAccountsResponse> {
337
+ return this.request("CancelShareBlueprintAcrossAccounts", req, cb)
338
+ }
339
+
325
340
  /**
326
341
  * 本接口(CreateFirewallRules)用于在实例上添加防火墙规则。
327
342
 
@@ -900,6 +915,18 @@ export class Client extends AbstractClient {
900
915
  return this.request("DescribeBundles", req, cb)
901
916
  }
902
917
 
918
+ /**
919
+ * 本接口(ShareBlueprintAcrossAccounts)用于跨账号共享镜像。
920
+ 仅支持共享自定义镜像, 且用于共享的镜像状态必须为NORMAL。
921
+ 共享的账号必须为主账号。
922
+ */
923
+ async ShareBlueprintAcrossAccounts(
924
+ req: ShareBlueprintAcrossAccountsRequest,
925
+ cb?: (error: string, rep: ShareBlueprintAcrossAccountsResponse) => void
926
+ ): Promise<ShareBlueprintAcrossAccountsResponse> {
927
+ return this.request("ShareBlueprintAcrossAccounts", req, cb)
928
+ }
929
+
903
930
  /**
904
931
  * 本接口(DescribeInstancesTrafficPackages)用于查询一个或多个实例的流量包详情。
905
932
  */
@@ -437,6 +437,20 @@ export interface DetachCcnResponse {
437
437
  RequestId?: string
438
438
  }
439
439
 
440
+ /**
441
+ * ShareBlueprintAcrossAccounts请求参数结构体
442
+ */
443
+ export interface ShareBlueprintAcrossAccountsRequest {
444
+ /**
445
+ * 镜像ID, 可以通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回的BlueprintId获取。
446
+ */
447
+ BlueprintId: string
448
+ /**
449
+ * 接收共享镜像的账号Id列表。帐号ID不同于QQ号,查询用户帐号ID请查看帐号信息中的帐号ID栏。账号个数取值最大为10。
450
+ */
451
+ AccountIds: Array<string>
452
+ }
453
+
440
454
  /**
441
455
  * BlueprintPrice 自定义镜像的价格参数。
442
456
  */
@@ -1012,13 +1026,9 @@ export interface DockerContainer {
1012
1026
  }
1013
1027
 
1014
1028
  /**
1015
- * ImportKeyPair返回参数结构体
1029
+ * CancelShareBlueprintAcrossAccounts返回参数结构体
1016
1030
  */
1017
- export interface ImportKeyPairResponse {
1018
- /**
1019
- * 密钥对 ID。
1020
- */
1021
- KeyId: string
1031
+ export interface CancelShareBlueprintAcrossAccountsResponse {
1022
1032
  /**
1023
1033
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1024
1034
  */
@@ -1242,53 +1252,13 @@ export interface InquirePriceRenewDisksRequest {
1242
1252
  }
1243
1253
 
1244
1254
  /**
1245
- * 流量包详情
1255
+ * ShareBlueprintAcrossAccounts返回参数结构体
1246
1256
  */
1247
- export interface TrafficPackage {
1257
+ export interface ShareBlueprintAcrossAccountsResponse {
1248
1258
  /**
1249
- * 流量包ID。
1250
- */
1251
- TrafficPackageId: string
1252
- /**
1253
- * 流量包生效周期内已使用流量,单位字节。
1254
- */
1255
- TrafficUsed: number
1256
- /**
1257
- * 流量包生效周期内的总流量,单位字节。
1258
- */
1259
- TrafficPackageTotal: number
1260
- /**
1261
- * 流量包生效周期内的剩余流量,单位字节。
1262
- */
1263
- TrafficPackageRemaining: number
1264
- /**
1265
- * 流量包生效周期内超出流量包额度的流量,单位字节。
1266
- */
1267
- TrafficOverflow: number
1268
- /**
1269
- * 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
1270
- 格式为: YYYY-MM-DDThh:mm:ssZ。
1271
- 注意:此字段可能返回 null,表示取不到有效值。
1272
- */
1273
- StartTime: string
1274
- /**
1275
- * 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
1276
- 格式为: YYYY-MM-DDThh:mm:ssZ。
1277
- 注意:此字段可能返回 null,表示取不到有效值。
1278
- */
1279
- EndTime: string
1280
- /**
1281
- * 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
1282
- 格式为: YYYY-MM-DDThh:mm:ssZ。
1283
- 注意:此字段可能返回 null,表示取不到有效值。
1284
- */
1285
- Deadline: string
1286
- /**
1287
- * 流量包状态:
1288
- <li>NETWORK_NORMAL:正常</li>
1289
- <li>OVERDUE_NETWORK_DISABLED:欠费断网</li>
1259
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
1290
1260
  */
1291
- Status: string
1261
+ RequestId?: string
1292
1262
  }
1293
1263
 
1294
1264
  /**
@@ -2208,6 +2178,20 @@ export interface DescribeDockerActivitiesRequest {
2208
2178
  CreatedTimeEnd?: number
2209
2179
  }
2210
2180
 
2181
+ /**
2182
+ * ImportKeyPair返回参数结构体
2183
+ */
2184
+ export interface ImportKeyPairResponse {
2185
+ /**
2186
+ * 密钥对 ID。
2187
+ */
2188
+ KeyId: string
2189
+ /**
2190
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2191
+ */
2192
+ RequestId?: string
2193
+ }
2194
+
2211
2195
  /**
2212
2196
  * DeleteBlueprints返回参数结构体
2213
2197
  */
@@ -3801,6 +3785,56 @@ export interface ContainerEnv {
3801
3785
  Value: string
3802
3786
  }
3803
3787
 
3788
+ /**
3789
+ * 流量包详情
3790
+ */
3791
+ export interface TrafficPackage {
3792
+ /**
3793
+ * 流量包ID。
3794
+ */
3795
+ TrafficPackageId: string
3796
+ /**
3797
+ * 流量包生效周期内已使用流量,单位字节。
3798
+ */
3799
+ TrafficUsed: number
3800
+ /**
3801
+ * 流量包生效周期内的总流量,单位字节。
3802
+ */
3803
+ TrafficPackageTotal: number
3804
+ /**
3805
+ * 流量包生效周期内的剩余流量,单位字节。
3806
+ */
3807
+ TrafficPackageRemaining: number
3808
+ /**
3809
+ * 流量包生效周期内超出流量包额度的流量,单位字节。
3810
+ */
3811
+ TrafficOverflow: number
3812
+ /**
3813
+ * 流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3814
+ 格式为: YYYY-MM-DDThh:mm:ssZ。
3815
+ 注意:此字段可能返回 null,表示取不到有效值。
3816
+ */
3817
+ StartTime: string
3818
+ /**
3819
+ * 流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3820
+ 格式为: YYYY-MM-DDThh:mm:ssZ。
3821
+ 注意:此字段可能返回 null,表示取不到有效值。
3822
+ */
3823
+ EndTime: string
3824
+ /**
3825
+ * 流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3826
+ 格式为: YYYY-MM-DDThh:mm:ssZ。
3827
+ 注意:此字段可能返回 null,表示取不到有效值。
3828
+ */
3829
+ Deadline: string
3830
+ /**
3831
+ * 流量包状态:
3832
+ <li>NETWORK_NORMAL:正常</li>
3833
+ <li>OVERDUE_NETWORK_DISABLED:欠费断网</li>
3834
+ */
3835
+ Status: string
3836
+ }
3837
+
3804
3838
  /**
3805
3839
  * 描述防火墙规则信息。
3806
3840
  */
@@ -5063,6 +5097,20 @@ export interface CreateInstanceSnapshotRequest {
5063
5097
  SnapshotName?: string
5064
5098
  }
5065
5099
 
5100
+ /**
5101
+ * CancelShareBlueprintAcrossAccounts请求参数结构体
5102
+ */
5103
+ export interface CancelShareBlueprintAcrossAccountsRequest {
5104
+ /**
5105
+ * 镜像ID, 可以通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回的BlueprintId获取。
5106
+ */
5107
+ BlueprintId: string
5108
+ /**
5109
+ * 接收共享镜像的账号ID列表。帐号ID不同于QQ号,查询用户帐号ID请查看帐号信息中的帐号ID栏。账号个数取值最大为10。
5110
+ */
5111
+ AccountIds: Array<string>
5112
+ }
5113
+
5066
5114
  /**
5067
5115
  * 描述镜像实例信息。
5068
5116
  */
@@ -43,10 +43,12 @@ export interface BatchSendEmailRequest {
43
43
  ReplyToAddresses?: string
44
44
  /**
45
45
  * 使用模板发送时,填写的模板相关参数
46
+ <dx-alert infotype="notice" title="注意"> 如您未申请过特殊配置,则该字段为必填 </dx-alert>
46
47
  */
47
48
  Template?: Template
48
49
  /**
49
50
  * 已废弃
51
+ <dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>

50
52
  */
51
53
  Simple?: Simple
52
54
  /**
@@ -332,11 +334,13 @@ export interface SendEmailRequest {
332
334
  */
333
335
  Bcc?: Array<string>
334
336
  /**
335
- * 使用模板发送时,填写的模板相关参数。因 Simple 已经废除使用,Template 为必填项
337
+ * 使用模板发送时,填写模板相关参数。
338
+ <dx-alert infotype="notice" title="注意"> 如您未申请过特殊配置,则该字段为必填 </dx-alert>
336
339
  */
337
340
  Template?: Template
338
341
  /**
339
342
  * 已废弃
343
+ <dx-alert infotype="notice" title="说明"> 仅部分历史上申请了特殊配置的客户需要使用。如您未申请过特殊配置,则不存在该字段。</dx-alert>
340
344
  */
341
345
  Simple?: Simple
342
346
  /**
@@ -261,6 +261,7 @@ import {
261
261
  Parameter,
262
262
  DeleteDBInstanceRequest,
263
263
  ModifyPublishSubscribeNameResponse,
264
+ StopMigrationResponse,
264
265
  CreateAccountResponse,
265
266
  RenewPostpaidDBInstanceResponse,
266
267
  DescribeBackupUploadSizeRequest,
@@ -282,7 +283,7 @@ import {
282
283
  ModifyDBInstanceProjectRequest,
283
284
  DisassociateSecurityGroupsRequest,
284
285
  ModifyBackupNameRequest,
285
- StopMigrationResponse,
286
+ SlowLog,
286
287
  DBRenameRes,
287
288
  CreatePublishSubscribeResponse,
288
289
  DescribeUploadBackupInfoRequest,
@@ -389,7 +390,7 @@ export class Client extends AbstractClient {
389
390
  }
390
391
 
391
392
  /**
392
- * 本接口(ModifyDatabaseMdf)用于收缩数据库mdf(Shrink mdf)
393
+ * 本接口(ModifyDatabaseMdf)用于收缩数据库mdf(Shrink mdf)。**本接口已废弃,请使用接口ModifyDatabaseShrinkMDF**。
393
394
  */
394
395
  async ModifyDatabaseMdf(
395
396
  req: ModifyDatabaseMdfRequest,
@@ -1261,7 +1262,7 @@ export class Client extends AbstractClient {
1261
1262
  }
1262
1263
 
1263
1264
  /**
1264
- * 本接口(DescribeDBsNormal)用于查询数据库配置信息,此接口不包含数据库的关联账号
1265
+ * 本接口(DescribeDBsNormal)用于查询数据库配置信息,此接口不包含数据库的关联账号。**此接口已废弃,请使用DescribeDatabasesNormal。**
1265
1266
  */
1266
1267
  async DescribeDBsNormal(
1267
1268
  req: DescribeDBsNormalRequest,
@@ -1291,7 +1292,7 @@ export class Client extends AbstractClient {
1291
1292
  }
1292
1293
 
1293
1294
  /**
1294
- * 本接口(DescribeDBs)用于查询数据库列表。
1295
+ * 本接口(DescribeDBs)用于查询数据库列表。**已废弃,请使用接口DescribeDatabases**
1295
1296
  */
1296
1297
  async DescribeDBs(
1297
1298
  req: DescribeDBsRequest,
@@ -621,12 +621,17 @@ export interface ModifyReadOnlyGroupDetailsResponse {
621
621
  export interface ModifyBackupStrategyResponse {
622
622
  /**
623
623
  * 返回错误码
624
+ * @deprecated
624
625
  */
625
- Errno: number
626
+ Errno?: number
626
627
  /**
627
628
  * 返回错误信息
628
629
  */
629
- Msg: string
630
+ Msg?: string
631
+ /**
632
+ * 返回错误码
633
+ */
634
+ Code?: number
630
635
  /**
631
636
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
632
637
  */
@@ -3235,35 +3240,40 @@ export interface DescribeUploadIncrementalInfoResponse {
3235
3240
  /**
3236
3241
  * 存储桶名称
3237
3242
  */
3238
- BucketName: string
3243
+ BucketName?: string
3239
3244
  /**
3240
3245
  * 存储桶地域信息
3241
3246
  */
3242
- Region: string
3247
+ Region?: string
3243
3248
  /**
3244
3249
  * 存储路径
3245
3250
  */
3246
- Path: string
3251
+ Path?: string
3247
3252
  /**
3248
3253
  * 临时密钥ID
3249
3254
  */
3250
- TmpSecretId: string
3255
+ TmpSecretId?: string
3251
3256
  /**
3252
3257
  * 临时密钥Key
3253
3258
  */
3254
- TmpSecretKey: string
3259
+ TmpSecretKey?: string
3255
3260
  /**
3256
3261
  * 临时密钥Token
3262
+ * @deprecated
3257
3263
  */
3258
- XCosSecurityToken: string
3264
+ XCosSecurityToken?: string
3259
3265
  /**
3260
3266
  * 临时密钥开始时间
3261
3267
  */
3262
- StartTime: string
3268
+ StartTime?: string
3263
3269
  /**
3264
3270
  * 临时密钥到期时间
3265
3271
  */
3266
- ExpiredTime: string
3272
+ ExpiredTime?: string
3273
+ /**
3274
+ * 临时密钥Token
3275
+ */
3276
+ CosSecurityToken?: string
3267
3277
  /**
3268
3278
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3269
3279
  */
@@ -3990,7 +4000,7 @@ export interface ModifyDatabaseMdfResponse {
3990
4000
  /**
3991
4001
  * 流程ID
3992
4002
  */
3993
- FlowId: number
4003
+ FlowId?: number
3994
4004
  /**
3995
4005
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3996
4006
  */
@@ -4296,35 +4306,40 @@ export interface DescribeUploadBackupInfoResponse {
4296
4306
  /**
4297
4307
  * 存储桶名称
4298
4308
  */
4299
- BucketName: string
4309
+ BucketName?: string
4300
4310
  /**
4301
4311
  * 存储桶地域信息
4302
4312
  */
4303
- Region: string
4313
+ Region?: string
4304
4314
  /**
4305
4315
  * 存储路径
4306
4316
  */
4307
- Path: string
4317
+ Path?: string
4308
4318
  /**
4309
4319
  * 临时密钥ID
4310
4320
  */
4311
- TmpSecretId: string
4321
+ TmpSecretId?: string
4312
4322
  /**
4313
4323
  * 临时密钥Key
4314
4324
  */
4315
- TmpSecretKey: string
4325
+ TmpSecretKey?: string
4316
4326
  /**
4317
4327
  * 临时密钥Token
4328
+ * @deprecated
4318
4329
  */
4319
- XCosSecurityToken: string
4330
+ XCosSecurityToken?: string
4320
4331
  /**
4321
4332
  * 临时密钥开始时间
4322
4333
  */
4323
- StartTime: string
4334
+ StartTime?: string
4324
4335
  /**
4325
4336
  * 临时密钥到期时间
4326
4337
  */
4327
- ExpiredTime: string
4338
+ ExpiredTime?: string
4339
+ /**
4340
+ * 临时密钥Token
4341
+ */
4342
+ CosSecurityToken?: string
4328
4343
  /**
4329
4344
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4330
4345
  */
@@ -4608,79 +4623,85 @@ export interface DbNormalDetail {
4608
4623
  /**
4609
4624
  * 是否已订阅 0:否 1:是
4610
4625
  */
4611
- IsSubscribed: string
4626
+ IsSubscribed?: string
4612
4627
  /**
4613
4628
  * 数据库排序规则
4614
4629
  */
4615
- CollationName: string
4630
+ CollationName?: string
4616
4631
  /**
4617
4632
  * 开启CT之后是否自动清理 0:否 1:是
4618
4633
  */
4619
- IsAutoCleanupOn: string
4634
+ IsAutoCleanupOn?: string
4620
4635
  /**
4621
4636
  * 是否已启用代理 0:否 1:是
4622
4637
  */
4623
- IsBrokerEnabled: string
4638
+ IsBrokerEnabled?: string
4624
4639
  /**
4625
4640
  * 是否已开启/关闭CDC 0:关闭 1:开启
4626
4641
  */
4627
- IsCdcEnabled: string
4642
+ IsCdcEnabled?: string
4628
4643
  /**
4629
4644
  * 是否已启用/ 禁用CT 0:禁用 1:启用
4630
4645
  */
4631
- IsDbChainingOn: string
4646
+ IsDbChainingOn?: string
4632
4647
  /**
4633
4648
  * 是否加密 0:否 1:是
4634
4649
  */
4635
- IsEncrypted: string
4650
+ IsEncrypted?: string
4636
4651
  /**
4637
4652
  * 是否全文启用 0:否 1:是
4653
+ * @deprecated
4638
4654
  */
4639
- IsFulltextEnabled: string
4655
+ IsFulltextEnabled?: string
4640
4656
  /**
4641
4657
  * 是否是镜像 0:否 1:是
4642
4658
  */
4643
- IsMirroring: string
4659
+ IsMirroring?: string
4644
4660
  /**
4645
4661
  * 是否已发布 0:否 1:是
4646
4662
  */
4647
- IsPublished: string
4663
+ IsPublished?: string
4648
4664
  /**
4649
4665
  * 是否开启快照 0:否 1:是
4650
4666
  */
4651
- IsReadCommittedSnapshotOn: string
4667
+ IsReadCommittedSnapshotOn?: string
4652
4668
  /**
4653
4669
  * 是否可信任 0:否 1:是
4654
4670
  */
4655
- IsTrustworthyOn: string
4671
+ IsTrustworthyOn?: string
4656
4672
  /**
4657
4673
  * 镜像状态
4658
4674
  */
4659
- MirroringState: string
4675
+ MirroringState?: string
4660
4676
  /**
4661
4677
  * 数据库名称
4662
4678
  */
4663
- Name: string
4679
+ Name?: string
4664
4680
  /**
4665
4681
  * 恢复模式
4666
4682
  */
4667
- RecoveryModelDesc: string
4683
+ RecoveryModelDesc?: string
4668
4684
  /**
4669
4685
  * 保留天数
4670
4686
  */
4671
- RetentionPeriod: string
4687
+ RetentionPeriod?: string
4672
4688
  /**
4673
4689
  * 数据库状态
4674
4690
  */
4675
- StateDesc: string
4691
+ StateDesc?: string
4676
4692
  /**
4677
4693
  * 用户类型
4678
4694
  */
4679
- UserAccessDesc: string
4695
+ UserAccessDesc?: string
4680
4696
  /**
4681
4697
  * 数据库创建时间
4682
4698
  */
4683
4699
  CreateTime?: string
4700
+ /**
4701
+ * 是否全文启用 0:否 1:是
4702
+ 注意:此字段可能返回 null,表示取不到有效值。
4703
+ */
4704
+ IsFullTextEnabled?: string
4684
4705
  }
4685
4706
 
4686
4707
  /**
@@ -5700,6 +5721,20 @@ export interface ModifyPublishSubscribeNameResponse {
5700
5721
  RequestId?: string
5701
5722
  }
5702
5723
 
5724
+ /**
5725
+ * StopMigration返回参数结构体
5726
+ */
5727
+ export interface StopMigrationResponse {
5728
+ /**
5729
+ * 中止迁移流程发起后,返回的流程id
5730
+ */
5731
+ FlowId: number
5732
+ /**
5733
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5734
+ */
5735
+ RequestId?: string
5736
+ }
5737
+
5703
5738
  /**
5704
5739
  * CreateAccount返回参数结构体
5705
5740
  */
@@ -5948,8 +5983,13 @@ export interface DescribeSlowlogsResponse {
5948
5983
  TotalCount?: number
5949
5984
  /**
5950
5985
  * 慢查询日志信息列表
5986
+ * @deprecated
5951
5987
  */
5952
5988
  Slowlogs?: Array<SlowlogInfo>
5989
+ /**
5990
+ * 慢查询日志信息列表
5991
+ */
5992
+ SlowLogs?: Array<SlowLog>
5953
5993
  /**
5954
5994
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5955
5995
  */
@@ -6168,17 +6208,42 @@ export interface ModifyBackupNameRequest {
6168
6208
  }
6169
6209
 
6170
6210
  /**
6171
- * StopMigration返回参数结构体
6211
+ * 慢查询日志文件信息
6172
6212
  */
6173
- export interface StopMigrationResponse {
6213
+ export interface SlowLog {
6174
6214
  /**
6175
- * 中止迁移流程发起后,返回的流程id
6215
+ * 慢查询日志文件唯一标识
6176
6216
  */
6177
- FlowId: number
6217
+ Id: number
6178
6218
  /**
6179
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
6219
+ * 文件生成的开始时间
6180
6220
  */
6181
- RequestId?: string
6221
+ StartTime: string
6222
+ /**
6223
+ * 文件生成的结束时间
6224
+ */
6225
+ EndTime: string
6226
+ /**
6227
+ * 文件大小(KB)
6228
+ */
6229
+ Size: number
6230
+ /**
6231
+ * 文件中log条数
6232
+ */
6233
+ Count: number
6234
+ /**
6235
+ * 内网下载地址
6236
+ */
6237
+ InternalAddr: string
6238
+ /**
6239
+ * 外网下载地址
6240
+ */
6241
+ ExternalAddr: string
6242
+ /**
6243
+ * 状态(1成功 2失败)
6244
+ 注意:此字段可能返回 null,表示取不到有效值。
6245
+ */
6246
+ Status: number
6182
6247
  }
6183
6248
 
6184
6249
  /**