tencentcloud-sdk-nodejs 4.0.935 → 4.0.936

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 (57) hide show
  1. package/CHANGELOG.md +223 -0
  2. package/SERVICE_CHANGELOG.md +292 -212
  3. package/package.json +1 -1
  4. package/products.md +16 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cfg/v20210820/cfg_models.ts +1 -1
  7. package/src/services/cfw/v20190904/cfw_models.ts +42 -2
  8. package/src/services/ess/v20201111/ess_client.ts +5 -7
  9. package/src/services/ess/v20201111/ess_models.ts +28 -37
  10. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
  11. package/src/services/iss/v20230517/iss_client.ts +38 -25
  12. package/src/services/iss/v20230517/iss_models.ts +49 -6
  13. package/src/services/mps/v20190612/mps_client.ts +5 -2
  14. package/src/services/mps/v20190612/mps_models.ts +128 -55
  15. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  16. package/src/services/sms/v20210111/sms_models.ts +9 -9
  17. package/src/services/ssl/v20191205/ssl_models.ts +3 -3
  18. package/src/services/tke/v20180525/tke_models.ts +4 -0
  19. package/src/services/tke/v20220501/tke_client.ts +97 -20
  20. package/src/services/tke/v20220501/tke_models.ts +494 -215
  21. package/src/services/vod/index.ts +2 -0
  22. package/src/services/vod/v20240718/index.ts +6 -0
  23. package/src/services/vod/v20240718/vod_client.ts +44 -0
  24. package/src/services/vod/v20240718/vod_models.ts +76 -0
  25. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
  29. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +42 -2
  30. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -7
  31. package/tencentcloud/services/ess/v20201111/ess_client.js +5 -7
  32. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -37
  33. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
  34. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +13 -9
  35. package/tencentcloud/services/iss/v20230517/iss_client.js +18 -12
  36. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +46 -6
  37. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  38. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -55
  39. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  40. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -9
  41. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
  42. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  43. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +29 -5
  44. package/tencentcloud/services/tke/v20220501/tke_client.js +42 -6
  45. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +481 -219
  46. package/tencentcloud/services/vod/index.d.ts +4 -0
  47. package/tencentcloud/services/vod/index.js +2 -0
  48. package/tencentcloud/services/vod/v20240718/index.d.ts +6 -0
  49. package/tencentcloud/services/vod/v20240718/index.js +9 -0
  50. package/tencentcloud/services/vod/v20240718/vod_client.d.ts +14 -0
  51. package/tencentcloud/services/vod/v20240718/vod_client.js +37 -0
  52. package/tencentcloud/services/vod/v20240718/vod_models.d.ts +57 -0
  53. package/tencentcloud/services/vod/v20240718/vod_models.js +18 -0
  54. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  55. package/test/iss.v20230517.test.js +18 -8
  56. package/test/tke.v20220501.test.js +64 -4
  57. package/test/vod.v20240718.test.js +31 -0
@@ -15,6 +15,17 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * 智能横转竖任务输入类型
20
+ */
21
+ export interface AiAnalysisTaskHorizontalToVerticalInput {
22
+ /**
23
+ * 视频智能横转竖模板 ID
24
+ 注意:此字段可能返回 null,表示取不到有效值。
25
+ */
26
+ Definition?: number
27
+ }
28
+
18
29
  /**
19
30
  * ModifySnapshotByTimeOffsetTemplate返回参数结构体
20
31
  */
@@ -3938,6 +3949,37 @@ export interface DisableScheduleRequest {
3938
3949
  ScheduleId: number
3939
3950
  }
3940
3951
 
3952
+ /**
3953
+ * 智能横转竖结果类型
3954
+ */
3955
+ export interface AiAnalysisTaskHorizontalToVerticalResult {
3956
+ /**
3957
+ * 任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种
3958
+ 注意:此字段可能返回 null,表示取不到有效值。
3959
+ */
3960
+ Status?: string
3961
+ /**
3962
+ * 错误码,0:成功,其他值:失败
3963
+ 注意:此字段可能返回 null,表示取不到有效值。
3964
+ */
3965
+ ErrCode?: number
3966
+ /**
3967
+ * 错误信息
3968
+ 注意:此字段可能返回 null,表示取不到有效值。
3969
+ */
3970
+ Message?: string
3971
+ /**
3972
+ * 智能横转竖任务输入
3973
+ 注意:此字段可能返回 null,表示取不到有效值。
3974
+ */
3975
+ Input?: AiAnalysisTaskHorizontalToVerticalInput
3976
+ /**
3977
+ * 智能横转竖任务输出
3978
+ 注意:此字段可能返回 null,表示取不到有效值。
3979
+ */
3980
+ Output?: AiAnalysisTaskHorizontalToVerticalOutput
3981
+ }
3982
+
3941
3983
  /**
3942
3984
  * 创建的输入RTMP拉流源站配置信息。
3943
3985
  */
@@ -4054,54 +4096,24 @@ export interface DeleteAdaptiveDynamicStreamingTemplateResponse {
4054
4096
  }
4055
4097
 
4056
4098
  /**
4057
- * CreateAnimatedGraphicsTemplate请求参数结构体
4099
+ * 查询输出的RTMP配置信息。
4058
4100
  */
4059
- export interface CreateAnimatedGraphicsTemplateRequest {
4060
- /**
4061
- * 帧率,取值范围:[1, 30],单位:Hz。
4062
- */
4063
- Fps: number
4064
- /**
4065
- * 动图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
4066
- <li>当 Width、Height 均为 0,则分辨率同源;</li>
4067
- <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
4068
- <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
4069
- <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
4070
- 默认值:0。
4071
- */
4072
- Width?: number
4073
- /**
4074
- * 动图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
4075
- <li>当 Width、Height 均为 0,则分辨率同源;</li>
4076
- <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
4077
- <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
4078
- <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
4079
- 默认值:0。
4080
- */
4081
- Height?: number
4082
- /**
4083
- * 分辨率自适应,可选值:
4084
- <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
4085
- <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
4086
- 默认值:open。
4087
- */
4088
- ResolutionAdaptive?: string
4089
- /**
4090
- * 动图格式,取值为 gif 和 webp。默认为 gif。
4091
- */
4092
- Format?: string
4101
+ export interface DescribeOutputRTMPSettings {
4093
4102
  /**
4094
- * 图片质量,取值范围:[1, 100],默认值为 75。
4103
+ * 空闲超时时间。
4104
+ 注意:此字段可能返回 null,表示取不到有效值。
4095
4105
  */
4096
- Quality?: number
4106
+ IdleTimeout: number
4097
4107
  /**
4098
- * 转动图模板名称,长度限制:64 个字符。
4108
+ * Chunk大小。
4109
+ 注意:此字段可能返回 null,表示取不到有效值。
4099
4110
  */
4100
- Name?: string
4111
+ ChunkSize: number
4101
4112
  /**
4102
- * 模板描述信息,长度限制:256 个字符。
4113
+ * 转推RTMP的目标地址信息列表。
4114
+ 注意:此字段可能返回 null,表示取不到有效值。
4103
4115
  */
4104
- Comment?: string
4116
+ Destinations: Array<RTMPAddressDestination>
4105
4117
  }
4106
4118
 
4107
4119
  /**
@@ -8380,6 +8392,11 @@ export interface AiAnalysisResult {
8380
8392
  注意:此字段可能返回 null,表示取不到有效值。
8381
8393
  */
8382
8394
  DescriptionTask?: AiAnalysisTaskDescriptionResult
8395
+ /**
8396
+ * 视频内容分析横转竖任务的查询结果,当任务类型为 HorizontalToVertical 时有效。
8397
+ 注意:此字段可能返回 null,表示取不到有效值。
8398
+ */
8399
+ HorizontalToVerticalTask?: AiAnalysisTaskHorizontalToVerticalResult
8383
8400
  }
8384
8401
 
8385
8402
  /**
@@ -12873,6 +12890,27 @@ export interface ProcessLiveStreamRequest {
12873
12890
  ScheduleId?: number
12874
12891
  }
12875
12892
 
12893
+ /**
12894
+ * 智能横转竖结果信息
12895
+ */
12896
+ export interface AiAnalysisTaskHorizontalToVerticalOutput {
12897
+ /**
12898
+ * 视频智能横转竖列表
12899
+ 注意:此字段可能返回 null,表示取不到有效值。
12900
+ */
12901
+ Path?: string
12902
+ /**
12903
+ * 智能横转竖视频的存储位置
12904
+ 注意:此字段可能返回 null,表示取不到有效值。
12905
+ */
12906
+ OutputStorage?: TaskOutputStorage
12907
+ /**
12908
+ * 置信度。
12909
+ 注意:此字段可能返回 null,表示取不到有效值。
12910
+ */
12911
+ Confidence?: number
12912
+ }
12913
+
12876
12914
  /**
12877
12915
  * ModifyImageSpriteTemplate请求参数结构体
12878
12916
  */
@@ -13597,24 +13635,54 @@ export interface DeleteQualityControlTemplateResponse {
13597
13635
  }
13598
13636
 
13599
13637
  /**
13600
- * 查询输出的RTMP配置信息。
13638
+ * CreateAnimatedGraphicsTemplate请求参数结构体
13601
13639
  */
13602
- export interface DescribeOutputRTMPSettings {
13640
+ export interface CreateAnimatedGraphicsTemplateRequest {
13603
13641
  /**
13604
- * 空闲超时时间。
13605
- 注意:此字段可能返回 null,表示取不到有效值。
13642
+ * 帧率,取值范围:[1, 30],单位:Hz。
13606
13643
  */
13607
- IdleTimeout: number
13644
+ Fps: number
13608
13645
  /**
13609
- * Chunk大小。
13610
- 注意:此字段可能返回 null,表示取不到有效值。
13646
+ * 动图宽度(或长边)的最大值,取值范围:0 和 [128, 4096],单位:px。
13647
+ <li>当 Width、Height 均为 0,则分辨率同源;</li>
13648
+ <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
13649
+ <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
13650
+ <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
13651
+ 默认值:0。
13611
13652
  */
13612
- ChunkSize: number
13653
+ Width?: number
13613
13654
  /**
13614
- * 转推RTMP的目标地址信息列表。
13615
- 注意:此字段可能返回 null,表示取不到有效值。
13655
+ * 动图高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
13656
+ <li>当 Width、Height 均为 0,则分辨率同源;</li>
13657
+ <li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
13658
+ <li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
13659
+ <li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
13660
+ 默认值:0。
13616
13661
  */
13617
- Destinations: Array<RTMPAddressDestination>
13662
+ Height?: number
13663
+ /**
13664
+ * 分辨率自适应,可选值:
13665
+ <li>open:开启,此时,Width 代表视频的长边,Height 表示视频的短边;</li>
13666
+ <li>close:关闭,此时,Width 代表视频的宽度,Height 表示视频的高度。</li>
13667
+ 默认值:open。
13668
+ */
13669
+ ResolutionAdaptive?: string
13670
+ /**
13671
+ * 动图格式,取值为 gif 和 webp。默认为 gif。
13672
+ */
13673
+ Format?: string
13674
+ /**
13675
+ * 图片质量,取值范围:[1, 100],默认值为 75。
13676
+ */
13677
+ Quality?: number
13678
+ /**
13679
+ * 转动图模板名称,长度限制:64 个字符。
13680
+ */
13681
+ Name?: string
13682
+ /**
13683
+ * 模板描述信息,长度限制:256 个字符。
13684
+ */
13685
+ Comment?: string
13618
13686
  }
13619
13687
 
13620
13688
  /**
@@ -15274,15 +15342,20 @@ export interface HighlightSegmentItem {
15274
15342
  /**
15275
15343
  * 置信度。
15276
15344
  */
15277
- Confidence: number
15345
+ Confidence?: number
15278
15346
  /**
15279
15347
  * 片段起始时间偏移。
15280
15348
  */
15281
- StartTimeOffset: number
15349
+ StartTimeOffset?: number
15282
15350
  /**
15283
15351
  * 片段结束时间偏移。
15284
15352
  */
15285
- EndTimeOffset: number
15353
+ EndTimeOffset?: number
15354
+ /**
15355
+ * 片段标签
15356
+ 注意:此字段可能返回 null,表示取不到有效值。
15357
+ */
15358
+ SegmentTags?: Array<string>
15286
15359
  }
15287
15360
 
15288
15361
  /**
@@ -9164,6 +9164,10 @@ export interface MainlandPermitOCRResponse {
9164
9164
  * RetProfile为True时返回头像字段, Base64编码
9165
9165
  */
9166
9166
  Profile?: string
9167
+ /**
9168
+ * 国籍
9169
+ */
9170
+ Nationality?: string
9167
9171
  /**
9168
9172
  * 背面字段信息
9169
9173
  */
@@ -740,36 +740,36 @@ export interface PullSmsSendStatus {
740
740
  /**
741
741
  * 用户实际接收到短信的时间,UNIX 时间戳(单位:秒)。
742
742
  */
743
- UserReceiveTime: number
743
+ UserReceiveTime?: number
744
744
  /**
745
745
  * 国家(或地区)码。
746
746
  */
747
- CountryCode: string
747
+ CountryCode?: string
748
748
  /**
749
749
  * 用户号码,普通格式,示例如:13711112222。
750
750
  */
751
- SubscriberNumber: string
751
+ SubscriberNumber?: string
752
752
  /**
753
753
  * 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
754
754
  */
755
- PhoneNumber: string
755
+ PhoneNumber?: string
756
756
  /**
757
757
  * 本次发送标识 ID。
758
758
  */
759
- SerialNo: string
759
+ SerialNo?: string
760
760
  /**
761
761
  * 实际是否收到短信接收状态,SUCCESS(成功)、FAIL(失败)。
762
762
  */
763
- ReportStatus: string
763
+ ReportStatus?: string
764
764
  /**
765
765
  * 用户接收短信状态描述。
766
766
  */
767
- Description: string
767
+ Description?: string
768
768
  /**
769
- * 用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)
769
+ * 用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 评估。
770
770
  注意:此字段可能返回 null,表示取不到有效值。
771
771
  */
772
- SessionContext: string
772
+ SessionContext?: string
773
773
  }
774
774
 
775
775
  /**
@@ -2242,12 +2242,12 @@ export interface DescribeHostUpdateRecordResponse {
2242
2242
  * 总数
2243
2243
  注意:此字段可能返回 null,表示取不到有效值。
2244
2244
  */
2245
- TotalCount: number
2245
+ TotalCount?: number
2246
2246
  /**
2247
2247
  * 证书部署记录列表
2248
2248
  注意:此字段可能返回 null,表示取不到有效值。
2249
2249
  */
2250
- DeployRecordList: Array<UpdateRecordInfo>
2250
+ DeployRecordList?: Array<UpdateRecordInfo>
2251
2251
  /**
2252
2252
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2253
2253
  */
@@ -2261,7 +2261,7 @@ export interface UpdateCertificateRecordRollbackResponse {
2261
2261
  /**
2262
2262
  * 回滚部署记录ID
2263
2263
  */
2264
- DeployRecordId: number
2264
+ DeployRecordId?: number
2265
2265
  /**
2266
2266
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2267
2267
  */
@@ -4926,6 +4926,10 @@ export interface CreateClusterRequest {
4926
4926
  * 需要安装的扩展组件信息
4927
4927
  */
4928
4928
  ExtensionAddons?: Array<ExtensionAddon>
4929
+ /**
4930
+ * 本地专用集群Id
4931
+ */
4932
+ CdcId?: string
4929
4933
  }
4930
4934
 
4931
4935
  /**
@@ -18,8 +18,10 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- RuntimeConfig,
22
- Label,
21
+ NativeNodeInfo,
22
+ HealthCheckTemplateRule,
23
+ HealthCheckPolicyRule,
24
+ DeleteHealthCheckPolicyRequest,
23
25
  CreateNodePoolResponse,
24
26
  CreateNativeNodePoolParam,
25
27
  DescribeNodePoolsResponse,
@@ -27,9 +29,14 @@ import {
27
29
  DescribeClusterInstancesResponse,
28
30
  AutoUpgradeOptions,
29
31
  AutoscalingAdded,
30
- SuperNodePoolInfo,
32
+ Instance,
33
+ DescribeHealthCheckPolicyBindingsRequest,
31
34
  NodeCountSummary,
32
- RegularNodePoolInfo,
35
+ SuperNodePoolInfo,
36
+ RuntimeConfig,
37
+ Label,
38
+ HealthCheckPolicyBinding,
39
+ CreateHealthCheckPolicyRequest,
33
40
  InstanceExtraArgs,
34
41
  MachineUpgradeSettings,
35
42
  UpdateNativeNodePoolParam,
@@ -40,13 +47,18 @@ import {
40
47
  ModifyNodePoolRequest,
41
48
  Annotation,
42
49
  DescribeClusterInstancesRequest,
50
+ DeleteHealthCheckPolicyResponse,
43
51
  TagSpecification,
44
52
  LifecycleConfig,
45
53
  ModifyNodePoolResponse,
54
+ RegularNodePoolInfo,
46
55
  Taint,
47
56
  Filter,
48
- ManagementConfig,
57
+ DescribeHealthCheckPoliciesRequest,
58
+ DescribeHealthCheckTemplateResponse,
49
59
  CreateNodePoolRequest,
60
+ RegularNodeInfo,
61
+ DescribeHealthCheckPolicyBindingsResponse,
50
62
  NativeNodePoolInfo,
51
63
  DescribeNodePoolsRequest,
52
64
  NodePool,
@@ -54,14 +66,19 @@ import {
54
66
  InstanceAdvancedSettings,
55
67
  IntOrString,
56
68
  ExternalNodePoolInfo,
57
- Instance,
58
- NativeNodeInfo,
69
+ DescribeHealthCheckTemplateRequest,
70
+ DescribeHealthCheckPoliciesResponse,
71
+ HealthCheckTemplate,
59
72
  InternetAccessible,
73
+ ModifyHealthCheckPolicyRequest,
60
74
  SuperNodeInfo,
61
75
  ManuallyAdded,
62
- RegularNodeInfo,
76
+ ManagementConfig,
77
+ ModifyHealthCheckPolicyResponse,
63
78
  SortBy,
79
+ HealthCheckPolicy,
64
80
  Disk,
81
+ CreateHealthCheckPolicyResponse,
65
82
  DataDisk,
66
83
  } from "./tke_models"
67
84
 
@@ -85,13 +102,23 @@ export class Client extends AbstractClient {
85
102
  }
86
103
 
87
104
  /**
88
- * 创建 TKE 节点池
105
+ * 更新 TKE 节点池
89
106
  */
90
- async CreateNodePool(
91
- req: CreateNodePoolRequest,
92
- cb?: (error: string, rep: CreateNodePoolResponse) => void
93
- ): Promise<CreateNodePoolResponse> {
94
- return this.request("CreateNodePool", req, cb)
107
+ async ModifyNodePool(
108
+ req: ModifyNodePoolRequest,
109
+ cb?: (error: string, rep: ModifyNodePoolResponse) => void
110
+ ): Promise<ModifyNodePoolResponse> {
111
+ return this.request("ModifyNodePool", req, cb)
112
+ }
113
+
114
+ /**
115
+ * 删除健康检测策略
116
+ */
117
+ async DeleteHealthCheckPolicy(
118
+ req: DeleteHealthCheckPolicyRequest,
119
+ cb?: (error: string, rep: DeleteHealthCheckPolicyResponse) => void
120
+ ): Promise<DeleteHealthCheckPolicyResponse> {
121
+ return this.request("DeleteHealthCheckPolicy", req, cb)
95
122
  }
96
123
 
97
124
  /**
@@ -105,13 +132,63 @@ export class Client extends AbstractClient {
105
132
  }
106
133
 
107
134
  /**
108
- * 更新 TKE 节点池
135
+ * 查询健康检测策略
109
136
  */
110
- async ModifyNodePool(
111
- req: ModifyNodePoolRequest,
112
- cb?: (error: string, rep: ModifyNodePoolResponse) => void
113
- ): Promise<ModifyNodePoolResponse> {
114
- return this.request("ModifyNodePool", req, cb)
137
+ async DescribeHealthCheckPolicies(
138
+ req: DescribeHealthCheckPoliciesRequest,
139
+ cb?: (error: string, rep: DescribeHealthCheckPoliciesResponse) => void
140
+ ): Promise<DescribeHealthCheckPoliciesResponse> {
141
+ return this.request("DescribeHealthCheckPolicies", req, cb)
142
+ }
143
+
144
+ /**
145
+ * 修改健康检测策略
146
+ */
147
+ async ModifyHealthCheckPolicy(
148
+ req: ModifyHealthCheckPolicyRequest,
149
+ cb?: (error: string, rep: ModifyHealthCheckPolicyResponse) => void
150
+ ): Promise<ModifyHealthCheckPolicyResponse> {
151
+ return this.request("ModifyHealthCheckPolicy", req, cb)
152
+ }
153
+
154
+ /**
155
+ * 创建 TKE 节点池
156
+ */
157
+ async CreateNodePool(
158
+ req: CreateNodePoolRequest,
159
+ cb?: (error: string, rep: CreateNodePoolResponse) => void
160
+ ): Promise<CreateNodePoolResponse> {
161
+ return this.request("CreateNodePool", req, cb)
162
+ }
163
+
164
+ /**
165
+ * 查询健康检测策略模板
166
+ */
167
+ async DescribeHealthCheckTemplate(
168
+ req?: DescribeHealthCheckTemplateRequest,
169
+ cb?: (error: string, rep: DescribeHealthCheckTemplateResponse) => void
170
+ ): Promise<DescribeHealthCheckTemplateResponse> {
171
+ return this.request("DescribeHealthCheckTemplate", req, cb)
172
+ }
173
+
174
+ /**
175
+ * 查询健康检测策略绑定关系
176
+ */
177
+ async DescribeHealthCheckPolicyBindings(
178
+ req: DescribeHealthCheckPolicyBindingsRequest,
179
+ cb?: (error: string, rep: DescribeHealthCheckPolicyBindingsResponse) => void
180
+ ): Promise<DescribeHealthCheckPolicyBindingsResponse> {
181
+ return this.request("DescribeHealthCheckPolicyBindings", req, cb)
182
+ }
183
+
184
+ /**
185
+ * 创建健康检测策略
186
+ */
187
+ async CreateHealthCheckPolicy(
188
+ req: CreateHealthCheckPolicyRequest,
189
+ cb?: (error: string, rep: CreateHealthCheckPolicyResponse) => void
190
+ ): Promise<CreateHealthCheckPolicyResponse> {
191
+ return this.request("CreateHealthCheckPolicy", req, cb)
115
192
  }
116
193
 
117
194
  /**