volcengine-python-sdk 4.0.25__py2.py3-none-any.whl → 4.0.26__py2.py3-none-any.whl
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.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/RECORD +76 -11
- volcenginesdkbilling/__init__.py +65 -0
- volcenginesdkbilling/api/billing_api.py +1662 -13
- volcenginesdkbilling/models/__init__.py +65 -0
- volcenginesdkbilling/models/billing_mode_info_list_for_list_budget_filter_billing_mode_output.py +149 -0
- volcenginesdkbilling/models/budget_alert_message_detail_list_for_query_budget_detail_output.py +279 -0
- volcenginesdkbilling/models/budget_alert_message_for_create_budget_input.py +201 -0
- volcenginesdkbilling/models/budget_alert_message_for_update_budget_input.py +201 -0
- volcenginesdkbilling/models/budget_alert_rule_for_create_budget_input.py +215 -0
- volcenginesdkbilling/models/budget_alert_rule_for_update_budget_input.py +215 -0
- volcenginesdkbilling/models/budget_alert_rule_list_for_query_budget_detail_output.py +201 -0
- volcenginesdkbilling/models/budget_amount_for_create_budget_input.py +175 -0
- volcenginesdkbilling/models/budget_amount_for_update_budget_input.py +175 -0
- volcenginesdkbilling/models/budget_amount_list_for_list_budget_amount_by_budget_id_output.py +253 -0
- volcenginesdkbilling/models/budget_for_create_budget_input.py +274 -0
- volcenginesdkbilling/models/budget_for_query_budget_detail_output.py +253 -0
- volcenginesdkbilling/models/budget_for_update_budget_input.py +274 -0
- volcenginesdkbilling/models/budget_list_for_list_budget_output.py +357 -0
- volcenginesdkbilling/models/budget_range_billing_mode_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_for_create_budget_input.py +331 -0
- volcenginesdkbilling/models/budget_range_for_update_budget_input.py +331 -0
- volcenginesdkbilling/models/budget_range_info_for_query_budget_detail_output.py +331 -0
- volcenginesdkbilling/models/budget_range_owner_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_payer_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_product_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_region_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_subject_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_zone_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/create_budget_request.py +227 -0
- volcenginesdkbilling/models/create_budget_response.py +123 -0
- volcenginesdkbilling/models/delete_budget_request.py +124 -0
- volcenginesdkbilling/models/delete_budget_response.py +95 -0
- volcenginesdkbilling/models/list_budget_amount_by_budget_id_request.py +124 -0
- volcenginesdkbilling/models/list_budget_amount_by_budget_id_response.py +123 -0
- volcenginesdkbilling/models/list_budget_filter_billing_mode_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_billing_mode_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_owner_id_request.py +95 -0
- volcenginesdkbilling/models/list_budget_filter_owner_id_response.py +123 -0
- volcenginesdkbilling/models/list_budget_filter_payer_id_request.py +95 -0
- volcenginesdkbilling/models/list_budget_filter_payer_id_response.py +123 -0
- volcenginesdkbilling/models/list_budget_filter_product_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_product_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_project_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_project_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_region_code_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_region_code_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_subject_info_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_subject_info_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_tag_key_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_tag_key_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_tag_value_request.py +178 -0
- volcenginesdkbilling/models/list_budget_filter_tag_value_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_zone_code_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_zone_code_response.py +201 -0
- volcenginesdkbilling/models/list_budget_request.py +302 -0
- volcenginesdkbilling/models/list_budget_response.py +201 -0
- volcenginesdkbilling/models/list_for_list_budget_filter_owner_id_output.py +149 -0
- volcenginesdkbilling/models/list_for_list_budget_filter_payer_id_output.py +149 -0
- volcenginesdkbilling/models/list_for_list_budget_filter_product_output.py +149 -0
- volcenginesdkbilling/models/list_recipient_information_request.py +151 -0
- volcenginesdkbilling/models/list_recipient_information_response.py +201 -0
- volcenginesdkbilling/models/query_budget_detail_request.py +124 -0
- volcenginesdkbilling/models/query_budget_detail_response.py +201 -0
- volcenginesdkbilling/models/recipient_information_list_for_list_recipient_information_output.py +201 -0
- volcenginesdkbilling/models/region_info_list_for_list_budget_filter_region_code_output.py +149 -0
- volcenginesdkbilling/models/subject_info_list_for_list_budget_filter_subject_info_output.py +149 -0
- volcenginesdkbilling/models/update_budget_request.py +254 -0
- volcenginesdkbilling/models/update_budget_response.py +95 -0
- volcenginesdkbilling/models/zone_info_list_for_list_budget_filter_zone_code_output.py +149 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/licenses/NOTICE.md +0 -0
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/top_level.txt +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
volcengine_python_sdk-4.0.
|
|
2
|
-
volcengine_python_sdk-4.0.
|
|
1
|
+
volcengine_python_sdk-4.0.26.dist-info/licenses/LICENSE.txt,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
2
|
+
volcengine_python_sdk-4.0.26.dist-info/licenses/NOTICE.md,sha256=dqWX0O4-gFqGLdHJsXAiF6Q8JHlu_3nFaQSmrMHzujM,254
|
|
3
3
|
volcenginesdkacep/__init__.py,sha256=o_a73d_I6q_ZcNRbFmjaudeSCxGc40omYhCXiPNYf4M,3958
|
|
4
4
|
volcenginesdkacep/api/__init__.py,sha256=MCzGEBg4XwY5aDIDy8nitUz4vu_2xmRRY83V6lqt460,138
|
|
5
5
|
volcenginesdkacep/api/acep_api.py,sha256=JEK1dfVvXmuNkH8b0bpB-5otyCH1YfJIRKo6IsPrcRE,49991
|
|
@@ -1487,13 +1487,37 @@ volcenginesdkautoscaling/models/untag_resources_response.py,sha256=Hax_iqSeFFljj
|
|
|
1487
1487
|
volcenginesdkautoscaling/models/volume_for_create_scaling_configuration_input.py,sha256=lP7n4VgDNOjDC1MdwG1_Q-3NOZ8QonfHz18DcIpcxkg,5684
|
|
1488
1488
|
volcenginesdkautoscaling/models/volume_for_describe_scaling_configurations_output.py,sha256=EerLeuACIolvH5lRmOKgt9QLiEySBO7LYavg07A0wuU,5485
|
|
1489
1489
|
volcenginesdkautoscaling/models/volume_for_modify_scaling_configuration_input.py,sha256=YVlRZ49c2h16NYcqkwpKfRescURAy9EDWsdodfTSFXQ,5417
|
|
1490
|
-
volcenginesdkbilling/__init__.py,sha256=
|
|
1490
|
+
volcenginesdkbilling/__init__.py,sha256=AX45oXZNEtuGxjQf21hDQJsYyOfvqYhmMMCNCHQdzJM,18897
|
|
1491
1491
|
volcenginesdkbilling/api/__init__.py,sha256=rY1nb09-XKrPTAkCoTFoT03yVktV3FAPAbAkcvwh1qs,147
|
|
1492
|
-
volcenginesdkbilling/api/billing_api.py,sha256=
|
|
1493
|
-
volcenginesdkbilling/models/__init__.py,sha256=
|
|
1492
|
+
volcenginesdkbilling/api/billing_api.py,sha256=NVHHjQMOksKRSlQhuWSanJ_sKumJxZ8mipriSL69ul4,195737
|
|
1493
|
+
volcenginesdkbilling/models/__init__.py,sha256=JcBJpgJ98UtDay3MJah00Io6Xd7iJB_tsK9REhKQzgo,18806
|
|
1494
1494
|
volcenginesdkbilling/models/auth_for_list_invitation_output.py,sha256=6j6PQ4jVeYuHTOYtOHXDJhNmmN6yOrVvT6O8tV2h4ww,6756
|
|
1495
1495
|
volcenginesdkbilling/models/auth_info_for_list_financial_relation_output.py,sha256=9UANTmphI7lB6K78iOLNm-_WVAQ1U9MwjFVLYO0rYYw,5233
|
|
1496
1496
|
volcenginesdkbilling/models/auth_info_for_list_invitation_output.py,sha256=tLZWdIkqGJj6h_7nmZDcJyjeA1TMpL7juRrvyYvIB5c,5114
|
|
1497
|
+
volcenginesdkbilling/models/billing_mode_info_list_for_list_budget_filter_billing_mode_output.py,sha256=jT6qS-8eN7pEthf89Qp1Wps664JXBL_bvsxm0LG_A5w,4974
|
|
1498
|
+
volcenginesdkbilling/models/budget_alert_message_detail_list_for_query_budget_detail_output.py,sha256=I22KAv5K8oKWlOCH6ARehruI9vErcxrnmKHhr6D4FYg,9880
|
|
1499
|
+
volcenginesdkbilling/models/budget_alert_message_for_create_budget_input.py,sha256=LM_0XtkTBfr-6wW9FxEUv-pvwXGIMfqcFydiUC2VAOQ,6632
|
|
1500
|
+
volcenginesdkbilling/models/budget_alert_message_for_update_budget_input.py,sha256=AYTvRzYBRNpu2vXN178vOpN4tDUZzixk8VXVZYPe6cQ,6632
|
|
1501
|
+
volcenginesdkbilling/models/budget_alert_rule_for_create_budget_input.py,sha256=sZQoG-LGBDz6a51s2Y6zJUuIncPPesmuJHfT87U2NT4,7704
|
|
1502
|
+
volcenginesdkbilling/models/budget_alert_rule_for_update_budget_input.py,sha256=u9UfNx8tBgw7F6NN5j8_E9TraGnKSi1i5yMpsOwmq1M,7704
|
|
1503
|
+
volcenginesdkbilling/models/budget_alert_rule_list_for_query_budget_detail_output.py,sha256=-3U00_VwQGEXwLpe87qKaYppGhKh44R_QfSur3aUBrg,7136
|
|
1504
|
+
volcenginesdkbilling/models/budget_amount_for_create_budget_input.py,sha256=l_sEHT3HlwGOPHnt30ysh7g3dmiJB_O99lHzec181H4,5412
|
|
1505
|
+
volcenginesdkbilling/models/budget_amount_for_update_budget_input.py,sha256=U5K55ODkR5nIPsAMnVqzx4AZPoeGckxWfOGC7udNDFo,5412
|
|
1506
|
+
volcenginesdkbilling/models/budget_amount_list_for_list_budget_amount_by_budget_id_output.py,sha256=3Mq1zt4oIpPR810XSgPmUJ_auONzbeMgwZB3OIDCgeM,8253
|
|
1507
|
+
volcenginesdkbilling/models/budget_for_create_budget_input.py,sha256=qlxZ7B44KvlDt08M8lrttg5CVVuvbqMTtBlYNPWZ_wU,8730
|
|
1508
|
+
volcenginesdkbilling/models/budget_for_query_budget_detail_output.py,sha256=cMRUlnq8DD6ZJoTzyqCK20CvtFsLRHcaIuGsJr8X2b8,7819
|
|
1509
|
+
volcenginesdkbilling/models/budget_for_update_budget_input.py,sha256=yVideaQwyDXxWCBCj8slExjLuZ4KQF9TvJ0cypIyEe4,8730
|
|
1510
|
+
volcenginesdkbilling/models/budget_list_for_list_budget_output.py,sha256=6b90msNdZOk8SkqTEpKwCzVHK8QFa4bHoL9jHJjgl1o,10591
|
|
1511
|
+
volcenginesdkbilling/models/budget_range_billing_mode_for_query_budget_detail_output.py,sha256=1jd8eeAginUkPe11r3IadvezJktT10lVJM6woc8Vdpw,4883
|
|
1512
|
+
volcenginesdkbilling/models/budget_range_for_create_budget_input.py,sha256=NK2PZiPF09rcmxu_8xSVhziVosHCS4nrPjimaz-OCss,9455
|
|
1513
|
+
volcenginesdkbilling/models/budget_range_for_update_budget_input.py,sha256=JWJkIxktD9nlrQD4n5p4rTg91OJDLQEUu8HlqWSKwmQ,9455
|
|
1514
|
+
volcenginesdkbilling/models/budget_range_info_for_query_budget_detail_output.py,sha256=0YkBN_qzo_C2GP_nNs_JRs5uaKaPzLboeLbJcY4HQDw,12859
|
|
1515
|
+
volcenginesdkbilling/models/budget_range_owner_for_query_budget_detail_output.py,sha256=KhG2EPP01qhkI3QNlUlriacpT-vz5mOjV73n9SV1QzA,4586
|
|
1516
|
+
volcenginesdkbilling/models/budget_range_payer_for_query_budget_detail_output.py,sha256=cjApdLBmS6MoQXygbZdK9hXXJkzjnyOJj82ASr1KQGU,4586
|
|
1517
|
+
volcenginesdkbilling/models/budget_range_product_for_query_budget_detail_output.py,sha256=qScpkN1wOy-as5xJIcB1iF2hgVgwsrIUEYaoKhLSoaI,4633
|
|
1518
|
+
volcenginesdkbilling/models/budget_range_region_for_query_budget_detail_output.py,sha256=WLuxwxIBFA1n8bxLMR23TOZWk-LcPHJTjMM-DTep3nA,4580
|
|
1519
|
+
volcenginesdkbilling/models/budget_range_subject_for_query_budget_detail_output.py,sha256=PS6w1l0qEulFyohKteFU9bbnO-oLdqbuAl1Sc9L64Cs,4593
|
|
1520
|
+
volcenginesdkbilling/models/budget_range_zone_for_query_budget_detail_output.py,sha256=UlW1vF28Wd3aJrDfYxJG1u0KgXcj0fxLIVnPQEREo6o,4752
|
|
1497
1521
|
volcenginesdkbilling/models/cancel_invitation_request.py,sha256=Im16DlW4TcHsMsZnxbbhj3r4BcTghJp7IvMKcTXLNl4,6878
|
|
1498
1522
|
volcenginesdkbilling/models/cancel_invitation_response.py,sha256=Phe0Q1vbgfPMw3AK52UaEiUWkp5CMXV7p2TFigWwXhY,3552
|
|
1499
1523
|
volcenginesdkbilling/models/cancel_order_request.py,sha256=qU8-ZCHwvvf3PSYI5qTuira4uRN8SbvYn_yNASK4AiU,3589
|
|
@@ -1505,8 +1529,12 @@ volcenginesdkbilling/models/config_list_for_query_price_for_pay_as_you_go_output
|
|
|
1505
1529
|
volcenginesdkbilling/models/config_list_for_query_price_for_subscription_input.py,sha256=JMCrf_FGeFo1eCG5k7pg73C-XSYce6NDFAxIhdHNaMY,7181
|
|
1506
1530
|
volcenginesdkbilling/models/config_list_for_query_price_for_subscription_output.py,sha256=iF61eJdHZMMRouyv-4hyh7I_yaQctzdQnMgDHzwqkgg,9249
|
|
1507
1531
|
volcenginesdkbilling/models/convert_list_for_list_bill_overview_by_category_output.py,sha256=2nbZOGLyL2KuoI5hAEnEcLQ-bv8XbL0eemcrtB6jvWg,3754
|
|
1532
|
+
volcenginesdkbilling/models/create_budget_request.py,sha256=WYz_Kr4cLKA1_NsJmiybNMSqbdOcdjHWCOViXZk-AM8,7254
|
|
1533
|
+
volcenginesdkbilling/models/create_budget_response.py,sha256=o9STc4XHw0WbAUZrx6SgveO-7r7ThIMT4KaoP1D7bFY,3493
|
|
1508
1534
|
volcenginesdkbilling/models/create_financial_relation_request.py,sha256=WIpH2Lkzscn414qWr-ZCr7MCB_m0L5vVhigWkRber9k,6340
|
|
1509
1535
|
volcenginesdkbilling/models/create_financial_relation_response.py,sha256=wIJXqkvyWHgHxhhI18GLOtqKi2fTgnYkH5xg28WAEZU,3615
|
|
1536
|
+
volcenginesdkbilling/models/delete_budget_request.py,sha256=g4XhUFPWUfi3H1bpiuZpYBDsj529d2Ol3XXF96LrRtE,3619
|
|
1537
|
+
volcenginesdkbilling/models/delete_budget_response.py,sha256=8ajUgk0m_1YgNbsmDzzVUD9bp3bY0EG0TiQMJUChvkQ,2785
|
|
1510
1538
|
volcenginesdkbilling/models/delete_financial_relation_request.py,sha256=NF0pHx9gpGAweVG0VOaX4g5N4m_h5MApF0QTQ1BzHoc,5610
|
|
1511
1539
|
volcenginesdkbilling/models/delete_financial_relation_response.py,sha256=OmBJtOFjU1YibxOm0ArjezGyT7od70lXEubYCCuayxs,3615
|
|
1512
1540
|
volcenginesdkbilling/models/discount_detail_for_query_price_for_pay_as_you_go_output.py,sha256=1SEEsWuhi1dJ1jy2cZSZRe6L_cuq86IP_E53sCBeOW0,4719
|
|
@@ -1533,6 +1561,30 @@ volcenginesdkbilling/models/list_bill_overview_by_prod_request.py,sha256=ALvLpxD
|
|
|
1533
1561
|
volcenginesdkbilling/models/list_bill_overview_by_prod_response.py,sha256=JJHjxc4g93c8giTg_AVKYshBGqwiNBoOMM-Xwb67-NE,5625
|
|
1534
1562
|
volcenginesdkbilling/models/list_bill_request.py,sha256=xdXqzg_916eelnsC7wGZ5c13IqiVXa-IxzXcP8DNlWI,10967
|
|
1535
1563
|
volcenginesdkbilling/models/list_bill_response.py,sha256=L8qNfOm4BKJXDO_pyaL-egoTtR-KyTnzQBvZi8SCy9g,5289
|
|
1564
|
+
volcenginesdkbilling/models/list_budget_amount_by_budget_id_request.py,sha256=jjacZKpdOYQfeqIgHsziuvir2c_3xtgrRLOniHeamuA,3745
|
|
1565
|
+
volcenginesdkbilling/models/list_budget_amount_by_budget_id_response.py,sha256=kR60Jc93SgUWEa0geFX_jrrqwL5Ud8A7TSYUCfdCfTE,3960
|
|
1566
|
+
volcenginesdkbilling/models/list_budget_filter_billing_mode_request.py,sha256=TsCroFRgEed6pwqJnZLvAs-SkTrRxMjVA8NPLrQGjBU,4508
|
|
1567
|
+
volcenginesdkbilling/models/list_budget_filter_billing_mode_response.py,sha256=8BmAqhqysly5l7xqFQjl38OD4Jo6Sg4oZGs7kbSBvHs,6147
|
|
1568
|
+
volcenginesdkbilling/models/list_budget_filter_owner_id_request.py,sha256=nol1XoGtYKnnsXs94BoWT0x29qQ5KXEHK2QWHAz0ubQ,2835
|
|
1569
|
+
volcenginesdkbilling/models/list_budget_filter_owner_id_response.py,sha256=1mJ5PbsSFX8qkwuMRO4NKRYn8z7UR0dtxkLrX_D3Q7A,3610
|
|
1570
|
+
volcenginesdkbilling/models/list_budget_filter_payer_id_request.py,sha256=aAeD--zGZZoOciYBCZ_Grje6FsWmGoFtHit4gmQQMYY,2835
|
|
1571
|
+
volcenginesdkbilling/models/list_budget_filter_payer_id_response.py,sha256=zAAXcTpZsBd20lphlCoLE0U_99TKobbWiaU-7mfXUAs,3610
|
|
1572
|
+
volcenginesdkbilling/models/list_budget_filter_product_request.py,sha256=UINCEjTqTQtM1a7Rt2xJb3URmgLYuRJPxRGHFzwcaCQ,4456
|
|
1573
|
+
volcenginesdkbilling/models/list_budget_filter_product_response.py,sha256=IhLPR24hPywON4ImDdcnhJb5SjTN76fo_beQ3R8wbQc,5649
|
|
1574
|
+
volcenginesdkbilling/models/list_budget_filter_project_request.py,sha256=kfG6-dw-a8V52Ug0HPJ2HCvbHMf54dS4HTVU7cAtevE,4456
|
|
1575
|
+
volcenginesdkbilling/models/list_budget_filter_project_response.py,sha256=iI_t27xV2IJwy9tuY-FFxDu0QaoPHOmZMTZSISw-HGo,5550
|
|
1576
|
+
volcenginesdkbilling/models/list_budget_filter_region_code_request.py,sha256=Utx0KAxXDQhKHlmDzQwjyh23TYH828OYY69z66LGS70,4495
|
|
1577
|
+
volcenginesdkbilling/models/list_budget_filter_region_code_response.py,sha256=bJfJ76p8VGp9zNDItlWrah3-sffky8QeZayvNxWnMwk,5989
|
|
1578
|
+
volcenginesdkbilling/models/list_budget_filter_subject_info_request.py,sha256=FEbIOIWDjdYarnXGytByQ5jTBvs6FjxDcpFtU6fTo3c,4508
|
|
1579
|
+
volcenginesdkbilling/models/list_budget_filter_subject_info_response.py,sha256=TA65c3ozo8o3XOCHooGcsImjRmsEknwBgOdjejcC9II,6036
|
|
1580
|
+
volcenginesdkbilling/models/list_budget_filter_tag_key_request.py,sha256=4M0DUrsmn9pQuYT24-03vg015kNzJAFgjrBodmBwgdU,4443
|
|
1581
|
+
volcenginesdkbilling/models/list_budget_filter_tag_key_response.py,sha256=kTY4JjdXa0TszSDHLF8mjBNcPj8njIga0kiQQpzAzdY,5529
|
|
1582
|
+
volcenginesdkbilling/models/list_budget_filter_tag_value_request.py,sha256=vNAoUtQU5FlJpBgXalF1F0AcBYTv9J1KzqbGN1_LNqY,5314
|
|
1583
|
+
volcenginesdkbilling/models/list_budget_filter_tag_value_response.py,sha256=dDOGCSyvF-1emR1Wo6M6WgIq-rq2pGnAjulX_aVwZRk,5571
|
|
1584
|
+
volcenginesdkbilling/models/list_budget_filter_zone_code_request.py,sha256=p8E2XSmNfVvkGZTjBP-yoXnqovz9RjGRp0Iaq3Mtcl8,4469
|
|
1585
|
+
volcenginesdkbilling/models/list_budget_filter_zone_code_response.py,sha256=jaX8l-sr1s-rrOHVveKmpdMKIt5eMj3VZYN6R_FLeKI,5895
|
|
1586
|
+
volcenginesdkbilling/models/list_budget_request.py,sha256=xJVacK21Q5KU3Asq5ko3Ddk-0W2SUN5q0xcVm9-8Ulc,8847
|
|
1587
|
+
volcenginesdkbilling/models/list_budget_response.py,sha256=vNTdF_iDRGHx6ZoXlwV4fVOwudCpvkPznS_qUR-F72o,5494
|
|
1536
1588
|
volcenginesdkbilling/models/list_coupon_usage_records_request.py,sha256=YxAbH20rXFTu6P6iBqQufiPW9CQQLTf4NlJpwM9jRjs,5059
|
|
1537
1589
|
volcenginesdkbilling/models/list_coupon_usage_records_response.py,sha256=rAB34Klghm0EfbkRacjMyvlzSlDy_6QxGkV4CwpqVak,5625
|
|
1538
1590
|
volcenginesdkbilling/models/list_coupons_request.py,sha256=hAsf7JdgobtX7BVMx8AYapFm_uXsBsjUvjnzPAl2k4o,7776
|
|
@@ -1546,6 +1598,9 @@ volcenginesdkbilling/models/list_for_list_bill_detail_output.py,sha256=Zzt23US-K
|
|
|
1546
1598
|
volcenginesdkbilling/models/list_for_list_bill_output.py,sha256=nYvhYN7OR7rsqxpFihmczSSJrwdY4KSh0Bhmg0vBtzg,46008
|
|
1547
1599
|
volcenginesdkbilling/models/list_for_list_bill_overview_by_category_output.py,sha256=yU077J6v2t9BHd21-RQqiRujAIJar_FnNmP2BNlmZp8,39478
|
|
1548
1600
|
volcenginesdkbilling/models/list_for_list_bill_overview_by_prod_output.py,sha256=e9ENyg_T3TTqgCbFoo2LN9RKBb2eMakgb2CECE469_0,41541
|
|
1601
|
+
volcenginesdkbilling/models/list_for_list_budget_filter_owner_id_output.py,sha256=K-xmo8dJjl_jam2UcnKFmXwzlW3qawCLGDVfZxs8toM,4508
|
|
1602
|
+
volcenginesdkbilling/models/list_for_list_budget_filter_payer_id_output.py,sha256=_oPhiCcKPLrmJ3FMJuw3pPigIYqmNtqh70q9kqjFA1w,4508
|
|
1603
|
+
volcenginesdkbilling/models/list_for_list_budget_filter_product_output.py,sha256=haGVJq3K-OmlMpe2ee0xQwqqwTG4iQaGAYaM9Nf4AEs,4529
|
|
1549
1604
|
volcenginesdkbilling/models/list_for_list_coupon_usage_records_output.py,sha256=_xsX4jBWWohwlce3RD_YImnrBCNfBQq2Ck-1a1dw0xM,11084
|
|
1550
1605
|
volcenginesdkbilling/models/list_for_list_coupons_output.py,sha256=EGO3Qt_K9JTws3pEmEuomE9Ts5Rd8AyZU3dwBTm9nTM,15599
|
|
1551
1606
|
volcenginesdkbilling/models/list_for_list_financial_relation_output.py,sha256=SXjqdBQ0odxPRPqzUp9lf7SozBD4Fax9ZsZx9-LK3pw,14533
|
|
@@ -1561,6 +1616,8 @@ volcenginesdkbilling/models/list_orders_request.py,sha256=21Vt9NQdDR1VNJVU6g-NnG
|
|
|
1561
1616
|
volcenginesdkbilling/models/list_orders_response.py,sha256=ylQjap9FKlWNeLElc5h2X-fJL1Imff4G2m_3iAnOURg,5068
|
|
1562
1617
|
volcenginesdkbilling/models/list_package_usage_details_request.py,sha256=Wms0f_8HSVXYAqlcbm9YI3_I85nT_mwt1-0PUnzTAjw,8709
|
|
1563
1618
|
volcenginesdkbilling/models/list_package_usage_details_response.py,sha256=czGptgQRAVTYp2_ah9v21c8NVTz-hyG6wEkJYJzfb_k,4382
|
|
1619
|
+
volcenginesdkbilling/models/list_recipient_information_request.py,sha256=hZy6E6c_TDphw190tnKECImzaGWkBqXV_iQCuU1xd9Q,4469
|
|
1620
|
+
volcenginesdkbilling/models/list_recipient_information_response.py,sha256=zZe_dXfUtTSMwB2gjcw6OYkY-uuU3CiHnjRgUxVr5ig,6171
|
|
1564
1621
|
volcenginesdkbilling/models/list_resource_packages_request.py,sha256=Y8Il-mJWhisG6jW7-lSZ0P-5DPceHlV-ZPzL-epMt98,9459
|
|
1565
1622
|
volcenginesdkbilling/models/list_resource_packages_response.py,sha256=5NFjPj2TficGLO4R-YrAFTTC_cw3RYS-GwQZ2xap7V4,4334
|
|
1566
1623
|
volcenginesdkbilling/models/list_split_bill_detail_request.py,sha256=pDH6vJe9hQSqmPqmX4MXN4LiqIjZWAG-Ka9uGQF8ono,13782
|
|
@@ -1576,17 +1633,22 @@ volcenginesdkbilling/models/pay_order_response.py,sha256=gtj_QWzq7Q-7PtclcLNL7FG
|
|
|
1576
1633
|
volcenginesdkbilling/models/product_limit_list_for_list_coupons_output.py,sha256=TBYLHZurQgpTwKAfOiiXgusVwvw4UqER37yLW0Xcs6A,11901
|
|
1577
1634
|
volcenginesdkbilling/models/query_balance_acct_request.py,sha256=LcpEIUCO8V99htfF4wkGWBKvHiKRPNtqQcQTQCS4g2Q,2800
|
|
1578
1635
|
volcenginesdkbilling/models/query_balance_acct_response.py,sha256=diprQQDo7gCM7tP6B5z5WCHE3XdBrCjGJG8Sm-D_6uY,7649
|
|
1636
|
+
volcenginesdkbilling/models/query_budget_detail_request.py,sha256=mGxX8CbneNPC1qTwqyd1FZ9ByL2dCN4OcUcfgqNqbm8,3664
|
|
1637
|
+
volcenginesdkbilling/models/query_budget_detail_response.py,sha256=0EhftNm9In-A3X1r3khJEGYH06rdFsNOeUpwqWU2V-0,7053
|
|
1579
1638
|
volcenginesdkbilling/models/query_price_for_pay_as_you_go_request.py,sha256=J9bf61fTShlp1-dQBsfeQ4uky0siYhYYlezAaKYNVc4,4597
|
|
1580
1639
|
volcenginesdkbilling/models/query_price_for_pay_as_you_go_response.py,sha256=12I_Za8NgeKpsHvG0T5_d5hljbxfrW-k_Ob_NguDkn8,6482
|
|
1581
1640
|
volcenginesdkbilling/models/query_price_for_renew_request.py,sha256=SCyIUjJR5KEgq2k8iZg0uMAsgdoxkw-V_ffX063T-MA,5443
|
|
1582
1641
|
volcenginesdkbilling/models/query_price_for_renew_response.py,sha256=IirjaJgJ6Aoef2TwhFNDxgp3qu4axIwoZmAgl_o0s_w,6565
|
|
1583
1642
|
volcenginesdkbilling/models/query_price_for_subscription_request.py,sha256=NFCX9Tvq6k1yykBRFNpNaAqbIdc96jXL1EeAFJhtiwI,4629
|
|
1584
1643
|
volcenginesdkbilling/models/query_price_for_subscription_response.py,sha256=aVlNcz_tJuEj5F6meN60fGJRlYFpmLfOHytcQnIwTx4,6530
|
|
1644
|
+
volcenginesdkbilling/models/recipient_information_list_for_list_recipient_information_output.py,sha256=9RJ8w0tucZHkYCstW1QErRWu71ruwOR5euMN7qTWMpA,6834
|
|
1645
|
+
volcenginesdkbilling/models/region_info_list_for_list_budget_filter_region_code_output.py,sha256=ZsytlbeS0-YSGGurwRMLLaoqHTOpwjWxM6WhKDO5Pe4,4658
|
|
1585
1646
|
volcenginesdkbilling/models/relation_for_list_invitation_output.py,sha256=aDQNICkfqVND2R7l43qOH_zuVOmjrnxFovlxZs4OTas,14329
|
|
1586
1647
|
volcenginesdkbilling/models/renew_instance_request.py,sha256=miFvT0L3G7B1pMop4EYfPCRs4z4HzHFzadsDq_mnO6E,9019
|
|
1587
1648
|
volcenginesdkbilling/models/renew_instance_response.py,sha256=0utpGi13cqBADJ1uOj9pqMb1G2JwezP9fceDEsGwnSo,4682
|
|
1588
1649
|
volcenginesdkbilling/models/set_renewal_type_request.py,sha256=IgFVyFV-DuE974k1kQQ041V5IN0xEiOCCvAliNlcGmE,9813
|
|
1589
1650
|
volcenginesdkbilling/models/set_renewal_type_response.py,sha256=Mvs1tWKZ2csVggxmzjnixuNcMRye11XffIG1tA3GqO8,3885
|
|
1651
|
+
volcenginesdkbilling/models/subject_info_list_for_list_budget_filter_subject_info_output.py,sha256=pUv_pXcRLIup4HyzalPcVacPj0_c3cBkaKZiPqV5sKY,4684
|
|
1590
1652
|
volcenginesdkbilling/models/success_instance_info_for_unsubscribe_instance_output.py,sha256=QIP0gMM_C7k4yhIqPCHjtsaAXnJGNoIL2zV3vIOSoLE,4553
|
|
1591
1653
|
volcenginesdkbilling/models/success_instance_list_for_renew_instance_output.py,sha256=z7N45u4wM4YLs5oTKLEhZXbgaVwiTgvc6VQpcQKpppU,4475
|
|
1592
1654
|
volcenginesdkbilling/models/success_instance_list_for_set_renewal_type_output.py,sha256=4VOWXnIUdH5ICi9XdOxVyqVPnTpXey6lMA6nNXGfR_I,4488
|
|
@@ -1594,6 +1656,9 @@ volcenginesdkbilling/models/unsubscribe_instance_request.py,sha256=ECqcn8Md_BdDl
|
|
|
1594
1656
|
volcenginesdkbilling/models/unsubscribe_instance_response.py,sha256=HW8ybGOHoctOr_AJeHmZnMrRWYpiNtMBIURtcAIn1ic,5514
|
|
1595
1657
|
volcenginesdkbilling/models/update_auth_request.py,sha256=ymCEsU1I3kfEhLKs8jm3bJ1mVjc0GkqeGUVC_kWa_dM,4418
|
|
1596
1658
|
volcenginesdkbilling/models/update_auth_response.py,sha256=Bx8c967pnhcUtXYOVatKZTgoHe8v1dpBOpSxiAivya8,3498
|
|
1659
|
+
volcenginesdkbilling/models/update_budget_request.py,sha256=E06Ssl1Ql-iyFYuqQxHvVSvzJijauhEI16FFfp-HFPM,8093
|
|
1660
|
+
volcenginesdkbilling/models/update_budget_response.py,sha256=fPh7TQq60wmv75XF1FLOCuhqqY533rhtFy7XUV6_jxc,2785
|
|
1661
|
+
volcenginesdkbilling/models/zone_info_list_for_list_budget_filter_zone_code_output.py,sha256=v6G_zxk3xDFg-kT6Z6VlJjceOOe3vnY8LfhMlaD94eA,4804
|
|
1597
1662
|
volcenginesdkbio/__init__.py,sha256=3pnPsXjL-MAr9a5EKbmEEuGzDYzN5pzojWgfTrnZ99s,14964
|
|
1598
1663
|
volcenginesdkbio/api/__init__.py,sha256=kNWM5cs9P5ay11jMgLc4IqlDnUEi8VcdatsceRGkulI,135
|
|
1599
1664
|
volcenginesdkbio/api/bio_api.py,sha256=hnOOV27r11NttZsJvsHjmw5VJShL7b0DxKZxWs-d7AA,195249
|
|
@@ -3628,8 +3693,8 @@ volcenginesdkcloudtrail20180101/models/trail_for_describe_trails_output.py,sha25
|
|
|
3628
3693
|
volcenginesdkcloudtrail20180101/models/update_trail_request.py,sha256=B3ekQIluA7_EJS-lDVFfS9opp_Q0AA85o7feAxhRCuQ,12596
|
|
3629
3694
|
volcenginesdkcloudtrail20180101/models/update_trail_response.py,sha256=Gw7FcSWqHtttRxkuWdFuh9A69ZHcwHWEf2K8S9AfWQQ,10744
|
|
3630
3695
|
volcenginesdkcore/__init__.py,sha256=hXXJZvkXO1--TZxyZTuFowfJp0BoBo6c3KYbGNuVc9k,239
|
|
3631
|
-
volcenginesdkcore/api_client.py,sha256=
|
|
3632
|
-
volcenginesdkcore/configuration.py,sha256=
|
|
3696
|
+
volcenginesdkcore/api_client.py,sha256=nKUFnwehm19wexlLXqqJeEJRnnDSrrF8Yg38QONcw7w,18297
|
|
3697
|
+
volcenginesdkcore/configuration.py,sha256=s7EKcmXbA_YAS9zPwTcqjhaRQicoeKo6dEKCc00bYJU,11181
|
|
3633
3698
|
volcenginesdkcore/flatten.py,sha256=g3r61JS_AO7WV6ClRDkXgtnVXcw3c7tbZjeLAJxkSLc,3811
|
|
3634
3699
|
volcenginesdkcore/metadata.py,sha256=uEwumzeIwgfu3_QBUk6BU_MQg_snF92Kke1J2L5TcGc,3419
|
|
3635
3700
|
volcenginesdkcore/model.py,sha256=f3cvQ6QiQfecClucu-_-l5xVI3W5_vF-EKkjwZu7Vjc,177
|
|
@@ -15339,7 +15404,7 @@ volcenginesdkwafruntime/api/__init__.py,sha256=di_9IIKQ0HCuzkGrTyZ6h38iP7y1xelH8
|
|
|
15339
15404
|
volcenginesdkwafruntime/api/waf_runtime_api.py,sha256=eWgdzFcwflEkhkNrPzZL1mqSid7O1OWiwHGUyWJvZNA,4035
|
|
15340
15405
|
volcenginesdkwafruntime/models/__init__.py,sha256=di_9IIKQ0HCuzkGrTyZ6h38iP7y1xelH8_IJbKi4aWA,71
|
|
15341
15406
|
volcenginesdkwafruntime/models/llm_stream_session.py,sha256=U9cig3fuZRBT4Ov8_cUsWDKXcMLNjBDxKt-7IoewoUw,1589
|
|
15342
|
-
volcengine_python_sdk-4.0.
|
|
15343
|
-
volcengine_python_sdk-4.0.
|
|
15344
|
-
volcengine_python_sdk-4.0.
|
|
15345
|
-
volcengine_python_sdk-4.0.
|
|
15407
|
+
volcengine_python_sdk-4.0.26.dist-info/METADATA,sha256=ggUQOI0SBEfDcpsADEhBhRqlFbpaVqyL_KhPm2w1O8w,7166
|
|
15408
|
+
volcengine_python_sdk-4.0.26.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
15409
|
+
volcengine_python_sdk-4.0.26.dist-info/top_level.txt,sha256=RUtMHAPXJvdNqXCutP_Z-1DW7varprnW0vcAm-xlv6c,2348
|
|
15410
|
+
volcengine_python_sdk-4.0.26.dist-info/RECORD,,
|
volcenginesdkbilling/__init__.py
CHANGED
|
@@ -22,6 +22,30 @@ from volcenginesdkbilling.api.billing_api import BILLINGApi
|
|
|
22
22
|
from volcenginesdkbilling.models.auth_for_list_invitation_output import AuthForListInvitationOutput
|
|
23
23
|
from volcenginesdkbilling.models.auth_info_for_list_financial_relation_output import AuthInfoForListFinancialRelationOutput
|
|
24
24
|
from volcenginesdkbilling.models.auth_info_for_list_invitation_output import AuthInfoForListInvitationOutput
|
|
25
|
+
from volcenginesdkbilling.models.billing_mode_info_list_for_list_budget_filter_billing_mode_output import BillingModeInfoListForListBudgetFilterBillingModeOutput
|
|
26
|
+
from volcenginesdkbilling.models.budget_alert_message_detail_list_for_query_budget_detail_output import BudgetAlertMessageDetailListForQueryBudgetDetailOutput
|
|
27
|
+
from volcenginesdkbilling.models.budget_alert_message_for_create_budget_input import BudgetAlertMessageForCreateBudgetInput
|
|
28
|
+
from volcenginesdkbilling.models.budget_alert_message_for_update_budget_input import BudgetAlertMessageForUpdateBudgetInput
|
|
29
|
+
from volcenginesdkbilling.models.budget_alert_rule_for_create_budget_input import BudgetAlertRuleForCreateBudgetInput
|
|
30
|
+
from volcenginesdkbilling.models.budget_alert_rule_for_update_budget_input import BudgetAlertRuleForUpdateBudgetInput
|
|
31
|
+
from volcenginesdkbilling.models.budget_alert_rule_list_for_query_budget_detail_output import BudgetAlertRuleListForQueryBudgetDetailOutput
|
|
32
|
+
from volcenginesdkbilling.models.budget_amount_for_create_budget_input import BudgetAmountForCreateBudgetInput
|
|
33
|
+
from volcenginesdkbilling.models.budget_amount_for_update_budget_input import BudgetAmountForUpdateBudgetInput
|
|
34
|
+
from volcenginesdkbilling.models.budget_amount_list_for_list_budget_amount_by_budget_id_output import BudgetAmountListForListBudgetAmountByBudgetIDOutput
|
|
35
|
+
from volcenginesdkbilling.models.budget_for_create_budget_input import BudgetForCreateBudgetInput
|
|
36
|
+
from volcenginesdkbilling.models.budget_for_query_budget_detail_output import BudgetForQueryBudgetDetailOutput
|
|
37
|
+
from volcenginesdkbilling.models.budget_for_update_budget_input import BudgetForUpdateBudgetInput
|
|
38
|
+
from volcenginesdkbilling.models.budget_list_for_list_budget_output import BudgetListForListBudgetOutput
|
|
39
|
+
from volcenginesdkbilling.models.budget_range_billing_mode_for_query_budget_detail_output import BudgetRangeBillingModeForQueryBudgetDetailOutput
|
|
40
|
+
from volcenginesdkbilling.models.budget_range_for_create_budget_input import BudgetRangeForCreateBudgetInput
|
|
41
|
+
from volcenginesdkbilling.models.budget_range_for_update_budget_input import BudgetRangeForUpdateBudgetInput
|
|
42
|
+
from volcenginesdkbilling.models.budget_range_info_for_query_budget_detail_output import BudgetRangeInfoForQueryBudgetDetailOutput
|
|
43
|
+
from volcenginesdkbilling.models.budget_range_owner_for_query_budget_detail_output import BudgetRangeOwnerForQueryBudgetDetailOutput
|
|
44
|
+
from volcenginesdkbilling.models.budget_range_payer_for_query_budget_detail_output import BudgetRangePayerForQueryBudgetDetailOutput
|
|
45
|
+
from volcenginesdkbilling.models.budget_range_product_for_query_budget_detail_output import BudgetRangeProductForQueryBudgetDetailOutput
|
|
46
|
+
from volcenginesdkbilling.models.budget_range_region_for_query_budget_detail_output import BudgetRangeRegionForQueryBudgetDetailOutput
|
|
47
|
+
from volcenginesdkbilling.models.budget_range_subject_for_query_budget_detail_output import BudgetRangeSubjectForQueryBudgetDetailOutput
|
|
48
|
+
from volcenginesdkbilling.models.budget_range_zone_for_query_budget_detail_output import BudgetRangeZoneForQueryBudgetDetailOutput
|
|
25
49
|
from volcenginesdkbilling.models.cancel_invitation_request import CancelInvitationRequest
|
|
26
50
|
from volcenginesdkbilling.models.cancel_invitation_response import CancelInvitationResponse
|
|
27
51
|
from volcenginesdkbilling.models.cancel_order_request import CancelOrderRequest
|
|
@@ -33,8 +57,12 @@ from volcenginesdkbilling.models.config_list_for_query_price_for_pay_as_you_go_o
|
|
|
33
57
|
from volcenginesdkbilling.models.config_list_for_query_price_for_subscription_input import ConfigListForQueryPriceForSubscriptionInput
|
|
34
58
|
from volcenginesdkbilling.models.config_list_for_query_price_for_subscription_output import ConfigListForQueryPriceForSubscriptionOutput
|
|
35
59
|
from volcenginesdkbilling.models.convert_list_for_list_bill_overview_by_category_output import ConvertListForListBillOverviewByCategoryOutput
|
|
60
|
+
from volcenginesdkbilling.models.create_budget_request import CreateBudgetRequest
|
|
61
|
+
from volcenginesdkbilling.models.create_budget_response import CreateBudgetResponse
|
|
36
62
|
from volcenginesdkbilling.models.create_financial_relation_request import CreateFinancialRelationRequest
|
|
37
63
|
from volcenginesdkbilling.models.create_financial_relation_response import CreateFinancialRelationResponse
|
|
64
|
+
from volcenginesdkbilling.models.delete_budget_request import DeleteBudgetRequest
|
|
65
|
+
from volcenginesdkbilling.models.delete_budget_response import DeleteBudgetResponse
|
|
38
66
|
from volcenginesdkbilling.models.delete_financial_relation_request import DeleteFinancialRelationRequest
|
|
39
67
|
from volcenginesdkbilling.models.delete_financial_relation_response import DeleteFinancialRelationResponse
|
|
40
68
|
from volcenginesdkbilling.models.discount_detail_for_query_price_for_pay_as_you_go_output import DiscountDetailForQueryPriceForPayAsYouGoOutput
|
|
@@ -61,6 +89,30 @@ from volcenginesdkbilling.models.list_bill_overview_by_prod_request import ListB
|
|
|
61
89
|
from volcenginesdkbilling.models.list_bill_overview_by_prod_response import ListBillOverviewByProdResponse
|
|
62
90
|
from volcenginesdkbilling.models.list_bill_request import ListBillRequest
|
|
63
91
|
from volcenginesdkbilling.models.list_bill_response import ListBillResponse
|
|
92
|
+
from volcenginesdkbilling.models.list_budget_amount_by_budget_id_request import ListBudgetAmountByBudgetIDRequest
|
|
93
|
+
from volcenginesdkbilling.models.list_budget_amount_by_budget_id_response import ListBudgetAmountByBudgetIDResponse
|
|
94
|
+
from volcenginesdkbilling.models.list_budget_filter_billing_mode_request import ListBudgetFilterBillingModeRequest
|
|
95
|
+
from volcenginesdkbilling.models.list_budget_filter_billing_mode_response import ListBudgetFilterBillingModeResponse
|
|
96
|
+
from volcenginesdkbilling.models.list_budget_filter_owner_id_request import ListBudgetFilterOwnerIDRequest
|
|
97
|
+
from volcenginesdkbilling.models.list_budget_filter_owner_id_response import ListBudgetFilterOwnerIDResponse
|
|
98
|
+
from volcenginesdkbilling.models.list_budget_filter_payer_id_request import ListBudgetFilterPayerIDRequest
|
|
99
|
+
from volcenginesdkbilling.models.list_budget_filter_payer_id_response import ListBudgetFilterPayerIDResponse
|
|
100
|
+
from volcenginesdkbilling.models.list_budget_filter_product_request import ListBudgetFilterProductRequest
|
|
101
|
+
from volcenginesdkbilling.models.list_budget_filter_product_response import ListBudgetFilterProductResponse
|
|
102
|
+
from volcenginesdkbilling.models.list_budget_filter_project_request import ListBudgetFilterProjectRequest
|
|
103
|
+
from volcenginesdkbilling.models.list_budget_filter_project_response import ListBudgetFilterProjectResponse
|
|
104
|
+
from volcenginesdkbilling.models.list_budget_filter_region_code_request import ListBudgetFilterRegionCodeRequest
|
|
105
|
+
from volcenginesdkbilling.models.list_budget_filter_region_code_response import ListBudgetFilterRegionCodeResponse
|
|
106
|
+
from volcenginesdkbilling.models.list_budget_filter_subject_info_request import ListBudgetFilterSubjectInfoRequest
|
|
107
|
+
from volcenginesdkbilling.models.list_budget_filter_subject_info_response import ListBudgetFilterSubjectInfoResponse
|
|
108
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_key_request import ListBudgetFilterTagKeyRequest
|
|
109
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_key_response import ListBudgetFilterTagKeyResponse
|
|
110
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_value_request import ListBudgetFilterTagValueRequest
|
|
111
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_value_response import ListBudgetFilterTagValueResponse
|
|
112
|
+
from volcenginesdkbilling.models.list_budget_filter_zone_code_request import ListBudgetFilterZoneCodeRequest
|
|
113
|
+
from volcenginesdkbilling.models.list_budget_filter_zone_code_response import ListBudgetFilterZoneCodeResponse
|
|
114
|
+
from volcenginesdkbilling.models.list_budget_request import ListBudgetRequest
|
|
115
|
+
from volcenginesdkbilling.models.list_budget_response import ListBudgetResponse
|
|
64
116
|
from volcenginesdkbilling.models.list_coupon_usage_records_request import ListCouponUsageRecordsRequest
|
|
65
117
|
from volcenginesdkbilling.models.list_coupon_usage_records_response import ListCouponUsageRecordsResponse
|
|
66
118
|
from volcenginesdkbilling.models.list_coupons_request import ListCouponsRequest
|
|
@@ -74,6 +126,9 @@ from volcenginesdkbilling.models.list_for_list_bill_detail_output import ListFor
|
|
|
74
126
|
from volcenginesdkbilling.models.list_for_list_bill_output import ListForListBillOutput
|
|
75
127
|
from volcenginesdkbilling.models.list_for_list_bill_overview_by_category_output import ListForListBillOverviewByCategoryOutput
|
|
76
128
|
from volcenginesdkbilling.models.list_for_list_bill_overview_by_prod_output import ListForListBillOverviewByProdOutput
|
|
129
|
+
from volcenginesdkbilling.models.list_for_list_budget_filter_owner_id_output import ListForListBudgetFilterOwnerIDOutput
|
|
130
|
+
from volcenginesdkbilling.models.list_for_list_budget_filter_payer_id_output import ListForListBudgetFilterPayerIDOutput
|
|
131
|
+
from volcenginesdkbilling.models.list_for_list_budget_filter_product_output import ListForListBudgetFilterProductOutput
|
|
77
132
|
from volcenginesdkbilling.models.list_for_list_coupon_usage_records_output import ListForListCouponUsageRecordsOutput
|
|
78
133
|
from volcenginesdkbilling.models.list_for_list_coupons_output import ListForListCouponsOutput
|
|
79
134
|
from volcenginesdkbilling.models.list_for_list_financial_relation_output import ListForListFinancialRelationOutput
|
|
@@ -89,6 +144,8 @@ from volcenginesdkbilling.models.list_orders_request import ListOrdersRequest
|
|
|
89
144
|
from volcenginesdkbilling.models.list_orders_response import ListOrdersResponse
|
|
90
145
|
from volcenginesdkbilling.models.list_package_usage_details_request import ListPackageUsageDetailsRequest
|
|
91
146
|
from volcenginesdkbilling.models.list_package_usage_details_response import ListPackageUsageDetailsResponse
|
|
147
|
+
from volcenginesdkbilling.models.list_recipient_information_request import ListRecipientInformationRequest
|
|
148
|
+
from volcenginesdkbilling.models.list_recipient_information_response import ListRecipientInformationResponse
|
|
92
149
|
from volcenginesdkbilling.models.list_resource_packages_request import ListResourcePackagesRequest
|
|
93
150
|
from volcenginesdkbilling.models.list_resource_packages_response import ListResourcePackagesResponse
|
|
94
151
|
from volcenginesdkbilling.models.list_split_bill_detail_request import ListSplitBillDetailRequest
|
|
@@ -104,17 +161,22 @@ from volcenginesdkbilling.models.pay_order_response import PayOrderResponse
|
|
|
104
161
|
from volcenginesdkbilling.models.product_limit_list_for_list_coupons_output import ProductLimitListForListCouponsOutput
|
|
105
162
|
from volcenginesdkbilling.models.query_balance_acct_request import QueryBalanceAcctRequest
|
|
106
163
|
from volcenginesdkbilling.models.query_balance_acct_response import QueryBalanceAcctResponse
|
|
164
|
+
from volcenginesdkbilling.models.query_budget_detail_request import QueryBudgetDetailRequest
|
|
165
|
+
from volcenginesdkbilling.models.query_budget_detail_response import QueryBudgetDetailResponse
|
|
107
166
|
from volcenginesdkbilling.models.query_price_for_pay_as_you_go_request import QueryPriceForPayAsYouGoRequest
|
|
108
167
|
from volcenginesdkbilling.models.query_price_for_pay_as_you_go_response import QueryPriceForPayAsYouGoResponse
|
|
109
168
|
from volcenginesdkbilling.models.query_price_for_renew_request import QueryPriceForRenewRequest
|
|
110
169
|
from volcenginesdkbilling.models.query_price_for_renew_response import QueryPriceForRenewResponse
|
|
111
170
|
from volcenginesdkbilling.models.query_price_for_subscription_request import QueryPriceForSubscriptionRequest
|
|
112
171
|
from volcenginesdkbilling.models.query_price_for_subscription_response import QueryPriceForSubscriptionResponse
|
|
172
|
+
from volcenginesdkbilling.models.recipient_information_list_for_list_recipient_information_output import RecipientInformationListForListRecipientInformationOutput
|
|
173
|
+
from volcenginesdkbilling.models.region_info_list_for_list_budget_filter_region_code_output import RegionInfoListForListBudgetFilterRegionCodeOutput
|
|
113
174
|
from volcenginesdkbilling.models.relation_for_list_invitation_output import RelationForListInvitationOutput
|
|
114
175
|
from volcenginesdkbilling.models.renew_instance_request import RenewInstanceRequest
|
|
115
176
|
from volcenginesdkbilling.models.renew_instance_response import RenewInstanceResponse
|
|
116
177
|
from volcenginesdkbilling.models.set_renewal_type_request import SetRenewalTypeRequest
|
|
117
178
|
from volcenginesdkbilling.models.set_renewal_type_response import SetRenewalTypeResponse
|
|
179
|
+
from volcenginesdkbilling.models.subject_info_list_for_list_budget_filter_subject_info_output import SubjectInfoListForListBudgetFilterSubjectInfoOutput
|
|
118
180
|
from volcenginesdkbilling.models.success_instance_info_for_unsubscribe_instance_output import SuccessInstanceInfoForUnsubscribeInstanceOutput
|
|
119
181
|
from volcenginesdkbilling.models.success_instance_list_for_renew_instance_output import SuccessInstanceListForRenewInstanceOutput
|
|
120
182
|
from volcenginesdkbilling.models.success_instance_list_for_set_renewal_type_output import SuccessInstanceListForSetRenewalTypeOutput
|
|
@@ -122,3 +184,6 @@ from volcenginesdkbilling.models.unsubscribe_instance_request import Unsubscribe
|
|
|
122
184
|
from volcenginesdkbilling.models.unsubscribe_instance_response import UnsubscribeInstanceResponse
|
|
123
185
|
from volcenginesdkbilling.models.update_auth_request import UpdateAuthRequest
|
|
124
186
|
from volcenginesdkbilling.models.update_auth_response import UpdateAuthResponse
|
|
187
|
+
from volcenginesdkbilling.models.update_budget_request import UpdateBudgetRequest
|
|
188
|
+
from volcenginesdkbilling.models.update_budget_response import UpdateBudgetResponse
|
|
189
|
+
from volcenginesdkbilling.models.zone_info_list_for_list_budget_filter_zone_code_output import ZoneInfoListForListBudgetFilterZoneCodeOutput
|