@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,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 { CloudAccountForListCloudAccountsOutput } from './cloud-account-for-list-cloud-accounts-output';
16
+ import { PaginationForListCloudAccountsOutput } from './pagination-for-list-cloud-accounts-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface ListCloudAccountsResponse
22
+ */
23
+ export interface ListCloudAccountsResponse {
24
+
25
+ /**
26
+ * @type {Array<CloudAccountForListCloudAccountsOutput>}
27
+ * @memberof ListCloudAccountsResponse
28
+ */
29
+ CloudAccounts?: Array<CloudAccountForListCloudAccountsOutput>;
30
+
31
+ /**
32
+ * @type {PaginationForListCloudAccountsOutput}
33
+ * @memberof ListCloudAccountsResponse
34
+ */
35
+ Pagination?: PaginationForListCloudAccountsOutput;
36
+ }
@@ -0,0 +1,71 @@
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 { PaginationForListContentTasksInput } from './pagination-for-list-content-tasks-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface ListContentTasksRequest
21
+ */
22
+ export interface ListContentTasksRequest {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof ListContentTasksRequest
27
+ */
28
+ Domain?: string;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof ListContentTasksRequest
33
+ */
34
+ EndTime?: number;
35
+
36
+ /**
37
+ * @type {PaginationForListContentTasksInput}
38
+ * @memberof ListContentTasksRequest
39
+ */
40
+ Pagination?: PaginationForListContentTasksInput;
41
+
42
+ /**
43
+ * @type {number}
44
+ * @memberof ListContentTasksRequest
45
+ */
46
+ StartTime?: number;
47
+
48
+ /**
49
+ * @type {string}
50
+ * @memberof ListContentTasksRequest
51
+ */
52
+ TaskId?: string;
53
+
54
+ /**
55
+ * @type {string}
56
+ * @memberof ListContentTasksRequest
57
+ */
58
+ TaskStatus?: string;
59
+
60
+ /**
61
+ * @type {string}
62
+ * @memberof ListContentTasksRequest
63
+ */
64
+ TaskType?: string;
65
+
66
+ /**
67
+ * @type {string}
68
+ * @memberof ListContentTasksRequest
69
+ */
70
+ Url?: string;
71
+ }
@@ -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 { PaginationForListContentTasksOutput } from './pagination-for-list-content-tasks-output';
16
+ import { TaskForListContentTasksOutput } from './task-for-list-content-tasks-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface ListContentTasksResponse
22
+ */
23
+ export interface ListContentTasksResponse {
24
+
25
+ /**
26
+ * @type {PaginationForListContentTasksOutput}
27
+ * @memberof ListContentTasksResponse
28
+ */
29
+ Pagination?: PaginationForListContentTasksOutput;
30
+
31
+ /**
32
+ * @type {Array<TaskForListContentTasksOutput>}
33
+ * @memberof ListContentTasksResponse
34
+ */
35
+ Tasks?: Array<TaskForListContentTasksOutput>;
36
+ }
@@ -0,0 +1,89 @@
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 { PaginationForListDnsSchedulesInput } from './pagination-for-list-dns-schedules-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface ListDnsSchedulesRequest
21
+ */
22
+ export interface ListDnsSchedulesRequest {
23
+
24
+ /**
25
+ * @type {Array<string>}
26
+ * @memberof ListDnsSchedulesRequest
27
+ */
28
+ CloudAccountIds?: Array<string>;
29
+
30
+ /**
31
+ * @type {string}
32
+ * @memberof ListDnsSchedulesRequest
33
+ */
34
+ DomainName?: string;
35
+
36
+ /**
37
+ * @type {string}
38
+ * @memberof ListDnsSchedulesRequest
39
+ */
40
+ ExactDomainName?: string;
41
+
42
+ /**
43
+ * @type {PaginationForListDnsSchedulesInput}
44
+ * @memberof ListDnsSchedulesRequest
45
+ */
46
+ Pagination?: PaginationForListDnsSchedulesInput;
47
+
48
+ /**
49
+ * @type {string}
50
+ * @memberof ListDnsSchedulesRequest
51
+ */
52
+ ProjectName?: string;
53
+
54
+ /**
55
+ * @type {string}
56
+ * @memberof ListDnsSchedulesRequest
57
+ */
58
+ Region?: string;
59
+
60
+ /**
61
+ * @type {string}
62
+ * @memberof ListDnsSchedulesRequest
63
+ */
64
+ ScheduleStatus?: string;
65
+
66
+ /**
67
+ * @type {string}
68
+ * @memberof ListDnsSchedulesRequest
69
+ */
70
+ ScheduleStrategy?: string;
71
+
72
+ /**
73
+ * @type {string}
74
+ * @memberof ListDnsSchedulesRequest
75
+ */
76
+ SortBy?: string;
77
+
78
+ /**
79
+ * @type {string}
80
+ * @memberof ListDnsSchedulesRequest
81
+ */
82
+ SortOrder?: string;
83
+
84
+ /**
85
+ * @type {Array<string>}
86
+ * @memberof ListDnsSchedulesRequest
87
+ */
88
+ Vendors?: Array<string>;
89
+ }
@@ -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 { DnsScheduleForListDnsSchedulesOutput } from './dns-schedule-for-list-dns-schedules-output';
16
+ import { PaginationForListDnsSchedulesOutput } from './pagination-for-list-dns-schedules-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface ListDnsSchedulesResponse
22
+ */
23
+ export interface ListDnsSchedulesResponse {
24
+
25
+ /**
26
+ * @type {Array<DnsScheduleForListDnsSchedulesOutput>}
27
+ * @memberof ListDnsSchedulesResponse
28
+ */
29
+ DnsSchedules?: Array<DnsScheduleForListDnsSchedulesOutput>;
30
+
31
+ /**
32
+ * @type {PaginationForListDnsSchedulesOutput}
33
+ * @memberof ListDnsSchedulesResponse
34
+ */
35
+ Pagination?: PaginationForListDnsSchedulesOutput;
36
+ }
@@ -0,0 +1,77 @@
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 { PaginationForListVendorContentTaskInput } from './pagination-for-list-vendor-content-task-input';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface ListVendorContentTaskRequest
21
+ */
22
+ export interface ListVendorContentTaskRequest {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof ListVendorContentTaskRequest
27
+ */
28
+ CloudAccountId: string;
29
+
30
+ /**
31
+ * @type {number}
32
+ * @memberof ListVendorContentTaskRequest
33
+ */
34
+ EndTime?: number;
35
+
36
+ /**
37
+ * @type {PaginationForListVendorContentTaskInput}
38
+ * @memberof ListVendorContentTaskRequest
39
+ */
40
+ Pagination?: PaginationForListVendorContentTaskInput;
41
+
42
+ /**
43
+ * @type {string}
44
+ * @memberof ListVendorContentTaskRequest
45
+ */
46
+ ProductType?: string;
47
+
48
+ /**
49
+ * @type {string}
50
+ * @memberof ListVendorContentTaskRequest
51
+ */
52
+ ProjectName?: string;
53
+
54
+ /**
55
+ * @type {number}
56
+ * @memberof ListVendorContentTaskRequest
57
+ */
58
+ StartTime?: number;
59
+
60
+ /**
61
+ * @type {string}
62
+ * @memberof ListVendorContentTaskRequest
63
+ */
64
+ SubProduct?: string;
65
+
66
+ /**
67
+ * @type {string}
68
+ * @memberof ListVendorContentTaskRequest
69
+ */
70
+ TaskType: string;
71
+
72
+ /**
73
+ * @type {string}
74
+ * @memberof ListVendorContentTaskRequest
75
+ */
76
+ VendorTaskId?: string;
77
+ }
@@ -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 { PaginationForListVendorContentTaskOutput } from './pagination-for-list-vendor-content-task-output';
16
+ import { TaskForListVendorContentTaskOutput } from './task-for-list-vendor-content-task-output';
17
+ /**
18
+ *
19
+ *
20
+ * @export
21
+ * @interface ListVendorContentTaskResponse
22
+ */
23
+ export interface ListVendorContentTaskResponse {
24
+
25
+ /**
26
+ * @type {PaginationForListVendorContentTaskOutput}
27
+ * @memberof ListVendorContentTaskResponse
28
+ */
29
+ Pagination?: PaginationForListVendorContentTaskOutput;
30
+
31
+ /**
32
+ * @type {Array<TaskForListVendorContentTaskOutput>}
33
+ * @memberof ListVendorContentTaskResponse
34
+ */
35
+ Tasks?: Array<TaskForListVendorContentTaskOutput>;
36
+ }
@@ -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 ListViewsRequest
20
+ */
21
+ export interface ListViewsRequest {
22
+ }
@@ -0,0 +1,35 @@
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 { CountryForListViewsOutput } from './country-for-list-views-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface ListViewsResponse
21
+ */
22
+ export interface ListViewsResponse {
23
+
24
+ /**
25
+ * @type {Array<CountryForListViewsOutput>}
26
+ * @memberof ListViewsResponse
27
+ */
28
+ Countries?: Array<CountryForListViewsOutput>;
29
+
30
+ /**
31
+ * @type {string}
32
+ * @memberof ListViewsResponse
33
+ */
34
+ Version?: string;
35
+ }
@@ -0,0 +1,35 @@
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 { LogInfoForDescribeCdnAccessLogOutput } from './log-info-for-describe-cdn-access-log-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface LogForDescribeCdnAccessLogOutput
21
+ */
22
+ export interface LogForDescribeCdnAccessLogOutput {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof LogForDescribeCdnAccessLogOutput
27
+ */
28
+ Domain?: string;
29
+
30
+ /**
31
+ * @type {Array<LogInfoForDescribeCdnAccessLogOutput>}
32
+ * @memberof LogForDescribeCdnAccessLogOutput
33
+ */
34
+ LogInfos?: Array<LogInfoForDescribeCdnAccessLogOutput>;
35
+ }
@@ -0,0 +1,52 @@
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 LogInfoForDescribeCdnAccessLogOutput
20
+ */
21
+ export interface LogInfoForDescribeCdnAccessLogOutput {
22
+
23
+ /**
24
+ * @type {number}
25
+ * @memberof LogInfoForDescribeCdnAccessLogOutput
26
+ */
27
+ EndTime?: number;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof LogInfoForDescribeCdnAccessLogOutput
32
+ */
33
+ FileName?: string;
34
+
35
+ /**
36
+ * @type {number}
37
+ * @memberof LogInfoForDescribeCdnAccessLogOutput
38
+ */
39
+ Size?: number;
40
+
41
+ /**
42
+ * @type {number}
43
+ * @memberof LogInfoForDescribeCdnAccessLogOutput
44
+ */
45
+ StartTime?: number;
46
+
47
+ /**
48
+ * @type {string}
49
+ * @memberof LogInfoForDescribeCdnAccessLogOutput
50
+ */
51
+ Url?: string;
52
+ }
@@ -0,0 +1,35 @@
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 { ValueForDescribeCdnDataOfflineOutput } from './value-for-describe-cdn-data-offline-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface MetricForDescribeCdnDataOfflineOutput
21
+ */
22
+ export interface MetricForDescribeCdnDataOfflineOutput {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof MetricForDescribeCdnDataOfflineOutput
27
+ */
28
+ Metric?: string;
29
+
30
+ /**
31
+ * @type {Array<ValueForDescribeCdnDataOfflineOutput>}
32
+ * @memberof MetricForDescribeCdnDataOfflineOutput
33
+ */
34
+ Values?: Array<ValueForDescribeCdnDataOfflineOutput>;
35
+ }
@@ -0,0 +1,35 @@
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 { ValueForDescribeCdnOriginDataOfflineOutput } from './value-for-describe-cdn-origin-data-offline-output';
16
+ /**
17
+ *
18
+ *
19
+ * @export
20
+ * @interface MetricForDescribeCdnOriginDataOfflineOutput
21
+ */
22
+ export interface MetricForDescribeCdnOriginDataOfflineOutput {
23
+
24
+ /**
25
+ * @type {string}
26
+ * @memberof MetricForDescribeCdnOriginDataOfflineOutput
27
+ */
28
+ Metric?: string;
29
+
30
+ /**
31
+ * @type {Array<ValueForDescribeCdnOriginDataOfflineOutput>}
32
+ * @memberof MetricForDescribeCdnOriginDataOfflineOutput
33
+ */
34
+ Values?: Array<ValueForDescribeCdnOriginDataOfflineOutput>;
35
+ }
@@ -0,0 +1,34 @@
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 NamePairForDescribeCdnRegionAndIspOutput
20
+ */
21
+ export interface NamePairForDescribeCdnRegionAndIspOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof NamePairForDescribeCdnRegionAndIspOutput
26
+ */
27
+ CnName?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof NamePairForDescribeCdnRegionAndIspOutput
32
+ */
33
+ EnName?: string;
34
+ }
@@ -0,0 +1,34 @@
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 NetworkForListCdnDomainsOutput
20
+ */
21
+ export interface NetworkForListCdnDomainsOutput {
22
+
23
+ /**
24
+ * @type {string}
25
+ * @memberof NetworkForListCdnDomainsOutput
26
+ */
27
+ Type?: string;
28
+
29
+ /**
30
+ * @type {string}
31
+ * @memberof NetworkForListCdnDomainsOutput
32
+ */
33
+ Value?: string;
34
+ }