@alicloud/alidns20150109 4.4.1 → 4.6.0

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 (1433) hide show
  1. package/dist/client.d.ts +993 -610
  2. package/dist/client.js +1802 -620
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/AddCustomLineRequest.d.ts +11 -7
  5. package/dist/models/AddCustomLineRequest.js.map +1 -1
  6. package/dist/models/AddCustomLineResponseBody.d.ts +2 -2
  7. package/dist/models/AddDnsCacheDomainRequest.d.ts +17 -14
  8. package/dist/models/AddDnsCacheDomainRequest.js.map +1 -1
  9. package/dist/models/AddDnsCacheDomainResponseBody.d.ts +1 -1
  10. package/dist/models/AddDnsGtmAccessStrategyRequest.d.ts +52 -43
  11. package/dist/models/AddDnsGtmAccessStrategyRequest.js.map +1 -1
  12. package/dist/models/AddDnsGtmAccessStrategyResponseBody.d.ts +2 -2
  13. package/dist/models/AddDnsGtmAddressPoolRequest.d.ts +88 -73
  14. package/dist/models/AddDnsGtmAddressPoolRequest.js.map +1 -1
  15. package/dist/models/AddDnsGtmAddressPoolResponseBody.d.ts +4 -4
  16. package/dist/models/AddDnsGtmMonitorRequest.d.ts +49 -40
  17. package/dist/models/AddDnsGtmMonitorRequest.js.map +1 -1
  18. package/dist/models/AddDnsGtmMonitorResponseBody.d.ts +2 -2
  19. package/dist/models/AddDomainBackupRequest.d.ts +8 -6
  20. package/dist/models/AddDomainBackupRequest.js.map +1 -1
  21. package/dist/models/AddDomainBackupResponseBody.d.ts +3 -3
  22. package/dist/models/AddDomainGroupRequest.d.ts +3 -2
  23. package/dist/models/AddDomainGroupRequest.js.map +1 -1
  24. package/dist/models/AddDomainGroupResponseBody.d.ts +1 -1
  25. package/dist/models/AddDomainRecordRequest.d.ts +42 -16
  26. package/dist/models/AddDomainRecordRequest.js.map +1 -1
  27. package/dist/models/AddDomainRecordResponseBody.d.ts +2 -2
  28. package/dist/models/AddDomainRequest.d.ts +8 -7
  29. package/dist/models/AddDomainRequest.js.map +1 -1
  30. package/dist/models/AddDomainResponseBody.d.ts +6 -6
  31. package/dist/models/AddGtmAccessStrategyRequest.d.ts +10 -7
  32. package/dist/models/AddGtmAccessStrategyRequest.js.map +1 -1
  33. package/dist/models/AddGtmAccessStrategyResponseBody.d.ts +2 -2
  34. package/dist/models/AddGtmAddressPoolRequest.d.ts +61 -45
  35. package/dist/models/AddGtmAddressPoolRequest.js.map +1 -1
  36. package/dist/models/AddGtmAddressPoolResponseBody.d.ts +2 -2
  37. package/dist/models/AddGtmMonitorRequest.d.ts +38 -27
  38. package/dist/models/AddGtmMonitorRequest.js.map +1 -1
  39. package/dist/models/AddGtmMonitorResponseBody.d.ts +1 -1
  40. package/dist/models/AddGtmRecoveryPlanRequest.d.ts +3 -3
  41. package/dist/models/AddGtmRecoveryPlanResponseBody.d.ts +1 -1
  42. package/dist/models/AddRecursionRecordRequest.d.ts +40 -1
  43. package/dist/models/AddRecursionRecordRequest.js.map +1 -1
  44. package/dist/models/AddRecursionRecordResponseBody.d.ts +13 -0
  45. package/dist/models/AddRecursionRecordResponseBody.js.map +1 -1
  46. package/dist/models/AddRecursionZoneRequest.d.ts +11 -0
  47. package/dist/models/AddRecursionZoneRequest.js.map +1 -1
  48. package/dist/models/AddRecursionZoneResponseBody.d.ts +11 -1
  49. package/dist/models/AddRecursionZoneResponseBody.js.map +1 -1
  50. package/dist/models/AddRspDomainServerHoldStatusForGatewayOteRequest.d.ts +9 -0
  51. package/dist/models/AddRspDomainServerHoldStatusForGatewayOteRequest.js.map +1 -1
  52. package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.d.ts +46 -1
  53. package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.js.map +1 -1
  54. package/dist/models/AddRspDomainServerHoldStatusForGatewayRequest.d.ts +9 -0
  55. package/dist/models/AddRspDomainServerHoldStatusForGatewayRequest.js.map +1 -1
  56. package/dist/models/AddRspDomainServerHoldStatusForGatewayResponseBody.d.ts +46 -1
  57. package/dist/models/AddRspDomainServerHoldStatusForGatewayResponseBody.js.map +1 -1
  58. package/dist/models/BindInstanceDomainsRequest.d.ts +11 -5
  59. package/dist/models/BindInstanceDomainsRequest.js.map +1 -1
  60. package/dist/models/BindInstanceDomainsResponseBody.d.ts +3 -3
  61. package/dist/models/ChangeDomainGroupRequest.d.ts +14 -9
  62. package/dist/models/ChangeDomainGroupRequest.js.map +1 -1
  63. package/dist/models/ChangeDomainGroupResponseBody.d.ts +2 -2
  64. package/dist/models/ChangeDomainOfDnsProductRequest.d.ts +19 -16
  65. package/dist/models/ChangeDomainOfDnsProductRequest.js.map +1 -1
  66. package/dist/models/ChangeDomainOfDnsProductResponseBody.d.ts +2 -2
  67. package/dist/models/CopyGtmConfigRequest.d.ts +1 -1
  68. package/dist/models/CopyGtmConfigResponseBody.d.ts +1 -1
  69. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest.d.ts +33 -0
  70. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest.js +60 -0
  71. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest.js.map +1 -0
  72. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse.d.ts +19 -0
  73. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse.js +69 -0
  74. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse.js.map +1 -0
  75. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.d.ts +152 -0
  76. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.js +108 -0
  77. package/dist/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.js.map +1 -0
  78. package/dist/models/CreateAtiAgentRegisterInfoRequest.d.ts +162 -0
  79. package/dist/models/CreateAtiAgentRegisterInfoRequest.js +101 -0
  80. package/dist/models/CreateAtiAgentRegisterInfoRequest.js.map +1 -0
  81. package/dist/models/CreateAtiAgentRegisterInfoResponse.d.ts +19 -0
  82. package/dist/models/CreateAtiAgentRegisterInfoResponse.js +69 -0
  83. package/dist/models/CreateAtiAgentRegisterInfoResponse.js.map +1 -0
  84. package/dist/models/CreateAtiAgentRegisterInfoResponseBody.d.ts +138 -0
  85. package/dist/models/CreateAtiAgentRegisterInfoResponseBody.js +102 -0
  86. package/dist/models/CreateAtiAgentRegisterInfoResponseBody.js.map +1 -0
  87. package/dist/models/CreateAtiAgentRegisterInfoShrinkRequest.d.ts +79 -0
  88. package/dist/models/CreateAtiAgentRegisterInfoShrinkRequest.js +70 -0
  89. package/dist/models/CreateAtiAgentRegisterInfoShrinkRequest.js.map +1 -0
  90. package/dist/models/CreateAtiRegistrantRequest.d.ts +159 -0
  91. package/dist/models/CreateAtiRegistrantRequest.js +78 -0
  92. package/dist/models/CreateAtiRegistrantRequest.js.map +1 -0
  93. package/dist/models/CreateAtiRegistrantResponse.d.ts +19 -0
  94. package/dist/models/CreateAtiRegistrantResponse.js +69 -0
  95. package/dist/models/CreateAtiRegistrantResponse.js.map +1 -0
  96. package/dist/models/CreateAtiRegistrantResponseBody.d.ts +132 -0
  97. package/dist/models/CreateAtiRegistrantResponseBody.js +102 -0
  98. package/dist/models/CreateAtiRegistrantResponseBody.js.map +1 -0
  99. package/dist/models/CreateCloudGtmAddressPoolRequest.d.ts +26 -18
  100. package/dist/models/CreateCloudGtmAddressPoolRequest.js.map +1 -1
  101. package/dist/models/CreateCloudGtmAddressPoolResponseBody.d.ts +8 -6
  102. package/dist/models/CreateCloudGtmAddressPoolResponseBody.js.map +1 -1
  103. package/dist/models/CreateCloudGtmAddressRequest.d.ts +41 -29
  104. package/dist/models/CreateCloudGtmAddressRequest.js.map +1 -1
  105. package/dist/models/CreateCloudGtmAddressResponseBody.d.ts +8 -6
  106. package/dist/models/CreateCloudGtmAddressResponseBody.js.map +1 -1
  107. package/dist/models/CreateCloudGtmAddressShrinkRequest.d.ts +38 -26
  108. package/dist/models/CreateCloudGtmAddressShrinkRequest.js.map +1 -1
  109. package/dist/models/CreateCloudGtmInstanceConfigRequest.d.ts +31 -19
  110. package/dist/models/CreateCloudGtmInstanceConfigRequest.js.map +1 -1
  111. package/dist/models/CreateCloudGtmInstanceConfigResponseBody.d.ts +9 -5
  112. package/dist/models/CreateCloudGtmInstanceConfigResponseBody.js.map +1 -1
  113. package/dist/models/CreateCloudGtmMonitorTemplateRequest.d.ts +72 -27
  114. package/dist/models/CreateCloudGtmMonitorTemplateRequest.js.map +1 -1
  115. package/dist/models/CreateCloudGtmMonitorTemplateResponseBody.d.ts +12 -2
  116. package/dist/models/CreateCloudGtmMonitorTemplateResponseBody.js.map +1 -1
  117. package/dist/models/CreateCloudGtmMonitorTemplateShrinkRequest.d.ts +70 -25
  118. package/dist/models/CreateCloudGtmMonitorTemplateShrinkRequest.js.map +1 -1
  119. package/dist/models/DeleteAtiAgentRegisterInfoRequest.d.ts +33 -0
  120. package/dist/models/DeleteAtiAgentRegisterInfoRequest.js +60 -0
  121. package/dist/models/DeleteAtiAgentRegisterInfoRequest.js.map +1 -0
  122. package/dist/models/DeleteAtiAgentRegisterInfoResponse.d.ts +19 -0
  123. package/dist/models/DeleteAtiAgentRegisterInfoResponse.js +69 -0
  124. package/dist/models/DeleteAtiAgentRegisterInfoResponse.js.map +1 -0
  125. package/dist/models/DeleteAtiAgentRegisterInfoResponseBody.d.ts +108 -0
  126. package/dist/models/DeleteAtiAgentRegisterInfoResponseBody.js +96 -0
  127. package/dist/models/DeleteAtiAgentRegisterInfoResponseBody.js.map +1 -0
  128. package/dist/models/DeleteAtiRegistrantRequest.d.ts +33 -0
  129. package/dist/models/DeleteAtiRegistrantRequest.js +60 -0
  130. package/dist/models/DeleteAtiRegistrantRequest.js.map +1 -0
  131. package/dist/models/DeleteAtiRegistrantResponse.d.ts +19 -0
  132. package/dist/models/DeleteAtiRegistrantResponse.js +69 -0
  133. package/dist/models/DeleteAtiRegistrantResponse.js.map +1 -0
  134. package/dist/models/DeleteAtiRegistrantResponseBody.d.ts +108 -0
  135. package/dist/models/DeleteAtiRegistrantResponseBody.js +96 -0
  136. package/dist/models/DeleteAtiRegistrantResponseBody.js.map +1 -0
  137. package/dist/models/DeleteCloudGtmAddressPoolRequest.d.ts +7 -6
  138. package/dist/models/DeleteCloudGtmAddressPoolRequest.js.map +1 -1
  139. package/dist/models/DeleteCloudGtmAddressPoolResponseBody.d.ts +12 -2
  140. package/dist/models/DeleteCloudGtmAddressPoolResponseBody.js.map +1 -1
  141. package/dist/models/DeleteCloudGtmAddressRequest.d.ts +7 -6
  142. package/dist/models/DeleteCloudGtmAddressRequest.js.map +1 -1
  143. package/dist/models/DeleteCloudGtmAddressResponseBody.d.ts +6 -4
  144. package/dist/models/DeleteCloudGtmAddressResponseBody.js.map +1 -1
  145. package/dist/models/DeleteCloudGtmInstanceConfigRequest.d.ts +9 -8
  146. package/dist/models/DeleteCloudGtmInstanceConfigRequest.js.map +1 -1
  147. package/dist/models/DeleteCloudGtmInstanceConfigResponseBody.d.ts +6 -3
  148. package/dist/models/DeleteCloudGtmInstanceConfigResponseBody.js.map +1 -1
  149. package/dist/models/DeleteCloudGtmMonitorTemplateRequest.d.ts +8 -7
  150. package/dist/models/DeleteCloudGtmMonitorTemplateRequest.js.map +1 -1
  151. package/dist/models/DeleteCloudGtmMonitorTemplateResponseBody.d.ts +6 -4
  152. package/dist/models/DeleteCloudGtmMonitorTemplateResponseBody.js.map +1 -1
  153. package/dist/models/DeleteCustomLinesRequest.d.ts +6 -5
  154. package/dist/models/DeleteCustomLinesRequest.js.map +1 -1
  155. package/dist/models/DeleteCustomLinesResponseBody.d.ts +1 -1
  156. package/dist/models/DeleteDnsCacheDomainRequest.d.ts +8 -5
  157. package/dist/models/DeleteDnsCacheDomainRequest.js.map +1 -1
  158. package/dist/models/DeleteDnsCacheDomainResponseBody.d.ts +1 -1
  159. package/dist/models/DeleteDnsGtmAccessStrategyRequest.d.ts +3 -3
  160. package/dist/models/DeleteDnsGtmAccessStrategyResponseBody.d.ts +1 -1
  161. package/dist/models/DeleteDnsGtmAddressPoolRequest.d.ts +3 -3
  162. package/dist/models/DeleteDomainGroupRequest.d.ts +7 -5
  163. package/dist/models/DeleteDomainGroupRequest.js.map +1 -1
  164. package/dist/models/DeleteDomainGroupResponseBody.d.ts +1 -1
  165. package/dist/models/DeleteDomainRecordRequest.d.ts +8 -7
  166. package/dist/models/DeleteDomainRecordRequest.js.map +1 -1
  167. package/dist/models/DeleteDomainRecordResponseBody.d.ts +1 -1
  168. package/dist/models/DeleteDomainRequest.d.ts +4 -3
  169. package/dist/models/DeleteDomainRequest.js.map +1 -1
  170. package/dist/models/DeleteDomainResponseBody.d.ts +1 -1
  171. package/dist/models/DeleteGtmAccessStrategyRequest.d.ts +2 -2
  172. package/dist/models/DeleteGtmAccessStrategyResponseBody.d.ts +1 -1
  173. package/dist/models/DeleteGtmAddressPoolRequest.d.ts +2 -2
  174. package/dist/models/DeleteGtmAddressPoolResponseBody.d.ts +1 -1
  175. package/dist/models/DeleteGtmRecoveryPlanRequest.d.ts +7 -3
  176. package/dist/models/DeleteGtmRecoveryPlanRequest.js.map +1 -1
  177. package/dist/models/DeleteGtmRecoveryPlanResponseBody.d.ts +1 -1
  178. package/dist/models/DeleteRecursionRecordRequest.d.ts +5 -0
  179. package/dist/models/DeleteRecursionRecordRequest.js.map +1 -1
  180. package/dist/models/DeleteRecursionRecordResponseBody.d.ts +3 -0
  181. package/dist/models/DeleteRecursionRecordResponseBody.js.map +1 -1
  182. package/dist/models/DeleteRecursionZoneRequest.d.ts +8 -0
  183. package/dist/models/DeleteRecursionZoneRequest.js.map +1 -1
  184. package/dist/models/DeleteRecursionZoneResponseBody.d.ts +3 -0
  185. package/dist/models/DeleteRecursionZoneResponseBody.js.map +1 -1
  186. package/dist/models/DeleteSubDomainRecordsRequest.d.ts +11 -9
  187. package/dist/models/DeleteSubDomainRecordsRequest.js.map +1 -1
  188. package/dist/models/DeleteSubDomainRecordsResponseBody.d.ts +2 -2
  189. package/dist/models/DescribeAtiAgentRegisterInfoMarketRequest.d.ts +38 -0
  190. package/dist/models/DescribeAtiAgentRegisterInfoMarketRequest.js +66 -0
  191. package/dist/models/DescribeAtiAgentRegisterInfoMarketRequest.js.map +1 -0
  192. package/dist/models/DescribeAtiAgentRegisterInfoMarketResponse.d.ts +19 -0
  193. package/dist/models/DescribeAtiAgentRegisterInfoMarketResponse.js +69 -0
  194. package/dist/models/DescribeAtiAgentRegisterInfoMarketResponse.js.map +1 -0
  195. package/dist/models/DescribeAtiAgentRegisterInfoMarketResponseBody.d.ts +178 -0
  196. package/dist/models/DescribeAtiAgentRegisterInfoMarketResponseBody.js +220 -0
  197. package/dist/models/DescribeAtiAgentRegisterInfoMarketResponseBody.js.map +1 -0
  198. package/dist/models/DescribeAtiAgentRegisterInfoRequest.d.ts +31 -0
  199. package/dist/models/DescribeAtiAgentRegisterInfoRequest.js +60 -0
  200. package/dist/models/DescribeAtiAgentRegisterInfoRequest.js.map +1 -0
  201. package/dist/models/DescribeAtiAgentRegisterInfoResponse.d.ts +19 -0
  202. package/dist/models/DescribeAtiAgentRegisterInfoResponse.js +69 -0
  203. package/dist/models/DescribeAtiAgentRegisterInfoResponse.js.map +1 -0
  204. package/dist/models/DescribeAtiAgentRegisterInfoResponseBody.d.ts +312 -0
  205. package/dist/models/DescribeAtiAgentRegisterInfoResponseBody.js +229 -0
  206. package/dist/models/DescribeAtiAgentRegisterInfoResponseBody.js.map +1 -0
  207. package/dist/models/DescribeAtiAlertSettingsRequest.d.ts +21 -0
  208. package/dist/models/DescribeAtiAlertSettingsRequest.js +58 -0
  209. package/dist/models/DescribeAtiAlertSettingsRequest.js.map +1 -0
  210. package/dist/models/DescribeAtiAlertSettingsResponse.d.ts +19 -0
  211. package/dist/models/DescribeAtiAlertSettingsResponse.js +69 -0
  212. package/dist/models/DescribeAtiAlertSettingsResponse.js.map +1 -0
  213. package/dist/models/DescribeAtiAlertSettingsResponseBody.d.ts +140 -0
  214. package/dist/models/DescribeAtiAlertSettingsResponseBody.js +173 -0
  215. package/dist/models/DescribeAtiAlertSettingsResponseBody.js.map +1 -0
  216. package/dist/models/DescribeAtiCertificateRequest.d.ts +33 -0
  217. package/dist/models/DescribeAtiCertificateRequest.js +60 -0
  218. package/dist/models/DescribeAtiCertificateRequest.js.map +1 -0
  219. package/dist/models/DescribeAtiCertificateResponse.d.ts +19 -0
  220. package/dist/models/DescribeAtiCertificateResponse.js +69 -0
  221. package/dist/models/DescribeAtiCertificateResponse.js.map +1 -0
  222. package/dist/models/DescribeAtiCertificateResponseBody.d.ts +233 -0
  223. package/dist/models/DescribeAtiCertificateResponseBody.js +126 -0
  224. package/dist/models/DescribeAtiCertificateResponseBody.js.map +1 -0
  225. package/dist/models/DescribeAtiRegistrantRequest.d.ts +33 -0
  226. package/dist/models/DescribeAtiRegistrantRequest.js +60 -0
  227. package/dist/models/DescribeAtiRegistrantRequest.js.map +1 -0
  228. package/dist/models/DescribeAtiRegistrantResponse.d.ts +19 -0
  229. package/dist/models/DescribeAtiRegistrantResponse.js +69 -0
  230. package/dist/models/DescribeAtiRegistrantResponse.js.map +1 -0
  231. package/dist/models/DescribeAtiRegistrantResponseBody.d.ts +212 -0
  232. package/dist/models/DescribeAtiRegistrantResponseBody.js +122 -0
  233. package/dist/models/DescribeAtiRegistrantResponseBody.js.map +1 -0
  234. package/dist/models/DescribeBatchResultCountRequest.d.ts +14 -10
  235. package/dist/models/DescribeBatchResultCountRequest.js.map +1 -1
  236. package/dist/models/DescribeBatchResultCountResponseBody.d.ts +13 -10
  237. package/dist/models/DescribeBatchResultCountResponseBody.js.map +1 -1
  238. package/dist/models/DescribeBatchResultDetailRequest.d.ts +16 -12
  239. package/dist/models/DescribeBatchResultDetailRequest.js.map +1 -1
  240. package/dist/models/DescribeBatchResultDetailResponseBody.d.ts +3 -3
  241. package/dist/models/DescribeCloudGtmAddressPoolReferenceRequest.d.ts +7 -6
  242. package/dist/models/DescribeCloudGtmAddressPoolReferenceRequest.js.map +1 -1
  243. package/dist/models/DescribeCloudGtmAddressPoolReferenceResponseBody.d.ts +4 -4
  244. package/dist/models/DescribeCloudGtmAddressPoolRequest.d.ts +8 -7
  245. package/dist/models/DescribeCloudGtmAddressPoolRequest.js.map +1 -1
  246. package/dist/models/DescribeCloudGtmAddressPoolResponseBody.d.ts +52 -34
  247. package/dist/models/DescribeCloudGtmAddressPoolResponseBody.js.map +1 -1
  248. package/dist/models/DescribeCloudGtmAddressReferenceRequest.d.ts +8 -7
  249. package/dist/models/DescribeCloudGtmAddressReferenceRequest.js.map +1 -1
  250. package/dist/models/DescribeCloudGtmAddressReferenceResponseBody.d.ts +5 -5
  251. package/dist/models/DescribeCloudGtmAddressRequest.d.ts +7 -6
  252. package/dist/models/DescribeCloudGtmAddressRequest.js.map +1 -1
  253. package/dist/models/DescribeCloudGtmAddressResponseBody.d.ts +52 -36
  254. package/dist/models/DescribeCloudGtmAddressResponseBody.js.map +1 -1
  255. package/dist/models/DescribeCloudGtmGlobalAlertRequest.d.ts +4 -3
  256. package/dist/models/DescribeCloudGtmGlobalAlertRequest.js.map +1 -1
  257. package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.d.ts +8 -0
  258. package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js.map +1 -1
  259. package/dist/models/DescribeCloudGtmInstanceConfigAlertRequest.d.ts +5 -4
  260. package/dist/models/DescribeCloudGtmInstanceConfigAlertRequest.js.map +1 -1
  261. package/dist/models/DescribeCloudGtmInstanceConfigAlertResponseBody.d.ts +6 -5
  262. package/dist/models/DescribeCloudGtmInstanceConfigAlertResponseBody.js.map +1 -1
  263. package/dist/models/DescribeCloudGtmInstanceConfigFullInfoRequest.d.ts +10 -9
  264. package/dist/models/DescribeCloudGtmInstanceConfigFullInfoRequest.js.map +1 -1
  265. package/dist/models/DescribeCloudGtmInstanceConfigFullInfoResponseBody.d.ts +64 -45
  266. package/dist/models/DescribeCloudGtmInstanceConfigFullInfoResponseBody.js.map +1 -1
  267. package/dist/models/DescribeCloudGtmMonitorTemplateRequest.d.ts +6 -5
  268. package/dist/models/DescribeCloudGtmMonitorTemplateRequest.js.map +1 -1
  269. package/dist/models/DescribeCloudGtmMonitorTemplateResponseBody.d.ts +53 -33
  270. package/dist/models/DescribeCloudGtmMonitorTemplateResponseBody.js.map +1 -1
  271. package/dist/models/DescribeCloudGtmSummaryRequest.d.ts +3 -2
  272. package/dist/models/DescribeCloudGtmSummaryRequest.js.map +1 -1
  273. package/dist/models/DescribeCloudGtmSummaryResponseBody.d.ts +2 -2
  274. package/dist/models/DescribeCloudGtmSystemLinesResponseBody.d.ts +3 -3
  275. package/dist/models/DescribeCustomLineRequest.d.ts +7 -5
  276. package/dist/models/DescribeCustomLineRequest.js.map +1 -1
  277. package/dist/models/DescribeCustomLineResponseBody.d.ts +12 -9
  278. package/dist/models/DescribeCustomLineResponseBody.js.map +1 -1
  279. package/dist/models/DescribeCustomLinesRequest.d.ts +4 -3
  280. package/dist/models/DescribeCustomLinesRequest.js.map +1 -1
  281. package/dist/models/DescribeCustomLinesResponseBody.d.ts +24 -6
  282. package/dist/models/DescribeCustomLinesResponseBody.js.map +1 -1
  283. package/dist/models/DescribeDnsCacheDomainsRequest.d.ts +10 -5
  284. package/dist/models/DescribeDnsCacheDomainsRequest.js.map +1 -1
  285. package/dist/models/DescribeDnsCacheDomainsResponseBody.d.ts +25 -25
  286. package/dist/models/DescribeDnsGtmAccessStrategiesRequest.d.ts +11 -9
  287. package/dist/models/DescribeDnsGtmAccessStrategiesRequest.js.map +1 -1
  288. package/dist/models/DescribeDnsGtmAccessStrategiesResponseBody.d.ts +4 -4
  289. package/dist/models/DescribeDnsGtmAccessStrategyAvailableConfigRequest.d.ts +8 -7
  290. package/dist/models/DescribeDnsGtmAccessStrategyAvailableConfigRequest.js.map +1 -1
  291. package/dist/models/DescribeDnsGtmAccessStrategyAvailableConfigResponseBody.d.ts +2 -2
  292. package/dist/models/DescribeDnsGtmAccessStrategyRequest.d.ts +3 -3
  293. package/dist/models/DescribeDnsGtmAccessStrategyResponseBody.d.ts +60 -46
  294. package/dist/models/DescribeDnsGtmAccessStrategyResponseBody.js.map +1 -1
  295. package/dist/models/DescribeDnsGtmAddrAttributeInfoRequest.d.ts +12 -8
  296. package/dist/models/DescribeDnsGtmAddrAttributeInfoRequest.js.map +1 -1
  297. package/dist/models/DescribeDnsGtmAddrAttributeInfoResponseBody.d.ts +1 -1
  298. package/dist/models/DescribeDnsGtmAddressPoolAvailableConfigRequest.d.ts +4 -3
  299. package/dist/models/DescribeDnsGtmAddressPoolAvailableConfigRequest.js.map +1 -1
  300. package/dist/models/DescribeDnsGtmAddressPoolAvailableConfigResponseBody.d.ts +1 -1
  301. package/dist/models/DescribeDnsGtmAvailableAlertGroupRequest.d.ts +1 -1
  302. package/dist/models/DescribeDnsGtmAvailableAlertGroupResponseBody.d.ts +5 -2
  303. package/dist/models/DescribeDnsGtmAvailableAlertGroupResponseBody.js.map +1 -1
  304. package/dist/models/DescribeDnsGtmInstanceAddressPoolRequest.d.ts +4 -3
  305. package/dist/models/DescribeDnsGtmInstanceAddressPoolRequest.js.map +1 -1
  306. package/dist/models/DescribeDnsGtmInstanceAddressPoolResponseBody.d.ts +23 -18
  307. package/dist/models/DescribeDnsGtmInstanceAddressPoolResponseBody.js.map +1 -1
  308. package/dist/models/DescribeDnsGtmInstanceAddressPoolsRequest.d.ts +6 -6
  309. package/dist/models/DescribeDnsGtmInstanceAddressPoolsResponseBody.d.ts +5 -5
  310. package/dist/models/DescribeDnsGtmInstanceRequest.d.ts +3 -3
  311. package/dist/models/DescribeDnsGtmInstanceResponseBody.d.ts +44 -35
  312. package/dist/models/DescribeDnsGtmInstanceResponseBody.js.map +1 -1
  313. package/dist/models/DescribeDnsGtmInstanceStatusRequest.d.ts +3 -3
  314. package/dist/models/DescribeDnsGtmInstanceStatusResponseBody.d.ts +5 -5
  315. package/dist/models/DescribeDnsGtmInstanceSystemCnameRequest.d.ts +4 -3
  316. package/dist/models/DescribeDnsGtmInstanceSystemCnameRequest.js.map +1 -1
  317. package/dist/models/DescribeDnsGtmInstanceSystemCnameResponseBody.d.ts +3 -3
  318. package/dist/models/DescribeDnsGtmInstancesRequest.d.ts +5 -5
  319. package/dist/models/DescribeDnsGtmInstancesResponseBody.d.ts +64 -55
  320. package/dist/models/DescribeDnsGtmInstancesResponseBody.js.map +1 -1
  321. package/dist/models/DescribeDnsGtmLogsRequest.d.ts +9 -9
  322. package/dist/models/DescribeDnsGtmLogsResponseBody.d.ts +6 -6
  323. package/dist/models/DescribeDnsGtmMonitorAvailableConfigRequest.d.ts +1 -1
  324. package/dist/models/DescribeDnsGtmMonitorAvailableConfigResponseBody.d.ts +1 -1
  325. package/dist/models/DescribeDnsGtmMonitorConfigRequest.d.ts +3 -3
  326. package/dist/models/DescribeDnsGtmMonitorConfigResponseBody.d.ts +45 -38
  327. package/dist/models/DescribeDnsGtmMonitorConfigResponseBody.js.map +1 -1
  328. package/dist/models/DescribeDnsProductInstanceRequest.d.ts +6 -5
  329. package/dist/models/DescribeDnsProductInstanceRequest.js.map +1 -1
  330. package/dist/models/DescribeDnsProductInstanceResponseBody.d.ts +97 -63
  331. package/dist/models/DescribeDnsProductInstanceResponseBody.js.map +1 -1
  332. package/dist/models/DescribeDnsProductInstancesRequest.d.ts +18 -14
  333. package/dist/models/DescribeDnsProductInstancesRequest.js.map +1 -1
  334. package/dist/models/DescribeDnsProductInstancesResponseBody.d.ts +7 -6
  335. package/dist/models/DescribeDnsProductInstancesResponseBody.js.map +1 -1
  336. package/dist/models/DescribeDnsslbsubDomainsRequest.d.ts +10 -9
  337. package/dist/models/DescribeDnsslbsubDomainsRequest.js.map +1 -1
  338. package/dist/models/DescribeDnsslbsubDomainsResponseBody.d.ts +4 -4
  339. package/dist/models/DescribeDohAccountStatisticsRequest.d.ts +9 -5
  340. package/dist/models/DescribeDohAccountStatisticsRequest.js.map +1 -1
  341. package/dist/models/DescribeDohAccountStatisticsResponseBody.d.ts +7 -7
  342. package/dist/models/DescribeDohDomainStatisticsRequest.d.ts +5 -5
  343. package/dist/models/DescribeDohDomainStatisticsResponseBody.d.ts +7 -7
  344. package/dist/models/DescribeDohDomainStatisticsSummaryRequest.d.ts +11 -7
  345. package/dist/models/DescribeDohDomainStatisticsSummaryRequest.js.map +1 -1
  346. package/dist/models/DescribeDohDomainStatisticsSummaryResponseBody.d.ts +10 -10
  347. package/dist/models/DescribeDohSubDomainStatisticsRequest.d.ts +10 -6
  348. package/dist/models/DescribeDohSubDomainStatisticsRequest.js.map +1 -1
  349. package/dist/models/DescribeDohSubDomainStatisticsResponseBody.d.ts +7 -7
  350. package/dist/models/DescribeDohSubDomainStatisticsSummaryRequest.d.ts +11 -7
  351. package/dist/models/DescribeDohSubDomainStatisticsSummaryRequest.js.map +1 -1
  352. package/dist/models/DescribeDohSubDomainStatisticsSummaryResponseBody.d.ts +10 -10
  353. package/dist/models/DescribeDohUserInfoRequest.d.ts +5 -5
  354. package/dist/models/DescribeDohUserInfoResponseBody.d.ts +5 -5
  355. package/dist/models/DescribeDomainDnssecInfoRequest.d.ts +6 -5
  356. package/dist/models/DescribeDomainDnssecInfoRequest.js.map +1 -1
  357. package/dist/models/DescribeDomainDnssecInfoResponseBody.d.ts +9 -8
  358. package/dist/models/DescribeDomainDnssecInfoResponseBody.js.map +1 -1
  359. package/dist/models/DescribeDomainGroupsRequest.d.ts +10 -4
  360. package/dist/models/DescribeDomainGroupsRequest.js.map +1 -1
  361. package/dist/models/DescribeDomainGroupsResponseBody.d.ts +4 -4
  362. package/dist/models/DescribeDomainInfoRequest.d.ts +17 -5
  363. package/dist/models/DescribeDomainInfoRequest.js.map +1 -1
  364. package/dist/models/DescribeDomainInfoResponseBody.d.ts +35 -21
  365. package/dist/models/DescribeDomainInfoResponseBody.js.map +1 -1
  366. package/dist/models/DescribeDomainLogsRequest.d.ts +20 -11
  367. package/dist/models/DescribeDomainLogsRequest.js.map +1 -1
  368. package/dist/models/DescribeDomainLogsResponseBody.d.ts +4 -4
  369. package/dist/models/DescribeDomainNsRequest.d.ts +6 -5
  370. package/dist/models/DescribeDomainNsRequest.js.map +1 -1
  371. package/dist/models/DescribeDomainNsResponseBody.d.ts +4 -4
  372. package/dist/models/DescribeDomainRecordInfoRequest.d.ts +9 -7
  373. package/dist/models/DescribeDomainRecordInfoRequest.js.map +1 -1
  374. package/dist/models/DescribeDomainRecordInfoResponseBody.d.ts +14 -14
  375. package/dist/models/DescribeDomainRecordsRequest.d.ts +49 -29
  376. package/dist/models/DescribeDomainRecordsRequest.js.map +1 -1
  377. package/dist/models/DescribeDomainRecordsResponseBody.d.ts +3 -3
  378. package/dist/models/DescribeDomainResolveStatisticsSummaryRequest.d.ts +17 -15
  379. package/dist/models/DescribeDomainResolveStatisticsSummaryRequest.js.map +1 -1
  380. package/dist/models/DescribeDomainResolveStatisticsSummaryResponseBody.d.ts +12 -11
  381. package/dist/models/DescribeDomainResolveStatisticsSummaryResponseBody.js.map +1 -1
  382. package/dist/models/DescribeDomainStatisticsRequest.d.ts +14 -11
  383. package/dist/models/DescribeDomainStatisticsRequest.js.map +1 -1
  384. package/dist/models/DescribeDomainStatisticsResponseBody.d.ts +1 -1
  385. package/dist/models/DescribeDomainStatisticsSummaryRequest.d.ts +17 -12
  386. package/dist/models/DescribeDomainStatisticsSummaryRequest.js.map +1 -1
  387. package/dist/models/DescribeDomainStatisticsSummaryResponseBody.d.ts +4 -4
  388. package/dist/models/DescribeDomainsRequest.d.ts +29 -10
  389. package/dist/models/DescribeDomainsRequest.js.map +1 -1
  390. package/dist/models/DescribeDomainsResponseBody.d.ts +3 -3
  391. package/dist/models/DescribeGtmAccessStrategiesRequest.d.ts +5 -5
  392. package/dist/models/DescribeGtmAccessStrategiesResponseBody.d.ts +5 -5
  393. package/dist/models/DescribeGtmAccessStrategyAvailableConfigRequest.d.ts +1 -1
  394. package/dist/models/DescribeGtmAccessStrategyAvailableConfigResponseBody.d.ts +2 -2
  395. package/dist/models/DescribeGtmAccessStrategyRequest.d.ts +2 -2
  396. package/dist/models/DescribeGtmAccessStrategyResponseBody.d.ts +53 -17
  397. package/dist/models/DescribeGtmAccessStrategyResponseBody.js.map +1 -1
  398. package/dist/models/DescribeGtmAvailableAlertGroupRequest.d.ts +1 -1
  399. package/dist/models/DescribeGtmAvailableAlertGroupResponseBody.d.ts +5 -2
  400. package/dist/models/DescribeGtmAvailableAlertGroupResponseBody.js.map +1 -1
  401. package/dist/models/DescribeGtmInstanceAddressPoolRequest.d.ts +3 -3
  402. package/dist/models/DescribeGtmInstanceAddressPoolResponseBody.d.ts +25 -15
  403. package/dist/models/DescribeGtmInstanceAddressPoolResponseBody.js.map +1 -1
  404. package/dist/models/DescribeGtmInstanceAddressPoolsRequest.d.ts +4 -4
  405. package/dist/models/DescribeGtmInstanceAddressPoolsResponseBody.d.ts +3 -3
  406. package/dist/models/DescribeGtmInstanceRequest.d.ts +2 -2
  407. package/dist/models/DescribeGtmInstanceResponseBody.d.ts +25 -23
  408. package/dist/models/DescribeGtmInstanceResponseBody.js.map +1 -1
  409. package/dist/models/DescribeGtmInstanceStatusRequest.d.ts +1 -1
  410. package/dist/models/DescribeGtmInstanceStatusResponseBody.d.ts +11 -9
  411. package/dist/models/DescribeGtmInstanceStatusResponseBody.js.map +1 -1
  412. package/dist/models/DescribeGtmInstanceSystemCnameRequest.d.ts +3 -3
  413. package/dist/models/DescribeGtmInstanceSystemCnameResponseBody.d.ts +3 -3
  414. package/dist/models/DescribeGtmInstancesRequest.d.ts +5 -5
  415. package/dist/models/DescribeGtmInstancesResponseBody.d.ts +5 -5
  416. package/dist/models/DescribeGtmLogsRequest.d.ts +7 -7
  417. package/dist/models/DescribeGtmLogsResponseBody.d.ts +1 -1
  418. package/dist/models/DescribeGtmMonitorAvailableConfigRequest.d.ts +1 -1
  419. package/dist/models/DescribeGtmMonitorAvailableConfigResponseBody.d.ts +1 -1
  420. package/dist/models/DescribeGtmMonitorConfigRequest.d.ts +1 -1
  421. package/dist/models/DescribeGtmMonitorConfigResponseBody.d.ts +26 -19
  422. package/dist/models/DescribeGtmMonitorConfigResponseBody.js.map +1 -1
  423. package/dist/models/DescribeGtmRecoveryPlanAvailableConfigRequest.d.ts +5 -4
  424. package/dist/models/DescribeGtmRecoveryPlanAvailableConfigRequest.js.map +1 -1
  425. package/dist/models/DescribeGtmRecoveryPlanAvailableConfigResponseBody.d.ts +1 -1
  426. package/dist/models/DescribeGtmRecoveryPlanRequest.d.ts +6 -5
  427. package/dist/models/DescribeGtmRecoveryPlanRequest.js.map +1 -1
  428. package/dist/models/DescribeGtmRecoveryPlanResponseBody.d.ts +22 -16
  429. package/dist/models/DescribeGtmRecoveryPlanResponseBody.js.map +1 -1
  430. package/dist/models/DescribeGtmRecoveryPlansRequest.d.ts +10 -4
  431. package/dist/models/DescribeGtmRecoveryPlansRequest.js.map +1 -1
  432. package/dist/models/DescribeGtmRecoveryPlansResponseBody.d.ts +5 -5
  433. package/dist/models/DescribeInstanceDomainsRequest.d.ts +10 -8
  434. package/dist/models/DescribeInstanceDomainsRequest.js.map +1 -1
  435. package/dist/models/DescribeInstanceDomainsResponseBody.d.ts +9 -9
  436. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.d.ts +16 -0
  437. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewRequest.js.map +1 -1
  438. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.d.ts +17 -1
  439. package/dist/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.js.map +1 -1
  440. package/dist/models/DescribeInterAuthStatisticsHistoryRequest.d.ts +33 -0
  441. package/dist/models/DescribeInterAuthStatisticsHistoryRequest.js.map +1 -1
  442. package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.d.ts +30 -1
  443. package/dist/models/DescribeInterAuthStatisticsHistoryResponseBody.js.map +1 -1
  444. package/dist/models/DescribeInterAuthStatisticsSummaryRequest.d.ts +71 -1
  445. package/dist/models/DescribeInterAuthStatisticsSummaryRequest.js.map +1 -1
  446. package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.d.ts +62 -0
  447. package/dist/models/DescribeInterAuthStatisticsSummaryResponseBody.js.map +1 -1
  448. package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.d.ts +9 -0
  449. package/dist/models/DescribeInterAuthStatisticsZoneOverviewRequest.js.map +1 -1
  450. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.d.ts +14 -1
  451. package/dist/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.js.map +1 -1
  452. package/dist/models/DescribeInternetDnsLogsRequest.d.ts +31 -20
  453. package/dist/models/DescribeInternetDnsLogsRequest.js.map +1 -1
  454. package/dist/models/DescribeInternetDnsLogsResponseBody.d.ts +6 -6
  455. package/dist/models/DescribePdnsRequestStatisticRequest.d.ts +18 -15
  456. package/dist/models/DescribePdnsRequestStatisticRequest.js.map +1 -1
  457. package/dist/models/DescribePdnsRequestStatisticResponseBody.d.ts +11 -11
  458. package/dist/models/DescribePdnsRequestStatisticsRequest.d.ts +18 -16
  459. package/dist/models/DescribePdnsRequestStatisticsRequest.js.map +1 -1
  460. package/dist/models/DescribePdnsRequestStatisticsResponseBody.d.ts +19 -19
  461. package/dist/models/DescribePdnsUserInfoRequest.d.ts +4 -3
  462. package/dist/models/DescribePdnsUserInfoRequest.js.map +1 -1
  463. package/dist/models/DescribePdnsUserInfoResponseBody.d.ts +10 -10
  464. package/dist/models/DescribeRecordLogsRequest.d.ts +13 -9
  465. package/dist/models/DescribeRecordLogsRequest.js.map +1 -1
  466. package/dist/models/DescribeRecordLogsResponseBody.d.ts +3 -3
  467. package/dist/models/DescribeRecordResolveStatisticsSummaryRequest.d.ts +21 -18
  468. package/dist/models/DescribeRecordResolveStatisticsSummaryRequest.js.map +1 -1
  469. package/dist/models/DescribeRecordResolveStatisticsSummaryResponseBody.d.ts +11 -10
  470. package/dist/models/DescribeRecordResolveStatisticsSummaryResponseBody.js.map +1 -1
  471. package/dist/models/DescribeRecordStatisticsRequest.d.ts +19 -12
  472. package/dist/models/DescribeRecordStatisticsRequest.js.map +1 -1
  473. package/dist/models/DescribeRecordStatisticsSummaryRequest.d.ts +30 -16
  474. package/dist/models/DescribeRecordStatisticsSummaryRequest.js.map +1 -1
  475. package/dist/models/DescribeRecordStatisticsSummaryResponseBody.d.ts +3 -3
  476. package/dist/models/DescribeRecursionRecordRequest.d.ts +2 -0
  477. package/dist/models/DescribeRecursionRecordRequest.js.map +1 -1
  478. package/dist/models/DescribeRecursionRecordResponseBody.d.ts +36 -3
  479. package/dist/models/DescribeRecursionRecordResponseBody.js.map +1 -1
  480. package/dist/models/DescribeRecursionZoneRequest.d.ts +2 -0
  481. package/dist/models/DescribeRecursionZoneRequest.js.map +1 -1
  482. package/dist/models/DescribeRecursionZoneResponseBody.d.ts +45 -0
  483. package/dist/models/DescribeRecursionZoneResponseBody.js.map +1 -1
  484. package/dist/models/DescribeSubDomainRecordsRequest.d.ts +15 -10
  485. package/dist/models/DescribeSubDomainRecordsRequest.js.map +1 -1
  486. package/dist/models/DescribeSubDomainRecordsResponseBody.d.ts +3 -3
  487. package/dist/models/DescribeSupportLinesRequest.d.ts +10 -3
  488. package/dist/models/DescribeSupportLinesRequest.js.map +1 -1
  489. package/dist/models/DescribeSupportLinesResponseBody.d.ts +3 -0
  490. package/dist/models/DescribeSupportLinesResponseBody.js.map +1 -1
  491. package/dist/models/DescribeTagsRequest.d.ts +5 -5
  492. package/dist/models/DescribeTagsResponseBody.d.ts +6 -6
  493. package/dist/models/DescribeTransferDomainsRequest.d.ts +21 -12
  494. package/dist/models/DescribeTransferDomainsRequest.js.map +1 -1
  495. package/dist/models/DescribeTransferDomainsResponseBody.d.ts +4 -4
  496. package/dist/models/ExecuteGtmRecoveryPlanRequest.d.ts +7 -5
  497. package/dist/models/ExecuteGtmRecoveryPlanRequest.js.map +1 -1
  498. package/dist/models/GetMainDomainNameRequest.d.ts +8 -2
  499. package/dist/models/GetMainDomainNameRequest.js.map +1 -1
  500. package/dist/models/GetMainDomainNameResponseBody.d.ts +3 -3
  501. package/dist/models/GetTxtRecordForVerifyRequest.d.ts +9 -7
  502. package/dist/models/GetTxtRecordForVerifyRequest.js.map +1 -1
  503. package/dist/models/GetTxtRecordForVerifyResponseBody.d.ts +6 -6
  504. package/dist/models/ListAtiAgentRegisterInfosRequest.d.ts +97 -0
  505. package/dist/models/ListAtiAgentRegisterInfosRequest.js +76 -0
  506. package/dist/models/ListAtiAgentRegisterInfosRequest.js.map +1 -0
  507. package/dist/models/ListAtiAgentRegisterInfosResponse.d.ts +19 -0
  508. package/dist/models/ListAtiAgentRegisterInfosResponse.js +69 -0
  509. package/dist/models/ListAtiAgentRegisterInfosResponse.js.map +1 -0
  510. package/dist/models/ListAtiAgentRegisterInfosResponseBody.d.ts +206 -0
  511. package/dist/models/ListAtiAgentRegisterInfosResponseBody.js +214 -0
  512. package/dist/models/ListAtiAgentRegisterInfosResponseBody.js.map +1 -0
  513. package/dist/models/ListAtiChangeLogsRequest.d.ts +91 -0
  514. package/dist/models/ListAtiChangeLogsRequest.js +74 -0
  515. package/dist/models/ListAtiChangeLogsRequest.js.map +1 -0
  516. package/dist/models/ListAtiChangeLogsResponse.d.ts +19 -0
  517. package/dist/models/ListAtiChangeLogsResponse.js +69 -0
  518. package/dist/models/ListAtiChangeLogsResponse.js.map +1 -0
  519. package/dist/models/ListAtiChangeLogsResponseBody.d.ts +169 -0
  520. package/dist/models/ListAtiChangeLogsResponseBody.js +176 -0
  521. package/dist/models/ListAtiChangeLogsResponseBody.js.map +1 -0
  522. package/dist/models/ListAtiRegistrantsRequest.d.ts +54 -0
  523. package/dist/models/ListAtiRegistrantsRequest.js +70 -0
  524. package/dist/models/ListAtiRegistrantsRequest.js.map +1 -0
  525. package/dist/models/ListAtiRegistrantsResponse.d.ts +19 -0
  526. package/dist/models/ListAtiRegistrantsResponse.js +69 -0
  527. package/dist/models/ListAtiRegistrantsResponse.js.map +1 -0
  528. package/dist/models/ListAtiRegistrantsResponseBody.d.ts +133 -0
  529. package/dist/models/ListAtiRegistrantsResponseBody.js +172 -0
  530. package/dist/models/ListAtiRegistrantsResponseBody.js.map +1 -0
  531. package/dist/models/ListCloudGtmAddressPoolsRequest.d.ts +18 -14
  532. package/dist/models/ListCloudGtmAddressPoolsRequest.js.map +1 -1
  533. package/dist/models/ListCloudGtmAddressPoolsResponseBody.d.ts +9 -5
  534. package/dist/models/ListCloudGtmAddressPoolsResponseBody.js.map +1 -1
  535. package/dist/models/ListCloudGtmAddressesRequest.d.ts +30 -20
  536. package/dist/models/ListCloudGtmAddressesRequest.js.map +1 -1
  537. package/dist/models/ListCloudGtmAddressesResponseBody.d.ts +5 -5
  538. package/dist/models/ListCloudGtmAlertLogsRequest.d.ts +20 -12
  539. package/dist/models/ListCloudGtmAlertLogsRequest.js.map +1 -1
  540. package/dist/models/ListCloudGtmAlertLogsResponseBody.d.ts +5 -5
  541. package/dist/models/ListCloudGtmAvailableAlertGroupsRequest.d.ts +3 -2
  542. package/dist/models/ListCloudGtmAvailableAlertGroupsRequest.js.map +1 -1
  543. package/dist/models/ListCloudGtmAvailableAlertGroupsResponseBody.d.ts +1 -1
  544. package/dist/models/ListCloudGtmInstanceConfigsRequest.d.ts +16 -14
  545. package/dist/models/ListCloudGtmInstanceConfigsRequest.js.map +1 -1
  546. package/dist/models/ListCloudGtmInstanceConfigsResponseBody.d.ts +5 -5
  547. package/dist/models/ListCloudGtmInstancesRequest.d.ts +9 -7
  548. package/dist/models/ListCloudGtmInstancesRequest.js.map +1 -1
  549. package/dist/models/ListCloudGtmInstancesResponseBody.d.ts +5 -5
  550. package/dist/models/ListCloudGtmMonitorNodesRequest.d.ts +4 -3
  551. package/dist/models/ListCloudGtmMonitorNodesRequest.js.map +1 -1
  552. package/dist/models/ListCloudGtmMonitorNodesResponseBody.d.ts +1 -1
  553. package/dist/models/ListCloudGtmMonitorTemplatesRequest.d.ts +16 -10
  554. package/dist/models/ListCloudGtmMonitorTemplatesRequest.js.map +1 -1
  555. package/dist/models/ListCloudGtmMonitorTemplatesResponseBody.d.ts +5 -5
  556. package/dist/models/ListRecursionRecordsRequest.d.ts +43 -0
  557. package/dist/models/ListRecursionRecordsRequest.js.map +1 -1
  558. package/dist/models/ListRecursionRecordsResponseBody.d.ts +21 -0
  559. package/dist/models/ListRecursionRecordsResponseBody.js.map +1 -1
  560. package/dist/models/ListRecursionZonesRequest.d.ts +16 -0
  561. package/dist/models/ListRecursionZonesRequest.js.map +1 -1
  562. package/dist/models/ListRecursionZonesResponseBody.d.ts +21 -0
  563. package/dist/models/ListRecursionZonesResponseBody.js.map +1 -1
  564. package/dist/models/ListTagResourcesRequest.d.ts +10 -9
  565. package/dist/models/ListTagResourcesRequest.js.map +1 -1
  566. package/dist/models/ListTagResourcesResponseBody.d.ts +6 -6
  567. package/dist/models/ModifyHichinaDomainDnsrequest.d.ts +7 -6
  568. package/dist/models/ModifyHichinaDomainDnsrequest.js.map +1 -1
  569. package/dist/models/ModifyHichinaDomainDnsresponseBody.d.ts +1 -1
  570. package/dist/models/MoveDomainResourceGroupRequest.d.ts +2 -2
  571. package/dist/models/MoveDomainResourceGroupResponseBody.d.ts +1 -1
  572. package/dist/models/MoveGtmResourceGroupRequest.d.ts +7 -0
  573. package/dist/models/MoveGtmResourceGroupRequest.js.map +1 -1
  574. package/dist/models/MoveGtmResourceGroupResponseBody.d.ts +3 -0
  575. package/dist/models/MoveGtmResourceGroupResponseBody.js.map +1 -1
  576. package/dist/models/OperateBatchDomainRequest.d.ts +27 -23
  577. package/dist/models/OperateBatchDomainRequest.js.map +1 -1
  578. package/dist/models/OperateBatchDomainResponseBody.d.ts +1 -1
  579. package/dist/models/PreviewGtmRecoveryPlanRequest.d.ts +11 -5
  580. package/dist/models/PreviewGtmRecoveryPlanRequest.js.map +1 -1
  581. package/dist/models/PreviewGtmRecoveryPlanResponseBody.d.ts +5 -5
  582. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.d.ts +11 -0
  583. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.js.map +1 -1
  584. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.d.ts +46 -1
  585. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.js.map +1 -1
  586. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayRequest.d.ts +11 -0
  587. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayRequest.js.map +1 -1
  588. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.d.ts +53 -1
  589. package/dist/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.js.map +1 -1
  590. package/dist/models/ReplaceCloudGtmAddressPoolAddressRequest.d.ts +17 -15
  591. package/dist/models/ReplaceCloudGtmAddressPoolAddressRequest.js.map +1 -1
  592. package/dist/models/ReplaceCloudGtmAddressPoolAddressResponseBody.d.ts +8 -5
  593. package/dist/models/ReplaceCloudGtmAddressPoolAddressResponseBody.js.map +1 -1
  594. package/dist/models/ReplaceCloudGtmAddressPoolAddressShrinkRequest.d.ts +9 -8
  595. package/dist/models/ReplaceCloudGtmAddressPoolAddressShrinkRequest.js.map +1 -1
  596. package/dist/models/ReplaceCloudGtmInstanceConfigAddressPoolRequest.d.ts +19 -17
  597. package/dist/models/ReplaceCloudGtmInstanceConfigAddressPoolRequest.js.map +1 -1
  598. package/dist/models/ReplaceCloudGtmInstanceConfigAddressPoolResponseBody.d.ts +6 -4
  599. package/dist/models/ReplaceCloudGtmInstanceConfigAddressPoolResponseBody.js.map +1 -1
  600. package/dist/models/ReplaceCloudGtmInstanceConfigAddressPoolShrinkRequest.d.ts +11 -10
  601. package/dist/models/ReplaceCloudGtmInstanceConfigAddressPoolShrinkRequest.js.map +1 -1
  602. package/dist/models/RetrieveDomainRequest.d.ts +9 -2
  603. package/dist/models/RetrieveDomainRequest.js.map +1 -1
  604. package/dist/models/RetrieveDomainResponseBody.d.ts +1 -1
  605. package/dist/models/RevokeAtiAgentRegisterInfoRequest.d.ts +73 -0
  606. package/dist/models/RevokeAtiAgentRegisterInfoRequest.js +64 -0
  607. package/dist/models/RevokeAtiAgentRegisterInfoRequest.js.map +1 -0
  608. package/dist/models/RevokeAtiAgentRegisterInfoResponse.d.ts +19 -0
  609. package/dist/models/RevokeAtiAgentRegisterInfoResponse.js +69 -0
  610. package/dist/models/RevokeAtiAgentRegisterInfoResponse.js.map +1 -0
  611. package/dist/models/RevokeAtiAgentRegisterInfoResponseBody.d.ts +106 -0
  612. package/dist/models/RevokeAtiAgentRegisterInfoResponseBody.js +96 -0
  613. package/dist/models/RevokeAtiAgentRegisterInfoResponseBody.js.map +1 -0
  614. package/dist/models/RevokeAtiRegistrantRequest.d.ts +31 -0
  615. package/dist/models/RevokeAtiRegistrantRequest.js +60 -0
  616. package/dist/models/RevokeAtiRegistrantRequest.js.map +1 -0
  617. package/dist/models/RevokeAtiRegistrantResponse.d.ts +19 -0
  618. package/dist/models/RevokeAtiRegistrantResponse.js +69 -0
  619. package/dist/models/RevokeAtiRegistrantResponse.js.map +1 -0
  620. package/dist/models/RevokeAtiRegistrantResponseBody.d.ts +108 -0
  621. package/dist/models/RevokeAtiRegistrantResponseBody.js +96 -0
  622. package/dist/models/RevokeAtiRegistrantResponseBody.js.map +1 -0
  623. package/dist/models/RollbackGtmRecoveryPlanRequest.d.ts +7 -5
  624. package/dist/models/RollbackGtmRecoveryPlanRequest.js.map +1 -1
  625. package/dist/models/SearchAtiAgentRegisterInfoMarketRequest.d.ts +98 -0
  626. package/dist/models/SearchAtiAgentRegisterInfoMarketRequest.js +74 -0
  627. package/dist/models/SearchAtiAgentRegisterInfoMarketRequest.js.map +1 -0
  628. package/dist/models/SearchAtiAgentRegisterInfoMarketResponse.d.ts +19 -0
  629. package/dist/models/SearchAtiAgentRegisterInfoMarketResponse.js +69 -0
  630. package/dist/models/SearchAtiAgentRegisterInfoMarketResponse.js.map +1 -0
  631. package/dist/models/SearchAtiAgentRegisterInfoMarketResponseBody.d.ts +194 -0
  632. package/dist/models/SearchAtiAgentRegisterInfoMarketResponseBody.js +197 -0
  633. package/dist/models/SearchAtiAgentRegisterInfoMarketResponseBody.js.map +1 -0
  634. package/dist/models/SearchCloudGtmAddressPoolsRequest.d.ts +27 -19
  635. package/dist/models/SearchCloudGtmAddressPoolsRequest.js.map +1 -1
  636. package/dist/models/SearchCloudGtmAddressPoolsResponseBody.d.ts +9 -5
  637. package/dist/models/SearchCloudGtmAddressPoolsResponseBody.js.map +1 -1
  638. package/dist/models/SearchCloudGtmAddressesRequest.d.ts +41 -29
  639. package/dist/models/SearchCloudGtmAddressesRequest.js.map +1 -1
  640. package/dist/models/SearchCloudGtmAddressesResponseBody.d.ts +5 -5
  641. package/dist/models/SearchCloudGtmInstanceConfigsRequest.d.ts +25 -20
  642. package/dist/models/SearchCloudGtmInstanceConfigsRequest.js.map +1 -1
  643. package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.d.ts +5 -5
  644. package/dist/models/SearchCloudGtmInstancesRequest.d.ts +9 -7
  645. package/dist/models/SearchCloudGtmInstancesRequest.js.map +1 -1
  646. package/dist/models/SearchCloudGtmInstancesResponseBody.d.ts +5 -5
  647. package/dist/models/SearchCloudGtmMonitorTemplatesRequest.d.ts +26 -6
  648. package/dist/models/SearchCloudGtmMonitorTemplatesRequest.js.map +1 -1
  649. package/dist/models/SearchCloudGtmMonitorTemplatesResponseBody.d.ts +15 -0
  650. package/dist/models/SearchCloudGtmMonitorTemplatesResponseBody.js.map +1 -1
  651. package/dist/models/SearchRecursionRecordsRequest.d.ts +52 -0
  652. package/dist/models/SearchRecursionRecordsRequest.js.map +1 -1
  653. package/dist/models/SearchRecursionRecordsResponseBody.d.ts +21 -0
  654. package/dist/models/SearchRecursionRecordsResponseBody.js.map +1 -1
  655. package/dist/models/SearchRecursionZonesRequest.d.ts +32 -0
  656. package/dist/models/SearchRecursionZonesRequest.js.map +1 -1
  657. package/dist/models/SearchRecursionZonesResponseBody.d.ts +21 -0
  658. package/dist/models/SearchRecursionZonesResponseBody.js.map +1 -1
  659. package/dist/models/SearchRecursionZonesShrinkRequest.d.ts +26 -0
  660. package/dist/models/SearchRecursionZonesShrinkRequest.js.map +1 -1
  661. package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.d.ts +16 -0
  662. package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.js.map +1 -1
  663. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.d.ts +10 -0
  664. package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.js.map +1 -1
  665. package/dist/models/SetDnsGtmAccessModeRequest.d.ts +10 -8
  666. package/dist/models/SetDnsGtmAccessModeRequest.js.map +1 -1
  667. package/dist/models/SetDnsGtmAccessModeResponseBody.d.ts +1 -1
  668. package/dist/models/SetDnsGtmMonitorStatusRequest.d.ts +8 -7
  669. package/dist/models/SetDnsGtmMonitorStatusRequest.js.map +1 -1
  670. package/dist/models/SetDnsGtmMonitorStatusResponseBody.d.ts +1 -1
  671. package/dist/models/SetDnsslbstatusRequest.d.ts +14 -12
  672. package/dist/models/SetDnsslbstatusRequest.js.map +1 -1
  673. package/dist/models/SetDnsslbstatusResponseBody.d.ts +2 -2
  674. package/dist/models/SetDomainDnssecStatusRequest.d.ts +10 -8
  675. package/dist/models/SetDomainDnssecStatusRequest.js.map +1 -1
  676. package/dist/models/SetDomainDnssecStatusResponseBody.d.ts +1 -1
  677. package/dist/models/SetDomainRecordStatusRequest.d.ts +11 -9
  678. package/dist/models/SetDomainRecordStatusRequest.js.map +1 -1
  679. package/dist/models/SetDomainRecordStatusResponseBody.d.ts +2 -2
  680. package/dist/models/SetGtmAccessModeRequest.d.ts +6 -4
  681. package/dist/models/SetGtmAccessModeRequest.js.map +1 -1
  682. package/dist/models/SetGtmAccessModeResponseBody.d.ts +1 -1
  683. package/dist/models/SetGtmMonitorStatusRequest.d.ts +6 -5
  684. package/dist/models/SetGtmMonitorStatusRequest.js.map +1 -1
  685. package/dist/models/SetGtmMonitorStatusResponseBody.d.ts +1 -1
  686. package/dist/models/SubmitAtiAgentRegisterInfoRequest.d.ts +61 -0
  687. package/dist/models/SubmitAtiAgentRegisterInfoRequest.js +64 -0
  688. package/dist/models/SubmitAtiAgentRegisterInfoRequest.js.map +1 -0
  689. package/dist/models/SubmitAtiAgentRegisterInfoResponse.d.ts +19 -0
  690. package/dist/models/SubmitAtiAgentRegisterInfoResponse.js +69 -0
  691. package/dist/models/SubmitAtiAgentRegisterInfoResponse.js.map +1 -0
  692. package/dist/models/SubmitAtiAgentRegisterInfoResponseBody.d.ts +111 -0
  693. package/dist/models/SubmitAtiAgentRegisterInfoResponseBody.js +96 -0
  694. package/dist/models/SubmitAtiAgentRegisterInfoResponseBody.js.map +1 -0
  695. package/dist/models/SwitchDnsGtmInstanceStrategyModeRequest.d.ts +7 -6
  696. package/dist/models/SwitchDnsGtmInstanceStrategyModeRequest.js.map +1 -1
  697. package/dist/models/SwitchDnsGtmInstanceStrategyModeResponseBody.d.ts +1 -1
  698. package/dist/models/TagResourcesRequest.d.ts +10 -9
  699. package/dist/models/TagResourcesRequest.js.map +1 -1
  700. package/dist/models/TagResourcesResponseBody.d.ts +1 -1
  701. package/dist/models/TransferDomainRequest.d.ts +12 -8
  702. package/dist/models/TransferDomainRequest.js.map +1 -1
  703. package/dist/models/TransferDomainResponseBody.d.ts +2 -2
  704. package/dist/models/UnbindInstanceDomainsRequest.d.ts +9 -5
  705. package/dist/models/UnbindInstanceDomainsRequest.js.map +1 -1
  706. package/dist/models/UnbindInstanceDomainsResponseBody.d.ts +3 -3
  707. package/dist/models/UntagResourcesRequest.d.ts +9 -8
  708. package/dist/models/UntagResourcesRequest.js.map +1 -1
  709. package/dist/models/UntagResourcesResponseBody.d.ts +1 -1
  710. package/dist/models/UpdateAtiAgentRegisterInfoRequest.d.ts +154 -0
  711. package/dist/models/UpdateAtiAgentRegisterInfoRequest.js +103 -0
  712. package/dist/models/UpdateAtiAgentRegisterInfoRequest.js.map +1 -0
  713. package/dist/models/UpdateAtiAgentRegisterInfoResponse.d.ts +19 -0
  714. package/dist/models/UpdateAtiAgentRegisterInfoResponse.js +69 -0
  715. package/dist/models/UpdateAtiAgentRegisterInfoResponse.js.map +1 -0
  716. package/dist/models/UpdateAtiAgentRegisterInfoResponseBody.d.ts +106 -0
  717. package/dist/models/UpdateAtiAgentRegisterInfoResponseBody.js +96 -0
  718. package/dist/models/UpdateAtiAgentRegisterInfoResponseBody.js.map +1 -0
  719. package/dist/models/UpdateAtiAgentRegisterInfoShrinkRequest.d.ts +79 -0
  720. package/dist/models/UpdateAtiAgentRegisterInfoShrinkRequest.js +72 -0
  721. package/dist/models/UpdateAtiAgentRegisterInfoShrinkRequest.js.map +1 -0
  722. package/dist/models/UpdateAtiAlertSettingsRequest.d.ts +28 -0
  723. package/dist/models/UpdateAtiAlertSettingsRequest.js +62 -0
  724. package/dist/models/UpdateAtiAlertSettingsRequest.js.map +1 -0
  725. package/dist/models/UpdateAtiAlertSettingsResponse.d.ts +19 -0
  726. package/dist/models/UpdateAtiAlertSettingsResponse.js +69 -0
  727. package/dist/models/UpdateAtiAlertSettingsResponse.js.map +1 -0
  728. package/dist/models/UpdateAtiAlertSettingsResponseBody.d.ts +71 -0
  729. package/dist/models/UpdateAtiAlertSettingsResponseBody.js +96 -0
  730. package/dist/models/UpdateAtiAlertSettingsResponseBody.js.map +1 -0
  731. package/dist/models/UpdateAtiRegistrantRequest.d.ts +111 -0
  732. package/dist/models/UpdateAtiRegistrantRequest.js +80 -0
  733. package/dist/models/UpdateAtiRegistrantRequest.js.map +1 -0
  734. package/dist/models/UpdateAtiRegistrantResponse.d.ts +19 -0
  735. package/dist/models/UpdateAtiRegistrantResponse.js +69 -0
  736. package/dist/models/UpdateAtiRegistrantResponse.js.map +1 -0
  737. package/dist/models/UpdateAtiRegistrantResponseBody.d.ts +106 -0
  738. package/dist/models/UpdateAtiRegistrantResponseBody.js +96 -0
  739. package/dist/models/UpdateAtiRegistrantResponseBody.js.map +1 -0
  740. package/dist/models/UpdateCloudGtmAddressEnableStatusRequest.d.ts +9 -8
  741. package/dist/models/UpdateCloudGtmAddressEnableStatusRequest.js.map +1 -1
  742. package/dist/models/UpdateCloudGtmAddressEnableStatusResponseBody.d.ts +5 -4
  743. package/dist/models/UpdateCloudGtmAddressEnableStatusResponseBody.js.map +1 -1
  744. package/dist/models/UpdateCloudGtmAddressManualAvailableStatusRequest.d.ts +15 -12
  745. package/dist/models/UpdateCloudGtmAddressManualAvailableStatusRequest.js.map +1 -1
  746. package/dist/models/UpdateCloudGtmAddressManualAvailableStatusResponseBody.d.ts +5 -4
  747. package/dist/models/UpdateCloudGtmAddressManualAvailableStatusResponseBody.js.map +1 -1
  748. package/dist/models/UpdateCloudGtmAddressPoolBasicConfigRequest.d.ts +18 -13
  749. package/dist/models/UpdateCloudGtmAddressPoolBasicConfigRequest.js.map +1 -1
  750. package/dist/models/UpdateCloudGtmAddressPoolBasicConfigResponseBody.d.ts +8 -6
  751. package/dist/models/UpdateCloudGtmAddressPoolBasicConfigResponseBody.js.map +1 -1
  752. package/dist/models/UpdateCloudGtmAddressPoolEnableStatusRequest.d.ts +11 -9
  753. package/dist/models/UpdateCloudGtmAddressPoolEnableStatusRequest.js.map +1 -1
  754. package/dist/models/UpdateCloudGtmAddressPoolEnableStatusResponseBody.d.ts +8 -6
  755. package/dist/models/UpdateCloudGtmAddressPoolEnableStatusResponseBody.js.map +1 -1
  756. package/dist/models/UpdateCloudGtmAddressPoolLbStrategyRequest.d.ts +20 -14
  757. package/dist/models/UpdateCloudGtmAddressPoolLbStrategyRequest.js.map +1 -1
  758. package/dist/models/UpdateCloudGtmAddressPoolLbStrategyResponseBody.d.ts +8 -6
  759. package/dist/models/UpdateCloudGtmAddressPoolLbStrategyResponseBody.js.map +1 -1
  760. package/dist/models/UpdateCloudGtmAddressPoolRemarkRequest.d.ts +8 -7
  761. package/dist/models/UpdateCloudGtmAddressPoolRemarkRequest.js.map +1 -1
  762. package/dist/models/UpdateCloudGtmAddressPoolRemarkResponseBody.d.ts +8 -6
  763. package/dist/models/UpdateCloudGtmAddressPoolRemarkResponseBody.js.map +1 -1
  764. package/dist/models/UpdateCloudGtmAddressRemarkRequest.d.ts +8 -7
  765. package/dist/models/UpdateCloudGtmAddressRemarkRequest.js.map +1 -1
  766. package/dist/models/UpdateCloudGtmAddressRemarkResponseBody.d.ts +6 -4
  767. package/dist/models/UpdateCloudGtmAddressRemarkResponseBody.js.map +1 -1
  768. package/dist/models/UpdateCloudGtmAddressRequest.d.ts +31 -24
  769. package/dist/models/UpdateCloudGtmAddressRequest.js.map +1 -1
  770. package/dist/models/UpdateCloudGtmAddressResponseBody.d.ts +6 -4
  771. package/dist/models/UpdateCloudGtmAddressResponseBody.js.map +1 -1
  772. package/dist/models/UpdateCloudGtmAddressShrinkRequest.d.ts +22 -17
  773. package/dist/models/UpdateCloudGtmAddressShrinkRequest.js.map +1 -1
  774. package/dist/models/UpdateCloudGtmGlobalAlertRequest.d.ts +33 -20
  775. package/dist/models/UpdateCloudGtmGlobalAlertRequest.js.map +1 -1
  776. package/dist/models/UpdateCloudGtmGlobalAlertResponseBody.d.ts +4 -3
  777. package/dist/models/UpdateCloudGtmGlobalAlertResponseBody.js.map +1 -1
  778. package/dist/models/UpdateCloudGtmGlobalAlertShrinkRequest.d.ts +6 -5
  779. package/dist/models/UpdateCloudGtmGlobalAlertShrinkRequest.js.map +1 -1
  780. package/dist/models/UpdateCloudGtmInstanceConfigAlertRequest.d.ts +32 -24
  781. package/dist/models/UpdateCloudGtmInstanceConfigAlertRequest.js.map +1 -1
  782. package/dist/models/UpdateCloudGtmInstanceConfigAlertResponseBody.d.ts +5 -4
  783. package/dist/models/UpdateCloudGtmInstanceConfigAlertResponseBody.js.map +1 -1
  784. package/dist/models/UpdateCloudGtmInstanceConfigAlertShrinkRequest.d.ts +11 -9
  785. package/dist/models/UpdateCloudGtmInstanceConfigAlertShrinkRequest.js.map +1 -1
  786. package/dist/models/UpdateCloudGtmInstanceConfigBasicRequest.d.ts +13 -12
  787. package/dist/models/UpdateCloudGtmInstanceConfigBasicRequest.js.map +1 -1
  788. package/dist/models/UpdateCloudGtmInstanceConfigBasicResponseBody.d.ts +4 -2
  789. package/dist/models/UpdateCloudGtmInstanceConfigBasicResponseBody.js.map +1 -1
  790. package/dist/models/UpdateCloudGtmInstanceConfigEnableStatusRequest.d.ts +14 -12
  791. package/dist/models/UpdateCloudGtmInstanceConfigEnableStatusRequest.js.map +1 -1
  792. package/dist/models/UpdateCloudGtmInstanceConfigEnableStatusResponseBody.d.ts +6 -4
  793. package/dist/models/UpdateCloudGtmInstanceConfigEnableStatusResponseBody.js.map +1 -1
  794. package/dist/models/UpdateCloudGtmInstanceConfigLbStrategyRequest.d.ts +23 -18
  795. package/dist/models/UpdateCloudGtmInstanceConfigLbStrategyRequest.js.map +1 -1
  796. package/dist/models/UpdateCloudGtmInstanceConfigLbStrategyResponseBody.d.ts +10 -0
  797. package/dist/models/UpdateCloudGtmInstanceConfigLbStrategyResponseBody.js.map +1 -1
  798. package/dist/models/UpdateCloudGtmInstanceConfigRemarkRequest.d.ts +14 -10
  799. package/dist/models/UpdateCloudGtmInstanceConfigRemarkRequest.js.map +1 -1
  800. package/dist/models/UpdateCloudGtmInstanceConfigRemarkResponseBody.d.ts +10 -0
  801. package/dist/models/UpdateCloudGtmInstanceConfigRemarkResponseBody.js.map +1 -1
  802. package/dist/models/UpdateCloudGtmInstanceNameRequest.d.ts +5 -4
  803. package/dist/models/UpdateCloudGtmInstanceNameRequest.js.map +1 -1
  804. package/dist/models/UpdateCloudGtmInstanceNameResponseBody.d.ts +5 -4
  805. package/dist/models/UpdateCloudGtmInstanceNameResponseBody.js.map +1 -1
  806. package/dist/models/UpdateCloudGtmMonitorTemplateRemarkRequest.d.ts +6 -5
  807. package/dist/models/UpdateCloudGtmMonitorTemplateRemarkRequest.js.map +1 -1
  808. package/dist/models/UpdateCloudGtmMonitorTemplateRemarkResponseBody.d.ts +6 -4
  809. package/dist/models/UpdateCloudGtmMonitorTemplateRemarkResponseBody.js.map +1 -1
  810. package/dist/models/UpdateCloudGtmMonitorTemplateRequest.d.ts +45 -30
  811. package/dist/models/UpdateCloudGtmMonitorTemplateRequest.js.map +1 -1
  812. package/dist/models/UpdateCloudGtmMonitorTemplateResponseBody.d.ts +6 -4
  813. package/dist/models/UpdateCloudGtmMonitorTemplateResponseBody.js.map +1 -1
  814. package/dist/models/UpdateCloudGtmMonitorTemplateShrinkRequest.d.ts +43 -28
  815. package/dist/models/UpdateCloudGtmMonitorTemplateShrinkRequest.js.map +1 -1
  816. package/dist/models/UpdateCustomLineRequest.d.ts +15 -11
  817. package/dist/models/UpdateCustomLineRequest.js.map +1 -1
  818. package/dist/models/UpdateCustomLineResponseBody.d.ts +1 -1
  819. package/dist/models/UpdateDnsCacheDomainRemarkRequest.d.ts +10 -8
  820. package/dist/models/UpdateDnsCacheDomainRemarkRequest.js.map +1 -1
  821. package/dist/models/UpdateDnsCacheDomainRemarkResponseBody.d.ts +1 -1
  822. package/dist/models/UpdateDnsCacheDomainRequest.d.ts +21 -14
  823. package/dist/models/UpdateDnsCacheDomainRequest.js.map +1 -1
  824. package/dist/models/UpdateDnsCacheDomainResponseBody.d.ts +1 -1
  825. package/dist/models/UpdateDnsGtmAccessStrategyRequest.d.ts +58 -48
  826. package/dist/models/UpdateDnsGtmAccessStrategyRequest.js.map +1 -1
  827. package/dist/models/UpdateDnsGtmAccessStrategyResponseBody.d.ts +3 -3
  828. package/dist/models/UpdateDnsGtmAddressPoolRequest.d.ts +32 -25
  829. package/dist/models/UpdateDnsGtmAddressPoolRequest.js.map +1 -1
  830. package/dist/models/UpdateDnsGtmAddressPoolResponseBody.d.ts +1 -1
  831. package/dist/models/UpdateDnsGtmInstanceGlobalConfigRequest.d.ts +65 -23
  832. package/dist/models/UpdateDnsGtmInstanceGlobalConfigRequest.js.map +1 -1
  833. package/dist/models/UpdateDnsGtmInstanceGlobalConfigResponseBody.d.ts +2 -2
  834. package/dist/models/UpdateDnsGtmMonitorRequest.d.ts +45 -38
  835. package/dist/models/UpdateDnsGtmMonitorRequest.js.map +1 -1
  836. package/dist/models/UpdateDnsslbweightRequest.d.ts +9 -8
  837. package/dist/models/UpdateDnsslbweightRequest.js.map +1 -1
  838. package/dist/models/UpdateDnsslbweightResponseBody.d.ts +2 -2
  839. package/dist/models/UpdateDomainGroupRequest.d.ts +7 -5
  840. package/dist/models/UpdateDomainGroupRequest.js.map +1 -1
  841. package/dist/models/UpdateDomainGroupResponseBody.d.ts +2 -2
  842. package/dist/models/UpdateDomainRecordRemarkRequest.d.ts +13 -9
  843. package/dist/models/UpdateDomainRecordRemarkRequest.js.map +1 -1
  844. package/dist/models/UpdateDomainRecordRequest.d.ts +23 -27
  845. package/dist/models/UpdateDomainRecordRequest.js.map +1 -1
  846. package/dist/models/UpdateDomainRecordResponseBody.d.ts +1 -1
  847. package/dist/models/UpdateDomainRemarkRequest.d.ts +12 -7
  848. package/dist/models/UpdateDomainRemarkRequest.js.map +1 -1
  849. package/dist/models/UpdateDomainRemarkResponseBody.d.ts +1 -1
  850. package/dist/models/UpdateGtmAccessStrategyRequest.d.ts +8 -5
  851. package/dist/models/UpdateGtmAccessStrategyRequest.js.map +1 -1
  852. package/dist/models/UpdateGtmAccessStrategyResponseBody.d.ts +1 -1
  853. package/dist/models/UpdateGtmAddressPoolRequest.d.ts +23 -12
  854. package/dist/models/UpdateGtmAddressPoolRequest.js.map +1 -1
  855. package/dist/models/UpdateGtmAddressPoolResponseBody.d.ts +1 -1
  856. package/dist/models/UpdateGtmInstanceGlobalConfigRequest.d.ts +25 -17
  857. package/dist/models/UpdateGtmInstanceGlobalConfigRequest.js.map +1 -1
  858. package/dist/models/UpdateGtmInstanceGlobalConfigResponseBody.d.ts +1 -1
  859. package/dist/models/UpdateGtmMonitorRequest.d.ts +31 -22
  860. package/dist/models/UpdateGtmMonitorRequest.js.map +1 -1
  861. package/dist/models/UpdateGtmMonitorResponseBody.d.ts +1 -1
  862. package/dist/models/UpdateGtmRecoveryPlanRequest.d.ts +13 -6
  863. package/dist/models/UpdateGtmRecoveryPlanRequest.js.map +1 -1
  864. package/dist/models/UpdateGtmRecoveryPlanResponseBody.d.ts +1 -1
  865. package/dist/models/UpdateRecursionRecordEnableStatusRequest.d.ts +8 -0
  866. package/dist/models/UpdateRecursionRecordEnableStatusRequest.js.map +1 -1
  867. package/dist/models/UpdateRecursionRecordEnableStatusResponseBody.d.ts +3 -0
  868. package/dist/models/UpdateRecursionRecordEnableStatusResponseBody.js.map +1 -1
  869. package/dist/models/UpdateRecursionRecordRemarkRequest.d.ts +7 -1
  870. package/dist/models/UpdateRecursionRecordRemarkRequest.js.map +1 -1
  871. package/dist/models/UpdateRecursionRecordRemarkResponseBody.d.ts +3 -0
  872. package/dist/models/UpdateRecursionRecordRemarkResponseBody.js.map +1 -1
  873. package/dist/models/UpdateRecursionRecordRequest.d.ts +38 -0
  874. package/dist/models/UpdateRecursionRecordRequest.js.map +1 -1
  875. package/dist/models/UpdateRecursionRecordResponseBody.d.ts +6 -0
  876. package/dist/models/UpdateRecursionRecordResponseBody.js.map +1 -1
  877. package/dist/models/UpdateRecursionRecordWeightEnableStatusRequest.d.ts +27 -0
  878. package/dist/models/UpdateRecursionRecordWeightEnableStatusRequest.js.map +1 -1
  879. package/dist/models/UpdateRecursionRecordWeightEnableStatusResponseBody.d.ts +3 -0
  880. package/dist/models/UpdateRecursionRecordWeightEnableStatusResponseBody.js.map +1 -1
  881. package/dist/models/UpdateRecursionRecordWeightRequest.d.ts +8 -0
  882. package/dist/models/UpdateRecursionRecordWeightRequest.js.map +1 -1
  883. package/dist/models/UpdateRecursionRecordWeightResponseBody.d.ts +3 -0
  884. package/dist/models/UpdateRecursionRecordWeightResponseBody.js.map +1 -1
  885. package/dist/models/UpdateRecursionZoneEffectiveScopeRequest.d.ts +16 -0
  886. package/dist/models/UpdateRecursionZoneEffectiveScopeRequest.js.map +1 -1
  887. package/dist/models/UpdateRecursionZoneEffectiveScopeResponseBody.d.ts +3 -0
  888. package/dist/models/UpdateRecursionZoneEffectiveScopeResponseBody.js.map +1 -1
  889. package/dist/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.d.ts +9 -0
  890. package/dist/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.js.map +1 -1
  891. package/dist/models/UpdateRecursionZoneProxyPatternRequest.d.ts +12 -0
  892. package/dist/models/UpdateRecursionZoneProxyPatternRequest.js.map +1 -1
  893. package/dist/models/UpdateRecursionZoneProxyPatternResponseBody.d.ts +3 -0
  894. package/dist/models/UpdateRecursionZoneProxyPatternResponseBody.js.map +1 -1
  895. package/dist/models/UpdateRecursionZoneRemarkRequest.d.ts +13 -0
  896. package/dist/models/UpdateRecursionZoneRemarkRequest.js.map +1 -1
  897. package/dist/models/UpdateRecursionZoneRemarkResponseBody.d.ts +3 -0
  898. package/dist/models/UpdateRecursionZoneRemarkResponseBody.js.map +1 -1
  899. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.d.ts +32 -0
  900. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.js.map +1 -1
  901. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.d.ts +64 -2
  902. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.js.map +1 -1
  903. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayRequest.d.ts +32 -0
  904. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayRequest.js.map +1 -1
  905. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayResponseBody.d.ts +63 -1
  906. package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayResponseBody.js.map +1 -1
  907. package/dist/models/VerifyAtiAgentDnsRecordsRequest.d.ts +33 -0
  908. package/dist/models/VerifyAtiAgentDnsRecordsRequest.js +60 -0
  909. package/dist/models/VerifyAtiAgentDnsRecordsRequest.js.map +1 -0
  910. package/dist/models/VerifyAtiAgentDnsRecordsResponse.d.ts +19 -0
  911. package/dist/models/VerifyAtiAgentDnsRecordsResponse.js +69 -0
  912. package/dist/models/VerifyAtiAgentDnsRecordsResponse.js.map +1 -0
  913. package/dist/models/VerifyAtiAgentDnsRecordsResponseBody.d.ts +162 -0
  914. package/dist/models/VerifyAtiAgentDnsRecordsResponseBody.js +154 -0
  915. package/dist/models/VerifyAtiAgentDnsRecordsResponseBody.js.map +1 -0
  916. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest.d.ts +26 -0
  917. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest.js +60 -0
  918. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest.js.map +1 -0
  919. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse.d.ts +19 -0
  920. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse.js +69 -0
  921. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse.js.map +1 -0
  922. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.d.ts +101 -0
  923. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.js +108 -0
  924. package/dist/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.js.map +1 -0
  925. package/dist/models/model.d.ts +116 -0
  926. package/dist/models/model.js +256 -22
  927. package/dist/models/model.js.map +1 -1
  928. package/package.json +2 -2
  929. package/src/client.ts +2054 -718
  930. package/src/models/AddCustomLineRequest.ts +11 -7
  931. package/src/models/AddCustomLineResponseBody.ts +2 -2
  932. package/src/models/AddDnsCacheDomainRequest.ts +17 -14
  933. package/src/models/AddDnsCacheDomainResponseBody.ts +1 -1
  934. package/src/models/AddDnsGtmAccessStrategyRequest.ts +52 -43
  935. package/src/models/AddDnsGtmAccessStrategyResponseBody.ts +2 -2
  936. package/src/models/AddDnsGtmAddressPoolRequest.ts +88 -73
  937. package/src/models/AddDnsGtmAddressPoolResponseBody.ts +4 -4
  938. package/src/models/AddDnsGtmMonitorRequest.ts +49 -40
  939. package/src/models/AddDnsGtmMonitorResponseBody.ts +2 -2
  940. package/src/models/AddDomainBackupRequest.ts +8 -6
  941. package/src/models/AddDomainBackupResponseBody.ts +3 -3
  942. package/src/models/AddDomainGroupRequest.ts +3 -2
  943. package/src/models/AddDomainGroupResponseBody.ts +1 -1
  944. package/src/models/AddDomainRecordRequest.ts +42 -16
  945. package/src/models/AddDomainRecordResponseBody.ts +2 -2
  946. package/src/models/AddDomainRequest.ts +8 -7
  947. package/src/models/AddDomainResponseBody.ts +6 -6
  948. package/src/models/AddGtmAccessStrategyRequest.ts +10 -7
  949. package/src/models/AddGtmAccessStrategyResponseBody.ts +2 -2
  950. package/src/models/AddGtmAddressPoolRequest.ts +61 -45
  951. package/src/models/AddGtmAddressPoolResponseBody.ts +2 -2
  952. package/src/models/AddGtmMonitorRequest.ts +38 -27
  953. package/src/models/AddGtmMonitorResponseBody.ts +1 -1
  954. package/src/models/AddGtmRecoveryPlanRequest.ts +3 -3
  955. package/src/models/AddGtmRecoveryPlanResponseBody.ts +1 -1
  956. package/src/models/AddRecursionRecordRequest.ts +40 -1
  957. package/src/models/AddRecursionRecordResponseBody.ts +13 -0
  958. package/src/models/AddRecursionZoneRequest.ts +11 -0
  959. package/src/models/AddRecursionZoneResponseBody.ts +11 -1
  960. package/src/models/AddRspDomainServerHoldStatusForGatewayOteRequest.ts +9 -0
  961. package/src/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.ts +46 -1
  962. package/src/models/AddRspDomainServerHoldStatusForGatewayRequest.ts +9 -0
  963. package/src/models/AddRspDomainServerHoldStatusForGatewayResponseBody.ts +46 -1
  964. package/src/models/BindInstanceDomainsRequest.ts +11 -5
  965. package/src/models/BindInstanceDomainsResponseBody.ts +3 -3
  966. package/src/models/ChangeDomainGroupRequest.ts +14 -9
  967. package/src/models/ChangeDomainGroupResponseBody.ts +2 -2
  968. package/src/models/ChangeDomainOfDnsProductRequest.ts +19 -16
  969. package/src/models/ChangeDomainOfDnsProductResponseBody.ts +2 -2
  970. package/src/models/CopyGtmConfigRequest.ts +1 -1
  971. package/src/models/CopyGtmConfigResponseBody.ts +1 -1
  972. package/src/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest.ts +48 -0
  973. package/src/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse.ts +40 -0
  974. package/src/models/CreateAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.ts +206 -0
  975. package/src/models/CreateAtiAgentRegisterInfoRequest.ts +209 -0
  976. package/src/models/CreateAtiAgentRegisterInfoResponse.ts +40 -0
  977. package/src/models/CreateAtiAgentRegisterInfoResponseBody.ts +186 -0
  978. package/src/models/CreateAtiAgentRegisterInfoShrinkRequest.ts +104 -0
  979. package/src/models/CreateAtiRegistrantRequest.ts +192 -0
  980. package/src/models/CreateAtiRegistrantResponse.ts +40 -0
  981. package/src/models/CreateAtiRegistrantResponseBody.ts +180 -0
  982. package/src/models/CreateCloudGtmAddressPoolRequest.ts +26 -18
  983. package/src/models/CreateCloudGtmAddressPoolResponseBody.ts +8 -6
  984. package/src/models/CreateCloudGtmAddressRequest.ts +41 -29
  985. package/src/models/CreateCloudGtmAddressResponseBody.ts +8 -6
  986. package/src/models/CreateCloudGtmAddressShrinkRequest.ts +38 -26
  987. package/src/models/CreateCloudGtmInstanceConfigRequest.ts +31 -19
  988. package/src/models/CreateCloudGtmInstanceConfigResponseBody.ts +9 -5
  989. package/src/models/CreateCloudGtmMonitorTemplateRequest.ts +72 -27
  990. package/src/models/CreateCloudGtmMonitorTemplateResponseBody.ts +12 -2
  991. package/src/models/CreateCloudGtmMonitorTemplateShrinkRequest.ts +70 -25
  992. package/src/models/DeleteAtiAgentRegisterInfoRequest.ts +48 -0
  993. package/src/models/DeleteAtiAgentRegisterInfoResponse.ts +40 -0
  994. package/src/models/DeleteAtiAgentRegisterInfoResponseBody.ts +150 -0
  995. package/src/models/DeleteAtiRegistrantRequest.ts +48 -0
  996. package/src/models/DeleteAtiRegistrantResponse.ts +40 -0
  997. package/src/models/DeleteAtiRegistrantResponseBody.ts +150 -0
  998. package/src/models/DeleteCloudGtmAddressPoolRequest.ts +7 -6
  999. package/src/models/DeleteCloudGtmAddressPoolResponseBody.ts +12 -2
  1000. package/src/models/DeleteCloudGtmAddressRequest.ts +7 -6
  1001. package/src/models/DeleteCloudGtmAddressResponseBody.ts +6 -4
  1002. package/src/models/DeleteCloudGtmInstanceConfigRequest.ts +9 -8
  1003. package/src/models/DeleteCloudGtmInstanceConfigResponseBody.ts +6 -3
  1004. package/src/models/DeleteCloudGtmMonitorTemplateRequest.ts +8 -7
  1005. package/src/models/DeleteCloudGtmMonitorTemplateResponseBody.ts +6 -4
  1006. package/src/models/DeleteCustomLinesRequest.ts +6 -5
  1007. package/src/models/DeleteCustomLinesResponseBody.ts +1 -1
  1008. package/src/models/DeleteDnsCacheDomainRequest.ts +8 -5
  1009. package/src/models/DeleteDnsCacheDomainResponseBody.ts +1 -1
  1010. package/src/models/DeleteDnsGtmAccessStrategyRequest.ts +3 -3
  1011. package/src/models/DeleteDnsGtmAccessStrategyResponseBody.ts +1 -1
  1012. package/src/models/DeleteDnsGtmAddressPoolRequest.ts +3 -3
  1013. package/src/models/DeleteDomainGroupRequest.ts +7 -5
  1014. package/src/models/DeleteDomainGroupResponseBody.ts +1 -1
  1015. package/src/models/DeleteDomainRecordRequest.ts +8 -7
  1016. package/src/models/DeleteDomainRecordResponseBody.ts +1 -1
  1017. package/src/models/DeleteDomainRequest.ts +4 -3
  1018. package/src/models/DeleteDomainResponseBody.ts +1 -1
  1019. package/src/models/DeleteGtmAccessStrategyRequest.ts +2 -2
  1020. package/src/models/DeleteGtmAccessStrategyResponseBody.ts +1 -1
  1021. package/src/models/DeleteGtmAddressPoolRequest.ts +2 -2
  1022. package/src/models/DeleteGtmAddressPoolResponseBody.ts +1 -1
  1023. package/src/models/DeleteGtmRecoveryPlanRequest.ts +7 -3
  1024. package/src/models/DeleteGtmRecoveryPlanResponseBody.ts +1 -1
  1025. package/src/models/DeleteRecursionRecordRequest.ts +5 -0
  1026. package/src/models/DeleteRecursionRecordResponseBody.ts +3 -0
  1027. package/src/models/DeleteRecursionZoneRequest.ts +8 -0
  1028. package/src/models/DeleteRecursionZoneResponseBody.ts +3 -0
  1029. package/src/models/DeleteSubDomainRecordsRequest.ts +11 -9
  1030. package/src/models/DeleteSubDomainRecordsResponseBody.ts +2 -2
  1031. package/src/models/DescribeAtiAgentRegisterInfoMarketRequest.ts +59 -0
  1032. package/src/models/DescribeAtiAgentRegisterInfoMarketResponse.ts +40 -0
  1033. package/src/models/DescribeAtiAgentRegisterInfoMarketResponseBody.ts +308 -0
  1034. package/src/models/DescribeAtiAgentRegisterInfoRequest.ts +46 -0
  1035. package/src/models/DescribeAtiAgentRegisterInfoResponse.ts +40 -0
  1036. package/src/models/DescribeAtiAgentRegisterInfoResponseBody.ts +451 -0
  1037. package/src/models/DescribeAtiAlertSettingsRequest.ts +34 -0
  1038. package/src/models/DescribeAtiAlertSettingsResponse.ts +40 -0
  1039. package/src/models/DescribeAtiAlertSettingsResponseBody.ts +232 -0
  1040. package/src/models/DescribeAtiCertificateRequest.ts +48 -0
  1041. package/src/models/DescribeAtiCertificateResponse.ts +40 -0
  1042. package/src/models/DescribeAtiCertificateResponseBody.ts +305 -0
  1043. package/src/models/DescribeAtiRegistrantRequest.ts +48 -0
  1044. package/src/models/DescribeAtiRegistrantResponse.ts +40 -0
  1045. package/src/models/DescribeAtiRegistrantResponseBody.ts +280 -0
  1046. package/src/models/DescribeBatchResultCountRequest.ts +14 -10
  1047. package/src/models/DescribeBatchResultCountResponseBody.ts +13 -10
  1048. package/src/models/DescribeBatchResultDetailRequest.ts +16 -12
  1049. package/src/models/DescribeBatchResultDetailResponseBody.ts +3 -3
  1050. package/src/models/DescribeCloudGtmAddressPoolReferenceRequest.ts +7 -6
  1051. package/src/models/DescribeCloudGtmAddressPoolReferenceResponseBody.ts +4 -4
  1052. package/src/models/DescribeCloudGtmAddressPoolRequest.ts +8 -7
  1053. package/src/models/DescribeCloudGtmAddressPoolResponseBody.ts +52 -34
  1054. package/src/models/DescribeCloudGtmAddressReferenceRequest.ts +8 -7
  1055. package/src/models/DescribeCloudGtmAddressReferenceResponseBody.ts +5 -5
  1056. package/src/models/DescribeCloudGtmAddressRequest.ts +7 -6
  1057. package/src/models/DescribeCloudGtmAddressResponseBody.ts +52 -36
  1058. package/src/models/DescribeCloudGtmGlobalAlertRequest.ts +4 -3
  1059. package/src/models/DescribeCloudGtmGlobalAlertResponseBody.ts +8 -0
  1060. package/src/models/DescribeCloudGtmInstanceConfigAlertRequest.ts +5 -4
  1061. package/src/models/DescribeCloudGtmInstanceConfigAlertResponseBody.ts +6 -5
  1062. package/src/models/DescribeCloudGtmInstanceConfigFullInfoRequest.ts +10 -9
  1063. package/src/models/DescribeCloudGtmInstanceConfigFullInfoResponseBody.ts +64 -45
  1064. package/src/models/DescribeCloudGtmMonitorTemplateRequest.ts +6 -5
  1065. package/src/models/DescribeCloudGtmMonitorTemplateResponseBody.ts +53 -33
  1066. package/src/models/DescribeCloudGtmSummaryRequest.ts +3 -2
  1067. package/src/models/DescribeCloudGtmSummaryResponseBody.ts +2 -2
  1068. package/src/models/DescribeCloudGtmSystemLinesResponseBody.ts +3 -3
  1069. package/src/models/DescribeCustomLineRequest.ts +7 -5
  1070. package/src/models/DescribeCustomLineResponseBody.ts +12 -9
  1071. package/src/models/DescribeCustomLinesRequest.ts +4 -3
  1072. package/src/models/DescribeCustomLinesResponseBody.ts +24 -6
  1073. package/src/models/DescribeDnsCacheDomainsRequest.ts +10 -5
  1074. package/src/models/DescribeDnsCacheDomainsResponseBody.ts +25 -25
  1075. package/src/models/DescribeDnsGtmAccessStrategiesRequest.ts +11 -9
  1076. package/src/models/DescribeDnsGtmAccessStrategiesResponseBody.ts +4 -4
  1077. package/src/models/DescribeDnsGtmAccessStrategyAvailableConfigRequest.ts +8 -7
  1078. package/src/models/DescribeDnsGtmAccessStrategyAvailableConfigResponseBody.ts +2 -2
  1079. package/src/models/DescribeDnsGtmAccessStrategyRequest.ts +3 -3
  1080. package/src/models/DescribeDnsGtmAccessStrategyResponseBody.ts +60 -46
  1081. package/src/models/DescribeDnsGtmAddrAttributeInfoRequest.ts +12 -8
  1082. package/src/models/DescribeDnsGtmAddrAttributeInfoResponseBody.ts +1 -1
  1083. package/src/models/DescribeDnsGtmAddressPoolAvailableConfigRequest.ts +4 -3
  1084. package/src/models/DescribeDnsGtmAddressPoolAvailableConfigResponseBody.ts +1 -1
  1085. package/src/models/DescribeDnsGtmAvailableAlertGroupRequest.ts +1 -1
  1086. package/src/models/DescribeDnsGtmAvailableAlertGroupResponseBody.ts +5 -2
  1087. package/src/models/DescribeDnsGtmInstanceAddressPoolRequest.ts +4 -3
  1088. package/src/models/DescribeDnsGtmInstanceAddressPoolResponseBody.ts +23 -18
  1089. package/src/models/DescribeDnsGtmInstanceAddressPoolsRequest.ts +6 -6
  1090. package/src/models/DescribeDnsGtmInstanceAddressPoolsResponseBody.ts +5 -5
  1091. package/src/models/DescribeDnsGtmInstanceRequest.ts +3 -3
  1092. package/src/models/DescribeDnsGtmInstanceResponseBody.ts +44 -35
  1093. package/src/models/DescribeDnsGtmInstanceStatusRequest.ts +3 -3
  1094. package/src/models/DescribeDnsGtmInstanceStatusResponseBody.ts +5 -5
  1095. package/src/models/DescribeDnsGtmInstanceSystemCnameRequest.ts +4 -3
  1096. package/src/models/DescribeDnsGtmInstanceSystemCnameResponseBody.ts +3 -3
  1097. package/src/models/DescribeDnsGtmInstancesRequest.ts +5 -5
  1098. package/src/models/DescribeDnsGtmInstancesResponseBody.ts +64 -55
  1099. package/src/models/DescribeDnsGtmLogsRequest.ts +9 -9
  1100. package/src/models/DescribeDnsGtmLogsResponseBody.ts +6 -6
  1101. package/src/models/DescribeDnsGtmMonitorAvailableConfigRequest.ts +1 -1
  1102. package/src/models/DescribeDnsGtmMonitorAvailableConfigResponseBody.ts +1 -1
  1103. package/src/models/DescribeDnsGtmMonitorConfigRequest.ts +3 -3
  1104. package/src/models/DescribeDnsGtmMonitorConfigResponseBody.ts +45 -38
  1105. package/src/models/DescribeDnsProductInstanceRequest.ts +6 -5
  1106. package/src/models/DescribeDnsProductInstanceResponseBody.ts +97 -63
  1107. package/src/models/DescribeDnsProductInstancesRequest.ts +18 -14
  1108. package/src/models/DescribeDnsProductInstancesResponseBody.ts +7 -6
  1109. package/src/models/DescribeDnsslbsubDomainsRequest.ts +10 -9
  1110. package/src/models/DescribeDnsslbsubDomainsResponseBody.ts +4 -4
  1111. package/src/models/DescribeDohAccountStatisticsRequest.ts +9 -5
  1112. package/src/models/DescribeDohAccountStatisticsResponseBody.ts +7 -7
  1113. package/src/models/DescribeDohDomainStatisticsRequest.ts +5 -5
  1114. package/src/models/DescribeDohDomainStatisticsResponseBody.ts +7 -7
  1115. package/src/models/DescribeDohDomainStatisticsSummaryRequest.ts +11 -7
  1116. package/src/models/DescribeDohDomainStatisticsSummaryResponseBody.ts +10 -10
  1117. package/src/models/DescribeDohSubDomainStatisticsRequest.ts +10 -6
  1118. package/src/models/DescribeDohSubDomainStatisticsResponseBody.ts +7 -7
  1119. package/src/models/DescribeDohSubDomainStatisticsSummaryRequest.ts +11 -7
  1120. package/src/models/DescribeDohSubDomainStatisticsSummaryResponseBody.ts +10 -10
  1121. package/src/models/DescribeDohUserInfoRequest.ts +5 -5
  1122. package/src/models/DescribeDohUserInfoResponseBody.ts +5 -5
  1123. package/src/models/DescribeDomainDnssecInfoRequest.ts +6 -5
  1124. package/src/models/DescribeDomainDnssecInfoResponseBody.ts +9 -8
  1125. package/src/models/DescribeDomainGroupsRequest.ts +10 -4
  1126. package/src/models/DescribeDomainGroupsResponseBody.ts +4 -4
  1127. package/src/models/DescribeDomainInfoRequest.ts +17 -5
  1128. package/src/models/DescribeDomainInfoResponseBody.ts +35 -21
  1129. package/src/models/DescribeDomainLogsRequest.ts +20 -11
  1130. package/src/models/DescribeDomainLogsResponseBody.ts +4 -4
  1131. package/src/models/DescribeDomainNsRequest.ts +6 -5
  1132. package/src/models/DescribeDomainNsResponseBody.ts +4 -4
  1133. package/src/models/DescribeDomainRecordInfoRequest.ts +9 -7
  1134. package/src/models/DescribeDomainRecordInfoResponseBody.ts +14 -14
  1135. package/src/models/DescribeDomainRecordsRequest.ts +49 -29
  1136. package/src/models/DescribeDomainRecordsResponseBody.ts +3 -3
  1137. package/src/models/DescribeDomainResolveStatisticsSummaryRequest.ts +17 -15
  1138. package/src/models/DescribeDomainResolveStatisticsSummaryResponseBody.ts +12 -11
  1139. package/src/models/DescribeDomainStatisticsRequest.ts +14 -11
  1140. package/src/models/DescribeDomainStatisticsResponseBody.ts +1 -1
  1141. package/src/models/DescribeDomainStatisticsSummaryRequest.ts +17 -12
  1142. package/src/models/DescribeDomainStatisticsSummaryResponseBody.ts +4 -4
  1143. package/src/models/DescribeDomainsRequest.ts +29 -10
  1144. package/src/models/DescribeDomainsResponseBody.ts +3 -3
  1145. package/src/models/DescribeGtmAccessStrategiesRequest.ts +5 -5
  1146. package/src/models/DescribeGtmAccessStrategiesResponseBody.ts +5 -5
  1147. package/src/models/DescribeGtmAccessStrategyAvailableConfigRequest.ts +1 -1
  1148. package/src/models/DescribeGtmAccessStrategyAvailableConfigResponseBody.ts +2 -2
  1149. package/src/models/DescribeGtmAccessStrategyRequest.ts +2 -2
  1150. package/src/models/DescribeGtmAccessStrategyResponseBody.ts +53 -17
  1151. package/src/models/DescribeGtmAvailableAlertGroupRequest.ts +1 -1
  1152. package/src/models/DescribeGtmAvailableAlertGroupResponseBody.ts +5 -2
  1153. package/src/models/DescribeGtmInstanceAddressPoolRequest.ts +3 -3
  1154. package/src/models/DescribeGtmInstanceAddressPoolResponseBody.ts +25 -15
  1155. package/src/models/DescribeGtmInstanceAddressPoolsRequest.ts +4 -4
  1156. package/src/models/DescribeGtmInstanceAddressPoolsResponseBody.ts +3 -3
  1157. package/src/models/DescribeGtmInstanceRequest.ts +2 -2
  1158. package/src/models/DescribeGtmInstanceResponseBody.ts +25 -23
  1159. package/src/models/DescribeGtmInstanceStatusRequest.ts +1 -1
  1160. package/src/models/DescribeGtmInstanceStatusResponseBody.ts +11 -9
  1161. package/src/models/DescribeGtmInstanceSystemCnameRequest.ts +3 -3
  1162. package/src/models/DescribeGtmInstanceSystemCnameResponseBody.ts +3 -3
  1163. package/src/models/DescribeGtmInstancesRequest.ts +5 -5
  1164. package/src/models/DescribeGtmInstancesResponseBody.ts +5 -5
  1165. package/src/models/DescribeGtmLogsRequest.ts +7 -7
  1166. package/src/models/DescribeGtmLogsResponseBody.ts +1 -1
  1167. package/src/models/DescribeGtmMonitorAvailableConfigRequest.ts +1 -1
  1168. package/src/models/DescribeGtmMonitorAvailableConfigResponseBody.ts +1 -1
  1169. package/src/models/DescribeGtmMonitorConfigRequest.ts +1 -1
  1170. package/src/models/DescribeGtmMonitorConfigResponseBody.ts +26 -19
  1171. package/src/models/DescribeGtmRecoveryPlanAvailableConfigRequest.ts +5 -4
  1172. package/src/models/DescribeGtmRecoveryPlanAvailableConfigResponseBody.ts +1 -1
  1173. package/src/models/DescribeGtmRecoveryPlanRequest.ts +6 -5
  1174. package/src/models/DescribeGtmRecoveryPlanResponseBody.ts +22 -16
  1175. package/src/models/DescribeGtmRecoveryPlansRequest.ts +10 -4
  1176. package/src/models/DescribeGtmRecoveryPlansResponseBody.ts +5 -5
  1177. package/src/models/DescribeInstanceDomainsRequest.ts +10 -8
  1178. package/src/models/DescribeInstanceDomainsResponseBody.ts +9 -9
  1179. package/src/models/DescribeInterAuthStatisticsGlobalOverviewRequest.ts +16 -0
  1180. package/src/models/DescribeInterAuthStatisticsGlobalOverviewResponseBody.ts +17 -1
  1181. package/src/models/DescribeInterAuthStatisticsHistoryRequest.ts +33 -0
  1182. package/src/models/DescribeInterAuthStatisticsHistoryResponseBody.ts +30 -1
  1183. package/src/models/DescribeInterAuthStatisticsSummaryRequest.ts +71 -1
  1184. package/src/models/DescribeInterAuthStatisticsSummaryResponseBody.ts +62 -0
  1185. package/src/models/DescribeInterAuthStatisticsZoneOverviewRequest.ts +9 -0
  1186. package/src/models/DescribeInterAuthStatisticsZoneOverviewResponseBody.ts +14 -1
  1187. package/src/models/DescribeInternetDnsLogsRequest.ts +32 -21
  1188. package/src/models/DescribeInternetDnsLogsResponseBody.ts +6 -6
  1189. package/src/models/DescribePdnsRequestStatisticRequest.ts +18 -15
  1190. package/src/models/DescribePdnsRequestStatisticResponseBody.ts +11 -11
  1191. package/src/models/DescribePdnsRequestStatisticsRequest.ts +18 -16
  1192. package/src/models/DescribePdnsRequestStatisticsResponseBody.ts +19 -19
  1193. package/src/models/DescribePdnsUserInfoRequest.ts +4 -3
  1194. package/src/models/DescribePdnsUserInfoResponseBody.ts +10 -10
  1195. package/src/models/DescribeRecordLogsRequest.ts +13 -9
  1196. package/src/models/DescribeRecordLogsResponseBody.ts +3 -3
  1197. package/src/models/DescribeRecordResolveStatisticsSummaryRequest.ts +21 -18
  1198. package/src/models/DescribeRecordResolveStatisticsSummaryResponseBody.ts +11 -10
  1199. package/src/models/DescribeRecordStatisticsRequest.ts +19 -12
  1200. package/src/models/DescribeRecordStatisticsSummaryRequest.ts +30 -16
  1201. package/src/models/DescribeRecordStatisticsSummaryResponseBody.ts +3 -3
  1202. package/src/models/DescribeRecursionRecordRequest.ts +2 -0
  1203. package/src/models/DescribeRecursionRecordResponseBody.ts +36 -3
  1204. package/src/models/DescribeRecursionZoneRequest.ts +2 -0
  1205. package/src/models/DescribeRecursionZoneResponseBody.ts +45 -0
  1206. package/src/models/DescribeSubDomainRecordsRequest.ts +15 -10
  1207. package/src/models/DescribeSubDomainRecordsResponseBody.ts +3 -3
  1208. package/src/models/DescribeSupportLinesRequest.ts +10 -3
  1209. package/src/models/DescribeSupportLinesResponseBody.ts +3 -0
  1210. package/src/models/DescribeTagsRequest.ts +5 -5
  1211. package/src/models/DescribeTagsResponseBody.ts +6 -6
  1212. package/src/models/DescribeTransferDomainsRequest.ts +21 -12
  1213. package/src/models/DescribeTransferDomainsResponseBody.ts +4 -4
  1214. package/src/models/ExecuteGtmRecoveryPlanRequest.ts +7 -5
  1215. package/src/models/GetMainDomainNameRequest.ts +8 -2
  1216. package/src/models/GetMainDomainNameResponseBody.ts +3 -3
  1217. package/src/models/GetTxtRecordForVerifyRequest.ts +9 -7
  1218. package/src/models/GetTxtRecordForVerifyResponseBody.ts +6 -6
  1219. package/src/models/ListAtiAgentRegisterInfosRequest.ts +128 -0
  1220. package/src/models/ListAtiAgentRegisterInfosResponse.ts +40 -0
  1221. package/src/models/ListAtiAgentRegisterInfosResponseBody.ts +330 -0
  1222. package/src/models/ListAtiChangeLogsRequest.ts +120 -0
  1223. package/src/models/ListAtiChangeLogsResponse.ts +40 -0
  1224. package/src/models/ListAtiChangeLogsResponseBody.ts +273 -0
  1225. package/src/models/ListAtiRegistrantsRequest.ts +79 -0
  1226. package/src/models/ListAtiRegistrantsResponse.ts +40 -0
  1227. package/src/models/ListAtiRegistrantsResponseBody.ts +233 -0
  1228. package/src/models/ListCloudGtmAddressPoolsRequest.ts +18 -14
  1229. package/src/models/ListCloudGtmAddressPoolsResponseBody.ts +9 -5
  1230. package/src/models/ListCloudGtmAddressesRequest.ts +30 -20
  1231. package/src/models/ListCloudGtmAddressesResponseBody.ts +5 -5
  1232. package/src/models/ListCloudGtmAlertLogsRequest.ts +20 -12
  1233. package/src/models/ListCloudGtmAlertLogsResponseBody.ts +5 -5
  1234. package/src/models/ListCloudGtmAvailableAlertGroupsRequest.ts +3 -2
  1235. package/src/models/ListCloudGtmAvailableAlertGroupsResponseBody.ts +1 -1
  1236. package/src/models/ListCloudGtmInstanceConfigsRequest.ts +16 -14
  1237. package/src/models/ListCloudGtmInstanceConfigsResponseBody.ts +5 -5
  1238. package/src/models/ListCloudGtmInstancesRequest.ts +9 -7
  1239. package/src/models/ListCloudGtmInstancesResponseBody.ts +5 -5
  1240. package/src/models/ListCloudGtmMonitorNodesRequest.ts +4 -3
  1241. package/src/models/ListCloudGtmMonitorNodesResponseBody.ts +1 -1
  1242. package/src/models/ListCloudGtmMonitorTemplatesRequest.ts +16 -10
  1243. package/src/models/ListCloudGtmMonitorTemplatesResponseBody.ts +5 -5
  1244. package/src/models/ListRecursionRecordsRequest.ts +43 -0
  1245. package/src/models/ListRecursionRecordsResponseBody.ts +21 -0
  1246. package/src/models/ListRecursionZonesRequest.ts +16 -0
  1247. package/src/models/ListRecursionZonesResponseBody.ts +21 -0
  1248. package/src/models/ListTagResourcesRequest.ts +10 -9
  1249. package/src/models/ListTagResourcesResponseBody.ts +6 -6
  1250. package/src/models/ModifyHichinaDomainDnsrequest.ts +7 -6
  1251. package/src/models/ModifyHichinaDomainDnsresponseBody.ts +1 -1
  1252. package/src/models/MoveDomainResourceGroupRequest.ts +2 -2
  1253. package/src/models/MoveDomainResourceGroupResponseBody.ts +1 -1
  1254. package/src/models/MoveGtmResourceGroupRequest.ts +7 -0
  1255. package/src/models/MoveGtmResourceGroupResponseBody.ts +3 -0
  1256. package/src/models/OperateBatchDomainRequest.ts +27 -23
  1257. package/src/models/OperateBatchDomainResponseBody.ts +1 -1
  1258. package/src/models/PreviewGtmRecoveryPlanRequest.ts +11 -5
  1259. package/src/models/PreviewGtmRecoveryPlanResponseBody.ts +5 -5
  1260. package/src/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.ts +11 -0
  1261. package/src/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.ts +46 -1
  1262. package/src/models/RemoveRspDomainServerHoldStatusForGatewayRequest.ts +11 -0
  1263. package/src/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.ts +53 -1
  1264. package/src/models/ReplaceCloudGtmAddressPoolAddressRequest.ts +17 -15
  1265. package/src/models/ReplaceCloudGtmAddressPoolAddressResponseBody.ts +8 -5
  1266. package/src/models/ReplaceCloudGtmAddressPoolAddressShrinkRequest.ts +9 -8
  1267. package/src/models/ReplaceCloudGtmInstanceConfigAddressPoolRequest.ts +19 -17
  1268. package/src/models/ReplaceCloudGtmInstanceConfigAddressPoolResponseBody.ts +6 -4
  1269. package/src/models/ReplaceCloudGtmInstanceConfigAddressPoolShrinkRequest.ts +11 -10
  1270. package/src/models/RetrieveDomainRequest.ts +9 -2
  1271. package/src/models/RetrieveDomainResponseBody.ts +1 -1
  1272. package/src/models/RevokeAtiAgentRegisterInfoRequest.ts +92 -0
  1273. package/src/models/RevokeAtiAgentRegisterInfoResponse.ts +40 -0
  1274. package/src/models/RevokeAtiAgentRegisterInfoResponseBody.ts +148 -0
  1275. package/src/models/RevokeAtiRegistrantRequest.ts +46 -0
  1276. package/src/models/RevokeAtiRegistrantResponse.ts +40 -0
  1277. package/src/models/RevokeAtiRegistrantResponseBody.ts +150 -0
  1278. package/src/models/RollbackGtmRecoveryPlanRequest.ts +7 -5
  1279. package/src/models/SearchAtiAgentRegisterInfoMarketRequest.ts +127 -0
  1280. package/src/models/SearchAtiAgentRegisterInfoMarketResponse.ts +40 -0
  1281. package/src/models/SearchAtiAgentRegisterInfoMarketResponseBody.ts +310 -0
  1282. package/src/models/SearchCloudGtmAddressPoolsRequest.ts +27 -19
  1283. package/src/models/SearchCloudGtmAddressPoolsResponseBody.ts +9 -5
  1284. package/src/models/SearchCloudGtmAddressesRequest.ts +41 -29
  1285. package/src/models/SearchCloudGtmAddressesResponseBody.ts +5 -5
  1286. package/src/models/SearchCloudGtmInstanceConfigsRequest.ts +25 -20
  1287. package/src/models/SearchCloudGtmInstanceConfigsResponseBody.ts +5 -5
  1288. package/src/models/SearchCloudGtmInstancesRequest.ts +10 -8
  1289. package/src/models/SearchCloudGtmInstancesResponseBody.ts +5 -5
  1290. package/src/models/SearchCloudGtmMonitorTemplatesRequest.ts +26 -6
  1291. package/src/models/SearchCloudGtmMonitorTemplatesResponseBody.ts +15 -0
  1292. package/src/models/SearchRecursionRecordsRequest.ts +52 -0
  1293. package/src/models/SearchRecursionRecordsResponseBody.ts +21 -0
  1294. package/src/models/SearchRecursionZonesRequest.ts +32 -0
  1295. package/src/models/SearchRecursionZonesResponseBody.ts +21 -0
  1296. package/src/models/SearchRecursionZonesShrinkRequest.ts +26 -0
  1297. package/src/models/SetCloudGtmInstanceConfigLogSwitchRequest.ts +16 -0
  1298. package/src/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.ts +10 -0
  1299. package/src/models/SetDnsGtmAccessModeRequest.ts +10 -8
  1300. package/src/models/SetDnsGtmAccessModeResponseBody.ts +1 -1
  1301. package/src/models/SetDnsGtmMonitorStatusRequest.ts +8 -7
  1302. package/src/models/SetDnsGtmMonitorStatusResponseBody.ts +1 -1
  1303. package/src/models/SetDnsslbstatusRequest.ts +14 -12
  1304. package/src/models/SetDnsslbstatusResponseBody.ts +2 -2
  1305. package/src/models/SetDomainDnssecStatusRequest.ts +10 -8
  1306. package/src/models/SetDomainDnssecStatusResponseBody.ts +1 -1
  1307. package/src/models/SetDomainRecordStatusRequest.ts +11 -9
  1308. package/src/models/SetDomainRecordStatusResponseBody.ts +2 -2
  1309. package/src/models/SetGtmAccessModeRequest.ts +6 -4
  1310. package/src/models/SetGtmAccessModeResponseBody.ts +1 -1
  1311. package/src/models/SetGtmMonitorStatusRequest.ts +6 -5
  1312. package/src/models/SetGtmMonitorStatusResponseBody.ts +1 -1
  1313. package/src/models/SubmitAtiAgentRegisterInfoRequest.ts +80 -0
  1314. package/src/models/SubmitAtiAgentRegisterInfoResponse.ts +40 -0
  1315. package/src/models/SubmitAtiAgentRegisterInfoResponseBody.ts +153 -0
  1316. package/src/models/SwitchDnsGtmInstanceStrategyModeRequest.ts +7 -6
  1317. package/src/models/SwitchDnsGtmInstanceStrategyModeResponseBody.ts +1 -1
  1318. package/src/models/TagResourcesRequest.ts +10 -9
  1319. package/src/models/TagResourcesResponseBody.ts +1 -1
  1320. package/src/models/TransferDomainRequest.ts +12 -8
  1321. package/src/models/TransferDomainResponseBody.ts +2 -2
  1322. package/src/models/UnbindInstanceDomainsRequest.ts +9 -5
  1323. package/src/models/UnbindInstanceDomainsResponseBody.ts +3 -3
  1324. package/src/models/UntagResourcesRequest.ts +9 -8
  1325. package/src/models/UntagResourcesResponseBody.ts +1 -1
  1326. package/src/models/UpdateAtiAgentRegisterInfoRequest.ts +203 -0
  1327. package/src/models/UpdateAtiAgentRegisterInfoResponse.ts +40 -0
  1328. package/src/models/UpdateAtiAgentRegisterInfoResponseBody.ts +148 -0
  1329. package/src/models/UpdateAtiAgentRegisterInfoShrinkRequest.ts +106 -0
  1330. package/src/models/UpdateAtiAlertSettingsRequest.ts +45 -0
  1331. package/src/models/UpdateAtiAlertSettingsResponse.ts +40 -0
  1332. package/src/models/UpdateAtiAlertSettingsResponseBody.ts +113 -0
  1333. package/src/models/UpdateAtiRegistrantRequest.ts +146 -0
  1334. package/src/models/UpdateAtiRegistrantResponse.ts +40 -0
  1335. package/src/models/UpdateAtiRegistrantResponseBody.ts +148 -0
  1336. package/src/models/UpdateCloudGtmAddressEnableStatusRequest.ts +9 -8
  1337. package/src/models/UpdateCloudGtmAddressEnableStatusResponseBody.ts +5 -4
  1338. package/src/models/UpdateCloudGtmAddressManualAvailableStatusRequest.ts +15 -12
  1339. package/src/models/UpdateCloudGtmAddressManualAvailableStatusResponseBody.ts +5 -4
  1340. package/src/models/UpdateCloudGtmAddressPoolBasicConfigRequest.ts +18 -13
  1341. package/src/models/UpdateCloudGtmAddressPoolBasicConfigResponseBody.ts +8 -6
  1342. package/src/models/UpdateCloudGtmAddressPoolEnableStatusRequest.ts +11 -9
  1343. package/src/models/UpdateCloudGtmAddressPoolEnableStatusResponseBody.ts +8 -6
  1344. package/src/models/UpdateCloudGtmAddressPoolLbStrategyRequest.ts +20 -14
  1345. package/src/models/UpdateCloudGtmAddressPoolLbStrategyResponseBody.ts +8 -6
  1346. package/src/models/UpdateCloudGtmAddressPoolRemarkRequest.ts +8 -7
  1347. package/src/models/UpdateCloudGtmAddressPoolRemarkResponseBody.ts +8 -6
  1348. package/src/models/UpdateCloudGtmAddressRemarkRequest.ts +8 -7
  1349. package/src/models/UpdateCloudGtmAddressRemarkResponseBody.ts +6 -4
  1350. package/src/models/UpdateCloudGtmAddressRequest.ts +31 -24
  1351. package/src/models/UpdateCloudGtmAddressResponseBody.ts +6 -4
  1352. package/src/models/UpdateCloudGtmAddressShrinkRequest.ts +22 -17
  1353. package/src/models/UpdateCloudGtmGlobalAlertRequest.ts +33 -20
  1354. package/src/models/UpdateCloudGtmGlobalAlertResponseBody.ts +4 -3
  1355. package/src/models/UpdateCloudGtmGlobalAlertShrinkRequest.ts +6 -5
  1356. package/src/models/UpdateCloudGtmInstanceConfigAlertRequest.ts +32 -24
  1357. package/src/models/UpdateCloudGtmInstanceConfigAlertResponseBody.ts +5 -4
  1358. package/src/models/UpdateCloudGtmInstanceConfigAlertShrinkRequest.ts +11 -9
  1359. package/src/models/UpdateCloudGtmInstanceConfigBasicRequest.ts +13 -12
  1360. package/src/models/UpdateCloudGtmInstanceConfigBasicResponseBody.ts +5 -3
  1361. package/src/models/UpdateCloudGtmInstanceConfigEnableStatusRequest.ts +14 -12
  1362. package/src/models/UpdateCloudGtmInstanceConfigEnableStatusResponseBody.ts +6 -4
  1363. package/src/models/UpdateCloudGtmInstanceConfigLbStrategyRequest.ts +23 -18
  1364. package/src/models/UpdateCloudGtmInstanceConfigLbStrategyResponseBody.ts +10 -0
  1365. package/src/models/UpdateCloudGtmInstanceConfigRemarkRequest.ts +14 -10
  1366. package/src/models/UpdateCloudGtmInstanceConfigRemarkResponseBody.ts +10 -0
  1367. package/src/models/UpdateCloudGtmInstanceNameRequest.ts +5 -4
  1368. package/src/models/UpdateCloudGtmInstanceNameResponseBody.ts +5 -4
  1369. package/src/models/UpdateCloudGtmMonitorTemplateRemarkRequest.ts +6 -5
  1370. package/src/models/UpdateCloudGtmMonitorTemplateRemarkResponseBody.ts +6 -4
  1371. package/src/models/UpdateCloudGtmMonitorTemplateRequest.ts +47 -32
  1372. package/src/models/UpdateCloudGtmMonitorTemplateResponseBody.ts +6 -4
  1373. package/src/models/UpdateCloudGtmMonitorTemplateShrinkRequest.ts +45 -30
  1374. package/src/models/UpdateCustomLineRequest.ts +15 -11
  1375. package/src/models/UpdateCustomLineResponseBody.ts +1 -1
  1376. package/src/models/UpdateDnsCacheDomainRemarkRequest.ts +10 -8
  1377. package/src/models/UpdateDnsCacheDomainRemarkResponseBody.ts +1 -1
  1378. package/src/models/UpdateDnsCacheDomainRequest.ts +21 -14
  1379. package/src/models/UpdateDnsCacheDomainResponseBody.ts +1 -1
  1380. package/src/models/UpdateDnsGtmAccessStrategyRequest.ts +58 -48
  1381. package/src/models/UpdateDnsGtmAccessStrategyResponseBody.ts +3 -3
  1382. package/src/models/UpdateDnsGtmAddressPoolRequest.ts +32 -25
  1383. package/src/models/UpdateDnsGtmAddressPoolResponseBody.ts +1 -1
  1384. package/src/models/UpdateDnsGtmInstanceGlobalConfigRequest.ts +65 -23
  1385. package/src/models/UpdateDnsGtmInstanceGlobalConfigResponseBody.ts +2 -2
  1386. package/src/models/UpdateDnsGtmMonitorRequest.ts +45 -38
  1387. package/src/models/UpdateDnsslbweightRequest.ts +9 -8
  1388. package/src/models/UpdateDnsslbweightResponseBody.ts +2 -2
  1389. package/src/models/UpdateDomainGroupRequest.ts +7 -5
  1390. package/src/models/UpdateDomainGroupResponseBody.ts +2 -2
  1391. package/src/models/UpdateDomainRecordRemarkRequest.ts +13 -9
  1392. package/src/models/UpdateDomainRecordRequest.ts +23 -27
  1393. package/src/models/UpdateDomainRecordResponseBody.ts +1 -1
  1394. package/src/models/UpdateDomainRemarkRequest.ts +12 -7
  1395. package/src/models/UpdateDomainRemarkResponseBody.ts +1 -1
  1396. package/src/models/UpdateGtmAccessStrategyRequest.ts +8 -5
  1397. package/src/models/UpdateGtmAccessStrategyResponseBody.ts +1 -1
  1398. package/src/models/UpdateGtmAddressPoolRequest.ts +23 -12
  1399. package/src/models/UpdateGtmAddressPoolResponseBody.ts +1 -1
  1400. package/src/models/UpdateGtmInstanceGlobalConfigRequest.ts +25 -17
  1401. package/src/models/UpdateGtmInstanceGlobalConfigResponseBody.ts +1 -1
  1402. package/src/models/UpdateGtmMonitorRequest.ts +31 -22
  1403. package/src/models/UpdateGtmMonitorResponseBody.ts +1 -1
  1404. package/src/models/UpdateGtmRecoveryPlanRequest.ts +13 -6
  1405. package/src/models/UpdateGtmRecoveryPlanResponseBody.ts +1 -1
  1406. package/src/models/UpdateRecursionRecordEnableStatusRequest.ts +8 -0
  1407. package/src/models/UpdateRecursionRecordEnableStatusResponseBody.ts +3 -0
  1408. package/src/models/UpdateRecursionRecordRemarkRequest.ts +7 -1
  1409. package/src/models/UpdateRecursionRecordRemarkResponseBody.ts +3 -0
  1410. package/src/models/UpdateRecursionRecordRequest.ts +38 -0
  1411. package/src/models/UpdateRecursionRecordResponseBody.ts +6 -0
  1412. package/src/models/UpdateRecursionRecordWeightEnableStatusRequest.ts +27 -0
  1413. package/src/models/UpdateRecursionRecordWeightEnableStatusResponseBody.ts +3 -0
  1414. package/src/models/UpdateRecursionRecordWeightRequest.ts +8 -0
  1415. package/src/models/UpdateRecursionRecordWeightResponseBody.ts +3 -0
  1416. package/src/models/UpdateRecursionZoneEffectiveScopeRequest.ts +16 -0
  1417. package/src/models/UpdateRecursionZoneEffectiveScopeResponseBody.ts +3 -0
  1418. package/src/models/UpdateRecursionZoneEffectiveScopeShrinkRequest.ts +9 -0
  1419. package/src/models/UpdateRecursionZoneProxyPatternRequest.ts +12 -0
  1420. package/src/models/UpdateRecursionZoneProxyPatternResponseBody.ts +3 -0
  1421. package/src/models/UpdateRecursionZoneRemarkRequest.ts +13 -0
  1422. package/src/models/UpdateRecursionZoneRemarkResponseBody.ts +3 -0
  1423. package/src/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.ts +32 -0
  1424. package/src/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.ts +64 -2
  1425. package/src/models/UpdateRspDomainServerProhibitStatusForGatewayRequest.ts +32 -0
  1426. package/src/models/UpdateRspDomainServerProhibitStatusForGatewayResponseBody.ts +63 -1
  1427. package/src/models/VerifyAtiAgentDnsRecordsRequest.ts +48 -0
  1428. package/src/models/VerifyAtiAgentDnsRecordsResponse.ts +40 -0
  1429. package/src/models/VerifyAtiAgentDnsRecordsResponseBody.ts +244 -0
  1430. package/src/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest.ts +41 -0
  1431. package/src/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse.ts +40 -0
  1432. package/src/models/VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponseBody.ts +155 -0
  1433. package/src/models/model.ts +116 -0
package/dist/client.d.ts CHANGED
@@ -9,11 +9,11 @@ export default class Client extends OpenApi {
9
9
  [key: string]: string;
10
10
  }, endpoint: string): string;
11
11
  /**
12
- * Adds a custom line to the domain name.
12
+ * Adds a custom line for a domain name.
13
13
  *
14
14
  * @remarks
15
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
16
- * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
15
+ * The end IP address of an IP address segment must be greater than or equal to its start IP address.
16
+ * The IP address ranges of segments cannot overlap across any custom lines for the domain name.
17
17
  *
18
18
  * @param request - AddCustomLineRequest
19
19
  * @param runtime - runtime options for this request RuntimeOptions
@@ -21,18 +21,18 @@ export default class Client extends OpenApi {
21
21
  */
22
22
  addCustomLineWithOptions(request: $_model.AddCustomLineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddCustomLineResponse>;
23
23
  /**
24
- * Adds a custom line to the domain name.
24
+ * Adds a custom line for a domain name.
25
25
  *
26
26
  * @remarks
27
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
28
- * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
27
+ * The end IP address of an IP address segment must be greater than or equal to its start IP address.
28
+ * The IP address ranges of segments cannot overlap across any custom lines for the domain name.
29
29
  *
30
30
  * @param request - AddCustomLineRequest
31
31
  * @returns AddCustomLineResponse
32
32
  */
33
33
  addCustomLine(request: $_model.AddCustomLineRequest): Promise<$_model.AddCustomLineResponse>;
34
34
  /**
35
- * Adds a cache-accelerated domain name based on the specified parameters.
35
+ * Adds a domain name to the DNS authoritative proxy service.
36
36
  *
37
37
  * @param request - AddDnsCacheDomainRequest
38
38
  * @param runtime - runtime options for this request RuntimeOptions
@@ -40,14 +40,14 @@ export default class Client extends OpenApi {
40
40
  */
41
41
  addDnsCacheDomainWithOptions(request: $_model.AddDnsCacheDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDnsCacheDomainResponse>;
42
42
  /**
43
- * Adds a cache-accelerated domain name based on the specified parameters.
43
+ * Adds a domain name to the DNS authoritative proxy service.
44
44
  *
45
45
  * @param request - AddDnsCacheDomainRequest
46
46
  * @returns AddDnsCacheDomainResponse
47
47
  */
48
48
  addDnsCacheDomain(request: $_model.AddDnsCacheDomainRequest): Promise<$_model.AddDnsCacheDomainResponse>;
49
49
  /**
50
- * Creates an access policy.
50
+ * Adds an access strategy.
51
51
  *
52
52
  * @param request - AddDnsGtmAccessStrategyRequest
53
53
  * @param runtime - runtime options for this request RuntimeOptions
@@ -55,14 +55,14 @@ export default class Client extends OpenApi {
55
55
  */
56
56
  addDnsGtmAccessStrategyWithOptions(request: $_model.AddDnsGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDnsGtmAccessStrategyResponse>;
57
57
  /**
58
- * Creates an access policy.
58
+ * Adds an access strategy.
59
59
  *
60
60
  * @param request - AddDnsGtmAccessStrategyRequest
61
61
  * @returns AddDnsGtmAccessStrategyResponse
62
62
  */
63
63
  addDnsGtmAccessStrategy(request: $_model.AddDnsGtmAccessStrategyRequest): Promise<$_model.AddDnsGtmAccessStrategyResponse>;
64
64
  /**
65
- * Creates an address pool.
65
+ * Adds an address pool.
66
66
  *
67
67
  * @param request - AddDnsGtmAddressPoolRequest
68
68
  * @param runtime - runtime options for this request RuntimeOptions
@@ -70,14 +70,14 @@ export default class Client extends OpenApi {
70
70
  */
71
71
  addDnsGtmAddressPoolWithOptions(request: $_model.AddDnsGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDnsGtmAddressPoolResponse>;
72
72
  /**
73
- * Creates an address pool.
73
+ * Adds an address pool.
74
74
  *
75
75
  * @param request - AddDnsGtmAddressPoolRequest
76
76
  * @returns AddDnsGtmAddressPoolResponse
77
77
  */
78
78
  addDnsGtmAddressPool(request: $_model.AddDnsGtmAddressPoolRequest): Promise<$_model.AddDnsGtmAddressPoolResponse>;
79
79
  /**
80
- * Creates a health check task.
80
+ * Creates a health check.
81
81
  *
82
82
  * @remarks
83
83
  * **
@@ -88,7 +88,7 @@ export default class Client extends OpenApi {
88
88
  */
89
89
  addDnsGtmMonitorWithOptions(request: $_model.AddDnsGtmMonitorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDnsGtmMonitorResponse>;
90
90
  /**
91
- * Creates a health check task.
91
+ * Creates a health check.
92
92
  *
93
93
  * @remarks
94
94
  * **
@@ -98,11 +98,10 @@ export default class Client extends OpenApi {
98
98
  */
99
99
  addDnsGtmMonitor(request: $_model.AddDnsGtmMonitorRequest): Promise<$_model.AddDnsGtmMonitorResponse>;
100
100
  /**
101
- * Adds a domain name based on the specified parameters.
101
+ * Adds a domain name.
102
102
  *
103
103
  * @remarks
104
- * For more information about how to check whether a domain name is valid, see
105
- * [Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm).
104
+ * For more information, see <props="china">[Domain name validity](https://help.aliyun.com/document_detail/67788.html)<props="intl">[Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm).
106
105
  *
107
106
  * @param request - AddDomainRequest
108
107
  * @param runtime - runtime options for this request RuntimeOptions
@@ -110,18 +109,17 @@ export default class Client extends OpenApi {
110
109
  */
111
110
  addDomainWithOptions(request: $_model.AddDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDomainResponse>;
112
111
  /**
113
- * Adds a domain name based on the specified parameters.
112
+ * Adds a domain name.
114
113
  *
115
114
  * @remarks
116
- * For more information about how to check whether a domain name is valid, see
117
- * [Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm).
115
+ * For more information, see <props="china">[Domain name validity](https://help.aliyun.com/document_detail/67788.html)<props="intl">[Domain name validity](https://www.alibabacloud.com/help/zh/doc-detail/67788.htm).
118
116
  *
119
117
  * @param request - AddDomainRequest
120
118
  * @returns AddDomainResponse
121
119
  */
122
120
  addDomain(request: $_model.AddDomainRequest): Promise<$_model.AddDomainResponse>;
123
121
  /**
124
- * Creates a backup for the domain name based on the specified domain name and backup cycle.
122
+ * Creates a backup for a domain based on the specified domain name and backup cycle.
125
123
  *
126
124
  * @param request - AddDomainBackupRequest
127
125
  * @param runtime - runtime options for this request RuntimeOptions
@@ -129,14 +127,14 @@ export default class Client extends OpenApi {
129
127
  */
130
128
  addDomainBackupWithOptions(request: $_model.AddDomainBackupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDomainBackupResponse>;
131
129
  /**
132
- * Creates a backup for the domain name based on the specified domain name and backup cycle.
130
+ * Creates a backup for a domain based on the specified domain name and backup cycle.
133
131
  *
134
132
  * @param request - AddDomainBackupRequest
135
133
  * @returns AddDomainBackupResponse
136
134
  */
137
135
  addDomainBackup(request: $_model.AddDomainBackupRequest): Promise<$_model.AddDomainBackupResponse>;
138
136
  /**
139
- * Creates a domain name group based on the specified parameters.
137
+ * Creates a domain name group.
140
138
  *
141
139
  * @param request - AddDomainGroupRequest
142
140
  * @param runtime - runtime options for this request RuntimeOptions
@@ -144,14 +142,14 @@ export default class Client extends OpenApi {
144
142
  */
145
143
  addDomainGroupWithOptions(request: $_model.AddDomainGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDomainGroupResponse>;
146
144
  /**
147
- * Creates a domain name group based on the specified parameters.
145
+ * Creates a domain name group.
148
146
  *
149
147
  * @param request - AddDomainGroupRequest
150
148
  * @returns AddDomainGroupResponse
151
149
  */
152
150
  addDomainGroup(request: $_model.AddDomainGroupRequest): Promise<$_model.AddDomainGroupResponse>;
153
151
  /**
154
- * Adds a Domain Name System (DNS) record based on the specified parameters.
152
+ * Adds a DNS record.
155
153
  *
156
154
  * @param request - AddDomainRecordRequest
157
155
  * @param runtime - runtime options for this request RuntimeOptions
@@ -159,14 +157,14 @@ export default class Client extends OpenApi {
159
157
  */
160
158
  addDomainRecordWithOptions(request: $_model.AddDomainRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddDomainRecordResponse>;
161
159
  /**
162
- * Adds a Domain Name System (DNS) record based on the specified parameters.
160
+ * Adds a DNS record.
163
161
  *
164
162
  * @param request - AddDomainRecordRequest
165
163
  * @returns AddDomainRecordResponse
166
164
  */
167
165
  addDomainRecord(request: $_model.AddDomainRecordRequest): Promise<$_model.AddDomainRecordResponse>;
168
166
  /**
169
- * You can call this operation to create an access policy for a Global Traffic Manager (GTM) instance.
167
+ * Creates an access strategy based on the specified parameters.
170
168
  *
171
169
  * @param request - AddGtmAccessStrategyRequest
172
170
  * @param runtime - runtime options for this request RuntimeOptions
@@ -174,14 +172,14 @@ export default class Client extends OpenApi {
174
172
  */
175
173
  addGtmAccessStrategyWithOptions(request: $_model.AddGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddGtmAccessStrategyResponse>;
176
174
  /**
177
- * You can call this operation to create an access policy for a Global Traffic Manager (GTM) instance.
175
+ * Creates an access strategy based on the specified parameters.
178
176
  *
179
177
  * @param request - AddGtmAccessStrategyRequest
180
178
  * @returns AddGtmAccessStrategyResponse
181
179
  */
182
180
  addGtmAccessStrategy(request: $_model.AddGtmAccessStrategyRequest): Promise<$_model.AddGtmAccessStrategyResponse>;
183
181
  /**
184
- * Creates an address pool.
182
+ * Adds an address pool.
185
183
  *
186
184
  * @param request - AddGtmAddressPoolRequest
187
185
  * @param runtime - runtime options for this request RuntimeOptions
@@ -189,14 +187,14 @@ export default class Client extends OpenApi {
189
187
  */
190
188
  addGtmAddressPoolWithOptions(request: $_model.AddGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddGtmAddressPoolResponse>;
191
189
  /**
192
- * Creates an address pool.
190
+ * Adds an address pool.
193
191
  *
194
192
  * @param request - AddGtmAddressPoolRequest
195
193
  * @returns AddGtmAddressPoolResponse
196
194
  */
197
195
  addGtmAddressPool(request: $_model.AddGtmAddressPoolRequest): Promise<$_model.AddGtmAddressPoolResponse>;
198
196
  /**
199
- * Creates a health check task.
197
+ * Adds a health check.
200
198
  *
201
199
  * @param request - AddGtmMonitorRequest
202
200
  * @param runtime - runtime options for this request RuntimeOptions
@@ -204,14 +202,14 @@ export default class Client extends OpenApi {
204
202
  */
205
203
  addGtmMonitorWithOptions(request: $_model.AddGtmMonitorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddGtmMonitorResponse>;
206
204
  /**
207
- * Creates a health check task.
205
+ * Adds a health check.
208
206
  *
209
207
  * @param request - AddGtmMonitorRequest
210
208
  * @returns AddGtmMonitorResponse
211
209
  */
212
210
  addGtmMonitor(request: $_model.AddGtmMonitorRequest): Promise<$_model.AddGtmMonitorResponse>;
213
211
  /**
214
- * Creates a disaster recovery plan.
212
+ * Adds a disaster recovery plan.
215
213
  *
216
214
  * @param request - AddGtmRecoveryPlanRequest
217
215
  * @param runtime - runtime options for this request RuntimeOptions
@@ -219,14 +217,20 @@ export default class Client extends OpenApi {
219
217
  */
220
218
  addGtmRecoveryPlanWithOptions(request: $_model.AddGtmRecoveryPlanRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddGtmRecoveryPlanResponse>;
221
219
  /**
222
- * Creates a disaster recovery plan.
220
+ * Adds a disaster recovery plan.
223
221
  *
224
222
  * @param request - AddGtmRecoveryPlanRequest
225
223
  * @returns AddGtmRecoveryPlanResponse
226
224
  */
227
225
  addGtmRecoveryPlan(request: $_model.AddGtmRecoveryPlanRequest): Promise<$_model.AddGtmRecoveryPlanResponse>;
228
226
  /**
229
- * Adds HTTPDNS authoritative DNS resolution records
227
+ * Adds an authoritative record for recursive resolution.
228
+ *
229
+ * @remarks
230
+ * - You can specify a domain name (DomainName), page number (PageNumber), and page size (PageSize) to retrieve the list of DNS records for that domain name.
231
+ * - To find DNS records that contain a specific keyword, you can specify the keyword for the host record (RRKeyWord), record type (TypeKeyWord), or record value (ValueKeyWord).
232
+ * - By default, the list of DNS records is sorted from newest to oldest.
233
+ * - You can specify a domain group ID (GroupId). The \\`All Domains\\` group includes all domain names. The \\`Default Group\\` includes domain names that are not assigned to a group.
230
234
  *
231
235
  * @param request - AddRecursionRecordRequest
232
236
  * @param runtime - runtime options for this request RuntimeOptions
@@ -234,14 +238,24 @@ export default class Client extends OpenApi {
234
238
  */
235
239
  addRecursionRecordWithOptions(request: $_model.AddRecursionRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRecursionRecordResponse>;
236
240
  /**
237
- * Adds HTTPDNS authoritative DNS resolution records
241
+ * Adds an authoritative record for recursive resolution.
242
+ *
243
+ * @remarks
244
+ * - You can specify a domain name (DomainName), page number (PageNumber), and page size (PageSize) to retrieve the list of DNS records for that domain name.
245
+ * - To find DNS records that contain a specific keyword, you can specify the keyword for the host record (RRKeyWord), record type (TypeKeyWord), or record value (ValueKeyWord).
246
+ * - By default, the list of DNS records is sorted from newest to oldest.
247
+ * - You can specify a domain group ID (GroupId). The \\`All Domains\\` group includes all domain names. The \\`Default Group\\` includes domain names that are not assigned to a group.
238
248
  *
239
249
  * @param request - AddRecursionRecordRequest
240
250
  * @returns AddRecursionRecordResponse
241
251
  */
242
252
  addRecursionRecord(request: $_model.AddRecursionRecordRequest): Promise<$_model.AddRecursionRecordResponse>;
243
253
  /**
244
- * Adds HTTPDNS zone
254
+ * Adds a built-in authoritative domain name zone for recursive resolution.
255
+ *
256
+ * @remarks
257
+ * The end IP address of each IP range must be greater than or equal to the start IP address.
258
+ * The IP address ranges of all IP ranges in all custom lines for a domain name cannot overlap.
245
259
  *
246
260
  * @param request - AddRecursionZoneRequest
247
261
  * @param runtime - runtime options for this request RuntimeOptions
@@ -249,22 +263,22 @@ export default class Client extends OpenApi {
249
263
  */
250
264
  addRecursionZoneWithOptions(request: $_model.AddRecursionZoneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRecursionZoneResponse>;
251
265
  /**
252
- * Adds HTTPDNS zone
266
+ * Adds a built-in authoritative domain name zone for recursive resolution.
267
+ *
268
+ * @remarks
269
+ * The end IP address of each IP range must be greater than or equal to the start IP address.
270
+ * The IP address ranges of all IP ranges in all custom lines for a domain name cannot overlap.
253
271
  *
254
272
  * @param request - AddRecursionZoneRequest
255
273
  * @returns AddRecursionZoneResponse
256
274
  */
257
275
  addRecursionZone(request: $_model.AddRecursionZoneRequest): Promise<$_model.AddRecursionZoneResponse>;
258
276
  /**
259
- * 用于添加特定域名的serverHold状态信息。
277
+ * Adds the serverHold status to a specified domain name.
260
278
  *
261
279
  * @remarks
262
- * ## 请求说明
263
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
264
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
265
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
266
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
267
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
280
+ * ## Request description
281
+ * - This API adds the serverHold property to a specified domain name.
268
282
  *
269
283
  * @param request - AddRspDomainServerHoldStatusForGatewayRequest
270
284
  * @param runtime - runtime options for this request RuntimeOptions
@@ -272,30 +286,22 @@ export default class Client extends OpenApi {
272
286
  */
273
287
  addRspDomainServerHoldStatusForGatewayWithOptions(request: $_model.AddRspDomainServerHoldStatusForGatewayRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRspDomainServerHoldStatusForGatewayResponse>;
274
288
  /**
275
- * 用于添加特定域名的serverHold状态信息。
289
+ * Adds the serverHold status to a specified domain name.
276
290
  *
277
291
  * @remarks
278
- * ## 请求说明
279
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
280
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
281
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
282
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
283
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
292
+ * ## Request description
293
+ * - This API adds the serverHold property to a specified domain name.
284
294
  *
285
295
  * @param request - AddRspDomainServerHoldStatusForGatewayRequest
286
296
  * @returns AddRspDomainServerHoldStatusForGatewayResponse
287
297
  */
288
298
  addRspDomainServerHoldStatusForGateway(request: $_model.AddRspDomainServerHoldStatusForGatewayRequest): Promise<$_model.AddRspDomainServerHoldStatusForGatewayResponse>;
289
299
  /**
290
- * 用于删除特定域名的serverHold状态信息。
300
+ * Adds the serverHold status for a specified domain name.
291
301
  *
292
302
  * @remarks
293
- * ## 请求说明
294
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
295
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
296
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
297
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
298
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
303
+ * ## Request description
304
+ * - Adds the serverHold status for a specified domain name.
299
305
  *
300
306
  * @param request - AddRspDomainServerHoldStatusForGatewayOteRequest
301
307
  * @param runtime - runtime options for this request RuntimeOptions
@@ -303,26 +309,22 @@ export default class Client extends OpenApi {
303
309
  */
304
310
  addRspDomainServerHoldStatusForGatewayOteWithOptions(request: $_model.AddRspDomainServerHoldStatusForGatewayOteRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRspDomainServerHoldStatusForGatewayOteResponse>;
305
311
  /**
306
- * 用于删除特定域名的serverHold状态信息。
312
+ * Adds the serverHold status for a specified domain name.
307
313
  *
308
314
  * @remarks
309
- * ## 请求说明
310
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
311
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
312
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
313
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
314
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
315
+ * ## Request description
316
+ * - Adds the serverHold status for a specified domain name.
315
317
  *
316
318
  * @param request - AddRspDomainServerHoldStatusForGatewayOteRequest
317
319
  * @returns AddRspDomainServerHoldStatusForGatewayOteResponse
318
320
  */
319
321
  addRspDomainServerHoldStatusForGatewayOte(request: $_model.AddRspDomainServerHoldStatusForGatewayOteRequest): Promise<$_model.AddRspDomainServerHoldStatusForGatewayOteResponse>;
320
322
  /**
321
- * Binds one or more domain names to a paid Alibaba Cloud DNS instance.
323
+ * Binds paid domain names in Alibaba Cloud DNS to an instance ID.
322
324
  *
323
325
  * @remarks
324
- * A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call this API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
325
- * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call this API operation to bind only one domain name to the instance. However, if the instance is already bound to a domain name, you must unbind the original domain name from the instance and bind the desired domain name to the instance.
326
+ * An instance is considered a new instance if its ID starts with \\"dns-\\". New instances support multiple domain names. You can call this operation to bind domain names directly to the instance. An error occurs if the number of domain names exceeds the instance\\"s limit.
327
+ * An instance is considered a legacy instance if its ID does not start with \\"dns-\\". Legacy instances support only one domain name. If you call this operation on a legacy instance that already has a domain name, the existing domain name is replaced.
326
328
  *
327
329
  * @param request - BindInstanceDomainsRequest
328
330
  * @param runtime - runtime options for this request RuntimeOptions
@@ -330,21 +332,21 @@ export default class Client extends OpenApi {
330
332
  */
331
333
  bindInstanceDomainsWithOptions(request: $_model.BindInstanceDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.BindInstanceDomainsResponse>;
332
334
  /**
333
- * Binds one or more domain names to a paid Alibaba Cloud DNS instance.
335
+ * Binds paid domain names in Alibaba Cloud DNS to an instance ID.
334
336
  *
335
337
  * @remarks
336
- * A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call this API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
337
- * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call this API operation to bind only one domain name to the instance. However, if the instance is already bound to a domain name, you must unbind the original domain name from the instance and bind the desired domain name to the instance.
338
+ * An instance is considered a new instance if its ID starts with \\"dns-\\". New instances support multiple domain names. You can call this operation to bind domain names directly to the instance. An error occurs if the number of domain names exceeds the instance\\"s limit.
339
+ * An instance is considered a legacy instance if its ID does not start with \\"dns-\\". Legacy instances support only one domain name. If you call this operation on a legacy instance that already has a domain name, the existing domain name is replaced.
338
340
  *
339
341
  * @param request - BindInstanceDomainsRequest
340
342
  * @returns BindInstanceDomainsResponse
341
343
  */
342
344
  bindInstanceDomains(request: $_model.BindInstanceDomainsRequest): Promise<$_model.BindInstanceDomainsResponse>;
343
345
  /**
344
- * Moves a domain name from the original group to the new group based on the specified parameters.
346
+ * Moves a domain name to a new group.
345
347
  *
346
348
  * @remarks
347
- * You can specify GroupId to move a domain name to a specific domain name group. You can move the domain name to the group that contains all domain names or the default group.
349
+ * You can specify the ID of a domain name group (GroupId). The All Domains group contains all domain names, while the Default group contains domain names that are not assigned to any group.
348
350
  *
349
351
  * @param request - ChangeDomainGroupRequest
350
352
  * @param runtime - runtime options for this request RuntimeOptions
@@ -352,21 +354,21 @@ export default class Client extends OpenApi {
352
354
  */
353
355
  changeDomainGroupWithOptions(request: $_model.ChangeDomainGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChangeDomainGroupResponse>;
354
356
  /**
355
- * Moves a domain name from the original group to the new group based on the specified parameters.
357
+ * Moves a domain name to a new group.
356
358
  *
357
359
  * @remarks
358
- * You can specify GroupId to move a domain name to a specific domain name group. You can move the domain name to the group that contains all domain names or the default group.
360
+ * You can specify the ID of a domain name group (GroupId). The All Domains group contains all domain names, while the Default group contains domain names that are not assigned to any group.
359
361
  *
360
362
  * @param request - ChangeDomainGroupRequest
361
363
  * @returns ChangeDomainGroupResponse
362
364
  */
363
365
  changeDomainGroup(request: $_model.ChangeDomainGroupRequest): Promise<$_model.ChangeDomainGroupResponse>;
364
366
  /**
365
- * Changes the domain name that is bound to an Alibaba Cloud DNS instance.
367
+ * Changes the domain name that is attached to a Cloud DNS product.
366
368
  *
367
369
  * @remarks
368
- * **You can call this operation regardless of whether the Alibaba Cloud DNS instance is bound to a domain name. You can also call this operation to unbind the domain name from the Alibaba Cloud DNS instance by leaving the NewDomain parameter empty.**
369
- * * **This operation applies to instances of the custom edition. To change the domain name that is bound to an Alibaba Cloud DNS instance of Personal Edition, Enterprise Standard Edition, or Enterprise Ultimate Edition, call the BindInstanceDomains operation.
370
+ * - **You can call this operation to change the domain name that is attached to a Cloud DNS product. To detach a domain name, call this operation and leave the NewDomain parameter empty.**
371
+ * - **This operation applies to instances of earlier versions. If you use a new edition, such as Personal Edition, Enterprise Standard Edition, or Enterprise Ultimate Edition, call the BindInstanceDomains operation instead.**
370
372
  *
371
373
  * @param request - ChangeDomainOfDnsProductRequest
372
374
  * @param runtime - runtime options for this request RuntimeOptions
@@ -374,18 +376,18 @@ export default class Client extends OpenApi {
374
376
  */
375
377
  changeDomainOfDnsProductWithOptions(request: $_model.ChangeDomainOfDnsProductRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ChangeDomainOfDnsProductResponse>;
376
378
  /**
377
- * Changes the domain name that is bound to an Alibaba Cloud DNS instance.
379
+ * Changes the domain name that is attached to a Cloud DNS product.
378
380
  *
379
381
  * @remarks
380
- * **You can call this operation regardless of whether the Alibaba Cloud DNS instance is bound to a domain name. You can also call this operation to unbind the domain name from the Alibaba Cloud DNS instance by leaving the NewDomain parameter empty.**
381
- * * **This operation applies to instances of the custom edition. To change the domain name that is bound to an Alibaba Cloud DNS instance of Personal Edition, Enterprise Standard Edition, or Enterprise Ultimate Edition, call the BindInstanceDomains operation.
382
+ * - **You can call this operation to change the domain name that is attached to a Cloud DNS product. To detach a domain name, call this operation and leave the NewDomain parameter empty.**
383
+ * - **This operation applies to instances of earlier versions. If you use a new edition, such as Personal Edition, Enterprise Standard Edition, or Enterprise Ultimate Edition, call the BindInstanceDomains operation instead.**
382
384
  *
383
385
  * @param request - ChangeDomainOfDnsProductRequest
384
386
  * @returns ChangeDomainOfDnsProductResponse
385
387
  */
386
388
  changeDomainOfDnsProduct(request: $_model.ChangeDomainOfDnsProductRequest): Promise<$_model.ChangeDomainOfDnsProductResponse>;
387
389
  /**
388
- * Copies the configurations of a Global Traffic Manager (GTM) instance.
390
+ * Copies a Global Traffic Manager (GTM) configuration.
389
391
  *
390
392
  * @param request - CopyGtmConfigRequest
391
393
  * @param runtime - runtime options for this request RuntimeOptions
@@ -393,14 +395,59 @@ export default class Client extends OpenApi {
393
395
  */
394
396
  copyGtmConfigWithOptions(request: $_model.CopyGtmConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CopyGtmConfigResponse>;
395
397
  /**
396
- * Copies the configurations of a Global Traffic Manager (GTM) instance.
398
+ * Copies a Global Traffic Manager (GTM) configuration.
397
399
  *
398
400
  * @param request - CopyGtmConfigRequest
399
401
  * @returns CopyGtmConfigResponse
400
402
  */
401
403
  copyGtmConfig(request: $_model.CopyGtmConfigRequest): Promise<$_model.CopyGtmConfigResponse>;
402
404
  /**
403
- * Creates an address.
405
+ * Registers an agent.
406
+ *
407
+ * @param tmpReq - CreateAtiAgentRegisterInfoRequest
408
+ * @param runtime - runtime options for this request RuntimeOptions
409
+ * @returns CreateAtiAgentRegisterInfoResponse
410
+ */
411
+ createAtiAgentRegisterInfoWithOptions(tmpReq: $_model.CreateAtiAgentRegisterInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAtiAgentRegisterInfoResponse>;
412
+ /**
413
+ * Registers an agent.
414
+ *
415
+ * @param request - CreateAtiAgentRegisterInfoRequest
416
+ * @returns CreateAtiAgentRegisterInfoResponse
417
+ */
418
+ createAtiAgentRegisterInfo(request: $_model.CreateAtiAgentRegisterInfoRequest): Promise<$_model.CreateAtiAgentRegisterInfoResponse>;
419
+ /**
420
+ * Registers an agent - Step 2: Generates a DNS record for domain ownership verification.
421
+ *
422
+ * @param request - CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest
423
+ * @param runtime - runtime options for this request RuntimeOptions
424
+ * @returns CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse
425
+ */
426
+ createAtiAgentRegisterInfoAcmeChallengeRecordWithOptions(request: $_model.CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse>;
427
+ /**
428
+ * Registers an agent - Step 2: Generates a DNS record for domain ownership verification.
429
+ *
430
+ * @param request - CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest
431
+ * @returns CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse
432
+ */
433
+ createAtiAgentRegisterInfoAcmeChallengeRecord(request: $_model.CreateAtiAgentRegisterInfoAcmeChallengeRecordRequest): Promise<$_model.CreateAtiAgentRegisterInfoAcmeChallengeRecordResponse>;
434
+ /**
435
+ * Submits a real-name registrant.
436
+ *
437
+ * @param request - CreateAtiRegistrantRequest
438
+ * @param runtime - runtime options for this request RuntimeOptions
439
+ * @returns CreateAtiRegistrantResponse
440
+ */
441
+ createAtiRegistrantWithOptions(request: $_model.CreateAtiRegistrantRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateAtiRegistrantResponse>;
442
+ /**
443
+ * Submits a real-name registrant.
444
+ *
445
+ * @param request - CreateAtiRegistrantRequest
446
+ * @returns CreateAtiRegistrantResponse
447
+ */
448
+ createAtiRegistrant(request: $_model.CreateAtiRegistrantRequest): Promise<$_model.CreateAtiRegistrantResponse>;
449
+ /**
450
+ * Creates an address in Global Traffic Manager (GTM) 3.0.
404
451
  *
405
452
  * @param tmpReq - CreateCloudGtmAddressRequest
406
453
  * @param runtime - runtime options for this request RuntimeOptions
@@ -408,14 +455,14 @@ export default class Client extends OpenApi {
408
455
  */
409
456
  createCloudGtmAddressWithOptions(tmpReq: $_model.CreateCloudGtmAddressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudGtmAddressResponse>;
410
457
  /**
411
- * Creates an address.
458
+ * Creates an address in Global Traffic Manager (GTM) 3.0.
412
459
  *
413
460
  * @param request - CreateCloudGtmAddressRequest
414
461
  * @returns CreateCloudGtmAddressResponse
415
462
  */
416
463
  createCloudGtmAddress(request: $_model.CreateCloudGtmAddressRequest): Promise<$_model.CreateCloudGtmAddressResponse>;
417
464
  /**
418
- * Creates an address pool.
465
+ * Creates an address pool based on the specified parameters.
419
466
  *
420
467
  * @param request - CreateCloudGtmAddressPoolRequest
421
468
  * @param runtime - runtime options for this request RuntimeOptions
@@ -423,14 +470,14 @@ export default class Client extends OpenApi {
423
470
  */
424
471
  createCloudGtmAddressPoolWithOptions(request: $_model.CreateCloudGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudGtmAddressPoolResponse>;
425
472
  /**
426
- * Creates an address pool.
473
+ * Creates an address pool based on the specified parameters.
427
474
  *
428
475
  * @param request - CreateCloudGtmAddressPoolRequest
429
476
  * @returns CreateCloudGtmAddressPoolResponse
430
477
  */
431
478
  createCloudGtmAddressPool(request: $_model.CreateCloudGtmAddressPoolRequest): Promise<$_model.CreateCloudGtmAddressPoolResponse>;
432
479
  /**
433
- * 创建gtm实例配置
480
+ * Creates a configuration for a Global Traffic Manager (GTM) instance.
434
481
  *
435
482
  * @param request - CreateCloudGtmInstanceConfigRequest
436
483
  * @param runtime - runtime options for this request RuntimeOptions
@@ -438,14 +485,14 @@ export default class Client extends OpenApi {
438
485
  */
439
486
  createCloudGtmInstanceConfigWithOptions(request: $_model.CreateCloudGtmInstanceConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudGtmInstanceConfigResponse>;
440
487
  /**
441
- * 创建gtm实例配置
488
+ * Creates a configuration for a Global Traffic Manager (GTM) instance.
442
489
  *
443
490
  * @param request - CreateCloudGtmInstanceConfigRequest
444
491
  * @returns CreateCloudGtmInstanceConfigResponse
445
492
  */
446
493
  createCloudGtmInstanceConfig(request: $_model.CreateCloudGtmInstanceConfigRequest): Promise<$_model.CreateCloudGtmInstanceConfigResponse>;
447
494
  /**
448
- * Creates a health check template.
495
+ * Creates a health check template in Global Traffic Manager (GTM) 3.0.
449
496
  *
450
497
  * @param tmpReq - CreateCloudGtmMonitorTemplateRequest
451
498
  * @param runtime - runtime options for this request RuntimeOptions
@@ -453,14 +500,14 @@ export default class Client extends OpenApi {
453
500
  */
454
501
  createCloudGtmMonitorTemplateWithOptions(tmpReq: $_model.CreateCloudGtmMonitorTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreateCloudGtmMonitorTemplateResponse>;
455
502
  /**
456
- * Creates a health check template.
503
+ * Creates a health check template in Global Traffic Manager (GTM) 3.0.
457
504
  *
458
505
  * @param request - CreateCloudGtmMonitorTemplateRequest
459
506
  * @returns CreateCloudGtmMonitorTemplateResponse
460
507
  */
461
508
  createCloudGtmMonitorTemplate(request: $_model.CreateCloudGtmMonitorTemplateRequest): Promise<$_model.CreateCloudGtmMonitorTemplateResponse>;
462
509
  /**
463
- * Creates an AppKey in Alibaba Cloud Public DNS.
510
+ * Creates a public DNS AccessKey.
464
511
  *
465
512
  * @param request - CreatePdnsAppKeyRequest
466
513
  * @param runtime - runtime options for this request RuntimeOptions
@@ -468,14 +515,14 @@ export default class Client extends OpenApi {
468
515
  */
469
516
  createPdnsAppKeyWithOptions(request: $_model.CreatePdnsAppKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePdnsAppKeyResponse>;
470
517
  /**
471
- * Creates an AppKey in Alibaba Cloud Public DNS.
518
+ * Creates a public DNS AccessKey.
472
519
  *
473
520
  * @param request - CreatePdnsAppKeyRequest
474
521
  * @returns CreatePdnsAppKeyResponse
475
522
  */
476
523
  createPdnsAppKey(request: $_model.CreatePdnsAppKeyRequest): Promise<$_model.CreatePdnsAppKeyResponse>;
477
524
  /**
478
- * 创建公共DNS Udp Ip地址段
525
+ * Create Public DNS UDP IP Address Segment
479
526
  *
480
527
  * @param request - CreatePdnsUdpIpSegmentRequest
481
528
  * @param runtime - runtime options for this request RuntimeOptions
@@ -483,12 +530,42 @@ export default class Client extends OpenApi {
483
530
  */
484
531
  createPdnsUdpIpSegmentWithOptions(request: $_model.CreatePdnsUdpIpSegmentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.CreatePdnsUdpIpSegmentResponse>;
485
532
  /**
486
- * 创建公共DNS Udp Ip地址段
533
+ * Create Public DNS UDP IP Address Segment
487
534
  *
488
535
  * @param request - CreatePdnsUdpIpSegmentRequest
489
536
  * @returns CreatePdnsUdpIpSegmentResponse
490
537
  */
491
538
  createPdnsUdpIpSegment(request: $_model.CreatePdnsUdpIpSegmentRequest): Promise<$_model.CreatePdnsUdpIpSegmentResponse>;
539
+ /**
540
+ * Deletes Agent registration information.
541
+ *
542
+ * @param request - DeleteAtiAgentRegisterInfoRequest
543
+ * @param runtime - runtime options for this request RuntimeOptions
544
+ * @returns DeleteAtiAgentRegisterInfoResponse
545
+ */
546
+ deleteAtiAgentRegisterInfoWithOptions(request: $_model.DeleteAtiAgentRegisterInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAtiAgentRegisterInfoResponse>;
547
+ /**
548
+ * Deletes Agent registration information.
549
+ *
550
+ * @param request - DeleteAtiAgentRegisterInfoRequest
551
+ * @returns DeleteAtiAgentRegisterInfoResponse
552
+ */
553
+ deleteAtiAgentRegisterInfo(request: $_model.DeleteAtiAgentRegisterInfoRequest): Promise<$_model.DeleteAtiAgentRegisterInfoResponse>;
554
+ /**
555
+ * Revokes a verified registrant.
556
+ *
557
+ * @param request - DeleteAtiRegistrantRequest
558
+ * @param runtime - runtime options for this request RuntimeOptions
559
+ * @returns DeleteAtiRegistrantResponse
560
+ */
561
+ deleteAtiRegistrantWithOptions(request: $_model.DeleteAtiRegistrantRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteAtiRegistrantResponse>;
562
+ /**
563
+ * Revokes a verified registrant.
564
+ *
565
+ * @param request - DeleteAtiRegistrantRequest
566
+ * @returns DeleteAtiRegistrantResponse
567
+ */
568
+ deleteAtiRegistrant(request: $_model.DeleteAtiRegistrantRequest): Promise<$_model.DeleteAtiRegistrantResponse>;
492
569
  /**
493
570
  * Deletes an address.
494
571
  *
@@ -520,7 +597,7 @@ export default class Client extends OpenApi {
520
597
  */
521
598
  deleteCloudGtmAddressPool(request: $_model.DeleteCloudGtmAddressPoolRequest): Promise<$_model.DeleteCloudGtmAddressPoolResponse>;
522
599
  /**
523
- * Deletes an access domain name that is configured for a Global Traffic Manager (GTM) 3.0 instance.
600
+ * Deletes an access domain name from the configuration of a Global Traffic Manager (GTM) 3.0 instance.
524
601
  *
525
602
  * @param request - DeleteCloudGtmInstanceConfigRequest
526
603
  * @param runtime - runtime options for this request RuntimeOptions
@@ -528,7 +605,7 @@ export default class Client extends OpenApi {
528
605
  */
529
606
  deleteCloudGtmInstanceConfigWithOptions(request: $_model.DeleteCloudGtmInstanceConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCloudGtmInstanceConfigResponse>;
530
607
  /**
531
- * Deletes an access domain name that is configured for a Global Traffic Manager (GTM) 3.0 instance.
608
+ * Deletes an access domain name from the configuration of a Global Traffic Manager (GTM) 3.0 instance.
532
609
  *
533
610
  * @param request - DeleteCloudGtmInstanceConfigRequest
534
611
  * @returns DeleteCloudGtmInstanceConfigResponse
@@ -550,7 +627,7 @@ export default class Client extends OpenApi {
550
627
  */
551
628
  deleteCloudGtmMonitorTemplate(request: $_model.DeleteCloudGtmMonitorTemplateRequest): Promise<$_model.DeleteCloudGtmMonitorTemplateResponse>;
552
629
  /**
553
- * Deletes custom lines at a time by using the unique IDs.
630
+ * Deletes a batch of custom lines by specifying their unique IDs.
554
631
  *
555
632
  * @param request - DeleteCustomLinesRequest
556
633
  * @param runtime - runtime options for this request RuntimeOptions
@@ -558,14 +635,14 @@ export default class Client extends OpenApi {
558
635
  */
559
636
  deleteCustomLinesWithOptions(request: $_model.DeleteCustomLinesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteCustomLinesResponse>;
560
637
  /**
561
- * Deletes custom lines at a time by using the unique IDs.
638
+ * Deletes a batch of custom lines by specifying their unique IDs.
562
639
  *
563
640
  * @param request - DeleteCustomLinesRequest
564
641
  * @returns DeleteCustomLinesResponse
565
642
  */
566
643
  deleteCustomLines(request: $_model.DeleteCustomLinesRequest): Promise<$_model.DeleteCustomLinesResponse>;
567
644
  /**
568
- * Deletes a specified cache-accelerated domain name.
645
+ * Deletes a specified domain name from the authoritative DNS proxy.
569
646
  *
570
647
  * @param request - DeleteDnsCacheDomainRequest
571
648
  * @param runtime - runtime options for this request RuntimeOptions
@@ -573,14 +650,14 @@ export default class Client extends OpenApi {
573
650
  */
574
651
  deleteDnsCacheDomainWithOptions(request: $_model.DeleteDnsCacheDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDnsCacheDomainResponse>;
575
652
  /**
576
- * Deletes a specified cache-accelerated domain name.
653
+ * Deletes a specified domain name from the authoritative DNS proxy.
577
654
  *
578
655
  * @param request - DeleteDnsCacheDomainRequest
579
656
  * @returns DeleteDnsCacheDomainResponse
580
657
  */
581
658
  deleteDnsCacheDomain(request: $_model.DeleteDnsCacheDomainRequest): Promise<$_model.DeleteDnsCacheDomainResponse>;
582
659
  /**
583
- * Deletes an access policy by policy ID.
660
+ * Deletes an access policy by its ID.
584
661
  *
585
662
  * @param request - DeleteDnsGtmAccessStrategyRequest
586
663
  * @param runtime - runtime options for this request RuntimeOptions
@@ -588,14 +665,14 @@ export default class Client extends OpenApi {
588
665
  */
589
666
  deleteDnsGtmAccessStrategyWithOptions(request: $_model.DeleteDnsGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDnsGtmAccessStrategyResponse>;
590
667
  /**
591
- * Deletes an access policy by policy ID.
668
+ * Deletes an access policy by its ID.
592
669
  *
593
670
  * @param request - DeleteDnsGtmAccessStrategyRequest
594
671
  * @returns DeleteDnsGtmAccessStrategyResponse
595
672
  */
596
673
  deleteDnsGtmAccessStrategy(request: $_model.DeleteDnsGtmAccessStrategyRequest): Promise<$_model.DeleteDnsGtmAccessStrategyResponse>;
597
674
  /**
598
- * Deletes an address pool by address pool ID.
675
+ * Deletes an address pool by its ID.
599
676
  *
600
677
  * @param request - DeleteDnsGtmAddressPoolRequest
601
678
  * @param runtime - runtime options for this request RuntimeOptions
@@ -603,14 +680,14 @@ export default class Client extends OpenApi {
603
680
  */
604
681
  deleteDnsGtmAddressPoolWithOptions(request: $_model.DeleteDnsGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDnsGtmAddressPoolResponse>;
605
682
  /**
606
- * Deletes an address pool by address pool ID.
683
+ * Deletes an address pool by its ID.
607
684
  *
608
685
  * @param request - DeleteDnsGtmAddressPoolRequest
609
686
  * @returns DeleteDnsGtmAddressPoolResponse
610
687
  */
611
688
  deleteDnsGtmAddressPool(request: $_model.DeleteDnsGtmAddressPoolRequest): Promise<$_model.DeleteDnsGtmAddressPoolResponse>;
612
689
  /**
613
- * Deletes a domain name based on the specified parameters.
690
+ * Deletes the specified domain name.
614
691
  *
615
692
  * @param request - DeleteDomainRequest
616
693
  * @param runtime - runtime options for this request RuntimeOptions
@@ -618,17 +695,17 @@ export default class Client extends OpenApi {
618
695
  */
619
696
  deleteDomainWithOptions(request: $_model.DeleteDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDomainResponse>;
620
697
  /**
621
- * Deletes a domain name based on the specified parameters.
698
+ * Deletes the specified domain name.
622
699
  *
623
700
  * @param request - DeleteDomainRequest
624
701
  * @returns DeleteDomainResponse
625
702
  */
626
703
  deleteDomain(request: $_model.DeleteDomainRequest): Promise<$_model.DeleteDomainResponse>;
627
704
  /**
628
- * Deletes a domain name group. After you delete the domain name group, the domain names in the group are moved to the default group.
705
+ * Deletes a domain name group and moves its domain names to the default group.
629
706
  *
630
707
  * @remarks
631
- * > The default group cannot be deleted.
708
+ * > The default group cannot be deleted.
632
709
  *
633
710
  * @param request - DeleteDomainGroupRequest
634
711
  * @param runtime - runtime options for this request RuntimeOptions
@@ -636,17 +713,17 @@ export default class Client extends OpenApi {
636
713
  */
637
714
  deleteDomainGroupWithOptions(request: $_model.DeleteDomainGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDomainGroupResponse>;
638
715
  /**
639
- * Deletes a domain name group. After you delete the domain name group, the domain names in the group are moved to the default group.
716
+ * Deletes a domain name group and moves its domain names to the default group.
640
717
  *
641
718
  * @remarks
642
- * > The default group cannot be deleted.
719
+ * > The default group cannot be deleted.
643
720
  *
644
721
  * @param request - DeleteDomainGroupRequest
645
722
  * @returns DeleteDomainGroupResponse
646
723
  */
647
724
  deleteDomainGroup(request: $_model.DeleteDomainGroupRequest): Promise<$_model.DeleteDomainGroupResponse>;
648
725
  /**
649
- * Deletes an Alibaba Cloud DNS (DNS) record based on the specified parameters.
726
+ * Deletes a DNS record based on the specified request parameters.
650
727
  *
651
728
  * @param request - DeleteDomainRecordRequest
652
729
  * @param runtime - runtime options for this request RuntimeOptions
@@ -654,14 +731,14 @@ export default class Client extends OpenApi {
654
731
  */
655
732
  deleteDomainRecordWithOptions(request: $_model.DeleteDomainRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteDomainRecordResponse>;
656
733
  /**
657
- * Deletes an Alibaba Cloud DNS (DNS) record based on the specified parameters.
734
+ * Deletes a DNS record based on the specified request parameters.
658
735
  *
659
736
  * @param request - DeleteDomainRecordRequest
660
737
  * @returns DeleteDomainRecordResponse
661
738
  */
662
739
  deleteDomainRecord(request: $_model.DeleteDomainRecordRequest): Promise<$_model.DeleteDomainRecordResponse>;
663
740
  /**
664
- * You can call this operation to delete an access policy of a Global Traffic Manager (GTM) instance.
741
+ * Deletes an access policy.
665
742
  *
666
743
  * @param request - DeleteGtmAccessStrategyRequest
667
744
  * @param runtime - runtime options for this request RuntimeOptions
@@ -669,14 +746,14 @@ export default class Client extends OpenApi {
669
746
  */
670
747
  deleteGtmAccessStrategyWithOptions(request: $_model.DeleteGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteGtmAccessStrategyResponse>;
671
748
  /**
672
- * You can call this operation to delete an access policy of a Global Traffic Manager (GTM) instance.
749
+ * Deletes an access policy.
673
750
  *
674
751
  * @param request - DeleteGtmAccessStrategyRequest
675
752
  * @returns DeleteGtmAccessStrategyResponse
676
753
  */
677
754
  deleteGtmAccessStrategy(request: $_model.DeleteGtmAccessStrategyRequest): Promise<$_model.DeleteGtmAccessStrategyResponse>;
678
755
  /**
679
- * You can call this operation to delete an address pool of a Global Traffic Manager (GTM).
756
+ * Deletes an address pool.
680
757
  *
681
758
  * @param request - DeleteGtmAddressPoolRequest
682
759
  * @param runtime - runtime options for this request RuntimeOptions
@@ -684,7 +761,7 @@ export default class Client extends OpenApi {
684
761
  */
685
762
  deleteGtmAddressPoolWithOptions(request: $_model.DeleteGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteGtmAddressPoolResponse>;
686
763
  /**
687
- * You can call this operation to delete an address pool of a Global Traffic Manager (GTM).
764
+ * Deletes an address pool.
688
765
  *
689
766
  * @param request - DeleteGtmAddressPoolRequest
690
767
  * @returns DeleteGtmAddressPoolResponse
@@ -706,7 +783,7 @@ export default class Client extends OpenApi {
706
783
  */
707
784
  deleteGtmRecoveryPlan(request: $_model.DeleteGtmRecoveryPlanRequest): Promise<$_model.DeleteGtmRecoveryPlanResponse>;
708
785
  /**
709
- * Deletes HTTPDNS resolution records
786
+ * Deletes a built-in authoritative DNS record used for recursive resolution.
710
787
  *
711
788
  * @param request - DeleteRecursionRecordRequest
712
789
  * @param runtime - runtime options for this request RuntimeOptions
@@ -714,14 +791,17 @@ export default class Client extends OpenApi {
714
791
  */
715
792
  deleteRecursionRecordWithOptions(request: $_model.DeleteRecursionRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteRecursionRecordResponse>;
716
793
  /**
717
- * Deletes HTTPDNS resolution records
794
+ * Deletes a built-in authoritative DNS record used for recursive resolution.
718
795
  *
719
796
  * @param request - DeleteRecursionRecordRequest
720
797
  * @returns DeleteRecursionRecordResponse
721
798
  */
722
799
  deleteRecursionRecord(request: $_model.DeleteRecursionRecordRequest): Promise<$_model.DeleteRecursionRecordResponse>;
723
800
  /**
724
- * Deletes HTTPDNS authoritative domain zone
801
+ * Deletes a built-in authoritative zone used for recursive resolution.
802
+ *
803
+ * @remarks
804
+ * If a zone contains locked DNS records, this operation does not delete them.
725
805
  *
726
806
  * @param request - DeleteRecursionZoneRequest
727
807
  * @param runtime - runtime options for this request RuntimeOptions
@@ -729,17 +809,20 @@ export default class Client extends OpenApi {
729
809
  */
730
810
  deleteRecursionZoneWithOptions(request: $_model.DeleteRecursionZoneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteRecursionZoneResponse>;
731
811
  /**
732
- * Deletes HTTPDNS authoritative domain zone
812
+ * Deletes a built-in authoritative zone used for recursive resolution.
813
+ *
814
+ * @remarks
815
+ * If a zone contains locked DNS records, this operation does not delete them.
733
816
  *
734
817
  * @param request - DeleteRecursionZoneRequest
735
818
  * @returns DeleteRecursionZoneResponse
736
819
  */
737
820
  deleteRecursionZone(request: $_model.DeleteRecursionZoneRequest): Promise<$_model.DeleteRecursionZoneResponse>;
738
821
  /**
739
- * Deletes the DNS records that are corresponding to a hostname based on the specified parameters.
822
+ * Deletes the DNS records for a specified host record.
740
823
  *
741
824
  * @remarks
742
- * If the DNS records to be deleted contain locked DNS records, the locked DNS records will not be deleted.
825
+ * Locked DNS records will not be deleted.
743
826
  *
744
827
  * @param request - DeleteSubDomainRecordsRequest
745
828
  * @param runtime - runtime options for this request RuntimeOptions
@@ -747,17 +830,92 @@ export default class Client extends OpenApi {
747
830
  */
748
831
  deleteSubDomainRecordsWithOptions(request: $_model.DeleteSubDomainRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DeleteSubDomainRecordsResponse>;
749
832
  /**
750
- * Deletes the DNS records that are corresponding to a hostname based on the specified parameters.
833
+ * Deletes the DNS records for a specified host record.
751
834
  *
752
835
  * @remarks
753
- * If the DNS records to be deleted contain locked DNS records, the locked DNS records will not be deleted.
836
+ * Locked DNS records will not be deleted.
754
837
  *
755
838
  * @param request - DeleteSubDomainRecordsRequest
756
839
  * @returns DeleteSubDomainRecordsResponse
757
840
  */
758
841
  deleteSubDomainRecords(request: $_model.DeleteSubDomainRecordsRequest): Promise<$_model.DeleteSubDomainRecordsResponse>;
759
842
  /**
760
- * Queries the execution result of a batch operation task based on the task ID. If you do not specify task ID, the execution result of the last batch operation task is returned.
843
+ * Queries the details of an Agent registration.
844
+ *
845
+ * @param request - DescribeAtiAgentRegisterInfoRequest
846
+ * @param runtime - runtime options for this request RuntimeOptions
847
+ * @returns DescribeAtiAgentRegisterInfoResponse
848
+ */
849
+ describeAtiAgentRegisterInfoWithOptions(request: $_model.DescribeAtiAgentRegisterInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAtiAgentRegisterInfoResponse>;
850
+ /**
851
+ * Queries the details of an Agent registration.
852
+ *
853
+ * @param request - DescribeAtiAgentRegisterInfoRequest
854
+ * @returns DescribeAtiAgentRegisterInfoResponse
855
+ */
856
+ describeAtiAgentRegisterInfo(request: $_model.DescribeAtiAgentRegisterInfoRequest): Promise<$_model.DescribeAtiAgentRegisterInfoResponse>;
857
+ /**
858
+ * 为sdk查询agent信息功能
859
+ *
860
+ * @param request - DescribeAtiAgentRegisterInfoMarketRequest
861
+ * @param runtime - runtime options for this request RuntimeOptions
862
+ * @returns DescribeAtiAgentRegisterInfoMarketResponse
863
+ */
864
+ describeAtiAgentRegisterInfoMarketWithOptions(request: $_model.DescribeAtiAgentRegisterInfoMarketRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAtiAgentRegisterInfoMarketResponse>;
865
+ /**
866
+ * 为sdk查询agent信息功能
867
+ *
868
+ * @param request - DescribeAtiAgentRegisterInfoMarketRequest
869
+ * @returns DescribeAtiAgentRegisterInfoMarketResponse
870
+ */
871
+ describeAtiAgentRegisterInfoMarket(request: $_model.DescribeAtiAgentRegisterInfoMarketRequest): Promise<$_model.DescribeAtiAgentRegisterInfoMarketResponse>;
872
+ /**
873
+ * Queries alert settings.
874
+ *
875
+ * @param request - DescribeAtiAlertSettingsRequest
876
+ * @param runtime - runtime options for this request RuntimeOptions
877
+ * @returns DescribeAtiAlertSettingsResponse
878
+ */
879
+ describeAtiAlertSettingsWithOptions(request: $_model.DescribeAtiAlertSettingsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAtiAlertSettingsResponse>;
880
+ /**
881
+ * Queries alert settings.
882
+ *
883
+ * @param request - DescribeAtiAlertSettingsRequest
884
+ * @returns DescribeAtiAlertSettingsResponse
885
+ */
886
+ describeAtiAlertSettings(request: $_model.DescribeAtiAlertSettingsRequest): Promise<$_model.DescribeAtiAlertSettingsResponse>;
887
+ /**
888
+ * Queries the details of a certificate.
889
+ *
890
+ * @param request - DescribeAtiCertificateRequest
891
+ * @param runtime - runtime options for this request RuntimeOptions
892
+ * @returns DescribeAtiCertificateResponse
893
+ */
894
+ describeAtiCertificateWithOptions(request: $_model.DescribeAtiCertificateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAtiCertificateResponse>;
895
+ /**
896
+ * Queries the details of a certificate.
897
+ *
898
+ * @param request - DescribeAtiCertificateRequest
899
+ * @returns DescribeAtiCertificateResponse
900
+ */
901
+ describeAtiCertificate(request: $_model.DescribeAtiCertificateRequest): Promise<$_model.DescribeAtiCertificateResponse>;
902
+ /**
903
+ * Retrieves the details of a real-name verified registrant.
904
+ *
905
+ * @param request - DescribeAtiRegistrantRequest
906
+ * @param runtime - runtime options for this request RuntimeOptions
907
+ * @returns DescribeAtiRegistrantResponse
908
+ */
909
+ describeAtiRegistrantWithOptions(request: $_model.DescribeAtiRegistrantRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeAtiRegistrantResponse>;
910
+ /**
911
+ * Retrieves the details of a real-name verified registrant.
912
+ *
913
+ * @param request - DescribeAtiRegistrantRequest
914
+ * @returns DescribeAtiRegistrantResponse
915
+ */
916
+ describeAtiRegistrant(request: $_model.DescribeAtiRegistrantRequest): Promise<$_model.DescribeAtiRegistrantResponse>;
917
+ /**
918
+ * Queries the execution results of a batch operation task using a task ID. If you do not specify a task ID, the results of the most recent batch task are returned.
761
919
  *
762
920
  * @param request - DescribeBatchResultCountRequest
763
921
  * @param runtime - runtime options for this request RuntimeOptions
@@ -765,17 +923,17 @@ export default class Client extends OpenApi {
765
923
  */
766
924
  describeBatchResultCountWithOptions(request: $_model.DescribeBatchResultCountRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeBatchResultCountResponse>;
767
925
  /**
768
- * Queries the execution result of a batch operation task based on the task ID. If you do not specify task ID, the execution result of the last batch operation task is returned.
926
+ * Queries the execution results of a batch operation task using a task ID. If you do not specify a task ID, the results of the most recent batch task are returned.
769
927
  *
770
928
  * @param request - DescribeBatchResultCountRequest
771
929
  * @returns DescribeBatchResultCountResponse
772
930
  */
773
931
  describeBatchResultCount(request: $_model.DescribeBatchResultCountRequest): Promise<$_model.DescribeBatchResultCountResponse>;
774
932
  /**
775
- * Queries the detailed results of a batch operation task.
933
+ * Retrieves the details of a batch processing result.
776
934
  *
777
935
  * @remarks
778
- * Before you call this operation, make sure that the batch operation task is complete.
936
+ * *Prerequisite: You can call this operation after the batch task is complete.**
779
937
  *
780
938
  * @param request - DescribeBatchResultDetailRequest
781
939
  * @param runtime - runtime options for this request RuntimeOptions
@@ -783,17 +941,17 @@ export default class Client extends OpenApi {
783
941
  */
784
942
  describeBatchResultDetailWithOptions(request: $_model.DescribeBatchResultDetailRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeBatchResultDetailResponse>;
785
943
  /**
786
- * Queries the detailed results of a batch operation task.
944
+ * Retrieves the details of a batch processing result.
787
945
  *
788
946
  * @remarks
789
- * Before you call this operation, make sure that the batch operation task is complete.
947
+ * *Prerequisite: You can call this operation after the batch task is complete.**
790
948
  *
791
949
  * @param request - DescribeBatchResultDetailRequest
792
950
  * @returns DescribeBatchResultDetailResponse
793
951
  */
794
952
  describeBatchResultDetail(request: $_model.DescribeBatchResultDetailRequest): Promise<$_model.DescribeBatchResultDetailResponse>;
795
953
  /**
796
- * Queries the configurations of an address.
954
+ * Queries the configuration of an address based on the specified input parameters.
797
955
  *
798
956
  * @param request - DescribeCloudGtmAddressRequest
799
957
  * @param runtime - runtime options for this request RuntimeOptions
@@ -801,14 +959,14 @@ export default class Client extends OpenApi {
801
959
  */
802
960
  describeCloudGtmAddressWithOptions(request: $_model.DescribeCloudGtmAddressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmAddressResponse>;
803
961
  /**
804
- * Queries the configurations of an address.
962
+ * Queries the configuration of an address based on the specified input parameters.
805
963
  *
806
964
  * @param request - DescribeCloudGtmAddressRequest
807
965
  * @returns DescribeCloudGtmAddressResponse
808
966
  */
809
967
  describeCloudGtmAddress(request: $_model.DescribeCloudGtmAddressRequest): Promise<$_model.DescribeCloudGtmAddressResponse>;
810
968
  /**
811
- * Queries the configurations of an address pool.
969
+ * Retrieves the configuration of a specified address pool.
812
970
  *
813
971
  * @param request - DescribeCloudGtmAddressPoolRequest
814
972
  * @param runtime - runtime options for this request RuntimeOptions
@@ -816,14 +974,14 @@ export default class Client extends OpenApi {
816
974
  */
817
975
  describeCloudGtmAddressPoolWithOptions(request: $_model.DescribeCloudGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmAddressPoolResponse>;
818
976
  /**
819
- * Queries the configurations of an address pool.
977
+ * Retrieves the configuration of a specified address pool.
820
978
  *
821
979
  * @param request - DescribeCloudGtmAddressPoolRequest
822
980
  * @returns DescribeCloudGtmAddressPoolResponse
823
981
  */
824
982
  describeCloudGtmAddressPool(request: $_model.DescribeCloudGtmAddressPoolRequest): Promise<$_model.DescribeCloudGtmAddressPoolResponse>;
825
983
  /**
826
- * Queries the information about the access domain names that reference an address pool.
984
+ * Retrieves information about the instances that reference an address pool.
827
985
  *
828
986
  * @param request - DescribeCloudGtmAddressPoolReferenceRequest
829
987
  * @param runtime - runtime options for this request RuntimeOptions
@@ -831,14 +989,14 @@ export default class Client extends OpenApi {
831
989
  */
832
990
  describeCloudGtmAddressPoolReferenceWithOptions(request: $_model.DescribeCloudGtmAddressPoolReferenceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmAddressPoolReferenceResponse>;
833
991
  /**
834
- * Queries the information about the access domain names that reference an address pool.
992
+ * Retrieves information about the instances that reference an address pool.
835
993
  *
836
994
  * @param request - DescribeCloudGtmAddressPoolReferenceRequest
837
995
  * @returns DescribeCloudGtmAddressPoolReferenceResponse
838
996
  */
839
997
  describeCloudGtmAddressPoolReference(request: $_model.DescribeCloudGtmAddressPoolReferenceRequest): Promise<$_model.DescribeCloudGtmAddressPoolReferenceResponse>;
840
998
  /**
841
- * Queries the information about the address pools and Global Traffic Manager (GTM) 3.0 instances that reference an address.
999
+ * Queries the address pools and Global Traffic Manager (GTM) 3.0 instances that reference a specified address.
842
1000
  *
843
1001
  * @param request - DescribeCloudGtmAddressReferenceRequest
844
1002
  * @param runtime - runtime options for this request RuntimeOptions
@@ -846,14 +1004,14 @@ export default class Client extends OpenApi {
846
1004
  */
847
1005
  describeCloudGtmAddressReferenceWithOptions(request: $_model.DescribeCloudGtmAddressReferenceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmAddressReferenceResponse>;
848
1006
  /**
849
- * Queries the information about the address pools and Global Traffic Manager (GTM) 3.0 instances that reference an address.
1007
+ * Queries the address pools and Global Traffic Manager (GTM) 3.0 instances that reference a specified address.
850
1008
  *
851
1009
  * @param request - DescribeCloudGtmAddressReferenceRequest
852
1010
  * @returns DescribeCloudGtmAddressReferenceResponse
853
1011
  */
854
1012
  describeCloudGtmAddressReference(request: $_model.DescribeCloudGtmAddressReferenceRequest): Promise<$_model.DescribeCloudGtmAddressReferenceResponse>;
855
1013
  /**
856
- * 查询全局流量管理告警配置
1014
+ * Queries the global alert configuration for Global Traffic Manager (GTM).
857
1015
  *
858
1016
  * @param request - DescribeCloudGtmGlobalAlertRequest
859
1017
  * @param runtime - runtime options for this request RuntimeOptions
@@ -861,25 +1019,29 @@ export default class Client extends OpenApi {
861
1019
  */
862
1020
  describeCloudGtmGlobalAlertWithOptions(request: $_model.DescribeCloudGtmGlobalAlertRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmGlobalAlertResponse>;
863
1021
  /**
864
- * 查询全局流量管理告警配置
1022
+ * Queries the global alert configuration for Global Traffic Manager (GTM).
865
1023
  *
866
1024
  * @param request - DescribeCloudGtmGlobalAlertRequest
867
1025
  * @returns DescribeCloudGtmGlobalAlertResponse
868
1026
  */
869
1027
  describeCloudGtmGlobalAlert(request: $_model.DescribeCloudGtmGlobalAlertRequest): Promise<$_model.DescribeCloudGtmGlobalAlertResponse>;
870
1028
  /**
1029
+ * Queries the alert configuration for an instance.
1030
+ *
871
1031
  * @param request - DescribeCloudGtmInstanceConfigAlertRequest
872
1032
  * @param runtime - runtime options for this request RuntimeOptions
873
1033
  * @returns DescribeCloudGtmInstanceConfigAlertResponse
874
1034
  */
875
1035
  describeCloudGtmInstanceConfigAlertWithOptions(request: $_model.DescribeCloudGtmInstanceConfigAlertRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmInstanceConfigAlertResponse>;
876
1036
  /**
1037
+ * Queries the alert configuration for an instance.
1038
+ *
877
1039
  * @param request - DescribeCloudGtmInstanceConfigAlertRequest
878
1040
  * @returns DescribeCloudGtmInstanceConfigAlertResponse
879
1041
  */
880
1042
  describeCloudGtmInstanceConfigAlert(request: $_model.DescribeCloudGtmInstanceConfigAlertRequest): Promise<$_model.DescribeCloudGtmInstanceConfigAlertResponse>;
881
1043
  /**
882
- * Queries the complete configuration information about a Global Traffic Manager (GTM) instance.
1044
+ * Queries the full configuration of a GTM 3.0 access domain name, including alert settings, address pools, and address details.
883
1045
  *
884
1046
  * @param request - DescribeCloudGtmInstanceConfigFullInfoRequest
885
1047
  * @param runtime - runtime options for this request RuntimeOptions
@@ -887,14 +1049,14 @@ export default class Client extends OpenApi {
887
1049
  */
888
1050
  describeCloudGtmInstanceConfigFullInfoWithOptions(request: $_model.DescribeCloudGtmInstanceConfigFullInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmInstanceConfigFullInfoResponse>;
889
1051
  /**
890
- * Queries the complete configuration information about a Global Traffic Manager (GTM) instance.
1052
+ * Queries the full configuration of a GTM 3.0 access domain name, including alert settings, address pools, and address details.
891
1053
  *
892
1054
  * @param request - DescribeCloudGtmInstanceConfigFullInfoRequest
893
1055
  * @returns DescribeCloudGtmInstanceConfigFullInfoResponse
894
1056
  */
895
1057
  describeCloudGtmInstanceConfigFullInfo(request: $_model.DescribeCloudGtmInstanceConfigFullInfoRequest): Promise<$_model.DescribeCloudGtmInstanceConfigFullInfoResponse>;
896
1058
  /**
897
- * Queries the configurations of a health check template.
1059
+ * Retrieves the configuration of a specified health check template.
898
1060
  *
899
1061
  * @param request - DescribeCloudGtmMonitorTemplateRequest
900
1062
  * @param runtime - runtime options for this request RuntimeOptions
@@ -902,7 +1064,7 @@ export default class Client extends OpenApi {
902
1064
  */
903
1065
  describeCloudGtmMonitorTemplateWithOptions(request: $_model.DescribeCloudGtmMonitorTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmMonitorTemplateResponse>;
904
1066
  /**
905
- * Queries the configurations of a health check template.
1067
+ * Retrieves the configuration of a specified health check template.
906
1068
  *
907
1069
  * @param request - DescribeCloudGtmMonitorTemplateRequest
908
1070
  * @returns DescribeCloudGtmMonitorTemplateResponse
@@ -920,16 +1082,19 @@ export default class Client extends OpenApi {
920
1082
  */
921
1083
  describeCloudGtmSummary(request: $_model.DescribeCloudGtmSummaryRequest): Promise<$_model.DescribeCloudGtmSummaryResponse>;
922
1084
  /**
1085
+ * Queries the system lines supported by Global Traffic Manager (GTM).
1086
+ *
923
1087
  * @param runtime - runtime options for this request RuntimeOptions
924
1088
  * @returns DescribeCloudGtmSystemLinesResponse
925
1089
  */
926
1090
  describeCloudGtmSystemLinesWithOptions(runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmSystemLinesResponse>;
927
1091
  /**
1092
+ * Queries the system lines supported by Global Traffic Manager (GTM).
928
1093
  * @returns DescribeCloudGtmSystemLinesResponse
929
1094
  */
930
1095
  describeCloudGtmSystemLines(): Promise<$_model.DescribeCloudGtmSystemLinesResponse>;
931
1096
  /**
932
- * Queries the details of a custom line by its unique ID.
1097
+ * Queries a custom line by its unique ID.
933
1098
  *
934
1099
  * @param request - DescribeCustomLineRequest
935
1100
  * @param runtime - runtime options for this request RuntimeOptions
@@ -937,14 +1102,14 @@ export default class Client extends OpenApi {
937
1102
  */
938
1103
  describeCustomLineWithOptions(request: $_model.DescribeCustomLineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCustomLineResponse>;
939
1104
  /**
940
- * Queries the details of a custom line by its unique ID.
1105
+ * Queries a custom line by its unique ID.
941
1106
  *
942
1107
  * @param request - DescribeCustomLineRequest
943
1108
  * @returns DescribeCustomLineResponse
944
1109
  */
945
1110
  describeCustomLine(request: $_model.DescribeCustomLineRequest): Promise<$_model.DescribeCustomLineResponse>;
946
1111
  /**
947
- * Queries custom lines by domain name.
1112
+ * Queries the custom lines for a domain name.
948
1113
  *
949
1114
  * @param request - DescribeCustomLinesRequest
950
1115
  * @param runtime - runtime options for this request RuntimeOptions
@@ -952,14 +1117,14 @@ export default class Client extends OpenApi {
952
1117
  */
953
1118
  describeCustomLinesWithOptions(request: $_model.DescribeCustomLinesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCustomLinesResponse>;
954
1119
  /**
955
- * Queries custom lines by domain name.
1120
+ * Queries the custom lines for a domain name.
956
1121
  *
957
1122
  * @param request - DescribeCustomLinesRequest
958
1123
  * @returns DescribeCustomLinesResponse
959
1124
  */
960
1125
  describeCustomLines(request: $_model.DescribeCustomLinesRequest): Promise<$_model.DescribeCustomLinesResponse>;
961
1126
  /**
962
- * Queries the subdomains for which weighted round-robin is enabled based on the specified parameters.
1127
+ * Retrieves a list of subdomains that have weight configurations based on the specified parameters.
963
1128
  *
964
1129
  * @param request - DescribeDNSSLBSubDomainsRequest
965
1130
  * @param runtime - runtime options for this request RuntimeOptions
@@ -967,14 +1132,14 @@ export default class Client extends OpenApi {
967
1132
  */
968
1133
  describeDNSSLBSubDomainsWithOptions(request: $_model.DescribeDNSSLBSubDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDNSSLBSubDomainsResponse>;
969
1134
  /**
970
- * Queries the subdomains for which weighted round-robin is enabled based on the specified parameters.
1135
+ * Retrieves a list of subdomains that have weight configurations based on the specified parameters.
971
1136
  *
972
1137
  * @param request - DescribeDNSSLBSubDomainsRequest
973
1138
  * @returns DescribeDNSSLBSubDomainsResponse
974
1139
  */
975
1140
  describeDNSSLBSubDomains(request: $_model.DescribeDNSSLBSubDomainsRequest): Promise<$_model.DescribeDNSSLBSubDomainsResponse>;
976
1141
  /**
977
- * Queries cache-accelerated domain names within your account based on the specified parameters.
1142
+ * Queries authoritative proxy domain names based on the specified parameters.
978
1143
  *
979
1144
  * @param request - DescribeDnsCacheDomainsRequest
980
1145
  * @param runtime - runtime options for this request RuntimeOptions
@@ -982,14 +1147,14 @@ export default class Client extends OpenApi {
982
1147
  */
983
1148
  describeDnsCacheDomainsWithOptions(request: $_model.DescribeDnsCacheDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsCacheDomainsResponse>;
984
1149
  /**
985
- * Queries cache-accelerated domain names within your account based on the specified parameters.
1150
+ * Queries authoritative proxy domain names based on the specified parameters.
986
1151
  *
987
1152
  * @param request - DescribeDnsCacheDomainsRequest
988
1153
  * @returns DescribeDnsCacheDomainsResponse
989
1154
  */
990
1155
  describeDnsCacheDomains(request: $_model.DescribeDnsCacheDomainsRequest): Promise<$_model.DescribeDnsCacheDomainsResponse>;
991
1156
  /**
992
- * Queries the access policies of a GTM instance.
1157
+ * Queries the access strategies for a Global Traffic Manager (GTM) instance.
993
1158
  *
994
1159
  * @param request - DescribeDnsGtmAccessStrategiesRequest
995
1160
  * @param runtime - runtime options for this request RuntimeOptions
@@ -997,14 +1162,14 @@ export default class Client extends OpenApi {
997
1162
  */
998
1163
  describeDnsGtmAccessStrategiesWithOptions(request: $_model.DescribeDnsGtmAccessStrategiesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmAccessStrategiesResponse>;
999
1164
  /**
1000
- * Queries the access policies of a GTM instance.
1165
+ * Queries the access strategies for a Global Traffic Manager (GTM) instance.
1001
1166
  *
1002
1167
  * @param request - DescribeDnsGtmAccessStrategiesRequest
1003
1168
  * @returns DescribeDnsGtmAccessStrategiesResponse
1004
1169
  */
1005
1170
  describeDnsGtmAccessStrategies(request: $_model.DescribeDnsGtmAccessStrategiesRequest): Promise<$_model.DescribeDnsGtmAccessStrategiesResponse>;
1006
1171
  /**
1007
- * Queries the details about an access policy.
1172
+ * Retrieves the details of a specified access strategy.
1008
1173
  *
1009
1174
  * @param request - DescribeDnsGtmAccessStrategyRequest
1010
1175
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1012,14 +1177,14 @@ export default class Client extends OpenApi {
1012
1177
  */
1013
1178
  describeDnsGtmAccessStrategyWithOptions(request: $_model.DescribeDnsGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmAccessStrategyResponse>;
1014
1179
  /**
1015
- * Queries the details about an access policy.
1180
+ * Retrieves the details of a specified access strategy.
1016
1181
  *
1017
1182
  * @param request - DescribeDnsGtmAccessStrategyRequest
1018
1183
  * @returns DescribeDnsGtmAccessStrategyResponse
1019
1184
  */
1020
1185
  describeDnsGtmAccessStrategy(request: $_model.DescribeDnsGtmAccessStrategyRequest): Promise<$_model.DescribeDnsGtmAccessStrategyResponse>;
1021
1186
  /**
1022
- * Queries the configuration items that can be set for an access policy.
1187
+ * Describes the available configurations for an access policy based on an instance ID.
1023
1188
  *
1024
1189
  * @param request - DescribeDnsGtmAccessStrategyAvailableConfigRequest
1025
1190
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1027,14 +1192,14 @@ export default class Client extends OpenApi {
1027
1192
  */
1028
1193
  describeDnsGtmAccessStrategyAvailableConfigWithOptions(request: $_model.DescribeDnsGtmAccessStrategyAvailableConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmAccessStrategyAvailableConfigResponse>;
1029
1194
  /**
1030
- * Queries the configuration items that can be set for an access policy.
1195
+ * Describes the available configurations for an access policy based on an instance ID.
1031
1196
  *
1032
1197
  * @param request - DescribeDnsGtmAccessStrategyAvailableConfigRequest
1033
1198
  * @returns DescribeDnsGtmAccessStrategyAvailableConfigResponse
1034
1199
  */
1035
1200
  describeDnsGtmAccessStrategyAvailableConfig(request: $_model.DescribeDnsGtmAccessStrategyAvailableConfigRequest): Promise<$_model.DescribeDnsGtmAccessStrategyAvailableConfigResponse>;
1036
1201
  /**
1037
- * Queries the source regions of addresses.
1202
+ * Queries the region where an address is located.
1038
1203
  *
1039
1204
  * @param request - DescribeDnsGtmAddrAttributeInfoRequest
1040
1205
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1042,14 +1207,14 @@ export default class Client extends OpenApi {
1042
1207
  */
1043
1208
  describeDnsGtmAddrAttributeInfoWithOptions(request: $_model.DescribeDnsGtmAddrAttributeInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmAddrAttributeInfoResponse>;
1044
1209
  /**
1045
- * Queries the source regions of addresses.
1210
+ * Queries the region where an address is located.
1046
1211
  *
1047
1212
  * @param request - DescribeDnsGtmAddrAttributeInfoRequest
1048
1213
  * @returns DescribeDnsGtmAddrAttributeInfoResponse
1049
1214
  */
1050
1215
  describeDnsGtmAddrAttributeInfo(request: $_model.DescribeDnsGtmAddrAttributeInfoRequest): Promise<$_model.DescribeDnsGtmAddrAttributeInfoResponse>;
1051
1216
  /**
1052
- * Queries the available configurations of an address pool of a GTM instance.
1217
+ * Queries the available configurations for an address pool in a Global Traffic Manager (GTM) instance.
1053
1218
  *
1054
1219
  * @param request - DescribeDnsGtmAddressPoolAvailableConfigRequest
1055
1220
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1057,14 +1222,14 @@ export default class Client extends OpenApi {
1057
1222
  */
1058
1223
  describeDnsGtmAddressPoolAvailableConfigWithOptions(request: $_model.DescribeDnsGtmAddressPoolAvailableConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmAddressPoolAvailableConfigResponse>;
1059
1224
  /**
1060
- * Queries the available configurations of an address pool of a GTM instance.
1225
+ * Queries the available configurations for an address pool in a Global Traffic Manager (GTM) instance.
1061
1226
  *
1062
1227
  * @param request - DescribeDnsGtmAddressPoolAvailableConfigRequest
1063
1228
  * @returns DescribeDnsGtmAddressPoolAvailableConfigResponse
1064
1229
  */
1065
1230
  describeDnsGtmAddressPoolAvailableConfig(request: $_model.DescribeDnsGtmAddressPoolAvailableConfigRequest): Promise<$_model.DescribeDnsGtmAddressPoolAvailableConfigResponse>;
1066
1231
  /**
1067
- * Queries the available alert groups of a Global Traffic Manager (GTM) instance.
1232
+ * Queries the available alert contact groups.
1068
1233
  *
1069
1234
  * @param request - DescribeDnsGtmAvailableAlertGroupRequest
1070
1235
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1072,14 +1237,14 @@ export default class Client extends OpenApi {
1072
1237
  */
1073
1238
  describeDnsGtmAvailableAlertGroupWithOptions(request: $_model.DescribeDnsGtmAvailableAlertGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmAvailableAlertGroupResponse>;
1074
1239
  /**
1075
- * Queries the available alert groups of a Global Traffic Manager (GTM) instance.
1240
+ * Queries the available alert contact groups.
1076
1241
  *
1077
1242
  * @param request - DescribeDnsGtmAvailableAlertGroupRequest
1078
1243
  * @returns DescribeDnsGtmAvailableAlertGroupResponse
1079
1244
  */
1080
1245
  describeDnsGtmAvailableAlertGroup(request: $_model.DescribeDnsGtmAvailableAlertGroupRequest): Promise<$_model.DescribeDnsGtmAvailableAlertGroupResponse>;
1081
1246
  /**
1082
- * Obtains the details of an instance based on the ID of the instance.
1247
+ * Queries the details of an instance based on the specified instance ID.
1083
1248
  *
1084
1249
  * @param request - DescribeDnsGtmInstanceRequest
1085
1250
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1087,14 +1252,14 @@ export default class Client extends OpenApi {
1087
1252
  */
1088
1253
  describeDnsGtmInstanceWithOptions(request: $_model.DescribeDnsGtmInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmInstanceResponse>;
1089
1254
  /**
1090
- * Obtains the details of an instance based on the ID of the instance.
1255
+ * Queries the details of an instance based on the specified instance ID.
1091
1256
  *
1092
1257
  * @param request - DescribeDnsGtmInstanceRequest
1093
1258
  * @returns DescribeDnsGtmInstanceResponse
1094
1259
  */
1095
1260
  describeDnsGtmInstance(request: $_model.DescribeDnsGtmInstanceRequest): Promise<$_model.DescribeDnsGtmInstanceResponse>;
1096
1261
  /**
1097
- * Queries detailed information about an address pool by address pool ID.
1262
+ * Queries the details of an address pool by its ID.
1098
1263
  *
1099
1264
  * @param request - DescribeDnsGtmInstanceAddressPoolRequest
1100
1265
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1102,14 +1267,14 @@ export default class Client extends OpenApi {
1102
1267
  */
1103
1268
  describeDnsGtmInstanceAddressPoolWithOptions(request: $_model.DescribeDnsGtmInstanceAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmInstanceAddressPoolResponse>;
1104
1269
  /**
1105
- * Queries detailed information about an address pool by address pool ID.
1270
+ * Queries the details of an address pool by its ID.
1106
1271
  *
1107
1272
  * @param request - DescribeDnsGtmInstanceAddressPoolRequest
1108
1273
  * @returns DescribeDnsGtmInstanceAddressPoolResponse
1109
1274
  */
1110
1275
  describeDnsGtmInstanceAddressPool(request: $_model.DescribeDnsGtmInstanceAddressPoolRequest): Promise<$_model.DescribeDnsGtmInstanceAddressPoolResponse>;
1111
1276
  /**
1112
- * Queries address pools by the IDs of GTM instances.
1277
+ * Retrieves the address pools of a Global Traffic Manager (GTM) instance.
1113
1278
  *
1114
1279
  * @param request - DescribeDnsGtmInstanceAddressPoolsRequest
1115
1280
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1117,14 +1282,14 @@ export default class Client extends OpenApi {
1117
1282
  */
1118
1283
  describeDnsGtmInstanceAddressPoolsWithOptions(request: $_model.DescribeDnsGtmInstanceAddressPoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmInstanceAddressPoolsResponse>;
1119
1284
  /**
1120
- * Queries address pools by the IDs of GTM instances.
1285
+ * Retrieves the address pools of a Global Traffic Manager (GTM) instance.
1121
1286
  *
1122
1287
  * @param request - DescribeDnsGtmInstanceAddressPoolsRequest
1123
1288
  * @returns DescribeDnsGtmInstanceAddressPoolsResponse
1124
1289
  */
1125
1290
  describeDnsGtmInstanceAddressPools(request: $_model.DescribeDnsGtmInstanceAddressPoolsRequest): Promise<$_model.DescribeDnsGtmInstanceAddressPoolsResponse>;
1126
1291
  /**
1127
- * Obtains the current status of the instance by instance ID.
1292
+ * Describes the status of an instance based on its ID.
1128
1293
  *
1129
1294
  * @param request - DescribeDnsGtmInstanceStatusRequest
1130
1295
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1132,14 +1297,14 @@ export default class Client extends OpenApi {
1132
1297
  */
1133
1298
  describeDnsGtmInstanceStatusWithOptions(request: $_model.DescribeDnsGtmInstanceStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmInstanceStatusResponse>;
1134
1299
  /**
1135
- * Obtains the current status of the instance by instance ID.
1300
+ * Describes the status of an instance based on its ID.
1136
1301
  *
1137
1302
  * @param request - DescribeDnsGtmInstanceStatusRequest
1138
1303
  * @returns DescribeDnsGtmInstanceStatusResponse
1139
1304
  */
1140
1305
  describeDnsGtmInstanceStatus(request: $_model.DescribeDnsGtmInstanceStatusRequest): Promise<$_model.DescribeDnsGtmInstanceStatusResponse>;
1141
1306
  /**
1142
- * Queries the canonical name (CNAME) assigned by the system for a GTM instance.
1307
+ * Retrieves the system-assigned CNAME based on the specified instance ID.
1143
1308
  *
1144
1309
  * @param request - DescribeDnsGtmInstanceSystemCnameRequest
1145
1310
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1147,7 +1312,7 @@ export default class Client extends OpenApi {
1147
1312
  */
1148
1313
  describeDnsGtmInstanceSystemCnameWithOptions(request: $_model.DescribeDnsGtmInstanceSystemCnameRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmInstanceSystemCnameResponse>;
1149
1314
  /**
1150
- * Queries the canonical name (CNAME) assigned by the system for a GTM instance.
1315
+ * Retrieves the system-assigned CNAME based on the specified instance ID.
1151
1316
  *
1152
1317
  * @param request - DescribeDnsGtmInstanceSystemCnameRequest
1153
1318
  * @returns DescribeDnsGtmInstanceSystemCnameResponse
@@ -1169,7 +1334,7 @@ export default class Client extends OpenApi {
1169
1334
  */
1170
1335
  describeDnsGtmInstances(request: $_model.DescribeDnsGtmInstancesRequest): Promise<$_model.DescribeDnsGtmInstancesResponse>;
1171
1336
  /**
1172
- * Obtains the operation logs by instance ID.
1337
+ * Queries the operation logs for an instance.
1173
1338
  *
1174
1339
  * @param request - DescribeDnsGtmLogsRequest
1175
1340
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1177,14 +1342,14 @@ export default class Client extends OpenApi {
1177
1342
  */
1178
1343
  describeDnsGtmLogsWithOptions(request: $_model.DescribeDnsGtmLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmLogsResponse>;
1179
1344
  /**
1180
- * Obtains the operation logs by instance ID.
1345
+ * Queries the operation logs for an instance.
1181
1346
  *
1182
1347
  * @param request - DescribeDnsGtmLogsRequest
1183
1348
  * @returns DescribeDnsGtmLogsResponse
1184
1349
  */
1185
1350
  describeDnsGtmLogs(request: $_model.DescribeDnsGtmLogsRequest): Promise<$_model.DescribeDnsGtmLogsResponse>;
1186
1351
  /**
1187
- * Queries the configuration items that can be set for a health check task.
1352
+ * Queries the available configurations for DNS health checks.
1188
1353
  *
1189
1354
  * @param request - DescribeDnsGtmMonitorAvailableConfigRequest
1190
1355
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1192,14 +1357,14 @@ export default class Client extends OpenApi {
1192
1357
  */
1193
1358
  describeDnsGtmMonitorAvailableConfigWithOptions(request: $_model.DescribeDnsGtmMonitorAvailableConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmMonitorAvailableConfigResponse>;
1194
1359
  /**
1195
- * Queries the configuration items that can be set for a health check task.
1360
+ * Queries the available configurations for DNS health checks.
1196
1361
  *
1197
1362
  * @param request - DescribeDnsGtmMonitorAvailableConfigRequest
1198
1363
  * @returns DescribeDnsGtmMonitorAvailableConfigResponse
1199
1364
  */
1200
1365
  describeDnsGtmMonitorAvailableConfig(request: $_model.DescribeDnsGtmMonitorAvailableConfigRequest): Promise<$_model.DescribeDnsGtmMonitorAvailableConfigResponse>;
1201
1366
  /**
1202
- * Queries the health check configuration of an address pool.
1367
+ * Queries the health check configuration for an address pool.
1203
1368
  *
1204
1369
  * @param request - DescribeDnsGtmMonitorConfigRequest
1205
1370
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1207,14 +1372,14 @@ export default class Client extends OpenApi {
1207
1372
  */
1208
1373
  describeDnsGtmMonitorConfigWithOptions(request: $_model.DescribeDnsGtmMonitorConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsGtmMonitorConfigResponse>;
1209
1374
  /**
1210
- * Queries the health check configuration of an address pool.
1375
+ * Queries the health check configuration for an address pool.
1211
1376
  *
1212
1377
  * @param request - DescribeDnsGtmMonitorConfigRequest
1213
1378
  * @returns DescribeDnsGtmMonitorConfigResponse
1214
1379
  */
1215
1380
  describeDnsGtmMonitorConfig(request: $_model.DescribeDnsGtmMonitorConfigRequest): Promise<$_model.DescribeDnsGtmMonitorConfigResponse>;
1216
1381
  /**
1217
- * Queries the details about a paid Alibaba Cloud DNS instance based on the instance ID.
1382
+ * Retrieves the details of a paid Alibaba Cloud DNS instance by its instance ID.
1218
1383
  *
1219
1384
  * @param request - DescribeDnsProductInstanceRequest
1220
1385
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1222,17 +1387,17 @@ export default class Client extends OpenApi {
1222
1387
  */
1223
1388
  describeDnsProductInstanceWithOptions(request: $_model.DescribeDnsProductInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsProductInstanceResponse>;
1224
1389
  /**
1225
- * Queries the details about a paid Alibaba Cloud DNS instance based on the instance ID.
1390
+ * Retrieves the details of a paid Alibaba Cloud DNS instance by its instance ID.
1226
1391
  *
1227
1392
  * @param request - DescribeDnsProductInstanceRequest
1228
1393
  * @returns DescribeDnsProductInstanceResponse
1229
1394
  */
1230
1395
  describeDnsProductInstance(request: $_model.DescribeDnsProductInstanceRequest): Promise<$_model.DescribeDnsProductInstanceResponse>;
1231
1396
  /**
1232
- * Calls the DescribeDnsProductInstances operation to query the list of paid Alibaba Cloud DNS instances based on input parameters.
1397
+ * Retrieves a list of paid DNS product instances that match the specified parameters.
1233
1398
  *
1234
1399
  * @remarks
1235
- * > If the response parameters of an Alibaba Cloud DNS instance do not contain domain names, no domain names are bound to the instance.
1400
+ * > **If the response does not contain a domain name, the Alibaba Cloud DNS instance is not associated with any domain names.**
1236
1401
  *
1237
1402
  * @param request - DescribeDnsProductInstancesRequest
1238
1403
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1240,17 +1405,17 @@ export default class Client extends OpenApi {
1240
1405
  */
1241
1406
  describeDnsProductInstancesWithOptions(request: $_model.DescribeDnsProductInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDnsProductInstancesResponse>;
1242
1407
  /**
1243
- * Calls the DescribeDnsProductInstances operation to query the list of paid Alibaba Cloud DNS instances based on input parameters.
1408
+ * Retrieves a list of paid DNS product instances that match the specified parameters.
1244
1409
  *
1245
1410
  * @remarks
1246
- * > If the response parameters of an Alibaba Cloud DNS instance do not contain domain names, no domain names are bound to the instance.
1411
+ * > **If the response does not contain a domain name, the Alibaba Cloud DNS instance is not associated with any domain names.**
1247
1412
  *
1248
1413
  * @param request - DescribeDnsProductInstancesRequest
1249
1414
  * @returns DescribeDnsProductInstancesResponse
1250
1415
  */
1251
1416
  describeDnsProductInstances(request: $_model.DescribeDnsProductInstancesRequest): Promise<$_model.DescribeDnsProductInstancesResponse>;
1252
1417
  /**
1253
- * Queries the statistics on DoH-based requests for a domain name.
1418
+ * Queries an overview of request statistics for a DNS over HTTPS (DoH) account.
1254
1419
  *
1255
1420
  * @param request - DescribeDohAccountStatisticsRequest
1256
1421
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1258,14 +1423,14 @@ export default class Client extends OpenApi {
1258
1423
  */
1259
1424
  describeDohAccountStatisticsWithOptions(request: $_model.DescribeDohAccountStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDohAccountStatisticsResponse>;
1260
1425
  /**
1261
- * Queries the statistics on DoH-based requests for a domain name.
1426
+ * Queries an overview of request statistics for a DNS over HTTPS (DoH) account.
1262
1427
  *
1263
1428
  * @param request - DescribeDohAccountStatisticsRequest
1264
1429
  * @returns DescribeDohAccountStatisticsResponse
1265
1430
  */
1266
1431
  describeDohAccountStatistics(request: $_model.DescribeDohAccountStatisticsRequest): Promise<$_model.DescribeDohAccountStatisticsResponse>;
1267
1432
  /**
1268
- * The statistics on DoH-based requests for a domain name are queried.
1433
+ * Retrieves an overview of statistics for DNS over HTTPS (DoH) requests for a domain name.
1269
1434
  *
1270
1435
  * @param request - DescribeDohDomainStatisticsRequest
1271
1436
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1273,14 +1438,14 @@ export default class Client extends OpenApi {
1273
1438
  */
1274
1439
  describeDohDomainStatisticsWithOptions(request: $_model.DescribeDohDomainStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDohDomainStatisticsResponse>;
1275
1440
  /**
1276
- * The statistics on DoH-based requests for a domain name are queried.
1441
+ * Retrieves an overview of statistics for DNS over HTTPS (DoH) requests for a domain name.
1277
1442
  *
1278
1443
  * @param request - DescribeDohDomainStatisticsRequest
1279
1444
  * @returns DescribeDohDomainStatisticsResponse
1280
1445
  */
1281
1446
  describeDohDomainStatistics(request: $_model.DescribeDohDomainStatisticsRequest): Promise<$_model.DescribeDohDomainStatisticsResponse>;
1282
1447
  /**
1283
- * Queries the statistics on DoH-based requests for domain names.
1448
+ * Queries request statistics for DNS over HTTPS (DoH) domain names.
1284
1449
  *
1285
1450
  * @param request - DescribeDohDomainStatisticsSummaryRequest
1286
1451
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1288,14 +1453,14 @@ export default class Client extends OpenApi {
1288
1453
  */
1289
1454
  describeDohDomainStatisticsSummaryWithOptions(request: $_model.DescribeDohDomainStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDohDomainStatisticsSummaryResponse>;
1290
1455
  /**
1291
- * Queries the statistics on DoH-based requests for domain names.
1456
+ * Queries request statistics for DNS over HTTPS (DoH) domain names.
1292
1457
  *
1293
1458
  * @param request - DescribeDohDomainStatisticsSummaryRequest
1294
1459
  * @returns DescribeDohDomainStatisticsSummaryResponse
1295
1460
  */
1296
1461
  describeDohDomainStatisticsSummary(request: $_model.DescribeDohDomainStatisticsSummaryRequest): Promise<$_model.DescribeDohDomainStatisticsSummaryResponse>;
1297
1462
  /**
1298
- * Obtains the statistics on DoH-based requests for a subdomain name.
1463
+ * Queries for statistics on DNS over HTTPS (DoH) requests for a subdomain.
1299
1464
  *
1300
1465
  * @param request - DescribeDohSubDomainStatisticsRequest
1301
1466
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1303,14 +1468,14 @@ export default class Client extends OpenApi {
1303
1468
  */
1304
1469
  describeDohSubDomainStatisticsWithOptions(request: $_model.DescribeDohSubDomainStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDohSubDomainStatisticsResponse>;
1305
1470
  /**
1306
- * Obtains the statistics on DoH-based requests for a subdomain name.
1471
+ * Queries for statistics on DNS over HTTPS (DoH) requests for a subdomain.
1307
1472
  *
1308
1473
  * @param request - DescribeDohSubDomainStatisticsRequest
1309
1474
  * @returns DescribeDohSubDomainStatisticsResponse
1310
1475
  */
1311
1476
  describeDohSubDomainStatistics(request: $_model.DescribeDohSubDomainStatisticsRequest): Promise<$_model.DescribeDohSubDomainStatisticsResponse>;
1312
1477
  /**
1313
- * Queries the statistics on DoH-based requests for subdomain names.
1478
+ * Queries a summary of request statistics for subdomains using DNS over HTTPS (DoH).
1314
1479
  *
1315
1480
  * @param request - DescribeDohSubDomainStatisticsSummaryRequest
1316
1481
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1318,14 +1483,14 @@ export default class Client extends OpenApi {
1318
1483
  */
1319
1484
  describeDohSubDomainStatisticsSummaryWithOptions(request: $_model.DescribeDohSubDomainStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDohSubDomainStatisticsSummaryResponse>;
1320
1485
  /**
1321
- * Queries the statistics on DoH-based requests for subdomain names.
1486
+ * Queries a summary of request statistics for subdomains using DNS over HTTPS (DoH).
1322
1487
  *
1323
1488
  * @param request - DescribeDohSubDomainStatisticsSummaryRequest
1324
1489
  * @returns DescribeDohSubDomainStatisticsSummaryResponse
1325
1490
  */
1326
1491
  describeDohSubDomainStatisticsSummary(request: $_model.DescribeDohSubDomainStatisticsSummaryRequest): Promise<$_model.DescribeDohSubDomainStatisticsSummaryResponse>;
1327
1492
  /**
1328
- * Queries the numbers of accessed domains and subdomains by using DNS over HTTPS (DoH).
1493
+ * Retrieves the basic information of a DNS over HTTPS (DoH) user.
1329
1494
  *
1330
1495
  * @param request - DescribeDohUserInfoRequest
1331
1496
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1333,14 +1498,14 @@ export default class Client extends OpenApi {
1333
1498
  */
1334
1499
  describeDohUserInfoWithOptions(request: $_model.DescribeDohUserInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDohUserInfoResponse>;
1335
1500
  /**
1336
- * Queries the numbers of accessed domains and subdomains by using DNS over HTTPS (DoH).
1501
+ * Retrieves the basic information of a DNS over HTTPS (DoH) user.
1337
1502
  *
1338
1503
  * @param request - DescribeDohUserInfoRequest
1339
1504
  * @returns DescribeDohUserInfoResponse
1340
1505
  */
1341
1506
  describeDohUserInfo(request: $_model.DescribeDohUserInfoRequest): Promise<$_model.DescribeDohUserInfoResponse>;
1342
1507
  /**
1343
- * Queries the Domain Name System Security Extensions (DNSSEC) configurations of a domain name based on the specified parameters.
1508
+ * Queries the Domain Name System Security Extensions (DNSSEC) information for a specified domain name.
1344
1509
  *
1345
1510
  * @param request - DescribeDomainDnssecInfoRequest
1346
1511
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1348,14 +1513,14 @@ export default class Client extends OpenApi {
1348
1513
  */
1349
1514
  describeDomainDnssecInfoWithOptions(request: $_model.DescribeDomainDnssecInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainDnssecInfoResponse>;
1350
1515
  /**
1351
- * Queries the Domain Name System Security Extensions (DNSSEC) configurations of a domain name based on the specified parameters.
1516
+ * Queries the Domain Name System Security Extensions (DNSSEC) information for a specified domain name.
1352
1517
  *
1353
1518
  * @param request - DescribeDomainDnssecInfoRequest
1354
1519
  * @returns DescribeDomainDnssecInfoResponse
1355
1520
  */
1356
1521
  describeDomainDnssecInfo(request: $_model.DescribeDomainDnssecInfoRequest): Promise<$_model.DescribeDomainDnssecInfoResponse>;
1357
1522
  /**
1358
- * Queries all domain name groups based on the specified parameters.
1523
+ * Queries domain name groups.
1359
1524
  *
1360
1525
  * @param request - DescribeDomainGroupsRequest
1361
1526
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1363,17 +1528,17 @@ export default class Client extends OpenApi {
1363
1528
  */
1364
1529
  describeDomainGroupsWithOptions(request: $_model.DescribeDomainGroupsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainGroupsResponse>;
1365
1530
  /**
1366
- * Queries all domain name groups based on the specified parameters.
1531
+ * Queries domain name groups.
1367
1532
  *
1368
1533
  * @param request - DescribeDomainGroupsRequest
1369
1534
  * @returns DescribeDomainGroupsResponse
1370
1535
  */
1371
1536
  describeDomainGroups(request: $_model.DescribeDomainGroupsRequest): Promise<$_model.DescribeDomainGroupsResponse>;
1372
1537
  /**
1373
- * Queries the information about a domain name based on specified parameters.
1538
+ * Queries information about a specified domain name.
1374
1539
  *
1375
1540
  * @remarks
1376
- * In this example, the domain name is bound to an instance of Alibaba Cloud DNS Enterprise Ultimate Edition. For more information about valid Domain Name System (DNS) request lines, see the return values of the RecordLines parameter.
1541
+ * In this example, the domain name is bound to an instance of Alibaba Cloud DNS Ultimate Edition. For more information about line enumeration, see the RecordLines response parameter.
1377
1542
  *
1378
1543
  * @param request - DescribeDomainInfoRequest
1379
1544
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1381,17 +1546,17 @@ export default class Client extends OpenApi {
1381
1546
  */
1382
1547
  describeDomainInfoWithOptions(request: $_model.DescribeDomainInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainInfoResponse>;
1383
1548
  /**
1384
- * Queries the information about a domain name based on specified parameters.
1549
+ * Queries information about a specified domain name.
1385
1550
  *
1386
1551
  * @remarks
1387
- * In this example, the domain name is bound to an instance of Alibaba Cloud DNS Enterprise Ultimate Edition. For more information about valid Domain Name System (DNS) request lines, see the return values of the RecordLines parameter.
1552
+ * In this example, the domain name is bound to an instance of Alibaba Cloud DNS Ultimate Edition. For more information about line enumeration, see the RecordLines response parameter.
1388
1553
  *
1389
1554
  * @param request - DescribeDomainInfoRequest
1390
1555
  * @returns DescribeDomainInfoResponse
1391
1556
  */
1392
1557
  describeDomainInfo(request: $_model.DescribeDomainInfoRequest): Promise<$_model.DescribeDomainInfoResponse>;
1393
1558
  /**
1394
- * Queries the operation logs of domain names based on the specified parameters.
1559
+ * Queries the operation logs for a domain name based on the specified parameters.
1395
1560
  *
1396
1561
  * @param request - DescribeDomainLogsRequest
1397
1562
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1399,17 +1564,17 @@ export default class Client extends OpenApi {
1399
1564
  */
1400
1565
  describeDomainLogsWithOptions(request: $_model.DescribeDomainLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainLogsResponse>;
1401
1566
  /**
1402
- * Queries the operation logs of domain names based on the specified parameters.
1567
+ * Queries the operation logs for a domain name based on the specified parameters.
1403
1568
  *
1404
1569
  * @param request - DescribeDomainLogsRequest
1405
1570
  * @returns DescribeDomainLogsResponse
1406
1571
  */
1407
1572
  describeDomainLogs(request: $_model.DescribeDomainLogsRequest): Promise<$_model.DescribeDomainLogsResponse>;
1408
1573
  /**
1409
- * Queries the name servers configured for a specified domain name and checks whether all the name servers are Alibaba Cloud Domain Name System (DNS) servers.
1574
+ * Queries the current list of name servers for a domain name and determines whether the servers are managed by Alibaba Cloud DNS.
1410
1575
  *
1411
1576
  * @remarks
1412
- * > You can call this operation to query the authoritative servers of a domain name registry to obtain the name servers for a domain name. If the domain name is in an invalid state, such as serverHold or clientHold, an error may be returned.
1577
+ * > This operation directly queries the authoritative server of the domain name registry to retrieve the DNS server names for the domain name. An error may be returned if the domain name is inactive. For example, if the domain name has a serverHold or clientHold status, or has not passed identity verification.
1413
1578
  *
1414
1579
  * @param request - DescribeDomainNsRequest
1415
1580
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1417,21 +1582,17 @@ export default class Client extends OpenApi {
1417
1582
  */
1418
1583
  describeDomainNsWithOptions(request: $_model.DescribeDomainNsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainNsResponse>;
1419
1584
  /**
1420
- * Queries the name servers configured for a specified domain name and checks whether all the name servers are Alibaba Cloud Domain Name System (DNS) servers.
1585
+ * Queries the current list of name servers for a domain name and determines whether the servers are managed by Alibaba Cloud DNS.
1421
1586
  *
1422
1587
  * @remarks
1423
- * > You can call this operation to query the authoritative servers of a domain name registry to obtain the name servers for a domain name. If the domain name is in an invalid state, such as serverHold or clientHold, an error may be returned.
1588
+ * > This operation directly queries the authoritative server of the domain name registry to retrieve the DNS server names for the domain name. An error may be returned if the domain name is inactive. For example, if the domain name has a serverHold or clientHold status, or has not passed identity verification.
1424
1589
  *
1425
1590
  * @param request - DescribeDomainNsRequest
1426
1591
  * @returns DescribeDomainNsResponse
1427
1592
  */
1428
1593
  describeDomainNs(request: $_model.DescribeDomainNsRequest): Promise<$_model.DescribeDomainNsResponse>;
1429
1594
  /**
1430
- * Queries the information about a Domain Name System (DNS) record by the ID of the DNS record.
1431
- *
1432
- * @remarks
1433
- * ## Debugging
1434
- * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
1595
+ * Retrieves the details of a DNS record by its ID.
1435
1596
  *
1436
1597
  * @param request - DescribeDomainRecordInfoRequest
1437
1598
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1439,24 +1600,20 @@ export default class Client extends OpenApi {
1439
1600
  */
1440
1601
  describeDomainRecordInfoWithOptions(request: $_model.DescribeDomainRecordInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainRecordInfoResponse>;
1441
1602
  /**
1442
- * Queries the information about a Domain Name System (DNS) record by the ID of the DNS record.
1443
- *
1444
- * @remarks
1445
- * ## Debugging
1446
- * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Alidns\\&api=DescribeDomainRecordInfo\\&type=RPC\\&version=2015-01-09)
1603
+ * Retrieves the details of a DNS record by its ID.
1447
1604
  *
1448
1605
  * @param request - DescribeDomainRecordInfoRequest
1449
1606
  * @returns DescribeDomainRecordInfoResponse
1450
1607
  */
1451
1608
  describeDomainRecordInfo(request: $_model.DescribeDomainRecordInfoRequest): Promise<$_model.DescribeDomainRecordInfoResponse>;
1452
1609
  /**
1453
- * Queries all Domain Name System (DNS) records of the specified primary domain names based on the specified parameters.
1610
+ * Retrieves the DNS records for a specified root domain based on the input parameters.
1454
1611
  *
1455
1612
  * @remarks
1456
- * You can specify DomainName, PageNumber, and PageSize to query the DNS records of the specified domain names.
1457
- * * You can also specify RRKeyWord, TypeKeyWord, or ValueKeyWord to query the DNS records that contain the specified keyword.
1458
- * * By default, the DNS records are sorted in reverse chronological order based on the time when they were added.
1459
- * * You can specify GroupId to query the DNS records of the specified domain names based on the group ID. You can query the DNS records of all domain names and the domain names in the default group.
1613
+ * - You can specify the domain name (DomainName), page number (PageNumber), and page size (PageSize) to retrieve a list of DNS records.
1614
+ * - You can specify a keyword for the host record (RRKeyWord), record type (TypeKeyWord), or record value (ValueKeyWord) to query DNS records that contain the keyword.
1615
+ * - By default, DNS records are sorted in descending order by the time they were added.
1616
+ * - You can specify a domain group ID (GroupId) to query the DNS records in a specific group.
1460
1617
  *
1461
1618
  * @param request - DescribeDomainRecordsRequest
1462
1619
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1464,20 +1621,20 @@ export default class Client extends OpenApi {
1464
1621
  */
1465
1622
  describeDomainRecordsWithOptions(request: $_model.DescribeDomainRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainRecordsResponse>;
1466
1623
  /**
1467
- * Queries all Domain Name System (DNS) records of the specified primary domain names based on the specified parameters.
1624
+ * Retrieves the DNS records for a specified root domain based on the input parameters.
1468
1625
  *
1469
1626
  * @remarks
1470
- * You can specify DomainName, PageNumber, and PageSize to query the DNS records of the specified domain names.
1471
- * * You can also specify RRKeyWord, TypeKeyWord, or ValueKeyWord to query the DNS records that contain the specified keyword.
1472
- * * By default, the DNS records are sorted in reverse chronological order based on the time when they were added.
1473
- * * You can specify GroupId to query the DNS records of the specified domain names based on the group ID. You can query the DNS records of all domain names and the domain names in the default group.
1627
+ * - You can specify the domain name (DomainName), page number (PageNumber), and page size (PageSize) to retrieve a list of DNS records.
1628
+ * - You can specify a keyword for the host record (RRKeyWord), record type (TypeKeyWord), or record value (ValueKeyWord) to query DNS records that contain the keyword.
1629
+ * - By default, DNS records are sorted in descending order by the time they were added.
1630
+ * - You can specify a domain group ID (GroupId) to query the DNS records in a specific group.
1474
1631
  *
1475
1632
  * @param request - DescribeDomainRecordsRequest
1476
1633
  * @returns DescribeDomainRecordsResponse
1477
1634
  */
1478
1635
  describeDomainRecords(request: $_model.DescribeDomainRecordsRequest): Promise<$_model.DescribeDomainRecordsResponse>;
1479
1636
  /**
1480
- * Queries the resolution requests of all paid domain names within your account.
1637
+ * Queries the request volumes for all paid domain names in your account.
1481
1638
  *
1482
1639
  * @param request - DescribeDomainResolveStatisticsSummaryRequest
1483
1640
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1485,17 +1642,17 @@ export default class Client extends OpenApi {
1485
1642
  */
1486
1643
  describeDomainResolveStatisticsSummaryWithOptions(request: $_model.DescribeDomainResolveStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainResolveStatisticsSummaryResponse>;
1487
1644
  /**
1488
- * Queries the resolution requests of all paid domain names within your account.
1645
+ * Queries the request volumes for all paid domain names in your account.
1489
1646
  *
1490
1647
  * @param request - DescribeDomainResolveStatisticsSummaryRequest
1491
1648
  * @returns DescribeDomainResolveStatisticsSummaryResponse
1492
1649
  */
1493
1650
  describeDomainResolveStatisticsSummary(request: $_model.DescribeDomainResolveStatisticsSummaryRequest): Promise<$_model.DescribeDomainResolveStatisticsSummaryResponse>;
1494
1651
  /**
1495
- * Queries the real-time statistics on the Domain Name System (DNS) requests for a primary domain name.
1652
+ * Queries the number of real-time requests for a specified primary domain name.
1496
1653
  *
1497
1654
  * @remarks
1498
- * Real-time data is collected per hour.
1655
+ * Real-time data is collected hourly.
1499
1656
  *
1500
1657
  * @param request - DescribeDomainStatisticsRequest
1501
1658
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1503,17 +1660,17 @@ export default class Client extends OpenApi {
1503
1660
  */
1504
1661
  describeDomainStatisticsWithOptions(request: $_model.DescribeDomainStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainStatisticsResponse>;
1505
1662
  /**
1506
- * Queries the real-time statistics on the Domain Name System (DNS) requests for a primary domain name.
1663
+ * Queries the number of real-time requests for a specified primary domain name.
1507
1664
  *
1508
1665
  * @remarks
1509
- * Real-time data is collected per hour.
1666
+ * Real-time data is collected hourly.
1510
1667
  *
1511
1668
  * @param request - DescribeDomainStatisticsRequest
1512
1669
  * @returns DescribeDomainStatisticsResponse
1513
1670
  */
1514
1671
  describeDomainStatistics(request: $_model.DescribeDomainStatisticsRequest): Promise<$_model.DescribeDomainStatisticsResponse>;
1515
1672
  /**
1516
- * Calls the DescribeDomainStatisticsSummary operation to obtain the query volume of all paid domain names under your account.
1673
+ * Queries the number of requests for all paid domain names in your account.
1517
1674
  *
1518
1675
  * @param request - DescribeDomainStatisticsSummaryRequest
1519
1676
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1521,20 +1678,20 @@ export default class Client extends OpenApi {
1521
1678
  */
1522
1679
  describeDomainStatisticsSummaryWithOptions(request: $_model.DescribeDomainStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainStatisticsSummaryResponse>;
1523
1680
  /**
1524
- * Calls the DescribeDomainStatisticsSummary operation to obtain the query volume of all paid domain names under your account.
1681
+ * Queries the number of requests for all paid domain names in your account.
1525
1682
  *
1526
1683
  * @param request - DescribeDomainStatisticsSummaryRequest
1527
1684
  * @returns DescribeDomainStatisticsSummaryResponse
1528
1685
  */
1529
1686
  describeDomainStatisticsSummary(request: $_model.DescribeDomainStatisticsSummaryRequest): Promise<$_model.DescribeDomainStatisticsSummaryResponse>;
1530
1687
  /**
1531
- * Calls the DescribeDomains operation to query domain names of a user based on input parameters.
1688
+ * Queries a list of domain names based on specified parameters.
1532
1689
  *
1533
1690
  * @remarks
1534
- * You can specify the PageNumber and PageSize parameters to query domain names.
1535
- * * You can specify the KeyWord parameter to query domain names that contain the specified keyword.
1536
- * * By default, the domain names in a list are sorted in descending order of the time they were added.
1537
- * * You can specify the GroupId parameter. If you do not specify this parameter, all domain names are queried by default.
1691
+ * 1. You can specify a page number (PageNumber) and page size (PageSize) to retrieve a paginated list of domain names.
1692
+ * 2. You can specify a keyword (KeyWord) to query for domain names that contain the specified keyword.
1693
+ * 3. By default, domain names are sorted in descending order of their creation time.
1694
+ * 4. You can specify a domain name group ID (GroupId) to query for domain names in a specific group. This lets you retrieve all domain names or only the domain names that are not assigned to a group.
1538
1695
  *
1539
1696
  * @param request - DescribeDomainsRequest
1540
1697
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1542,20 +1699,20 @@ export default class Client extends OpenApi {
1542
1699
  */
1543
1700
  describeDomainsWithOptions(request: $_model.DescribeDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeDomainsResponse>;
1544
1701
  /**
1545
- * Calls the DescribeDomains operation to query domain names of a user based on input parameters.
1702
+ * Queries a list of domain names based on specified parameters.
1546
1703
  *
1547
1704
  * @remarks
1548
- * You can specify the PageNumber and PageSize parameters to query domain names.
1549
- * * You can specify the KeyWord parameter to query domain names that contain the specified keyword.
1550
- * * By default, the domain names in a list are sorted in descending order of the time they were added.
1551
- * * You can specify the GroupId parameter. If you do not specify this parameter, all domain names are queried by default.
1705
+ * 1. You can specify a page number (PageNumber) and page size (PageSize) to retrieve a paginated list of domain names.
1706
+ * 2. You can specify a keyword (KeyWord) to query for domain names that contain the specified keyword.
1707
+ * 3. By default, domain names are sorted in descending order of their creation time.
1708
+ * 4. You can specify a domain name group ID (GroupId) to query for domain names in a specific group. This lets you retrieve all domain names or only the domain names that are not assigned to a group.
1552
1709
  *
1553
1710
  * @param request - DescribeDomainsRequest
1554
1711
  * @returns DescribeDomainsResponse
1555
1712
  */
1556
1713
  describeDomains(request: $_model.DescribeDomainsRequest): Promise<$_model.DescribeDomainsResponse>;
1557
1714
  /**
1558
- * You can call this operation to query the access policies of a Global Traffic Manager (GTM) instance.
1715
+ * Queries the access policies for an instance.
1559
1716
  *
1560
1717
  * @param request - DescribeGtmAccessStrategiesRequest
1561
1718
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1563,14 +1720,14 @@ export default class Client extends OpenApi {
1563
1720
  */
1564
1721
  describeGtmAccessStrategiesWithOptions(request: $_model.DescribeGtmAccessStrategiesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmAccessStrategiesResponse>;
1565
1722
  /**
1566
- * You can call this operation to query the access policies of a Global Traffic Manager (GTM) instance.
1723
+ * Queries the access policies for an instance.
1567
1724
  *
1568
1725
  * @param request - DescribeGtmAccessStrategiesRequest
1569
1726
  * @returns DescribeGtmAccessStrategiesResponse
1570
1727
  */
1571
1728
  describeGtmAccessStrategies(request: $_model.DescribeGtmAccessStrategiesRequest): Promise<$_model.DescribeGtmAccessStrategiesResponse>;
1572
1729
  /**
1573
- * You can call this operation to query the details about an access policy of a Global Traffic Manager (GTM) instance based on the policy ID.
1730
+ * Queries the details of an access policy based on the policy ID.
1574
1731
  *
1575
1732
  * @param request - DescribeGtmAccessStrategyRequest
1576
1733
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1578,14 +1735,14 @@ export default class Client extends OpenApi {
1578
1735
  */
1579
1736
  describeGtmAccessStrategyWithOptions(request: $_model.DescribeGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmAccessStrategyResponse>;
1580
1737
  /**
1581
- * You can call this operation to query the details about an access policy of a Global Traffic Manager (GTM) instance based on the policy ID.
1738
+ * Queries the details of an access policy based on the policy ID.
1582
1739
  *
1583
1740
  * @param request - DescribeGtmAccessStrategyRequest
1584
1741
  * @returns DescribeGtmAccessStrategyResponse
1585
1742
  */
1586
1743
  describeGtmAccessStrategy(request: $_model.DescribeGtmAccessStrategyRequest): Promise<$_model.DescribeGtmAccessStrategyResponse>;
1587
1744
  /**
1588
- * Queries the configuration items that can be set for an access policy.
1745
+ * Queries the available configurations for an access policy.
1589
1746
  *
1590
1747
  * @param request - DescribeGtmAccessStrategyAvailableConfigRequest
1591
1748
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1593,14 +1750,14 @@ export default class Client extends OpenApi {
1593
1750
  */
1594
1751
  describeGtmAccessStrategyAvailableConfigWithOptions(request: $_model.DescribeGtmAccessStrategyAvailableConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmAccessStrategyAvailableConfigResponse>;
1595
1752
  /**
1596
- * Queries the configuration items that can be set for an access policy.
1753
+ * Queries the available configurations for an access policy.
1597
1754
  *
1598
1755
  * @param request - DescribeGtmAccessStrategyAvailableConfigRequest
1599
1756
  * @returns DescribeGtmAccessStrategyAvailableConfigResponse
1600
1757
  */
1601
1758
  describeGtmAccessStrategyAvailableConfig(request: $_model.DescribeGtmAccessStrategyAvailableConfigRequest): Promise<$_model.DescribeGtmAccessStrategyAvailableConfigResponse>;
1602
1759
  /**
1603
- * You can call this operation to query the available alert groups for a Global Traffic Manager (GTM) instance.
1760
+ * Queries the list of available alert contact groups for a Global Traffic Manager (GTM) instance.
1604
1761
  *
1605
1762
  * @param request - DescribeGtmAvailableAlertGroupRequest
1606
1763
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1608,14 +1765,14 @@ export default class Client extends OpenApi {
1608
1765
  */
1609
1766
  describeGtmAvailableAlertGroupWithOptions(request: $_model.DescribeGtmAvailableAlertGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmAvailableAlertGroupResponse>;
1610
1767
  /**
1611
- * You can call this operation to query the available alert groups for a Global Traffic Manager (GTM) instance.
1768
+ * Queries the list of available alert contact groups for a Global Traffic Manager (GTM) instance.
1612
1769
  *
1613
1770
  * @param request - DescribeGtmAvailableAlertGroupRequest
1614
1771
  * @returns DescribeGtmAvailableAlertGroupResponse
1615
1772
  */
1616
1773
  describeGtmAvailableAlertGroup(request: $_model.DescribeGtmAvailableAlertGroupRequest): Promise<$_model.DescribeGtmAvailableAlertGroupResponse>;
1617
1774
  /**
1618
- * Queries the details about a Global Traffic Manager (GTM) instance.
1775
+ * Queries the details of a Global Traffic Manager (GTM) instance.
1619
1776
  *
1620
1777
  * @param request - DescribeGtmInstanceRequest
1621
1778
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1623,14 +1780,14 @@ export default class Client extends OpenApi {
1623
1780
  */
1624
1781
  describeGtmInstanceWithOptions(request: $_model.DescribeGtmInstanceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmInstanceResponse>;
1625
1782
  /**
1626
- * Queries the details about a Global Traffic Manager (GTM) instance.
1783
+ * Queries the details of a Global Traffic Manager (GTM) instance.
1627
1784
  *
1628
1785
  * @param request - DescribeGtmInstanceRequest
1629
1786
  * @returns DescribeGtmInstanceResponse
1630
1787
  */
1631
1788
  describeGtmInstance(request: $_model.DescribeGtmInstanceRequest): Promise<$_model.DescribeGtmInstanceResponse>;
1632
1789
  /**
1633
- * You can call this operation to query the details about an address pool of a Global Traffic Manager (GTM) instance.
1790
+ * Describes the details of an address pool.
1634
1791
  *
1635
1792
  * @param request - DescribeGtmInstanceAddressPoolRequest
1636
1793
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1638,14 +1795,14 @@ export default class Client extends OpenApi {
1638
1795
  */
1639
1796
  describeGtmInstanceAddressPoolWithOptions(request: $_model.DescribeGtmInstanceAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmInstanceAddressPoolResponse>;
1640
1797
  /**
1641
- * You can call this operation to query the details about an address pool of a Global Traffic Manager (GTM) instance.
1798
+ * Describes the details of an address pool.
1642
1799
  *
1643
1800
  * @param request - DescribeGtmInstanceAddressPoolRequest
1644
1801
  * @returns DescribeGtmInstanceAddressPoolResponse
1645
1802
  */
1646
1803
  describeGtmInstanceAddressPool(request: $_model.DescribeGtmInstanceAddressPoolRequest): Promise<$_model.DescribeGtmInstanceAddressPoolResponse>;
1647
1804
  /**
1648
- * You can call this operation to query the address pools of a Global Traffic Manager (GTM) instance.
1805
+ * Describes the address pools of a Global Traffic Manager (GTM) instance.
1649
1806
  *
1650
1807
  * @param request - DescribeGtmInstanceAddressPoolsRequest
1651
1808
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1653,14 +1810,14 @@ export default class Client extends OpenApi {
1653
1810
  */
1654
1811
  describeGtmInstanceAddressPoolsWithOptions(request: $_model.DescribeGtmInstanceAddressPoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmInstanceAddressPoolsResponse>;
1655
1812
  /**
1656
- * You can call this operation to query the address pools of a Global Traffic Manager (GTM) instance.
1813
+ * Describes the address pools of a Global Traffic Manager (GTM) instance.
1657
1814
  *
1658
1815
  * @param request - DescribeGtmInstanceAddressPoolsRequest
1659
1816
  * @returns DescribeGtmInstanceAddressPoolsResponse
1660
1817
  */
1661
1818
  describeGtmInstanceAddressPools(request: $_model.DescribeGtmInstanceAddressPoolsRequest): Promise<$_model.DescribeGtmInstanceAddressPoolsResponse>;
1662
1819
  /**
1663
- * Queries the status of a Global Traffic Manager (GTM) instance.
1820
+ * Queries the current status of an instance.
1664
1821
  *
1665
1822
  * @param request - DescribeGtmInstanceStatusRequest
1666
1823
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1668,14 +1825,14 @@ export default class Client extends OpenApi {
1668
1825
  */
1669
1826
  describeGtmInstanceStatusWithOptions(request: $_model.DescribeGtmInstanceStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmInstanceStatusResponse>;
1670
1827
  /**
1671
- * Queries the status of a Global Traffic Manager (GTM) instance.
1828
+ * Queries the current status of an instance.
1672
1829
  *
1673
1830
  * @param request - DescribeGtmInstanceStatusRequest
1674
1831
  * @returns DescribeGtmInstanceStatusResponse
1675
1832
  */
1676
1833
  describeGtmInstanceStatus(request: $_model.DescribeGtmInstanceStatusRequest): Promise<$_model.DescribeGtmInstanceStatusResponse>;
1677
1834
  /**
1678
- * You can call this operation to query the CNAME record assigned by the system.
1835
+ * Retrieves the system-assigned CNAME domain name.
1679
1836
  *
1680
1837
  * @param request - DescribeGtmInstanceSystemCnameRequest
1681
1838
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1683,14 +1840,14 @@ export default class Client extends OpenApi {
1683
1840
  */
1684
1841
  describeGtmInstanceSystemCnameWithOptions(request: $_model.DescribeGtmInstanceSystemCnameRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmInstanceSystemCnameResponse>;
1685
1842
  /**
1686
- * You can call this operation to query the CNAME record assigned by the system.
1843
+ * Retrieves the system-assigned CNAME domain name.
1687
1844
  *
1688
1845
  * @param request - DescribeGtmInstanceSystemCnameRequest
1689
1846
  * @returns DescribeGtmInstanceSystemCnameResponse
1690
1847
  */
1691
1848
  describeGtmInstanceSystemCname(request: $_model.DescribeGtmInstanceSystemCnameRequest): Promise<$_model.DescribeGtmInstanceSystemCnameResponse>;
1692
1849
  /**
1693
- * Queries the Global Traffic Manager (GTM) instances under your account.
1850
+ * Queries Global Traffic Manager (GTM) instances.
1694
1851
  *
1695
1852
  * @param request - DescribeGtmInstancesRequest
1696
1853
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1698,14 +1855,14 @@ export default class Client extends OpenApi {
1698
1855
  */
1699
1856
  describeGtmInstancesWithOptions(request: $_model.DescribeGtmInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmInstancesResponse>;
1700
1857
  /**
1701
- * Queries the Global Traffic Manager (GTM) instances under your account.
1858
+ * Queries Global Traffic Manager (GTM) instances.
1702
1859
  *
1703
1860
  * @param request - DescribeGtmInstancesRequest
1704
1861
  * @returns DescribeGtmInstancesResponse
1705
1862
  */
1706
1863
  describeGtmInstances(request: $_model.DescribeGtmInstancesRequest): Promise<$_model.DescribeGtmInstancesResponse>;
1707
1864
  /**
1708
- * You can call this operation to query logs of a Global Traffic Manager (GTM) instance.
1865
+ * Queries a list of logs.
1709
1866
  *
1710
1867
  * @param request - DescribeGtmLogsRequest
1711
1868
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1713,14 +1870,14 @@ export default class Client extends OpenApi {
1713
1870
  */
1714
1871
  describeGtmLogsWithOptions(request: $_model.DescribeGtmLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmLogsResponse>;
1715
1872
  /**
1716
- * You can call this operation to query logs of a Global Traffic Manager (GTM) instance.
1873
+ * Queries a list of logs.
1717
1874
  *
1718
1875
  * @param request - DescribeGtmLogsRequest
1719
1876
  * @returns DescribeGtmLogsResponse
1720
1877
  */
1721
1878
  describeGtmLogs(request: $_model.DescribeGtmLogsRequest): Promise<$_model.DescribeGtmLogsResponse>;
1722
1879
  /**
1723
- * Queries available monitored nodes.
1880
+ * Retrieves the available configurations for health checks.
1724
1881
  *
1725
1882
  * @param request - DescribeGtmMonitorAvailableConfigRequest
1726
1883
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1728,14 +1885,14 @@ export default class Client extends OpenApi {
1728
1885
  */
1729
1886
  describeGtmMonitorAvailableConfigWithOptions(request: $_model.DescribeGtmMonitorAvailableConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmMonitorAvailableConfigResponse>;
1730
1887
  /**
1731
- * Queries available monitored nodes.
1888
+ * Retrieves the available configurations for health checks.
1732
1889
  *
1733
1890
  * @param request - DescribeGtmMonitorAvailableConfigRequest
1734
1891
  * @returns DescribeGtmMonitorAvailableConfigResponse
1735
1892
  */
1736
1893
  describeGtmMonitorAvailableConfig(request: $_model.DescribeGtmMonitorAvailableConfigRequest): Promise<$_model.DescribeGtmMonitorAvailableConfigResponse>;
1737
1894
  /**
1738
- * Queries the health check configuration of an address pool of a Global Traffic Manager (GTM) instance.
1895
+ * Retrieves the health check configuration for an address pool.
1739
1896
  *
1740
1897
  * @param request - DescribeGtmMonitorConfigRequest
1741
1898
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1743,14 +1900,14 @@ export default class Client extends OpenApi {
1743
1900
  */
1744
1901
  describeGtmMonitorConfigWithOptions(request: $_model.DescribeGtmMonitorConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmMonitorConfigResponse>;
1745
1902
  /**
1746
- * Queries the health check configuration of an address pool of a Global Traffic Manager (GTM) instance.
1903
+ * Retrieves the health check configuration for an address pool.
1747
1904
  *
1748
1905
  * @param request - DescribeGtmMonitorConfigRequest
1749
1906
  * @returns DescribeGtmMonitorConfigResponse
1750
1907
  */
1751
1908
  describeGtmMonitorConfig(request: $_model.DescribeGtmMonitorConfigRequest): Promise<$_model.DescribeGtmMonitorConfigResponse>;
1752
1909
  /**
1753
- * Queries the details of a disaster recovery plan.
1910
+ * Retrieves the details of a disaster recovery plan.
1754
1911
  *
1755
1912
  * @param request - DescribeGtmRecoveryPlanRequest
1756
1913
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1758,14 +1915,14 @@ export default class Client extends OpenApi {
1758
1915
  */
1759
1916
  describeGtmRecoveryPlanWithOptions(request: $_model.DescribeGtmRecoveryPlanRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmRecoveryPlanResponse>;
1760
1917
  /**
1761
- * Queries the details of a disaster recovery plan.
1918
+ * Retrieves the details of a disaster recovery plan.
1762
1919
  *
1763
1920
  * @param request - DescribeGtmRecoveryPlanRequest
1764
1921
  * @returns DescribeGtmRecoveryPlanResponse
1765
1922
  */
1766
1923
  describeGtmRecoveryPlan(request: $_model.DescribeGtmRecoveryPlanRequest): Promise<$_model.DescribeGtmRecoveryPlanResponse>;
1767
1924
  /**
1768
- * Queries the configuration items that can be set for a disaster recovery plan.
1925
+ * Describes the available configurations for a disaster recovery plan.
1769
1926
  *
1770
1927
  * @param request - DescribeGtmRecoveryPlanAvailableConfigRequest
1771
1928
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1773,14 +1930,14 @@ export default class Client extends OpenApi {
1773
1930
  */
1774
1931
  describeGtmRecoveryPlanAvailableConfigWithOptions(request: $_model.DescribeGtmRecoveryPlanAvailableConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmRecoveryPlanAvailableConfigResponse>;
1775
1932
  /**
1776
- * Queries the configuration items that can be set for a disaster recovery plan.
1933
+ * Describes the available configurations for a disaster recovery plan.
1777
1934
  *
1778
1935
  * @param request - DescribeGtmRecoveryPlanAvailableConfigRequest
1779
1936
  * @returns DescribeGtmRecoveryPlanAvailableConfigResponse
1780
1937
  */
1781
1938
  describeGtmRecoveryPlanAvailableConfig(request: $_model.DescribeGtmRecoveryPlanAvailableConfigRequest): Promise<$_model.DescribeGtmRecoveryPlanAvailableConfigResponse>;
1782
1939
  /**
1783
- * Queries disaster recovery plans.
1940
+ * Queries a list of disaster recovery plans.
1784
1941
  *
1785
1942
  * @param request - DescribeGtmRecoveryPlansRequest
1786
1943
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1788,14 +1945,14 @@ export default class Client extends OpenApi {
1788
1945
  */
1789
1946
  describeGtmRecoveryPlansWithOptions(request: $_model.DescribeGtmRecoveryPlansRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeGtmRecoveryPlansResponse>;
1790
1947
  /**
1791
- * Queries disaster recovery plans.
1948
+ * Queries a list of disaster recovery plans.
1792
1949
  *
1793
1950
  * @param request - DescribeGtmRecoveryPlansRequest
1794
1951
  * @returns DescribeGtmRecoveryPlansResponse
1795
1952
  */
1796
1953
  describeGtmRecoveryPlans(request: $_model.DescribeGtmRecoveryPlansRequest): Promise<$_model.DescribeGtmRecoveryPlansResponse>;
1797
1954
  /**
1798
- * Queries the domain names that are bound to an Alibaba Cloud DNS instance.
1955
+ * Retrieves a list of domain names that are attached to an instance.
1799
1956
  *
1800
1957
  * @param request - DescribeInstanceDomainsRequest
1801
1958
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1803,14 +1960,17 @@ export default class Client extends OpenApi {
1803
1960
  */
1804
1961
  describeInstanceDomainsWithOptions(request: $_model.DescribeInstanceDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInstanceDomainsResponse>;
1805
1962
  /**
1806
- * Queries the domain names that are bound to an Alibaba Cloud DNS instance.
1963
+ * Retrieves a list of domain names that are attached to an instance.
1807
1964
  *
1808
1965
  * @param request - DescribeInstanceDomainsRequest
1809
1966
  * @returns DescribeInstanceDomainsResponse
1810
1967
  */
1811
1968
  describeInstanceDomains(request: $_model.DescribeInstanceDomainsRequest): Promise<$_model.DescribeInstanceDomainsResponse>;
1812
1969
  /**
1813
- * 公网权威解析统计信息全局总览
1970
+ * Retrieves a global overview of statistics for public authoritative DNS.
1971
+ *
1972
+ * @remarks
1973
+ * Real-time data is aggregated hourly.
1814
1974
  *
1815
1975
  * @param request - DescribeInterAuthStatisticsGlobalOverviewRequest
1816
1976
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1818,14 +1978,20 @@ export default class Client extends OpenApi {
1818
1978
  */
1819
1979
  describeInterAuthStatisticsGlobalOverviewWithOptions(request: $_model.DescribeInterAuthStatisticsGlobalOverviewRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInterAuthStatisticsGlobalOverviewResponse>;
1820
1980
  /**
1821
- * 公网权威解析统计信息全局总览
1981
+ * Retrieves a global overview of statistics for public authoritative DNS.
1982
+ *
1983
+ * @remarks
1984
+ * Real-time data is aggregated hourly.
1822
1985
  *
1823
1986
  * @param request - DescribeInterAuthStatisticsGlobalOverviewRequest
1824
1987
  * @returns DescribeInterAuthStatisticsGlobalOverviewResponse
1825
1988
  */
1826
1989
  describeInterAuthStatisticsGlobalOverview(request: $_model.DescribeInterAuthStatisticsGlobalOverviewRequest): Promise<$_model.DescribeInterAuthStatisticsGlobalOverviewResponse>;
1827
1990
  /**
1828
- * 公网权威解析统计信息趋势
1991
+ * Historical statistics for public authoritative DNS resolution
1992
+ *
1993
+ * @remarks
1994
+ * Real-time data statistics are aggregated hourly.
1829
1995
  *
1830
1996
  * @param request - DescribeInterAuthStatisticsHistoryRequest
1831
1997
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1833,14 +1999,20 @@ export default class Client extends OpenApi {
1833
1999
  */
1834
2000
  describeInterAuthStatisticsHistoryWithOptions(request: $_model.DescribeInterAuthStatisticsHistoryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInterAuthStatisticsHistoryResponse>;
1835
2001
  /**
1836
- * 公网权威解析统计信息趋势
2002
+ * Historical statistics for public authoritative DNS resolution
2003
+ *
2004
+ * @remarks
2005
+ * Real-time data statistics are aggregated hourly.
1837
2006
  *
1838
2007
  * @param request - DescribeInterAuthStatisticsHistoryRequest
1839
2008
  * @returns DescribeInterAuthStatisticsHistoryResponse
1840
2009
  */
1841
2010
  describeInterAuthStatisticsHistory(request: $_model.DescribeInterAuthStatisticsHistoryRequest): Promise<$_model.DescribeInterAuthStatisticsHistoryResponse>;
1842
2011
  /**
1843
- * 公网权威解析统计信息摘要列表
2012
+ * Queries the summary list of public authoritative parse statistics.
2013
+ *
2014
+ * @remarks
2015
+ * Real-time data is aggregated by hour.
1844
2016
  *
1845
2017
  * @param request - DescribeInterAuthStatisticsSummaryRequest
1846
2018
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1848,14 +2020,17 @@ export default class Client extends OpenApi {
1848
2020
  */
1849
2021
  describeInterAuthStatisticsSummaryWithOptions(request: $_model.DescribeInterAuthStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInterAuthStatisticsSummaryResponse>;
1850
2022
  /**
1851
- * 公网权威解析统计信息摘要列表
2023
+ * Queries the summary list of public authoritative parse statistics.
2024
+ *
2025
+ * @remarks
2026
+ * Real-time data is aggregated by hour.
1852
2027
  *
1853
2028
  * @param request - DescribeInterAuthStatisticsSummaryRequest
1854
2029
  * @returns DescribeInterAuthStatisticsSummaryResponse
1855
2030
  */
1856
2031
  describeInterAuthStatisticsSummary(request: $_model.DescribeInterAuthStatisticsSummaryRequest): Promise<$_model.DescribeInterAuthStatisticsSummaryResponse>;
1857
2032
  /**
1858
- * 公网权威解析统计信息Zone维度总览
2033
+ * Retrieves a zone-level overview of statistics for public authoritative DNS.
1859
2034
  *
1860
2035
  * @param request - DescribeInterAuthStatisticsZoneOverviewRequest
1861
2036
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1863,14 +2038,14 @@ export default class Client extends OpenApi {
1863
2038
  */
1864
2039
  describeInterAuthStatisticsZoneOverviewWithOptions(request: $_model.DescribeInterAuthStatisticsZoneOverviewRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInterAuthStatisticsZoneOverviewResponse>;
1865
2040
  /**
1866
- * 公网权威解析统计信息Zone维度总览
2041
+ * Retrieves a zone-level overview of statistics for public authoritative DNS.
1867
2042
  *
1868
2043
  * @param request - DescribeInterAuthStatisticsZoneOverviewRequest
1869
2044
  * @returns DescribeInterAuthStatisticsZoneOverviewResponse
1870
2045
  */
1871
2046
  describeInterAuthStatisticsZoneOverview(request: $_model.DescribeInterAuthStatisticsZoneOverviewRequest): Promise<$_model.DescribeInterAuthStatisticsZoneOverviewResponse>;
1872
2047
  /**
1873
- * 查询解析日志
2048
+ * Query parsing logs
1874
2049
  *
1875
2050
  * @param request - DescribeInternetDnsLogsRequest
1876
2051
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1878,14 +2053,14 @@ export default class Client extends OpenApi {
1878
2053
  */
1879
2054
  describeInternetDnsLogsWithOptions(request: $_model.DescribeInternetDnsLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeInternetDnsLogsResponse>;
1880
2055
  /**
1881
- * 查询解析日志
2056
+ * Query parsing logs
1882
2057
  *
1883
2058
  * @param request - DescribeInternetDnsLogsRequest
1884
2059
  * @returns DescribeInternetDnsLogsResponse
1885
2060
  */
1886
2061
  describeInternetDnsLogs(request: $_model.DescribeInternetDnsLogsRequest): Promise<$_model.DescribeInternetDnsLogsResponse>;
1887
2062
  /**
1888
- * 获取缓存刷新套餐包列表
2063
+ * Queries the list of cache refresh instances.
1889
2064
  *
1890
2065
  * @param request - DescribeIspFlushCacheInstancesRequest
1891
2066
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1893,14 +2068,14 @@ export default class Client extends OpenApi {
1893
2068
  */
1894
2069
  describeIspFlushCacheInstancesWithOptions(request: $_model.DescribeIspFlushCacheInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIspFlushCacheInstancesResponse>;
1895
2070
  /**
1896
- * 获取缓存刷新套餐包列表
2071
+ * Queries the list of cache refresh instances.
1897
2072
  *
1898
2073
  * @param request - DescribeIspFlushCacheInstancesRequest
1899
2074
  * @returns DescribeIspFlushCacheInstancesResponse
1900
2075
  */
1901
2076
  describeIspFlushCacheInstances(request: $_model.DescribeIspFlushCacheInstancesRequest): Promise<$_model.DescribeIspFlushCacheInstancesResponse>;
1902
2077
  /**
1903
- * 获取剩余可缓存刷新次数
2078
+ * Retrieves the remaining number of cache refresh operations available.
1904
2079
  *
1905
2080
  * @param request - DescribeIspFlushCacheRemainQuotaRequest
1906
2081
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1908,14 +2083,14 @@ export default class Client extends OpenApi {
1908
2083
  */
1909
2084
  describeIspFlushCacheRemainQuotaWithOptions(request: $_model.DescribeIspFlushCacheRemainQuotaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIspFlushCacheRemainQuotaResponse>;
1910
2085
  /**
1911
- * 获取剩余可缓存刷新次数
2086
+ * Retrieves the remaining number of cache refresh operations available.
1912
2087
  *
1913
2088
  * @param request - DescribeIspFlushCacheRemainQuotaRequest
1914
2089
  * @returns DescribeIspFlushCacheRemainQuotaResponse
1915
2090
  */
1916
2091
  describeIspFlushCacheRemainQuota(request: $_model.DescribeIspFlushCacheRemainQuotaRequest): Promise<$_model.DescribeIspFlushCacheRemainQuotaResponse>;
1917
2092
  /**
1918
- * 获取缓存刷新任务详情
2093
+ * Queries the details of a cache flush task.
1919
2094
  *
1920
2095
  * @param request - DescribeIspFlushCacheTaskRequest
1921
2096
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1923,14 +2098,14 @@ export default class Client extends OpenApi {
1923
2098
  */
1924
2099
  describeIspFlushCacheTaskWithOptions(request: $_model.DescribeIspFlushCacheTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIspFlushCacheTaskResponse>;
1925
2100
  /**
1926
- * 获取缓存刷新任务详情
2101
+ * Queries the details of a cache flush task.
1927
2102
  *
1928
2103
  * @param request - DescribeIspFlushCacheTaskRequest
1929
2104
  * @returns DescribeIspFlushCacheTaskResponse
1930
2105
  */
1931
2106
  describeIspFlushCacheTask(request: $_model.DescribeIspFlushCacheTaskRequest): Promise<$_model.DescribeIspFlushCacheTaskResponse>;
1932
2107
  /**
1933
- * 获取缓存刷新任务列表
2108
+ * Queries the list of cache refresh tasks.
1934
2109
  *
1935
2110
  * @param request - DescribeIspFlushCacheTasksRequest
1936
2111
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1938,14 +2113,14 @@ export default class Client extends OpenApi {
1938
2113
  */
1939
2114
  describeIspFlushCacheTasksWithOptions(request: $_model.DescribeIspFlushCacheTasksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeIspFlushCacheTasksResponse>;
1940
2115
  /**
1941
- * 获取缓存刷新任务列表
2116
+ * Queries the list of cache refresh tasks.
1942
2117
  *
1943
2118
  * @param request - DescribeIspFlushCacheTasksRequest
1944
2119
  * @returns DescribeIspFlushCacheTasksResponse
1945
2120
  */
1946
2121
  describeIspFlushCacheTasks(request: $_model.DescribeIspFlushCacheTasksRequest): Promise<$_model.DescribeIspFlushCacheTasksResponse>;
1947
2122
  /**
1948
- * 获取公共DNS用户数据概览
2123
+ * Queries the overview of Public DNS user data.
1949
2124
  *
1950
2125
  * @param request - DescribePdnsAccountSummaryRequest
1951
2126
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1953,14 +2128,14 @@ export default class Client extends OpenApi {
1953
2128
  */
1954
2129
  describePdnsAccountSummaryWithOptions(request: $_model.DescribePdnsAccountSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsAccountSummaryResponse>;
1955
2130
  /**
1956
- * 获取公共DNS用户数据概览
2131
+ * Queries the overview of Public DNS user data.
1957
2132
  *
1958
2133
  * @param request - DescribePdnsAccountSummaryRequest
1959
2134
  * @returns DescribePdnsAccountSummaryResponse
1960
2135
  */
1961
2136
  describePdnsAccountSummary(request: $_model.DescribePdnsAccountSummaryRequest): Promise<$_model.DescribePdnsAccountSummaryResponse>;
1962
2137
  /**
1963
- * 获取公共DNS AppKey 详情
2138
+ * Query the details of a public DNS AppKey
1964
2139
  *
1965
2140
  * @param request - DescribePdnsAppKeyRequest
1966
2141
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1968,14 +2143,14 @@ export default class Client extends OpenApi {
1968
2143
  */
1969
2144
  describePdnsAppKeyWithOptions(request: $_model.DescribePdnsAppKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsAppKeyResponse>;
1970
2145
  /**
1971
- * 获取公共DNS AppKey 详情
2146
+ * Query the details of a public DNS AppKey
1972
2147
  *
1973
2148
  * @param request - DescribePdnsAppKeyRequest
1974
2149
  * @returns DescribePdnsAppKeyResponse
1975
2150
  */
1976
2151
  describePdnsAppKey(request: $_model.DescribePdnsAppKeyRequest): Promise<$_model.DescribePdnsAppKeyResponse>;
1977
2152
  /**
1978
- * 获取公共DNS AppKey 列表
2153
+ * Queries the list of AppKeys of Public DNS
1979
2154
  *
1980
2155
  * @param request - DescribePdnsAppKeysRequest
1981
2156
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1983,14 +2158,14 @@ export default class Client extends OpenApi {
1983
2158
  */
1984
2159
  describePdnsAppKeysWithOptions(request: $_model.DescribePdnsAppKeysRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsAppKeysResponse>;
1985
2160
  /**
1986
- * 获取公共DNS AppKey 列表
2161
+ * Queries the list of AppKeys of Public DNS
1987
2162
  *
1988
2163
  * @param request - DescribePdnsAppKeysRequest
1989
2164
  * @returns DescribePdnsAppKeysResponse
1990
2165
  */
1991
2166
  describePdnsAppKeys(request: $_model.DescribePdnsAppKeysRequest): Promise<$_model.DescribePdnsAppKeysResponse>;
1992
2167
  /**
1993
- * 获取公共DNS 操作日志列表
2168
+ * Queries the operation log list of Public DNS.
1994
2169
  *
1995
2170
  * @param request - DescribePdnsOperateLogsRequest
1996
2171
  * @param runtime - runtime options for this request RuntimeOptions
@@ -1998,14 +2173,14 @@ export default class Client extends OpenApi {
1998
2173
  */
1999
2174
  describePdnsOperateLogsWithOptions(request: $_model.DescribePdnsOperateLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsOperateLogsResponse>;
2000
2175
  /**
2001
- * 获取公共DNS 操作日志列表
2176
+ * Queries the operation log list of Public DNS.
2002
2177
  *
2003
2178
  * @param request - DescribePdnsOperateLogsRequest
2004
2179
  * @returns DescribePdnsOperateLogsResponse
2005
2180
  */
2006
2181
  describePdnsOperateLogs(request: $_model.DescribePdnsOperateLogsRequest): Promise<$_model.DescribePdnsOperateLogsResponse>;
2007
2182
  /**
2008
- * Queries the number of requests for public DNS.
2183
+ * Queries the request statistics for Public DNS.
2009
2184
  *
2010
2185
  * @param request - DescribePdnsRequestStatisticRequest
2011
2186
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2013,14 +2188,14 @@ export default class Client extends OpenApi {
2013
2188
  */
2014
2189
  describePdnsRequestStatisticWithOptions(request: $_model.DescribePdnsRequestStatisticRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsRequestStatisticResponse>;
2015
2190
  /**
2016
- * Queries the number of requests for public DNS.
2191
+ * Queries the request statistics for Public DNS.
2017
2192
  *
2018
2193
  * @param request - DescribePdnsRequestStatisticRequest
2019
2194
  * @returns DescribePdnsRequestStatisticResponse
2020
2195
  */
2021
2196
  describePdnsRequestStatistic(request: $_model.DescribePdnsRequestStatisticRequest): Promise<$_model.DescribePdnsRequestStatisticResponse>;
2022
2197
  /**
2023
- * Queries a list of statistics on requests for Alibaba Cloud Public DNS.
2198
+ * Queries the request statistics for a specified subdomain.
2024
2199
  *
2025
2200
  * @param request - DescribePdnsRequestStatisticsRequest
2026
2201
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2028,14 +2203,14 @@ export default class Client extends OpenApi {
2028
2203
  */
2029
2204
  describePdnsRequestStatisticsWithOptions(request: $_model.DescribePdnsRequestStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsRequestStatisticsResponse>;
2030
2205
  /**
2031
- * Queries a list of statistics on requests for Alibaba Cloud Public DNS.
2206
+ * Queries the request statistics for a specified subdomain.
2032
2207
  *
2033
2208
  * @param request - DescribePdnsRequestStatisticsRequest
2034
2209
  * @returns DescribePdnsRequestStatisticsResponse
2035
2210
  */
2036
2211
  describePdnsRequestStatistics(request: $_model.DescribePdnsRequestStatisticsRequest): Promise<$_model.DescribePdnsRequestStatisticsResponse>;
2037
2212
  /**
2038
- * 获取公共DNS 威胁日志列表
2213
+ * Queries the list of Public DNS threat logs.
2039
2214
  *
2040
2215
  * @param request - DescribePdnsThreatLogsRequest
2041
2216
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2043,14 +2218,14 @@ export default class Client extends OpenApi {
2043
2218
  */
2044
2219
  describePdnsThreatLogsWithOptions(request: $_model.DescribePdnsThreatLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsThreatLogsResponse>;
2045
2220
  /**
2046
- * 获取公共DNS 威胁日志列表
2221
+ * Queries the list of Public DNS threat logs.
2047
2222
  *
2048
2223
  * @param request - DescribePdnsThreatLogsRequest
2049
2224
  * @returns DescribePdnsThreatLogsResponse
2050
2225
  */
2051
2226
  describePdnsThreatLogs(request: $_model.DescribePdnsThreatLogsRequest): Promise<$_model.DescribePdnsThreatLogsResponse>;
2052
2227
  /**
2053
- * 获取公共DNS 威胁统计
2228
+ * Retrieves Public DNS threat statistics.
2054
2229
  *
2055
2230
  * @param request - DescribePdnsThreatStatisticRequest
2056
2231
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2058,14 +2233,14 @@ export default class Client extends OpenApi {
2058
2233
  */
2059
2234
  describePdnsThreatStatisticWithOptions(request: $_model.DescribePdnsThreatStatisticRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsThreatStatisticResponse>;
2060
2235
  /**
2061
- * 获取公共DNS 威胁统计
2236
+ * Retrieves Public DNS threat statistics.
2062
2237
  *
2063
2238
  * @param request - DescribePdnsThreatStatisticRequest
2064
2239
  * @returns DescribePdnsThreatStatisticResponse
2065
2240
  */
2066
2241
  describePdnsThreatStatistic(request: $_model.DescribePdnsThreatStatisticRequest): Promise<$_model.DescribePdnsThreatStatisticResponse>;
2067
2242
  /**
2068
- * 获取公共DNS 威胁统计列表
2243
+ * Retrieves the public DNS threat statistics list.
2069
2244
  *
2070
2245
  * @param request - DescribePdnsThreatStatisticsRequest
2071
2246
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2073,14 +2248,14 @@ export default class Client extends OpenApi {
2073
2248
  */
2074
2249
  describePdnsThreatStatisticsWithOptions(request: $_model.DescribePdnsThreatStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsThreatStatisticsResponse>;
2075
2250
  /**
2076
- * 获取公共DNS 威胁统计列表
2251
+ * Retrieves the public DNS threat statistics list.
2077
2252
  *
2078
2253
  * @param request - DescribePdnsThreatStatisticsRequest
2079
2254
  * @returns DescribePdnsThreatStatisticsResponse
2080
2255
  */
2081
2256
  describePdnsThreatStatistics(request: $_model.DescribePdnsThreatStatisticsRequest): Promise<$_model.DescribePdnsThreatStatisticsResponse>;
2082
2257
  /**
2083
- * 获取公共DNS Udp IP段列表
2258
+ * Retrieves the list of Public DNS UDP IP address ranges.
2084
2259
  *
2085
2260
  * @param request - DescribePdnsUdpIpSegmentsRequest
2086
2261
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2088,14 +2263,14 @@ export default class Client extends OpenApi {
2088
2263
  */
2089
2264
  describePdnsUdpIpSegmentsWithOptions(request: $_model.DescribePdnsUdpIpSegmentsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsUdpIpSegmentsResponse>;
2090
2265
  /**
2091
- * 获取公共DNS Udp IP段列表
2266
+ * Retrieves the list of Public DNS UDP IP address ranges.
2092
2267
  *
2093
2268
  * @param request - DescribePdnsUdpIpSegmentsRequest
2094
2269
  * @returns DescribePdnsUdpIpSegmentsResponse
2095
2270
  */
2096
2271
  describePdnsUdpIpSegments(request: $_model.DescribePdnsUdpIpSegmentsRequest): Promise<$_model.DescribePdnsUdpIpSegmentsResponse>;
2097
2272
  /**
2098
- * Queries the information about users in Alibaba Cloud Public DNS.
2273
+ * Retrieves user information for Public DNS.
2099
2274
  *
2100
2275
  * @param request - DescribePdnsUserInfoRequest
2101
2276
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2103,14 +2278,14 @@ export default class Client extends OpenApi {
2103
2278
  */
2104
2279
  describePdnsUserInfoWithOptions(request: $_model.DescribePdnsUserInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePdnsUserInfoResponse>;
2105
2280
  /**
2106
- * Queries the information about users in Alibaba Cloud Public DNS.
2281
+ * Retrieves user information for Public DNS.
2107
2282
  *
2108
2283
  * @param request - DescribePdnsUserInfoRequest
2109
2284
  * @returns DescribePdnsUserInfoResponse
2110
2285
  */
2111
2286
  describePdnsUserInfo(request: $_model.DescribePdnsUserInfoRequest): Promise<$_model.DescribePdnsUserInfoResponse>;
2112
2287
  /**
2113
- * Queries the operation logs of a domain name based on the specified parameters.
2288
+ * Queries the operation logs for the DNS records of a domain name.
2114
2289
  *
2115
2290
  * @param request - DescribeRecordLogsRequest
2116
2291
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2118,14 +2293,14 @@ export default class Client extends OpenApi {
2118
2293
  */
2119
2294
  describeRecordLogsWithOptions(request: $_model.DescribeRecordLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRecordLogsResponse>;
2120
2295
  /**
2121
- * Queries the operation logs of a domain name based on the specified parameters.
2296
+ * Queries the operation logs for the DNS records of a domain name.
2122
2297
  *
2123
2298
  * @param request - DescribeRecordLogsRequest
2124
2299
  * @returns DescribeRecordLogsResponse
2125
2300
  */
2126
2301
  describeRecordLogs(request: $_model.DescribeRecordLogsRequest): Promise<$_model.DescribeRecordLogsResponse>;
2127
2302
  /**
2128
- * Queries the number of resolution requests for all subdomain names of a specified domain name.
2303
+ * Queries statistics on the request volume for all subdomains of a specified domain name.
2129
2304
  *
2130
2305
  * @param request - DescribeRecordResolveStatisticsSummaryRequest
2131
2306
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2133,17 +2308,17 @@ export default class Client extends OpenApi {
2133
2308
  */
2134
2309
  describeRecordResolveStatisticsSummaryWithOptions(request: $_model.DescribeRecordResolveStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRecordResolveStatisticsSummaryResponse>;
2135
2310
  /**
2136
- * Queries the number of resolution requests for all subdomain names of a specified domain name.
2311
+ * Queries statistics on the request volume for all subdomains of a specified domain name.
2137
2312
  *
2138
2313
  * @param request - DescribeRecordResolveStatisticsSummaryRequest
2139
2314
  * @returns DescribeRecordResolveStatisticsSummaryResponse
2140
2315
  */
2141
2316
  describeRecordResolveStatisticsSummary(request: $_model.DescribeRecordResolveStatisticsSummaryRequest): Promise<$_model.DescribeRecordResolveStatisticsSummaryResponse>;
2142
2317
  /**
2143
- * Queries the real-time statistics on the Domain Name System (DNS) requests for a subdomain name.
2318
+ * Queries real-time data about DNS requests for a specified subdomain.
2144
2319
  *
2145
2320
  * @remarks
2146
- * Real-time data is collected per hour.
2321
+ * Real-time data is collected hourly.
2147
2322
  *
2148
2323
  * @param request - DescribeRecordStatisticsRequest
2149
2324
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2151,17 +2326,17 @@ export default class Client extends OpenApi {
2151
2326
  */
2152
2327
  describeRecordStatisticsWithOptions(request: $_model.DescribeRecordStatisticsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRecordStatisticsResponse>;
2153
2328
  /**
2154
- * Queries the real-time statistics on the Domain Name System (DNS) requests for a subdomain name.
2329
+ * Queries real-time data about DNS requests for a specified subdomain.
2155
2330
  *
2156
2331
  * @remarks
2157
- * Real-time data is collected per hour.
2332
+ * Real-time data is collected hourly.
2158
2333
  *
2159
2334
  * @param request - DescribeRecordStatisticsRequest
2160
2335
  * @returns DescribeRecordStatisticsResponse
2161
2336
  */
2162
2337
  describeRecordStatistics(request: $_model.DescribeRecordStatisticsRequest): Promise<$_model.DescribeRecordStatisticsResponse>;
2163
2338
  /**
2164
- * Queries the number of Domain Name System (DNS) requests for all subdomain names of a specified domain name.
2339
+ * Queries statistics on the request volume for all subdomains of a specified domain name.
2165
2340
  *
2166
2341
  * @param request - DescribeRecordStatisticsSummaryRequest
2167
2342
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2169,14 +2344,14 @@ export default class Client extends OpenApi {
2169
2344
  */
2170
2345
  describeRecordStatisticsSummaryWithOptions(request: $_model.DescribeRecordStatisticsSummaryRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRecordStatisticsSummaryResponse>;
2171
2346
  /**
2172
- * Queries the number of Domain Name System (DNS) requests for all subdomain names of a specified domain name.
2347
+ * Queries statistics on the request volume for all subdomains of a specified domain name.
2173
2348
  *
2174
2349
  * @param request - DescribeRecordStatisticsSummaryRequest
2175
2350
  * @returns DescribeRecordStatisticsSummaryResponse
2176
2351
  */
2177
2352
  describeRecordStatisticsSummary(request: $_model.DescribeRecordStatisticsSummaryRequest): Promise<$_model.DescribeRecordStatisticsSummaryResponse>;
2178
2353
  /**
2179
- * Queries the details of HTTPDNS resolution records
2354
+ * Describes a built-in authoritative DNS record used for recursive resolution.
2180
2355
  *
2181
2356
  * @param request - DescribeRecursionRecordRequest
2182
2357
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2184,14 +2359,17 @@ export default class Client extends OpenApi {
2184
2359
  */
2185
2360
  describeRecursionRecordWithOptions(request: $_model.DescribeRecursionRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRecursionRecordResponse>;
2186
2361
  /**
2187
- * Queries the details of HTTPDNS resolution records
2362
+ * Describes a built-in authoritative DNS record used for recursive resolution.
2188
2363
  *
2189
2364
  * @param request - DescribeRecursionRecordRequest
2190
2365
  * @returns DescribeRecursionRecordResponse
2191
2366
  */
2192
2367
  describeRecursionRecord(request: $_model.DescribeRecursionRecordRequest): Promise<$_model.DescribeRecursionRecordResponse>;
2193
2368
  /**
2194
- * 查询递归解析内置权威域名zone详情
2369
+ * Queries the details of an authoritative zone for recursive resolution.
2370
+ *
2371
+ * @remarks
2372
+ * Real-time data is measured hourly.
2195
2373
  *
2196
2374
  * @param request - DescribeRecursionZoneRequest
2197
2375
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2199,14 +2377,17 @@ export default class Client extends OpenApi {
2199
2377
  */
2200
2378
  describeRecursionZoneWithOptions(request: $_model.DescribeRecursionZoneRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeRecursionZoneResponse>;
2201
2379
  /**
2202
- * 查询递归解析内置权威域名zone详情
2380
+ * Queries the details of an authoritative zone for recursive resolution.
2381
+ *
2382
+ * @remarks
2383
+ * Real-time data is measured hourly.
2203
2384
  *
2204
2385
  * @param request - DescribeRecursionZoneRequest
2205
2386
  * @returns DescribeRecursionZoneResponse
2206
2387
  */
2207
2388
  describeRecursionZone(request: $_model.DescribeRecursionZoneRequest): Promise<$_model.DescribeRecursionZoneResponse>;
2208
2389
  /**
2209
- * Queries all Domain Name System (DNS) records of a subdomain name based on the specified parameters.
2390
+ * Retrieves all DNS records for a specific subdomain based on the specified parameters.
2210
2391
  *
2211
2392
  * @param request - DescribeSubDomainRecordsRequest
2212
2393
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2214,14 +2395,14 @@ export default class Client extends OpenApi {
2214
2395
  */
2215
2396
  describeSubDomainRecordsWithOptions(request: $_model.DescribeSubDomainRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSubDomainRecordsResponse>;
2216
2397
  /**
2217
- * Queries all Domain Name System (DNS) records of a subdomain name based on the specified parameters.
2398
+ * Retrieves all DNS records for a specific subdomain based on the specified parameters.
2218
2399
  *
2219
2400
  * @param request - DescribeSubDomainRecordsRequest
2220
2401
  * @returns DescribeSubDomainRecordsResponse
2221
2402
  */
2222
2403
  describeSubDomainRecords(request: $_model.DescribeSubDomainRecordsRequest): Promise<$_model.DescribeSubDomainRecordsResponse>;
2223
2404
  /**
2224
- * Queries all lines that are supported by Alibaba Cloud DNS.
2405
+ * Queries all lines supported by Cloud DNS.
2225
2406
  *
2226
2407
  * @param request - DescribeSupportLinesRequest
2227
2408
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2229,7 +2410,7 @@ export default class Client extends OpenApi {
2229
2410
  */
2230
2411
  describeSupportLinesWithOptions(request: $_model.DescribeSupportLinesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSupportLinesResponse>;
2231
2412
  /**
2232
- * Queries all lines that are supported by Alibaba Cloud DNS.
2413
+ * Queries all lines supported by Cloud DNS.
2233
2414
  *
2234
2415
  * @param request - DescribeSupportLinesRequest
2235
2416
  * @returns DescribeSupportLinesResponse
@@ -2251,7 +2432,7 @@ export default class Client extends OpenApi {
2251
2432
  */
2252
2433
  describeTags(request: $_model.DescribeTagsRequest): Promise<$_model.DescribeTagsResponse>;
2253
2434
  /**
2254
- * Queries the domain names that were transferred between the current account and another account based on the specified parameters.
2435
+ * Queries the domain names transferred between accounts based on the specified input parameters.
2255
2436
  *
2256
2437
  * @param request - DescribeTransferDomainsRequest
2257
2438
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2259,7 +2440,7 @@ export default class Client extends OpenApi {
2259
2440
  */
2260
2441
  describeTransferDomainsWithOptions(request: $_model.DescribeTransferDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeTransferDomainsResponse>;
2261
2442
  /**
2262
- * Queries the domain names that were transferred between the current account and another account based on the specified parameters.
2443
+ * Queries the domain names transferred between accounts based on the specified input parameters.
2263
2444
  *
2264
2445
  * @param request - DescribeTransferDomainsRequest
2265
2446
  * @returns DescribeTransferDomainsResponse
@@ -2281,11 +2462,12 @@ export default class Client extends OpenApi {
2281
2462
  */
2282
2463
  executeGtmRecoveryPlan(request: $_model.ExecuteGtmRecoveryPlanRequest): Promise<$_model.ExecuteGtmRecoveryPlanResponse>;
2283
2464
  /**
2284
- * Queries a primary domain name based on the specified parameters.
2465
+ * Retrieves the primary domain name from a specified domain name.
2285
2466
  *
2286
2467
  * @remarks
2287
- * For more information about the difference between primary domain names and subdomain names, see
2288
- * [Subdomain levels](https://www.alibabacloud.com/help/zh/faq-detail/39803.htm). For example, if you enter `www.abc.com`, abc.com is obtained.
2468
+ * For more information about primary and subdomain name levels, see
2469
+ * <props="china">[Domain name levels](https://help.aliyun.com/document_detail/39803.html?spm=a2c4g.2357293.0.0.211f41ffUR1cPb). For example, if you enter `www.abc.com`, the output is abc.com.
2470
+ * <props="intl">[Domain name levels](https://www.alibabacloud.com/help/zh/faq-detail/39803.htm). For example, if you enter `www.abc.com`, the output is abc.com.
2289
2471
  *
2290
2472
  * @param request - GetMainDomainNameRequest
2291
2473
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2293,18 +2475,19 @@ export default class Client extends OpenApi {
2293
2475
  */
2294
2476
  getMainDomainNameWithOptions(request: $_model.GetMainDomainNameRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetMainDomainNameResponse>;
2295
2477
  /**
2296
- * Queries a primary domain name based on the specified parameters.
2478
+ * Retrieves the primary domain name from a specified domain name.
2297
2479
  *
2298
2480
  * @remarks
2299
- * For more information about the difference between primary domain names and subdomain names, see
2300
- * [Subdomain levels](https://www.alibabacloud.com/help/zh/faq-detail/39803.htm). For example, if you enter `www.abc.com`, abc.com is obtained.
2481
+ * For more information about primary and subdomain name levels, see
2482
+ * <props="china">[Domain name levels](https://help.aliyun.com/document_detail/39803.html?spm=a2c4g.2357293.0.0.211f41ffUR1cPb). For example, if you enter `www.abc.com`, the output is abc.com.
2483
+ * <props="intl">[Domain name levels](https://www.alibabacloud.com/help/zh/faq-detail/39803.htm). For example, if you enter `www.abc.com`, the output is abc.com.
2301
2484
  *
2302
2485
  * @param request - GetMainDomainNameRequest
2303
2486
  * @returns GetMainDomainNameResponse
2304
2487
  */
2305
2488
  getMainDomainName(request: $_model.GetMainDomainNameRequest): Promise<$_model.GetMainDomainNameResponse>;
2306
2489
  /**
2307
- * Generates a text (TXT) record. TXT records are used to retrieve domain names and subdomain names, enable the subdomain name verification feature, and perform batch retrievals.
2490
+ * Generates a TXT record for domain and subdomain verification. This operation supports batch retrieval.
2308
2491
  *
2309
2492
  * @param request - GetTxtRecordForVerifyRequest
2310
2493
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2312,14 +2495,59 @@ export default class Client extends OpenApi {
2312
2495
  */
2313
2496
  getTxtRecordForVerifyWithOptions(request: $_model.GetTxtRecordForVerifyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.GetTxtRecordForVerifyResponse>;
2314
2497
  /**
2315
- * Generates a text (TXT) record. TXT records are used to retrieve domain names and subdomain names, enable the subdomain name verification feature, and perform batch retrievals.
2498
+ * Generates a TXT record for domain and subdomain verification. This operation supports batch retrieval.
2316
2499
  *
2317
2500
  * @param request - GetTxtRecordForVerifyRequest
2318
2501
  * @returns GetTxtRecordForVerifyResponse
2319
2502
  */
2320
2503
  getTxtRecordForVerify(request: $_model.GetTxtRecordForVerifyRequest): Promise<$_model.GetTxtRecordForVerifyResponse>;
2321
2504
  /**
2322
- * Queries a list of address pools.
2505
+ * Queries the list of Agent registration information.
2506
+ *
2507
+ * @param request - ListAtiAgentRegisterInfosRequest
2508
+ * @param runtime - runtime options for this request RuntimeOptions
2509
+ * @returns ListAtiAgentRegisterInfosResponse
2510
+ */
2511
+ listAtiAgentRegisterInfosWithOptions(request: $_model.ListAtiAgentRegisterInfosRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAtiAgentRegisterInfosResponse>;
2512
+ /**
2513
+ * Queries the list of Agent registration information.
2514
+ *
2515
+ * @param request - ListAtiAgentRegisterInfosRequest
2516
+ * @returns ListAtiAgentRegisterInfosResponse
2517
+ */
2518
+ listAtiAgentRegisterInfos(request: $_model.ListAtiAgentRegisterInfosRequest): Promise<$_model.ListAtiAgentRegisterInfosResponse>;
2519
+ /**
2520
+ * Queries the list of real-name registered contacts.
2521
+ *
2522
+ * @param request - ListAtiChangeLogsRequest
2523
+ * @param runtime - runtime options for this request RuntimeOptions
2524
+ * @returns ListAtiChangeLogsResponse
2525
+ */
2526
+ listAtiChangeLogsWithOptions(request: $_model.ListAtiChangeLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAtiChangeLogsResponse>;
2527
+ /**
2528
+ * Queries the list of real-name registered contacts.
2529
+ *
2530
+ * @param request - ListAtiChangeLogsRequest
2531
+ * @returns ListAtiChangeLogsResponse
2532
+ */
2533
+ listAtiChangeLogs(request: $_model.ListAtiChangeLogsRequest): Promise<$_model.ListAtiChangeLogsResponse>;
2534
+ /**
2535
+ * 查询实名注册人列表
2536
+ *
2537
+ * @param request - ListAtiRegistrantsRequest
2538
+ * @param runtime - runtime options for this request RuntimeOptions
2539
+ * @returns ListAtiRegistrantsResponse
2540
+ */
2541
+ listAtiRegistrantsWithOptions(request: $_model.ListAtiRegistrantsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListAtiRegistrantsResponse>;
2542
+ /**
2543
+ * 查询实名注册人列表
2544
+ *
2545
+ * @param request - ListAtiRegistrantsRequest
2546
+ * @returns ListAtiRegistrantsResponse
2547
+ */
2548
+ listAtiRegistrants(request: $_model.ListAtiRegistrantsRequest): Promise<$_model.ListAtiRegistrantsResponse>;
2549
+ /**
2550
+ * Queries the list of address pools in Global Traffic Manager (GTM) 3.0.
2323
2551
  *
2324
2552
  * @param request - ListCloudGtmAddressPoolsRequest
2325
2553
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2327,14 +2555,14 @@ export default class Client extends OpenApi {
2327
2555
  */
2328
2556
  listCloudGtmAddressPoolsWithOptions(request: $_model.ListCloudGtmAddressPoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmAddressPoolsResponse>;
2329
2557
  /**
2330
- * Queries a list of address pools.
2558
+ * Queries the list of address pools in Global Traffic Manager (GTM) 3.0.
2331
2559
  *
2332
2560
  * @param request - ListCloudGtmAddressPoolsRequest
2333
2561
  * @returns ListCloudGtmAddressPoolsResponse
2334
2562
  */
2335
2563
  listCloudGtmAddressPools(request: $_model.ListCloudGtmAddressPoolsRequest): Promise<$_model.ListCloudGtmAddressPoolsResponse>;
2336
2564
  /**
2337
- * Queries a list of addresses.
2565
+ * Queries a list of addresses based on the specified parameters.
2338
2566
  *
2339
2567
  * @param request - ListCloudGtmAddressesRequest
2340
2568
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2342,19 +2570,23 @@ export default class Client extends OpenApi {
2342
2570
  */
2343
2571
  listCloudGtmAddressesWithOptions(request: $_model.ListCloudGtmAddressesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmAddressesResponse>;
2344
2572
  /**
2345
- * Queries a list of addresses.
2573
+ * Queries a list of addresses based on the specified parameters.
2346
2574
  *
2347
2575
  * @param request - ListCloudGtmAddressesRequest
2348
2576
  * @returns ListCloudGtmAddressesResponse
2349
2577
  */
2350
2578
  listCloudGtmAddresses(request: $_model.ListCloudGtmAddressesRequest): Promise<$_model.ListCloudGtmAddressesResponse>;
2351
2579
  /**
2580
+ * Queries a list of alert logs.
2581
+ *
2352
2582
  * @param request - ListCloudGtmAlertLogsRequest
2353
2583
  * @param runtime - runtime options for this request RuntimeOptions
2354
2584
  * @returns ListCloudGtmAlertLogsResponse
2355
2585
  */
2356
2586
  listCloudGtmAlertLogsWithOptions(request: $_model.ListCloudGtmAlertLogsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmAlertLogsResponse>;
2357
2587
  /**
2588
+ * Queries a list of alert logs.
2589
+ *
2358
2590
  * @param request - ListCloudGtmAlertLogsRequest
2359
2591
  * @returns ListCloudGtmAlertLogsResponse
2360
2592
  */
@@ -2371,7 +2603,7 @@ export default class Client extends OpenApi {
2371
2603
  */
2372
2604
  listCloudGtmAvailableAlertGroups(request: $_model.ListCloudGtmAvailableAlertGroupsRequest): Promise<$_model.ListCloudGtmAvailableAlertGroupsResponse>;
2373
2605
  /**
2374
- * Queries the configurations of a Global Traffic Manager (GTM) instance, including the information about access domain names and address pools.
2606
+ * Retrieves a list of instance configurations that contain access domain names and address pool information.
2375
2607
  *
2376
2608
  * @param request - ListCloudGtmInstanceConfigsRequest
2377
2609
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2379,14 +2611,14 @@ export default class Client extends OpenApi {
2379
2611
  */
2380
2612
  listCloudGtmInstanceConfigsWithOptions(request: $_model.ListCloudGtmInstanceConfigsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmInstanceConfigsResponse>;
2381
2613
  /**
2382
- * Queries the configurations of a Global Traffic Manager (GTM) instance, including the information about access domain names and address pools.
2614
+ * Retrieves a list of instance configurations that contain access domain names and address pool information.
2383
2615
  *
2384
2616
  * @param request - ListCloudGtmInstanceConfigsRequest
2385
2617
  * @returns ListCloudGtmInstanceConfigsResponse
2386
2618
  */
2387
2619
  listCloudGtmInstanceConfigs(request: $_model.ListCloudGtmInstanceConfigsRequest): Promise<$_model.ListCloudGtmInstanceConfigsResponse>;
2388
2620
  /**
2389
- * Obtains the GTM 3.0 instances based on the specified parameters.
2621
+ * Retrieves a list of GTM 3.0 instances based on the specified parameters.
2390
2622
  *
2391
2623
  * @param request - ListCloudGtmInstancesRequest
2392
2624
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2394,14 +2626,14 @@ export default class Client extends OpenApi {
2394
2626
  */
2395
2627
  listCloudGtmInstancesWithOptions(request: $_model.ListCloudGtmInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmInstancesResponse>;
2396
2628
  /**
2397
- * Obtains the GTM 3.0 instances based on the specified parameters.
2629
+ * Retrieves a list of GTM 3.0 instances based on the specified parameters.
2398
2630
  *
2399
2631
  * @param request - ListCloudGtmInstancesRequest
2400
2632
  * @returns ListCloudGtmInstancesResponse
2401
2633
  */
2402
2634
  listCloudGtmInstances(request: $_model.ListCloudGtmInstancesRequest): Promise<$_model.ListCloudGtmInstancesResponse>;
2403
2635
  /**
2404
- * Queries a list of health check nodes.
2636
+ * Lists the health check monitoring nodes based on the specified input parameters.
2405
2637
  *
2406
2638
  * @param request - ListCloudGtmMonitorNodesRequest
2407
2639
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2409,14 +2641,14 @@ export default class Client extends OpenApi {
2409
2641
  */
2410
2642
  listCloudGtmMonitorNodesWithOptions(request: $_model.ListCloudGtmMonitorNodesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmMonitorNodesResponse>;
2411
2643
  /**
2412
- * Queries a list of health check nodes.
2644
+ * Lists the health check monitoring nodes based on the specified input parameters.
2413
2645
  *
2414
2646
  * @param request - ListCloudGtmMonitorNodesRequest
2415
2647
  * @returns ListCloudGtmMonitorNodesResponse
2416
2648
  */
2417
2649
  listCloudGtmMonitorNodes(request: $_model.ListCloudGtmMonitorNodesRequest): Promise<$_model.ListCloudGtmMonitorNodesResponse>;
2418
2650
  /**
2419
- * Queries a list of health check templates based on specified parameters.
2651
+ * Queries health check templates based on the specified parameters.
2420
2652
  *
2421
2653
  * @param request - ListCloudGtmMonitorTemplatesRequest
2422
2654
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2424,14 +2656,14 @@ export default class Client extends OpenApi {
2424
2656
  */
2425
2657
  listCloudGtmMonitorTemplatesWithOptions(request: $_model.ListCloudGtmMonitorTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListCloudGtmMonitorTemplatesResponse>;
2426
2658
  /**
2427
- * Queries a list of health check templates based on specified parameters.
2659
+ * Queries health check templates based on the specified parameters.
2428
2660
  *
2429
2661
  * @param request - ListCloudGtmMonitorTemplatesRequest
2430
2662
  * @returns ListCloudGtmMonitorTemplatesResponse
2431
2663
  */
2432
2664
  listCloudGtmMonitorTemplates(request: $_model.ListCloudGtmMonitorTemplatesRequest): Promise<$_model.ListCloudGtmMonitorTemplatesResponse>;
2433
2665
  /**
2434
- * Queries the record details of HTTPDNS resolution records
2666
+ * Lists the built-in authoritative records for recursive resolution.
2435
2667
  *
2436
2668
  * @param request - ListRecursionRecordsRequest
2437
2669
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2439,14 +2671,20 @@ export default class Client extends OpenApi {
2439
2671
  */
2440
2672
  listRecursionRecordsWithOptions(request: $_model.ListRecursionRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRecursionRecordsResponse>;
2441
2673
  /**
2442
- * Queries the record details of HTTPDNS resolution records
2674
+ * Lists the built-in authoritative records for recursive resolution.
2443
2675
  *
2444
2676
  * @param request - ListRecursionRecordsRequest
2445
2677
  * @returns ListRecursionRecordsResponse
2446
2678
  */
2447
2679
  listRecursionRecords(request: $_model.ListRecursionRecordsRequest): Promise<$_model.ListRecursionRecordsResponse>;
2448
2680
  /**
2449
- * Queries HTTPDNS authoritative zones
2681
+ * Queries the zones that are used for recursive resolution of built-in authoritative domain names.
2682
+ *
2683
+ * @remarks
2684
+ * - Specify at least ResourceId.N or Tag.N (Tag.N.Key and Tag.N.Value) in your request to identify the resources to retrieve.
2685
+ * - Tag.N is a resource tag that consists of a key-value pair. If you specify only Tag.N.Key, all tag values associated with the tag key are returned. An error is returned if you specify only Tag.N.Value.
2686
+ * - If you specify both Tag.N and ResourceId.N to filter resources, only the resources that are specified by ResourceId.N and match all the specified key-value pairs are returned.
2687
+ * - If you specify multiple tag key-value pairs, the resources that match all of them are returned.
2450
2688
  *
2451
2689
  * @param request - ListRecursionZonesRequest
2452
2690
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2454,7 +2692,13 @@ export default class Client extends OpenApi {
2454
2692
  */
2455
2693
  listRecursionZonesWithOptions(request: $_model.ListRecursionZonesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ListRecursionZonesResponse>;
2456
2694
  /**
2457
- * Queries HTTPDNS authoritative zones
2695
+ * Queries the zones that are used for recursive resolution of built-in authoritative domain names.
2696
+ *
2697
+ * @remarks
2698
+ * - Specify at least ResourceId.N or Tag.N (Tag.N.Key and Tag.N.Value) in your request to identify the resources to retrieve.
2699
+ * - Tag.N is a resource tag that consists of a key-value pair. If you specify only Tag.N.Key, all tag values associated with the tag key are returned. An error is returned if you specify only Tag.N.Value.
2700
+ * - If you specify both Tag.N and ResourceId.N to filter resources, only the resources that are specified by ResourceId.N and match all the specified key-value pairs are returned.
2701
+ * - If you specify multiple tag key-value pairs, the resources that match all of them are returned.
2458
2702
  *
2459
2703
  * @param request - ListRecursionZonesRequest
2460
2704
  * @returns ListRecursionZonesResponse
@@ -2464,10 +2708,10 @@ export default class Client extends OpenApi {
2464
2708
  * Queries resources by tag.
2465
2709
  *
2466
2710
  * @remarks
2467
- * Set ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
2468
- * * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
2469
- * * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
2470
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
2711
+ * - To specify the objects to retrieve, your request must contain at least one of the following parameters: `ResourceId.N` or `Tag.N` (which consists of Tag.N.Key and Tag.N.Value).
2712
+ * - Tag.N is a resource tag that consists of a key-value pair. If you specify only Tag.N.Key, all tag values associated with that tag key are returned. An error occurs if you specify only Tag.N.Value.
2713
+ * - If you specify both Tag.N and ResourceId.N to filter resources, only the resources that are specified by ResourceId.N and match all the specified tag key-value pairs are returned.
2714
+ * - If you specify multiple tag key-value pairs, only the resources that have all the specified key-value pairs are returned.
2471
2715
  *
2472
2716
  * @param request - ListTagResourcesRequest
2473
2717
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2478,21 +2722,21 @@ export default class Client extends OpenApi {
2478
2722
  * Queries resources by tag.
2479
2723
  *
2480
2724
  * @remarks
2481
- * Set ResourceId.N or Tag.N that consists of Tag.N.Key and Tag.N.Value in the request to specify the object to be queried.
2482
- * * Tag.N is a resource tag that consists of a key-value pair. If you set only Tag.N.Key, all tag values that are assigned to the specified key are returned. If you set only Tag.N.Value, an error message is returned.
2483
- * * If you set both Tag.N and ResourceId.N to filter tags, ResourceId.N must match all specified key-value pairs.
2484
- * * If you specify multiple key-value pairs, resources that contain these key-value pairs are returned.
2725
+ * - To specify the objects to retrieve, your request must contain at least one of the following parameters: `ResourceId.N` or `Tag.N` (which consists of Tag.N.Key and Tag.N.Value).
2726
+ * - Tag.N is a resource tag that consists of a key-value pair. If you specify only Tag.N.Key, all tag values associated with that tag key are returned. An error occurs if you specify only Tag.N.Value.
2727
+ * - If you specify both Tag.N and ResourceId.N to filter resources, only the resources that are specified by ResourceId.N and match all the specified tag key-value pairs are returned.
2728
+ * - If you specify multiple tag key-value pairs, only the resources that have all the specified key-value pairs are returned.
2485
2729
  *
2486
2730
  * @param request - ListTagResourcesRequest
2487
2731
  * @returns ListTagResourcesResponse
2488
2732
  */
2489
2733
  listTagResources(request: $_model.ListTagResourcesRequest): Promise<$_model.ListTagResourcesResponse>;
2490
2734
  /**
2491
- * Changes the names of DNS servers bound to a domain name from DNS server names provided by a third-party service provider to DNS server names provided by Alibaba Cloud DNS.
2735
+ * Changes the DNS servers for a domain name from a third-party provider to Alibaba Cloud DNS.
2492
2736
  *
2493
2737
  * @remarks
2494
- * If the operation succeeds, the names of DNS servers change to those of Alibaba Cloud DNS servers (ending with hichina.com).
2495
- * > **Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS servers in use are not Alibaba Cloud DNS servers.
2738
+ * After the operation is successful, the DNS servers are changed to Alibaba Cloud DNS servers. The names of these new servers end with hichina.com.
2739
+ * > **Prerequisite: This operation applies to domain names that are registered with Alibaba Cloud and currently use third-party DNS servers.**
2496
2740
  *
2497
2741
  * @param request - ModifyHichinaDomainDNSRequest
2498
2742
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2500,18 +2744,18 @@ export default class Client extends OpenApi {
2500
2744
  */
2501
2745
  modifyHichinaDomainDNSWithOptions(request: $_model.ModifyHichinaDomainDNSRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ModifyHichinaDomainDNSResponse>;
2502
2746
  /**
2503
- * Changes the names of DNS servers bound to a domain name from DNS server names provided by a third-party service provider to DNS server names provided by Alibaba Cloud DNS.
2747
+ * Changes the DNS servers for a domain name from a third-party provider to Alibaba Cloud DNS.
2504
2748
  *
2505
2749
  * @remarks
2506
- * If the operation succeeds, the names of DNS servers change to those of Alibaba Cloud DNS servers (ending with hichina.com).
2507
- * > **Before you call this operation, make sure that your domain name has been registered with Alibaba Cloud and the DNS servers in use are not Alibaba Cloud DNS servers.
2750
+ * After the operation is successful, the DNS servers are changed to Alibaba Cloud DNS servers. The names of these new servers end with hichina.com.
2751
+ * > **Prerequisite: This operation applies to domain names that are registered with Alibaba Cloud and currently use third-party DNS servers.**
2508
2752
  *
2509
2753
  * @param request - ModifyHichinaDomainDNSRequest
2510
2754
  * @returns ModifyHichinaDomainDNSResponse
2511
2755
  */
2512
2756
  modifyHichinaDomainDNS(request: $_model.ModifyHichinaDomainDNSRequest): Promise<$_model.ModifyHichinaDomainDNSResponse>;
2513
2757
  /**
2514
- * Moves a domain name to another resource group.
2758
+ * Moves a domain name to a different resource group.
2515
2759
  *
2516
2760
  * @param request - MoveDomainResourceGroupRequest
2517
2761
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2519,28 +2763,32 @@ export default class Client extends OpenApi {
2519
2763
  */
2520
2764
  moveDomainResourceGroupWithOptions(request: $_model.MoveDomainResourceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.MoveDomainResourceGroupResponse>;
2521
2765
  /**
2522
- * Moves a domain name to another resource group.
2766
+ * Moves a domain name to a different resource group.
2523
2767
  *
2524
2768
  * @param request - MoveDomainResourceGroupRequest
2525
2769
  * @returns MoveDomainResourceGroupResponse
2526
2770
  */
2527
2771
  moveDomainResourceGroup(request: $_model.MoveDomainResourceGroupRequest): Promise<$_model.MoveDomainResourceGroupResponse>;
2528
2772
  /**
2773
+ * Moves a Global Traffic Manager (GTM) instance to a new resource group.
2774
+ *
2529
2775
  * @param request - MoveGtmResourceGroupRequest
2530
2776
  * @param runtime - runtime options for this request RuntimeOptions
2531
2777
  * @returns MoveGtmResourceGroupResponse
2532
2778
  */
2533
2779
  moveGtmResourceGroupWithOptions(request: $_model.MoveGtmResourceGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.MoveGtmResourceGroupResponse>;
2534
2780
  /**
2781
+ * Moves a Global Traffic Manager (GTM) instance to a new resource group.
2782
+ *
2535
2783
  * @param request - MoveGtmResourceGroupRequest
2536
2784
  * @returns MoveGtmResourceGroupResponse
2537
2785
  */
2538
2786
  moveGtmResourceGroup(request: $_model.MoveGtmResourceGroupRequest): Promise<$_model.MoveGtmResourceGroupResponse>;
2539
2787
  /**
2540
- * Adds or deletes domain names and Domain Name System (DNS) records in batches.
2788
+ * Adds or deletes domain names and DNS records in batches.
2541
2789
  *
2542
2790
  * @remarks
2543
- * Scenario: You need to execute a large number of tasks related to DNS resolution and you do not have high requirements for efficiency.
2791
+ * Use this operation for batch DNS tasks that do not require immediate execution.
2544
2792
  *
2545
2793
  * @param request - OperateBatchDomainRequest
2546
2794
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2548,17 +2796,17 @@ export default class Client extends OpenApi {
2548
2796
  */
2549
2797
  operateBatchDomainWithOptions(request: $_model.OperateBatchDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.OperateBatchDomainResponse>;
2550
2798
  /**
2551
- * Adds or deletes domain names and Domain Name System (DNS) records in batches.
2799
+ * Adds or deletes domain names and DNS records in batches.
2552
2800
  *
2553
2801
  * @remarks
2554
- * Scenario: You need to execute a large number of tasks related to DNS resolution and you do not have high requirements for efficiency.
2802
+ * Use this operation for batch DNS tasks that do not require immediate execution.
2555
2803
  *
2556
2804
  * @param request - OperateBatchDomainRequest
2557
2805
  * @returns OperateBatchDomainResponse
2558
2806
  */
2559
2807
  operateBatchDomain(request: $_model.OperateBatchDomainRequest): Promise<$_model.OperateBatchDomainResponse>;
2560
2808
  /**
2561
- * 暂停公共DNS服务
2809
+ * Pause Public DNS Service
2562
2810
  *
2563
2811
  * @param request - PausePdnsServiceRequest
2564
2812
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2566,14 +2814,14 @@ export default class Client extends OpenApi {
2566
2814
  */
2567
2815
  pausePdnsServiceWithOptions(request: $_model.PausePdnsServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PausePdnsServiceResponse>;
2568
2816
  /**
2569
- * 暂停公共DNS服务
2817
+ * Pause Public DNS Service
2570
2818
  *
2571
2819
  * @param request - PausePdnsServiceRequest
2572
2820
  * @returns PausePdnsServiceResponse
2573
2821
  */
2574
2822
  pausePdnsService(request: $_model.PausePdnsServiceRequest): Promise<$_model.PausePdnsServiceResponse>;
2575
2823
  /**
2576
- * Views disaster recovery plan.
2824
+ * Previews a disaster recovery plan.
2577
2825
  *
2578
2826
  * @param request - PreviewGtmRecoveryPlanRequest
2579
2827
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2581,14 +2829,14 @@ export default class Client extends OpenApi {
2581
2829
  */
2582
2830
  previewGtmRecoveryPlanWithOptions(request: $_model.PreviewGtmRecoveryPlanRequest, runtime: $dara.RuntimeOptions): Promise<$_model.PreviewGtmRecoveryPlanResponse>;
2583
2831
  /**
2584
- * Views disaster recovery plan.
2832
+ * Previews a disaster recovery plan.
2585
2833
  *
2586
2834
  * @param request - PreviewGtmRecoveryPlanRequest
2587
2835
  * @returns PreviewGtmRecoveryPlanResponse
2588
2836
  */
2589
2837
  previewGtmRecoveryPlan(request: $_model.PreviewGtmRecoveryPlanRequest): Promise<$_model.PreviewGtmRecoveryPlanResponse>;
2590
2838
  /**
2591
- * 删除公共DNS AppKey
2839
+ * Delete Public DNS AppKey
2592
2840
  *
2593
2841
  * @param request - RemovePdnsAppKeyRequest
2594
2842
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2596,14 +2844,14 @@ export default class Client extends OpenApi {
2596
2844
  */
2597
2845
  removePdnsAppKeyWithOptions(request: $_model.RemovePdnsAppKeyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemovePdnsAppKeyResponse>;
2598
2846
  /**
2599
- * 删除公共DNS AppKey
2847
+ * Delete Public DNS AppKey
2600
2848
  *
2601
2849
  * @param request - RemovePdnsAppKeyRequest
2602
2850
  * @returns RemovePdnsAppKeyResponse
2603
2851
  */
2604
2852
  removePdnsAppKey(request: $_model.RemovePdnsAppKeyRequest): Promise<$_model.RemovePdnsAppKeyResponse>;
2605
2853
  /**
2606
- * 删除公共DNS Udp Ip地址段
2854
+ * Remove Public DNS UDP IP Segment
2607
2855
  *
2608
2856
  * @param request - RemovePdnsUdpIpSegmentRequest
2609
2857
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2611,22 +2859,18 @@ export default class Client extends OpenApi {
2611
2859
  */
2612
2860
  removePdnsUdpIpSegmentWithOptions(request: $_model.RemovePdnsUdpIpSegmentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemovePdnsUdpIpSegmentResponse>;
2613
2861
  /**
2614
- * 删除公共DNS Udp Ip地址段
2862
+ * Remove Public DNS UDP IP Segment
2615
2863
  *
2616
2864
  * @param request - RemovePdnsUdpIpSegmentRequest
2617
2865
  * @returns RemovePdnsUdpIpSegmentResponse
2618
2866
  */
2619
2867
  removePdnsUdpIpSegment(request: $_model.RemovePdnsUdpIpSegmentRequest): Promise<$_model.RemovePdnsUdpIpSegmentResponse>;
2620
2868
  /**
2621
- * 用于删除特定域名的serverHold状态信息。
2869
+ * Removes the serverHold status of a specified domain name.
2622
2870
  *
2623
2871
  * @remarks
2624
- * ## 请求说明
2625
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
2626
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
2627
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
2628
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
2629
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
2872
+ * ## Description
2873
+ * - This operation removes the serverHold status of a specified domain name.
2630
2874
  *
2631
2875
  * @param request - RemoveRspDomainServerHoldStatusForGatewayRequest
2632
2876
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2634,30 +2878,22 @@ export default class Client extends OpenApi {
2634
2878
  */
2635
2879
  removeRspDomainServerHoldStatusForGatewayWithOptions(request: $_model.RemoveRspDomainServerHoldStatusForGatewayRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayResponse>;
2636
2880
  /**
2637
- * 用于删除特定域名的serverHold状态信息。
2881
+ * Removes the serverHold status of a specified domain name.
2638
2882
  *
2639
2883
  * @remarks
2640
- * ## 请求说明
2641
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
2642
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
2643
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
2644
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
2645
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
2884
+ * ## Description
2885
+ * - This operation removes the serverHold status of a specified domain name.
2646
2886
  *
2647
2887
  * @param request - RemoveRspDomainServerHoldStatusForGatewayRequest
2648
2888
  * @returns RemoveRspDomainServerHoldStatusForGatewayResponse
2649
2889
  */
2650
2890
  removeRspDomainServerHoldStatusForGateway(request: $_model.RemoveRspDomainServerHoldStatusForGatewayRequest): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayResponse>;
2651
2891
  /**
2652
- * 用于删除特定域名的serverHold状态信息。
2892
+ * Removes the serverHold status for a specified domain name.
2653
2893
  *
2654
2894
  * @remarks
2655
- * ## 请求说明
2656
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
2657
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
2658
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
2659
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
2660
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
2895
+ * ## Description
2896
+ * - This operation removes the serverHold status for a specified domain name.
2661
2897
  *
2662
2898
  * @param request - RemoveRspDomainServerHoldStatusForGatewayOteRequest
2663
2899
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2665,22 +2901,18 @@ export default class Client extends OpenApi {
2665
2901
  */
2666
2902
  removeRspDomainServerHoldStatusForGatewayOteWithOptions(request: $_model.RemoveRspDomainServerHoldStatusForGatewayOteRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayOteResponse>;
2667
2903
  /**
2668
- * 用于删除特定域名的serverHold状态信息。
2904
+ * Removes the serverHold status for a specified domain name.
2669
2905
  *
2670
2906
  * @remarks
2671
- * ## 请求说明
2672
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
2673
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
2674
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
2675
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
2676
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
2907
+ * ## Description
2908
+ * - This operation removes the serverHold status for a specified domain name.
2677
2909
  *
2678
2910
  * @param request - RemoveRspDomainServerHoldStatusForGatewayOteRequest
2679
2911
  * @returns RemoveRspDomainServerHoldStatusForGatewayOteResponse
2680
2912
  */
2681
2913
  removeRspDomainServerHoldStatusForGatewayOte(request: $_model.RemoveRspDomainServerHoldStatusForGatewayOteRequest): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayOteResponse>;
2682
2914
  /**
2683
- * Replaces the addresses referenced by an address pool.
2915
+ * Replaces the addresses in a specified address pool.
2684
2916
  *
2685
2917
  * @param tmpReq - ReplaceCloudGtmAddressPoolAddressRequest
2686
2918
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2688,14 +2920,14 @@ export default class Client extends OpenApi {
2688
2920
  */
2689
2921
  replaceCloudGtmAddressPoolAddressWithOptions(tmpReq: $_model.ReplaceCloudGtmAddressPoolAddressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ReplaceCloudGtmAddressPoolAddressResponse>;
2690
2922
  /**
2691
- * Replaces the addresses referenced by an address pool.
2923
+ * Replaces the addresses in a specified address pool.
2692
2924
  *
2693
2925
  * @param request - ReplaceCloudGtmAddressPoolAddressRequest
2694
2926
  * @returns ReplaceCloudGtmAddressPoolAddressResponse
2695
2927
  */
2696
2928
  replaceCloudGtmAddressPoolAddress(request: $_model.ReplaceCloudGtmAddressPoolAddressRequest): Promise<$_model.ReplaceCloudGtmAddressPoolAddressResponse>;
2697
2929
  /**
2698
- * Replaces address pools that are associated with a GTM instance with new address pools.
2930
+ * Replaces the address pools associated with an instance.
2699
2931
  *
2700
2932
  * @param tmpReq - ReplaceCloudGtmInstanceConfigAddressPoolRequest
2701
2933
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2703,14 +2935,14 @@ export default class Client extends OpenApi {
2703
2935
  */
2704
2936
  replaceCloudGtmInstanceConfigAddressPoolWithOptions(tmpReq: $_model.ReplaceCloudGtmInstanceConfigAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ReplaceCloudGtmInstanceConfigAddressPoolResponse>;
2705
2937
  /**
2706
- * Replaces address pools that are associated with a GTM instance with new address pools.
2938
+ * Replaces the address pools associated with an instance.
2707
2939
  *
2708
2940
  * @param request - ReplaceCloudGtmInstanceConfigAddressPoolRequest
2709
2941
  * @returns ReplaceCloudGtmInstanceConfigAddressPoolResponse
2710
2942
  */
2711
2943
  replaceCloudGtmInstanceConfigAddressPool(request: $_model.ReplaceCloudGtmInstanceConfigAddressPoolRequest): Promise<$_model.ReplaceCloudGtmInstanceConfigAddressPoolResponse>;
2712
2944
  /**
2713
- * 恢复公共DNS服务
2945
+ * Resume Public DNS Service
2714
2946
  *
2715
2947
  * @param request - ResumePdnsServiceRequest
2716
2948
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2718,7 +2950,7 @@ export default class Client extends OpenApi {
2718
2950
  */
2719
2951
  resumePdnsServiceWithOptions(request: $_model.ResumePdnsServiceRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ResumePdnsServiceResponse>;
2720
2952
  /**
2721
- * 恢复公共DNS服务
2953
+ * Resume Public DNS Service
2722
2954
  *
2723
2955
  * @param request - ResumePdnsServiceRequest
2724
2956
  * @returns ResumePdnsServiceResponse
@@ -2728,7 +2960,7 @@ export default class Client extends OpenApi {
2728
2960
  * Retrieves a domain name.
2729
2961
  *
2730
2962
  * @remarks
2731
- * To retrieve a domain name, you must verify a text (TXT) record. Therefore, before you call this API operation to retrieve a domain name, call the [GetTxtRecordForVerify](https://www.alibabacloud.com/help/en/alibaba-cloud-dns/latest/generating-a-txt-record) operation to generate a TXT record.
2963
+ * Before you can retrieve a domain name, you must verify it using a TXT record. Use this operation in conjunction with the <props="china">[Generate a TXT record](https://help.aliyun.com/document_detail/145533.html) <props="intl">[Generate a TXT record](https://www.alibabacloud.com/help/zh/alibaba-cloud-dns/latest/generating-a-txt-record) operation.
2732
2964
  *
2733
2965
  * @param request - RetrieveDomainRequest
2734
2966
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2739,12 +2971,42 @@ export default class Client extends OpenApi {
2739
2971
  * Retrieves a domain name.
2740
2972
  *
2741
2973
  * @remarks
2742
- * To retrieve a domain name, you must verify a text (TXT) record. Therefore, before you call this API operation to retrieve a domain name, call the [GetTxtRecordForVerify](https://www.alibabacloud.com/help/en/alibaba-cloud-dns/latest/generating-a-txt-record) operation to generate a TXT record.
2974
+ * Before you can retrieve a domain name, you must verify it using a TXT record. Use this operation in conjunction with the <props="china">[Generate a TXT record](https://help.aliyun.com/document_detail/145533.html) <props="intl">[Generate a TXT record](https://www.alibabacloud.com/help/zh/alibaba-cloud-dns/latest/generating-a-txt-record) operation.
2743
2975
  *
2744
2976
  * @param request - RetrieveDomainRequest
2745
2977
  * @returns RetrieveDomainResponse
2746
2978
  */
2747
2979
  retrieveDomain(request: $_model.RetrieveDomainRequest): Promise<$_model.RetrieveDomainResponse>;
2980
+ /**
2981
+ * Revokes the registration information of an Agent.
2982
+ *
2983
+ * @param request - RevokeAtiAgentRegisterInfoRequest
2984
+ * @param runtime - runtime options for this request RuntimeOptions
2985
+ * @returns RevokeAtiAgentRegisterInfoResponse
2986
+ */
2987
+ revokeAtiAgentRegisterInfoWithOptions(request: $_model.RevokeAtiAgentRegisterInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeAtiAgentRegisterInfoResponse>;
2988
+ /**
2989
+ * Revokes the registration information of an Agent.
2990
+ *
2991
+ * @param request - RevokeAtiAgentRegisterInfoRequest
2992
+ * @returns RevokeAtiAgentRegisterInfoResponse
2993
+ */
2994
+ revokeAtiAgentRegisterInfo(request: $_model.RevokeAtiAgentRegisterInfoRequest): Promise<$_model.RevokeAtiAgentRegisterInfoResponse>;
2995
+ /**
2996
+ * Revokes a real-name registrant.
2997
+ *
2998
+ * @param request - RevokeAtiRegistrantRequest
2999
+ * @param runtime - runtime options for this request RuntimeOptions
3000
+ * @returns RevokeAtiRegistrantResponse
3001
+ */
3002
+ revokeAtiRegistrantWithOptions(request: $_model.RevokeAtiRegistrantRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RevokeAtiRegistrantResponse>;
3003
+ /**
3004
+ * Revokes a real-name registrant.
3005
+ *
3006
+ * @param request - RevokeAtiRegistrantRequest
3007
+ * @returns RevokeAtiRegistrantResponse
3008
+ */
3009
+ revokeAtiRegistrant(request: $_model.RevokeAtiRegistrantRequest): Promise<$_model.RevokeAtiRegistrantResponse>;
2748
3010
  /**
2749
3011
  * Rolls back a disaster recovery plan.
2750
3012
  *
@@ -2761,7 +3023,22 @@ export default class Client extends OpenApi {
2761
3023
  */
2762
3024
  rollbackGtmRecoveryPlan(request: $_model.RollbackGtmRecoveryPlanRequest): Promise<$_model.RollbackGtmRecoveryPlanResponse>;
2763
3025
  /**
2764
- * Queries a list of address pools.
3026
+ * Searches for agents in the Agent Marketplace.
3027
+ *
3028
+ * @param request - SearchAtiAgentRegisterInfoMarketRequest
3029
+ * @param runtime - runtime options for this request RuntimeOptions
3030
+ * @returns SearchAtiAgentRegisterInfoMarketResponse
3031
+ */
3032
+ searchAtiAgentRegisterInfoMarketWithOptions(request: $_model.SearchAtiAgentRegisterInfoMarketRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchAtiAgentRegisterInfoMarketResponse>;
3033
+ /**
3034
+ * Searches for agents in the Agent Marketplace.
3035
+ *
3036
+ * @param request - SearchAtiAgentRegisterInfoMarketRequest
3037
+ * @returns SearchAtiAgentRegisterInfoMarketResponse
3038
+ */
3039
+ searchAtiAgentRegisterInfoMarket(request: $_model.SearchAtiAgentRegisterInfoMarketRequest): Promise<$_model.SearchAtiAgentRegisterInfoMarketResponse>;
3040
+ /**
3041
+ * Searches for address pools by name, remarks, or other criteria.
2765
3042
  *
2766
3043
  * @param request - SearchCloudGtmAddressPoolsRequest
2767
3044
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2769,14 +3046,14 @@ export default class Client extends OpenApi {
2769
3046
  */
2770
3047
  searchCloudGtmAddressPoolsWithOptions(request: $_model.SearchCloudGtmAddressPoolsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchCloudGtmAddressPoolsResponse>;
2771
3048
  /**
2772
- * Queries a list of address pools.
3049
+ * Searches for address pools by name, remarks, or other criteria.
2773
3050
  *
2774
3051
  * @param request - SearchCloudGtmAddressPoolsRequest
2775
3052
  * @returns SearchCloudGtmAddressPoolsResponse
2776
3053
  */
2777
3054
  searchCloudGtmAddressPools(request: $_model.SearchCloudGtmAddressPoolsRequest): Promise<$_model.SearchCloudGtmAddressPoolsResponse>;
2778
3055
  /**
2779
- * Queries a list of addresses based on address names, descriptions, health check templates referenced by the addresses, or address IDs.
3056
+ * Searches for addresses based on criteria such as address name, remarks, referenced health check template, or address ID.
2780
3057
  *
2781
3058
  * @param request - SearchCloudGtmAddressesRequest
2782
3059
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2784,14 +3061,14 @@ export default class Client extends OpenApi {
2784
3061
  */
2785
3062
  searchCloudGtmAddressesWithOptions(request: $_model.SearchCloudGtmAddressesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchCloudGtmAddressesResponse>;
2786
3063
  /**
2787
- * Queries a list of addresses based on address names, descriptions, health check templates referenced by the addresses, or address IDs.
3064
+ * Searches for addresses based on criteria such as address name, remarks, referenced health check template, or address ID.
2788
3065
  *
2789
3066
  * @param request - SearchCloudGtmAddressesRequest
2790
3067
  * @returns SearchCloudGtmAddressesResponse
2791
3068
  */
2792
3069
  searchCloudGtmAddresses(request: $_model.SearchCloudGtmAddressesRequest): Promise<$_model.SearchCloudGtmAddressesResponse>;
2793
3070
  /**
2794
- * Queries the configurations of an access domain name.
3071
+ * Retrieves instance configurations that match the specified parameters.
2795
3072
  *
2796
3073
  * @param request - SearchCloudGtmInstanceConfigsRequest
2797
3074
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2799,14 +3076,14 @@ export default class Client extends OpenApi {
2799
3076
  */
2800
3077
  searchCloudGtmInstanceConfigsWithOptions(request: $_model.SearchCloudGtmInstanceConfigsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchCloudGtmInstanceConfigsResponse>;
2801
3078
  /**
2802
- * Queries the configurations of an access domain name.
3079
+ * Retrieves instance configurations that match the specified parameters.
2803
3080
  *
2804
3081
  * @param request - SearchCloudGtmInstanceConfigsRequest
2805
3082
  * @returns SearchCloudGtmInstanceConfigsResponse
2806
3083
  */
2807
3084
  searchCloudGtmInstanceConfigs(request: $_model.SearchCloudGtmInstanceConfigsRequest): Promise<$_model.SearchCloudGtmInstanceConfigsResponse>;
2808
3085
  /**
2809
- * Queries a list of instances.
3086
+ * This operation searches for instances based on specified parameters.
2810
3087
  *
2811
3088
  * @param request - SearchCloudGtmInstancesRequest
2812
3089
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2814,14 +3091,14 @@ export default class Client extends OpenApi {
2814
3091
  */
2815
3092
  searchCloudGtmInstancesWithOptions(request: $_model.SearchCloudGtmInstancesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchCloudGtmInstancesResponse>;
2816
3093
  /**
2817
- * Queries a list of instances.
3094
+ * This operation searches for instances based on specified parameters.
2818
3095
  *
2819
3096
  * @param request - SearchCloudGtmInstancesRequest
2820
3097
  * @returns SearchCloudGtmInstancesResponse
2821
3098
  */
2822
3099
  searchCloudGtmInstances(request: $_model.SearchCloudGtmInstancesRequest): Promise<$_model.SearchCloudGtmInstancesResponse>;
2823
3100
  /**
2824
- * Queries the list of health check templates.
3101
+ * Searches for health check templates.
2825
3102
  *
2826
3103
  * @param request - SearchCloudGtmMonitorTemplatesRequest
2827
3104
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2829,14 +3106,14 @@ export default class Client extends OpenApi {
2829
3106
  */
2830
3107
  searchCloudGtmMonitorTemplatesWithOptions(request: $_model.SearchCloudGtmMonitorTemplatesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchCloudGtmMonitorTemplatesResponse>;
2831
3108
  /**
2832
- * Queries the list of health check templates.
3109
+ * Searches for health check templates.
2833
3110
  *
2834
3111
  * @param request - SearchCloudGtmMonitorTemplatesRequest
2835
3112
  * @returns SearchCloudGtmMonitorTemplatesResponse
2836
3113
  */
2837
3114
  searchCloudGtmMonitorTemplates(request: $_model.SearchCloudGtmMonitorTemplatesRequest): Promise<$_model.SearchCloudGtmMonitorTemplatesResponse>;
2838
3115
  /**
2839
- * 搜索递归解析内置权威解析记录
3116
+ * Searches for built-in authoritative DNS records used for recursive resolution.
2840
3117
  *
2841
3118
  * @param request - SearchRecursionRecordsRequest
2842
3119
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2844,14 +3121,20 @@ export default class Client extends OpenApi {
2844
3121
  */
2845
3122
  searchRecursionRecordsWithOptions(request: $_model.SearchRecursionRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchRecursionRecordsResponse>;
2846
3123
  /**
2847
- * 搜索递归解析内置权威解析记录
3124
+ * Searches for built-in authoritative DNS records used for recursive resolution.
2848
3125
  *
2849
3126
  * @param request - SearchRecursionRecordsRequest
2850
3127
  * @returns SearchRecursionRecordsResponse
2851
3128
  */
2852
3129
  searchRecursionRecords(request: $_model.SearchRecursionRecordsRequest): Promise<$_model.SearchRecursionRecordsResponse>;
2853
3130
  /**
2854
- * 搜索递归解析内置权威域名zone
3131
+ * Searches for zones of built-in authoritative domain names used for recursive resolution.
3132
+ *
3133
+ * @remarks
3134
+ * - To retrieve resources, you must specify at least `ResourceId.N` or `Tag.N` (`Tag.N.Key` and `Tag.N.Value`) in the request.
3135
+ * - `Tag.N` is a resource tag that consists of a key-value pair. If you specify only `Tag.N.Key`, all tag values associated with that key are returned. If you specify only `Tag.N.Value`, an error is returned.
3136
+ * - If you specify both `Tag.N` and `ResourceId.N`, the operation returns only the resources that are identified by `ResourceId.N` and match all the specified tag key-value pairs.
3137
+ * - If you specify multiple tag key-value pairs, only resources that match all of them are returned.
2855
3138
  *
2856
3139
  * @param tmpReq - SearchRecursionZonesRequest
2857
3140
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2859,14 +3142,20 @@ export default class Client extends OpenApi {
2859
3142
  */
2860
3143
  searchRecursionZonesWithOptions(tmpReq: $_model.SearchRecursionZonesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SearchRecursionZonesResponse>;
2861
3144
  /**
2862
- * 搜索递归解析内置权威域名zone
3145
+ * Searches for zones of built-in authoritative domain names used for recursive resolution.
3146
+ *
3147
+ * @remarks
3148
+ * - To retrieve resources, you must specify at least `ResourceId.N` or `Tag.N` (`Tag.N.Key` and `Tag.N.Value`) in the request.
3149
+ * - `Tag.N` is a resource tag that consists of a key-value pair. If you specify only `Tag.N.Key`, all tag values associated with that key are returned. If you specify only `Tag.N.Value`, an error is returned.
3150
+ * - If you specify both `Tag.N` and `ResourceId.N`, the operation returns only the resources that are identified by `ResourceId.N` and match all the specified tag key-value pairs.
3151
+ * - If you specify multiple tag key-value pairs, only resources that match all of them are returned.
2863
3152
  *
2864
3153
  * @param request - SearchRecursionZonesRequest
2865
3154
  * @returns SearchRecursionZonesResponse
2866
3155
  */
2867
3156
  searchRecursionZones(request: $_model.SearchRecursionZonesRequest): Promise<$_model.SearchRecursionZonesResponse>;
2868
3157
  /**
2869
- * 设置全局流量管理实例配置日志开关
3158
+ * Enables or disables the network traffic analysis feature for a Global Traffic Manager (GTM) instance. After this feature is enabled, you can view resolution logs and statistical reports for the domain name. You can also use the intelligent alerting feature based on abnormal metrics, such as resolution success rate and sudden changes in queries per second (QPS). This improves the observability and operations and maintenance (O&M) efficiency of the GTM instance.
2870
3159
  *
2871
3160
  * @param request - SetCloudGtmInstanceConfigLogSwitchRequest
2872
3161
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2874,14 +3163,14 @@ export default class Client extends OpenApi {
2874
3163
  */
2875
3164
  setCloudGtmInstanceConfigLogSwitchWithOptions(request: $_model.SetCloudGtmInstanceConfigLogSwitchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetCloudGtmInstanceConfigLogSwitchResponse>;
2876
3165
  /**
2877
- * 设置全局流量管理实例配置日志开关
3166
+ * Enables or disables the network traffic analysis feature for a Global Traffic Manager (GTM) instance. After this feature is enabled, you can view resolution logs and statistical reports for the domain name. You can also use the intelligent alerting feature based on abnormal metrics, such as resolution success rate and sudden changes in queries per second (QPS). This improves the observability and operations and maintenance (O&M) efficiency of the GTM instance.
2878
3167
  *
2879
3168
  * @param request - SetCloudGtmInstanceConfigLogSwitchRequest
2880
3169
  * @returns SetCloudGtmInstanceConfigLogSwitchResponse
2881
3170
  */
2882
3171
  setCloudGtmInstanceConfigLogSwitch(request: $_model.SetCloudGtmInstanceConfigLogSwitchRequest): Promise<$_model.SetCloudGtmInstanceConfigLogSwitchResponse>;
2883
3172
  /**
2884
- * Enables or disables weighted round-robin based on the specified parameters.
3173
+ * Enables or disables the weight configuration.
2885
3174
  *
2886
3175
  * @param request - SetDNSSLBStatusRequest
2887
3176
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2889,17 +3178,17 @@ export default class Client extends OpenApi {
2889
3178
  */
2890
3179
  setDNSSLBStatusWithOptions(request: $_model.SetDNSSLBStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDNSSLBStatusResponse>;
2891
3180
  /**
2892
- * Enables or disables weighted round-robin based on the specified parameters.
3181
+ * Enables or disables the weight configuration.
2893
3182
  *
2894
3183
  * @param request - SetDNSSLBStatusRequest
2895
3184
  * @returns SetDNSSLBStatusResponse
2896
3185
  */
2897
3186
  setDNSSLBStatus(request: $_model.SetDNSSLBStatusRequest): Promise<$_model.SetDNSSLBStatusResponse>;
2898
3187
  /**
2899
- * Modifies the access policy that is available in address pools.
3188
+ * Sets the access mode for an access policy.
2900
3189
  *
2901
3190
  * @remarks
2902
- * ***
3191
+ * **
2903
3192
  *
2904
3193
  * @param request - SetDnsGtmAccessModeRequest
2905
3194
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2907,17 +3196,17 @@ export default class Client extends OpenApi {
2907
3196
  */
2908
3197
  setDnsGtmAccessModeWithOptions(request: $_model.SetDnsGtmAccessModeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDnsGtmAccessModeResponse>;
2909
3198
  /**
2910
- * Modifies the access policy that is available in address pools.
3199
+ * Sets the access mode for an access policy.
2911
3200
  *
2912
3201
  * @remarks
2913
- * ***
3202
+ * **
2914
3203
  *
2915
3204
  * @param request - SetDnsGtmAccessModeRequest
2916
3205
  * @returns SetDnsGtmAccessModeResponse
2917
3206
  */
2918
3207
  setDnsGtmAccessMode(request: $_model.SetDnsGtmAccessModeRequest): Promise<$_model.SetDnsGtmAccessModeResponse>;
2919
3208
  /**
2920
- * Specifies the health check status of an address pool.
3209
+ * Sets the health check status for an address pool.
2921
3210
  *
2922
3211
  * @param request - SetDnsGtmMonitorStatusRequest
2923
3212
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2925,14 +3214,14 @@ export default class Client extends OpenApi {
2925
3214
  */
2926
3215
  setDnsGtmMonitorStatusWithOptions(request: $_model.SetDnsGtmMonitorStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDnsGtmMonitorStatusResponse>;
2927
3216
  /**
2928
- * Specifies the health check status of an address pool.
3217
+ * Sets the health check status for an address pool.
2929
3218
  *
2930
3219
  * @param request - SetDnsGtmMonitorStatusRequest
2931
3220
  * @returns SetDnsGtmMonitorStatusResponse
2932
3221
  */
2933
3222
  setDnsGtmMonitorStatus(request: $_model.SetDnsGtmMonitorStatusRequest): Promise<$_model.SetDnsGtmMonitorStatusResponse>;
2934
3223
  /**
2935
- * Enables or disables the Domain Name System Security Extensions (DNSSEC) for a domain name. This feature is available only for the users of the paid editions of Alibaba Cloud DNS.
3224
+ * Enables or disables Domain Name System Security Extensions (DNSSEC) for a domain name. This feature is available only to users of paid Alibaba Cloud DNS.
2936
3225
  *
2937
3226
  * @param request - SetDomainDnssecStatusRequest
2938
3227
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2940,14 +3229,14 @@ export default class Client extends OpenApi {
2940
3229
  */
2941
3230
  setDomainDnssecStatusWithOptions(request: $_model.SetDomainDnssecStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDomainDnssecStatusResponse>;
2942
3231
  /**
2943
- * Enables or disables the Domain Name System Security Extensions (DNSSEC) for a domain name. This feature is available only for the users of the paid editions of Alibaba Cloud DNS.
3232
+ * Enables or disables Domain Name System Security Extensions (DNSSEC) for a domain name. This feature is available only to users of paid Alibaba Cloud DNS.
2944
3233
  *
2945
3234
  * @param request - SetDomainDnssecStatusRequest
2946
3235
  * @returns SetDomainDnssecStatusResponse
2947
3236
  */
2948
3237
  setDomainDnssecStatus(request: $_model.SetDomainDnssecStatusRequest): Promise<$_model.SetDomainDnssecStatusResponse>;
2949
3238
  /**
2950
- * Specifies the status of an Alibaba Cloud DNS (DNS) record based on the specified parameters.
3239
+ * Sets the status of a DNS record.
2951
3240
  *
2952
3241
  * @param request - SetDomainRecordStatusRequest
2953
3242
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2955,14 +3244,14 @@ export default class Client extends OpenApi {
2955
3244
  */
2956
3245
  setDomainRecordStatusWithOptions(request: $_model.SetDomainRecordStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetDomainRecordStatusResponse>;
2957
3246
  /**
2958
- * Specifies the status of an Alibaba Cloud DNS (DNS) record based on the specified parameters.
3247
+ * Sets the status of a DNS record.
2959
3248
  *
2960
3249
  * @param request - SetDomainRecordStatusRequest
2961
3250
  * @returns SetDomainRecordStatusResponse
2962
3251
  */
2963
3252
  setDomainRecordStatus(request: $_model.SetDomainRecordStatusRequest): Promise<$_model.SetDomainRecordStatusResponse>;
2964
3253
  /**
2965
- * Modifies a policy for switchover between address pool sets.
3254
+ * Modifies the address pool switchover policy based on the request parameters.
2966
3255
  *
2967
3256
  * @param request - SetGtmAccessModeRequest
2968
3257
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2970,14 +3259,14 @@ export default class Client extends OpenApi {
2970
3259
  */
2971
3260
  setGtmAccessModeWithOptions(request: $_model.SetGtmAccessModeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetGtmAccessModeResponse>;
2972
3261
  /**
2973
- * Modifies a policy for switchover between address pool sets.
3262
+ * Modifies the address pool switchover policy based on the request parameters.
2974
3263
  *
2975
3264
  * @param request - SetGtmAccessModeRequest
2976
3265
  * @returns SetGtmAccessModeResponse
2977
3266
  */
2978
3267
  setGtmAccessMode(request: $_model.SetGtmAccessModeRequest): Promise<$_model.SetGtmAccessModeResponse>;
2979
3268
  /**
2980
- * You can call this operation to enable health check for an address pool of a Global Traffic Manager (GTM) instance.
3269
+ * Sets the health check status of an address pool.
2981
3270
  *
2982
3271
  * @param request - SetGtmMonitorStatusRequest
2983
3272
  * @param runtime - runtime options for this request RuntimeOptions
@@ -2985,14 +3274,29 @@ export default class Client extends OpenApi {
2985
3274
  */
2986
3275
  setGtmMonitorStatusWithOptions(request: $_model.SetGtmMonitorStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetGtmMonitorStatusResponse>;
2987
3276
  /**
2988
- * You can call this operation to enable health check for an address pool of a Global Traffic Manager (GTM) instance.
3277
+ * Sets the health check status of an address pool.
2989
3278
  *
2990
3279
  * @param request - SetGtmMonitorStatusRequest
2991
3280
  * @returns SetGtmMonitorStatusResponse
2992
3281
  */
2993
3282
  setGtmMonitorStatus(request: $_model.SetGtmMonitorStatusRequest): Promise<$_model.SetGtmMonitorStatusResponse>;
2994
3283
  /**
2995
- * 提交缓存刷新任务
3284
+ * Submits Agent registration information.
3285
+ *
3286
+ * @param request - SubmitAtiAgentRegisterInfoRequest
3287
+ * @param runtime - runtime options for this request RuntimeOptions
3288
+ * @returns SubmitAtiAgentRegisterInfoResponse
3289
+ */
3290
+ submitAtiAgentRegisterInfoWithOptions(request: $_model.SubmitAtiAgentRegisterInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitAtiAgentRegisterInfoResponse>;
3291
+ /**
3292
+ * Submits Agent registration information.
3293
+ *
3294
+ * @param request - SubmitAtiAgentRegisterInfoRequest
3295
+ * @returns SubmitAtiAgentRegisterInfoResponse
3296
+ */
3297
+ submitAtiAgentRegisterInfo(request: $_model.SubmitAtiAgentRegisterInfoRequest): Promise<$_model.SubmitAtiAgentRegisterInfoResponse>;
3298
+ /**
3299
+ * Submits a cache refresh task.
2996
3300
  *
2997
3301
  * @param request - SubmitIspFlushCacheTaskRequest
2998
3302
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3000,14 +3304,14 @@ export default class Client extends OpenApi {
3000
3304
  */
3001
3305
  submitIspFlushCacheTaskWithOptions(request: $_model.SubmitIspFlushCacheTaskRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SubmitIspFlushCacheTaskResponse>;
3002
3306
  /**
3003
- * 提交缓存刷新任务
3307
+ * Submits a cache refresh task.
3004
3308
  *
3005
3309
  * @param request - SubmitIspFlushCacheTaskRequest
3006
3310
  * @returns SubmitIspFlushCacheTaskResponse
3007
3311
  */
3008
3312
  submitIspFlushCacheTask(request: $_model.SubmitIspFlushCacheTaskRequest): Promise<$_model.SubmitIspFlushCacheTaskResponse>;
3009
3313
  /**
3010
- * Changes the access policy type for a GTM instance.
3314
+ * Switches the access strategy mode of an instance.
3011
3315
  *
3012
3316
  * @param request - SwitchDnsGtmInstanceStrategyModeRequest
3013
3317
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3015,14 +3319,14 @@ export default class Client extends OpenApi {
3015
3319
  */
3016
3320
  switchDnsGtmInstanceStrategyModeWithOptions(request: $_model.SwitchDnsGtmInstanceStrategyModeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SwitchDnsGtmInstanceStrategyModeResponse>;
3017
3321
  /**
3018
- * Changes the access policy type for a GTM instance.
3322
+ * Switches the access strategy mode of an instance.
3019
3323
  *
3020
3324
  * @param request - SwitchDnsGtmInstanceStrategyModeRequest
3021
3325
  * @returns SwitchDnsGtmInstanceStrategyModeResponse
3022
3326
  */
3023
3327
  switchDnsGtmInstanceStrategyMode(request: $_model.SwitchDnsGtmInstanceStrategyModeRequest): Promise<$_model.SwitchDnsGtmInstanceStrategyModeResponse>;
3024
3328
  /**
3025
- * Adds and modifies a tag for a resource.
3329
+ * Adds or modifies tags for resources.
3026
3330
  *
3027
3331
  * @param request - TagResourcesRequest
3028
3332
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3030,14 +3334,14 @@ export default class Client extends OpenApi {
3030
3334
  */
3031
3335
  tagResourcesWithOptions(request: $_model.TagResourcesRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TagResourcesResponse>;
3032
3336
  /**
3033
- * Adds and modifies a tag for a resource.
3337
+ * Adds or modifies tags for resources.
3034
3338
  *
3035
3339
  * @param request - TagResourcesRequest
3036
3340
  * @returns TagResourcesResponse
3037
3341
  */
3038
3342
  tagResources(request: $_model.TagResourcesRequest): Promise<$_model.TagResourcesResponse>;
3039
3343
  /**
3040
- * Transfers multiple domain names from the current account to another account at a time.
3344
+ * Batch transfers DNS permissions for multiple domain names to a specified execution account.
3041
3345
  *
3042
3346
  * @param request - TransferDomainRequest
3043
3347
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3045,18 +3349,18 @@ export default class Client extends OpenApi {
3045
3349
  */
3046
3350
  transferDomainWithOptions(request: $_model.TransferDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.TransferDomainResponse>;
3047
3351
  /**
3048
- * Transfers multiple domain names from the current account to another account at a time.
3352
+ * Batch transfers DNS permissions for multiple domain names to a specified execution account.
3049
3353
  *
3050
3354
  * @param request - TransferDomainRequest
3051
3355
  * @returns TransferDomainResponse
3052
3356
  */
3053
3357
  transferDomain(request: $_model.TransferDomainRequest): Promise<$_model.TransferDomainResponse>;
3054
3358
  /**
3055
- * Unbinds one or more domain names from a paid Alibaba Cloud DNS instance based on the instance ID.
3359
+ * Detaches domain names from a paid Alibaba Cloud DNS instance.
3056
3360
  *
3057
3361
  * @remarks
3058
- * A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call an API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
3059
- * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call an API operation to bind only one domain name to the instance. However, if the instance that you want to bind to the desired domain name is already bound to a domain name, you can call this operation to unbind the original domain name from the instance and then bind the desired domain name to the instance.
3362
+ * An instance with an ID that starts with \\`dns-\\` is a new version instance. New version instances support attaching multiple domain names. You can call an API operation to attach domain names directly to an instance. An error is returned if the number of domain names exceeds the instance limit.
3363
+ * An instance with an ID that does not start with \\`dns-\\` is a legacy instance. Legacy instances support only one domain name. Therefore, if you call this operation for an instance that already has a domain name attached, the domain name is replaced.
3060
3364
  *
3061
3365
  * @param request - UnbindInstanceDomainsRequest
3062
3366
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3064,11 +3368,11 @@ export default class Client extends OpenApi {
3064
3368
  */
3065
3369
  unbindInstanceDomainsWithOptions(request: $_model.UnbindInstanceDomainsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UnbindInstanceDomainsResponse>;
3066
3370
  /**
3067
- * Unbinds one or more domain names from a paid Alibaba Cloud DNS instance based on the instance ID.
3371
+ * Detaches domain names from a paid Alibaba Cloud DNS instance.
3068
3372
  *
3069
3373
  * @remarks
3070
- * A paid Alibaba Cloud DNS instance whose ID starts with dns is an instance of the new version. You can call an API operation to bind multiple domain names to the instance. If the upper limit is exceeded, an error message is returned.\\
3071
- * A paid Alibaba Cloud DNS instance whose ID does not start with dns is an instance of the old version. You can call an API operation to bind only one domain name to the instance. However, if the instance that you want to bind to the desired domain name is already bound to a domain name, you can call this operation to unbind the original domain name from the instance and then bind the desired domain name to the instance.
3374
+ * An instance with an ID that starts with \\`dns-\\` is a new version instance. New version instances support attaching multiple domain names. You can call an API operation to attach domain names directly to an instance. An error is returned if the number of domain names exceeds the instance limit.
3375
+ * An instance with an ID that does not start with \\`dns-\\` is a legacy instance. Legacy instances support only one domain name. Therefore, if you call this operation for an instance that already has a domain name attached, the domain name is replaced.
3072
3376
  *
3073
3377
  * @param request - UnbindInstanceDomainsRequest
3074
3378
  * @returns UnbindInstanceDomainsResponse
@@ -3090,7 +3394,7 @@ export default class Client extends OpenApi {
3090
3394
  */
3091
3395
  untagResources(request: $_model.UntagResourcesRequest): Promise<$_model.UntagResourcesResponse>;
3092
3396
  /**
3093
- * 修改 AppKey 状态
3397
+ * Modify AppKey State
3094
3398
  *
3095
3399
  * @param request - UpdateAppKeyStateRequest
3096
3400
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3098,14 +3402,59 @@ export default class Client extends OpenApi {
3098
3402
  */
3099
3403
  updateAppKeyStateWithOptions(request: $_model.UpdateAppKeyStateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAppKeyStateResponse>;
3100
3404
  /**
3101
- * 修改 AppKey 状态
3405
+ * Modify AppKey State
3102
3406
  *
3103
3407
  * @param request - UpdateAppKeyStateRequest
3104
3408
  * @returns UpdateAppKeyStateResponse
3105
3409
  */
3106
3410
  updateAppKeyState(request: $_model.UpdateAppKeyStateRequest): Promise<$_model.UpdateAppKeyStateResponse>;
3107
3411
  /**
3108
- * Modifies the condition for determining the health status of a specified address.
3412
+ * Updates the registration information of an Agent.
3413
+ *
3414
+ * @param tmpReq - UpdateAtiAgentRegisterInfoRequest
3415
+ * @param runtime - runtime options for this request RuntimeOptions
3416
+ * @returns UpdateAtiAgentRegisterInfoResponse
3417
+ */
3418
+ updateAtiAgentRegisterInfoWithOptions(tmpReq: $_model.UpdateAtiAgentRegisterInfoRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAtiAgentRegisterInfoResponse>;
3419
+ /**
3420
+ * Updates the registration information of an Agent.
3421
+ *
3422
+ * @param request - UpdateAtiAgentRegisterInfoRequest
3423
+ * @returns UpdateAtiAgentRegisterInfoResponse
3424
+ */
3425
+ updateAtiAgentRegisterInfo(request: $_model.UpdateAtiAgentRegisterInfoRequest): Promise<$_model.UpdateAtiAgentRegisterInfoResponse>;
3426
+ /**
3427
+ * 更新告警设置
3428
+ *
3429
+ * @param request - UpdateAtiAlertSettingsRequest
3430
+ * @param runtime - runtime options for this request RuntimeOptions
3431
+ * @returns UpdateAtiAlertSettingsResponse
3432
+ */
3433
+ updateAtiAlertSettingsWithOptions(request: $_model.UpdateAtiAlertSettingsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAtiAlertSettingsResponse>;
3434
+ /**
3435
+ * 更新告警设置
3436
+ *
3437
+ * @param request - UpdateAtiAlertSettingsRequest
3438
+ * @returns UpdateAtiAlertSettingsResponse
3439
+ */
3440
+ updateAtiAlertSettings(request: $_model.UpdateAtiAlertSettingsRequest): Promise<$_model.UpdateAtiAlertSettingsResponse>;
3441
+ /**
3442
+ * Modifies a registrant profile.
3443
+ *
3444
+ * @param request - UpdateAtiRegistrantRequest
3445
+ * @param runtime - runtime options for this request RuntimeOptions
3446
+ * @returns UpdateAtiRegistrantResponse
3447
+ */
3448
+ updateAtiRegistrantWithOptions(request: $_model.UpdateAtiRegistrantRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateAtiRegistrantResponse>;
3449
+ /**
3450
+ * Modifies a registrant profile.
3451
+ *
3452
+ * @param request - UpdateAtiRegistrantRequest
3453
+ * @returns UpdateAtiRegistrantResponse
3454
+ */
3455
+ updateAtiRegistrant(request: $_model.UpdateAtiRegistrantRequest): Promise<$_model.UpdateAtiRegistrantResponse>;
3456
+ /**
3457
+ * Modifies the basic configuration of a specified address, such as the address name, type, and value.
3109
3458
  *
3110
3459
  * @param tmpReq - UpdateCloudGtmAddressRequest
3111
3460
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3113,18 +3462,18 @@ export default class Client extends OpenApi {
3113
3462
  */
3114
3463
  updateCloudGtmAddressWithOptions(tmpReq: $_model.UpdateCloudGtmAddressRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressResponse>;
3115
3464
  /**
3116
- * Modifies the condition for determining the health status of a specified address.
3465
+ * Modifies the basic configuration of a specified address, such as the address name, type, and value.
3117
3466
  *
3118
3467
  * @param request - UpdateCloudGtmAddressRequest
3119
3468
  * @returns UpdateCloudGtmAddressResponse
3120
3469
  */
3121
3470
  updateCloudGtmAddress(request: $_model.UpdateCloudGtmAddressRequest): Promise<$_model.UpdateCloudGtmAddressResponse>;
3122
3471
  /**
3123
- * Modifies the enabling status of an address.
3472
+ * Updates the enabled status of an address.
3124
3473
  *
3125
3474
  * @remarks
3126
- * If an address is **enabled** and the health status of the address is **Normal**, the availability status of the address is **Available**.
3127
- * * If an address is **disabled** or the health status of the address is **Abnormal**, the availability status of the address is **Unavailable**.
3475
+ * - The service status of an address is **active** if the address is **enabled** and its health check status is **Normal**.
3476
+ * - The service status of an address is **unavailable** if the address is **disabled** or its health check status is **abnormal**.
3128
3477
  *
3129
3478
  * @param request - UpdateCloudGtmAddressEnableStatusRequest
3130
3479
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3132,18 +3481,18 @@ export default class Client extends OpenApi {
3132
3481
  */
3133
3482
  updateCloudGtmAddressEnableStatusWithOptions(request: $_model.UpdateCloudGtmAddressEnableStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressEnableStatusResponse>;
3134
3483
  /**
3135
- * Modifies the enabling status of an address.
3484
+ * Updates the enabled status of an address.
3136
3485
  *
3137
3486
  * @remarks
3138
- * If an address is **enabled** and the health status of the address is **Normal**, the availability status of the address is **Available**.
3139
- * * If an address is **disabled** or the health status of the address is **Abnormal**, the availability status of the address is **Unavailable**.
3487
+ * - The service status of an address is **active** if the address is **enabled** and its health check status is **Normal**.
3488
+ * - The service status of an address is **unavailable** if the address is **disabled** or its health check status is **abnormal**.
3140
3489
  *
3141
3490
  * @param request - UpdateCloudGtmAddressEnableStatusRequest
3142
3491
  * @returns UpdateCloudGtmAddressEnableStatusResponse
3143
3492
  */
3144
3493
  updateCloudGtmAddressEnableStatus(request: $_model.UpdateCloudGtmAddressEnableStatusRequest): Promise<$_model.UpdateCloudGtmAddressEnableStatusResponse>;
3145
3494
  /**
3146
- * Modifies the failover mode that is used when address exceptions are identified.
3495
+ * Updates the failover method for an address based on the specified parameters.
3147
3496
  *
3148
3497
  * @param request - UpdateCloudGtmAddressManualAvailableStatusRequest
3149
3498
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3151,14 +3500,14 @@ export default class Client extends OpenApi {
3151
3500
  */
3152
3501
  updateCloudGtmAddressManualAvailableStatusWithOptions(request: $_model.UpdateCloudGtmAddressManualAvailableStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressManualAvailableStatusResponse>;
3153
3502
  /**
3154
- * Modifies the failover mode that is used when address exceptions are identified.
3503
+ * Updates the failover method for an address based on the specified parameters.
3155
3504
  *
3156
3505
  * @param request - UpdateCloudGtmAddressManualAvailableStatusRequest
3157
3506
  * @returns UpdateCloudGtmAddressManualAvailableStatusResponse
3158
3507
  */
3159
3508
  updateCloudGtmAddressManualAvailableStatus(request: $_model.UpdateCloudGtmAddressManualAvailableStatusRequest): Promise<$_model.UpdateCloudGtmAddressManualAvailableStatusResponse>;
3160
3509
  /**
3161
- * Modifies the basic configurations of an address pool.
3510
+ * Modifies the basic configuration of an address pool.
3162
3511
  *
3163
3512
  * @param request - UpdateCloudGtmAddressPoolBasicConfigRequest
3164
3513
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3166,18 +3515,18 @@ export default class Client extends OpenApi {
3166
3515
  */
3167
3516
  updateCloudGtmAddressPoolBasicConfigWithOptions(request: $_model.UpdateCloudGtmAddressPoolBasicConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressPoolBasicConfigResponse>;
3168
3517
  /**
3169
- * Modifies the basic configurations of an address pool.
3518
+ * Modifies the basic configuration of an address pool.
3170
3519
  *
3171
3520
  * @param request - UpdateCloudGtmAddressPoolBasicConfigRequest
3172
3521
  * @returns UpdateCloudGtmAddressPoolBasicConfigResponse
3173
3522
  */
3174
3523
  updateCloudGtmAddressPoolBasicConfig(request: $_model.UpdateCloudGtmAddressPoolBasicConfigRequest): Promise<$_model.UpdateCloudGtmAddressPoolBasicConfigResponse>;
3175
3524
  /**
3176
- * Modifies the enabling status of an address pool.
3525
+ * Updates the enabled status of an address pool.
3177
3526
  *
3178
3527
  * @remarks
3179
- * If an address pool is **enabled** and the health status of the address pool is **Normal**, the availability status of the address pool is **Available**.
3180
- * * If an address pool is **disabled** or the health status of the address pool is **Abnormal**, the availability status of the address pool is **unavailable**.
3528
+ * - An address pool is considered **active** if it is **enabled** and its health check status is **Normal**.
3529
+ * - An address pool is considered **unavailable** if it is **disabled** or its health check status is **abnormal**.
3181
3530
  *
3182
3531
  * @param request - UpdateCloudGtmAddressPoolEnableStatusRequest
3183
3532
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3185,18 +3534,18 @@ export default class Client extends OpenApi {
3185
3534
  */
3186
3535
  updateCloudGtmAddressPoolEnableStatusWithOptions(request: $_model.UpdateCloudGtmAddressPoolEnableStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressPoolEnableStatusResponse>;
3187
3536
  /**
3188
- * Modifies the enabling status of an address pool.
3537
+ * Updates the enabled status of an address pool.
3189
3538
  *
3190
3539
  * @remarks
3191
- * If an address pool is **enabled** and the health status of the address pool is **Normal**, the availability status of the address pool is **Available**.
3192
- * * If an address pool is **disabled** or the health status of the address pool is **Abnormal**, the availability status of the address pool is **unavailable**.
3540
+ * - An address pool is considered **active** if it is **enabled** and its health check status is **Normal**.
3541
+ * - An address pool is considered **unavailable** if it is **disabled** or its health check status is **abnormal**.
3193
3542
  *
3194
3543
  * @param request - UpdateCloudGtmAddressPoolEnableStatusRequest
3195
3544
  * @returns UpdateCloudGtmAddressPoolEnableStatusResponse
3196
3545
  */
3197
3546
  updateCloudGtmAddressPoolEnableStatus(request: $_model.UpdateCloudGtmAddressPoolEnableStatusRequest): Promise<$_model.UpdateCloudGtmAddressPoolEnableStatusResponse>;
3198
3547
  /**
3199
- * Modifies the load balancing policy of an address pool.
3548
+ * Updates the load balancing policy of an address pool.
3200
3549
  *
3201
3550
  * @param request - UpdateCloudGtmAddressPoolLbStrategyRequest
3202
3551
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3204,14 +3553,14 @@ export default class Client extends OpenApi {
3204
3553
  */
3205
3554
  updateCloudGtmAddressPoolLbStrategyWithOptions(request: $_model.UpdateCloudGtmAddressPoolLbStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressPoolLbStrategyResponse>;
3206
3555
  /**
3207
- * Modifies the load balancing policy of an address pool.
3556
+ * Updates the load balancing policy of an address pool.
3208
3557
  *
3209
3558
  * @param request - UpdateCloudGtmAddressPoolLbStrategyRequest
3210
3559
  * @returns UpdateCloudGtmAddressPoolLbStrategyResponse
3211
3560
  */
3212
3561
  updateCloudGtmAddressPoolLbStrategy(request: $_model.UpdateCloudGtmAddressPoolLbStrategyRequest): Promise<$_model.UpdateCloudGtmAddressPoolLbStrategyResponse>;
3213
3562
  /**
3214
- * Modifies the remarks of an address pool.
3563
+ * Updates the remarks of an address pool.
3215
3564
  *
3216
3565
  * @param request - UpdateCloudGtmAddressPoolRemarkRequest
3217
3566
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3219,14 +3568,14 @@ export default class Client extends OpenApi {
3219
3568
  */
3220
3569
  updateCloudGtmAddressPoolRemarkWithOptions(request: $_model.UpdateCloudGtmAddressPoolRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressPoolRemarkResponse>;
3221
3570
  /**
3222
- * Modifies the remarks of an address pool.
3571
+ * Updates the remarks of an address pool.
3223
3572
  *
3224
3573
  * @param request - UpdateCloudGtmAddressPoolRemarkRequest
3225
3574
  * @returns UpdateCloudGtmAddressPoolRemarkResponse
3226
3575
  */
3227
3576
  updateCloudGtmAddressPoolRemark(request: $_model.UpdateCloudGtmAddressPoolRemarkRequest): Promise<$_model.UpdateCloudGtmAddressPoolRemarkResponse>;
3228
3577
  /**
3229
- * Modifies the remarks of an address.
3578
+ * Updates the remarks for an address in Global Traffic Manager (GTM) 3.0.
3230
3579
  *
3231
3580
  * @param request - UpdateCloudGtmAddressRemarkRequest
3232
3581
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3234,7 +3583,7 @@ export default class Client extends OpenApi {
3234
3583
  */
3235
3584
  updateCloudGtmAddressRemarkWithOptions(request: $_model.UpdateCloudGtmAddressRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmAddressRemarkResponse>;
3236
3585
  /**
3237
- * Modifies the remarks of an address.
3586
+ * Updates the remarks for an address in Global Traffic Manager (GTM) 3.0.
3238
3587
  *
3239
3588
  * @param request - UpdateCloudGtmAddressRemarkRequest
3240
3589
  * @returns UpdateCloudGtmAddressRemarkResponse
@@ -3267,7 +3616,7 @@ export default class Client extends OpenApi {
3267
3616
  */
3268
3617
  updateCloudGtmInstanceConfigAlert(request: $_model.UpdateCloudGtmInstanceConfigAlertRequest): Promise<$_model.UpdateCloudGtmInstanceConfigAlertResponse>;
3269
3618
  /**
3270
- * Updates the global time-to-live (TTL) configuration of a GTM 3.0 instance.
3619
+ * Updates the global TTL configuration of a Global Traffic Manager (GTM) 3.0 instance based on the specified parameters.
3271
3620
  *
3272
3621
  * @param request - UpdateCloudGtmInstanceConfigBasicRequest
3273
3622
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3275,18 +3624,18 @@ export default class Client extends OpenApi {
3275
3624
  */
3276
3625
  updateCloudGtmInstanceConfigBasicWithOptions(request: $_model.UpdateCloudGtmInstanceConfigBasicRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmInstanceConfigBasicResponse>;
3277
3626
  /**
3278
- * Updates the global time-to-live (TTL) configuration of a GTM 3.0 instance.
3627
+ * Updates the global TTL configuration of a Global Traffic Manager (GTM) 3.0 instance based on the specified parameters.
3279
3628
  *
3280
3629
  * @param request - UpdateCloudGtmInstanceConfigBasicRequest
3281
3630
  * @returns UpdateCloudGtmInstanceConfigBasicResponse
3282
3631
  */
3283
3632
  updateCloudGtmInstanceConfigBasic(request: $_model.UpdateCloudGtmInstanceConfigBasicRequest): Promise<$_model.UpdateCloudGtmInstanceConfigBasicResponse>;
3284
3633
  /**
3285
- * Updates the enabling status of an access domain name based on the specified parameters.
3634
+ * Updates the enablement status of an instance configuration based on the input parameters.
3286
3635
  *
3287
3636
  * @remarks
3288
- * If an access domain name is **enabled** and the health state is **normal**, the access domain name is deemed **available**.
3289
- * * If an access domain name is **disabled** or the health state is **abnormal**, the access domain name is deemed **unavailable**.
3637
+ * - If a domain name is **enabled** and its health status is **Normal**, the service associated with the access domain name is **active**.
3638
+ * - If a domain name is **disabled** or its health status is **abnormal**, the service associated with the access domain name is **unavailable**.
3290
3639
  *
3291
3640
  * @param request - UpdateCloudGtmInstanceConfigEnableStatusRequest
3292
3641
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3294,18 +3643,18 @@ export default class Client extends OpenApi {
3294
3643
  */
3295
3644
  updateCloudGtmInstanceConfigEnableStatusWithOptions(request: $_model.UpdateCloudGtmInstanceConfigEnableStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmInstanceConfigEnableStatusResponse>;
3296
3645
  /**
3297
- * Updates the enabling status of an access domain name based on the specified parameters.
3646
+ * Updates the enablement status of an instance configuration based on the input parameters.
3298
3647
  *
3299
3648
  * @remarks
3300
- * If an access domain name is **enabled** and the health state is **normal**, the access domain name is deemed **available**.
3301
- * * If an access domain name is **disabled** or the health state is **abnormal**, the access domain name is deemed **unavailable**.
3649
+ * - If a domain name is **enabled** and its health status is **Normal**, the service associated with the access domain name is **active**.
3650
+ * - If a domain name is **disabled** or its health status is **abnormal**, the service associated with the access domain name is **unavailable**.
3302
3651
  *
3303
3652
  * @param request - UpdateCloudGtmInstanceConfigEnableStatusRequest
3304
3653
  * @returns UpdateCloudGtmInstanceConfigEnableStatusResponse
3305
3654
  */
3306
3655
  updateCloudGtmInstanceConfigEnableStatus(request: $_model.UpdateCloudGtmInstanceConfigEnableStatusRequest): Promise<$_model.UpdateCloudGtmInstanceConfigEnableStatusResponse>;
3307
3656
  /**
3308
- * Updates the load balancing policy of a GTM instance.
3657
+ * Updates the load balancing policy for an instance configuration.
3309
3658
  *
3310
3659
  * @param request - UpdateCloudGtmInstanceConfigLbStrategyRequest
3311
3660
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3313,14 +3662,14 @@ export default class Client extends OpenApi {
3313
3662
  */
3314
3663
  updateCloudGtmInstanceConfigLbStrategyWithOptions(request: $_model.UpdateCloudGtmInstanceConfigLbStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmInstanceConfigLbStrategyResponse>;
3315
3664
  /**
3316
- * Updates the load balancing policy of a GTM instance.
3665
+ * Updates the load balancing policy for an instance configuration.
3317
3666
  *
3318
3667
  * @param request - UpdateCloudGtmInstanceConfigLbStrategyRequest
3319
3668
  * @returns UpdateCloudGtmInstanceConfigLbStrategyResponse
3320
3669
  */
3321
3670
  updateCloudGtmInstanceConfigLbStrategy(request: $_model.UpdateCloudGtmInstanceConfigLbStrategyRequest): Promise<$_model.UpdateCloudGtmInstanceConfigLbStrategyResponse>;
3322
3671
  /**
3323
- * Updates the description of a GTM instance based on the specified parameters.
3672
+ * Updates the remarks for an instance configuration.
3324
3673
  *
3325
3674
  * @param request - UpdateCloudGtmInstanceConfigRemarkRequest
3326
3675
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3328,7 +3677,7 @@ export default class Client extends OpenApi {
3328
3677
  */
3329
3678
  updateCloudGtmInstanceConfigRemarkWithOptions(request: $_model.UpdateCloudGtmInstanceConfigRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmInstanceConfigRemarkResponse>;
3330
3679
  /**
3331
- * Updates the description of a GTM instance based on the specified parameters.
3680
+ * Updates the remarks for an instance configuration.
3332
3681
  *
3333
3682
  * @param request - UpdateCloudGtmInstanceConfigRemarkRequest
3334
3683
  * @returns UpdateCloudGtmInstanceConfigRemarkResponse
@@ -3346,7 +3695,7 @@ export default class Client extends OpenApi {
3346
3695
  */
3347
3696
  updateCloudGtmInstanceName(request: $_model.UpdateCloudGtmInstanceNameRequest): Promise<$_model.UpdateCloudGtmInstanceNameResponse>;
3348
3697
  /**
3349
- * Modifies the information about a health check template based on specified parameters.
3698
+ * Updates the configuration of a health check template.
3350
3699
  *
3351
3700
  * @param tmpReq - UpdateCloudGtmMonitorTemplateRequest
3352
3701
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3354,7 +3703,7 @@ export default class Client extends OpenApi {
3354
3703
  */
3355
3704
  updateCloudGtmMonitorTemplateWithOptions(tmpReq: $_model.UpdateCloudGtmMonitorTemplateRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmMonitorTemplateResponse>;
3356
3705
  /**
3357
- * Modifies the information about a health check template based on specified parameters.
3706
+ * Updates the configuration of a health check template.
3358
3707
  *
3359
3708
  * @param request - UpdateCloudGtmMonitorTemplateRequest
3360
3709
  * @returns UpdateCloudGtmMonitorTemplateResponse
@@ -3372,11 +3721,11 @@ export default class Client extends OpenApi {
3372
3721
  */
3373
3722
  updateCloudGtmMonitorTemplateRemark(request: $_model.UpdateCloudGtmMonitorTemplateRemarkRequest): Promise<$_model.UpdateCloudGtmMonitorTemplateRemarkResponse>;
3374
3723
  /**
3375
- * Modifies a custom line with its unique ID.
3724
+ * Updates a custom line specified by its unique ID.
3376
3725
  *
3377
3726
  * @remarks
3378
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
3379
- * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
3727
+ * For each IP range, the value of EndIp must be greater than or equal to the value of StartIp.
3728
+ * The IP ranges of IP ranges cannot overlap across all custom lines for a domain name.
3380
3729
  *
3381
3730
  * @param request - UpdateCustomLineRequest
3382
3731
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3384,18 +3733,18 @@ export default class Client extends OpenApi {
3384
3733
  */
3385
3734
  updateCustomLineWithOptions(request: $_model.UpdateCustomLineRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCustomLineResponse>;
3386
3735
  /**
3387
- * Modifies a custom line with its unique ID.
3736
+ * Updates a custom line specified by its unique ID.
3388
3737
  *
3389
3738
  * @remarks
3390
- * In each CIDR block, the end IP address must be greater than or equal to the start IP address.\\
3391
- * The CIDR blocks that are specified for all custom lines of a domain name cannot be overlapped.
3739
+ * For each IP range, the value of EndIp must be greater than or equal to the value of StartIp.
3740
+ * The IP ranges of IP ranges cannot overlap across all custom lines for a domain name.
3392
3741
  *
3393
3742
  * @param request - UpdateCustomLineRequest
3394
3743
  * @returns UpdateCustomLineResponse
3395
3744
  */
3396
3745
  updateCustomLine(request: $_model.UpdateCustomLineRequest): Promise<$_model.UpdateCustomLineResponse>;
3397
3746
  /**
3398
- * Modifies the weight of a Domain Name System (DNS) record based on the specified parameters.
3747
+ * Modifies the weight of a DNS record based on the specified parameters.
3399
3748
  *
3400
3749
  * @param request - UpdateDNSSLBWeightRequest
3401
3750
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3403,14 +3752,14 @@ export default class Client extends OpenApi {
3403
3752
  */
3404
3753
  updateDNSSLBWeightWithOptions(request: $_model.UpdateDNSSLBWeightRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDNSSLBWeightResponse>;
3405
3754
  /**
3406
- * Modifies the weight of a Domain Name System (DNS) record based on the specified parameters.
3755
+ * Modifies the weight of a DNS record based on the specified parameters.
3407
3756
  *
3408
3757
  * @param request - UpdateDNSSLBWeightRequest
3409
3758
  * @returns UpdateDNSSLBWeightResponse
3410
3759
  */
3411
3760
  updateDNSSLBWeight(request: $_model.UpdateDNSSLBWeightRequest): Promise<$_model.UpdateDNSSLBWeightResponse>;
3412
3761
  /**
3413
- * Updates the cache-accelerated domain name based on the specified parameters.
3762
+ * Updates a DNS authoritative proxy domain.
3414
3763
  *
3415
3764
  * @param request - UpdateDnsCacheDomainRequest
3416
3765
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3418,14 +3767,14 @@ export default class Client extends OpenApi {
3418
3767
  */
3419
3768
  updateDnsCacheDomainWithOptions(request: $_model.UpdateDnsCacheDomainRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDnsCacheDomainResponse>;
3420
3769
  /**
3421
- * Updates the cache-accelerated domain name based on the specified parameters.
3770
+ * Updates a DNS authoritative proxy domain.
3422
3771
  *
3423
3772
  * @param request - UpdateDnsCacheDomainRequest
3424
3773
  * @returns UpdateDnsCacheDomainResponse
3425
3774
  */
3426
3775
  updateDnsCacheDomain(request: $_model.UpdateDnsCacheDomainRequest): Promise<$_model.UpdateDnsCacheDomainResponse>;
3427
3776
  /**
3428
- * Updates the remarks for the cache-accelerated domain name of the destination domain name.
3777
+ * Updates the remark for a domain name in the DNS cache.
3429
3778
  *
3430
3779
  * @param request - UpdateDnsCacheDomainRemarkRequest
3431
3780
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3433,14 +3782,14 @@ export default class Client extends OpenApi {
3433
3782
  */
3434
3783
  updateDnsCacheDomainRemarkWithOptions(request: $_model.UpdateDnsCacheDomainRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDnsCacheDomainRemarkResponse>;
3435
3784
  /**
3436
- * Updates the remarks for the cache-accelerated domain name of the destination domain name.
3785
+ * Updates the remark for a domain name in the DNS cache.
3437
3786
  *
3438
3787
  * @param request - UpdateDnsCacheDomainRemarkRequest
3439
3788
  * @returns UpdateDnsCacheDomainRemarkResponse
3440
3789
  */
3441
3790
  updateDnsCacheDomainRemark(request: $_model.UpdateDnsCacheDomainRemarkRequest): Promise<$_model.UpdateDnsCacheDomainRemarkResponse>;
3442
3791
  /**
3443
- * Modifies an access policy.
3792
+ * Updates an existing access policy.
3444
3793
  *
3445
3794
  * @param request - UpdateDnsGtmAccessStrategyRequest
3446
3795
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3448,14 +3797,14 @@ export default class Client extends OpenApi {
3448
3797
  */
3449
3798
  updateDnsGtmAccessStrategyWithOptions(request: $_model.UpdateDnsGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDnsGtmAccessStrategyResponse>;
3450
3799
  /**
3451
- * Modifies an access policy.
3800
+ * Updates an existing access policy.
3452
3801
  *
3453
3802
  * @param request - UpdateDnsGtmAccessStrategyRequest
3454
3803
  * @returns UpdateDnsGtmAccessStrategyResponse
3455
3804
  */
3456
3805
  updateDnsGtmAccessStrategy(request: $_model.UpdateDnsGtmAccessStrategyRequest): Promise<$_model.UpdateDnsGtmAccessStrategyResponse>;
3457
3806
  /**
3458
- * Modifies an address pool based on the specified parameters.
3807
+ * Updates the configuration of an address pool.
3459
3808
  *
3460
3809
  * @param request - UpdateDnsGtmAddressPoolRequest
3461
3810
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3463,14 +3812,14 @@ export default class Client extends OpenApi {
3463
3812
  */
3464
3813
  updateDnsGtmAddressPoolWithOptions(request: $_model.UpdateDnsGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDnsGtmAddressPoolResponse>;
3465
3814
  /**
3466
- * Modifies an address pool based on the specified parameters.
3815
+ * Updates the configuration of an address pool.
3467
3816
  *
3468
3817
  * @param request - UpdateDnsGtmAddressPoolRequest
3469
3818
  * @returns UpdateDnsGtmAddressPoolResponse
3470
3819
  */
3471
3820
  updateDnsGtmAddressPool(request: $_model.UpdateDnsGtmAddressPoolRequest): Promise<$_model.UpdateDnsGtmAddressPoolResponse>;
3472
3821
  /**
3473
- * Modifies the configurations of a Global Traffic Manager (GTM) instance by instance ID.
3822
+ * Updates the configuration of a Global Traffic Manager (GTM) instance.
3474
3823
  *
3475
3824
  * @param request - UpdateDnsGtmInstanceGlobalConfigRequest
3476
3825
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3478,14 +3827,14 @@ export default class Client extends OpenApi {
3478
3827
  */
3479
3828
  updateDnsGtmInstanceGlobalConfigWithOptions(request: $_model.UpdateDnsGtmInstanceGlobalConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDnsGtmInstanceGlobalConfigResponse>;
3480
3829
  /**
3481
- * Modifies the configurations of a Global Traffic Manager (GTM) instance by instance ID.
3830
+ * Updates the configuration of a Global Traffic Manager (GTM) instance.
3482
3831
  *
3483
3832
  * @param request - UpdateDnsGtmInstanceGlobalConfigRequest
3484
3833
  * @returns UpdateDnsGtmInstanceGlobalConfigResponse
3485
3834
  */
3486
3835
  updateDnsGtmInstanceGlobalConfig(request: $_model.UpdateDnsGtmInstanceGlobalConfigRequest): Promise<$_model.UpdateDnsGtmInstanceGlobalConfigResponse>;
3487
3836
  /**
3488
- * Modifies a health check task.
3837
+ * Modifies a health check configuration.
3489
3838
  *
3490
3839
  * @param request - UpdateDnsGtmMonitorRequest
3491
3840
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3493,17 +3842,17 @@ export default class Client extends OpenApi {
3493
3842
  */
3494
3843
  updateDnsGtmMonitorWithOptions(request: $_model.UpdateDnsGtmMonitorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDnsGtmMonitorResponse>;
3495
3844
  /**
3496
- * Modifies a health check task.
3845
+ * Modifies a health check configuration.
3497
3846
  *
3498
3847
  * @param request - UpdateDnsGtmMonitorRequest
3499
3848
  * @returns UpdateDnsGtmMonitorResponse
3500
3849
  */
3501
3850
  updateDnsGtmMonitor(request: $_model.UpdateDnsGtmMonitorRequest): Promise<$_model.UpdateDnsGtmMonitorResponse>;
3502
3851
  /**
3503
- * Modifies the name of a domain name group based on the specified parameters.
3852
+ * Modifies the name of a domain name group.
3504
3853
  *
3505
3854
  * @remarks
3506
- * Modifies the name of an existing domain name group.
3855
+ * This operation modifies the name of an existing domain name group.
3507
3856
  *
3508
3857
  * @param request - UpdateDomainGroupRequest
3509
3858
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3511,17 +3860,17 @@ export default class Client extends OpenApi {
3511
3860
  */
3512
3861
  updateDomainGroupWithOptions(request: $_model.UpdateDomainGroupRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDomainGroupResponse>;
3513
3862
  /**
3514
- * Modifies the name of a domain name group based on the specified parameters.
3863
+ * Modifies the name of a domain name group.
3515
3864
  *
3516
3865
  * @remarks
3517
- * Modifies the name of an existing domain name group.
3866
+ * This operation modifies the name of an existing domain name group.
3518
3867
  *
3519
3868
  * @param request - UpdateDomainGroupRequest
3520
3869
  * @returns UpdateDomainGroupResponse
3521
3870
  */
3522
3871
  updateDomainGroup(request: $_model.UpdateDomainGroupRequest): Promise<$_model.UpdateDomainGroupResponse>;
3523
3872
  /**
3524
- * Modifies a Domain Name System (DNS) record based on the specified parameters.
3873
+ * Modifies a DNS record based on the specified parameters.
3525
3874
  *
3526
3875
  * @param request - UpdateDomainRecordRequest
3527
3876
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3529,14 +3878,14 @@ export default class Client extends OpenApi {
3529
3878
  */
3530
3879
  updateDomainRecordWithOptions(request: $_model.UpdateDomainRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDomainRecordResponse>;
3531
3880
  /**
3532
- * Modifies a Domain Name System (DNS) record based on the specified parameters.
3881
+ * Modifies a DNS record based on the specified parameters.
3533
3882
  *
3534
3883
  * @param request - UpdateDomainRecordRequest
3535
3884
  * @returns UpdateDomainRecordResponse
3536
3885
  */
3537
3886
  updateDomainRecord(request: $_model.UpdateDomainRecordRequest): Promise<$_model.UpdateDomainRecordResponse>;
3538
3887
  /**
3539
- * Modifies the description of a Domain Name System (DNS) record based on the specified parameters.
3888
+ * Updates the remarks of a DNS record.
3540
3889
  *
3541
3890
  * @param request - UpdateDomainRecordRemarkRequest
3542
3891
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3544,14 +3893,14 @@ export default class Client extends OpenApi {
3544
3893
  */
3545
3894
  updateDomainRecordRemarkWithOptions(request: $_model.UpdateDomainRecordRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDomainRecordRemarkResponse>;
3546
3895
  /**
3547
- * Modifies the description of a Domain Name System (DNS) record based on the specified parameters.
3896
+ * Updates the remarks of a DNS record.
3548
3897
  *
3549
3898
  * @param request - UpdateDomainRecordRemarkRequest
3550
3899
  * @returns UpdateDomainRecordRemarkResponse
3551
3900
  */
3552
3901
  updateDomainRecordRemark(request: $_model.UpdateDomainRecordRemarkRequest): Promise<$_model.UpdateDomainRecordRemarkResponse>;
3553
3902
  /**
3554
- * Modifies the description of a domain name based on the specified parameters.
3903
+ * Updates the remarks for a domain name.
3555
3904
  *
3556
3905
  * @param request - UpdateDomainRemarkRequest
3557
3906
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3559,14 +3908,14 @@ export default class Client extends OpenApi {
3559
3908
  */
3560
3909
  updateDomainRemarkWithOptions(request: $_model.UpdateDomainRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateDomainRemarkResponse>;
3561
3910
  /**
3562
- * Modifies the description of a domain name based on the specified parameters.
3911
+ * Updates the remarks for a domain name.
3563
3912
  *
3564
3913
  * @param request - UpdateDomainRemarkRequest
3565
3914
  * @returns UpdateDomainRemarkResponse
3566
3915
  */
3567
3916
  updateDomainRemark(request: $_model.UpdateDomainRemarkRequest): Promise<$_model.UpdateDomainRemarkResponse>;
3568
3917
  /**
3569
- * You can call this operation to modify the access policy of a Global Traffic Manager (GTM) instance.
3918
+ * Updates an access policy.
3570
3919
  *
3571
3920
  * @param request - UpdateGtmAccessStrategyRequest
3572
3921
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3574,14 +3923,14 @@ export default class Client extends OpenApi {
3574
3923
  */
3575
3924
  updateGtmAccessStrategyWithOptions(request: $_model.UpdateGtmAccessStrategyRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGtmAccessStrategyResponse>;
3576
3925
  /**
3577
- * You can call this operation to modify the access policy of a Global Traffic Manager (GTM) instance.
3926
+ * Updates an access policy.
3578
3927
  *
3579
3928
  * @param request - UpdateGtmAccessStrategyRequest
3580
3929
  * @returns UpdateGtmAccessStrategyResponse
3581
3930
  */
3582
3931
  updateGtmAccessStrategy(request: $_model.UpdateGtmAccessStrategyRequest): Promise<$_model.UpdateGtmAccessStrategyResponse>;
3583
3932
  /**
3584
- * You can call this operation to modify an address pool of a Global Traffic Manager (GTM) instance.
3933
+ * Modifies an address pool.
3585
3934
  *
3586
3935
  * @param request - UpdateGtmAddressPoolRequest
3587
3936
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3589,14 +3938,14 @@ export default class Client extends OpenApi {
3589
3938
  */
3590
3939
  updateGtmAddressPoolWithOptions(request: $_model.UpdateGtmAddressPoolRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGtmAddressPoolResponse>;
3591
3940
  /**
3592
- * You can call this operation to modify an address pool of a Global Traffic Manager (GTM) instance.
3941
+ * Modifies an address pool.
3593
3942
  *
3594
3943
  * @param request - UpdateGtmAddressPoolRequest
3595
3944
  * @returns UpdateGtmAddressPoolResponse
3596
3945
  */
3597
3946
  updateGtmAddressPool(request: $_model.UpdateGtmAddressPoolRequest): Promise<$_model.UpdateGtmAddressPoolResponse>;
3598
3947
  /**
3599
- * Modifies the configurations of a Global Traffic Manager (GTM) instance based on the specified parameters.
3948
+ * Updates the global configuration of a Global Traffic Manager (GTM) instance.
3600
3949
  *
3601
3950
  * @param request - UpdateGtmInstanceGlobalConfigRequest
3602
3951
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3604,14 +3953,14 @@ export default class Client extends OpenApi {
3604
3953
  */
3605
3954
  updateGtmInstanceGlobalConfigWithOptions(request: $_model.UpdateGtmInstanceGlobalConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGtmInstanceGlobalConfigResponse>;
3606
3955
  /**
3607
- * Modifies the configurations of a Global Traffic Manager (GTM) instance based on the specified parameters.
3956
+ * Updates the global configuration of a Global Traffic Manager (GTM) instance.
3608
3957
  *
3609
3958
  * @param request - UpdateGtmInstanceGlobalConfigRequest
3610
3959
  * @returns UpdateGtmInstanceGlobalConfigResponse
3611
3960
  */
3612
3961
  updateGtmInstanceGlobalConfig(request: $_model.UpdateGtmInstanceGlobalConfigRequest): Promise<$_model.UpdateGtmInstanceGlobalConfigResponse>;
3613
3962
  /**
3614
- * Modifies the health check configuration for an address pool of a Global Traffic Manager (GTM) instance.
3963
+ * Updates a health check configuration.
3615
3964
  *
3616
3965
  * @param request - UpdateGtmMonitorRequest
3617
3966
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3619,14 +3968,14 @@ export default class Client extends OpenApi {
3619
3968
  */
3620
3969
  updateGtmMonitorWithOptions(request: $_model.UpdateGtmMonitorRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGtmMonitorResponse>;
3621
3970
  /**
3622
- * Modifies the health check configuration for an address pool of a Global Traffic Manager (GTM) instance.
3971
+ * Updates a health check configuration.
3623
3972
  *
3624
3973
  * @param request - UpdateGtmMonitorRequest
3625
3974
  * @returns UpdateGtmMonitorResponse
3626
3975
  */
3627
3976
  updateGtmMonitor(request: $_model.UpdateGtmMonitorRequest): Promise<$_model.UpdateGtmMonitorResponse>;
3628
3977
  /**
3629
- * Modifies a disaster recovery plan.
3978
+ * Updates a disaster recovery plan.
3630
3979
  *
3631
3980
  * @param request - UpdateGtmRecoveryPlanRequest
3632
3981
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3634,14 +3983,14 @@ export default class Client extends OpenApi {
3634
3983
  */
3635
3984
  updateGtmRecoveryPlanWithOptions(request: $_model.UpdateGtmRecoveryPlanRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateGtmRecoveryPlanResponse>;
3636
3985
  /**
3637
- * Modifies a disaster recovery plan.
3986
+ * Updates a disaster recovery plan.
3638
3987
  *
3639
3988
  * @param request - UpdateGtmRecoveryPlanRequest
3640
3989
  * @returns UpdateGtmRecoveryPlanResponse
3641
3990
  */
3642
3991
  updateGtmRecoveryPlan(request: $_model.UpdateGtmRecoveryPlanRequest): Promise<$_model.UpdateGtmRecoveryPlanResponse>;
3643
3992
  /**
3644
- * 修改缓存刷新套餐包配置
3993
+ * Modifies the configuration of a cache refresh plan.
3645
3994
  *
3646
3995
  * @param request - UpdateIspFlushCacheInstanceConfigRequest
3647
3996
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3649,14 +3998,17 @@ export default class Client extends OpenApi {
3649
3998
  */
3650
3999
  updateIspFlushCacheInstanceConfigWithOptions(request: $_model.UpdateIspFlushCacheInstanceConfigRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateIspFlushCacheInstanceConfigResponse>;
3651
4000
  /**
3652
- * 修改缓存刷新套餐包配置
4001
+ * Modifies the configuration of a cache refresh plan.
3653
4002
  *
3654
4003
  * @param request - UpdateIspFlushCacheInstanceConfigRequest
3655
4004
  * @returns UpdateIspFlushCacheInstanceConfigResponse
3656
4005
  */
3657
4006
  updateIspFlushCacheInstanceConfig(request: $_model.UpdateIspFlushCacheInstanceConfigRequest): Promise<$_model.UpdateIspFlushCacheInstanceConfigResponse>;
3658
4007
  /**
3659
- * Modifies HTTPDNS resolution records.
4008
+ * Modifies a built-in authoritative record for recursive resolution.
4009
+ *
4010
+ * @remarks
4011
+ * If a DNS record is locked, it cannot be deleted.
3660
4012
  *
3661
4013
  * @param request - UpdateRecursionRecordRequest
3662
4014
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3664,14 +4016,17 @@ export default class Client extends OpenApi {
3664
4016
  */
3665
4017
  updateRecursionRecordWithOptions(request: $_model.UpdateRecursionRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionRecordResponse>;
3666
4018
  /**
3667
- * Modifies HTTPDNS resolution records.
4019
+ * Modifies a built-in authoritative record for recursive resolution.
4020
+ *
4021
+ * @remarks
4022
+ * If a DNS record is locked, it cannot be deleted.
3668
4023
  *
3669
4024
  * @param request - UpdateRecursionRecordRequest
3670
4025
  * @returns UpdateRecursionRecordResponse
3671
4026
  */
3672
4027
  updateRecursionRecord(request: $_model.UpdateRecursionRecordRequest): Promise<$_model.UpdateRecursionRecordResponse>;
3673
4028
  /**
3674
- * Modifies the status of HTTPDNS authoritative DNS resolution records
4029
+ * Updates the enable status of a recursion record.
3675
4030
  *
3676
4031
  * @param request - UpdateRecursionRecordEnableStatusRequest
3677
4032
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3679,14 +4034,14 @@ export default class Client extends OpenApi {
3679
4034
  */
3680
4035
  updateRecursionRecordEnableStatusWithOptions(request: $_model.UpdateRecursionRecordEnableStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionRecordEnableStatusResponse>;
3681
4036
  /**
3682
- * Modifies the status of HTTPDNS authoritative DNS resolution records
4037
+ * Updates the enable status of a recursion record.
3683
4038
  *
3684
4039
  * @param request - UpdateRecursionRecordEnableStatusRequest
3685
4040
  * @returns UpdateRecursionRecordEnableStatusResponse
3686
4041
  */
3687
4042
  updateRecursionRecordEnableStatus(request: $_model.UpdateRecursionRecordEnableStatusRequest): Promise<$_model.UpdateRecursionRecordEnableStatusResponse>;
3688
4043
  /**
3689
- * Modifies description of HTTPDNS resolution records.
4044
+ * Updates the remarks for a built-in authoritative record in HTTPDNS.
3690
4045
  *
3691
4046
  * @param request - UpdateRecursionRecordRemarkRequest
3692
4047
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3694,14 +4049,14 @@ export default class Client extends OpenApi {
3694
4049
  */
3695
4050
  updateRecursionRecordRemarkWithOptions(request: $_model.UpdateRecursionRecordRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionRecordRemarkResponse>;
3696
4051
  /**
3697
- * Modifies description of HTTPDNS resolution records.
4052
+ * Updates the remarks for a built-in authoritative record in HTTPDNS.
3698
4053
  *
3699
4054
  * @param request - UpdateRecursionRecordRemarkRequest
3700
4055
  * @returns UpdateRecursionRecordRemarkResponse
3701
4056
  */
3702
4057
  updateRecursionRecordRemark(request: $_model.UpdateRecursionRecordRemarkRequest): Promise<$_model.UpdateRecursionRecordRemarkResponse>;
3703
4058
  /**
3704
- * Modifies HTTPDNS authoritative DNS resolution record weights.
4059
+ * Updates the weight of a DNS record for recursive resolution.
3705
4060
  *
3706
4061
  * @param request - UpdateRecursionRecordWeightRequest
3707
4062
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3709,14 +4064,14 @@ export default class Client extends OpenApi {
3709
4064
  */
3710
4065
  updateRecursionRecordWeightWithOptions(request: $_model.UpdateRecursionRecordWeightRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionRecordWeightResponse>;
3711
4066
  /**
3712
- * Modifies HTTPDNS authoritative DNS resolution record weights.
4067
+ * Updates the weight of a DNS record for recursive resolution.
3713
4068
  *
3714
4069
  * @param request - UpdateRecursionRecordWeightRequest
3715
4070
  * @returns UpdateRecursionRecordWeightResponse
3716
4071
  */
3717
4072
  updateRecursionRecordWeight(request: $_model.UpdateRecursionRecordWeightRequest): Promise<$_model.UpdateRecursionRecordWeightResponse>;
3718
4073
  /**
3719
- * Modifies the status of weight algorithm of authoritative records
4074
+ * Updates the enabled status of the weight algorithm for a DNS record used for recursive resolution.
3720
4075
  *
3721
4076
  * @param request - UpdateRecursionRecordWeightEnableStatusRequest
3722
4077
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3724,14 +4079,14 @@ export default class Client extends OpenApi {
3724
4079
  */
3725
4080
  updateRecursionRecordWeightEnableStatusWithOptions(request: $_model.UpdateRecursionRecordWeightEnableStatusRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionRecordWeightEnableStatusResponse>;
3726
4081
  /**
3727
- * Modifies the status of weight algorithm of authoritative records
4082
+ * Updates the enabled status of the weight algorithm for a DNS record used for recursive resolution.
3728
4083
  *
3729
4084
  * @param request - UpdateRecursionRecordWeightEnableStatusRequest
3730
4085
  * @returns UpdateRecursionRecordWeightEnableStatusResponse
3731
4086
  */
3732
4087
  updateRecursionRecordWeightEnableStatus(request: $_model.UpdateRecursionRecordWeightEnableStatusRequest): Promise<$_model.UpdateRecursionRecordWeightEnableStatusResponse>;
3733
4088
  /**
3734
- * Modifies the effective scope of HTTPDNS
4089
+ * Updates the effective scope of a built-in authoritative domain name zone in HTTPDNS.
3735
4090
  *
3736
4091
  * @param tmpReq - UpdateRecursionZoneEffectiveScopeRequest
3737
4092
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3739,14 +4094,18 @@ export default class Client extends OpenApi {
3739
4094
  */
3740
4095
  updateRecursionZoneEffectiveScopeWithOptions(tmpReq: $_model.UpdateRecursionZoneEffectiveScopeRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionZoneEffectiveScopeResponse>;
3741
4096
  /**
3742
- * Modifies the effective scope of HTTPDNS
4097
+ * Updates the effective scope of a built-in authoritative domain name zone in HTTPDNS.
3743
4098
  *
3744
4099
  * @param request - UpdateRecursionZoneEffectiveScopeRequest
3745
4100
  * @returns UpdateRecursionZoneEffectiveScopeResponse
3746
4101
  */
3747
4102
  updateRecursionZoneEffectiveScope(request: $_model.UpdateRecursionZoneEffectiveScopeRequest): Promise<$_model.UpdateRecursionZoneEffectiveScopeResponse>;
3748
4103
  /**
3749
- * Modify the HTTPDNS recursive proxy mode
4104
+ * Modifies the recursive proxy mode for a zone.
4105
+ *
4106
+ * @remarks
4107
+ * The end IP address of each IP segment must be greater than or equal to the start IP address.
4108
+ * The IP address ranges of all IP segments for the domain name cannot overlap across custom lines.
3750
4109
  *
3751
4110
  * @param request - UpdateRecursionZoneProxyPatternRequest
3752
4111
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3754,14 +4113,22 @@ export default class Client extends OpenApi {
3754
4113
  */
3755
4114
  updateRecursionZoneProxyPatternWithOptions(request: $_model.UpdateRecursionZoneProxyPatternRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionZoneProxyPatternResponse>;
3756
4115
  /**
3757
- * Modify the HTTPDNS recursive proxy mode
4116
+ * Modifies the recursive proxy mode for a zone.
4117
+ *
4118
+ * @remarks
4119
+ * The end IP address of each IP segment must be greater than or equal to the start IP address.
4120
+ * The IP address ranges of all IP segments for the domain name cannot overlap across custom lines.
3758
4121
  *
3759
4122
  * @param request - UpdateRecursionZoneProxyPatternRequest
3760
4123
  * @returns UpdateRecursionZoneProxyPatternResponse
3761
4124
  */
3762
4125
  updateRecursionZoneProxyPattern(request: $_model.UpdateRecursionZoneProxyPatternRequest): Promise<$_model.UpdateRecursionZoneProxyPatternResponse>;
3763
4126
  /**
3764
- * Modifies the description of HTTPDNS authoritative domain names.
4127
+ * Modifies the remarks for a built-in authoritative domain name zone used for recursive resolution.
4128
+ *
4129
+ * @remarks
4130
+ * The end IP address of each IP segment must be greater than or equal to the start IP address.
4131
+ * For a domain name, the IP address ranges of all IP segments in all custom lines cannot overlap.
3765
4132
  *
3766
4133
  * @param request - UpdateRecursionZoneRemarkRequest
3767
4134
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3769,22 +4136,22 @@ export default class Client extends OpenApi {
3769
4136
  */
3770
4137
  updateRecursionZoneRemarkWithOptions(request: $_model.UpdateRecursionZoneRemarkRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRecursionZoneRemarkResponse>;
3771
4138
  /**
3772
- * Modifies the description of HTTPDNS authoritative domain names.
4139
+ * Modifies the remarks for a built-in authoritative domain name zone used for recursive resolution.
4140
+ *
4141
+ * @remarks
4142
+ * The end IP address of each IP segment must be greater than or equal to the start IP address.
4143
+ * For a domain name, the IP address ranges of all IP segments in all custom lines cannot overlap.
3773
4144
  *
3774
4145
  * @param request - UpdateRecursionZoneRemarkRequest
3775
4146
  * @returns UpdateRecursionZoneRemarkResponse
3776
4147
  */
3777
4148
  updateRecursionZoneRemark(request: $_model.UpdateRecursionZoneRemarkRequest): Promise<$_model.UpdateRecursionZoneRemarkResponse>;
3778
4149
  /**
3779
- * 用于更新特定域名的状态信息。
4150
+ * Updates the server-side status of a domain name.
3780
4151
  *
3781
4152
  * @remarks
3782
- * ## 请求说明
3783
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
3784
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
3785
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
3786
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
3787
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
4153
+ * ## Request description
4154
+ * - This operation updates the server-side status of a domain name.
3788
4155
  *
3789
4156
  * @param request - UpdateRspDomainServerProhibitStatusForGatewayRequest
3790
4157
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3792,30 +4159,21 @@ export default class Client extends OpenApi {
3792
4159
  */
3793
4160
  updateRspDomainServerProhibitStatusForGatewayWithOptions(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayResponse>;
3794
4161
  /**
3795
- * 用于更新特定域名的状态信息。
4162
+ * Updates the server-side status of a domain name.
3796
4163
  *
3797
4164
  * @remarks
3798
- * ## 请求说明
3799
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
3800
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
3801
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
3802
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
3803
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
4165
+ * ## Request description
4166
+ * - This operation updates the server-side status of a domain name.
3804
4167
  *
3805
4168
  * @param request - UpdateRspDomainServerProhibitStatusForGatewayRequest
3806
4169
  * @returns UpdateRspDomainServerProhibitStatusForGatewayResponse
3807
4170
  */
3808
4171
  updateRspDomainServerProhibitStatusForGateway(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayRequest): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayResponse>;
3809
4172
  /**
3810
- * 用于更新特定域名的状态信息。
4173
+ * Updates the server-side status of a domain name.
3811
4174
  *
3812
4175
  * @remarks
3813
- * ## 请求说明
3814
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
3815
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
3816
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
3817
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
3818
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
4176
+ * This operation updates the server-side status of a domain name.
3819
4177
  *
3820
4178
  * @param request - UpdateRspDomainServerProhibitStatusForGatewayOteRequest
3821
4179
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3823,22 +4181,17 @@ export default class Client extends OpenApi {
3823
4181
  */
3824
4182
  updateRspDomainServerProhibitStatusForGatewayOteWithOptions(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayOteRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayOteResponse>;
3825
4183
  /**
3826
- * 用于更新特定域名的状态信息。
4184
+ * Updates the server-side status of a domain name.
3827
4185
  *
3828
4186
  * @remarks
3829
- * ## 请求说明
3830
- * - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
3831
- * - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
3832
- * - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
3833
- * - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
3834
- * - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
4187
+ * This operation updates the server-side status of a domain name.
3835
4188
  *
3836
4189
  * @param request - UpdateRspDomainServerProhibitStatusForGatewayOteRequest
3837
4190
  * @returns UpdateRspDomainServerProhibitStatusForGatewayOteResponse
3838
4191
  */
3839
4192
  updateRspDomainServerProhibitStatusForGatewayOte(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayOteRequest): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayOteResponse>;
3840
4193
  /**
3841
- * 检查实例主机名是否可添加
4194
+ * Checks whether an instance hostname can be added.
3842
4195
  *
3843
4196
  * @param request - ValidateDnsGtmCnameRrCanUseRequest
3844
4197
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3846,14 +4199,14 @@ export default class Client extends OpenApi {
3846
4199
  */
3847
4200
  validateDnsGtmCnameRrCanUseWithOptions(request: $_model.ValidateDnsGtmCnameRrCanUseRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ValidateDnsGtmCnameRrCanUseResponse>;
3848
4201
  /**
3849
- * 检查实例主机名是否可添加
4202
+ * Checks whether an instance hostname can be added.
3850
4203
  *
3851
4204
  * @param request - ValidateDnsGtmCnameRrCanUseRequest
3852
4205
  * @returns ValidateDnsGtmCnameRrCanUseResponse
3853
4206
  */
3854
4207
  validateDnsGtmCnameRrCanUse(request: $_model.ValidateDnsGtmCnameRrCanUseRequest): Promise<$_model.ValidateDnsGtmCnameRrCanUseResponse>;
3855
4208
  /**
3856
- * 验证公共DNS Udp Ip地址段
4209
+ * Validates a UDP IP address segment for Public DNS.
3857
4210
  *
3858
4211
  * @param request - ValidatePdnsUdpIpSegmentRequest
3859
4212
  * @param runtime - runtime options for this request RuntimeOptions
@@ -3861,10 +4214,40 @@ export default class Client extends OpenApi {
3861
4214
  */
3862
4215
  validatePdnsUdpIpSegmentWithOptions(request: $_model.ValidatePdnsUdpIpSegmentRequest, runtime: $dara.RuntimeOptions): Promise<$_model.ValidatePdnsUdpIpSegmentResponse>;
3863
4216
  /**
3864
- * 验证公共DNS Udp Ip地址段
4217
+ * Validates a UDP IP address segment for Public DNS.
3865
4218
  *
3866
4219
  * @param request - ValidatePdnsUdpIpSegmentRequest
3867
4220
  * @returns ValidatePdnsUdpIpSegmentResponse
3868
4221
  */
3869
4222
  validatePdnsUdpIpSegment(request: $_model.ValidatePdnsUdpIpSegmentRequest): Promise<$_model.ValidatePdnsUdpIpSegmentResponse>;
4223
+ /**
4224
+ * Verifies DNS records.
4225
+ *
4226
+ * @param request - VerifyAtiAgentDnsRecordsRequest
4227
+ * @param runtime - runtime options for this request RuntimeOptions
4228
+ * @returns VerifyAtiAgentDnsRecordsResponse
4229
+ */
4230
+ verifyAtiAgentDnsRecordsWithOptions(request: $_model.VerifyAtiAgentDnsRecordsRequest, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyAtiAgentDnsRecordsResponse>;
4231
+ /**
4232
+ * Verifies DNS records.
4233
+ *
4234
+ * @param request - VerifyAtiAgentDnsRecordsRequest
4235
+ * @returns VerifyAtiAgentDnsRecordsResponse
4236
+ */
4237
+ verifyAtiAgentDnsRecords(request: $_model.VerifyAtiAgentDnsRecordsRequest): Promise<$_model.VerifyAtiAgentDnsRecordsResponse>;
4238
+ /**
4239
+ * 触发 ACME 预检
4240
+ *
4241
+ * @param request - VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest
4242
+ * @param runtime - runtime options for this request RuntimeOptions
4243
+ * @returns VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse
4244
+ */
4245
+ verifyAtiAgentRegisterInfoAcmeChallengeRecordWithOptions(request: $_model.VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse>;
4246
+ /**
4247
+ * 触发 ACME 预检
4248
+ *
4249
+ * @param request - VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest
4250
+ * @returns VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse
4251
+ */
4252
+ verifyAtiAgentRegisterInfoAcmeChallengeRecord(request: $_model.VerifyAtiAgentRegisterInfoAcmeChallengeRecordRequest): Promise<$_model.VerifyAtiAgentRegisterInfoAcmeChallengeRecordResponse>;
3870
4253
  }