@huaweicloud/huaweicloud-sdk-cdn 3.1.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (387) hide show
  1. package/LICENSE +13 -0
  2. package/README.md +1 -0
  3. package/huaweicloud-sdk-cdn.d.ts +2 -0
  4. package/huaweicloud-sdk-cdn.js +18 -0
  5. package/package.json +19 -0
  6. package/v1/CdnClient.d.ts +1372 -0
  7. package/v1/CdnClient.js +3128 -0
  8. package/v1/CdnRegion.d.ts +7 -0
  9. package/v1/CdnRegion.js +29 -0
  10. package/v1/model/BatchDeleteTagsRequest.d.ts +6 -0
  11. package/v1/model/BatchDeleteTagsRequest.js +13 -0
  12. package/v1/model/BatchDeleteTagsResponse.d.ts +4 -0
  13. package/v1/model/BatchDeleteTagsResponse.js +27 -0
  14. package/v1/model/BlackWhiteListBody.d.ts +9 -0
  15. package/v1/model/BlackWhiteListBody.js +28 -0
  16. package/v1/model/CacheConfig.d.ts +17 -0
  17. package/v1/model/CacheConfig.js +45 -0
  18. package/v1/model/CacheConfigRequest.d.ts +17 -0
  19. package/v1/model/CacheConfigRequest.js +45 -0
  20. package/v1/model/CacheConfigRequestBody.d.ts +8 -0
  21. package/v1/model/CacheConfigRequestBody.js +24 -0
  22. package/v1/model/CacheUrlParameterFilter.d.ts +7 -0
  23. package/v1/model/CacheUrlParameterFilter.js +17 -0
  24. package/v1/model/CdnIps.d.ts +13 -0
  25. package/v1/model/CdnIps.js +29 -0
  26. package/v1/model/Compress.d.ts +7 -0
  27. package/v1/model/Compress.js +18 -0
  28. package/v1/model/CompressRequest.d.ts +7 -0
  29. package/v1/model/CompressRequest.js +23 -0
  30. package/v1/model/CompressResponse.d.ts +12 -0
  31. package/v1/model/CompressResponse.js +38 -0
  32. package/v1/model/CompressRules.d.ts +11 -0
  33. package/v1/model/CompressRules.js +37 -0
  34. package/v1/model/Configs.d.ts +69 -0
  35. package/v1/model/Configs.js +189 -0
  36. package/v1/model/ConfigsGetBody.d.ts +69 -0
  37. package/v1/model/ConfigsGetBody.js +189 -0
  38. package/v1/model/CreateDomainRequest.d.ts +6 -0
  39. package/v1/model/CreateDomainRequest.js +13 -0
  40. package/v1/model/CreateDomainRequestBody.d.ts +6 -0
  41. package/v1/model/CreateDomainRequestBody.js +14 -0
  42. package/v1/model/CreateDomainResponse.d.ts +7 -0
  43. package/v1/model/CreateDomainResponse.js +31 -0
  44. package/v1/model/CreateDomainResponseBodyContent.d.ts +67 -0
  45. package/v1/model/CreateDomainResponseBodyContent.js +211 -0
  46. package/v1/model/CreatePreheatingTasksRequest.d.ts +10 -0
  47. package/v1/model/CreatePreheatingTasksRequest.js +27 -0
  48. package/v1/model/CreatePreheatingTasksResponse.d.ts +8 -0
  49. package/v1/model/CreatePreheatingTasksResponse.js +41 -0
  50. package/v1/model/CreateRefreshTasksRequest.d.ts +10 -0
  51. package/v1/model/CreateRefreshTasksRequest.js +27 -0
  52. package/v1/model/CreateRefreshTasksResponse.d.ts +8 -0
  53. package/v1/model/CreateRefreshTasksResponse.js +41 -0
  54. package/v1/model/CreateTagsRequest.d.ts +6 -0
  55. package/v1/model/CreateTagsRequest.js +13 -0
  56. package/v1/model/CreateTagsRequestBody.d.ts +9 -0
  57. package/v1/model/CreateTagsRequestBody.js +29 -0
  58. package/v1/model/CreateTagsResponse.d.ts +4 -0
  59. package/v1/model/CreateTagsResponse.js +27 -0
  60. package/v1/model/DeleteDomainRequest.d.ts +11 -0
  61. package/v1/model/DeleteDomainRequest.js +38 -0
  62. package/v1/model/DeleteDomainResponse.d.ts +7 -0
  63. package/v1/model/DeleteDomainResponse.js +31 -0
  64. package/v1/model/DeleteTagsRequestBody.d.ts +9 -0
  65. package/v1/model/DeleteTagsRequestBody.js +29 -0
  66. package/v1/model/DisableDomainRequest.d.ts +11 -0
  67. package/v1/model/DisableDomainRequest.js +38 -0
  68. package/v1/model/DisableDomainResponse.d.ts +7 -0
  69. package/v1/model/DisableDomainResponse.js +31 -0
  70. package/v1/model/DomainBody.d.ts +41 -0
  71. package/v1/model/DomainBody.js +94 -0
  72. package/v1/model/DomainItemDetail.d.ts +21 -0
  73. package/v1/model/DomainItemDetail.js +55 -0
  74. package/v1/model/DomainItemLocationDetails.d.ts +18 -0
  75. package/v1/model/DomainItemLocationDetails.js +55 -0
  76. package/v1/model/DomainOriginHost.d.ts +15 -0
  77. package/v1/model/DomainOriginHost.js +52 -0
  78. package/v1/model/DomainRegion.d.ts +17 -0
  79. package/v1/model/DomainRegion.js +37 -0
  80. package/v1/model/Domains.d.ts +88 -0
  81. package/v1/model/Domains.js +263 -0
  82. package/v1/model/DomainsWithPort.d.ts +88 -0
  83. package/v1/model/DomainsWithPort.js +263 -0
  84. package/v1/model/EnableDomainRequest.d.ts +11 -0
  85. package/v1/model/EnableDomainRequest.js +38 -0
  86. package/v1/model/EnableDomainResponse.d.ts +7 -0
  87. package/v1/model/EnableDomainResponse.js +31 -0
  88. package/v1/model/ErrorCodeCache.d.ts +7 -0
  89. package/v1/model/ErrorCodeCache.js +17 -0
  90. package/v1/model/ErrorCodeRedirectRules.d.ts +15 -0
  91. package/v1/model/ErrorCodeRedirectRules.js +54 -0
  92. package/v1/model/Follow302StatusBody.d.ts +19 -0
  93. package/v1/model/Follow302StatusBody.js +46 -0
  94. package/v1/model/Follow302StatusRequest.d.ts +15 -0
  95. package/v1/model/Follow302StatusRequest.js +33 -0
  96. package/v1/model/ForceRedirect.d.ts +11 -0
  97. package/v1/model/ForceRedirect.js +38 -0
  98. package/v1/model/ForceRedirectConfig.d.ts +7 -0
  99. package/v1/model/ForceRedirectConfig.js +18 -0
  100. package/v1/model/HeaderBody.d.ts +6 -0
  101. package/v1/model/HeaderBody.js +13 -0
  102. package/v1/model/HeaderMap.d.ts +27 -0
  103. package/v1/model/HeaderMap.js +93 -0
  104. package/v1/model/HttpGetBody.d.ts +27 -0
  105. package/v1/model/HttpGetBody.js +93 -0
  106. package/v1/model/HttpInfoRequest.d.ts +6 -0
  107. package/v1/model/HttpInfoRequest.js +14 -0
  108. package/v1/model/HttpInfoRequestBody.d.ts +32 -0
  109. package/v1/model/HttpInfoRequestBody.js +103 -0
  110. package/v1/model/HttpInfoResponseBody.d.ts +36 -0
  111. package/v1/model/HttpInfoResponseBody.js +115 -0
  112. package/v1/model/HttpPutBody.d.ts +31 -0
  113. package/v1/model/HttpPutBody.js +107 -0
  114. package/v1/model/HttpResponseHeader.d.ts +9 -0
  115. package/v1/model/HttpResponseHeader.js +23 -0
  116. package/v1/model/HttpsDetail.d.ts +44 -0
  117. package/v1/model/HttpsDetail.js +143 -0
  118. package/v1/model/ListDomainsRequest.d.ts +63 -0
  119. package/v1/model/ListDomainsRequest.js +142 -0
  120. package/v1/model/ListDomainsResponse.d.ts +9 -0
  121. package/v1/model/ListDomainsResponse.js +35 -0
  122. package/v1/model/LogObject.d.ts +21 -0
  123. package/v1/model/LogObject.js +63 -0
  124. package/v1/model/ModelMap.d.ts +7 -0
  125. package/v1/model/ModelMap.js +18 -0
  126. package/v1/model/ModifyDomainConfigRequestBody.d.ts +6 -0
  127. package/v1/model/ModifyDomainConfigRequestBody.js +13 -0
  128. package/v1/model/OriginHostBody.d.ts +19 -0
  129. package/v1/model/OriginHostBody.js +47 -0
  130. package/v1/model/OriginHostRequest.d.ts +8 -0
  131. package/v1/model/OriginHostRequest.js +24 -0
  132. package/v1/model/OriginRangeBody.d.ts +19 -0
  133. package/v1/model/OriginRangeBody.js +46 -0
  134. package/v1/model/OriginRequest.d.ts +6 -0
  135. package/v1/model/OriginRequest.js +14 -0
  136. package/v1/model/OriginRequestHeader.d.ts +9 -0
  137. package/v1/model/OriginRequestHeader.js +23 -0
  138. package/v1/model/OriginRequestUrlRewrite.d.ts +17 -0
  139. package/v1/model/OriginRequestUrlRewrite.js +58 -0
  140. package/v1/model/PreheatingTaskRequest.d.ts +8 -0
  141. package/v1/model/PreheatingTaskRequest.js +24 -0
  142. package/v1/model/PreheatingTaskRequestBody.d.ts +5 -0
  143. package/v1/model/PreheatingTaskRequestBody.js +14 -0
  144. package/v1/model/Quotas.d.ts +15 -0
  145. package/v1/model/Quotas.js +45 -0
  146. package/v1/model/RangeStatusRequest.d.ts +15 -0
  147. package/v1/model/RangeStatusRequest.js +33 -0
  148. package/v1/model/Referer.d.ts +15 -0
  149. package/v1/model/Referer.js +52 -0
  150. package/v1/model/RefererBody.d.ts +6 -0
  151. package/v1/model/RefererBody.js +14 -0
  152. package/v1/model/RefererRsp.d.ts +15 -0
  153. package/v1/model/RefererRsp.js +51 -0
  154. package/v1/model/RefreshTaskRequest.d.ts +8 -0
  155. package/v1/model/RefreshTaskRequest.js +24 -0
  156. package/v1/model/RefreshTaskRequestBody.d.ts +15 -0
  157. package/v1/model/RefreshTaskRequestBody.js +27 -0
  158. package/v1/model/ResourceBody.d.ts +6 -0
  159. package/v1/model/ResourceBody.js +14 -0
  160. package/v1/model/Rules.d.ts +17 -0
  161. package/v1/model/Rules.js +53 -0
  162. package/v1/model/ShowBlackWhiteListRequest.d.ts +11 -0
  163. package/v1/model/ShowBlackWhiteListRequest.js +38 -0
  164. package/v1/model/ShowBlackWhiteListResponse.d.ts +10 -0
  165. package/v1/model/ShowBlackWhiteListResponse.js +45 -0
  166. package/v1/model/ShowCacheRulesRequest.d.ts +11 -0
  167. package/v1/model/ShowCacheRulesRequest.js +38 -0
  168. package/v1/model/ShowCacheRulesResponse.d.ts +9 -0
  169. package/v1/model/ShowCacheRulesResponse.js +41 -0
  170. package/v1/model/ShowCertificatesHttpsInfoRequest.d.ts +23 -0
  171. package/v1/model/ShowCertificatesHttpsInfoRequest.js +79 -0
  172. package/v1/model/ShowCertificatesHttpsInfoResponse.d.ts +9 -0
  173. package/v1/model/ShowCertificatesHttpsInfoResponse.js +35 -0
  174. package/v1/model/ShowDomainDetailRequest.d.ts +11 -0
  175. package/v1/model/ShowDomainDetailRequest.js +38 -0
  176. package/v1/model/ShowDomainDetailResponse.d.ts +7 -0
  177. package/v1/model/ShowDomainDetailResponse.js +31 -0
  178. package/v1/model/ShowDomainFullConfigRequest.d.ts +11 -0
  179. package/v1/model/ShowDomainFullConfigRequest.js +38 -0
  180. package/v1/model/ShowDomainFullConfigResponse.d.ts +7 -0
  181. package/v1/model/ShowDomainFullConfigResponse.js +31 -0
  182. package/v1/model/ShowDomainItemDetailsRequest.d.ts +27 -0
  183. package/v1/model/ShowDomainItemDetailsRequest.js +97 -0
  184. package/v1/model/ShowDomainItemDetailsResponse.d.ts +9 -0
  185. package/v1/model/ShowDomainItemDetailsResponse.js +41 -0
  186. package/v1/model/ShowDomainItemLocationDetailsRequest.d.ts +27 -0
  187. package/v1/model/ShowDomainItemLocationDetailsRequest.js +93 -0
  188. package/v1/model/ShowDomainItemLocationDetailsResponse.d.ts +9 -0
  189. package/v1/model/ShowDomainItemLocationDetailsResponse.js +41 -0
  190. package/v1/model/ShowDomainLocationStatsRequest.d.ts +37 -0
  191. package/v1/model/ShowDomainLocationStatsRequest.js +118 -0
  192. package/v1/model/ShowDomainLocationStatsResponse.d.ts +14 -0
  193. package/v1/model/ShowDomainLocationStatsResponse.js +45 -0
  194. package/v1/model/ShowDomainStatsRequest.d.ts +35 -0
  195. package/v1/model/ShowDomainStatsRequest.js +120 -0
  196. package/v1/model/ShowDomainStatsResponse.d.ts +10 -0
  197. package/v1/model/ShowDomainStatsResponse.js +31 -0
  198. package/v1/model/ShowHistoryTaskDetailsRequest.d.ts +27 -0
  199. package/v1/model/ShowHistoryTaskDetailsRequest.js +88 -0
  200. package/v1/model/ShowHistoryTaskDetailsResponse.d.ts +31 -0
  201. package/v1/model/ShowHistoryTaskDetailsResponse.js +97 -0
  202. package/v1/model/ShowHistoryTasksRequest.d.ts +53 -0
  203. package/v1/model/ShowHistoryTasksRequest.js +143 -0
  204. package/v1/model/ShowHistoryTasksResponse.d.ts +9 -0
  205. package/v1/model/ShowHistoryTasksResponse.js +35 -0
  206. package/v1/model/ShowHttpInfoRequest.d.ts +11 -0
  207. package/v1/model/ShowHttpInfoRequest.js +38 -0
  208. package/v1/model/ShowHttpInfoResponse.d.ts +7 -0
  209. package/v1/model/ShowHttpInfoResponse.js +31 -0
  210. package/v1/model/ShowIpInfoRequest.d.ts +9 -0
  211. package/v1/model/ShowIpInfoRequest.js +28 -0
  212. package/v1/model/ShowIpInfoResponse.d.ts +9 -0
  213. package/v1/model/ShowIpInfoResponse.js +41 -0
  214. package/v1/model/ShowLogsRequest.d.ts +23 -0
  215. package/v1/model/ShowLogsRequest.js +81 -0
  216. package/v1/model/ShowLogsResponse.d.ts +9 -0
  217. package/v1/model/ShowLogsResponse.js +35 -0
  218. package/v1/model/ShowOriginHostRequest.d.ts +11 -0
  219. package/v1/model/ShowOriginHostRequest.js +38 -0
  220. package/v1/model/ShowOriginHostResponse.d.ts +9 -0
  221. package/v1/model/ShowOriginHostResponse.js +41 -0
  222. package/v1/model/ShowQuotaRequest.d.ts +3 -0
  223. package/v1/model/ShowQuotaRequest.js +9 -0
  224. package/v1/model/ShowQuotaResponse.d.ts +7 -0
  225. package/v1/model/ShowQuotaResponse.js +31 -0
  226. package/v1/model/ShowReferRequest.d.ts +11 -0
  227. package/v1/model/ShowReferRequest.js +38 -0
  228. package/v1/model/ShowReferResponse.d.ts +7 -0
  229. package/v1/model/ShowReferResponse.js +31 -0
  230. package/v1/model/ShowResponseHeaderRequest.d.ts +11 -0
  231. package/v1/model/ShowResponseHeaderRequest.js +38 -0
  232. package/v1/model/ShowResponseHeaderResponse.d.ts +7 -0
  233. package/v1/model/ShowResponseHeaderResponse.js +31 -0
  234. package/v1/model/ShowTagsRequest.d.ts +7 -0
  235. package/v1/model/ShowTagsRequest.js +24 -0
  236. package/v1/model/ShowTagsResponse.d.ts +6 -0
  237. package/v1/model/ShowTagsResponse.js +31 -0
  238. package/v1/model/ShowTopUrlRequest.d.ts +43 -0
  239. package/v1/model/ShowTopUrlRequest.js +115 -0
  240. package/v1/model/ShowTopUrlResponse.d.ts +13 -0
  241. package/v1/model/ShowTopUrlResponse.js +55 -0
  242. package/v1/model/ShowUrlTaskInfoRequest.d.ts +27 -0
  243. package/v1/model/ShowUrlTaskInfoRequest.js +81 -0
  244. package/v1/model/ShowUrlTaskInfoResponse.d.ts +15 -0
  245. package/v1/model/ShowUrlTaskInfoResponse.js +53 -0
  246. package/v1/model/SourceWithPort.d.ts +40 -0
  247. package/v1/model/SourceWithPort.js +120 -0
  248. package/v1/model/Sources.d.ts +32 -0
  249. package/v1/model/Sources.js +92 -0
  250. package/v1/model/SourcesConfig.d.ts +29 -0
  251. package/v1/model/SourcesConfig.js +100 -0
  252. package/v1/model/TasksObject.d.ts +43 -0
  253. package/v1/model/TasksObject.js +93 -0
  254. package/v1/model/TopUrlSummary.d.ts +19 -0
  255. package/v1/model/TopUrlSummary.js +59 -0
  256. package/v1/model/UpdateBlackWhiteListRequest.d.ts +14 -0
  257. package/v1/model/UpdateBlackWhiteListRequest.js +42 -0
  258. package/v1/model/UpdateBlackWhiteListResponse.d.ts +10 -0
  259. package/v1/model/UpdateBlackWhiteListResponse.js +39 -0
  260. package/v1/model/UpdateCacheRulesRequest.d.ts +14 -0
  261. package/v1/model/UpdateCacheRulesRequest.js +42 -0
  262. package/v1/model/UpdateCacheRulesResponse.d.ts +9 -0
  263. package/v1/model/UpdateCacheRulesResponse.js +41 -0
  264. package/v1/model/UpdateDomainFullConfigRequest.d.ts +14 -0
  265. package/v1/model/UpdateDomainFullConfigRequest.js +42 -0
  266. package/v1/model/UpdateDomainFullConfigResponse.d.ts +4 -0
  267. package/v1/model/UpdateDomainFullConfigResponse.js +27 -0
  268. package/v1/model/UpdateDomainMultiCertificatesRequest.d.ts +10 -0
  269. package/v1/model/UpdateDomainMultiCertificatesRequest.js +27 -0
  270. package/v1/model/UpdateDomainMultiCertificatesRequestBody.d.ts +6 -0
  271. package/v1/model/UpdateDomainMultiCertificatesRequestBody.js +13 -0
  272. package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.d.ts +40 -0
  273. package/v1/model/UpdateDomainMultiCertificatesRequestBodyContent.js +131 -0
  274. package/v1/model/UpdateDomainMultiCertificatesResponse.d.ts +7 -0
  275. package/v1/model/UpdateDomainMultiCertificatesResponse.js +31 -0
  276. package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.d.ts +40 -0
  277. package/v1/model/UpdateDomainMultiCertificatesResponseBodyContent.js +130 -0
  278. package/v1/model/UpdateDomainOriginRequest.d.ts +14 -0
  279. package/v1/model/UpdateDomainOriginRequest.js +42 -0
  280. package/v1/model/UpdateDomainOriginResponse.d.ts +7 -0
  281. package/v1/model/UpdateDomainOriginResponse.js +31 -0
  282. package/v1/model/UpdateFollow302SwitchRequest.d.ts +14 -0
  283. package/v1/model/UpdateFollow302SwitchRequest.js +42 -0
  284. package/v1/model/UpdateFollow302SwitchResponse.d.ts +9 -0
  285. package/v1/model/UpdateFollow302SwitchResponse.js +41 -0
  286. package/v1/model/UpdateHttpsInfoRequest.d.ts +14 -0
  287. package/v1/model/UpdateHttpsInfoRequest.js +42 -0
  288. package/v1/model/UpdateHttpsInfoResponse.d.ts +7 -0
  289. package/v1/model/UpdateHttpsInfoResponse.js +31 -0
  290. package/v1/model/UpdateOriginHostRequest.d.ts +14 -0
  291. package/v1/model/UpdateOriginHostRequest.js +42 -0
  292. package/v1/model/UpdateOriginHostResponse.d.ts +9 -0
  293. package/v1/model/UpdateOriginHostResponse.js +41 -0
  294. package/v1/model/UpdatePrivateBucketAccessBody.d.ts +5 -0
  295. package/v1/model/UpdatePrivateBucketAccessBody.js +13 -0
  296. package/v1/model/UpdatePrivateBucketAccessRequest.d.ts +14 -0
  297. package/v1/model/UpdatePrivateBucketAccessRequest.js +42 -0
  298. package/v1/model/UpdatePrivateBucketAccessResponse.d.ts +6 -0
  299. package/v1/model/UpdatePrivateBucketAccessResponse.js +31 -0
  300. package/v1/model/UpdateRangeSwitchRequest.d.ts +14 -0
  301. package/v1/model/UpdateRangeSwitchRequest.js +42 -0
  302. package/v1/model/UpdateRangeSwitchResponse.d.ts +9 -0
  303. package/v1/model/UpdateRangeSwitchResponse.js +41 -0
  304. package/v1/model/UpdateReferRequest.d.ts +14 -0
  305. package/v1/model/UpdateReferRequest.js +42 -0
  306. package/v1/model/UpdateReferResponse.d.ts +7 -0
  307. package/v1/model/UpdateReferResponse.js +31 -0
  308. package/v1/model/UpdateResponseHeaderRequest.d.ts +14 -0
  309. package/v1/model/UpdateResponseHeaderRequest.js +42 -0
  310. package/v1/model/UpdateResponseHeaderResponse.d.ts +7 -0
  311. package/v1/model/UpdateResponseHeaderResponse.js +31 -0
  312. package/v1/model/UrlAuth.d.ts +17 -0
  313. package/v1/model/UrlAuth.js +50 -0
  314. package/v1/model/UrlAuthGetBody.d.ts +15 -0
  315. package/v1/model/UrlAuthGetBody.js +46 -0
  316. package/v1/model/UrlObject.d.ts +21 -0
  317. package/v1/model/UrlObject.js +63 -0
  318. package/v1/model/Urls.d.ts +27 -0
  319. package/v1/model/Urls.js +81 -0
  320. package/v1/model/UserAgentFilter.d.ts +7 -0
  321. package/v1/model/UserAgentFilter.js +18 -0
  322. package/v1/public-api.d.ts +158 -0
  323. package/v1/public-api.js +174 -0
  324. package/v2/CdnClient.d.ts +532 -0
  325. package/v2/CdnClient.js +1196 -0
  326. package/v2/CdnRegion.d.ts +7 -0
  327. package/v2/CdnRegion.js +29 -0
  328. package/v2/model/BatchCopyConfigs.d.ts +15 -0
  329. package/v2/model/BatchCopyConfigs.js +54 -0
  330. package/v2/model/BatchCopyDRequestBody.d.ts +6 -0
  331. package/v2/model/BatchCopyDRequestBody.js +14 -0
  332. package/v2/model/BatchCopyDomainRequest.d.ts +6 -0
  333. package/v2/model/BatchCopyDomainRequest.js +13 -0
  334. package/v2/model/BatchCopyDomainResponse.d.ts +7 -0
  335. package/v2/model/BatchCopyDomainResponse.js +31 -0
  336. package/v2/model/BatchCopyErrorRsp.d.ts +6 -0
  337. package/v2/model/BatchCopyErrorRsp.js +13 -0
  338. package/v2/model/BatchCopyErrorRspError.d.ts +11 -0
  339. package/v2/model/BatchCopyErrorRspError.js +37 -0
  340. package/v2/model/BatchCopyResultVo.d.ts +19 -0
  341. package/v2/model/BatchCopyResultVo.js +42 -0
  342. package/v2/model/DownloadRegionCarrierExcelRequest.d.ts +35 -0
  343. package/v2/model/DownloadRegionCarrierExcelRequest.js +113 -0
  344. package/v2/model/DownloadRegionCarrierExcelResponse.d.ts +4 -0
  345. package/v2/model/DownloadRegionCarrierExcelResponse.js +27 -0
  346. package/v2/model/DownloadStatisticsExcelRequest.d.ts +33 -0
  347. package/v2/model/DownloadStatisticsExcelRequest.js +115 -0
  348. package/v2/model/DownloadStatisticsExcelResponse.d.ts +4 -0
  349. package/v2/model/DownloadStatisticsExcelResponse.js +27 -0
  350. package/v2/model/ErrMsg.d.ts +11 -0
  351. package/v2/model/ErrMsg.js +39 -0
  352. package/v2/model/ErrRsp.d.ts +6 -0
  353. package/v2/model/ErrRsp.js +14 -0
  354. package/v2/model/SetChargeModesBody.d.ts +15 -0
  355. package/v2/model/SetChargeModesBody.js +54 -0
  356. package/v2/model/SetChargeModesRequest.d.ts +6 -0
  357. package/v2/model/SetChargeModesRequest.js +13 -0
  358. package/v2/model/SetChargeModesResponse.d.ts +26 -0
  359. package/v2/model/SetChargeModesResponse.js +101 -0
  360. package/v2/model/ShowBandwidthCalcRequest.d.ts +27 -0
  361. package/v2/model/ShowBandwidthCalcRequest.js +97 -0
  362. package/v2/model/ShowBandwidthCalcResponse.d.ts +14 -0
  363. package/v2/model/ShowBandwidthCalcResponse.js +41 -0
  364. package/v2/model/ShowChargeModesRequest.d.ts +13 -0
  365. package/v2/model/ShowChargeModesRequest.js +42 -0
  366. package/v2/model/ShowChargeModesResponse.d.ts +10 -0
  367. package/v2/model/ShowChargeModesResponse.js +31 -0
  368. package/v2/model/ShowDomainLocationStatsRequest.d.ts +37 -0
  369. package/v2/model/ShowDomainLocationStatsRequest.js +118 -0
  370. package/v2/model/ShowDomainLocationStatsResponse.d.ts +14 -0
  371. package/v2/model/ShowDomainLocationStatsResponse.js +45 -0
  372. package/v2/model/ShowDomainStatsRequest.d.ts +35 -0
  373. package/v2/model/ShowDomainStatsRequest.js +120 -0
  374. package/v2/model/ShowDomainStatsResponse.d.ts +10 -0
  375. package/v2/model/ShowDomainStatsResponse.js +31 -0
  376. package/v2/model/ShowTopDomainNamesRequest.d.ts +25 -0
  377. package/v2/model/ShowTopDomainNamesRequest.js +86 -0
  378. package/v2/model/ShowTopDomainNamesResponse.d.ts +14 -0
  379. package/v2/model/ShowTopDomainNamesResponse.js +41 -0
  380. package/v2/model/ShowTopUrlRequest.d.ts +27 -0
  381. package/v2/model/ShowTopUrlRequest.js +97 -0
  382. package/v2/model/ShowTopUrlResponse.d.ts +13 -0
  383. package/v2/model/ShowTopUrlResponse.js +55 -0
  384. package/v2/model/TopUrlSummary.d.ts +19 -0
  385. package/v2/model/TopUrlSummary.js +59 -0
  386. package/v2/public-api.d.ts +31 -0
  387. package/v2/public-api.js +47 -0
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowDomainItemLocationDetailsRequest = void 0;
4
+ var ShowDomainItemLocationDetailsRequest = /** @class */ (function () {
5
+ function ShowDomainItemLocationDetailsRequest(startTime, endTime, domainName, statType, region, isp) {
6
+ this['start_time'] = startTime;
7
+ this['end_time'] = endTime;
8
+ this['domain_name'] = domainName;
9
+ this['stat_type'] = statType;
10
+ this['region'] = region;
11
+ this['isp'] = isp;
12
+ }
13
+ ShowDomainItemLocationDetailsRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
14
+ this['enterprise_project_id'] = enterpriseProjectId;
15
+ return this;
16
+ };
17
+ Object.defineProperty(ShowDomainItemLocationDetailsRequest.prototype, "enterpriseProjectId", {
18
+ get: function () {
19
+ return this['enterprise_project_id'];
20
+ },
21
+ set: function (enterpriseProjectId) {
22
+ this['enterprise_project_id'] = enterpriseProjectId;
23
+ },
24
+ enumerable: false,
25
+ configurable: true
26
+ });
27
+ ShowDomainItemLocationDetailsRequest.prototype.withStartTime = function (startTime) {
28
+ this['start_time'] = startTime;
29
+ return this;
30
+ };
31
+ Object.defineProperty(ShowDomainItemLocationDetailsRequest.prototype, "startTime", {
32
+ get: function () {
33
+ return this['start_time'];
34
+ },
35
+ set: function (startTime) {
36
+ this['start_time'] = startTime;
37
+ },
38
+ enumerable: false,
39
+ configurable: true
40
+ });
41
+ ShowDomainItemLocationDetailsRequest.prototype.withEndTime = function (endTime) {
42
+ this['end_time'] = endTime;
43
+ return this;
44
+ };
45
+ Object.defineProperty(ShowDomainItemLocationDetailsRequest.prototype, "endTime", {
46
+ get: function () {
47
+ return this['end_time'];
48
+ },
49
+ set: function (endTime) {
50
+ this['end_time'] = endTime;
51
+ },
52
+ enumerable: false,
53
+ configurable: true
54
+ });
55
+ ShowDomainItemLocationDetailsRequest.prototype.withDomainName = function (domainName) {
56
+ this['domain_name'] = domainName;
57
+ return this;
58
+ };
59
+ Object.defineProperty(ShowDomainItemLocationDetailsRequest.prototype, "domainName", {
60
+ get: function () {
61
+ return this['domain_name'];
62
+ },
63
+ set: function (domainName) {
64
+ this['domain_name'] = domainName;
65
+ },
66
+ enumerable: false,
67
+ configurable: true
68
+ });
69
+ ShowDomainItemLocationDetailsRequest.prototype.withStatType = function (statType) {
70
+ this['stat_type'] = statType;
71
+ return this;
72
+ };
73
+ Object.defineProperty(ShowDomainItemLocationDetailsRequest.prototype, "statType", {
74
+ get: function () {
75
+ return this['stat_type'];
76
+ },
77
+ set: function (statType) {
78
+ this['stat_type'] = statType;
79
+ },
80
+ enumerable: false,
81
+ configurable: true
82
+ });
83
+ ShowDomainItemLocationDetailsRequest.prototype.withRegion = function (region) {
84
+ this['region'] = region;
85
+ return this;
86
+ };
87
+ ShowDomainItemLocationDetailsRequest.prototype.withIsp = function (isp) {
88
+ this['isp'] = isp;
89
+ return this;
90
+ };
91
+ return ShowDomainItemLocationDetailsRequest;
92
+ }());
93
+ exports.ShowDomainItemLocationDetailsRequest = ShowDomainItemLocationDetailsRequest;
@@ -0,0 +1,9 @@
1
+ import { DomainItemLocationDetails } from './DomainItemLocationDetails';
2
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
3
+ export declare class ShowDomainItemLocationDetailsResponse extends SdkResponse {
4
+ private 'domain_item_location_details'?;
5
+ constructor();
6
+ withDomainItemLocationDetails(domainItemLocationDetails: DomainItemLocationDetails): ShowDomainItemLocationDetailsResponse;
7
+ set domainItemLocationDetails(domainItemLocationDetails: DomainItemLocationDetails | undefined);
8
+ get domainItemLocationDetails(): DomainItemLocationDetails | undefined;
9
+ }
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ShowDomainItemLocationDetailsResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ShowDomainItemLocationDetailsResponse = /** @class */ (function (_super) {
21
+ __extends(ShowDomainItemLocationDetailsResponse, _super);
22
+ function ShowDomainItemLocationDetailsResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ShowDomainItemLocationDetailsResponse.prototype.withDomainItemLocationDetails = function (domainItemLocationDetails) {
26
+ this['domain_item_location_details'] = domainItemLocationDetails;
27
+ return this;
28
+ };
29
+ Object.defineProperty(ShowDomainItemLocationDetailsResponse.prototype, "domainItemLocationDetails", {
30
+ get: function () {
31
+ return this['domain_item_location_details'];
32
+ },
33
+ set: function (domainItemLocationDetails) {
34
+ this['domain_item_location_details'] = domainItemLocationDetails;
35
+ },
36
+ enumerable: false,
37
+ configurable: true
38
+ });
39
+ return ShowDomainItemLocationDetailsResponse;
40
+ }(SdkResponse_1.SdkResponse));
41
+ exports.ShowDomainItemLocationDetailsResponse = ShowDomainItemLocationDetailsResponse;
@@ -0,0 +1,37 @@
1
+ export declare class ShowDomainLocationStatsRequest {
2
+ action: string;
3
+ private 'start_time';
4
+ private 'end_time';
5
+ interval?: number;
6
+ private 'domain_name';
7
+ private 'stat_type';
8
+ private 'group_by'?;
9
+ country?: string;
10
+ province?: string;
11
+ isp?: string;
12
+ private 'enterprise_project_id'?;
13
+ constructor(action?: any, startTime?: any, endTime?: any, domainName?: any, statType?: any);
14
+ withAction(action: string): ShowDomainLocationStatsRequest;
15
+ withStartTime(startTime: number): ShowDomainLocationStatsRequest;
16
+ set startTime(startTime: number | undefined);
17
+ get startTime(): number | undefined;
18
+ withEndTime(endTime: number): ShowDomainLocationStatsRequest;
19
+ set endTime(endTime: number | undefined);
20
+ get endTime(): number | undefined;
21
+ withInterval(interval: number): ShowDomainLocationStatsRequest;
22
+ withDomainName(domainName: string): ShowDomainLocationStatsRequest;
23
+ set domainName(domainName: string | undefined);
24
+ get domainName(): string | undefined;
25
+ withStatType(statType: string): ShowDomainLocationStatsRequest;
26
+ set statType(statType: string | undefined);
27
+ get statType(): string | undefined;
28
+ withGroupBy(groupBy: string): ShowDomainLocationStatsRequest;
29
+ set groupBy(groupBy: string | undefined);
30
+ get groupBy(): string | undefined;
31
+ withCountry(country: string): ShowDomainLocationStatsRequest;
32
+ withProvince(province: string): ShowDomainLocationStatsRequest;
33
+ withIsp(isp: string): ShowDomainLocationStatsRequest;
34
+ withEnterpriseProjectId(enterpriseProjectId: string): ShowDomainLocationStatsRequest;
35
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
36
+ get enterpriseProjectId(): string | undefined;
37
+ }
@@ -0,0 +1,118 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowDomainLocationStatsRequest = void 0;
4
+ var ShowDomainLocationStatsRequest = /** @class */ (function () {
5
+ function ShowDomainLocationStatsRequest(action, startTime, endTime, domainName, statType) {
6
+ this['action'] = action;
7
+ this['start_time'] = startTime;
8
+ this['end_time'] = endTime;
9
+ this['domain_name'] = domainName;
10
+ this['stat_type'] = statType;
11
+ }
12
+ ShowDomainLocationStatsRequest.prototype.withAction = function (action) {
13
+ this['action'] = action;
14
+ return this;
15
+ };
16
+ ShowDomainLocationStatsRequest.prototype.withStartTime = function (startTime) {
17
+ this['start_time'] = startTime;
18
+ return this;
19
+ };
20
+ Object.defineProperty(ShowDomainLocationStatsRequest.prototype, "startTime", {
21
+ get: function () {
22
+ return this['start_time'];
23
+ },
24
+ set: function (startTime) {
25
+ this['start_time'] = startTime;
26
+ },
27
+ enumerable: false,
28
+ configurable: true
29
+ });
30
+ ShowDomainLocationStatsRequest.prototype.withEndTime = function (endTime) {
31
+ this['end_time'] = endTime;
32
+ return this;
33
+ };
34
+ Object.defineProperty(ShowDomainLocationStatsRequest.prototype, "endTime", {
35
+ get: function () {
36
+ return this['end_time'];
37
+ },
38
+ set: function (endTime) {
39
+ this['end_time'] = endTime;
40
+ },
41
+ enumerable: false,
42
+ configurable: true
43
+ });
44
+ ShowDomainLocationStatsRequest.prototype.withInterval = function (interval) {
45
+ this['interval'] = interval;
46
+ return this;
47
+ };
48
+ ShowDomainLocationStatsRequest.prototype.withDomainName = function (domainName) {
49
+ this['domain_name'] = domainName;
50
+ return this;
51
+ };
52
+ Object.defineProperty(ShowDomainLocationStatsRequest.prototype, "domainName", {
53
+ get: function () {
54
+ return this['domain_name'];
55
+ },
56
+ set: function (domainName) {
57
+ this['domain_name'] = domainName;
58
+ },
59
+ enumerable: false,
60
+ configurable: true
61
+ });
62
+ ShowDomainLocationStatsRequest.prototype.withStatType = function (statType) {
63
+ this['stat_type'] = statType;
64
+ return this;
65
+ };
66
+ Object.defineProperty(ShowDomainLocationStatsRequest.prototype, "statType", {
67
+ get: function () {
68
+ return this['stat_type'];
69
+ },
70
+ set: function (statType) {
71
+ this['stat_type'] = statType;
72
+ },
73
+ enumerable: false,
74
+ configurable: true
75
+ });
76
+ ShowDomainLocationStatsRequest.prototype.withGroupBy = function (groupBy) {
77
+ this['group_by'] = groupBy;
78
+ return this;
79
+ };
80
+ Object.defineProperty(ShowDomainLocationStatsRequest.prototype, "groupBy", {
81
+ get: function () {
82
+ return this['group_by'];
83
+ },
84
+ set: function (groupBy) {
85
+ this['group_by'] = groupBy;
86
+ },
87
+ enumerable: false,
88
+ configurable: true
89
+ });
90
+ ShowDomainLocationStatsRequest.prototype.withCountry = function (country) {
91
+ this['country'] = country;
92
+ return this;
93
+ };
94
+ ShowDomainLocationStatsRequest.prototype.withProvince = function (province) {
95
+ this['province'] = province;
96
+ return this;
97
+ };
98
+ ShowDomainLocationStatsRequest.prototype.withIsp = function (isp) {
99
+ this['isp'] = isp;
100
+ return this;
101
+ };
102
+ ShowDomainLocationStatsRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
103
+ this['enterprise_project_id'] = enterpriseProjectId;
104
+ return this;
105
+ };
106
+ Object.defineProperty(ShowDomainLocationStatsRequest.prototype, "enterpriseProjectId", {
107
+ get: function () {
108
+ return this['enterprise_project_id'];
109
+ },
110
+ set: function (enterpriseProjectId) {
111
+ this['enterprise_project_id'] = enterpriseProjectId;
112
+ },
113
+ enumerable: false,
114
+ configurable: true
115
+ });
116
+ return ShowDomainLocationStatsRequest;
117
+ }());
118
+ exports.ShowDomainLocationStatsRequest = ShowDomainLocationStatsRequest;
@@ -0,0 +1,14 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ShowDomainLocationStatsResponse extends SdkResponse {
3
+ private 'group_by'?;
4
+ result?: {
5
+ [key: string]: object;
6
+ };
7
+ constructor();
8
+ withGroupBy(groupBy: string): ShowDomainLocationStatsResponse;
9
+ set groupBy(groupBy: string | undefined);
10
+ get groupBy(): string | undefined;
11
+ withResult(result: {
12
+ [key: string]: object;
13
+ }): ShowDomainLocationStatsResponse;
14
+ }
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ShowDomainLocationStatsResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ShowDomainLocationStatsResponse = /** @class */ (function (_super) {
21
+ __extends(ShowDomainLocationStatsResponse, _super);
22
+ function ShowDomainLocationStatsResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ShowDomainLocationStatsResponse.prototype.withGroupBy = function (groupBy) {
26
+ this['group_by'] = groupBy;
27
+ return this;
28
+ };
29
+ Object.defineProperty(ShowDomainLocationStatsResponse.prototype, "groupBy", {
30
+ get: function () {
31
+ return this['group_by'];
32
+ },
33
+ set: function (groupBy) {
34
+ this['group_by'] = groupBy;
35
+ },
36
+ enumerable: false,
37
+ configurable: true
38
+ });
39
+ ShowDomainLocationStatsResponse.prototype.withResult = function (result) {
40
+ this['result'] = result;
41
+ return this;
42
+ };
43
+ return ShowDomainLocationStatsResponse;
44
+ }(SdkResponse_1.SdkResponse));
45
+ exports.ShowDomainLocationStatsResponse = ShowDomainLocationStatsResponse;
@@ -0,0 +1,35 @@
1
+ export declare class ShowDomainStatsRequest {
2
+ action: string;
3
+ private 'start_time';
4
+ private 'end_time';
5
+ private 'domain_name';
6
+ private 'stat_type';
7
+ interval?: number;
8
+ private 'group_by'?;
9
+ private 'service_area'?;
10
+ private 'enterprise_project_id'?;
11
+ constructor(action?: any, startTime?: any, endTime?: any, domainName?: any, statType?: any);
12
+ withAction(action: string): ShowDomainStatsRequest;
13
+ withStartTime(startTime: number): ShowDomainStatsRequest;
14
+ set startTime(startTime: number | undefined);
15
+ get startTime(): number | undefined;
16
+ withEndTime(endTime: number): ShowDomainStatsRequest;
17
+ set endTime(endTime: number | undefined);
18
+ get endTime(): number | undefined;
19
+ withDomainName(domainName: string): ShowDomainStatsRequest;
20
+ set domainName(domainName: string | undefined);
21
+ get domainName(): string | undefined;
22
+ withStatType(statType: string): ShowDomainStatsRequest;
23
+ set statType(statType: string | undefined);
24
+ get statType(): string | undefined;
25
+ withInterval(interval: number): ShowDomainStatsRequest;
26
+ withGroupBy(groupBy: string): ShowDomainStatsRequest;
27
+ set groupBy(groupBy: string | undefined);
28
+ get groupBy(): string | undefined;
29
+ withServiceArea(serviceArea: string): ShowDomainStatsRequest;
30
+ set serviceArea(serviceArea: string | undefined);
31
+ get serviceArea(): string | undefined;
32
+ withEnterpriseProjectId(enterpriseProjectId: string): ShowDomainStatsRequest;
33
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
34
+ get enterpriseProjectId(): string | undefined;
35
+ }
@@ -0,0 +1,120 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowDomainStatsRequest = void 0;
4
+ var ShowDomainStatsRequest = /** @class */ (function () {
5
+ function ShowDomainStatsRequest(action, startTime, endTime, domainName, statType) {
6
+ this['action'] = action;
7
+ this['start_time'] = startTime;
8
+ this['end_time'] = endTime;
9
+ this['domain_name'] = domainName;
10
+ this['stat_type'] = statType;
11
+ }
12
+ ShowDomainStatsRequest.prototype.withAction = function (action) {
13
+ this['action'] = action;
14
+ return this;
15
+ };
16
+ ShowDomainStatsRequest.prototype.withStartTime = function (startTime) {
17
+ this['start_time'] = startTime;
18
+ return this;
19
+ };
20
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "startTime", {
21
+ get: function () {
22
+ return this['start_time'];
23
+ },
24
+ set: function (startTime) {
25
+ this['start_time'] = startTime;
26
+ },
27
+ enumerable: false,
28
+ configurable: true
29
+ });
30
+ ShowDomainStatsRequest.prototype.withEndTime = function (endTime) {
31
+ this['end_time'] = endTime;
32
+ return this;
33
+ };
34
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "endTime", {
35
+ get: function () {
36
+ return this['end_time'];
37
+ },
38
+ set: function (endTime) {
39
+ this['end_time'] = endTime;
40
+ },
41
+ enumerable: false,
42
+ configurable: true
43
+ });
44
+ ShowDomainStatsRequest.prototype.withDomainName = function (domainName) {
45
+ this['domain_name'] = domainName;
46
+ return this;
47
+ };
48
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "domainName", {
49
+ get: function () {
50
+ return this['domain_name'];
51
+ },
52
+ set: function (domainName) {
53
+ this['domain_name'] = domainName;
54
+ },
55
+ enumerable: false,
56
+ configurable: true
57
+ });
58
+ ShowDomainStatsRequest.prototype.withStatType = function (statType) {
59
+ this['stat_type'] = statType;
60
+ return this;
61
+ };
62
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "statType", {
63
+ get: function () {
64
+ return this['stat_type'];
65
+ },
66
+ set: function (statType) {
67
+ this['stat_type'] = statType;
68
+ },
69
+ enumerable: false,
70
+ configurable: true
71
+ });
72
+ ShowDomainStatsRequest.prototype.withInterval = function (interval) {
73
+ this['interval'] = interval;
74
+ return this;
75
+ };
76
+ ShowDomainStatsRequest.prototype.withGroupBy = function (groupBy) {
77
+ this['group_by'] = groupBy;
78
+ return this;
79
+ };
80
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "groupBy", {
81
+ get: function () {
82
+ return this['group_by'];
83
+ },
84
+ set: function (groupBy) {
85
+ this['group_by'] = groupBy;
86
+ },
87
+ enumerable: false,
88
+ configurable: true
89
+ });
90
+ ShowDomainStatsRequest.prototype.withServiceArea = function (serviceArea) {
91
+ this['service_area'] = serviceArea;
92
+ return this;
93
+ };
94
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "serviceArea", {
95
+ get: function () {
96
+ return this['service_area'];
97
+ },
98
+ set: function (serviceArea) {
99
+ this['service_area'] = serviceArea;
100
+ },
101
+ enumerable: false,
102
+ configurable: true
103
+ });
104
+ ShowDomainStatsRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
105
+ this['enterprise_project_id'] = enterpriseProjectId;
106
+ return this;
107
+ };
108
+ Object.defineProperty(ShowDomainStatsRequest.prototype, "enterpriseProjectId", {
109
+ get: function () {
110
+ return this['enterprise_project_id'];
111
+ },
112
+ set: function (enterpriseProjectId) {
113
+ this['enterprise_project_id'] = enterpriseProjectId;
114
+ },
115
+ enumerable: false,
116
+ configurable: true
117
+ });
118
+ return ShowDomainStatsRequest;
119
+ }());
120
+ exports.ShowDomainStatsRequest = ShowDomainStatsRequest;
@@ -0,0 +1,10 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class ShowDomainStatsResponse extends SdkResponse {
3
+ result?: {
4
+ [key: string]: object;
5
+ };
6
+ constructor();
7
+ withResult(result: {
8
+ [key: string]: object;
9
+ }): ShowDomainStatsResponse;
10
+ }
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __extends = (this && this.__extends) || (function () {
3
+ var extendStatics = function (d, b) {
4
+ extendStatics = Object.setPrototypeOf ||
5
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
6
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
7
+ return extendStatics(d, b);
8
+ };
9
+ return function (d, b) {
10
+ if (typeof b !== "function" && b !== null)
11
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
12
+ extendStatics(d, b);
13
+ function __() { this.constructor = d; }
14
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
15
+ };
16
+ })();
17
+ Object.defineProperty(exports, "__esModule", { value: true });
18
+ exports.ShowDomainStatsResponse = void 0;
19
+ var SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
20
+ var ShowDomainStatsResponse = /** @class */ (function (_super) {
21
+ __extends(ShowDomainStatsResponse, _super);
22
+ function ShowDomainStatsResponse() {
23
+ return _super.call(this) || this;
24
+ }
25
+ ShowDomainStatsResponse.prototype.withResult = function (result) {
26
+ this['result'] = result;
27
+ return this;
28
+ };
29
+ return ShowDomainStatsResponse;
30
+ }(SdkResponse_1.SdkResponse));
31
+ exports.ShowDomainStatsResponse = ShowDomainStatsResponse;
@@ -0,0 +1,27 @@
1
+ export declare class ShowHistoryTaskDetailsRequest {
2
+ private 'enterprise_project_id'?;
3
+ private 'history_tasks_id';
4
+ private 'page_size'?;
5
+ private 'page_number'?;
6
+ status?: string;
7
+ url?: string;
8
+ private 'create_time'?;
9
+ constructor(historyTasksId?: any);
10
+ withEnterpriseProjectId(enterpriseProjectId: string): ShowHistoryTaskDetailsRequest;
11
+ set enterpriseProjectId(enterpriseProjectId: string | undefined);
12
+ get enterpriseProjectId(): string | undefined;
13
+ withHistoryTasksId(historyTasksId: string): ShowHistoryTaskDetailsRequest;
14
+ set historyTasksId(historyTasksId: string | undefined);
15
+ get historyTasksId(): string | undefined;
16
+ withPageSize(pageSize: number): ShowHistoryTaskDetailsRequest;
17
+ set pageSize(pageSize: number | undefined);
18
+ get pageSize(): number | undefined;
19
+ withPageNumber(pageNumber: number): ShowHistoryTaskDetailsRequest;
20
+ set pageNumber(pageNumber: number | undefined);
21
+ get pageNumber(): number | undefined;
22
+ withStatus(status: string): ShowHistoryTaskDetailsRequest;
23
+ withUrl(url: string): ShowHistoryTaskDetailsRequest;
24
+ withCreateTime(createTime: number): ShowHistoryTaskDetailsRequest;
25
+ set createTime(createTime: number | undefined);
26
+ get createTime(): number | undefined;
27
+ }
@@ -0,0 +1,88 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ShowHistoryTaskDetailsRequest = void 0;
4
+ var ShowHistoryTaskDetailsRequest = /** @class */ (function () {
5
+ function ShowHistoryTaskDetailsRequest(historyTasksId) {
6
+ this['history_tasks_id'] = historyTasksId;
7
+ }
8
+ ShowHistoryTaskDetailsRequest.prototype.withEnterpriseProjectId = function (enterpriseProjectId) {
9
+ this['enterprise_project_id'] = enterpriseProjectId;
10
+ return this;
11
+ };
12
+ Object.defineProperty(ShowHistoryTaskDetailsRequest.prototype, "enterpriseProjectId", {
13
+ get: function () {
14
+ return this['enterprise_project_id'];
15
+ },
16
+ set: function (enterpriseProjectId) {
17
+ this['enterprise_project_id'] = enterpriseProjectId;
18
+ },
19
+ enumerable: false,
20
+ configurable: true
21
+ });
22
+ ShowHistoryTaskDetailsRequest.prototype.withHistoryTasksId = function (historyTasksId) {
23
+ this['history_tasks_id'] = historyTasksId;
24
+ return this;
25
+ };
26
+ Object.defineProperty(ShowHistoryTaskDetailsRequest.prototype, "historyTasksId", {
27
+ get: function () {
28
+ return this['history_tasks_id'];
29
+ },
30
+ set: function (historyTasksId) {
31
+ this['history_tasks_id'] = historyTasksId;
32
+ },
33
+ enumerable: false,
34
+ configurable: true
35
+ });
36
+ ShowHistoryTaskDetailsRequest.prototype.withPageSize = function (pageSize) {
37
+ this['page_size'] = pageSize;
38
+ return this;
39
+ };
40
+ Object.defineProperty(ShowHistoryTaskDetailsRequest.prototype, "pageSize", {
41
+ get: function () {
42
+ return this['page_size'];
43
+ },
44
+ set: function (pageSize) {
45
+ this['page_size'] = pageSize;
46
+ },
47
+ enumerable: false,
48
+ configurable: true
49
+ });
50
+ ShowHistoryTaskDetailsRequest.prototype.withPageNumber = function (pageNumber) {
51
+ this['page_number'] = pageNumber;
52
+ return this;
53
+ };
54
+ Object.defineProperty(ShowHistoryTaskDetailsRequest.prototype, "pageNumber", {
55
+ get: function () {
56
+ return this['page_number'];
57
+ },
58
+ set: function (pageNumber) {
59
+ this['page_number'] = pageNumber;
60
+ },
61
+ enumerable: false,
62
+ configurable: true
63
+ });
64
+ ShowHistoryTaskDetailsRequest.prototype.withStatus = function (status) {
65
+ this['status'] = status;
66
+ return this;
67
+ };
68
+ ShowHistoryTaskDetailsRequest.prototype.withUrl = function (url) {
69
+ this['url'] = url;
70
+ return this;
71
+ };
72
+ ShowHistoryTaskDetailsRequest.prototype.withCreateTime = function (createTime) {
73
+ this['create_time'] = createTime;
74
+ return this;
75
+ };
76
+ Object.defineProperty(ShowHistoryTaskDetailsRequest.prototype, "createTime", {
77
+ get: function () {
78
+ return this['create_time'];
79
+ },
80
+ set: function (createTime) {
81
+ this['create_time'] = createTime;
82
+ },
83
+ enumerable: false,
84
+ configurable: true
85
+ });
86
+ return ShowHistoryTaskDetailsRequest;
87
+ }());
88
+ exports.ShowHistoryTaskDetailsRequest = ShowHistoryTaskDetailsRequest;