@volcengine/mcdn 1.0.1

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 (506) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +335 -0
  4. package/dist/esm/api.d.ts +331 -0
  5. package/dist/esm/api.d.ts.map +1 -0
  6. package/dist/esm/index.d.ts +13 -0
  7. package/dist/esm/index.d.ts.map +1 -0
  8. package/dist/esm/index.mjs +217 -0
  9. package/dist/esm/types/active-weight-for-describe-dns-schedule-active-weights-output.d.ts +62 -0
  10. package/dist/esm/types/active-weight-for-describe-dns-schedule-active-weights-output.d.ts.map +1 -0
  11. package/dist/esm/types/add-dns-schedule-static-weight-request.d.ts +46 -0
  12. package/dist/esm/types/add-dns-schedule-static-weight-request.d.ts.map +1 -0
  13. package/dist/esm/types/add-dns-schedule-static-weight-response.d.ts +26 -0
  14. package/dist/esm/types/add-dns-schedule-static-weight-response.d.ts.map +1 -0
  15. package/dist/esm/types/alert-rule-for-describe-alert-strategy-output.d.ts +51 -0
  16. package/dist/esm/types/alert-rule-for-describe-alert-strategy-output.d.ts.map +1 -0
  17. package/dist/esm/types/alert-rule-for-list-alert-strategies-output.d.ts +51 -0
  18. package/dist/esm/types/alert-rule-for-list-alert-strategies-output.d.ts.map +1 -0
  19. package/dist/esm/types/alert-strategy-for-describe-alert-strategy-output.d.ts +74 -0
  20. package/dist/esm/types/alert-strategy-for-describe-alert-strategy-output.d.ts.map +1 -0
  21. package/dist/esm/types/aws-for-list-cloud-accounts-output.d.ts +26 -0
  22. package/dist/esm/types/aws-for-list-cloud-accounts-output.d.ts.map +1 -0
  23. package/dist/esm/types/certificate-for-list-cdn-domains-output.d.ts +87 -0
  24. package/dist/esm/types/certificate-for-list-cdn-domains-output.d.ts.map +1 -0
  25. package/dist/esm/types/child-for-list-alert-meta-metrics-output.d.ts +50 -0
  26. package/dist/esm/types/child-for-list-alert-meta-metrics-output.d.ts.map +1 -0
  27. package/dist/esm/types/cloud-account-for-list-cloud-accounts-output.d.ts +116 -0
  28. package/dist/esm/types/cloud-account-for-list-cloud-accounts-output.d.ts.map +1 -0
  29. package/dist/esm/types/condition-for-describe-alert-strategy-output.d.ts +55 -0
  30. package/dist/esm/types/condition-for-describe-alert-strategy-output.d.ts.map +1 -0
  31. package/dist/esm/types/condition-for-list-alert-strategies-output.d.ts +55 -0
  32. package/dist/esm/types/condition-for-list-alert-strategies-output.d.ts.map +1 -0
  33. package/dist/esm/types/configs-for-list-cdn-domains-output.d.ts +26 -0
  34. package/dist/esm/types/configs-for-list-cdn-domains-output.d.ts.map +1 -0
  35. package/dist/esm/types/contact-group-for-describe-alert-strategy-output.d.ts +30 -0
  36. package/dist/esm/types/contact-group-for-describe-alert-strategy-output.d.ts.map +1 -0
  37. package/dist/esm/types/contact-group-for-list-alert-strategies-output.d.ts +30 -0
  38. package/dist/esm/types/contact-group-for-list-alert-strategies-output.d.ts.map +1 -0
  39. package/dist/esm/types/contact-robot-for-describe-alert-strategy-output.d.ts +35 -0
  40. package/dist/esm/types/contact-robot-for-describe-alert-strategy-output.d.ts.map +1 -0
  41. package/dist/esm/types/contact-robot-for-list-alert-strategies-output.d.ts +35 -0
  42. package/dist/esm/types/contact-robot-for-list-alert-strategies-output.d.ts.map +1 -0
  43. package/dist/esm/types/content-settings-for-list-cloud-accounts-output.d.ts +26 -0
  44. package/dist/esm/types/content-settings-for-list-cloud-accounts-output.d.ts.map +1 -0
  45. package/dist/esm/types/convert-aws-for-list-cloud-accounts-output.d.ts +35 -0
  46. package/dist/esm/types/convert-aws-for-list-cloud-accounts-output.d.ts.map +1 -0
  47. package/dist/esm/types/country-for-describe-cdn-region-and-isp-output.d.ts +32 -0
  48. package/dist/esm/types/country-for-describe-cdn-region-and-isp-output.d.ts.map +1 -0
  49. package/dist/esm/types/country-for-list-views-output.d.ts +47 -0
  50. package/dist/esm/types/country-for-list-views-output.d.ts.map +1 -0
  51. package/dist/esm/types/data-for-list-alert-meta-metrics-output.d.ts +31 -0
  52. package/dist/esm/types/data-for-list-alert-meta-metrics-output.d.ts.map +1 -0
  53. package/dist/esm/types/data-for-list-alert-strategies-output.d.ts +74 -0
  54. package/dist/esm/types/data-for-list-alert-strategies-output.d.ts.map +1 -0
  55. package/dist/esm/types/delete-dns-schedule-static-weight-request.d.ts +30 -0
  56. package/dist/esm/types/delete-dns-schedule-static-weight-request.d.ts.map +1 -0
  57. package/dist/esm/types/delete-dns-schedule-static-weight-response.d.ts +20 -0
  58. package/dist/esm/types/delete-dns-schedule-static-weight-response.d.ts.map +1 -0
  59. package/dist/esm/types/describe-alert-strategy-request.d.ts +25 -0
  60. package/dist/esm/types/describe-alert-strategy-request.d.ts.map +1 -0
  61. package/dist/esm/types/describe-alert-strategy-response.d.ts +26 -0
  62. package/dist/esm/types/describe-alert-strategy-response.d.ts.map +1 -0
  63. package/dist/esm/types/describe-cdn-access-log-request.d.ts +56 -0
  64. package/dist/esm/types/describe-cdn-access-log-request.d.ts.map +1 -0
  65. package/dist/esm/types/describe-cdn-access-log-response.d.ts +32 -0
  66. package/dist/esm/types/describe-cdn-access-log-response.d.ts.map +1 -0
  67. package/dist/esm/types/describe-cdn-data-offline-request.d.ts +80 -0
  68. package/dist/esm/types/describe-cdn-data-offline-request.d.ts.map +1 -0
  69. package/dist/esm/types/describe-cdn-data-offline-response.d.ts +26 -0
  70. package/dist/esm/types/describe-cdn-data-offline-response.d.ts.map +1 -0
  71. package/dist/esm/types/describe-cdn-origin-data-offline-request.d.ts +85 -0
  72. package/dist/esm/types/describe-cdn-origin-data-offline-request.d.ts.map +1 -0
  73. package/dist/esm/types/describe-cdn-origin-data-offline-response.d.ts +26 -0
  74. package/dist/esm/types/describe-cdn-origin-data-offline-response.d.ts.map +1 -0
  75. package/dist/esm/types/describe-cdn-region-and-isp-request.d.ts +20 -0
  76. package/dist/esm/types/describe-cdn-region-and-isp-request.d.ts.map +1 -0
  77. package/dist/esm/types/describe-cdn-region-and-isp-response.d.ts +32 -0
  78. package/dist/esm/types/describe-cdn-region-and-isp-response.d.ts.map +1 -0
  79. package/dist/esm/types/describe-cdn-top-ip-request.d.ts +55 -0
  80. package/dist/esm/types/describe-cdn-top-ip-request.d.ts.map +1 -0
  81. package/dist/esm/types/describe-cdn-top-ip-response.d.ts +32 -0
  82. package/dist/esm/types/describe-cdn-top-ip-response.d.ts.map +1 -0
  83. package/dist/esm/types/describe-cdn-top-url-request.d.ts +55 -0
  84. package/dist/esm/types/describe-cdn-top-url-request.d.ts.map +1 -0
  85. package/dist/esm/types/describe-cdn-top-url-response.d.ts +32 -0
  86. package/dist/esm/types/describe-cdn-top-url-response.d.ts.map +1 -0
  87. package/dist/esm/types/describe-content-quota-request.d.ts +25 -0
  88. package/dist/esm/types/describe-content-quota-request.d.ts.map +1 -0
  89. package/dist/esm/types/describe-content-quota-response.d.ts +32 -0
  90. package/dist/esm/types/describe-content-quota-response.d.ts.map +1 -0
  91. package/dist/esm/types/describe-content-task-by-task-id-request.d.ts +30 -0
  92. package/dist/esm/types/describe-content-task-by-task-id-request.d.ts.map +1 -0
  93. package/dist/esm/types/describe-content-task-by-task-id-response.d.ts +32 -0
  94. package/dist/esm/types/describe-content-task-by-task-id-response.d.ts.map +1 -0
  95. package/dist/esm/types/describe-dns-schedule-active-weights-request.d.ts +25 -0
  96. package/dist/esm/types/describe-dns-schedule-active-weights-request.d.ts.map +1 -0
  97. package/dist/esm/types/describe-dns-schedule-active-weights-response.d.ts +31 -0
  98. package/dist/esm/types/describe-dns-schedule-active-weights-response.d.ts.map +1 -0
  99. package/dist/esm/types/describe-dns-schedule-request.d.ts +25 -0
  100. package/dist/esm/types/describe-dns-schedule-request.d.ts.map +1 -0
  101. package/dist/esm/types/describe-dns-schedule-response.d.ts +32 -0
  102. package/dist/esm/types/describe-dns-schedule-response.d.ts.map +1 -0
  103. package/dist/esm/types/describe-dns-schedule-static-weights-request.d.ts +25 -0
  104. package/dist/esm/types/describe-dns-schedule-static-weights-request.d.ts.map +1 -0
  105. package/dist/esm/types/describe-dns-schedule-static-weights-response.d.ts +37 -0
  106. package/dist/esm/types/describe-dns-schedule-static-weights-response.d.ts.map +1 -0
  107. package/dist/esm/types/disable-dns-schedule-domain-request.d.ts +30 -0
  108. package/dist/esm/types/disable-dns-schedule-domain-request.d.ts.map +1 -0
  109. package/dist/esm/types/disable-dns-schedule-domain-response.d.ts +20 -0
  110. package/dist/esm/types/disable-dns-schedule-domain-response.d.ts.map +1 -0
  111. package/dist/esm/types/dns-schedule-for-list-dns-schedules-output.d.ts +80 -0
  112. package/dist/esm/types/dns-schedule-for-list-dns-schedules-output.d.ts.map +1 -0
  113. package/dist/esm/types/dns-schedule-info-for-describe-dns-schedule-output.d.ts +82 -0
  114. package/dist/esm/types/dns-schedule-info-for-describe-dns-schedule-output.d.ts.map +1 -0
  115. package/dist/esm/types/domain-for-describe-alert-strategy-output.d.ts +30 -0
  116. package/dist/esm/types/domain-for-describe-alert-strategy-output.d.ts.map +1 -0
  117. package/dist/esm/types/domain-for-list-alert-strategies-output.d.ts +30 -0
  118. package/dist/esm/types/domain-for-list-alert-strategies-output.d.ts.map +1 -0
  119. package/dist/esm/types/domain-for-list-cdn-domains-output.d.ts +149 -0
  120. package/dist/esm/types/domain-for-list-cdn-domains-output.d.ts.map +1 -0
  121. package/dist/esm/types/domain-settings-for-list-cloud-accounts-output.d.ts +26 -0
  122. package/dist/esm/types/domain-settings-for-list-cloud-accounts-output.d.ts.map +1 -0
  123. package/dist/esm/types/domain-sync-status-state-for-list-cloud-accounts-output.d.ts +30 -0
  124. package/dist/esm/types/domain-sync-status-state-for-list-cloud-accounts-output.d.ts.map +1 -0
  125. package/dist/esm/types/domestic-domain-for-describe-dns-schedule-output.d.ts +75 -0
  126. package/dist/esm/types/domestic-domain-for-describe-dns-schedule-output.d.ts.map +1 -0
  127. package/dist/esm/types/enable-dns-schedule-domain-request.d.ts +30 -0
  128. package/dist/esm/types/enable-dns-schedule-domain-request.d.ts.map +1 -0
  129. package/dist/esm/types/enable-dns-schedule-domain-response.d.ts +20 -0
  130. package/dist/esm/types/enable-dns-schedule-domain-response.d.ts.map +1 -0
  131. package/dist/esm/types/error-for-describe-cdn-top-ip-output.d.ts +30 -0
  132. package/dist/esm/types/error-for-describe-cdn-top-ip-output.d.ts.map +1 -0
  133. package/dist/esm/types/error-for-describe-cdn-top-url-output.d.ts +30 -0
  134. package/dist/esm/types/error-for-describe-cdn-top-url-output.d.ts.map +1 -0
  135. package/dist/esm/types/error-for-describe-content-quota-output.d.ts +30 -0
  136. package/dist/esm/types/error-for-describe-content-quota-output.d.ts.map +1 -0
  137. package/dist/esm/types/error-for-describe-content-task-by-task-id-output.d.ts +30 -0
  138. package/dist/esm/types/error-for-describe-content-task-by-task-id-output.d.ts.map +1 -0
  139. package/dist/esm/types/extra-for-list-cloud-accounts-output.d.ts +55 -0
  140. package/dist/esm/types/extra-for-list-cloud-accounts-output.d.ts.map +1 -0
  141. package/dist/esm/types/global-domain-for-describe-dns-schedule-output.d.ts +75 -0
  142. package/dist/esm/types/global-domain-for-describe-dns-schedule-output.d.ts.map +1 -0
  143. package/dist/esm/types/host-for-list-cdn-domains-output.d.ts +30 -0
  144. package/dist/esm/types/host-for-list-cdn-domains-output.d.ts.map +1 -0
  145. package/dist/esm/types/index.d.ts +164 -0
  146. package/dist/esm/types/index.d.ts.map +1 -0
  147. package/dist/esm/types/ip-for-describe-cdn-top-ip-output.d.ts +35 -0
  148. package/dist/esm/types/ip-for-describe-cdn-top-ip-output.d.ts.map +1 -0
  149. package/dist/esm/types/isp-for-describe-cdn-region-and-isp-output.d.ts +30 -0
  150. package/dist/esm/types/isp-for-describe-cdn-region-and-isp-output.d.ts.map +1 -0
  151. package/dist/esm/types/isp-for-list-views-output.d.ts +30 -0
  152. package/dist/esm/types/isp-for-list-views-output.d.ts.map +1 -0
  153. package/dist/esm/types/list-alert-meta-metrics-request.d.ts +26 -0
  154. package/dist/esm/types/list-alert-meta-metrics-request.d.ts.map +1 -0
  155. package/dist/esm/types/list-alert-meta-metrics-response.d.ts +32 -0
  156. package/dist/esm/types/list-alert-meta-metrics-response.d.ts.map +1 -0
  157. package/dist/esm/types/list-alert-strategies-request.d.ts +46 -0
  158. package/dist/esm/types/list-alert-strategies-request.d.ts.map +1 -0
  159. package/dist/esm/types/list-alert-strategies-response.d.ts +32 -0
  160. package/dist/esm/types/list-alert-strategies-response.d.ts.map +1 -0
  161. package/dist/esm/types/list-cdn-domains-request.d.ts +87 -0
  162. package/dist/esm/types/list-cdn-domains-request.d.ts.map +1 -0
  163. package/dist/esm/types/list-cdn-domains-response.d.ts +32 -0
  164. package/dist/esm/types/list-cdn-domains-response.d.ts.map +1 -0
  165. package/dist/esm/types/list-cloud-accounts-request.d.ts +56 -0
  166. package/dist/esm/types/list-cloud-accounts-request.d.ts.map +1 -0
  167. package/dist/esm/types/list-cloud-accounts-response.d.ts +32 -0
  168. package/dist/esm/types/list-cloud-accounts-response.d.ts.map +1 -0
  169. package/dist/esm/types/list-content-tasks-request.d.ts +61 -0
  170. package/dist/esm/types/list-content-tasks-request.d.ts.map +1 -0
  171. package/dist/esm/types/list-content-tasks-response.d.ts +32 -0
  172. package/dist/esm/types/list-content-tasks-response.d.ts.map +1 -0
  173. package/dist/esm/types/list-dns-schedules-request.d.ts +76 -0
  174. package/dist/esm/types/list-dns-schedules-request.d.ts.map +1 -0
  175. package/dist/esm/types/list-dns-schedules-response.d.ts +32 -0
  176. package/dist/esm/types/list-dns-schedules-response.d.ts.map +1 -0
  177. package/dist/esm/types/list-vendor-content-task-request.d.ts +66 -0
  178. package/dist/esm/types/list-vendor-content-task-request.d.ts.map +1 -0
  179. package/dist/esm/types/list-vendor-content-task-response.d.ts +32 -0
  180. package/dist/esm/types/list-vendor-content-task-response.d.ts.map +1 -0
  181. package/dist/esm/types/list-views-request.d.ts +20 -0
  182. package/dist/esm/types/list-views-request.d.ts.map +1 -0
  183. package/dist/esm/types/list-views-response.d.ts +31 -0
  184. package/dist/esm/types/list-views-response.d.ts.map +1 -0
  185. package/dist/esm/types/log-for-describe-cdn-access-log-output.d.ts +31 -0
  186. package/dist/esm/types/log-for-describe-cdn-access-log-output.d.ts.map +1 -0
  187. package/dist/esm/types/log-info-for-describe-cdn-access-log-output.d.ts +45 -0
  188. package/dist/esm/types/log-info-for-describe-cdn-access-log-output.d.ts.map +1 -0
  189. package/dist/esm/types/metric-for-describe-cdn-data-offline-output.d.ts +31 -0
  190. package/dist/esm/types/metric-for-describe-cdn-data-offline-output.d.ts.map +1 -0
  191. package/dist/esm/types/metric-for-describe-cdn-origin-data-offline-output.d.ts +31 -0
  192. package/dist/esm/types/metric-for-describe-cdn-origin-data-offline-output.d.ts.map +1 -0
  193. package/dist/esm/types/name-pair-for-describe-cdn-region-and-isp-output.d.ts +30 -0
  194. package/dist/esm/types/name-pair-for-describe-cdn-region-and-isp-output.d.ts.map +1 -0
  195. package/dist/esm/types/network-for-list-cdn-domains-output.d.ts +30 -0
  196. package/dist/esm/types/network-for-list-cdn-domains-output.d.ts.map +1 -0
  197. package/dist/esm/types/notify-config-for-describe-alert-strategy-output.d.ts +35 -0
  198. package/dist/esm/types/notify-config-for-describe-alert-strategy-output.d.ts.map +1 -0
  199. package/dist/esm/types/notify-config-for-list-alert-strategies-output.d.ts +35 -0
  200. package/dist/esm/types/notify-config-for-list-alert-strategies-output.d.ts.map +1 -0
  201. package/dist/esm/types/offline-data-setting-for-list-cloud-accounts-output.d.ts +30 -0
  202. package/dist/esm/types/offline-data-setting-for-list-cloud-accounts-output.d.ts.map +1 -0
  203. package/dist/esm/types/origin-for-list-cdn-domains-output.d.ts +56 -0
  204. package/dist/esm/types/origin-for-list-cdn-domains-output.d.ts.map +1 -0
  205. package/dist/esm/types/pagination-for-describe-cdn-access-log-input.d.ts +30 -0
  206. package/dist/esm/types/pagination-for-describe-cdn-access-log-input.d.ts.map +1 -0
  207. package/dist/esm/types/pagination-for-describe-cdn-access-log-output.d.ts +35 -0
  208. package/dist/esm/types/pagination-for-describe-cdn-access-log-output.d.ts.map +1 -0
  209. package/dist/esm/types/pagination-for-list-alert-meta-metrics-output.d.ts +35 -0
  210. package/dist/esm/types/pagination-for-list-alert-meta-metrics-output.d.ts.map +1 -0
  211. package/dist/esm/types/pagination-for-list-alert-strategies-input.d.ts +30 -0
  212. package/dist/esm/types/pagination-for-list-alert-strategies-input.d.ts.map +1 -0
  213. package/dist/esm/types/pagination-for-list-alert-strategies-output.d.ts +35 -0
  214. package/dist/esm/types/pagination-for-list-alert-strategies-output.d.ts.map +1 -0
  215. package/dist/esm/types/pagination-for-list-cdn-domains-input.d.ts +30 -0
  216. package/dist/esm/types/pagination-for-list-cdn-domains-input.d.ts.map +1 -0
  217. package/dist/esm/types/pagination-for-list-cdn-domains-output.d.ts +35 -0
  218. package/dist/esm/types/pagination-for-list-cdn-domains-output.d.ts.map +1 -0
  219. package/dist/esm/types/pagination-for-list-cloud-accounts-input.d.ts +30 -0
  220. package/dist/esm/types/pagination-for-list-cloud-accounts-input.d.ts.map +1 -0
  221. package/dist/esm/types/pagination-for-list-cloud-accounts-output.d.ts +35 -0
  222. package/dist/esm/types/pagination-for-list-cloud-accounts-output.d.ts.map +1 -0
  223. package/dist/esm/types/pagination-for-list-content-tasks-input.d.ts +30 -0
  224. package/dist/esm/types/pagination-for-list-content-tasks-input.d.ts.map +1 -0
  225. package/dist/esm/types/pagination-for-list-content-tasks-output.d.ts +35 -0
  226. package/dist/esm/types/pagination-for-list-content-tasks-output.d.ts.map +1 -0
  227. package/dist/esm/types/pagination-for-list-dns-schedules-input.d.ts +30 -0
  228. package/dist/esm/types/pagination-for-list-dns-schedules-input.d.ts.map +1 -0
  229. package/dist/esm/types/pagination-for-list-dns-schedules-output.d.ts +35 -0
  230. package/dist/esm/types/pagination-for-list-dns-schedules-output.d.ts.map +1 -0
  231. package/dist/esm/types/pagination-for-list-vendor-content-task-input.d.ts +30 -0
  232. package/dist/esm/types/pagination-for-list-vendor-content-task-input.d.ts.map +1 -0
  233. package/dist/esm/types/pagination-for-list-vendor-content-task-output.d.ts +35 -0
  234. package/dist/esm/types/pagination-for-list-vendor-content-task-output.d.ts.map +1 -0
  235. package/dist/esm/types/paging-option-for-list-alert-meta-metrics-input.d.ts +30 -0
  236. package/dist/esm/types/paging-option-for-list-alert-meta-metrics-input.d.ts.map +1 -0
  237. package/dist/esm/types/permission-state-for-list-cloud-accounts-output.d.ts +25 -0
  238. package/dist/esm/types/permission-state-for-list-cloud-accounts-output.d.ts.map +1 -0
  239. package/dist/esm/types/preload-for-list-cloud-accounts-output.d.ts +40 -0
  240. package/dist/esm/types/preload-for-list-cloud-accounts-output.d.ts.map +1 -0
  241. package/dist/esm/types/probe-task-for-describe-alert-strategy-output.d.ts +30 -0
  242. package/dist/esm/types/probe-task-for-describe-alert-strategy-output.d.ts.map +1 -0
  243. package/dist/esm/types/probe-task-for-list-alert-strategies-output.d.ts +30 -0
  244. package/dist/esm/types/probe-task-for-list-alert-strategies-output.d.ts.map +1 -0
  245. package/dist/esm/types/province-for-list-views-output.d.ts +35 -0
  246. package/dist/esm/types/province-for-list-views-output.d.ts.map +1 -0
  247. package/dist/esm/types/quota-for-describe-content-quota-output.d.ts +80 -0
  248. package/dist/esm/types/quota-for-describe-content-quota-output.d.ts.map +1 -0
  249. package/dist/esm/types/region-for-describe-cdn-region-and-isp-output.d.ts +30 -0
  250. package/dist/esm/types/region-for-describe-cdn-region-and-isp-output.d.ts.map +1 -0
  251. package/dist/esm/types/resource-for-describe-cdn-data-offline-output.d.ts +31 -0
  252. package/dist/esm/types/resource-for-describe-cdn-data-offline-output.d.ts.map +1 -0
  253. package/dist/esm/types/resource-for-describe-cdn-origin-data-offline-output.d.ts +31 -0
  254. package/dist/esm/types/resource-for-describe-cdn-origin-data-offline-output.d.ts.map +1 -0
  255. package/dist/esm/types/stat-settings-for-list-cloud-accounts-output.d.ts +32 -0
  256. package/dist/esm/types/stat-settings-for-list-cloud-accounts-output.d.ts.map +1 -0
  257. package/dist/esm/types/stat-sync-status-state-for-list-cloud-accounts-output.d.ts +30 -0
  258. package/dist/esm/types/stat-sync-status-state-for-list-cloud-accounts-output.d.ts.map +1 -0
  259. package/dist/esm/types/static-weight-for-add-dns-schedule-static-weight-output.d.ts +46 -0
  260. package/dist/esm/types/static-weight-for-add-dns-schedule-static-weight-output.d.ts.map +1 -0
  261. package/dist/esm/types/static-weight-for-describe-dns-schedule-static-weights-output.d.ts +46 -0
  262. package/dist/esm/types/static-weight-for-describe-dns-schedule-static-weights-output.d.ts.map +1 -0
  263. package/dist/esm/types/sub-task-for-describe-content-task-by-task-id-output.d.ts +80 -0
  264. package/dist/esm/types/sub-task-for-describe-content-task-by-task-id-output.d.ts.map +1 -0
  265. package/dist/esm/types/sub-task-for-list-content-tasks-output.d.ts +70 -0
  266. package/dist/esm/types/sub-task-for-list-content-tasks-output.d.ts.map +1 -0
  267. package/dist/esm/types/submit-oversea-preload-task-request.d.ts +35 -0
  268. package/dist/esm/types/submit-oversea-preload-task-request.d.ts.map +1 -0
  269. package/dist/esm/types/submit-oversea-preload-task-response.d.ts +30 -0
  270. package/dist/esm/types/submit-oversea-preload-task-response.d.ts.map +1 -0
  271. package/dist/esm/types/submit-preload-task-request.d.ts +35 -0
  272. package/dist/esm/types/submit-preload-task-request.d.ts.map +1 -0
  273. package/dist/esm/types/submit-preload-task-response.d.ts +30 -0
  274. package/dist/esm/types/submit-preload-task-response.d.ts.map +1 -0
  275. package/dist/esm/types/submit-refresh-task-request.d.ts +35 -0
  276. package/dist/esm/types/submit-refresh-task-request.d.ts.map +1 -0
  277. package/dist/esm/types/submit-refresh-task-response.d.ts +30 -0
  278. package/dist/esm/types/submit-refresh-task-response.d.ts.map +1 -0
  279. package/dist/esm/types/subscribe-rule-for-describe-alert-strategy-output.d.ts +38 -0
  280. package/dist/esm/types/subscribe-rule-for-describe-alert-strategy-output.d.ts.map +1 -0
  281. package/dist/esm/types/subscribe-rule-for-list-alert-strategies-output.d.ts +38 -0
  282. package/dist/esm/types/subscribe-rule-for-list-alert-strategies-output.d.ts.map +1 -0
  283. package/dist/esm/types/sync-detail-for-list-cdn-domains-output.d.ts +25 -0
  284. package/dist/esm/types/sync-detail-for-list-cdn-domains-output.d.ts.map +1 -0
  285. package/dist/esm/types/sync-status-state-for-list-cloud-accounts-output.d.ts +32 -0
  286. package/dist/esm/types/sync-status-state-for-list-cloud-accounts-output.d.ts.map +1 -0
  287. package/dist/esm/types/tag-filter-for-list-cdn-domains-input.d.ts +35 -0
  288. package/dist/esm/types/tag-filter-for-list-cdn-domains-input.d.ts.map +1 -0
  289. package/dist/esm/types/tag-for-list-cdn-domains-output.d.ts +30 -0
  290. package/dist/esm/types/tag-for-list-cdn-domains-output.d.ts.map +1 -0
  291. package/dist/esm/types/task-for-list-content-tasks-output.d.ts +56 -0
  292. package/dist/esm/types/task-for-list-content-tasks-output.d.ts.map +1 -0
  293. package/dist/esm/types/task-for-list-vendor-content-task-output.d.ts +45 -0
  294. package/dist/esm/types/task-for-list-vendor-content-task-output.d.ts.map +1 -0
  295. package/dist/esm/types/template-info-for-describe-dns-schedule-static-weights-output.d.ts +35 -0
  296. package/dist/esm/types/template-info-for-describe-dns-schedule-static-weights-output.d.ts.map +1 -0
  297. package/dist/esm/types/ucloud-for-list-cloud-accounts-output.d.ts +25 -0
  298. package/dist/esm/types/ucloud-for-list-cloud-accounts-output.d.ts.map +1 -0
  299. package/dist/esm/types/update-dns-schedule-static-weight-request.d.ts +36 -0
  300. package/dist/esm/types/update-dns-schedule-static-weight-request.d.ts.map +1 -0
  301. package/dist/esm/types/update-dns-schedule-static-weight-response.d.ts +20 -0
  302. package/dist/esm/types/update-dns-schedule-static-weight-response.d.ts.map +1 -0
  303. package/dist/esm/types/url-for-describe-cdn-top-url-output.d.ts +35 -0
  304. package/dist/esm/types/url-for-describe-cdn-top-url-output.d.ts.map +1 -0
  305. package/dist/esm/types/value-for-describe-cdn-data-offline-output.d.ts +30 -0
  306. package/dist/esm/types/value-for-describe-cdn-data-offline-output.d.ts.map +1 -0
  307. package/dist/esm/types/value-for-describe-cdn-origin-data-offline-output.d.ts +30 -0
  308. package/dist/esm/types/value-for-describe-cdn-origin-data-offline-output.d.ts.map +1 -0
  309. package/dist/esm/types/vendors-meta-data-for-describe-cdn-top-ip-output.d.ts +46 -0
  310. package/dist/esm/types/vendors-meta-data-for-describe-cdn-top-ip-output.d.ts.map +1 -0
  311. package/dist/esm/types/vendors-meta-data-for-describe-cdn-top-url-output.d.ts +46 -0
  312. package/dist/esm/types/vendors-meta-data-for-describe-cdn-top-url-output.d.ts.map +1 -0
  313. package/dist/esm/types/vendors-meta-data-for-describe-content-quota-output.d.ts +51 -0
  314. package/dist/esm/types/vendors-meta-data-for-describe-content-quota-output.d.ts.map +1 -0
  315. package/dist/esm/types/vendors-meta-data-for-describe-content-task-by-task-id-output.d.ts +51 -0
  316. package/dist/esm/types/vendors-meta-data-for-describe-content-task-by-task-id-output.d.ts.map +1 -0
  317. package/dist/esm/types/volc-ids-sync-detail-for-list-cdn-domains-output.d.ts +25 -0
  318. package/dist/esm/types/volc-ids-sync-detail-for-list-cdn-domains-output.d.ts.map +1 -0
  319. package/dist/esm/types/weight-failover-info-for-describe-dns-schedule-active-weights-output.d.ts +35 -0
  320. package/dist/esm/types/weight-failover-info-for-describe-dns-schedule-active-weights-output.d.ts.map +1 -0
  321. package/dist/esm/types/weight-failover-info-for-describe-dns-schedule-output.d.ts +35 -0
  322. package/dist/esm/types/weight-failover-info-for-describe-dns-schedule-output.d.ts.map +1 -0
  323. package/dist/esm/types/weight-info-for-describe-dns-schedule-output.d.ts +62 -0
  324. package/dist/esm/types/weight-info-for-describe-dns-schedule-output.d.ts.map +1 -0
  325. package/dist/esm/types/weight-info-item-for-describe-dns-schedule-active-weights-output.d.ts +35 -0
  326. package/dist/esm/types/weight-info-item-for-describe-dns-schedule-active-weights-output.d.ts.map +1 -0
  327. package/dist/esm/types/weight-info-item-for-describe-dns-schedule-output.d.ts +35 -0
  328. package/dist/esm/types/weight-info-item-for-describe-dns-schedule-output.d.ts.map +1 -0
  329. package/dist/esm/types/weight-item-for-add-dns-schedule-static-weight-input.d.ts +30 -0
  330. package/dist/esm/types/weight-item-for-add-dns-schedule-static-weight-input.d.ts.map +1 -0
  331. package/dist/esm/types/weight-item-for-add-dns-schedule-static-weight-output.d.ts +30 -0
  332. package/dist/esm/types/weight-item-for-add-dns-schedule-static-weight-output.d.ts.map +1 -0
  333. package/dist/esm/types/weight-item-for-describe-dns-schedule-static-weights-output.d.ts +30 -0
  334. package/dist/esm/types/weight-item-for-describe-dns-schedule-static-weights-output.d.ts.map +1 -0
  335. package/dist/esm/types/weight-item-for-update-dns-schedule-static-weight-input.d.ts +30 -0
  336. package/dist/esm/types/weight-item-for-update-dns-schedule-static-weight-input.d.ts.map +1 -0
  337. package/dist/tsconfig.tsbuildinfo +1 -0
  338. package/package.json +37 -0
  339. package/rslib.config.ts +26 -0
  340. package/src/api.ts +571 -0
  341. package/src/index.ts +14 -0
  342. package/src/types/active-weight-for-describe-dns-schedule-active-weights-output.ts +72 -0
  343. package/src/types/add-dns-schedule-static-weight-request.ts +53 -0
  344. package/src/types/add-dns-schedule-static-weight-response.ts +29 -0
  345. package/src/types/alert-rule-for-describe-alert-strategy-output.ts +59 -0
  346. package/src/types/alert-rule-for-list-alert-strategies-output.ts +59 -0
  347. package/src/types/alert-strategy-for-describe-alert-strategy-output.ts +86 -0
  348. package/src/types/aws-for-list-cloud-accounts-output.ts +29 -0
  349. package/src/types/certificate-for-list-cdn-domains-output.ts +102 -0
  350. package/src/types/child-for-list-alert-meta-metrics-output.ts +58 -0
  351. package/src/types/cloud-account-for-list-cloud-accounts-output.ts +136 -0
  352. package/src/types/condition-for-describe-alert-strategy-output.ts +64 -0
  353. package/src/types/condition-for-list-alert-strategies-output.ts +64 -0
  354. package/src/types/configs-for-list-cdn-domains-output.ts +29 -0
  355. package/src/types/contact-group-for-describe-alert-strategy-output.ts +34 -0
  356. package/src/types/contact-group-for-list-alert-strategies-output.ts +34 -0
  357. package/src/types/contact-robot-for-describe-alert-strategy-output.ts +40 -0
  358. package/src/types/contact-robot-for-list-alert-strategies-output.ts +40 -0
  359. package/src/types/content-settings-for-list-cloud-accounts-output.ts +29 -0
  360. package/src/types/convert-aws-for-list-cloud-accounts-output.ts +40 -0
  361. package/src/types/country-for-describe-cdn-region-and-isp-output.ts +36 -0
  362. package/src/types/country-for-list-views-output.ts +54 -0
  363. package/src/types/data-for-list-alert-meta-metrics-output.ts +35 -0
  364. package/src/types/data-for-list-alert-strategies-output.ts +86 -0
  365. package/src/types/delete-dns-schedule-static-weight-request.ts +34 -0
  366. package/src/types/delete-dns-schedule-static-weight-response.ts +22 -0
  367. package/src/types/describe-alert-strategy-request.ts +28 -0
  368. package/src/types/describe-alert-strategy-response.ts +29 -0
  369. package/src/types/describe-cdn-access-log-request.ts +65 -0
  370. package/src/types/describe-cdn-access-log-response.ts +36 -0
  371. package/src/types/describe-cdn-data-offline-request.ts +94 -0
  372. package/src/types/describe-cdn-data-offline-response.ts +29 -0
  373. package/src/types/describe-cdn-origin-data-offline-request.ts +100 -0
  374. package/src/types/describe-cdn-origin-data-offline-response.ts +29 -0
  375. package/src/types/describe-cdn-region-and-isp-request.ts +22 -0
  376. package/src/types/describe-cdn-region-and-isp-response.ts +36 -0
  377. package/src/types/describe-cdn-top-ip-request.ts +64 -0
  378. package/src/types/describe-cdn-top-ip-response.ts +36 -0
  379. package/src/types/describe-cdn-top-url-request.ts +64 -0
  380. package/src/types/describe-cdn-top-url-response.ts +36 -0
  381. package/src/types/describe-content-quota-request.ts +28 -0
  382. package/src/types/describe-content-quota-response.ts +36 -0
  383. package/src/types/describe-content-task-by-task-id-request.ts +34 -0
  384. package/src/types/describe-content-task-by-task-id-response.ts +36 -0
  385. package/src/types/describe-dns-schedule-active-weights-request.ts +28 -0
  386. package/src/types/describe-dns-schedule-active-weights-response.ts +35 -0
  387. package/src/types/describe-dns-schedule-request.ts +28 -0
  388. package/src/types/describe-dns-schedule-response.ts +36 -0
  389. package/src/types/describe-dns-schedule-static-weights-request.ts +28 -0
  390. package/src/types/describe-dns-schedule-static-weights-response.ts +42 -0
  391. package/src/types/disable-dns-schedule-domain-request.ts +34 -0
  392. package/src/types/disable-dns-schedule-domain-response.ts +22 -0
  393. package/src/types/dns-schedule-for-list-dns-schedules-output.ts +94 -0
  394. package/src/types/dns-schedule-info-for-describe-dns-schedule-output.ts +96 -0
  395. package/src/types/domain-for-describe-alert-strategy-output.ts +34 -0
  396. package/src/types/domain-for-list-alert-strategies-output.ts +34 -0
  397. package/src/types/domain-for-list-cdn-domains-output.ts +176 -0
  398. package/src/types/domain-settings-for-list-cloud-accounts-output.ts +29 -0
  399. package/src/types/domain-sync-status-state-for-list-cloud-accounts-output.ts +34 -0
  400. package/src/types/domestic-domain-for-describe-dns-schedule-output.ts +88 -0
  401. package/src/types/enable-dns-schedule-domain-request.ts +34 -0
  402. package/src/types/enable-dns-schedule-domain-response.ts +22 -0
  403. package/src/types/error-for-describe-cdn-top-ip-output.ts +34 -0
  404. package/src/types/error-for-describe-cdn-top-url-output.ts +34 -0
  405. package/src/types/error-for-describe-content-quota-output.ts +34 -0
  406. package/src/types/error-for-describe-content-task-by-task-id-output.ts +34 -0
  407. package/src/types/extra-for-list-cloud-accounts-output.ts +64 -0
  408. package/src/types/global-domain-for-describe-dns-schedule-output.ts +88 -0
  409. package/src/types/host-for-list-cdn-domains-output.ts +34 -0
  410. package/src/types/index.ts +163 -0
  411. package/src/types/ip-for-describe-cdn-top-ip-output.ts +40 -0
  412. package/src/types/isp-for-describe-cdn-region-and-isp-output.ts +34 -0
  413. package/src/types/isp-for-list-views-output.ts +34 -0
  414. package/src/types/list-alert-meta-metrics-request.ts +29 -0
  415. package/src/types/list-alert-meta-metrics-response.ts +36 -0
  416. package/src/types/list-alert-strategies-request.ts +53 -0
  417. package/src/types/list-alert-strategies-response.ts +36 -0
  418. package/src/types/list-cdn-domains-request.ts +102 -0
  419. package/src/types/list-cdn-domains-response.ts +36 -0
  420. package/src/types/list-cloud-accounts-request.ts +65 -0
  421. package/src/types/list-cloud-accounts-response.ts +36 -0
  422. package/src/types/list-content-tasks-request.ts +71 -0
  423. package/src/types/list-content-tasks-response.ts +36 -0
  424. package/src/types/list-dns-schedules-request.ts +89 -0
  425. package/src/types/list-dns-schedules-response.ts +36 -0
  426. package/src/types/list-vendor-content-task-request.ts +77 -0
  427. package/src/types/list-vendor-content-task-response.ts +36 -0
  428. package/src/types/list-views-request.ts +22 -0
  429. package/src/types/list-views-response.ts +35 -0
  430. package/src/types/log-for-describe-cdn-access-log-output.ts +35 -0
  431. package/src/types/log-info-for-describe-cdn-access-log-output.ts +52 -0
  432. package/src/types/metric-for-describe-cdn-data-offline-output.ts +35 -0
  433. package/src/types/metric-for-describe-cdn-origin-data-offline-output.ts +35 -0
  434. package/src/types/name-pair-for-describe-cdn-region-and-isp-output.ts +34 -0
  435. package/src/types/network-for-list-cdn-domains-output.ts +34 -0
  436. package/src/types/notify-config-for-describe-alert-strategy-output.ts +40 -0
  437. package/src/types/notify-config-for-list-alert-strategies-output.ts +40 -0
  438. package/src/types/offline-data-setting-for-list-cloud-accounts-output.ts +34 -0
  439. package/src/types/origin-for-list-cdn-domains-output.ts +65 -0
  440. package/src/types/pagination-for-describe-cdn-access-log-input.ts +34 -0
  441. package/src/types/pagination-for-describe-cdn-access-log-output.ts +40 -0
  442. package/src/types/pagination-for-list-alert-meta-metrics-output.ts +40 -0
  443. package/src/types/pagination-for-list-alert-strategies-input.ts +34 -0
  444. package/src/types/pagination-for-list-alert-strategies-output.ts +40 -0
  445. package/src/types/pagination-for-list-cdn-domains-input.ts +34 -0
  446. package/src/types/pagination-for-list-cdn-domains-output.ts +40 -0
  447. package/src/types/pagination-for-list-cloud-accounts-input.ts +34 -0
  448. package/src/types/pagination-for-list-cloud-accounts-output.ts +40 -0
  449. package/src/types/pagination-for-list-content-tasks-input.ts +34 -0
  450. package/src/types/pagination-for-list-content-tasks-output.ts +40 -0
  451. package/src/types/pagination-for-list-dns-schedules-input.ts +34 -0
  452. package/src/types/pagination-for-list-dns-schedules-output.ts +40 -0
  453. package/src/types/pagination-for-list-vendor-content-task-input.ts +34 -0
  454. package/src/types/pagination-for-list-vendor-content-task-output.ts +40 -0
  455. package/src/types/paging-option-for-list-alert-meta-metrics-input.ts +34 -0
  456. package/src/types/permission-state-for-list-cloud-accounts-output.ts +28 -0
  457. package/src/types/preload-for-list-cloud-accounts-output.ts +46 -0
  458. package/src/types/probe-task-for-describe-alert-strategy-output.ts +34 -0
  459. package/src/types/probe-task-for-list-alert-strategies-output.ts +34 -0
  460. package/src/types/province-for-list-views-output.ts +40 -0
  461. package/src/types/quota-for-describe-content-quota-output.ts +94 -0
  462. package/src/types/region-for-describe-cdn-region-and-isp-output.ts +34 -0
  463. package/src/types/resource-for-describe-cdn-data-offline-output.ts +35 -0
  464. package/src/types/resource-for-describe-cdn-origin-data-offline-output.ts +35 -0
  465. package/src/types/stat-settings-for-list-cloud-accounts-output.ts +36 -0
  466. package/src/types/stat-sync-status-state-for-list-cloud-accounts-output.ts +34 -0
  467. package/src/types/static-weight-for-add-dns-schedule-static-weight-output.ts +53 -0
  468. package/src/types/static-weight-for-describe-dns-schedule-static-weights-output.ts +53 -0
  469. package/src/types/sub-task-for-describe-content-task-by-task-id-output.ts +94 -0
  470. package/src/types/sub-task-for-list-content-tasks-output.ts +82 -0
  471. package/src/types/submit-oversea-preload-task-request.ts +40 -0
  472. package/src/types/submit-oversea-preload-task-response.ts +34 -0
  473. package/src/types/submit-preload-task-request.ts +40 -0
  474. package/src/types/submit-preload-task-response.ts +34 -0
  475. package/src/types/submit-refresh-task-request.ts +40 -0
  476. package/src/types/submit-refresh-task-response.ts +34 -0
  477. package/src/types/subscribe-rule-for-describe-alert-strategy-output.ts +43 -0
  478. package/src/types/subscribe-rule-for-list-alert-strategies-output.ts +43 -0
  479. package/src/types/sync-detail-for-list-cdn-domains-output.ts +28 -0
  480. package/src/types/sync-status-state-for-list-cloud-accounts-output.ts +36 -0
  481. package/src/types/tag-filter-for-list-cdn-domains-input.ts +40 -0
  482. package/src/types/tag-for-list-cdn-domains-output.ts +34 -0
  483. package/src/types/task-for-list-content-tasks-output.ts +65 -0
  484. package/src/types/task-for-list-vendor-content-task-output.ts +52 -0
  485. package/src/types/template-info-for-describe-dns-schedule-static-weights-output.ts +40 -0
  486. package/src/types/ucloud-for-list-cloud-accounts-output.ts +28 -0
  487. package/src/types/update-dns-schedule-static-weight-request.ts +41 -0
  488. package/src/types/update-dns-schedule-static-weight-response.ts +22 -0
  489. package/src/types/url-for-describe-cdn-top-url-output.ts +40 -0
  490. package/src/types/value-for-describe-cdn-data-offline-output.ts +34 -0
  491. package/src/types/value-for-describe-cdn-origin-data-offline-output.ts +34 -0
  492. package/src/types/vendors-meta-data-for-describe-cdn-top-ip-output.ts +53 -0
  493. package/src/types/vendors-meta-data-for-describe-cdn-top-url-output.ts +53 -0
  494. package/src/types/vendors-meta-data-for-describe-content-quota-output.ts +59 -0
  495. package/src/types/vendors-meta-data-for-describe-content-task-by-task-id-output.ts +59 -0
  496. package/src/types/volc-ids-sync-detail-for-list-cdn-domains-output.ts +28 -0
  497. package/src/types/weight-failover-info-for-describe-dns-schedule-active-weights-output.ts +40 -0
  498. package/src/types/weight-failover-info-for-describe-dns-schedule-output.ts +40 -0
  499. package/src/types/weight-info-for-describe-dns-schedule-output.ts +72 -0
  500. package/src/types/weight-info-item-for-describe-dns-schedule-active-weights-output.ts +40 -0
  501. package/src/types/weight-info-item-for-describe-dns-schedule-output.ts +40 -0
  502. package/src/types/weight-item-for-add-dns-schedule-static-weight-input.ts +34 -0
  503. package/src/types/weight-item-for-add-dns-schedule-static-weight-output.ts +34 -0
  504. package/src/types/weight-item-for-describe-dns-schedule-static-weights-output.ts +34 -0
  505. package/src/types/weight-item-for-update-dns-schedule-static-weight-input.ts +34 -0
  506. package/tsconfig.json +12 -0
@@ -0,0 +1,65 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { PaginationForDescribeCdnAccessLogInput } from './pagination-for-describe-cdn-access-log-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DescribeCdnAccessLogRequest
21
+ */
22
+ export interface DescribeCdnAccessLogRequest {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof DescribeCdnAccessLogRequest
27
+ */
28
+ Domain?: string;
29
+
30
+ /**
31
+ * @type {string}
32
+ * @memberof DescribeCdnAccessLogRequest
33
+ */
34
+ DomainId?: string;
35
+
36
+ /**
37
+ * @type {number}
38
+ * @memberof DescribeCdnAccessLogRequest
39
+ */
40
+ EndTime: number;
41
+
42
+ /**
43
+ * @type {PaginationForDescribeCdnAccessLogInput}
44
+ * @memberof DescribeCdnAccessLogRequest
45
+ */
46
+ Pagination?: PaginationForDescribeCdnAccessLogInput;
47
+
48
+ /**
49
+ * @type {number}
50
+ * @memberof DescribeCdnAccessLogRequest
51
+ */
52
+ StartTime: number;
53
+
54
+ /**
55
+ * @type {string}
56
+ * @memberof DescribeCdnAccessLogRequest
57
+ */
58
+ SubProduct?: string;
59
+
60
+ /**
61
+ * @type {string}
62
+ * @memberof DescribeCdnAccessLogRequest
63
+ */
64
+ Vendor?: string;
65
+ }
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { LogForDescribeCdnAccessLogOutput } from './log-for-describe-cdn-access-log-output';
16
+ import { PaginationForDescribeCdnAccessLogOutput } from './pagination-for-describe-cdn-access-log-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface DescribeCdnAccessLogResponse
22
+ */
23
+ export interface DescribeCdnAccessLogResponse {
24
+
25
+ /**
26
+ * @type {Array<LogForDescribeCdnAccessLogOutput>}
27
+ * @memberof DescribeCdnAccessLogResponse
28
+ */
29
+ Logs?: Array<LogForDescribeCdnAccessLogOutput>;
30
+
31
+ /**
32
+ * @type {PaginationForDescribeCdnAccessLogOutput}
33
+ * @memberof DescribeCdnAccessLogResponse
34
+ */
35
+ Pagination?: PaginationForDescribeCdnAccessLogOutput;
36
+ }
@@ -0,0 +1,94 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeCdnDataOfflineRequest
20
+ */
21
+ export interface DescribeCdnDataOfflineRequest {
22
+
23
+ /**
24
+ * @type {Array<string>}
25
+ * @memberof DescribeCdnDataOfflineRequest
26
+ */
27
+ CdnTypes?: Array<string>;
28
+
29
+ /**
30
+ * @type {Array<string>}
31
+ * @memberof DescribeCdnDataOfflineRequest
32
+ */
33
+ CloudAccountIds?: Array<string>;
34
+
35
+ /**
36
+ * @type {Array<string>}
37
+ * @memberof DescribeCdnDataOfflineRequest
38
+ */
39
+ DomainIds?: Array<string>;
40
+
41
+ /**
42
+ * @type {Array<string>}
43
+ * @memberof DescribeCdnDataOfflineRequest
44
+ */
45
+ Domains?: Array<string>;
46
+
47
+ /**
48
+ * @type {number}
49
+ * @memberof DescribeCdnDataOfflineRequest
50
+ */
51
+ EndTime: number;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof DescribeCdnDataOfflineRequest
56
+ */
57
+ GroupBy?: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof DescribeCdnDataOfflineRequest
62
+ */
63
+ Interval: string;
64
+
65
+ /**
66
+ * @type {string}
67
+ * @memberof DescribeCdnDataOfflineRequest
68
+ */
69
+ Metric: string;
70
+
71
+ /**
72
+ * @type {Array<string>}
73
+ * @memberof DescribeCdnDataOfflineRequest
74
+ */
75
+ ProjectNames?: Array<string>;
76
+
77
+ /**
78
+ * @type {number}
79
+ * @memberof DescribeCdnDataOfflineRequest
80
+ */
81
+ StartTime: number;
82
+
83
+ /**
84
+ * @type {Array<string>}
85
+ * @memberof DescribeCdnDataOfflineRequest
86
+ */
87
+ SubProducts?: Array<string>;
88
+
89
+ /**
90
+ * @type {Array<string>}
91
+ * @memberof DescribeCdnDataOfflineRequest
92
+ */
93
+ Vendors?: Array<string>;
94
+ }
@@ -0,0 +1,29 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { ResourceForDescribeCdnDataOfflineOutput } from './resource-for-describe-cdn-data-offline-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DescribeCdnDataOfflineResponse
21
+ */
22
+ export interface DescribeCdnDataOfflineResponse {
23
+
24
+ /**
25
+ * @type {Array<ResourceForDescribeCdnDataOfflineOutput>}
26
+ * @memberof DescribeCdnDataOfflineResponse
27
+ */
28
+ Resources?: Array<ResourceForDescribeCdnDataOfflineOutput>;
29
+ }
@@ -0,0 +1,100 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeCdnOriginDataOfflineRequest
20
+ */
21
+ export interface DescribeCdnOriginDataOfflineRequest {
22
+
23
+ /**
24
+ * @type {Array<string>}
25
+ * @memberof DescribeCdnOriginDataOfflineRequest
26
+ */
27
+ CdnTypes?: Array<string>;
28
+
29
+ /**
30
+ * @type {Array<string>}
31
+ * @memberof DescribeCdnOriginDataOfflineRequest
32
+ */
33
+ CloudAccountIds?: Array<string>;
34
+
35
+ /**
36
+ * @type {Array<string>}
37
+ * @memberof DescribeCdnOriginDataOfflineRequest
38
+ */
39
+ DomainIds?: Array<string>;
40
+
41
+ /**
42
+ * @type {Array<string>}
43
+ * @memberof DescribeCdnOriginDataOfflineRequest
44
+ */
45
+ Domains?: Array<string>;
46
+
47
+ /**
48
+ * @type {number}
49
+ * @memberof DescribeCdnOriginDataOfflineRequest
50
+ */
51
+ EndTime: number;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof DescribeCdnOriginDataOfflineRequest
56
+ */
57
+ GroupBy?: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof DescribeCdnOriginDataOfflineRequest
62
+ */
63
+ Interval: string;
64
+
65
+ /**
66
+ * @type {boolean}
67
+ * @memberof DescribeCdnOriginDataOfflineRequest
68
+ */
69
+ IsTrimLatestData?: boolean;
70
+
71
+ /**
72
+ * @type {string}
73
+ * @memberof DescribeCdnOriginDataOfflineRequest
74
+ */
75
+ Metric: string;
76
+
77
+ /**
78
+ * @type {Array<string>}
79
+ * @memberof DescribeCdnOriginDataOfflineRequest
80
+ */
81
+ ProjectNames?: Array<string>;
82
+
83
+ /**
84
+ * @type {number}
85
+ * @memberof DescribeCdnOriginDataOfflineRequest
86
+ */
87
+ StartTime: number;
88
+
89
+ /**
90
+ * @type {Array<string>}
91
+ * @memberof DescribeCdnOriginDataOfflineRequest
92
+ */
93
+ SubProducts?: Array<string>;
94
+
95
+ /**
96
+ * @type {Array<string>}
97
+ * @memberof DescribeCdnOriginDataOfflineRequest
98
+ */
99
+ Vendors?: Array<string>;
100
+ }
@@ -0,0 +1,29 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { ResourceForDescribeCdnOriginDataOfflineOutput } from './resource-for-describe-cdn-origin-data-offline-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface DescribeCdnOriginDataOfflineResponse
21
+ */
22
+ export interface DescribeCdnOriginDataOfflineResponse {
23
+
24
+ /**
25
+ * @type {Array<ResourceForDescribeCdnOriginDataOfflineOutput>}
26
+ * @memberof DescribeCdnOriginDataOfflineResponse
27
+ */
28
+ Resources?: Array<ResourceForDescribeCdnOriginDataOfflineOutput>;
29
+ }
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeCdnRegionAndIspRequest
20
+ */
21
+ export interface DescribeCdnRegionAndIspRequest {
22
+ }
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { CountryForDescribeCdnRegionAndIspOutput } from './country-for-describe-cdn-region-and-isp-output';
16
+ import { IspForDescribeCdnRegionAndIspOutput } from './isp-for-describe-cdn-region-and-isp-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface DescribeCdnRegionAndIspResponse
22
+ */
23
+ export interface DescribeCdnRegionAndIspResponse {
24
+
25
+ /**
26
+ * @type {Array<CountryForDescribeCdnRegionAndIspOutput>}
27
+ * @memberof DescribeCdnRegionAndIspResponse
28
+ */
29
+ Countries?: Array<CountryForDescribeCdnRegionAndIspOutput>;
30
+
31
+ /**
32
+ * @type {Array<IspForDescribeCdnRegionAndIspOutput>}
33
+ * @memberof DescribeCdnRegionAndIspResponse
34
+ */
35
+ Isps?: Array<IspForDescribeCdnRegionAndIspOutput>;
36
+ }
@@ -0,0 +1,64 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeCdnTopIpRequest
20
+ */
21
+ export interface DescribeCdnTopIpRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DescribeCdnTopIpRequest
26
+ */
27
+ Domain?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof DescribeCdnTopIpRequest
32
+ */
33
+ DomainId?: string;
34
+
35
+ /**
36
+ * @type {number}
37
+ * @memberof DescribeCdnTopIpRequest
38
+ */
39
+ EndTime: number;
40
+
41
+ /**
42
+ * @type {string}
43
+ * @memberof DescribeCdnTopIpRequest
44
+ */
45
+ SortBy?: string;
46
+
47
+ /**
48
+ * @type {number}
49
+ * @memberof DescribeCdnTopIpRequest
50
+ */
51
+ StartTime: number;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof DescribeCdnTopIpRequest
56
+ */
57
+ SubProduct?: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof DescribeCdnTopIpRequest
62
+ */
63
+ Vendor?: string;
64
+ }
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { IpForDescribeCdnTopIpOutput } from './ip-for-describe-cdn-top-ip-output';
16
+ import { VendorsMetaDataForDescribeCdnTopIpOutput } from './vendors-meta-data-for-describe-cdn-top-ip-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface DescribeCdnTopIpResponse
22
+ */
23
+ export interface DescribeCdnTopIpResponse {
24
+
25
+ /**
26
+ * @type {Array<IpForDescribeCdnTopIpOutput>}
27
+ * @memberof DescribeCdnTopIpResponse
28
+ */
29
+ Ips?: Array<IpForDescribeCdnTopIpOutput>;
30
+
31
+ /**
32
+ * @type {Array<VendorsMetaDataForDescribeCdnTopIpOutput>}
33
+ * @memberof DescribeCdnTopIpResponse
34
+ */
35
+ VendorsMetaData?: Array<VendorsMetaDataForDescribeCdnTopIpOutput>;
36
+ }
@@ -0,0 +1,64 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeCdnTopUrlRequest
20
+ */
21
+ export interface DescribeCdnTopUrlRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DescribeCdnTopUrlRequest
26
+ */
27
+ Domain?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof DescribeCdnTopUrlRequest
32
+ */
33
+ DomainId?: string;
34
+
35
+ /**
36
+ * @type {number}
37
+ * @memberof DescribeCdnTopUrlRequest
38
+ */
39
+ EndTime: number;
40
+
41
+ /**
42
+ * @type {string}
43
+ * @memberof DescribeCdnTopUrlRequest
44
+ */
45
+ SortBy?: string;
46
+
47
+ /**
48
+ * @type {number}
49
+ * @memberof DescribeCdnTopUrlRequest
50
+ */
51
+ StartTime: number;
52
+
53
+ /**
54
+ * @type {string}
55
+ * @memberof DescribeCdnTopUrlRequest
56
+ */
57
+ SubProduct?: string;
58
+
59
+ /**
60
+ * @type {string}
61
+ * @memberof DescribeCdnTopUrlRequest
62
+ */
63
+ Vendor?: string;
64
+ }
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { UrlForDescribeCdnTopUrlOutput } from './url-for-describe-cdn-top-url-output';
16
+ import { VendorsMetaDataForDescribeCdnTopUrlOutput } from './vendors-meta-data-for-describe-cdn-top-url-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface DescribeCdnTopUrlResponse
22
+ */
23
+ export interface DescribeCdnTopUrlResponse {
24
+
25
+ /**
26
+ * @type {Array<UrlForDescribeCdnTopUrlOutput>}
27
+ * @memberof DescribeCdnTopUrlResponse
28
+ */
29
+ Urls?: Array<UrlForDescribeCdnTopUrlOutput>;
30
+
31
+ /**
32
+ * @type {Array<VendorsMetaDataForDescribeCdnTopUrlOutput>}
33
+ * @memberof DescribeCdnTopUrlResponse
34
+ */
35
+ VendorsMetaData?: Array<VendorsMetaDataForDescribeCdnTopUrlOutput>;
36
+ }
@@ -0,0 +1,28 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ /**
16
+ *
17
+ *
18
+ * @export
19
+ * @interface DescribeContentQuotaRequest
20
+ */
21
+ export interface DescribeContentQuotaRequest {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof DescribeContentQuotaRequest
26
+ */
27
+ CloudAccountId: string;
28
+ }
@@ -0,0 +1,36 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * mcdn
5
+ * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
+ *
7
+ * OpenAPI spec version: common-version
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by the swagger code generator program.
11
+ * https://github.com/swagger-api/swagger-codegen.git
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+ import { QuotaForDescribeContentQuotaOutput } from './quota-for-describe-content-quota-output';
16
+ import { VendorsMetaDataForDescribeContentQuotaOutput } from './vendors-meta-data-for-describe-content-quota-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface DescribeContentQuotaResponse
22
+ */
23
+ export interface DescribeContentQuotaResponse {
24
+
25
+ /**
26
+ * @type {Array<QuotaForDescribeContentQuotaOutput>}
27
+ * @memberof DescribeContentQuotaResponse
28
+ */
29
+ Quotas?: Array<QuotaForDescribeContentQuotaOutput>;
30
+
31
+ /**
32
+ * @type {Array<VendorsMetaDataForDescribeContentQuotaOutput>}
33
+ * @memberof DescribeContentQuotaResponse
34
+ */
35
+ VendorsMetaData?: Array<VendorsMetaDataForDescribeContentQuotaOutput>;
36
+ }