tencentcloud-sdk-nodejs 4.1.229 → 4.1.231

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 (52) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ccc/v20200210/ccc_client.js +3 -0
  3. package/es/services/cfs/v20190719/cfs_client.js +3 -0
  4. package/es/services/cfw/v20190904/cfw_client.js +3 -0
  5. package/es/services/csip/v20221121/csip_client.js +309 -45
  6. package/es/services/dlc/v20210125/dlc_client.js +10 -4
  7. package/es/services/mna/v20210119/mna_client.js +3 -0
  8. package/es/services/oceanus/v20190422/oceanus_client.js +3 -0
  9. package/es/services/tcb/v20180608/tcb_client.js +11 -2
  10. package/package.json +1 -1
  11. package/tencentcloud/common/sdk_version.d.ts +1 -1
  12. package/tencentcloud/common/sdk_version.js +1 -1
  13. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +2 -2
  14. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  15. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  16. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +167 -18
  17. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +5 -1
  18. package/tencentcloud/services/cfs/v20190719/cfs_client.js +6 -0
  19. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -0
  20. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  21. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  22. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +84 -0
  23. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -22
  24. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +399 -47
  25. package/tencentcloud/services/csip/v20221121/csip_client.js +597 -69
  26. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +11257 -5599
  27. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -2
  28. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -5
  29. package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -6
  30. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +121 -88
  31. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +44 -28
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -68
  33. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -4
  34. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +4 -0
  35. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
  36. package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
  37. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +65 -24
  38. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +12 -11
  39. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +21 -31
  40. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  41. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  42. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +65 -43
  43. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +15 -3
  44. package/tencentcloud/services/tcb/v20180608/tcb_client.js +21 -3
  45. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +155 -63
  46. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +21 -0
  47. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -0
  48. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -0
  49. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -0
  50. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -2
  51. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +210 -73
@@ -3112,6 +3112,48 @@ export interface AddVpcAcRuleRequest {
3112
3112
  */
3113
3113
  From?: string;
3114
3114
  }
3115
+ /**
3116
+ * 边界防火墙公网IP开关列表
3117
+ */
3118
+ export interface EdgeIpInfoSimple {
3119
+ /**
3120
+ * 公网IP
3121
+ */
3122
+ PublicIp?: string;
3123
+ /**
3124
+ * 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
3125
+ */
3126
+ PublicIpType?: number;
3127
+ /**
3128
+ * 实例ID
3129
+ */
3130
+ InstanceId?: string;
3131
+ /**
3132
+ * 实例名
3133
+ */
3134
+ InstanceName?: string;
3135
+ /**
3136
+ * 开关状态
3137
+ 0 : 关闭
3138
+ 1 : 开启
3139
+ 2 : 开启中
3140
+ 3 : 关闭中
3141
+ 4 : 异常
3142
+ */
3143
+ Status?: number;
3144
+ /**
3145
+ * 0 : 旁路 1 : 串行 2 : 正在模式切换
3146
+ */
3147
+ SwitchMode?: number;
3148
+ /**
3149
+ * 地域
3150
+ */
3151
+ Region?: string;
3152
+ /**
3153
+ * 资产类型
3154
+ */
3155
+ AssetType?: string;
3156
+ }
3115
3157
  /**
3116
3158
  * ModifyResourceGroup请求参数结构体
3117
3159
  */
@@ -5873,6 +5915,23 @@ export interface SearchLogInfos {
5873
5915
  * ModifyStorageSetting请求参数结构体
5874
5916
  */
5875
5917
  export type ModifyStorageSettingRequest = null;
5918
+ /**
5919
+ * DescribeEdgeIpSimple返回参数结构体
5920
+ */
5921
+ export interface DescribeEdgeIpSimpleResponse {
5922
+ /**
5923
+ * ip 开关列表
5924
+ */
5925
+ Data?: Array<EdgeIpInfoSimple>;
5926
+ /**
5927
+ * ip 开关列表个数
5928
+ */
5929
+ Total?: number;
5930
+ /**
5931
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5932
+ */
5933
+ RequestId?: string;
5934
+ }
5876
5935
  /**
5877
5936
  * DescribeNatFwDnatRule请求参数结构体
5878
5937
  */
@@ -6885,6 +6944,31 @@ export interface VpcFwJoinInstanceType {
6885
6944
  */
6886
6945
  Num: number;
6887
6946
  }
6947
+ /**
6948
+ * DescribeEdgeIpSimple请求参数结构体
6949
+ */
6950
+ export interface DescribeEdgeIpSimpleRequest {
6951
+ /**
6952
+ * 过滤条件组合
6953
+ */
6954
+ Filters?: Array<CommonFilter>;
6955
+ /**
6956
+ * 每页条数
6957
+ */
6958
+ Limit?: number;
6959
+ /**
6960
+ * 偏移值
6961
+ */
6962
+ Offset?: number;
6963
+ /**
6964
+ * desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
6965
+ */
6966
+ Order?: string;
6967
+ /**
6968
+ * 排序所用到的字段
6969
+ */
6970
+ By?: string;
6971
+ }
6888
6972
  /**
6889
6973
  * CreateNatFwInstance返回参数结构体
6890
6974
  */
@@ -3498,40 +3498,23 @@ export interface DescribeWebCallbacksRequest {
3498
3498
  */
3499
3499
  export interface ConsumerContent {
3500
3500
  /**
3501
- * 是否投递 TAG 信息。
3502
- 当EnableTag为true时,表示投递TAG元信息。
3501
+ * <p>是否投递 TAG 信息。<br>当EnableTag为true时,表示投递TAG元信息。</p>
3503
3502
  */
3504
3503
  EnableTag: boolean;
3505
3504
  /**
3506
- * 需要投递的元数据列表,目前仅支持:\_\_SOURCE\_\_,\_\_FILENAME\_\_,\_\_TIMESTAMP\_\_,\_\_HOSTNAME\_\_和\_\_PKGID\_\_
3505
+ * <p>需要投递的元数据列表,目前仅支持:__SOURCE__,__FILENAME__,__TIMESTAMP__,__HOSTNAME__和__PKGID__</p>
3507
3506
  */
3508
3507
  MetaFields: Array<string>;
3509
3508
  /**
3510
- * EnableTag为true时,必须填写TagJsonNotTiled字段。
3511
- TagJsonNotTiled用于标识tag信息是否json平铺。
3512
-
3513
- TagJsonNotTiled为true时不平铺,示例:
3514
- TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
3515
- 不平铺:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
3516
-
3517
- TagJsonNotTiled为false时平铺,示例:
3518
- TAG信息:`{"__TAG__":{"fieldA":200,"fieldB":"text"}}`
3519
- 平铺:`{"__TAG__.fieldA":200,"__TAG__.fieldB":"text"}`
3509
+ * <p>当EnableTag为true时,必须填写TagJsonNotTiled字段。<br>TagJsonNotTiled用于标识tag信息是否json平铺。</p><p>TagJsonNotTiled为true时不平铺,示例:<br>TAG信息:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code><br>不平铺:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code></p><p>TagJsonNotTiled为false时平铺,示例:<br>TAG信息:<code>{&quot;__TAG__&quot;:{&quot;fieldA&quot;:200,&quot;fieldB&quot;:&quot;text&quot;}}</code><br>平铺:<code>{&quot;__TAG__.fieldA&quot;:200,&quot;__TAG__.fieldB&quot;:&quot;text&quot;}</code></p>
3520
3510
  */
3521
3511
  TagJsonNotTiled?: boolean;
3522
3512
  /**
3523
- * 投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是1
3513
+ * <p>投递时间戳精度,可选项 [1:秒;2:毫秒] ,默认是1。</p>
3524
3514
  */
3525
3515
  TimestampAccuracy?: number;
3526
3516
  /**
3527
- * 投递Json格式。
3528
- JsonType为0:和原始日志一致,不转义。示例:
3529
- 日志原文:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
3530
- 投递到Ckafka:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
3531
-
3532
- JsonType为1:转义。示例:
3533
- 日志原文:`{"a":"aa", "b":{"b1":"b1b1", "c1":"c1c1"}}`
3534
- 投递到Ckafka:`{"a":"aa","b":"{\"b1\":\"b1b1\", \"c1\":\"c1c1\"}"}`
3517
+ * <p>投递Json格式。</p><p>枚举值:</p><ul><li>0: 转义。示例:<br>日志原文:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code><br>投递到Ckafka:<code>{&quot;a&quot;:&quot;aa&quot;,&quot;b&quot;:&quot;{\&quot;b1\&quot;:\&quot;b1b1\&quot;, \&quot;c1\&quot;:\&quot;c1c1\&quot;}&quot;}</code></li><li>1: 和原始日志一致,不转义。示例:<br>日志原文:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code><br>投递到Ckafka:<code>{&quot;a&quot;:&quot;aa&quot;, &quot;b&quot;:{&quot;b1&quot;:&quot;b1b1&quot;, &quot;c1&quot;:&quot;c1c1&quot;}}</code></li></ul>
3535
3518
  */
3536
3519
  JsonType?: number;
3537
3520
  }
@@ -10615,6 +10598,14 @@ export interface Console {
10615
10598
  注意:此字段可能返回 null,表示取不到有效值。
10616
10599
  */
10617
10600
  Menus?: Array<string>;
10601
+ /**
10602
+ * <p>公网访问域名</p>
10603
+ */
10604
+ Domain?: string;
10605
+ /**
10606
+ * <p>内网访问域名</p>
10607
+ */
10608
+ IntranetDomain?: string;
10618
10609
  }
10619
10610
  /**
10620
10611
  * CreateAlarm返回参数结构体