@volcengine/billing 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 (536) hide show
  1. package/.turbo/turbo-build.log +19 -0
  2. package/LICENSE.txt +202 -0
  3. package/dist/cjs/index.js +565 -0
  4. package/dist/esm/api.d.ts +584 -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 +378 -0
  9. package/dist/esm/types/auth-for-list-invitation-output.d.ts +45 -0
  10. package/dist/esm/types/auth-for-list-invitation-output.d.ts.map +1 -0
  11. package/dist/esm/types/auth-info-for-list-financial-relation-output.d.ts +35 -0
  12. package/dist/esm/types/auth-info-for-list-financial-relation-output.d.ts.map +1 -0
  13. package/dist/esm/types/auth-info-for-list-invitation-output.d.ts +35 -0
  14. package/dist/esm/types/auth-info-for-list-invitation-output.d.ts.map +1 -0
  15. package/dist/esm/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.d.ts +30 -0
  16. package/dist/esm/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.d.ts.map +1 -0
  17. package/dist/esm/types/budget-alert-message-detail-list-for-query-budget-detail-output.d.ts +55 -0
  18. package/dist/esm/types/budget-alert-message-detail-list-for-query-budget-detail-output.d.ts.map +1 -0
  19. package/dist/esm/types/budget-alert-message-for-create-budget-input.d.ts +40 -0
  20. package/dist/esm/types/budget-alert-message-for-create-budget-input.d.ts.map +1 -0
  21. package/dist/esm/types/budget-alert-message-for-update-budget-input.d.ts +40 -0
  22. package/dist/esm/types/budget-alert-message-for-update-budget-input.d.ts.map +1 -0
  23. package/dist/esm/types/budget-alert-rule-for-create-budget-input.d.ts +55 -0
  24. package/dist/esm/types/budget-alert-rule-for-create-budget-input.d.ts.map +1 -0
  25. package/dist/esm/types/budget-alert-rule-for-update-budget-input.d.ts +55 -0
  26. package/dist/esm/types/budget-alert-rule-for-update-budget-input.d.ts.map +1 -0
  27. package/dist/esm/types/budget-alert-rule-list-for-query-budget-detail-output.d.ts +55 -0
  28. package/dist/esm/types/budget-alert-rule-list-for-query-budget-detail-output.d.ts.map +1 -0
  29. package/dist/esm/types/budget-amount-for-create-budget-input.d.ts +35 -0
  30. package/dist/esm/types/budget-amount-for-create-budget-input.d.ts.map +1 -0
  31. package/dist/esm/types/budget-amount-for-update-budget-input.d.ts +35 -0
  32. package/dist/esm/types/budget-amount-for-update-budget-input.d.ts.map +1 -0
  33. package/dist/esm/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.d.ts +50 -0
  34. package/dist/esm/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.d.ts.map +1 -0
  35. package/dist/esm/types/budget-for-create-budget-input.d.ts +74 -0
  36. package/dist/esm/types/budget-for-create-budget-input.d.ts.map +1 -0
  37. package/dist/esm/types/budget-for-query-budget-detail-output.d.ts +74 -0
  38. package/dist/esm/types/budget-for-query-budget-detail-output.d.ts.map +1 -0
  39. package/dist/esm/types/budget-for-update-budget-input.d.ts +74 -0
  40. package/dist/esm/types/budget-for-update-budget-input.d.ts.map +1 -0
  41. package/dist/esm/types/budget-list-for-list-budget-output.d.ts +86 -0
  42. package/dist/esm/types/budget-list-for-list-budget-output.d.ts.map +1 -0
  43. package/dist/esm/types/budget-range-billing-mode-for-query-budget-detail-output.d.ts +30 -0
  44. package/dist/esm/types/budget-range-billing-mode-for-query-budget-detail-output.d.ts.map +1 -0
  45. package/dist/esm/types/budget-range-for-create-budget-input.d.ts +65 -0
  46. package/dist/esm/types/budget-range-for-create-budget-input.d.ts.map +1 -0
  47. package/dist/esm/types/budget-range-for-update-budget-input.d.ts +65 -0
  48. package/dist/esm/types/budget-range-for-update-budget-input.d.ts.map +1 -0
  49. package/dist/esm/types/budget-range-info-for-query-budget-detail-output.d.ts +72 -0
  50. package/dist/esm/types/budget-range-info-for-query-budget-detail-output.d.ts.map +1 -0
  51. package/dist/esm/types/budget-range-owner-for-query-budget-detail-output.d.ts +30 -0
  52. package/dist/esm/types/budget-range-owner-for-query-budget-detail-output.d.ts.map +1 -0
  53. package/dist/esm/types/budget-range-payer-for-query-budget-detail-output.d.ts +30 -0
  54. package/dist/esm/types/budget-range-payer-for-query-budget-detail-output.d.ts.map +1 -0
  55. package/dist/esm/types/budget-range-product-for-query-budget-detail-output.d.ts +30 -0
  56. package/dist/esm/types/budget-range-product-for-query-budget-detail-output.d.ts.map +1 -0
  57. package/dist/esm/types/budget-range-region-for-query-budget-detail-output.d.ts +30 -0
  58. package/dist/esm/types/budget-range-region-for-query-budget-detail-output.d.ts.map +1 -0
  59. package/dist/esm/types/budget-range-subject-for-query-budget-detail-output.d.ts +30 -0
  60. package/dist/esm/types/budget-range-subject-for-query-budget-detail-output.d.ts.map +1 -0
  61. package/dist/esm/types/budget-range-zone-for-query-budget-detail-output.d.ts +30 -0
  62. package/dist/esm/types/budget-range-zone-for-query-budget-detail-output.d.ts.map +1 -0
  63. package/dist/esm/types/cancel-invitation-request.d.ts +45 -0
  64. package/dist/esm/types/cancel-invitation-request.d.ts.map +1 -0
  65. package/dist/esm/types/cancel-invitation-response.d.ts +25 -0
  66. package/dist/esm/types/cancel-invitation-response.d.ts.map +1 -0
  67. package/dist/esm/types/cancel-order-request.d.ts +25 -0
  68. package/dist/esm/types/cancel-order-request.d.ts.map +1 -0
  69. package/dist/esm/types/cancel-order-response.d.ts +20 -0
  70. package/dist/esm/types/cancel-order-response.d.ts.map +1 -0
  71. package/dist/esm/types/charge-item-list-for-common-buy-input.d.ts +35 -0
  72. package/dist/esm/types/charge-item-list-for-common-buy-input.d.ts.map +1 -0
  73. package/dist/esm/types/clean-up-financial-relation-request.d.ts +35 -0
  74. package/dist/esm/types/clean-up-financial-relation-request.d.ts.map +1 -0
  75. package/dist/esm/types/clean-up-financial-relation-response.d.ts +30 -0
  76. package/dist/esm/types/clean-up-financial-relation-response.d.ts.map +1 -0
  77. package/dist/esm/types/common-buy-request.d.ts +36 -0
  78. package/dist/esm/types/common-buy-request.d.ts.map +1 -0
  79. package/dist/esm/types/common-buy-response.d.ts +26 -0
  80. package/dist/esm/types/common-buy-response.d.ts.map +1 -0
  81. package/dist/esm/types/config-list-for-common-buy-input.d.ts +36 -0
  82. package/dist/esm/types/config-list-for-common-buy-input.d.ts.map +1 -0
  83. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-input.d.ts +45 -0
  84. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-input.d.ts.map +1 -0
  85. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-output.d.ts +56 -0
  86. package/dist/esm/types/config-list-for-query-price-for-pay-as-you-go-output.d.ts.map +1 -0
  87. package/dist/esm/types/config-list-for-query-price-for-subscription-input.d.ts +45 -0
  88. package/dist/esm/types/config-list-for-query-price-for-subscription-input.d.ts.map +1 -0
  89. package/dist/esm/types/config-list-for-query-price-for-subscription-output.d.ts +56 -0
  90. package/dist/esm/types/config-list-for-query-price-for-subscription-output.d.ts.map +1 -0
  91. package/dist/esm/types/convert-list-for-list-bill-overview-by-category-output.d.ts +26 -0
  92. package/dist/esm/types/convert-list-for-list-bill-overview-by-category-output.d.ts.map +1 -0
  93. package/dist/esm/types/create-budget-request.d.ts +50 -0
  94. package/dist/esm/types/create-budget-request.d.ts.map +1 -0
  95. package/dist/esm/types/create-budget-response.d.ts +25 -0
  96. package/dist/esm/types/create-budget-response.d.ts.map +1 -0
  97. package/dist/esm/types/create-financial-relation-request.d.ts +40 -0
  98. package/dist/esm/types/create-financial-relation-request.d.ts.map +1 -0
  99. package/dist/esm/types/create-financial-relation-response.d.ts +25 -0
  100. package/dist/esm/types/create-financial-relation-response.d.ts.map +1 -0
  101. package/dist/esm/types/delete-budget-request.d.ts +25 -0
  102. package/dist/esm/types/delete-budget-request.d.ts.map +1 -0
  103. package/dist/esm/types/delete-budget-response.d.ts +20 -0
  104. package/dist/esm/types/delete-budget-response.d.ts.map +1 -0
  105. package/dist/esm/types/delete-financial-relation-request.d.ts +35 -0
  106. package/dist/esm/types/delete-financial-relation-request.d.ts.map +1 -0
  107. package/dist/esm/types/delete-financial-relation-response.d.ts +25 -0
  108. package/dist/esm/types/delete-financial-relation-response.d.ts.map +1 -0
  109. package/dist/esm/types/discount-detail-for-query-price-for-pay-as-you-go-output.d.ts +30 -0
  110. package/dist/esm/types/discount-detail-for-query-price-for-pay-as-you-go-output.d.ts.map +1 -0
  111. package/dist/esm/types/discount-detail-for-query-price-for-subscription-output.d.ts +30 -0
  112. package/dist/esm/types/discount-detail-for-query-price-for-subscription-output.d.ts.map +1 -0
  113. package/dist/esm/types/get-order-request.d.ts +25 -0
  114. package/dist/esm/types/get-order-request.d.ts.map +1 -0
  115. package/dist/esm/types/get-order-response.d.ts +26 -0
  116. package/dist/esm/types/get-order-response.d.ts.map +1 -0
  117. package/dist/esm/types/handle-invitation-request.d.ts +50 -0
  118. package/dist/esm/types/handle-invitation-request.d.ts.map +1 -0
  119. package/dist/esm/types/handle-invitation-response.d.ts +25 -0
  120. package/dist/esm/types/handle-invitation-response.d.ts.map +1 -0
  121. package/dist/esm/types/index.d.ts +174 -0
  122. package/dist/esm/types/index.d.ts.map +1 -0
  123. package/dist/esm/types/instance-amount-list-for-query-price-for-renew-output.d.ts +45 -0
  124. package/dist/esm/types/instance-amount-list-for-query-price-for-renew-output.d.ts.map +1 -0
  125. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts +90 -0
  126. package/dist/esm/types/instance-list-for-list-available-instances-output.d.ts.map +1 -0
  127. package/dist/esm/types/list-amortized-cost-bill-daily-request.d.ts +90 -0
  128. package/dist/esm/types/list-amortized-cost-bill-daily-request.d.ts.map +1 -0
  129. package/dist/esm/types/list-amortized-cost-bill-daily-response.d.ts +41 -0
  130. package/dist/esm/types/list-amortized-cost-bill-daily-response.d.ts.map +1 -0
  131. package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts +90 -0
  132. package/dist/esm/types/list-amortized-cost-bill-detail-request.d.ts.map +1 -0
  133. package/dist/esm/types/list-amortized-cost-bill-detail-response.d.ts +41 -0
  134. package/dist/esm/types/list-amortized-cost-bill-detail-response.d.ts.map +1 -0
  135. package/dist/esm/types/list-amortized-cost-bill-monthly-request.d.ts +85 -0
  136. package/dist/esm/types/list-amortized-cost-bill-monthly-request.d.ts.map +1 -0
  137. package/dist/esm/types/list-amortized-cost-bill-monthly-response.d.ts +41 -0
  138. package/dist/esm/types/list-amortized-cost-bill-monthly-response.d.ts.map +1 -0
  139. package/dist/esm/types/list-available-instances-request.d.ts +65 -0
  140. package/dist/esm/types/list-available-instances-request.d.ts.map +1 -0
  141. package/dist/esm/types/list-available-instances-response.d.ts +36 -0
  142. package/dist/esm/types/list-available-instances-response.d.ts.map +1 -0
  143. package/dist/esm/types/list-bill-detail-request.d.ts +90 -0
  144. package/dist/esm/types/list-bill-detail-request.d.ts.map +1 -0
  145. package/dist/esm/types/list-bill-detail-response.d.ts +41 -0
  146. package/dist/esm/types/list-bill-detail-response.d.ts.map +1 -0
  147. package/dist/esm/types/list-bill-overview-by-category-request.d.ts +45 -0
  148. package/dist/esm/types/list-bill-overview-by-category-request.d.ts.map +1 -0
  149. package/dist/esm/types/list-bill-overview-by-category-response.d.ts +26 -0
  150. package/dist/esm/types/list-bill-overview-by-category-response.d.ts.map +1 -0
  151. package/dist/esm/types/list-bill-overview-by-prod-request.d.ts +70 -0
  152. package/dist/esm/types/list-bill-overview-by-prod-request.d.ts.map +1 -0
  153. package/dist/esm/types/list-bill-overview-by-prod-response.d.ts +41 -0
  154. package/dist/esm/types/list-bill-overview-by-prod-response.d.ts.map +1 -0
  155. package/dist/esm/types/list-bill-request.d.ts +75 -0
  156. package/dist/esm/types/list-bill-request.d.ts.map +1 -0
  157. package/dist/esm/types/list-bill-response.d.ts +41 -0
  158. package/dist/esm/types/list-bill-response.d.ts.map +1 -0
  159. package/dist/esm/types/list-budget-amount-by-budget-idrequest.d.ts +25 -0
  160. package/dist/esm/types/list-budget-amount-by-budget-idrequest.d.ts.map +1 -0
  161. package/dist/esm/types/list-budget-amount-by-budget-idresponse.d.ts +26 -0
  162. package/dist/esm/types/list-budget-amount-by-budget-idresponse.d.ts.map +1 -0
  163. package/dist/esm/types/list-budget-filter-billing-mode-request.d.ts +30 -0
  164. package/dist/esm/types/list-budget-filter-billing-mode-request.d.ts.map +1 -0
  165. package/dist/esm/types/list-budget-filter-billing-mode-response.d.ts +41 -0
  166. package/dist/esm/types/list-budget-filter-billing-mode-response.d.ts.map +1 -0
  167. package/dist/esm/types/list-budget-filter-owner-idrequest.d.ts +20 -0
  168. package/dist/esm/types/list-budget-filter-owner-idrequest.d.ts.map +1 -0
  169. package/dist/esm/types/list-budget-filter-owner-idresponse.d.ts +26 -0
  170. package/dist/esm/types/list-budget-filter-owner-idresponse.d.ts.map +1 -0
  171. package/dist/esm/types/list-budget-filter-payer-idrequest.d.ts +20 -0
  172. package/dist/esm/types/list-budget-filter-payer-idrequest.d.ts.map +1 -0
  173. package/dist/esm/types/list-budget-filter-payer-idresponse.d.ts +26 -0
  174. package/dist/esm/types/list-budget-filter-payer-idresponse.d.ts.map +1 -0
  175. package/dist/esm/types/list-budget-filter-product-request.d.ts +30 -0
  176. package/dist/esm/types/list-budget-filter-product-request.d.ts.map +1 -0
  177. package/dist/esm/types/list-budget-filter-product-response.d.ts +41 -0
  178. package/dist/esm/types/list-budget-filter-product-response.d.ts.map +1 -0
  179. package/dist/esm/types/list-budget-filter-project-request.d.ts +30 -0
  180. package/dist/esm/types/list-budget-filter-project-request.d.ts.map +1 -0
  181. package/dist/esm/types/list-budget-filter-project-response.d.ts +40 -0
  182. package/dist/esm/types/list-budget-filter-project-response.d.ts.map +1 -0
  183. package/dist/esm/types/list-budget-filter-region-code-request.d.ts +30 -0
  184. package/dist/esm/types/list-budget-filter-region-code-request.d.ts.map +1 -0
  185. package/dist/esm/types/list-budget-filter-region-code-response.d.ts +41 -0
  186. package/dist/esm/types/list-budget-filter-region-code-response.d.ts.map +1 -0
  187. package/dist/esm/types/list-budget-filter-subject-info-request.d.ts +30 -0
  188. package/dist/esm/types/list-budget-filter-subject-info-request.d.ts.map +1 -0
  189. package/dist/esm/types/list-budget-filter-subject-info-response.d.ts +41 -0
  190. package/dist/esm/types/list-budget-filter-subject-info-response.d.ts.map +1 -0
  191. package/dist/esm/types/list-budget-filter-tag-key-request.d.ts +30 -0
  192. package/dist/esm/types/list-budget-filter-tag-key-request.d.ts.map +1 -0
  193. package/dist/esm/types/list-budget-filter-tag-key-response.d.ts +40 -0
  194. package/dist/esm/types/list-budget-filter-tag-key-response.d.ts.map +1 -0
  195. package/dist/esm/types/list-budget-filter-tag-value-request.d.ts +35 -0
  196. package/dist/esm/types/list-budget-filter-tag-value-request.d.ts.map +1 -0
  197. package/dist/esm/types/list-budget-filter-tag-value-response.d.ts +40 -0
  198. package/dist/esm/types/list-budget-filter-tag-value-response.d.ts.map +1 -0
  199. package/dist/esm/types/list-budget-filter-zone-code-request.d.ts +30 -0
  200. package/dist/esm/types/list-budget-filter-zone-code-request.d.ts.map +1 -0
  201. package/dist/esm/types/list-budget-filter-zone-code-response.d.ts +41 -0
  202. package/dist/esm/types/list-budget-filter-zone-code-response.d.ts.map +1 -0
  203. package/dist/esm/types/list-budget-request.d.ts +77 -0
  204. package/dist/esm/types/list-budget-request.d.ts.map +1 -0
  205. package/dist/esm/types/list-budget-response.d.ts +41 -0
  206. package/dist/esm/types/list-budget-response.d.ts.map +1 -0
  207. package/dist/esm/types/list-coupon-usage-records-request.d.ts +35 -0
  208. package/dist/esm/types/list-coupon-usage-records-request.d.ts.map +1 -0
  209. package/dist/esm/types/list-coupon-usage-records-response.d.ts +41 -0
  210. package/dist/esm/types/list-coupon-usage-records-response.d.ts.map +1 -0
  211. package/dist/esm/types/list-coupons-request.d.ts +55 -0
  212. package/dist/esm/types/list-coupons-request.d.ts.map +1 -0
  213. package/dist/esm/types/list-coupons-response.d.ts +41 -0
  214. package/dist/esm/types/list-coupons-response.d.ts.map +1 -0
  215. package/dist/esm/types/list-financial-relation-request.d.ts +45 -0
  216. package/dist/esm/types/list-financial-relation-request.d.ts.map +1 -0
  217. package/dist/esm/types/list-financial-relation-response.d.ts +41 -0
  218. package/dist/esm/types/list-financial-relation-response.d.ts.map +1 -0
  219. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts +630 -0
  220. package/dist/esm/types/list-for-list-amortized-cost-bill-daily-output.d.ts.map +1 -0
  221. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts +575 -0
  222. package/dist/esm/types/list-for-list-amortized-cost-bill-detail-output.d.ts.map +1 -0
  223. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts +845 -0
  224. package/dist/esm/types/list-for-list-amortized-cost-bill-monthly-output.d.ts.map +1 -0
  225. package/dist/esm/types/list-for-list-bill-detail-output.d.ts +495 -0
  226. package/dist/esm/types/list-for-list-bill-detail-output.d.ts.map +1 -0
  227. package/dist/esm/types/list-for-list-bill-output.d.ts +280 -0
  228. package/dist/esm/types/list-for-list-bill-output.d.ts.map +1 -0
  229. package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts +220 -0
  230. package/dist/esm/types/list-for-list-bill-overview-by-category-output.d.ts.map +1 -0
  231. package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts +235 -0
  232. package/dist/esm/types/list-for-list-bill-overview-by-prod-output.d.ts.map +1 -0
  233. package/dist/esm/types/list-for-list-budget-filter-owner-idoutput.d.ts +30 -0
  234. package/dist/esm/types/list-for-list-budget-filter-owner-idoutput.d.ts.map +1 -0
  235. package/dist/esm/types/list-for-list-budget-filter-payer-idoutput.d.ts +30 -0
  236. package/dist/esm/types/list-for-list-budget-filter-payer-idoutput.d.ts.map +1 -0
  237. package/dist/esm/types/list-for-list-budget-filter-product-output.d.ts +30 -0
  238. package/dist/esm/types/list-for-list-budget-filter-product-output.d.ts.map +1 -0
  239. package/dist/esm/types/list-for-list-coupon-usage-records-output.d.ts +75 -0
  240. package/dist/esm/types/list-for-list-coupon-usage-records-output.d.ts.map +1 -0
  241. package/dist/esm/types/list-for-list-coupons-output.d.ts +101 -0
  242. package/dist/esm/types/list-for-list-coupons-output.d.ts.map +1 -0
  243. package/dist/esm/types/list-for-list-financial-relation-output.d.ts +91 -0
  244. package/dist/esm/types/list-for-list-financial-relation-output.d.ts.map +1 -0
  245. package/dist/esm/types/list-for-list-invitation-output.d.ts +37 -0
  246. package/dist/esm/types/list-for-list-invitation-output.d.ts.map +1 -0
  247. package/dist/esm/types/list-for-list-package-usage-details-output.d.ts +204 -0
  248. package/dist/esm/types/list-for-list-package-usage-details-output.d.ts.map +1 -0
  249. package/dist/esm/types/list-for-list-resource-packages-output.d.ts +152 -0
  250. package/dist/esm/types/list-for-list-resource-packages-output.d.ts.map +1 -0
  251. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts +500 -0
  252. package/dist/esm/types/list-for-list-split-bill-detail-output.d.ts.map +1 -0
  253. package/dist/esm/types/list-invitation-request.d.ts +20 -0
  254. package/dist/esm/types/list-invitation-request.d.ts.map +1 -0
  255. package/dist/esm/types/list-invitation-response.d.ts +26 -0
  256. package/dist/esm/types/list-invitation-response.d.ts.map +1 -0
  257. package/dist/esm/types/list-order-product-details-request.d.ts +35 -0
  258. package/dist/esm/types/list-order-product-details-request.d.ts.map +1 -0
  259. package/dist/esm/types/list-order-product-details-response.d.ts +36 -0
  260. package/dist/esm/types/list-order-product-details-response.d.ts.map +1 -0
  261. package/dist/esm/types/list-orders-request.d.ts +50 -0
  262. package/dist/esm/types/list-orders-request.d.ts.map +1 -0
  263. package/dist/esm/types/list-orders-response.d.ts +36 -0
  264. package/dist/esm/types/list-orders-response.d.ts.map +1 -0
  265. package/dist/esm/types/list-package-usage-details-request.d.ts +59 -0
  266. package/dist/esm/types/list-package-usage-details-request.d.ts.map +1 -0
  267. package/dist/esm/types/list-package-usage-details-response.d.ts +31 -0
  268. package/dist/esm/types/list-package-usage-details-response.d.ts.map +1 -0
  269. package/dist/esm/types/list-recipient-information-request.d.ts +30 -0
  270. package/dist/esm/types/list-recipient-information-request.d.ts.map +1 -0
  271. package/dist/esm/types/list-recipient-information-response.d.ts +41 -0
  272. package/dist/esm/types/list-recipient-information-response.d.ts.map +1 -0
  273. package/dist/esm/types/list-resource-packages-request.d.ts +76 -0
  274. package/dist/esm/types/list-resource-packages-request.d.ts.map +1 -0
  275. package/dist/esm/types/list-resource-packages-response.d.ts +31 -0
  276. package/dist/esm/types/list-resource-packages-response.d.ts.map +1 -0
  277. package/dist/esm/types/list-split-bill-detail-request.d.ts +95 -0
  278. package/dist/esm/types/list-split-bill-detail-request.d.ts.map +1 -0
  279. package/dist/esm/types/list-split-bill-detail-response.d.ts +41 -0
  280. package/dist/esm/types/list-split-bill-detail-response.d.ts.map +1 -0
  281. package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts +45 -0
  282. package/dist/esm/types/order-fail-refund-info-for-get-order-output.d.ts.map +1 -0
  283. package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts +45 -0
  284. package/dist/esm/types/order-fail-refund-info-for-list-order-product-details-output.d.ts.map +1 -0
  285. package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts +45 -0
  286. package/dist/esm/types/order-fail-refund-info-for-list-orders-output.d.ts.map +1 -0
  287. package/dist/esm/types/order-info-for-common-buy-output.d.ts +30 -0
  288. package/dist/esm/types/order-info-for-common-buy-output.d.ts.map +1 -0
  289. package/dist/esm/types/order-info-for-get-order-output.d.ts +106 -0
  290. package/dist/esm/types/order-info-for-get-order-output.d.ts.map +1 -0
  291. package/dist/esm/types/order-info-for-list-orders-output.d.ts +106 -0
  292. package/dist/esm/types/order-info-for-list-orders-output.d.ts.map +1 -0
  293. package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts +106 -0
  294. package/dist/esm/types/order-product-info-for-list-order-product-details-output.d.ts.map +1 -0
  295. package/dist/esm/types/pay-order-request.d.ts +25 -0
  296. package/dist/esm/types/pay-order-request.d.ts.map +1 -0
  297. package/dist/esm/types/pay-order-response.d.ts +20 -0
  298. package/dist/esm/types/pay-order-response.d.ts.map +1 -0
  299. package/dist/esm/types/product-limit-list-for-list-coupons-output.d.ts +70 -0
  300. package/dist/esm/types/product-limit-list-for-list-coupons-output.d.ts.map +1 -0
  301. package/dist/esm/types/query-balance-acct-request.d.ts +20 -0
  302. package/dist/esm/types/query-balance-acct-request.d.ts.map +1 -0
  303. package/dist/esm/types/query-balance-acct-response.d.ts +50 -0
  304. package/dist/esm/types/query-balance-acct-response.d.ts.map +1 -0
  305. package/dist/esm/types/query-budget-detail-request.d.ts +25 -0
  306. package/dist/esm/types/query-budget-detail-request.d.ts.map +1 -0
  307. package/dist/esm/types/query-budget-detail-response.d.ts +44 -0
  308. package/dist/esm/types/query-budget-detail-response.d.ts.map +1 -0
  309. package/dist/esm/types/query-price-for-pay-as-you-go-request.d.ts +31 -0
  310. package/dist/esm/types/query-price-for-pay-as-you-go-request.d.ts.map +1 -0
  311. package/dist/esm/types/query-price-for-pay-as-you-go-response.d.ts +41 -0
  312. package/dist/esm/types/query-price-for-pay-as-you-go-response.d.ts.map +1 -0
  313. package/dist/esm/types/query-price-for-renew-request.d.ts +35 -0
  314. package/dist/esm/types/query-price-for-renew-request.d.ts.map +1 -0
  315. package/dist/esm/types/query-price-for-renew-response.d.ts +41 -0
  316. package/dist/esm/types/query-price-for-renew-response.d.ts.map +1 -0
  317. package/dist/esm/types/query-price-for-subscription-request.d.ts +31 -0
  318. package/dist/esm/types/query-price-for-subscription-request.d.ts.map +1 -0
  319. package/dist/esm/types/query-price-for-subscription-response.d.ts +41 -0
  320. package/dist/esm/types/query-price-for-subscription-response.d.ts.map +1 -0
  321. package/dist/esm/types/recipient-information-list-for-list-recipient-information-output.d.ts +40 -0
  322. package/dist/esm/types/recipient-information-list-for-list-recipient-information-output.d.ts.map +1 -0
  323. package/dist/esm/types/region-info-list-for-list-budget-filter-region-code-output.d.ts +30 -0
  324. package/dist/esm/types/region-info-list-for-list-budget-filter-region-code-output.d.ts.map +1 -0
  325. package/dist/esm/types/relation-for-list-invitation-output.d.ts +91 -0
  326. package/dist/esm/types/relation-for-list-invitation-output.d.ts.map +1 -0
  327. package/dist/esm/types/renew-instance-request.d.ts +55 -0
  328. package/dist/esm/types/renew-instance-request.d.ts.map +1 -0
  329. package/dist/esm/types/renew-instance-response.d.ts +31 -0
  330. package/dist/esm/types/renew-instance-response.d.ts.map +1 -0
  331. package/dist/esm/types/set-renewal-type-request.d.ts +60 -0
  332. package/dist/esm/types/set-renewal-type-request.d.ts.map +1 -0
  333. package/dist/esm/types/set-renewal-type-response.d.ts +26 -0
  334. package/dist/esm/types/set-renewal-type-response.d.ts.map +1 -0
  335. package/dist/esm/types/subject-info-list-for-list-budget-filter-subject-info-output.d.ts +30 -0
  336. package/dist/esm/types/subject-info-list-for-list-budget-filter-subject-info-output.d.ts.map +1 -0
  337. package/dist/esm/types/success-instance-info-for-unsubscribe-instance-output.d.ts +30 -0
  338. package/dist/esm/types/success-instance-info-for-unsubscribe-instance-output.d.ts.map +1 -0
  339. package/dist/esm/types/success-instance-list-for-renew-instance-output.d.ts +30 -0
  340. package/dist/esm/types/success-instance-list-for-renew-instance-output.d.ts.map +1 -0
  341. package/dist/esm/types/success-instance-list-for-set-renewal-type-output.d.ts +30 -0
  342. package/dist/esm/types/success-instance-list-for-set-renewal-type-output.d.ts.map +1 -0
  343. package/dist/esm/types/unsubscribe-instance-request.d.ts +40 -0
  344. package/dist/esm/types/unsubscribe-instance-request.d.ts.map +1 -0
  345. package/dist/esm/types/unsubscribe-instance-response.d.ts +36 -0
  346. package/dist/esm/types/unsubscribe-instance-response.d.ts.map +1 -0
  347. package/dist/esm/types/update-auth-request.d.ts +30 -0
  348. package/dist/esm/types/update-auth-request.d.ts.map +1 -0
  349. package/dist/esm/types/update-auth-response.d.ts +25 -0
  350. package/dist/esm/types/update-auth-response.d.ts.map +1 -0
  351. package/dist/esm/types/update-budget-request.d.ts +55 -0
  352. package/dist/esm/types/update-budget-request.d.ts.map +1 -0
  353. package/dist/esm/types/update-budget-response.d.ts +20 -0
  354. package/dist/esm/types/update-budget-response.d.ts.map +1 -0
  355. package/dist/esm/types/zone-info-list-for-list-budget-filter-zone-code-output.d.ts +30 -0
  356. package/dist/esm/types/zone-info-list-for-list-budget-filter-zone-code-output.d.ts.map +1 -0
  357. package/dist/tsconfig.tsbuildinfo +1 -0
  358. package/package.json +37 -0
  359. package/rslib.config.ts +26 -0
  360. package/src/api.ts +1008 -0
  361. package/src/index.ts +14 -0
  362. package/src/types/auth-for-list-invitation-output.ts +52 -0
  363. package/src/types/auth-info-for-list-financial-relation-output.ts +40 -0
  364. package/src/types/auth-info-for-list-invitation-output.ts +40 -0
  365. package/src/types/billing-mode-info-list-for-list-budget-filter-billing-mode-output.ts +34 -0
  366. package/src/types/budget-alert-message-detail-list-for-query-budget-detail-output.ts +64 -0
  367. package/src/types/budget-alert-message-for-create-budget-input.ts +46 -0
  368. package/src/types/budget-alert-message-for-update-budget-input.ts +46 -0
  369. package/src/types/budget-alert-rule-for-create-budget-input.ts +63 -0
  370. package/src/types/budget-alert-rule-for-update-budget-input.ts +63 -0
  371. package/src/types/budget-alert-rule-list-for-query-budget-detail-output.ts +63 -0
  372. package/src/types/budget-amount-for-create-budget-input.ts +40 -0
  373. package/src/types/budget-amount-for-update-budget-input.ts +40 -0
  374. package/src/types/budget-amount-list-for-list-budget-amount-by-budget-idoutput.ts +58 -0
  375. package/src/types/budget-for-create-budget-input.ts +84 -0
  376. package/src/types/budget-for-query-budget-detail-output.ts +84 -0
  377. package/src/types/budget-for-update-budget-input.ts +84 -0
  378. package/src/types/budget-list-for-list-budget-output.ts +100 -0
  379. package/src/types/budget-range-billing-mode-for-query-budget-detail-output.ts +34 -0
  380. package/src/types/budget-range-for-create-budget-input.ts +76 -0
  381. package/src/types/budget-range-for-update-budget-input.ts +76 -0
  382. package/src/types/budget-range-info-for-query-budget-detail-output.ts +83 -0
  383. package/src/types/budget-range-owner-for-query-budget-detail-output.ts +34 -0
  384. package/src/types/budget-range-payer-for-query-budget-detail-output.ts +34 -0
  385. package/src/types/budget-range-product-for-query-budget-detail-output.ts +34 -0
  386. package/src/types/budget-range-region-for-query-budget-detail-output.ts +34 -0
  387. package/src/types/budget-range-subject-for-query-budget-detail-output.ts +34 -0
  388. package/src/types/budget-range-zone-for-query-budget-detail-output.ts +34 -0
  389. package/src/types/cancel-invitation-request.ts +52 -0
  390. package/src/types/cancel-invitation-response.ts +28 -0
  391. package/src/types/cancel-order-request.ts +28 -0
  392. package/src/types/cancel-order-response.ts +22 -0
  393. package/src/types/charge-item-list-for-common-buy-input.ts +40 -0
  394. package/src/types/clean-up-financial-relation-request.ts +40 -0
  395. package/src/types/clean-up-financial-relation-response.ts +34 -0
  396. package/src/types/common-buy-request.ts +41 -0
  397. package/src/types/common-buy-response.ts +29 -0
  398. package/src/types/config-list-for-common-buy-input.ts +41 -0
  399. package/src/types/config-list-for-query-price-for-pay-as-you-go-input.ts +52 -0
  400. package/src/types/config-list-for-query-price-for-pay-as-you-go-output.ts +65 -0
  401. package/src/types/config-list-for-query-price-for-subscription-input.ts +52 -0
  402. package/src/types/config-list-for-query-price-for-subscription-output.ts +65 -0
  403. package/src/types/convert-list-for-list-bill-overview-by-category-output.ts +29 -0
  404. package/src/types/create-budget-request.ts +57 -0
  405. package/src/types/create-budget-response.ts +28 -0
  406. package/src/types/create-financial-relation-request.ts +46 -0
  407. package/src/types/create-financial-relation-response.ts +28 -0
  408. package/src/types/delete-budget-request.ts +28 -0
  409. package/src/types/delete-budget-response.ts +22 -0
  410. package/src/types/delete-financial-relation-request.ts +40 -0
  411. package/src/types/delete-financial-relation-response.ts +28 -0
  412. package/src/types/discount-detail-for-query-price-for-pay-as-you-go-output.ts +34 -0
  413. package/src/types/discount-detail-for-query-price-for-subscription-output.ts +34 -0
  414. package/src/types/get-order-request.ts +28 -0
  415. package/src/types/get-order-response.ts +29 -0
  416. package/src/types/handle-invitation-request.ts +58 -0
  417. package/src/types/handle-invitation-response.ts +28 -0
  418. package/src/types/index.ts +173 -0
  419. package/src/types/instance-amount-list-for-query-price-for-renew-output.ts +52 -0
  420. package/src/types/instance-list-for-list-available-instances-output.ts +106 -0
  421. package/src/types/list-amortized-cost-bill-daily-request.ts +106 -0
  422. package/src/types/list-amortized-cost-bill-daily-response.ts +47 -0
  423. package/src/types/list-amortized-cost-bill-detail-request.ts +106 -0
  424. package/src/types/list-amortized-cost-bill-detail-response.ts +47 -0
  425. package/src/types/list-amortized-cost-bill-monthly-request.ts +100 -0
  426. package/src/types/list-amortized-cost-bill-monthly-response.ts +47 -0
  427. package/src/types/list-available-instances-request.ts +76 -0
  428. package/src/types/list-available-instances-response.ts +41 -0
  429. package/src/types/list-bill-detail-request.ts +106 -0
  430. package/src/types/list-bill-detail-response.ts +47 -0
  431. package/src/types/list-bill-overview-by-category-request.ts +52 -0
  432. package/src/types/list-bill-overview-by-category-response.ts +29 -0
  433. package/src/types/list-bill-overview-by-prod-request.ts +82 -0
  434. package/src/types/list-bill-overview-by-prod-response.ts +47 -0
  435. package/src/types/list-bill-request.ts +88 -0
  436. package/src/types/list-bill-response.ts +47 -0
  437. package/src/types/list-budget-amount-by-budget-idrequest.ts +28 -0
  438. package/src/types/list-budget-amount-by-budget-idresponse.ts +29 -0
  439. package/src/types/list-budget-filter-billing-mode-request.ts +34 -0
  440. package/src/types/list-budget-filter-billing-mode-response.ts +47 -0
  441. package/src/types/list-budget-filter-owner-idrequest.ts +22 -0
  442. package/src/types/list-budget-filter-owner-idresponse.ts +29 -0
  443. package/src/types/list-budget-filter-payer-idrequest.ts +22 -0
  444. package/src/types/list-budget-filter-payer-idresponse.ts +29 -0
  445. package/src/types/list-budget-filter-product-request.ts +34 -0
  446. package/src/types/list-budget-filter-product-response.ts +47 -0
  447. package/src/types/list-budget-filter-project-request.ts +34 -0
  448. package/src/types/list-budget-filter-project-response.ts +46 -0
  449. package/src/types/list-budget-filter-region-code-request.ts +34 -0
  450. package/src/types/list-budget-filter-region-code-response.ts +47 -0
  451. package/src/types/list-budget-filter-subject-info-request.ts +34 -0
  452. package/src/types/list-budget-filter-subject-info-response.ts +47 -0
  453. package/src/types/list-budget-filter-tag-key-request.ts +34 -0
  454. package/src/types/list-budget-filter-tag-key-response.ts +46 -0
  455. package/src/types/list-budget-filter-tag-value-request.ts +40 -0
  456. package/src/types/list-budget-filter-tag-value-response.ts +46 -0
  457. package/src/types/list-budget-filter-zone-code-request.ts +34 -0
  458. package/src/types/list-budget-filter-zone-code-response.ts +47 -0
  459. package/src/types/list-budget-request.ts +88 -0
  460. package/src/types/list-budget-response.ts +47 -0
  461. package/src/types/list-coupon-usage-records-request.ts +40 -0
  462. package/src/types/list-coupon-usage-records-response.ts +47 -0
  463. package/src/types/list-coupons-request.ts +64 -0
  464. package/src/types/list-coupons-response.ts +47 -0
  465. package/src/types/list-financial-relation-request.ts +52 -0
  466. package/src/types/list-financial-relation-response.ts +47 -0
  467. package/src/types/list-for-list-amortized-cost-bill-daily-output.ts +754 -0
  468. package/src/types/list-for-list-amortized-cost-bill-detail-output.ts +688 -0
  469. package/src/types/list-for-list-amortized-cost-bill-monthly-output.ts +1012 -0
  470. package/src/types/list-for-list-bill-detail-output.ts +592 -0
  471. package/src/types/list-for-list-bill-output.ts +334 -0
  472. package/src/types/list-for-list-bill-overview-by-category-output.ts +262 -0
  473. package/src/types/list-for-list-bill-overview-by-prod-output.ts +280 -0
  474. package/src/types/list-for-list-budget-filter-owner-idoutput.ts +34 -0
  475. package/src/types/list-for-list-budget-filter-payer-idoutput.ts +34 -0
  476. package/src/types/list-for-list-budget-filter-product-output.ts +34 -0
  477. package/src/types/list-for-list-coupon-usage-records-output.ts +88 -0
  478. package/src/types/list-for-list-coupons-output.ts +119 -0
  479. package/src/types/list-for-list-financial-relation-output.ts +107 -0
  480. package/src/types/list-for-list-invitation-output.ts +42 -0
  481. package/src/types/list-for-list-package-usage-details-output.ts +243 -0
  482. package/src/types/list-for-list-resource-packages-output.ts +180 -0
  483. package/src/types/list-for-list-split-bill-detail-output.ts +598 -0
  484. package/src/types/list-invitation-request.ts +22 -0
  485. package/src/types/list-invitation-response.ts +29 -0
  486. package/src/types/list-order-product-details-request.ts +40 -0
  487. package/src/types/list-order-product-details-response.ts +41 -0
  488. package/src/types/list-orders-request.ts +58 -0
  489. package/src/types/list-orders-response.ts +41 -0
  490. package/src/types/list-package-usage-details-request.ts +69 -0
  491. package/src/types/list-package-usage-details-response.ts +35 -0
  492. package/src/types/list-recipient-information-request.ts +34 -0
  493. package/src/types/list-recipient-information-response.ts +47 -0
  494. package/src/types/list-resource-packages-request.ts +87 -0
  495. package/src/types/list-resource-packages-response.ts +35 -0
  496. package/src/types/list-split-bill-detail-request.ts +112 -0
  497. package/src/types/list-split-bill-detail-response.ts +47 -0
  498. package/src/types/order-fail-refund-info-for-get-order-output.ts +52 -0
  499. package/src/types/order-fail-refund-info-for-list-order-product-details-output.ts +52 -0
  500. package/src/types/order-fail-refund-info-for-list-orders-output.ts +52 -0
  501. package/src/types/order-info-for-common-buy-output.ts +34 -0
  502. package/src/types/order-info-for-get-order-output.ts +125 -0
  503. package/src/types/order-info-for-list-orders-output.ts +125 -0
  504. package/src/types/order-product-info-for-list-order-product-details-output.ts +125 -0
  505. package/src/types/pay-order-request.ts +28 -0
  506. package/src/types/pay-order-response.ts +22 -0
  507. package/src/types/product-limit-list-for-list-coupons-output.ts +82 -0
  508. package/src/types/query-balance-acct-request.ts +22 -0
  509. package/src/types/query-balance-acct-response.ts +58 -0
  510. package/src/types/query-budget-detail-request.ts +28 -0
  511. package/src/types/query-budget-detail-response.ts +50 -0
  512. package/src/types/query-price-for-pay-as-you-go-request.ts +35 -0
  513. package/src/types/query-price-for-pay-as-you-go-response.ts +47 -0
  514. package/src/types/query-price-for-renew-request.ts +40 -0
  515. package/src/types/query-price-for-renew-response.ts +47 -0
  516. package/src/types/query-price-for-subscription-request.ts +35 -0
  517. package/src/types/query-price-for-subscription-response.ts +47 -0
  518. package/src/types/recipient-information-list-for-list-recipient-information-output.ts +46 -0
  519. package/src/types/region-info-list-for-list-budget-filter-region-code-output.ts +34 -0
  520. package/src/types/relation-for-list-invitation-output.ts +107 -0
  521. package/src/types/renew-instance-request.ts +64 -0
  522. package/src/types/renew-instance-response.ts +35 -0
  523. package/src/types/set-renewal-type-request.ts +70 -0
  524. package/src/types/set-renewal-type-response.ts +29 -0
  525. package/src/types/subject-info-list-for-list-budget-filter-subject-info-output.ts +34 -0
  526. package/src/types/success-instance-info-for-unsubscribe-instance-output.ts +34 -0
  527. package/src/types/success-instance-list-for-renew-instance-output.ts +34 -0
  528. package/src/types/success-instance-list-for-set-renewal-type-output.ts +34 -0
  529. package/src/types/unsubscribe-instance-request.ts +46 -0
  530. package/src/types/unsubscribe-instance-response.ts +41 -0
  531. package/src/types/update-auth-request.ts +34 -0
  532. package/src/types/update-auth-response.ts +28 -0
  533. package/src/types/update-budget-request.ts +63 -0
  534. package/src/types/update-budget-response.ts +22 -0
  535. package/src/types/zone-info-list-for-list-budget-filter-zone-code-output.ts +34 -0
  536. package/tsconfig.json +12 -0
package/src/api.ts ADDED
@@ -0,0 +1,1008 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * billing
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 { Client, ClientConfig, Command, buildRequestConfigFromMetaPath, CommandOutput } from '@volcengine/sdk-core';
16
+
17
+ import { CancelInvitationRequest } from './types/index';
18
+ import { CancelInvitationResponse } from './types/index';
19
+ import { CancelOrderRequest } from './types/index';
20
+ import { CancelOrderResponse } from './types/index';
21
+ import { CleanUpFinancialRelationRequest } from './types/index';
22
+ import { CleanUpFinancialRelationResponse } from './types/index';
23
+ import { CommonBuyRequest } from './types/index';
24
+ import { CommonBuyResponse } from './types/index';
25
+ import { CreateBudgetRequest } from './types/index';
26
+ import { CreateBudgetResponse } from './types/index';
27
+ import { CreateFinancialRelationRequest } from './types/index';
28
+ import { CreateFinancialRelationResponse } from './types/index';
29
+ import { DeleteBudgetRequest } from './types/index';
30
+ import { DeleteBudgetResponse } from './types/index';
31
+ import { DeleteFinancialRelationRequest } from './types/index';
32
+ import { DeleteFinancialRelationResponse } from './types/index';
33
+ import { GetOrderRequest } from './types/index';
34
+ import { GetOrderResponse } from './types/index';
35
+ import { HandleInvitationRequest } from './types/index';
36
+ import { HandleInvitationResponse } from './types/index';
37
+ import { ListAmortizedCostBillDailyRequest } from './types/index';
38
+ import { ListAmortizedCostBillDailyResponse } from './types/index';
39
+ import { ListAmortizedCostBillDetailRequest } from './types/index';
40
+ import { ListAmortizedCostBillDetailResponse } from './types/index';
41
+ import { ListAmortizedCostBillMonthlyRequest } from './types/index';
42
+ import { ListAmortizedCostBillMonthlyResponse } from './types/index';
43
+ import { ListAvailableInstancesRequest } from './types/index';
44
+ import { ListAvailableInstancesResponse } from './types/index';
45
+ import { ListBillDetailRequest } from './types/index';
46
+ import { ListBillDetailResponse } from './types/index';
47
+ import { ListBillOverviewByCategoryRequest } from './types/index';
48
+ import { ListBillOverviewByCategoryResponse } from './types/index';
49
+ import { ListBillOverviewByProdRequest } from './types/index';
50
+ import { ListBillOverviewByProdResponse } from './types/index';
51
+ import { ListBillRequest } from './types/index';
52
+ import { ListBillResponse } from './types/index';
53
+ import { ListBudgetAmountByBudgetIDRequest } from './types/index';
54
+ import { ListBudgetAmountByBudgetIDResponse } from './types/index';
55
+ import { ListBudgetFilterBillingModeRequest } from './types/index';
56
+ import { ListBudgetFilterBillingModeResponse } from './types/index';
57
+ import { ListBudgetFilterOwnerIDRequest } from './types/index';
58
+ import { ListBudgetFilterOwnerIDResponse } from './types/index';
59
+ import { ListBudgetFilterPayerIDRequest } from './types/index';
60
+ import { ListBudgetFilterPayerIDResponse } from './types/index';
61
+ import { ListBudgetFilterProductRequest } from './types/index';
62
+ import { ListBudgetFilterProductResponse } from './types/index';
63
+ import { ListBudgetFilterProjectRequest } from './types/index';
64
+ import { ListBudgetFilterProjectResponse } from './types/index';
65
+ import { ListBudgetFilterRegionCodeRequest } from './types/index';
66
+ import { ListBudgetFilterRegionCodeResponse } from './types/index';
67
+ import { ListBudgetFilterSubjectInfoRequest } from './types/index';
68
+ import { ListBudgetFilterSubjectInfoResponse } from './types/index';
69
+ import { ListBudgetFilterTagKeyRequest } from './types/index';
70
+ import { ListBudgetFilterTagKeyResponse } from './types/index';
71
+ import { ListBudgetFilterTagValueRequest } from './types/index';
72
+ import { ListBudgetFilterTagValueResponse } from './types/index';
73
+ import { ListBudgetFilterZoneCodeRequest } from './types/index';
74
+ import { ListBudgetFilterZoneCodeResponse } from './types/index';
75
+ import { ListBudgetRequest } from './types/index';
76
+ import { ListBudgetResponse } from './types/index';
77
+ import { ListCouponUsageRecordsRequest } from './types/index';
78
+ import { ListCouponUsageRecordsResponse } from './types/index';
79
+ import { ListCouponsRequest } from './types/index';
80
+ import { ListCouponsResponse } from './types/index';
81
+ import { ListFinancialRelationRequest } from './types/index';
82
+ import { ListFinancialRelationResponse } from './types/index';
83
+ import { ListInvitationRequest } from './types/index';
84
+ import { ListInvitationResponse } from './types/index';
85
+ import { ListOrderProductDetailsRequest } from './types/index';
86
+ import { ListOrderProductDetailsResponse } from './types/index';
87
+ import { ListOrdersRequest } from './types/index';
88
+ import { ListOrdersResponse } from './types/index';
89
+ import { ListPackageUsageDetailsRequest } from './types/index';
90
+ import { ListPackageUsageDetailsResponse } from './types/index';
91
+ import { ListRecipientInformationRequest } from './types/index';
92
+ import { ListRecipientInformationResponse } from './types/index';
93
+ import { ListResourcePackagesRequest } from './types/index';
94
+ import { ListResourcePackagesResponse } from './types/index';
95
+ import { ListSplitBillDetailRequest } from './types/index';
96
+ import { ListSplitBillDetailResponse } from './types/index';
97
+ import { PayOrderRequest } from './types/index';
98
+ import { PayOrderResponse } from './types/index';
99
+ import { QueryBalanceAcctRequest } from './types/index';
100
+ import { QueryBalanceAcctResponse } from './types/index';
101
+ import { QueryBudgetDetailRequest } from './types/index';
102
+ import { QueryBudgetDetailResponse } from './types/index';
103
+ import { QueryPriceForPayAsYouGoRequest } from './types/index';
104
+ import { QueryPriceForPayAsYouGoResponse } from './types/index';
105
+ import { QueryPriceForRenewRequest } from './types/index';
106
+ import { QueryPriceForRenewResponse } from './types/index';
107
+ import { QueryPriceForSubscriptionRequest } from './types/index';
108
+ import { QueryPriceForSubscriptionResponse } from './types/index';
109
+ import { RenewInstanceRequest } from './types/index';
110
+ import { RenewInstanceResponse } from './types/index';
111
+ import { SetRenewalTypeRequest } from './types/index';
112
+ import { SetRenewalTypeResponse } from './types/index';
113
+ import { UnsubscribeInstanceRequest } from './types/index';
114
+ import { UnsubscribeInstanceResponse } from './types/index';
115
+ import { UpdateAuthRequest } from './types/index';
116
+ import { UpdateAuthResponse } from './types/index';
117
+ import { UpdateBudgetRequest } from './types/index';
118
+ import { UpdateBudgetResponse } from './types/index';
119
+
120
+ // ============================================================================
121
+ // Output Type Definitions
122
+ // ============================================================================
123
+ export type CancelInvitationCommandOutput = CommandOutput<CancelInvitationResponse>;
124
+ export type CancelOrderCommandOutput = CommandOutput<CancelOrderResponse>;
125
+ export type CleanUpFinancialRelationCommandOutput = CommandOutput<CleanUpFinancialRelationResponse>;
126
+ export type CommonBuyCommandOutput = CommandOutput<CommonBuyResponse>;
127
+ export type CreateBudgetCommandOutput = CommandOutput<CreateBudgetResponse>;
128
+ export type CreateFinancialRelationCommandOutput = CommandOutput<CreateFinancialRelationResponse>;
129
+ export type DeleteBudgetCommandOutput = CommandOutput<DeleteBudgetResponse>;
130
+ export type DeleteFinancialRelationCommandOutput = CommandOutput<DeleteFinancialRelationResponse>;
131
+ export type GetOrderCommandOutput = CommandOutput<GetOrderResponse>;
132
+ export type HandleInvitationCommandOutput = CommandOutput<HandleInvitationResponse>;
133
+ export type ListAmortizedCostBillDailyCommandOutput = CommandOutput<ListAmortizedCostBillDailyResponse>;
134
+ export type ListAmortizedCostBillDetailCommandOutput = CommandOutput<ListAmortizedCostBillDetailResponse>;
135
+ export type ListAmortizedCostBillMonthlyCommandOutput = CommandOutput<ListAmortizedCostBillMonthlyResponse>;
136
+ export type ListAvailableInstancesCommandOutput = CommandOutput<ListAvailableInstancesResponse>;
137
+ export type ListBillCommandOutput = CommandOutput<ListBillResponse>;
138
+ export type ListBillDetailCommandOutput = CommandOutput<ListBillDetailResponse>;
139
+ export type ListBillOverviewByCategoryCommandOutput = CommandOutput<ListBillOverviewByCategoryResponse>;
140
+ export type ListBillOverviewByProdCommandOutput = CommandOutput<ListBillOverviewByProdResponse>;
141
+ export type ListBudgetCommandOutput = CommandOutput<ListBudgetResponse>;
142
+ export type ListBudgetAmountByBudgetIDCommandOutput = CommandOutput<ListBudgetAmountByBudgetIDResponse>;
143
+ export type ListBudgetFilterBillingModeCommandOutput = CommandOutput<ListBudgetFilterBillingModeResponse>;
144
+ export type ListBudgetFilterOwnerIDCommandOutput = CommandOutput<ListBudgetFilterOwnerIDResponse>;
145
+ export type ListBudgetFilterPayerIDCommandOutput = CommandOutput<ListBudgetFilterPayerIDResponse>;
146
+ export type ListBudgetFilterProductCommandOutput = CommandOutput<ListBudgetFilterProductResponse>;
147
+ export type ListBudgetFilterProjectCommandOutput = CommandOutput<ListBudgetFilterProjectResponse>;
148
+ export type ListBudgetFilterRegionCodeCommandOutput = CommandOutput<ListBudgetFilterRegionCodeResponse>;
149
+ export type ListBudgetFilterSubjectInfoCommandOutput = CommandOutput<ListBudgetFilterSubjectInfoResponse>;
150
+ export type ListBudgetFilterTagKeyCommandOutput = CommandOutput<ListBudgetFilterTagKeyResponse>;
151
+ export type ListBudgetFilterTagValueCommandOutput = CommandOutput<ListBudgetFilterTagValueResponse>;
152
+ export type ListBudgetFilterZoneCodeCommandOutput = CommandOutput<ListBudgetFilterZoneCodeResponse>;
153
+ export type ListCouponUsageRecordsCommandOutput = CommandOutput<ListCouponUsageRecordsResponse>;
154
+ export type ListCouponsCommandOutput = CommandOutput<ListCouponsResponse>;
155
+ export type ListFinancialRelationCommandOutput = CommandOutput<ListFinancialRelationResponse>;
156
+ export type ListInvitationCommandOutput = CommandOutput<ListInvitationResponse>;
157
+ export type ListOrderProductDetailsCommandOutput = CommandOutput<ListOrderProductDetailsResponse>;
158
+ export type ListOrdersCommandOutput = CommandOutput<ListOrdersResponse>;
159
+ export type ListPackageUsageDetailsCommandOutput = CommandOutput<ListPackageUsageDetailsResponse>;
160
+ export type ListRecipientInformationCommandOutput = CommandOutput<ListRecipientInformationResponse>;
161
+ export type ListResourcePackagesCommandOutput = CommandOutput<ListResourcePackagesResponse>;
162
+ export type ListSplitBillDetailCommandOutput = CommandOutput<ListSplitBillDetailResponse>;
163
+ export type PayOrderCommandOutput = CommandOutput<PayOrderResponse>;
164
+ export type QueryBalanceAcctCommandOutput = CommandOutput<QueryBalanceAcctResponse>;
165
+ export type QueryBudgetDetailCommandOutput = CommandOutput<QueryBudgetDetailResponse>;
166
+ export type QueryPriceForPayAsYouGoCommandOutput = CommandOutput<QueryPriceForPayAsYouGoResponse>;
167
+ export type QueryPriceForRenewCommandOutput = CommandOutput<QueryPriceForRenewResponse>;
168
+ export type QueryPriceForSubscriptionCommandOutput = CommandOutput<QueryPriceForSubscriptionResponse>;
169
+ export type RenewInstanceCommandOutput = CommandOutput<RenewInstanceResponse>;
170
+ export type SetRenewalTypeCommandOutput = CommandOutput<SetRenewalTypeResponse>;
171
+ export type UnsubscribeInstanceCommandOutput = CommandOutput<UnsubscribeInstanceResponse>;
172
+ export type UpdateAuthCommandOutput = CommandOutput<UpdateAuthResponse>;
173
+ export type UpdateBudgetCommandOutput = CommandOutput<UpdateBudgetResponse>;
174
+
175
+
176
+ /**
177
+ * BILLINGClient Service Client
178
+ */
179
+ export class BILLINGClient extends Client {
180
+ constructor(config: ClientConfig = {}) {
181
+ super({
182
+ protocol: 'https',
183
+ region: 'cn-beijing',
184
+ ...config,
185
+ });
186
+ }
187
+ }
188
+
189
+ /**
190
+ * Command to CancelInvitation
191
+ */
192
+ export class CancelInvitationCommand extends Command<
193
+ CancelInvitationRequest,
194
+ CancelInvitationCommandOutput,
195
+ 'CancelInvitationCommand'
196
+ > {
197
+ static readonly metaPath = '/CancelInvitation/2022-01-01/billing/post/application_json/';
198
+
199
+ constructor(input: CancelInvitationRequest) {
200
+ super(input);
201
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelInvitationCommand.metaPath);
202
+ }
203
+ }
204
+ /**
205
+ * Command to CancelOrder
206
+ */
207
+ export class CancelOrderCommand extends Command<
208
+ CancelOrderRequest,
209
+ CancelOrderCommandOutput,
210
+ 'CancelOrderCommand'
211
+ > {
212
+ static readonly metaPath = '/CancelOrder/2022-01-01/billing/post/application_json/';
213
+
214
+ constructor(input: CancelOrderRequest) {
215
+ super(input);
216
+ this.requestConfig = buildRequestConfigFromMetaPath(CancelOrderCommand.metaPath);
217
+ }
218
+ }
219
+ /**
220
+ * Command to CleanUpFinancialRelation
221
+ */
222
+ export class CleanUpFinancialRelationCommand extends Command<
223
+ CleanUpFinancialRelationRequest,
224
+ CleanUpFinancialRelationCommandOutput,
225
+ 'CleanUpFinancialRelationCommand'
226
+ > {
227
+ static readonly metaPath = '/CleanUpFinancialRelation/2022-01-01/billing/post/application_json/';
228
+
229
+ constructor(input: CleanUpFinancialRelationRequest) {
230
+ super(input);
231
+ this.requestConfig = buildRequestConfigFromMetaPath(CleanUpFinancialRelationCommand.metaPath);
232
+ }
233
+ }
234
+ /**
235
+ * Command to CommonBuy
236
+ */
237
+ export class CommonBuyCommand extends Command<
238
+ CommonBuyRequest,
239
+ CommonBuyCommandOutput,
240
+ 'CommonBuyCommand'
241
+ > {
242
+ static readonly metaPath = '/CommonBuy/2022-01-01/billing/post/application_json/';
243
+
244
+ constructor(input: CommonBuyRequest) {
245
+ super(input);
246
+ this.requestConfig = buildRequestConfigFromMetaPath(CommonBuyCommand.metaPath);
247
+ }
248
+ }
249
+ /**
250
+ * Command to CreateBudget
251
+ */
252
+ export class CreateBudgetCommand extends Command<
253
+ CreateBudgetRequest,
254
+ CreateBudgetCommandOutput,
255
+ 'CreateBudgetCommand'
256
+ > {
257
+ static readonly metaPath = '/CreateBudget/2022-01-01/billing/post/application_json/';
258
+
259
+ constructor(input: CreateBudgetRequest) {
260
+ super(input);
261
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateBudgetCommand.metaPath);
262
+ }
263
+ }
264
+ /**
265
+ * Command to CreateFinancialRelation
266
+ */
267
+ export class CreateFinancialRelationCommand extends Command<
268
+ CreateFinancialRelationRequest,
269
+ CreateFinancialRelationCommandOutput,
270
+ 'CreateFinancialRelationCommand'
271
+ > {
272
+ static readonly metaPath = '/CreateFinancialRelation/2022-01-01/billing/post/application_json/';
273
+
274
+ constructor(input: CreateFinancialRelationRequest) {
275
+ super(input);
276
+ this.requestConfig = buildRequestConfigFromMetaPath(CreateFinancialRelationCommand.metaPath);
277
+ }
278
+ }
279
+ /**
280
+ * Command to DeleteBudget
281
+ */
282
+ export class DeleteBudgetCommand extends Command<
283
+ DeleteBudgetRequest,
284
+ DeleteBudgetCommandOutput,
285
+ 'DeleteBudgetCommand'
286
+ > {
287
+ static readonly metaPath = '/DeleteBudget/2022-01-01/billing/post/application_json/';
288
+
289
+ constructor(input: DeleteBudgetRequest) {
290
+ super(input);
291
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteBudgetCommand.metaPath);
292
+ }
293
+ }
294
+ /**
295
+ * Command to DeleteFinancialRelation
296
+ */
297
+ export class DeleteFinancialRelationCommand extends Command<
298
+ DeleteFinancialRelationRequest,
299
+ DeleteFinancialRelationCommandOutput,
300
+ 'DeleteFinancialRelationCommand'
301
+ > {
302
+ static readonly metaPath = '/DeleteFinancialRelation/2022-01-01/billing/post/application_json/';
303
+
304
+ constructor(input: DeleteFinancialRelationRequest) {
305
+ super(input);
306
+ this.requestConfig = buildRequestConfigFromMetaPath(DeleteFinancialRelationCommand.metaPath);
307
+ }
308
+ }
309
+ /**
310
+ * Command to GetOrder
311
+ */
312
+ export class GetOrderCommand extends Command<
313
+ GetOrderRequest,
314
+ GetOrderCommandOutput,
315
+ 'GetOrderCommand'
316
+ > {
317
+ static readonly metaPath = '/GetOrder/2022-01-01/billing/post/application_json/';
318
+
319
+ constructor(input: GetOrderRequest) {
320
+ super(input);
321
+ this.requestConfig = buildRequestConfigFromMetaPath(GetOrderCommand.metaPath);
322
+ }
323
+ }
324
+ /**
325
+ * Command to HandleInvitation
326
+ */
327
+ export class HandleInvitationCommand extends Command<
328
+ HandleInvitationRequest,
329
+ HandleInvitationCommandOutput,
330
+ 'HandleInvitationCommand'
331
+ > {
332
+ static readonly metaPath = '/HandleInvitation/2022-01-01/billing/post/application_json/';
333
+
334
+ constructor(input: HandleInvitationRequest) {
335
+ super(input);
336
+ this.requestConfig = buildRequestConfigFromMetaPath(HandleInvitationCommand.metaPath);
337
+ }
338
+ }
339
+ /**
340
+ * Command to ListAmortizedCostBillDaily
341
+ */
342
+ export class ListAmortizedCostBillDailyCommand extends Command<
343
+ ListAmortizedCostBillDailyRequest,
344
+ ListAmortizedCostBillDailyCommandOutput,
345
+ 'ListAmortizedCostBillDailyCommand'
346
+ > {
347
+ static readonly metaPath = '/ListAmortizedCostBillDaily/2022-01-01/billing/post/application_json/';
348
+
349
+ constructor(input: ListAmortizedCostBillDailyRequest) {
350
+ super(input);
351
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAmortizedCostBillDailyCommand.metaPath);
352
+ }
353
+ }
354
+ /**
355
+ * Command to ListAmortizedCostBillDetail
356
+ */
357
+ export class ListAmortizedCostBillDetailCommand extends Command<
358
+ ListAmortizedCostBillDetailRequest,
359
+ ListAmortizedCostBillDetailCommandOutput,
360
+ 'ListAmortizedCostBillDetailCommand'
361
+ > {
362
+ static readonly metaPath = '/ListAmortizedCostBillDetail/2022-01-01/billing/post/application_json/';
363
+
364
+ constructor(input: ListAmortizedCostBillDetailRequest) {
365
+ super(input);
366
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAmortizedCostBillDetailCommand.metaPath);
367
+ }
368
+ }
369
+ /**
370
+ * Command to ListAmortizedCostBillMonthly
371
+ */
372
+ export class ListAmortizedCostBillMonthlyCommand extends Command<
373
+ ListAmortizedCostBillMonthlyRequest,
374
+ ListAmortizedCostBillMonthlyCommandOutput,
375
+ 'ListAmortizedCostBillMonthlyCommand'
376
+ > {
377
+ static readonly metaPath = '/ListAmortizedCostBillMonthly/2022-01-01/billing/post/application_json/';
378
+
379
+ constructor(input: ListAmortizedCostBillMonthlyRequest) {
380
+ super(input);
381
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAmortizedCostBillMonthlyCommand.metaPath);
382
+ }
383
+ }
384
+ /**
385
+ * Command to ListAvailableInstances
386
+ */
387
+ export class ListAvailableInstancesCommand extends Command<
388
+ ListAvailableInstancesRequest,
389
+ ListAvailableInstancesCommandOutput,
390
+ 'ListAvailableInstancesCommand'
391
+ > {
392
+ static readonly metaPath = '/ListAvailableInstances/2022-01-01/billing/post/application_json/';
393
+
394
+ constructor(input: ListAvailableInstancesRequest) {
395
+ super(input);
396
+ this.requestConfig = buildRequestConfigFromMetaPath(ListAvailableInstancesCommand.metaPath);
397
+ }
398
+ }
399
+ /**
400
+ * Command to ListBill
401
+ */
402
+ export class ListBillCommand extends Command<
403
+ ListBillRequest,
404
+ ListBillCommandOutput,
405
+ 'ListBillCommand'
406
+ > {
407
+ static readonly metaPath = '/ListBill/2022-01-01/billing/post/application_json/';
408
+
409
+ constructor(input: ListBillRequest) {
410
+ super(input);
411
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBillCommand.metaPath);
412
+ }
413
+ }
414
+ /**
415
+ * Command to ListBillDetail
416
+ */
417
+ export class ListBillDetailCommand extends Command<
418
+ ListBillDetailRequest,
419
+ ListBillDetailCommandOutput,
420
+ 'ListBillDetailCommand'
421
+ > {
422
+ static readonly metaPath = '/ListBillDetail/2022-01-01/billing/post/application_json/';
423
+
424
+ constructor(input: ListBillDetailRequest) {
425
+ super(input);
426
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBillDetailCommand.metaPath);
427
+ }
428
+ }
429
+ /**
430
+ * Command to ListBillOverviewByCategory
431
+ */
432
+ export class ListBillOverviewByCategoryCommand extends Command<
433
+ ListBillOverviewByCategoryRequest,
434
+ ListBillOverviewByCategoryCommandOutput,
435
+ 'ListBillOverviewByCategoryCommand'
436
+ > {
437
+ static readonly metaPath = '/ListBillOverviewByCategory/2022-01-01/billing/post/application_json/';
438
+
439
+ constructor(input: ListBillOverviewByCategoryRequest) {
440
+ super(input);
441
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBillOverviewByCategoryCommand.metaPath);
442
+ }
443
+ }
444
+ /**
445
+ * Command to ListBillOverviewByProd
446
+ */
447
+ export class ListBillOverviewByProdCommand extends Command<
448
+ ListBillOverviewByProdRequest,
449
+ ListBillOverviewByProdCommandOutput,
450
+ 'ListBillOverviewByProdCommand'
451
+ > {
452
+ static readonly metaPath = '/ListBillOverviewByProd/2022-01-01/billing/post/application_json/';
453
+
454
+ constructor(input: ListBillOverviewByProdRequest) {
455
+ super(input);
456
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBillOverviewByProdCommand.metaPath);
457
+ }
458
+ }
459
+ /**
460
+ * Command to ListBudget
461
+ */
462
+ export class ListBudgetCommand extends Command<
463
+ ListBudgetRequest,
464
+ ListBudgetCommandOutput,
465
+ 'ListBudgetCommand'
466
+ > {
467
+ static readonly metaPath = '/ListBudget/2022-01-01/billing/post/application_json/';
468
+
469
+ constructor(input: ListBudgetRequest) {
470
+ super(input);
471
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetCommand.metaPath);
472
+ }
473
+ }
474
+ /**
475
+ * Command to ListBudgetAmountByBudgetID
476
+ */
477
+ export class ListBudgetAmountByBudgetIDCommand extends Command<
478
+ ListBudgetAmountByBudgetIDRequest,
479
+ ListBudgetAmountByBudgetIDCommandOutput,
480
+ 'ListBudgetAmountByBudgetIDCommand'
481
+ > {
482
+ static readonly metaPath = '/ListBudgetAmountByBudgetID/2022-01-01/billing/post/application_json/';
483
+
484
+ constructor(input: ListBudgetAmountByBudgetIDRequest) {
485
+ super(input);
486
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetAmountByBudgetIDCommand.metaPath);
487
+ }
488
+ }
489
+ /**
490
+ * Command to ListBudgetFilterBillingMode
491
+ */
492
+ export class ListBudgetFilterBillingModeCommand extends Command<
493
+ ListBudgetFilterBillingModeRequest,
494
+ ListBudgetFilterBillingModeCommandOutput,
495
+ 'ListBudgetFilterBillingModeCommand'
496
+ > {
497
+ static readonly metaPath = '/ListBudgetFilterBillingMode/2022-01-01/billing/post/application_json/';
498
+
499
+ constructor(input: ListBudgetFilterBillingModeRequest) {
500
+ super(input);
501
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterBillingModeCommand.metaPath);
502
+ }
503
+ }
504
+ /**
505
+ * Command to ListBudgetFilterOwnerID
506
+ */
507
+ export class ListBudgetFilterOwnerIDCommand extends Command<
508
+ ListBudgetFilterOwnerIDRequest,
509
+ ListBudgetFilterOwnerIDCommandOutput,
510
+ 'ListBudgetFilterOwnerIDCommand'
511
+ > {
512
+ static readonly metaPath = '/ListBudgetFilterOwnerID/2022-01-01/billing/post/application_json/';
513
+
514
+ constructor(input: ListBudgetFilterOwnerIDRequest) {
515
+ super(input);
516
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterOwnerIDCommand.metaPath);
517
+ }
518
+ }
519
+ /**
520
+ * Command to ListBudgetFilterPayerID
521
+ */
522
+ export class ListBudgetFilterPayerIDCommand extends Command<
523
+ ListBudgetFilterPayerIDRequest,
524
+ ListBudgetFilterPayerIDCommandOutput,
525
+ 'ListBudgetFilterPayerIDCommand'
526
+ > {
527
+ static readonly metaPath = '/ListBudgetFilterPayerID/2022-01-01/billing/post/application_json/';
528
+
529
+ constructor(input: ListBudgetFilterPayerIDRequest) {
530
+ super(input);
531
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterPayerIDCommand.metaPath);
532
+ }
533
+ }
534
+ /**
535
+ * Command to ListBudgetFilterProduct
536
+ */
537
+ export class ListBudgetFilterProductCommand extends Command<
538
+ ListBudgetFilterProductRequest,
539
+ ListBudgetFilterProductCommandOutput,
540
+ 'ListBudgetFilterProductCommand'
541
+ > {
542
+ static readonly metaPath = '/ListBudgetFilterProduct/2022-01-01/billing/post/application_json/';
543
+
544
+ constructor(input: ListBudgetFilterProductRequest) {
545
+ super(input);
546
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterProductCommand.metaPath);
547
+ }
548
+ }
549
+ /**
550
+ * Command to ListBudgetFilterProject
551
+ */
552
+ export class ListBudgetFilterProjectCommand extends Command<
553
+ ListBudgetFilterProjectRequest,
554
+ ListBudgetFilterProjectCommandOutput,
555
+ 'ListBudgetFilterProjectCommand'
556
+ > {
557
+ static readonly metaPath = '/ListBudgetFilterProject/2022-01-01/billing/post/application_json/';
558
+
559
+ constructor(input: ListBudgetFilterProjectRequest) {
560
+ super(input);
561
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterProjectCommand.metaPath);
562
+ }
563
+ }
564
+ /**
565
+ * Command to ListBudgetFilterRegionCode
566
+ */
567
+ export class ListBudgetFilterRegionCodeCommand extends Command<
568
+ ListBudgetFilterRegionCodeRequest,
569
+ ListBudgetFilterRegionCodeCommandOutput,
570
+ 'ListBudgetFilterRegionCodeCommand'
571
+ > {
572
+ static readonly metaPath = '/ListBudgetFilterRegionCode/2022-01-01/billing/post/application_json/';
573
+
574
+ constructor(input: ListBudgetFilterRegionCodeRequest) {
575
+ super(input);
576
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterRegionCodeCommand.metaPath);
577
+ }
578
+ }
579
+ /**
580
+ * Command to ListBudgetFilterSubjectInfo
581
+ */
582
+ export class ListBudgetFilterSubjectInfoCommand extends Command<
583
+ ListBudgetFilterSubjectInfoRequest,
584
+ ListBudgetFilterSubjectInfoCommandOutput,
585
+ 'ListBudgetFilterSubjectInfoCommand'
586
+ > {
587
+ static readonly metaPath = '/ListBudgetFilterSubjectInfo/2022-01-01/billing/post/application_json/';
588
+
589
+ constructor(input: ListBudgetFilterSubjectInfoRequest) {
590
+ super(input);
591
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterSubjectInfoCommand.metaPath);
592
+ }
593
+ }
594
+ /**
595
+ * Command to ListBudgetFilterTagKey
596
+ */
597
+ export class ListBudgetFilterTagKeyCommand extends Command<
598
+ ListBudgetFilterTagKeyRequest,
599
+ ListBudgetFilterTagKeyCommandOutput,
600
+ 'ListBudgetFilterTagKeyCommand'
601
+ > {
602
+ static readonly metaPath = '/ListBudgetFilterTagKey/2022-01-01/billing/post/application_json/';
603
+
604
+ constructor(input: ListBudgetFilterTagKeyRequest) {
605
+ super(input);
606
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterTagKeyCommand.metaPath);
607
+ }
608
+ }
609
+ /**
610
+ * Command to ListBudgetFilterTagValue
611
+ */
612
+ export class ListBudgetFilterTagValueCommand extends Command<
613
+ ListBudgetFilterTagValueRequest,
614
+ ListBudgetFilterTagValueCommandOutput,
615
+ 'ListBudgetFilterTagValueCommand'
616
+ > {
617
+ static readonly metaPath = '/ListBudgetFilterTagValue/2022-01-01/billing/post/application_json/';
618
+
619
+ constructor(input: ListBudgetFilterTagValueRequest) {
620
+ super(input);
621
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterTagValueCommand.metaPath);
622
+ }
623
+ }
624
+ /**
625
+ * Command to ListBudgetFilterZoneCode
626
+ */
627
+ export class ListBudgetFilterZoneCodeCommand extends Command<
628
+ ListBudgetFilterZoneCodeRequest,
629
+ ListBudgetFilterZoneCodeCommandOutput,
630
+ 'ListBudgetFilterZoneCodeCommand'
631
+ > {
632
+ static readonly metaPath = '/ListBudgetFilterZoneCode/2022-01-01/billing/post/application_json/';
633
+
634
+ constructor(input: ListBudgetFilterZoneCodeRequest) {
635
+ super(input);
636
+ this.requestConfig = buildRequestConfigFromMetaPath(ListBudgetFilterZoneCodeCommand.metaPath);
637
+ }
638
+ }
639
+ /**
640
+ * Command to ListCouponUsageRecords
641
+ */
642
+ export class ListCouponUsageRecordsCommand extends Command<
643
+ ListCouponUsageRecordsRequest,
644
+ ListCouponUsageRecordsCommandOutput,
645
+ 'ListCouponUsageRecordsCommand'
646
+ > {
647
+ static readonly metaPath = '/ListCouponUsageRecords/2022-01-01/billing/post/application_json/';
648
+
649
+ constructor(input: ListCouponUsageRecordsRequest) {
650
+ super(input);
651
+ this.requestConfig = buildRequestConfigFromMetaPath(ListCouponUsageRecordsCommand.metaPath);
652
+ }
653
+ }
654
+ /**
655
+ * Command to ListCoupons
656
+ */
657
+ export class ListCouponsCommand extends Command<
658
+ ListCouponsRequest,
659
+ ListCouponsCommandOutput,
660
+ 'ListCouponsCommand'
661
+ > {
662
+ static readonly metaPath = '/ListCoupons/2022-01-01/billing/post/application_json/';
663
+
664
+ constructor(input: ListCouponsRequest) {
665
+ super(input);
666
+ this.requestConfig = buildRequestConfigFromMetaPath(ListCouponsCommand.metaPath);
667
+ }
668
+ }
669
+ /**
670
+ * Command to ListFinancialRelation
671
+ */
672
+ export class ListFinancialRelationCommand extends Command<
673
+ ListFinancialRelationRequest,
674
+ ListFinancialRelationCommandOutput,
675
+ 'ListFinancialRelationCommand'
676
+ > {
677
+ static readonly metaPath = '/ListFinancialRelation/2022-01-01/billing/post/application_json/';
678
+
679
+ constructor(input: ListFinancialRelationRequest) {
680
+ super(input);
681
+ this.requestConfig = buildRequestConfigFromMetaPath(ListFinancialRelationCommand.metaPath);
682
+ }
683
+ }
684
+ /**
685
+ * Command to ListInvitation
686
+ */
687
+ export class ListInvitationCommand extends Command<
688
+ ListInvitationRequest,
689
+ ListInvitationCommandOutput,
690
+ 'ListInvitationCommand'
691
+ > {
692
+ static readonly metaPath = '/ListInvitation/2022-01-01/billing/post/application_json/';
693
+
694
+ constructor(input: ListInvitationRequest) {
695
+ super(input);
696
+ this.requestConfig = buildRequestConfigFromMetaPath(ListInvitationCommand.metaPath);
697
+ }
698
+ }
699
+ /**
700
+ * Command to ListOrderProductDetails
701
+ */
702
+ export class ListOrderProductDetailsCommand extends Command<
703
+ ListOrderProductDetailsRequest,
704
+ ListOrderProductDetailsCommandOutput,
705
+ 'ListOrderProductDetailsCommand'
706
+ > {
707
+ static readonly metaPath = '/ListOrderProductDetails/2022-01-01/billing/post/application_json/';
708
+
709
+ constructor(input: ListOrderProductDetailsRequest) {
710
+ super(input);
711
+ this.requestConfig = buildRequestConfigFromMetaPath(ListOrderProductDetailsCommand.metaPath);
712
+ }
713
+ }
714
+ /**
715
+ * Command to ListOrders
716
+ */
717
+ export class ListOrdersCommand extends Command<
718
+ ListOrdersRequest,
719
+ ListOrdersCommandOutput,
720
+ 'ListOrdersCommand'
721
+ > {
722
+ static readonly metaPath = '/ListOrders/2022-01-01/billing/post/application_json/';
723
+
724
+ constructor(input: ListOrdersRequest) {
725
+ super(input);
726
+ this.requestConfig = buildRequestConfigFromMetaPath(ListOrdersCommand.metaPath);
727
+ }
728
+ }
729
+ /**
730
+ * Command to ListPackageUsageDetails
731
+ */
732
+ export class ListPackageUsageDetailsCommand extends Command<
733
+ ListPackageUsageDetailsRequest,
734
+ ListPackageUsageDetailsCommandOutput,
735
+ 'ListPackageUsageDetailsCommand'
736
+ > {
737
+ static readonly metaPath = '/ListPackageUsageDetails/2022-01-01/billing/post/application_json/';
738
+
739
+ constructor(input: ListPackageUsageDetailsRequest) {
740
+ super(input);
741
+ this.requestConfig = buildRequestConfigFromMetaPath(ListPackageUsageDetailsCommand.metaPath);
742
+ }
743
+ }
744
+ /**
745
+ * Command to ListRecipientInformation
746
+ */
747
+ export class ListRecipientInformationCommand extends Command<
748
+ ListRecipientInformationRequest,
749
+ ListRecipientInformationCommandOutput,
750
+ 'ListRecipientInformationCommand'
751
+ > {
752
+ static readonly metaPath = '/ListRecipientInformation/2022-01-01/billing/post/application_json/';
753
+
754
+ constructor(input: ListRecipientInformationRequest) {
755
+ super(input);
756
+ this.requestConfig = buildRequestConfigFromMetaPath(ListRecipientInformationCommand.metaPath);
757
+ }
758
+ }
759
+ /**
760
+ * Command to ListResourcePackages
761
+ */
762
+ export class ListResourcePackagesCommand extends Command<
763
+ ListResourcePackagesRequest,
764
+ ListResourcePackagesCommandOutput,
765
+ 'ListResourcePackagesCommand'
766
+ > {
767
+ static readonly metaPath = '/ListResourcePackages/2022-01-01/billing/post/application_json/';
768
+
769
+ constructor(input: ListResourcePackagesRequest) {
770
+ super(input);
771
+ this.requestConfig = buildRequestConfigFromMetaPath(ListResourcePackagesCommand.metaPath);
772
+ }
773
+ }
774
+ /**
775
+ * Command to ListSplitBillDetail
776
+ */
777
+ export class ListSplitBillDetailCommand extends Command<
778
+ ListSplitBillDetailRequest,
779
+ ListSplitBillDetailCommandOutput,
780
+ 'ListSplitBillDetailCommand'
781
+ > {
782
+ static readonly metaPath = '/ListSplitBillDetail/2022-01-01/billing/post/application_json/';
783
+
784
+ constructor(input: ListSplitBillDetailRequest) {
785
+ super(input);
786
+ this.requestConfig = buildRequestConfigFromMetaPath(ListSplitBillDetailCommand.metaPath);
787
+ }
788
+ }
789
+ /**
790
+ * Command to PayOrder
791
+ */
792
+ export class PayOrderCommand extends Command<
793
+ PayOrderRequest,
794
+ PayOrderCommandOutput,
795
+ 'PayOrderCommand'
796
+ > {
797
+ static readonly metaPath = '/PayOrder/2022-01-01/billing/post/application_json/';
798
+
799
+ constructor(input: PayOrderRequest) {
800
+ super(input);
801
+ this.requestConfig = buildRequestConfigFromMetaPath(PayOrderCommand.metaPath);
802
+ }
803
+ }
804
+ /**
805
+ * Command to QueryBalanceAcct
806
+ */
807
+ export class QueryBalanceAcctCommand extends Command<
808
+ QueryBalanceAcctRequest,
809
+ QueryBalanceAcctCommandOutput,
810
+ 'QueryBalanceAcctCommand'
811
+ > {
812
+ static readonly metaPath = '/QueryBalanceAcct/2022-01-01/billing/post/application_json/';
813
+
814
+ constructor(input: QueryBalanceAcctRequest) {
815
+ super(input);
816
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryBalanceAcctCommand.metaPath);
817
+ }
818
+ }
819
+ /**
820
+ * Command to QueryBudgetDetail
821
+ */
822
+ export class QueryBudgetDetailCommand extends Command<
823
+ QueryBudgetDetailRequest,
824
+ QueryBudgetDetailCommandOutput,
825
+ 'QueryBudgetDetailCommand'
826
+ > {
827
+ static readonly metaPath = '/QueryBudgetDetail/2022-01-01/billing/post/application_json/';
828
+
829
+ constructor(input: QueryBudgetDetailRequest) {
830
+ super(input);
831
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryBudgetDetailCommand.metaPath);
832
+ }
833
+ }
834
+ /**
835
+ * Command to QueryPriceForPayAsYouGo
836
+ */
837
+ export class QueryPriceForPayAsYouGoCommand extends Command<
838
+ QueryPriceForPayAsYouGoRequest,
839
+ QueryPriceForPayAsYouGoCommandOutput,
840
+ 'QueryPriceForPayAsYouGoCommand'
841
+ > {
842
+ static readonly metaPath = '/QueryPriceForPayAsYouGo/2022-01-01/billing/post/application_json/';
843
+
844
+ constructor(input: QueryPriceForPayAsYouGoRequest) {
845
+ super(input);
846
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryPriceForPayAsYouGoCommand.metaPath);
847
+ }
848
+ }
849
+ /**
850
+ * Command to QueryPriceForRenew
851
+ */
852
+ export class QueryPriceForRenewCommand extends Command<
853
+ QueryPriceForRenewRequest,
854
+ QueryPriceForRenewCommandOutput,
855
+ 'QueryPriceForRenewCommand'
856
+ > {
857
+ static readonly metaPath = '/QueryPriceForRenew/2022-01-01/billing/post/application_json/';
858
+
859
+ constructor(input: QueryPriceForRenewRequest) {
860
+ super(input);
861
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryPriceForRenewCommand.metaPath);
862
+ }
863
+ }
864
+ /**
865
+ * Command to QueryPriceForSubscription
866
+ */
867
+ export class QueryPriceForSubscriptionCommand extends Command<
868
+ QueryPriceForSubscriptionRequest,
869
+ QueryPriceForSubscriptionCommandOutput,
870
+ 'QueryPriceForSubscriptionCommand'
871
+ > {
872
+ static readonly metaPath = '/QueryPriceForSubscription/2022-01-01/billing/post/application_json/';
873
+
874
+ constructor(input: QueryPriceForSubscriptionRequest) {
875
+ super(input);
876
+ this.requestConfig = buildRequestConfigFromMetaPath(QueryPriceForSubscriptionCommand.metaPath);
877
+ }
878
+ }
879
+ /**
880
+ * Command to RenewInstance
881
+ */
882
+ export class RenewInstanceCommand extends Command<
883
+ RenewInstanceRequest,
884
+ RenewInstanceCommandOutput,
885
+ 'RenewInstanceCommand'
886
+ > {
887
+ static readonly metaPath = '/RenewInstance/2022-01-01/billing/post/application_json/';
888
+
889
+ constructor(input: RenewInstanceRequest) {
890
+ super(input);
891
+ this.requestConfig = buildRequestConfigFromMetaPath(RenewInstanceCommand.metaPath);
892
+ }
893
+ }
894
+ /**
895
+ * Command to SetRenewalType
896
+ */
897
+ export class SetRenewalTypeCommand extends Command<
898
+ SetRenewalTypeRequest,
899
+ SetRenewalTypeCommandOutput,
900
+ 'SetRenewalTypeCommand'
901
+ > {
902
+ static readonly metaPath = '/SetRenewalType/2022-01-01/billing/post/application_json/';
903
+
904
+ constructor(input: SetRenewalTypeRequest) {
905
+ super(input);
906
+ this.requestConfig = buildRequestConfigFromMetaPath(SetRenewalTypeCommand.metaPath);
907
+ }
908
+ }
909
+ /**
910
+ * Command to UnsubscribeInstance
911
+ */
912
+ export class UnsubscribeInstanceCommand extends Command<
913
+ UnsubscribeInstanceRequest,
914
+ UnsubscribeInstanceCommandOutput,
915
+ 'UnsubscribeInstanceCommand'
916
+ > {
917
+ static readonly metaPath = '/UnsubscribeInstance/2022-01-01/billing/post/application_json/';
918
+
919
+ constructor(input: UnsubscribeInstanceRequest) {
920
+ super(input);
921
+ this.requestConfig = buildRequestConfigFromMetaPath(UnsubscribeInstanceCommand.metaPath);
922
+ }
923
+ }
924
+ /**
925
+ * Command to UpdateAuth
926
+ */
927
+ export class UpdateAuthCommand extends Command<
928
+ UpdateAuthRequest,
929
+ UpdateAuthCommandOutput,
930
+ 'UpdateAuthCommand'
931
+ > {
932
+ static readonly metaPath = '/UpdateAuth/2022-01-01/billing/post/application_json/';
933
+
934
+ constructor(input: UpdateAuthRequest) {
935
+ super(input);
936
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateAuthCommand.metaPath);
937
+ }
938
+ }
939
+ /**
940
+ * Command to UpdateBudget
941
+ */
942
+ export class UpdateBudgetCommand extends Command<
943
+ UpdateBudgetRequest,
944
+ UpdateBudgetCommandOutput,
945
+ 'UpdateBudgetCommand'
946
+ > {
947
+ static readonly metaPath = '/UpdateBudget/2022-01-01/billing/post/application_json/';
948
+
949
+ constructor(input: UpdateBudgetRequest) {
950
+ super(input);
951
+ this.requestConfig = buildRequestConfigFromMetaPath(UpdateBudgetCommand.metaPath);
952
+ }
953
+ }
954
+
955
+ export default {
956
+ BILLINGClient,
957
+ CancelInvitationCommand,
958
+ CancelOrderCommand,
959
+ CleanUpFinancialRelationCommand,
960
+ CommonBuyCommand,
961
+ CreateBudgetCommand,
962
+ CreateFinancialRelationCommand,
963
+ DeleteBudgetCommand,
964
+ DeleteFinancialRelationCommand,
965
+ GetOrderCommand,
966
+ HandleInvitationCommand,
967
+ ListAmortizedCostBillDailyCommand,
968
+ ListAmortizedCostBillDetailCommand,
969
+ ListAmortizedCostBillMonthlyCommand,
970
+ ListAvailableInstancesCommand,
971
+ ListBillCommand,
972
+ ListBillDetailCommand,
973
+ ListBillOverviewByCategoryCommand,
974
+ ListBillOverviewByProdCommand,
975
+ ListBudgetCommand,
976
+ ListBudgetAmountByBudgetIDCommand,
977
+ ListBudgetFilterBillingModeCommand,
978
+ ListBudgetFilterOwnerIDCommand,
979
+ ListBudgetFilterPayerIDCommand,
980
+ ListBudgetFilterProductCommand,
981
+ ListBudgetFilterProjectCommand,
982
+ ListBudgetFilterRegionCodeCommand,
983
+ ListBudgetFilterSubjectInfoCommand,
984
+ ListBudgetFilterTagKeyCommand,
985
+ ListBudgetFilterTagValueCommand,
986
+ ListBudgetFilterZoneCodeCommand,
987
+ ListCouponUsageRecordsCommand,
988
+ ListCouponsCommand,
989
+ ListFinancialRelationCommand,
990
+ ListInvitationCommand,
991
+ ListOrderProductDetailsCommand,
992
+ ListOrdersCommand,
993
+ ListPackageUsageDetailsCommand,
994
+ ListRecipientInformationCommand,
995
+ ListResourcePackagesCommand,
996
+ ListSplitBillDetailCommand,
997
+ PayOrderCommand,
998
+ QueryBalanceAcctCommand,
999
+ QueryBudgetDetailCommand,
1000
+ QueryPriceForPayAsYouGoCommand,
1001
+ QueryPriceForRenewCommand,
1002
+ QueryPriceForSubscriptionCommand,
1003
+ RenewInstanceCommand,
1004
+ SetRenewalTypeCommand,
1005
+ UnsubscribeInstanceCommand,
1006
+ UpdateAuthCommand,
1007
+ UpdateBudgetCommand,
1008
+ };