tencentcloud-sdk-nodejs 4.0.319 → 4.0.322

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 (181) hide show
  1. package/CHANGELOG.md +320 -0
  2. package/SERVICE_CHANGELOG.md +840 -122
  3. package/package.json +1 -1
  4. package/products.md +170 -169
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +14 -4
  7. package/src/services/ams/v20201229/ams_models.ts +14 -0
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
  10. package/src/services/as/v20180419/as_client.ts +2 -18
  11. package/src/services/as/v20180419/as_models.ts +32 -97
  12. package/src/services/batch/v20170312/batch_models.ts +69 -69
  13. package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
  14. package/src/services/bsca/index.ts +5 -0
  15. package/src/services/bsca/v20210811/bsca_client.ts +93 -0
  16. package/src/services/bsca/v20210811/bsca_models.ts +636 -0
  17. package/src/services/bsca/v20210811/index.ts +6 -0
  18. package/src/services/cam/v20190116/cam_client.ts +59 -11
  19. package/src/services/cam/v20190116/cam_models.ts +275 -68
  20. package/src/services/captcha/v20190722/captcha_client.ts +2 -2
  21. package/src/services/captcha/v20190722/captcha_models.ts +4 -4
  22. package/src/services/cdb/v20170320/cdb_models.ts +23 -3
  23. package/src/services/cdn/v20180606/cdn_client.ts +3 -3
  24. package/src/services/cdn/v20180606/cdn_models.ts +84 -49
  25. package/src/services/cfw/v20190904/cfw_models.ts +22 -6
  26. package/src/services/cls/v20201016/cls_client.ts +101 -26
  27. package/src/services/cls/v20201016/cls_models.ts +548 -198
  28. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  29. package/src/services/cvm/v20170312/cvm_models.ts +21 -6
  30. package/src/services/cwp/v20180228/cwp_models.ts +17 -9
  31. package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
  32. package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
  33. package/src/services/ess/v20201111/ess_models.ts +7 -3
  34. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  35. package/src/services/faceid/v20180301/faceid_models.ts +7 -1
  36. package/src/services/gs/v20191118/gs_models.ts +7 -0
  37. package/src/services/iecp/v20210914/iecp_client.ts +167 -20
  38. package/src/services/iecp/v20210914/iecp_models.ts +892 -217
  39. package/src/services/index.ts +1 -0
  40. package/src/services/iotcloud/v20180614/iotcloud_client.ts +24 -0
  41. package/src/services/iotcloud/v20180614/iotcloud_models.ts +85 -0
  42. package/src/services/iotcloud/v20210408/iotcloud_client.ts +175 -64
  43. package/src/services/iotcloud/v20210408/iotcloud_models.ts +579 -82
  44. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +45 -45
  45. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  46. package/src/services/lighthouse/v20200324/lighthouse_models.ts +30 -8
  47. package/src/services/live/v20180801/live_client.ts +3 -2
  48. package/src/services/mongodb/v20190725/mongodb_client.ts +13 -0
  49. package/src/services/mongodb/v20190725/mongodb_models.ts +55 -0
  50. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  51. package/src/services/ocr/v20181119/ocr_models.ts +6 -8
  52. package/src/services/ssa/v20180608/ssa_client.ts +18 -1
  53. package/src/services/ssa/v20180608/ssa_models.ts +303 -30
  54. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  55. package/src/services/tag/v20180813/tag_client.ts +203 -105
  56. package/src/services/tag/v20180813/tag_models.ts +377 -47
  57. package/src/services/tcm/v20210413/tcm_models.ts +1 -1
  58. package/src/services/tdmq/v20200217/tdmq_models.ts +36 -0
  59. package/src/services/thpc/index.ts +2 -0
  60. package/src/services/thpc/v20211109/thpc_client.ts +3 -1
  61. package/src/services/thpc/v20211109/thpc_models.ts +93 -14
  62. package/src/services/thpc/v20220401/index.ts +6 -0
  63. package/src/services/thpc/v20220401/thpc_client.ts +121 -0
  64. package/src/services/thpc/v20220401/thpc_models.ts +805 -0
  65. package/src/services/tke/v20180525/tke_client.ts +63 -11
  66. package/src/services/tke/v20180525/tke_models.ts +410 -117
  67. package/src/services/tsf/v20180326/tsf_client.ts +15 -0
  68. package/src/services/tsf/v20180326/tsf_models.ts +175 -0
  69. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  70. package/src/services/wav/v20210129/wav_client.ts +154 -76
  71. package/src/services/wav/v20210129/wav_models.ts +541 -25
  72. package/tencentcloud/common/sdk_version.d.ts +1 -1
  73. package/tencentcloud/common/sdk_version.js +1 -1
  74. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -0
  75. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +12 -0
  76. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  77. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
  78. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -8
  79. package/tencentcloud/services/as/v20180419/as_client.js +0 -9
  80. package/tencentcloud/services/as/v20180419/as_models.d.ts +28 -83
  81. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +69 -69
  82. package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
  83. package/tencentcloud/services/bsca/index.d.ts +6 -0
  84. package/tencentcloud/services/bsca/index.js +7 -0
  85. package/tencentcloud/services/bsca/v20210811/bsca_client.d.ts +26 -0
  86. package/tencentcloud/services/bsca/v20210811/bsca_client.js +55 -0
  87. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +533 -0
  88. package/tencentcloud/services/bsca/v20210811/bsca_models.js +18 -0
  89. package/tencentcloud/services/bsca/v20210811/index.d.ts +6 -0
  90. package/tencentcloud/services/bsca/v20210811/index.js +9 -0
  91. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +19 -3
  92. package/tencentcloud/services/cam/v20190116/cam_client.js +27 -3
  93. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +232 -60
  94. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
  95. package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
  96. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
  97. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -3
  98. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
  99. package/tencentcloud/services/cdn/v20180606/cdn_client.js +3 -3
  100. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +78 -47
  101. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
  102. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -7
  103. package/tencentcloud/services/cls/v20201016/cls_client.js +45 -9
  104. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +479 -181
  105. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  106. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  107. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -6
  108. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +16 -9
  109. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
  110. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
  111. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
  112. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -2
  113. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  114. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +6 -1
  115. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
  116. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
  117. package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
  118. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
  119. package/tencentcloud/services/index.d.ts +1 -0
  120. package/tencentcloud/services/index.js +2 -0
  121. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.d.ts +9 -1
  122. package/tencentcloud/services/iotcloud/v20180614/iotcloud_client.js +12 -0
  123. package/tencentcloud/services/iotcloud/v20180614/iotcloud_models.d.ts +72 -0
  124. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +57 -21
  125. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +84 -30
  126. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +497 -77
  127. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +45 -45
  128. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  129. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  130. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +27 -7
  131. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
  132. package/tencentcloud/services/live/v20180801/live_client.js +1 -0
  133. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  134. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  135. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +47 -0
  136. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  137. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  138. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +6 -8
  139. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  140. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  141. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +261 -30
  142. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  143. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
  144. package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
  145. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
  146. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
  147. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +30 -0
  148. package/tencentcloud/services/thpc/index.d.ts +4 -0
  149. package/tencentcloud/services/thpc/index.js +2 -0
  150. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +1 -1
  151. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +79 -12
  152. package/tencentcloud/services/thpc/v20220401/index.d.ts +6 -0
  153. package/tencentcloud/services/thpc/v20220401/index.js +9 -0
  154. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +34 -0
  155. package/tencentcloud/services/thpc/v20220401/thpc_client.js +67 -0
  156. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +671 -0
  157. package/tencentcloud/services/thpc/v20220401/thpc_models.js +18 -0
  158. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
  159. package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
  160. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +347 -100
  161. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  162. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  163. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +149 -0
  164. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  165. package/tencentcloud/services/wav/v20210129/wav_client.d.ts +51 -27
  166. package/tencentcloud/services/wav/v20210129/wav_client.js +75 -39
  167. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +459 -24
  168. package/test/as.v20180419.test.js +0 -10
  169. package/test/bsca.v20210811.test.js +61 -0
  170. package/test/cam.v20190116.test.js +42 -2
  171. package/test/cls.v20201016.test.js +66 -6
  172. package/test/iecp.v20210914.test.js +122 -2
  173. package/test/iotcloud.v20180614.test.js +20 -0
  174. package/test/iotcloud.v20210408.test.js +110 -20
  175. package/test/mongodb.v20190725.test.js +10 -0
  176. package/test/ssa.v20180608.test.js +10 -0
  177. package/test/tag.v20180813.test.js +116 -36
  178. package/test/thpc.v20220401.test.js +81 -0
  179. package/test/tke.v20180525.test.js +42 -2
  180. package/test/tsf.v20180326.test.js +10 -0
  181. package/test/wav.v20210129.test.js +86 -26
@@ -45,6 +45,12 @@ export interface TextResult {
45
45
  2:自定义库;
46
46
  */
47
47
  LibType: number;
48
+ /**
49
+ * 该字段用于返回当前标签(Lable)下的二级标签。
50
+ 注意:此字段可能返回null,表示取不到有效值。
51
+ 注意:此字段可能返回 null,表示取不到有效值。
52
+ */
53
+ SubLabel: string;
48
54
  }
49
55
  /**
50
56
  * DescribeTasks请求参数结构体
@@ -525,6 +531,12 @@ export interface MoanResult {
525
531
  * 违规事件结束时间,单位为毫秒(ms);
526
532
  */
527
533
  EndTime: number;
534
+ /**
535
+ * 该字段用于返回当前标签(Lable)下的二级标签。
536
+ 注意:此字段可能返回null,表示取不到有效值。
537
+ 注意:此字段可能返回 null,表示取不到有效值。
538
+ */
539
+ SubLabel: string;
528
540
  }
529
541
  /**
530
542
  * CancelTask返回参数结构体
@@ -292,7 +292,7 @@ export declare class Client extends AbstractClient {
292
292
  /**
293
293
  * 创建一个域名,可用于在封堵时调度切换IP
294
294
  */
295
- CreateSchedulingDomain(req?: CreateSchedulingDomainRequest, cb?: (error: string, rep: CreateSchedulingDomainResponse) => void): Promise<CreateSchedulingDomainResponse>;
295
+ CreateSchedulingDomain(req: CreateSchedulingDomainRequest, cb?: (error: string, rep: CreateSchedulingDomainResponse) => void): Promise<CreateSchedulingDomainResponse>;
296
296
  /**
297
297
  * 获取DDoS防护的IP网段黑白名单
298
298
  */
@@ -1057,7 +1057,14 @@ export interface DeleteBlackWhiteIpListResponse {
1057
1057
  /**
1058
1058
  * CreateSchedulingDomain请求参数结构体
1059
1059
  */
1060
- export declare type CreateSchedulingDomainRequest = null;
1060
+ export interface CreateSchedulingDomainRequest {
1061
+ /**
1062
+ * 代表是否混合云本地化的产品。
1063
+ hybrid: 宙斯盾本地化
1064
+ 不填写:其他
1065
+ */
1066
+ Product?: string;
1067
+ }
1061
1068
  /**
1062
1069
  * 高防包绑定IP对象
1063
1070
  */
@@ -2123,7 +2130,7 @@ off(关闭)
2123
2130
  */
2124
2131
  export interface DescribeCCReqLimitPolicyListRequest {
2125
2132
  /**
2126
- * 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防ip
2133
+ * 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防IP
2127
2134
  */
2128
2135
  Business: string;
2129
2136
  /**
@@ -2139,15 +2146,15 @@ export interface DescribeCCReqLimitPolicyListRequest {
2139
2146
  */
2140
2147
  InstanceId?: string;
2141
2148
  /**
2142
- * Ip地址,普通高防ip要传该字段
2149
+ * IP地址,普通高防IP要传该字段
2143
2150
  */
2144
2151
  Ip?: string;
2145
2152
  /**
2146
- * 域名,普通高防ip要传该字段
2153
+ * 域名,普通高防IP要传该字段
2147
2154
  */
2148
2155
  Domain?: string;
2149
2156
  /**
2150
- * 协议,普通高防ip要传该字段
2157
+ * 协议,普通高防IP要传该字段
2151
2158
  */
2152
2159
  Protocol?: string;
2153
2160
  }
@@ -2361,7 +2368,7 @@ export interface IPLineInfo {
2361
2368
  */
2362
2369
  export interface DescribeCcBlackWhiteIpListRequest {
2363
2370
  /**
2364
- * 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防ip
2371
+ * 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP
2365
2372
  */
2366
2373
  Business: string;
2367
2374
  /**
@@ -2377,19 +2384,19 @@ export interface DescribeCcBlackWhiteIpListRequest {
2377
2384
  */
2378
2385
  Limit: number;
2379
2386
  /**
2380
- * Ip地址,普通高防ip要传该字段
2387
+ * IP地址,普通高防IP要传该字段
2381
2388
  */
2382
2389
  Ip?: string;
2383
2390
  /**
2384
- * 域名,普通高防ip要传该字段
2391
+ * 域名,普通高防IP要传该字段
2385
2392
  */
2386
2393
  Domain?: string;
2387
2394
  /**
2388
- * 协议,普通高防ip要传该字段
2395
+ * 协议,普通高防IP要传该字段
2389
2396
  */
2390
2397
  Protocol?: string;
2391
2398
  /**
2392
- * 筛选ip,需要筛选黑白名单ip时传该字段
2399
+ * 筛选IP,需要筛选黑白名单IP时传该字段
2393
2400
  */
2394
2401
  FilterIp?: string;
2395
2402
  /**
@@ -2847,7 +2854,7 @@ export interface CCReqLimitPolicy {
2847
2854
  */
2848
2855
  export interface DescribeCCPrecisionPlyListRequest {
2849
2856
  /**
2850
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防ip
2857
+ * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP
2851
2858
  */
2852
2859
  Business: string;
2853
2860
  /**
@@ -2863,15 +2870,15 @@ export interface DescribeCCPrecisionPlyListRequest {
2863
2870
  */
2864
2871
  InstanceId?: string;
2865
2872
  /**
2866
- * ip地址,普通高防ip要传该字段
2873
+ * IP地址,普通高防IP要传该字段
2867
2874
  */
2868
2875
  Ip?: string;
2869
2876
  /**
2870
- * 域名,普通高防ip要传该字段
2877
+ * 域名,普通高防IP要传该字段
2871
2878
  */
2872
2879
  Domain?: string;
2873
2880
  /**
2874
- * 协议,普通高防ip要传该字段
2881
+ * 协议,普通高防IP要传该字段
2875
2882
  */
2876
2883
  Protocol?: string;
2877
2884
  }
@@ -2931,7 +2938,7 @@ export interface ModifyCCThresholdPolicyRequest {
2931
2938
  */
2932
2939
  InstanceId: string;
2933
2940
  /**
2934
- * Ip地址
2941
+ * IP地址
2935
2942
  */
2936
2943
  Ip: string;
2937
2944
  /**
@@ -4442,7 +4449,7 @@ export interface ModifyCCLevelPolicyRequest {
4442
4449
  */
4443
4450
  InstanceId: string;
4444
4451
  /**
4445
- * Ip地址
4452
+ * IP地址
4446
4453
  */
4447
4454
  Ip: string;
4448
4455
  /**
@@ -4463,7 +4470,7 @@ export interface ModifyCCLevelPolicyRequest {
4463
4470
  */
4464
4471
  export interface DescribeCcGeoIPBlockConfigListRequest {
4465
4472
  /**
4466
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防ip
4473
+ * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP
4467
4474
  */
4468
4475
  Business: string;
4469
4476
  /**
@@ -4475,19 +4482,19 @@ export interface DescribeCcGeoIPBlockConfigListRequest {
4475
4482
  */
4476
4483
  Limit: number;
4477
4484
  /**
4478
- * 指定特定实例Id
4485
+ * 指定特定实例ID
4479
4486
  */
4480
4487
  InstanceId?: string;
4481
4488
  /**
4482
- * Ip地址,普通高防ip要传该字段
4489
+ * IP地址,普通高防IP要传该字段
4483
4490
  */
4484
4491
  Ip?: string;
4485
4492
  /**
4486
- * 域名,普通高防ip要传该字段
4493
+ * 域名,普通高防IP要传该字段
4487
4494
  */
4488
4495
  Domain?: string;
4489
4496
  /**
4490
- * 协议,普通高防ip要传该字段
4497
+ * 协议,普通高防IP要传该字段
4491
4498
  */
4492
4499
  Protocol?: string;
4493
4500
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, CreateScheduledActionRequest, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, AttachLoadBalancersResponse, ExecuteScalingPolicyResponse, DeleteAutoScalingGroupRequest, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, RemoveInstancesRequest, DeleteScalingPolicyResponse, DetachLoadBalancersRequest, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, ModifyLaunchConfigurationAttributesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DetachLoadBalancersResponse, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, DescribePaiInstancesRequest, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, ModifyNotificationConfigurationRequest, DeleteLifecycleHookRequest, ModifyLoadBalancerTargetAttributesResponse, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, DescribeAutoScalingAdvicesResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, DescribeAutoScalingInstancesResponse, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, CreateAutoScalingGroupResponse, ModifyNotificationConfigurationResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DescribeAutoScalingAdvicesRequest, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, ModifyLoadBalancerTargetAttributesRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, AttachLoadBalancersRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, DeleteLifecycleHookResponse, CreateAutoScalingGroupFromInstanceRequest, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DescribePaiInstancesResponse, ExecuteScalingPolicyRequest } from "./as_models";
3
+ import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, CreateScheduledActionRequest, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, AttachLoadBalancersResponse, ExecuteScalingPolicyResponse, DeleteAutoScalingGroupRequest, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, RemoveInstancesRequest, DeleteScalingPolicyResponse, DetachLoadBalancersRequest, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, ModifyLaunchConfigurationAttributesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DetachLoadBalancersResponse, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, DeleteLifecycleHookRequest, ModifyLoadBalancerTargetAttributesResponse, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, DescribeAutoScalingAdvicesResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, DescribeAutoScalingInstancesResponse, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, CreateAutoScalingGroupResponse, ModifyNotificationConfigurationResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DescribeAutoScalingAdvicesRequest, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, ModifyLoadBalancerTargetAttributesRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, AttachLoadBalancersRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, ModifyNotificationConfigurationRequest, CreateAutoScalingGroupFromInstanceRequest, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DeleteLifecycleHookResponse, ExecuteScalingPolicyRequest } from "./as_models";
4
4
  /**
5
5
  * as client
6
6
  * @class
@@ -266,13 +266,6 @@ export declare class Client extends AbstractClient {
266
266
  * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的启动配置。
267
267
  */
268
268
  DescribeLaunchConfigurations(req: DescribeLaunchConfigurationsRequest, cb?: (error: string, rep: DescribeLaunchConfigurationsResponse) => void): Promise<DescribeLaunchConfigurationsResponse>;
269
- /**
270
- * 本接口(DescribePaiInstances)用于查询PAI实例信息。
271
-
272
- * 可以根据实例ID、实例域名等信息来查询PAI实例的详细信息。过滤信息详细请见过滤器`Filter`。
273
- * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的PAI实例。
274
- */
275
- DescribePaiInstances(req: DescribePaiInstancesRequest, cb?: (error: string, rep: DescribePaiInstancesResponse) => void): Promise<DescribePaiInstancesResponse>;
276
269
  /**
277
270
  * 本接口(CreateScalingPolicy)用于创建告警触发策略。
278
271
  */
@@ -358,15 +358,6 @@ class Client extends abstract_client_1.AbstractClient {
358
358
  async DescribeLaunchConfigurations(req, cb) {
359
359
  return this.request("DescribeLaunchConfigurations", req, cb);
360
360
  }
361
- /**
362
- * 本接口(DescribePaiInstances)用于查询PAI实例信息。
363
-
364
- * 可以根据实例ID、实例域名等信息来查询PAI实例的详细信息。过滤信息详细请见过滤器`Filter`。
365
- * 如果参数为空,返回当前用户一定数量(`Limit`所指定的数量,默认为20)的PAI实例。
366
- */
367
- async DescribePaiInstances(req, cb) {
368
- return this.request("DescribePaiInstances", req, cb);
369
- }
370
361
  /**
371
362
  * 本接口(CreateScalingPolicy)用于创建告警触发策略。
372
363
  */
@@ -1417,27 +1417,6 @@ export interface ModifyLoadBalancersResponse {
1417
1417
  */
1418
1418
  RequestId?: string;
1419
1419
  }
1420
- /**
1421
- * DescribePaiInstances请求参数结构体
1422
- */
1423
- export interface DescribePaiInstancesRequest {
1424
- /**
1425
- * 依据PAI实例的实例ID进行查询。
1426
- */
1427
- InstanceIds?: Array<string>;
1428
- /**
1429
- * 过滤条件。
1430
- */
1431
- Filters?: Array<Filter>;
1432
- /**
1433
- * 返回数量,默认为20,最大值为100。
1434
- */
1435
- Limit?: number;
1436
- /**
1437
- * 偏移量,默认为0。
1438
- */
1439
- Offset?: number;
1440
- }
1441
1420
  /**
1442
1421
  * CreateNotificationConfiguration请求参数结构体
1443
1422
  */
@@ -1497,37 +1476,6 @@ export interface DescribeScheduledActionsResponse {
1497
1476
  */
1498
1477
  RequestId?: string;
1499
1478
  }
1500
- /**
1501
- * ModifyNotificationConfiguration请求参数结构体
1502
- */
1503
- export interface ModifyNotificationConfigurationRequest {
1504
- /**
1505
- * 待修改的通知ID。
1506
- */
1507
- AutoScalingNotificationId: string;
1508
- /**
1509
- * 通知类型,即为需要订阅的通知类型集合,取值范围如下:
1510
- <li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
1511
- <li>SCALE_OUT_FAILED:扩容失败</li>
1512
- <li>SCALE_IN_SUCCESSFUL:缩容成功</li>
1513
- <li>SCALE_IN_FAILED:缩容失败</li>
1514
- <li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
1515
- <li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
1516
- */
1517
- NotificationTypes?: Array<string>;
1518
- /**
1519
- * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
1520
- */
1521
- NotificationUserGroupIds?: Array<string>;
1522
- /**
1523
- * CMQ 队列或 TDMQ CMQ 队列名。
1524
- */
1525
- QueueName?: string;
1526
- /**
1527
- * CMQ 主题或 TDMQ CMQ 主题名。
1528
- */
1529
- TopicName?: string;
1530
- }
1531
1479
  /**
1532
1480
  * DeleteLifecycleHook请求参数结构体
1533
1481
  */
@@ -1638,23 +1586,6 @@ export interface InstanceTag {
1638
1586
  */
1639
1587
  Value: string;
1640
1588
  }
1641
- /**
1642
- * PAI实例
1643
- */
1644
- export interface PaiInstance {
1645
- /**
1646
- * 实例ID
1647
- */
1648
- InstanceId: string;
1649
- /**
1650
- * 实例域名
1651
- */
1652
- DomainName: string;
1653
- /**
1654
- * PAI管理页面URL
1655
- */
1656
- PaiMateUrl: string;
1657
- }
1658
1589
  /**
1659
1590
  * DescribeAutoScalingAdvices返回参数结构体
1660
1591
  */
@@ -3048,13 +2979,35 @@ export interface RunMonitorServiceEnabled {
3048
2979
  Enabled?: boolean;
3049
2980
  }
3050
2981
  /**
3051
- * DeleteLifecycleHook返回参数结构体
2982
+ * ModifyNotificationConfiguration请求参数结构体
3052
2983
  */
3053
- export interface DeleteLifecycleHookResponse {
2984
+ export interface ModifyNotificationConfigurationRequest {
3054
2985
  /**
3055
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId
2986
+ * 待修改的通知ID。
3056
2987
  */
3057
- RequestId?: string;
2988
+ AutoScalingNotificationId: string;
2989
+ /**
2990
+ * 通知类型,即为需要订阅的通知类型集合,取值范围如下:
2991
+ <li>SCALE_OUT_SUCCESSFUL:扩容成功</li>
2992
+ <li>SCALE_OUT_FAILED:扩容失败</li>
2993
+ <li>SCALE_IN_SUCCESSFUL:缩容成功</li>
2994
+ <li>SCALE_IN_FAILED:缩容失败</li>
2995
+ <li>REPLACE_UNHEALTHY_INSTANCE_SUCCESSFUL:替换不健康子机成功</li>
2996
+ <li>REPLACE_UNHEALTHY_INSTANCE_FAILED:替换不健康子机失败</li>
2997
+ */
2998
+ NotificationTypes?: Array<string>;
2999
+ /**
3000
+ * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
3001
+ */
3002
+ NotificationUserGroupIds?: Array<string>;
3003
+ /**
3004
+ * CMQ 队列或 TDMQ CMQ 队列名。
3005
+ */
3006
+ QueueName?: string;
3007
+ /**
3008
+ * CMQ 主题或 TDMQ CMQ 主题名。
3009
+ */
3010
+ TopicName?: string;
3058
3011
  }
3059
3012
  /**
3060
3013
  * 与本次伸缩活动相关的实例信息。
@@ -3159,17 +3112,9 @@ export interface InstanceChargePrepaid {
3159
3112
  RenewFlag?: string;
3160
3113
  }
3161
3114
  /**
3162
- * DescribePaiInstances返回参数结构体
3115
+ * DeleteLifecycleHook返回参数结构体
3163
3116
  */
3164
- export interface DescribePaiInstancesResponse {
3165
- /**
3166
- * 符合条件的PAI实例数量
3167
- */
3168
- TotalCount?: number;
3169
- /**
3170
- * PAI实例详细信息
3171
- */
3172
- PaiInstanceSet?: Array<PaiInstance>;
3117
+ export interface DeleteLifecycleHookResponse {
3173
3118
  /**
3174
3119
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3175
3120
  */