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