tencentcloud-sdk-nodejs 4.0.841 → 4.0.843

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 (106) hide show
  1. package/CHANGELOG.md +334 -0
  2. package/README.md +7 -0
  3. package/SERVICE_CHANGELOG.md +340 -59
  4. package/examples/common/common_client.js +47 -0
  5. package/examples/common/common_client.ts +47 -0
  6. package/package.json +1 -1
  7. package/products.md +29 -29
  8. package/src/common/index.ts +3 -0
  9. package/src/common/sdk_version.ts +1 -1
  10. package/src/services/aiart/v20221229/aiart_models.ts +38 -34
  11. package/src/services/apm/v20210622/apm_client.ts +46 -8
  12. package/src/services/apm/v20210622/apm_models.ts +233 -24
  13. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  14. package/src/services/cfs/v20190719/cfs_models.ts +36 -22
  15. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  16. package/src/services/cfw/v20190904/cfw_models.ts +3 -3
  17. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +9 -5
  18. package/src/services/cls/v20201016/cls_models.ts +72 -36
  19. package/src/services/cynosdb/v20190107/cynosdb_client.ts +16 -3
  20. package/src/services/cynosdb/v20190107/cynosdb_models.ts +109 -43
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -1
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
  23. package/src/services/ess/v20201111/ess_client.ts +2 -0
  24. package/src/services/ess/v20201111/ess_models.ts +31 -3
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +30 -2
  27. package/src/services/faceid/v20180301/faceid_models.ts +40 -7
  28. package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -4
  29. package/src/services/hunyuan/v20230901/hunyuan_models.ts +123 -17
  30. package/src/services/ims/v20201229/ims_client.ts +2 -3
  31. package/src/services/ims/v20201229/ims_models.ts +54 -54
  32. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +13 -0
  33. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +47 -0
  34. package/src/services/iss/v20230517/iss_models.ts +16 -0
  35. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  36. package/src/services/lke/v20231130/lke_client.ts +0 -24
  37. package/src/services/lke/v20231130/lke_models.ts +0 -81
  38. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -1
  39. package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
  40. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  41. package/src/services/mps/v20190612/mps_client.ts +2 -1
  42. package/src/services/mps/v20190612/mps_models.ts +66 -42
  43. package/src/services/rum/v20210622/rum_models.ts +2 -2
  44. package/src/services/tdid/v20210519/tdid_client.ts +1 -1
  45. package/src/services/teo/v20220901/teo_client.ts +1 -0
  46. package/src/services/teo/v20220901/teo_models.ts +83 -21
  47. package/src/services/tione/v20211111/tione_client.ts +1 -0
  48. package/src/services/tione/v20211111/tione_models.ts +16 -0
  49. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  50. package/src/services/waf/v20180125/waf_models.ts +1 -1
  51. package/tencentcloud/common/index.d.ts +3 -0
  52. package/tencentcloud/common/index.js +6 -0
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +38 -34
  56. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +15 -3
  57. package/tencentcloud/services/apm/v20210622/apm_client.js +21 -3
  58. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +225 -24
  59. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  60. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -22
  61. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  62. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  63. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +3 -3
  64. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +9 -5
  65. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -36
  66. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  67. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  68. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +105 -42
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +1 -1
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +1 -1
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -3
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +28 -2
  74. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +40 -7
  75. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +13 -5
  76. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +14 -4
  77. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +121 -17
  78. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -3
  79. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -3
  80. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +54 -54
  81. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
  82. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
  83. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +44 -0
  84. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +16 -0
  85. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  86. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -9
  87. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -12
  88. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +0 -77
  89. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +1 -1
  90. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +1 -1
  91. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  92. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  93. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  94. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +65 -42
  95. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2 -2
  96. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +1 -1
  97. package/tencentcloud/services/tdid/v20210519/tdid_client.js +1 -1
  98. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +82 -21
  99. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -0
  100. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  101. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  102. package/test/apm.v20210622.test.js +32 -2
  103. package/test/cynosdb.v20190107.test.js +10 -0
  104. package/test/hunyuan.v20230901.test.js +10 -0
  105. package/test/iotexplorer.v20190423.test.js +10 -0
  106. package/test/lke.v20231130.test.js +0 -20
@@ -292,6 +292,24 @@ export interface CreateApmInstanceRequest {
292
292
  PayMode?: number
293
293
  }
294
294
 
295
+ /**
296
+ * ModifyGeneralApmApplicationConfig请求参数结构体
297
+ */
298
+ export interface ModifyGeneralApmApplicationConfigRequest {
299
+ /**
300
+ * 实例Id
301
+ */
302
+ InstanceId: string
303
+ /**
304
+ * 需要修改的字段key value分别指定字段名、字段值
305
+ */
306
+ Tags: Array<ApmTag>
307
+ /**
308
+ * 需要修改配置的服务列表名称
309
+ */
310
+ ServiceNames?: Array<string>
311
+ }
312
+
295
313
  /**
296
314
  * DescribeServiceOverview返回参数结构体
297
315
  */
@@ -350,6 +368,36 @@ export interface DescribeApmInstancesResponse {
350
368
  RequestId?: string
351
369
  }
352
370
 
371
+ /**
372
+ * 组件
373
+ */
374
+ export interface Instrument {
375
+ /**
376
+ * 组件名称
377
+ 注意:此字段可能返回 null,表示取不到有效值。
378
+ */
379
+ Name?: string
380
+ /**
381
+ * 组件开关
382
+ 注意:此字段可能返回 null,表示取不到有效值。
383
+ */
384
+ Enable?: boolean
385
+ }
386
+
387
+ /**
388
+ * DescribeTagValues返回参数结构体
389
+ */
390
+ export interface DescribeTagValuesResponse {
391
+ /**
392
+ * 维度值列表
393
+ */
394
+ Values?: Array<string>
395
+ /**
396
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
397
+ */
398
+ RequestId?: string
399
+ }
400
+
353
401
  /**
354
402
  * Span对象
355
403
  */
@@ -541,6 +589,40 @@ export interface DescribeApmAgentResponse {
541
589
  RequestId?: string
542
590
  }
543
591
 
592
+ /**
593
+ * DescribeTagValues请求参数结构体
594
+ */
595
+ export interface DescribeTagValuesRequest {
596
+ /**
597
+ * 维度名
598
+ */
599
+ TagKey: string
600
+ /**
601
+ * 实例ID
602
+ */
603
+ InstanceId?: string
604
+ /**
605
+ * 结束时间
606
+ */
607
+ EndTime?: number
608
+ /**
609
+ * 过滤条件
610
+ */
611
+ Filters?: Array<Filter>
612
+ /**
613
+ * 开始时间
614
+ */
615
+ StartTime?: number
616
+ /**
617
+ * Or过滤条件
618
+ */
619
+ OrFilters?: Array<Filter>
620
+ /**
621
+ * 使用类型
622
+ */
623
+ Type?: string
624
+ }
625
+
544
626
  /**
545
627
  * 指标维度信息
546
628
  */
@@ -605,41 +687,102 @@ export interface Line {
605
687
  }
606
688
 
607
689
  /**
608
- * DescribeGeneralSpanList请求参数结构体
690
+ * 应用相关的配置列表项
609
691
  */
610
- export interface DescribeGeneralSpanListRequest {
692
+ export interface ApmApplicationConfigView {
611
693
  /**
612
- * 分页
694
+ * 实例ID
613
695
  */
614
- Offset: number
696
+ InstanceKey?: string
615
697
  /**
616
- * 列表项个数
698
+ * 服务名
617
699
  */
618
- Limit: number
700
+ ServiceName?: string
619
701
  /**
620
- * 排序
702
+ * 接口过滤
621
703
  */
622
- OrderBy?: OrderBy
704
+ OperationNameFilter?: string
623
705
  /**
624
- * span查询开始时间戳(单位:秒)
706
+ * 异常过滤
625
707
  */
626
- StartTime?: number
708
+ ExceptionFilter?: string
627
709
  /**
628
- * 实例名
710
+ * 错误码过滤
629
711
  */
630
- InstanceId?: string
712
+ ErrorCodeFilter?: string
631
713
  /**
632
- * 通用过滤参数
714
+ * 应用诊断开关
715
+ 注意:此字段可能返回 null,表示取不到有效值。
633
716
  */
634
- Filters?: Array<Filter>
717
+ EventEnable?: boolean
635
718
  /**
636
- * 业务自身服务名
719
+ * URL收敛开关 0 关 1 开
637
720
  */
638
- BusinessName?: string
721
+ UrlConvergenceSwitch?: number
639
722
  /**
640
- * span查询结束时间戳(单位:秒)
723
+ * URL收敛阈值
641
724
  */
642
- EndTime?: number
725
+ UrlConvergenceThreshold?: number
726
+ /**
727
+ * URL收敛规则正则
728
+ */
729
+ UrlConvergence?: string
730
+ /**
731
+ * URL排除规则正则
732
+ */
733
+ UrlExclude?: string
734
+ /**
735
+ * 是否开启日志 0 关 1 开
736
+ */
737
+ IsRelatedLog?: number
738
+ /**
739
+ * 日志来源
740
+ 注意:此字段可能返回 null,表示取不到有效值。
741
+ */
742
+ LogSource?: string
743
+ /**
744
+ * CLS日志集
745
+ */
746
+ LogSet?: string
747
+ /**
748
+ * 日志主题ID
749
+ */
750
+ LogTopicID?: string
751
+ /**
752
+ * 线程剖析开关
753
+ */
754
+ SnapshotEnable?: boolean
755
+ /**
756
+ * 线程剖析超时阈值
757
+ */
758
+ SnapshotTimeout?: number
759
+ /**
760
+ * 探针开启开关
761
+ */
762
+ AgentEnable?: boolean
763
+ /**
764
+ * 组件列表开关
765
+ 注意:此字段可能返回 null,表示取不到有效值。
766
+ */
767
+ InstrumentList?: Array<Instrument>
768
+ /**
769
+ * 链路压缩开关
770
+ */
771
+ TraceSquash?: boolean
772
+ }
773
+
774
+ /**
775
+ * 维度(标签)对象
776
+ */
777
+ export interface ApmTag {
778
+ /**
779
+ * 维度Key(列名,标签Key)
780
+ */
781
+ Key: string
782
+ /**
783
+ * 维度值(标签值)
784
+ */
785
+ Value: string
643
786
  }
644
787
 
645
788
  /**
@@ -693,17 +836,41 @@ export interface DescribeMetricRecordsResponse {
693
836
  }
694
837
 
695
838
  /**
696
- * 维度(标签)对象
839
+ * DescribeGeneralSpanList请求参数结构体
697
840
  */
698
- export interface ApmTag {
841
+ export interface DescribeGeneralSpanListRequest {
699
842
  /**
700
- * 维度Key(列名,标签Key)
843
+ * 分页
701
844
  */
702
- Key: string
845
+ Offset: number
703
846
  /**
704
- * 维度值(标签值)
847
+ * 列表项个数
705
848
  */
706
- Value: string
849
+ Limit: number
850
+ /**
851
+ * 排序
852
+ */
853
+ OrderBy?: OrderBy
854
+ /**
855
+ * span查询开始时间戳(单位:秒)
856
+ */
857
+ StartTime?: number
858
+ /**
859
+ * 实例名
860
+ */
861
+ InstanceId?: string
862
+ /**
863
+ * 通用过滤参数
864
+ */
865
+ Filters?: Array<Filter>
866
+ /**
867
+ * 业务自身服务名
868
+ */
869
+ BusinessName?: string
870
+ /**
871
+ * span查询结束时间戳(单位:秒)
872
+ */
873
+ EndTime?: number
707
874
  }
708
875
 
709
876
  /**
@@ -824,6 +991,20 @@ export interface DescribeMetricRecordsRequest {
824
991
  OrFilters?: Array<Filter>
825
992
  }
826
993
 
994
+ /**
995
+ * DescribeGeneralApmApplicationConfig返回参数结构体
996
+ */
997
+ export interface DescribeGeneralApmApplicationConfigResponse {
998
+ /**
999
+ * 应用配置项
1000
+ */
1001
+ ApmApplicationConfigView?: ApmApplicationConfigView
1002
+ /**
1003
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1004
+ */
1005
+ RequestId?: string
1006
+ }
1007
+
827
1008
  /**
828
1009
  * DescribeGeneralMetricData请求参数结构体
829
1010
  */
@@ -935,6 +1116,20 @@ export interface SpanProcess {
935
1116
  Tags: Array<SpanTag>
936
1117
  }
937
1118
 
1119
+ /**
1120
+ * DescribeGeneralApmApplicationConfig请求参数结构体
1121
+ */
1122
+ export interface DescribeGeneralApmApplicationConfigRequest {
1123
+ /**
1124
+ * 应用名
1125
+ */
1126
+ ServiceName: string
1127
+ /**
1128
+ * 实例Id
1129
+ */
1130
+ InstanceId: string
1131
+ }
1132
+
938
1133
  /**
939
1134
  * ModifyApmInstance返回参数结构体
940
1135
  */
@@ -1020,6 +1215,20 @@ export interface DescribeGeneralMetricDataResponse {
1020
1215
  RequestId?: string
1021
1216
  }
1022
1217
 
1218
+ /**
1219
+ * ModifyGeneralApmApplicationConfig返回参数结构体
1220
+ */
1221
+ export interface ModifyGeneralApmApplicationConfigResponse {
1222
+ /**
1223
+ * 返回值描述
1224
+ */
1225
+ Message?: string
1226
+ /**
1227
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1228
+ */
1229
+ RequestId?: string
1230
+ }
1231
+
1023
1232
  /**
1024
1233
  * TerminateApmInstance返回参数结构体
1025
1234
  */
@@ -3489,7 +3489,7 @@ export interface DescribeChatMessagesRequest {
3489
3489
  */
3490
3490
  InstanceId?: number
3491
3491
  /**
3492
- * 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
3492
+ * 应用 ID,可以查看 https://console.cloud.tencent.com/ccc
3493
3493
  */
3494
3494
  SdkAppId?: number
3495
3495
  /**
@@ -698,7 +698,7 @@ export interface AutoSnapshotPolicyInfo {
698
698
  */
699
699
  Status?: string
700
700
  /**
701
- * 帐号ID
701
+ * 账号ID
702
702
  */
703
703
  AppId?: number
704
704
  /**
@@ -826,7 +826,12 @@ export interface UpdateCfsRuleRequest {
826
826
  */
827
827
  RWPermission?: string
828
828
  /**
829
- * 用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。不填默认为root_squash
829
+ * 用户权限,值为all_squash、no_all_squash、root_squash、no_root_squash。
830
+ all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
831
+ no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
832
+ root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
833
+ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root 用户)均保持原有的 UID/GID 信息
834
+
830
835
  */
831
836
  UserPermission?: string
832
837
  /**
@@ -967,27 +972,27 @@ export interface UpdateCfsRuleResponse {
967
972
  /**
968
973
  * 权限组 ID
969
974
  */
970
- PGroupId: string
975
+ PGroupId?: string
971
976
  /**
972
977
  * 规则 ID
973
978
  */
974
- RuleId: string
979
+ RuleId?: string
975
980
  /**
976
981
  * 允许访问的客户端 IP 或者 IP 段
977
982
  */
978
- AuthClientIp: string
983
+ AuthClientIp?: string
979
984
  /**
980
985
  * 读写权限
981
986
  */
982
- RWPermission: string
987
+ RWPermission?: string
983
988
  /**
984
989
  * 用户权限
985
990
  */
986
- UserPermission: string
991
+ UserPermission?: string
987
992
  /**
988
993
  * 优先级
989
994
  */
990
- Priority: number
995
+ Priority?: number
991
996
  /**
992
997
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
993
998
  */
@@ -1312,7 +1317,12 @@ export interface CreateCfsRuleRequest {
1312
1317
  */
1313
1318
  RWPermission?: string
1314
1319
  /**
1315
- * 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。不填默认为root_squash
1320
+ * 用户权限,值为 all_squash、no_all_squash、root_squash、no_root_squash。
1321
+ all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
1322
+ no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
1323
+ root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
1324
+ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root 用户)均保持原有的 UID/GID 信息
1325
+
1316
1326
  */
1317
1327
  UserPermission?: string
1318
1328
  }
@@ -1741,23 +1751,27 @@ export interface PGroupRuleInfo {
1741
1751
  /**
1742
1752
  * 规则ID
1743
1753
  */
1744
- RuleId: string
1754
+ RuleId?: string
1745
1755
  /**
1746
1756
  * 允许访问的客户端IP
1747
1757
  */
1748
- AuthClientIp: string
1758
+ AuthClientIp?: string
1749
1759
  /**
1750
1760
  * 读写权限, ro为只读,rw为读写
1751
1761
  */
1752
- RWPermission: string
1762
+ RWPermission?: string
1753
1763
  /**
1754
- * 用户权限。其中all_squash为所有访问用户都会被映射为匿名用户或用户组;no_all_squash为访问用户会先与本机用户匹配,匹配失败后再映射为匿名用户或用户组;root_squash为将来访的root用户映射为匿名用户或用户组;no_root_squash为来访的root用户保持root帐号权限。
1764
+ * all_squash:所有访问用户(含 root 用户)都会被映射为匿名用户或用户组。
1765
+ no_all_squash:所有访问用户(含 root 用户)均保持原有的 UID/GID 信息。
1766
+ root_squash:将来访的 root 用户映射为匿名用户或用户组,非 root 用户保持原有的 UID/GID 信息。
1767
+ no_root_squash:与 no_all_squash 效果一致,所有访问用户(含 root 用户)均保持原有的 UID/GID 信息
1768
+
1755
1769
  */
1756
- UserPermission: string
1770
+ UserPermission?: string
1757
1771
  /**
1758
1772
  * 规则优先级,1-100。 其中 1 为最高,100为最低
1759
1773
  */
1760
- Priority: number
1774
+ Priority?: number
1761
1775
  }
1762
1776
 
1763
1777
  /**
@@ -1971,7 +1985,7 @@ export interface SnapshotInfo {
1971
1985
  */
1972
1986
  Percent?: number
1973
1987
  /**
1974
- * 帐号ID
1988
+ * 账号ID
1975
1989
  */
1976
1990
  AppId?: number
1977
1991
  /**
@@ -2271,27 +2285,27 @@ export interface CreateCfsRuleResponse {
2271
2285
  /**
2272
2286
  * 规则 ID
2273
2287
  */
2274
- RuleId: string
2288
+ RuleId?: string
2275
2289
  /**
2276
2290
  * 权限组 ID
2277
2291
  */
2278
- PGroupId: string
2292
+ PGroupId?: string
2279
2293
  /**
2280
2294
  * 客户端 IP
2281
2295
  */
2282
- AuthClientIp: string
2296
+ AuthClientIp?: string
2283
2297
  /**
2284
2298
  * 读写权限
2285
2299
  */
2286
- RWPermission: string
2300
+ RWPermission?: string
2287
2301
  /**
2288
2302
  * 用户权限
2289
2303
  */
2290
- UserPermission: string
2304
+ UserPermission?: string
2291
2305
  /**
2292
2306
  * 优先级
2293
2307
  */
2294
- Priority: number
2308
+ Priority?: number
2295
2309
  /**
2296
2310
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2297
2311
  */
@@ -1005,7 +1005,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
1005
1005
  }
1006
1006
 
1007
1007
  /**
1008
- * ip防护状态查询
1008
+ * IP防护状态查询
1009
1009
  */
1010
1010
  async DescribeIPStatusList(
1011
1011
  req: DescribeIPStatusListRequest,
@@ -5393,15 +5393,15 @@ export interface DescribeIPStatusListResponse {
5393
5393
  /**
5394
5394
  * ip状态信息
5395
5395
  */
5396
- StatusList: Array<IPDefendStatus>
5396
+ StatusList?: Array<IPDefendStatus>
5397
5397
  /**
5398
5398
  * 状态码
5399
5399
  */
5400
- ReturnCode: number
5400
+ ReturnCode?: number
5401
5401
  /**
5402
5402
  * 状态信息
5403
5403
  */
5404
- ReturnMsg: string
5404
+ ReturnMsg?: string
5405
5405
  /**
5406
5406
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5407
5407
  */
@@ -104,7 +104,7 @@ export interface CreateWorkspaceTokenRequest {
104
104
  */
105
105
  TokenExpiredLimitSec?: number
106
106
  /**
107
- * token 授权策略,可选值为 workspace-run-only, all。默认为 all
107
+ * token 授权策略,可选值为 workspace-run-only, all。默认为 workspace-run-only
108
108
  */
109
109
  Policies?: Array<string>
110
110
  }
@@ -148,19 +148,23 @@ export interface CreateWorkspaceRequest {
148
148
  /**
149
149
  * 应用名称
150
150
  */
151
- AppId?: number
151
+ TenantAppId?: number
152
152
  /**
153
153
  * 用户UIN
154
154
  */
155
- Uin?: string
155
+ TenantUin?: string
156
156
  /**
157
157
  * VPCID
158
158
  */
159
- UniqVpcId?: string
159
+ TenantUniqVpcId?: string
160
160
  /**
161
161
  * 子网ID
162
162
  */
163
- SubnetId?: string
163
+ TenantSubnetId?: string
164
+ /**
165
+ * 地域
166
+ */
167
+ Region?: string
164
168
  }
165
169
 
166
170
  /**