tencentcloud-sdk-nodejs 4.0.991 → 4.0.993

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 (62) hide show
  1. package/CHANGELOG.md +311 -0
  2. package/SERVICE_CHANGELOG.md +461 -16
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +4 -2
  7. package/src/services/cwp/v20180228/cwp_client.ts +90 -16
  8. package/src/services/cwp/v20180228/cwp_models.ts +534 -290
  9. package/src/services/ess/v20201111/ess_models.ts +4 -2
  10. package/src/services/essbasic/v20210526/essbasic_models.ts +20 -7
  11. package/src/services/faceid/v20180301/faceid_models.ts +10 -0
  12. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  13. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +31 -3
  14. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +88 -0
  15. package/src/services/iotvideo/v20211125/iotvideo_client.ts +28 -4
  16. package/src/services/iotvideo/v20211125/iotvideo_models.ts +169 -81
  17. package/src/services/lighthouse/v20200324/lighthouse_models.ts +26 -22
  18. package/src/services/lke/v20231130/lke_models.ts +2 -2
  19. package/src/services/memcached/v20190318/memcached_models.ts +0 -3
  20. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  21. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  22. package/src/services/ssl/v20191205/ssl_models.ts +7 -3
  23. package/src/services/tcbr/v20220217/tcbr_models.ts +21 -42
  24. package/src/services/trocket/v20230308/trocket_models.ts +8 -0
  25. package/src/services/tsf/v20180326/tsf_client.ts +2 -2
  26. package/src/services/tsf/v20180326/tsf_models.ts +392 -368
  27. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  28. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  29. package/src/services/wedata/v20210820/wedata_models.ts +40 -0
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -2
  33. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +27 -3
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.js +39 -3
  35. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +521 -291
  36. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -2
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -7
  38. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -0
  39. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  40. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  41. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +18 -2
  42. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +84 -0
  43. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +9 -1
  44. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +12 -0
  45. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +165 -81
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +26 -22
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +2 -2
  48. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +0 -3
  49. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  50. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  51. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  52. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +7 -3
  53. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +21 -42
  54. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +8 -0
  55. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +2 -2
  56. package/tencentcloud/services/tsf/v20180326/tsf_client.js +2 -2
  57. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +392 -368
  58. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  59. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +39 -0
  60. package/test/cwp.v20180228.test.js +62 -2
  61. package/test/iotexplorer.v20190423.test.js +20 -0
  62. package/test/iotvideo.v20211125.test.js +20 -0
@@ -278,6 +278,16 @@ export interface ModifyProductDynamicRegisterResponse {
278
278
  RequestId?: string
279
279
  }
280
280
 
281
+ /**
282
+ * ModifyProduct返回参数结构体
283
+ */
284
+ export interface ModifyProductResponse {
285
+ /**
286
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
287
+ */
288
+ RequestId?: string
289
+ }
290
+
281
291
  /**
282
292
  * CancelAIModelApplication返回参数结构体
283
293
  */
@@ -540,9 +550,19 @@ export interface DescribeDevicesResponse {
540
550
  }
541
551
 
542
552
  /**
543
- * ModifyProduct返回参数结构体
553
+ * CreateFreeCloudStorage返回参数结构体
544
554
  */
545
- export interface ModifyProductResponse {
555
+ export interface CreateFreeCloudStorageResponse {
556
+ /**
557
+ * 订单金额,单位为分
558
+ 注意:此字段可能返回 null,表示取不到有效值。
559
+ */
560
+ Price?: number
561
+ /**
562
+ * 支付金额,单位为分
563
+ 注意:此字段可能返回 null,表示取不到有效值。
564
+ */
565
+ Amount?: number
546
566
  /**
547
567
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
548
568
  */
@@ -1981,6 +2001,44 @@ export interface DescribeDeviceCommLogRequest {
1981
2001
  Type?: string
1982
2002
  }
1983
2003
 
2004
+ /**
2005
+ * UpdateAIModelChannel请求参数结构体
2006
+ */
2007
+ export interface UpdateAIModelChannelRequest {
2008
+ /**
2009
+ * 模型ID
2010
+ */
2011
+ ModelId: string
2012
+ /**
2013
+ * 产品ID
2014
+ */
2015
+ ProductId: string
2016
+ /**
2017
+ * 推送类型。ckafka:消息队列;forward:http/https推送
2018
+ */
2019
+ Type: string
2020
+ /**
2021
+ * 第三方推送地址
2022
+ */
2023
+ ForwardAddress?: string
2024
+ /**
2025
+ * 第三方推送密钥,不填写则腾讯云自动生成。
2026
+ */
2027
+ ForwardKey?: string
2028
+ /**
2029
+ * ckafka地域
2030
+ */
2031
+ CKafkaRegion?: string
2032
+ /**
2033
+ * ckafka实例
2034
+ */
2035
+ CKafkaInstance?: string
2036
+ /**
2037
+ * ckafka订阅主题
2038
+ */
2039
+ CKafkaTopic?: string
2040
+ }
2041
+
1984
2042
  /**
1985
2043
  * WakeUpDevice返回参数结构体
1986
2044
  */
@@ -3250,17 +3308,13 @@ export interface DataForward {
3250
3308
  }
3251
3309
 
3252
3310
  /**
3253
- * DescribeDevice请求参数结构体
3311
+ * CreateDeviceChannel返回参数结构体
3254
3312
  */
3255
- export interface DescribeDeviceRequest {
3256
- /**
3257
- * 产品ID
3258
- */
3259
- ProductId: string
3313
+ export interface CreateDeviceChannelResponse {
3260
3314
  /**
3261
- * 设备名
3315
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3262
3316
  */
3263
- DeviceName: string
3317
+ RequestId?: string
3264
3318
  }
3265
3319
 
3266
3320
  /**
@@ -3349,6 +3403,24 @@ export interface DescribeCloudStorageEventsResponse {
3349
3403
  RequestId?: string
3350
3404
  }
3351
3405
 
3406
+ /**
3407
+ * CreateDeviceChannel请求参数结构体
3408
+ */
3409
+ export interface CreateDeviceChannelRequest {
3410
+ /**
3411
+ * 产品ID
3412
+ */
3413
+ ProductId: string
3414
+ /**
3415
+ * 设备名称
3416
+ */
3417
+ DeviceName: string
3418
+ /**
3419
+ * 通道ID
3420
+ */
3421
+ ChannelId: number
3422
+ }
3423
+
3352
3424
  /**
3353
3425
  * DescribeDevicePackages返回参数结构体
3354
3426
  */
@@ -3369,68 +3441,43 @@ export interface DescribeDevicePackagesResponse {
3369
3441
  }
3370
3442
 
3371
3443
  /**
3372
- * video产品元数据
3444
+ * CreateFreeCloudStorage请求参数结构体
3373
3445
  */
3374
- export interface VideoProduct {
3446
+ export interface CreateFreeCloudStorageRequest {
3375
3447
  /**
3376
3448
  * 产品ID
3377
3449
  */
3378
3450
  ProductId: string
3379
3451
  /**
3380
- * 产品名称
3381
- */
3382
- ProductName: string
3383
- /**
3384
- * 产品设备类型(普通设备) 1.普通设备
3385
- */
3386
- DeviceType: number
3387
- /**
3388
- * 认证方式:2:PSK
3389
- */
3390
- EncryptionType: number
3391
- /**
3392
- * 设备功能码
3393
- */
3394
- Features: Array<string>
3395
- /**
3396
- * 操作系统
3397
- */
3398
- ChipOs: string
3399
- /**
3400
- * 芯片厂商id
3401
- */
3402
- ChipManufactureId: string
3403
- /**
3404
- * 芯片id
3452
+ * 设备名称
3405
3453
  */
3406
- ChipId: string
3454
+ DeviceName: string
3407
3455
  /**
3408
- * 产品描述信息
3456
+ * 云存套餐ID:
3457
+ lye1w3d:低功耗事件3天周套餐。
3458
+ ye1w3d:事件3天周套餐
3409
3459
  */
3410
- ProductDescription: string
3460
+ PackageId: string
3411
3461
  /**
3412
- * 创建时间unix时间戳
3462
+ * 如果当前设备已开启云存套餐,Override=1会使用新套餐覆盖原有套餐。不传此参数则默认为0。
3413
3463
  */
3414
- CreateTime: number
3464
+ Override?: number
3415
3465
  /**
3416
- * 修改时间unix时间戳
3466
+ * 套餐列表顺序:PackageQueue=front会立即使用新购买的套餐,新购套餐结束后,列表中下一个未过期的套餐继续生效;PackageQueue=end会等设备当前所有已购买套餐过期后才会生效新购套餐。与Override参数不能同时使用。
3417
3467
  */
3418
- UpdateTime: number
3468
+ PackageQueue?: string
3419
3469
  /**
3420
- * 连接类型,wifi表示WIFI连接,cellular表示4G连接
3421
- 注意:此字段可能返回 null,表示取不到有效值。
3470
+ * 订单id
3422
3471
  */
3423
- NetType: string
3472
+ OrderId?: string
3424
3473
  /**
3425
- * 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
3426
- 注意:此字段可能返回 null,表示取不到有效值。
3474
+ * 通道ID
3427
3475
  */
3428
- CategoryId: number
3476
+ ChannelId?: number
3429
3477
  /**
3430
- * 产品有效年限
3431
- 注意:此字段可能返回 null,表示取不到有效值。
3478
+ * 云存视频存储区域,国内默认为ap-guangzhou。海外默认为东南亚ap-singapore,可选美东na-ashburn、欧洲eu-frankfurt。
3432
3479
  */
3433
- ProductVaildYears: number
3480
+ StorageRegion?: string
3434
3481
  }
3435
3482
 
3436
3483
  /**
@@ -3572,41 +3619,17 @@ export interface DescribeCloudStorageOrderRequest {
3572
3619
  }
3573
3620
 
3574
3621
  /**
3575
- * UpdateAIModelChannel请求参数结构体
3622
+ * DescribeDevice请求参数结构体
3576
3623
  */
3577
- export interface UpdateAIModelChannelRequest {
3578
- /**
3579
- * 模型ID
3580
- */
3581
- ModelId: string
3624
+ export interface DescribeDeviceRequest {
3582
3625
  /**
3583
3626
  * 产品ID
3584
3627
  */
3585
3628
  ProductId: string
3586
3629
  /**
3587
- * 推送类型。ckafka:消息队列;forward:http/https推送
3588
- */
3589
- Type: string
3590
- /**
3591
- * 第三方推送地址
3592
- */
3593
- ForwardAddress?: string
3594
- /**
3595
- * 第三方推送密钥,不填写则腾讯云自动生成。
3596
- */
3597
- ForwardKey?: string
3598
- /**
3599
- * ckafka地域
3600
- */
3601
- CKafkaRegion?: string
3602
- /**
3603
- * ckafka实例
3604
- */
3605
- CKafkaInstance?: string
3606
- /**
3607
- * ckafka订阅主题
3630
+ * 设备名
3608
3631
  */
3609
- CKafkaTopic?: string
3632
+ DeviceName: string
3610
3633
  }
3611
3634
 
3612
3635
  /**
@@ -4856,6 +4879,71 @@ export interface CreateTaskFileUrlResponse {
4856
4879
  RequestId?: string
4857
4880
  }
4858
4881
 
4882
+ /**
4883
+ * video产品元数据
4884
+ */
4885
+ export interface VideoProduct {
4886
+ /**
4887
+ * 产品ID
4888
+ */
4889
+ ProductId: string
4890
+ /**
4891
+ * 产品名称
4892
+ */
4893
+ ProductName: string
4894
+ /**
4895
+ * 产品设备类型(普通设备) 1.普通设备
4896
+ */
4897
+ DeviceType: number
4898
+ /**
4899
+ * 认证方式:2:PSK
4900
+ */
4901
+ EncryptionType: number
4902
+ /**
4903
+ * 设备功能码
4904
+ */
4905
+ Features: Array<string>
4906
+ /**
4907
+ * 操作系统
4908
+ */
4909
+ ChipOs: string
4910
+ /**
4911
+ * 芯片厂商id
4912
+ */
4913
+ ChipManufactureId: string
4914
+ /**
4915
+ * 芯片id
4916
+ */
4917
+ ChipId: string
4918
+ /**
4919
+ * 产品描述信息
4920
+ */
4921
+ ProductDescription: string
4922
+ /**
4923
+ * 创建时间unix时间戳
4924
+ */
4925
+ CreateTime: number
4926
+ /**
4927
+ * 修改时间unix时间戳
4928
+ */
4929
+ UpdateTime: number
4930
+ /**
4931
+ * 连接类型,wifi表示WIFI连接,cellular表示4G连接
4932
+ 注意:此字段可能返回 null,表示取不到有效值。
4933
+ */
4934
+ NetType: string
4935
+ /**
4936
+ * 产品品类,113:摄像头,567:儿童手表,595:可视对讲门锁
4937
+ 注意:此字段可能返回 null,表示取不到有效值。
4938
+ */
4939
+ CategoryId: number
4940
+ /**
4941
+ * 产品有效年限
4942
+ 注意:此字段可能返回 null,表示取不到有效值。
4943
+ */
4944
+ ProductVaildYears: number
4945
+ }
4946
+
4859
4947
  /**
4860
4948
  * 设备数量统计
4861
4949
  */
@@ -631,15 +631,15 @@ export interface ResetInstanceBlueprint {
631
631
  /**
632
632
  * 镜像详细信息
633
633
  */
634
- BlueprintInfo: Blueprint
634
+ BlueprintInfo?: Blueprint
635
635
  /**
636
636
  * 实例镜像是否可重置为目标镜像
637
637
  */
638
- IsResettable: boolean
638
+ IsResettable?: boolean
639
639
  /**
640
640
  * 不可重置信息.当镜像可重置时为""
641
641
  */
642
- NonResettableMessage: string
642
+ NonResettableMessage?: string
643
643
  }
644
644
 
645
645
  /**
@@ -1605,6 +1605,9 @@ export interface FirewallTemplateApplyRecordDetail {
1605
1605
  Instance?: InstanceIdentifier
1606
1606
  /**
1607
1607
  * 防火墙模板应用状态。
1608
+
1609
+ - SUCCESS:成功
1610
+ - FAILED:失败
1608
1611
  */
1609
1612
  ApplyState?: string
1610
1613
  /**
@@ -2180,15 +2183,15 @@ export interface SceneInfo {
2180
2183
  /**
2181
2184
  * 使用场景Id。
2182
2185
  */
2183
- SceneId: string
2186
+ SceneId?: string
2184
2187
  /**
2185
2188
  * 使用场景展示名称。
2186
2189
  */
2187
- DisplayName: string
2190
+ DisplayName?: string
2188
2191
  /**
2189
2192
  * 使用场景描述信息。
2190
2193
  */
2191
- Description: string
2194
+ Description?: string
2192
2195
  }
2193
2196
 
2194
2197
  /**
@@ -3834,23 +3837,23 @@ export interface Software {
3834
3837
  /**
3835
3838
  * 软件名称。
3836
3839
  */
3837
- Name: string
3840
+ Name?: string
3838
3841
  /**
3839
3842
  * 软件版本。
3840
3843
  */
3841
- Version: string
3844
+ Version?: string
3842
3845
  /**
3843
3846
  * 软件图片 URL。
3844
3847
  */
3845
- ImageUrl: string
3848
+ ImageUrl?: string
3846
3849
  /**
3847
3850
  * 软件安装目录。
3848
3851
  */
3849
- InstallDir: string
3852
+ InstallDir?: string
3850
3853
  /**
3851
3854
  * 软件详情列表。
3852
3855
  */
3853
- DetailSet: Array<SoftwareDetail>
3856
+ DetailSet?: Array<SoftwareDetail>
3854
3857
  }
3855
3858
 
3856
3859
  /**
@@ -4650,6 +4653,9 @@ export interface FirewallTemplateApplyRecord {
4650
4653
  TemplateRuleSet?: Array<FirewallTemplateRule>
4651
4654
  /**
4652
4655
  * 应用模板的执行状态。
4656
+
4657
+ - SUCCESS:成功
4658
+ - FAILED:失败
4653
4659
  */
4654
4660
  ApplyState?: string
4655
4661
  /**
@@ -4786,22 +4792,20 @@ export interface ModifyInstancesBundleResponse {
4786
4792
 
4787
4793
  /**
4788
4794
  * 描述通用资源配额信息。
4789
-
4790
-
4791
4795
  */
4792
4796
  export interface GeneralResourceQuota {
4793
4797
  /**
4794
4798
  * 资源名称。
4795
4799
  */
4796
- ResourceName: string
4800
+ ResourceName?: string
4797
4801
  /**
4798
4802
  * 资源当前可用数量。
4799
4803
  */
4800
- ResourceQuotaAvailable: number
4804
+ ResourceQuotaAvailable?: number
4801
4805
  /**
4802
4806
  * 资源总数量。
4803
4807
  */
4804
- ResourceQuotaTotal: number
4808
+ ResourceQuotaTotal?: number
4805
4809
  }
4806
4810
 
4807
4811
  /**
@@ -5164,15 +5168,15 @@ export interface Scene {
5164
5168
  /**
5165
5169
  * 使用场景Id
5166
5170
  */
5167
- SceneId: string
5171
+ SceneId?: string
5168
5172
  /**
5169
5173
  * 使用场景展示名称
5170
5174
  */
5171
- DisplayName: string
5175
+ DisplayName?: string
5172
5176
  /**
5173
5177
  * 使用场景描述
5174
5178
  */
5175
- Description: string
5179
+ Description?: string
5176
5180
  }
5177
5181
 
5178
5182
  /**
@@ -5293,15 +5297,15 @@ export interface BlueprintInstance {
5293
5297
  /**
5294
5298
  * 镜像信息。
5295
5299
  */
5296
- Blueprint: Blueprint
5300
+ Blueprint?: Blueprint
5297
5301
  /**
5298
5302
  * 软件列表。
5299
5303
  */
5300
- SoftwareSet: Array<Software>
5304
+ SoftwareSet?: Array<Software>
5301
5305
  /**
5302
5306
  * 实例 ID。
5303
5307
  */
5304
- InstanceId: string
5308
+ InstanceId?: string
5305
5309
  }
5306
5310
 
5307
5311
  /**
@@ -5928,11 +5928,11 @@ export interface DescribeTokenUsageRequest {
5928
5928
  */
5929
5929
  ModelName?: string
5930
5930
  /**
5931
- * 开始时间戳, 单位为秒
5931
+ * 开始时间戳, 单位为秒(默认值0)
5932
5932
  */
5933
5933
  StartTime?: string
5934
5934
  /**
5935
- * 结束时间戳, 单位为秒
5935
+ * 结束时间戳, 单位为秒(默认值0, 必须大于开始时间戳)
5936
5936
  */
5937
5937
  EndTime?: string
5938
5938
  /**
@@ -71,12 +71,10 @@ export interface DescribeInstancesRequest {
71
71
  export interface TagInfo {
72
72
  /**
73
73
  * 标签键
74
- 注意:此字段可能返回 null,表示取不到有效值。
75
74
  */
76
75
  TagKey: string
77
76
  /**
78
77
  * 标签值
79
- 注意:此字段可能返回 null,表示取不到有效值。
80
78
  */
81
79
  TagValue?: string
82
80
  }
@@ -129,7 +127,6 @@ export interface InstanceListInfo {
129
127
  CmemId?: number
130
128
  /**
131
129
  * 实例关联的标签信息
132
- 注意:此字段可能返回 null,表示取不到有效值。
133
130
  */
134
131
  Tags?: Array<TagInfo>
135
132
  /**
@@ -1057,8 +1057,10 @@ export class Client extends AbstractClient {
1057
1057
  }
1058
1058
 
1059
1059
  /**
1060
- * 本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
1061
- */
1060
+ * 本接口通过检测图片中的文字信息特征,快速判断图片中有无文字并返回判断结果,帮助用户过滤无文字的图片。
1061
+
1062
+ 默认接口请求频率限制:5次/秒。
1063
+ */
1062
1064
  async TextDetect(
1063
1065
  req: TextDetectRequest,
1064
1066
  cb?: (error: string, rep: TextDetectResponse) => void
@@ -755,7 +755,7 @@ export interface TextDetectResponse {
755
755
  /**
756
756
  * 图片中是否包含文字。
757
757
  */
758
- HasText: boolean
758
+ HasText?: boolean
759
759
  /**
760
760
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
761
761
  */
@@ -1353,6 +1353,10 @@ export interface SubmitCertificateInformationRequest {
1353
1353
  * 联系人职位。
1354
1354
  */
1355
1355
  ContactPosition?: string
1356
+ /**
1357
+ * 是否DV证书。默认false
1358
+ */
1359
+ IsDV?: boolean
1356
1360
  }
1357
1361
 
1358
1362
  /**
@@ -4540,11 +4544,11 @@ export interface UploadRevokeLetterResponse {
4540
4544
  /**
4541
4545
  * 证书 ID。
4542
4546
  */
4543
- CertificateId: string
4547
+ CertificateId?: string
4544
4548
  /**
4545
4549
  * 是否成功。
4546
4550
  */
4547
- IsSuccess: boolean
4551
+ IsSuccess?: boolean
4548
4552
  /**
4549
4553
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4550
4554
  */
@@ -4664,7 +4668,7 @@ export interface ModifyCertificateAliasResponse {
4664
4668
  /**
4665
4669
  * 修改成功的证书 ID。
4666
4670
  */
4667
- CertificateId: string
4671
+ CertificateId?: string
4668
4672
  /**
4669
4673
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4670
4674
  */