byteplus-python-sdk-v2 3.0.44__py2.py3-none-any.whl → 3.0.46__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.
- {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/METADATA +1 -1
- {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/RECORD +211 -25
- {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/top_level.txt +2 -0
- byteplussdkbilling/models/list_for_list_amortized_cost_bill_daily_output.py +27 -1
- byteplussdkbilling/models/list_for_list_amortized_cost_bill_detail_output.py +53 -1
- byteplussdkbilling/models/list_for_list_amortized_cost_bill_monthly_output.py +53 -1
- byteplussdkbilling/models/list_for_list_bill_detail_output.py +79 -1
- byteplussdkbilling/models/list_for_list_coupons_output.py +29 -3
- byteplussdkbilling/models/list_for_list_split_bill_detail_output.py +79 -1
- byteplussdkcore/api_client.py +1 -1
- byteplussdkcore/configuration.py +1 -1
- byteplussdkcore/endpoint/providers/default_provider.py +14 -0
- byteplussdkcore/endpoint/providers/standard_provider.py +1 -0
- byteplussdkcore/feature/__init__.py +6 -0
- byteplussdkcore/feature/rds/__init__.py +4 -0
- byteplussdkcore/feature/rds/connect_utils.py +88 -0
- byteplussdkcore/interceptor/interceptors/request.py +4 -0
- byteplussdkcore/interceptor/interceptors/resolve_endpoint_interceptor.py +8 -1
- byteplussdkcore/interceptor/interceptors/sign_request_interceptor.py +25 -13
- byteplussdkcore/signv4.py +86 -0
- byteplussdkcpaas/__init__.py +56 -0
- byteplussdkcpaas/api/__init__.py +6 -0
- byteplussdkcpaas/api/cpaas_api.py +519 -0
- byteplussdkcpaas/models/__init__.py +52 -0
- byteplussdkcpaas/models/action_for_create_template_v2_input.py +201 -0
- byteplussdkcpaas/models/action_for_get_template_v2_output.py +201 -0
- byteplussdkcpaas/models/create_template_v2_request.py +306 -0
- byteplussdkcpaas/models/create_template_v2_response.py +175 -0
- byteplussdkcpaas/models/data_for_create_template_v2_output.py +149 -0
- byteplussdkcpaas/models/data_for_get_template_v2_output.py +253 -0
- byteplussdkcpaas/models/data_for_list_template_v2_output.py +305 -0
- byteplussdkcpaas/models/data_for_send_batch_message_output.py +123 -0
- byteplussdkcpaas/models/data_for_send_message_output.py +123 -0
- byteplussdkcpaas/models/element_style_for_create_template_v2_input.py +305 -0
- byteplussdkcpaas/models/element_style_for_get_template_v2_output.py +305 -0
- byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py +227 -0
- byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py +227 -0
- byteplussdkcpaas/models/get_template_v2_request.py +150 -0
- byteplussdkcpaas/models/get_template_v2_response.py +201 -0
- byteplussdkcpaas/models/list_template_v2_request.py +255 -0
- byteplussdkcpaas/models/list_template_v2_response.py +201 -0
- byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py +175 -0
- byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py +175 -0
- byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py +149 -0
- byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py +149 -0
- byteplussdkcpaas/models/page_link_list_for_create_template_v2_input.py +227 -0
- byteplussdkcpaas/models/page_link_list_for_get_template_v2_output.py +227 -0
- byteplussdkcpaas/models/priority_for_send_batch_message_input.py +279 -0
- byteplussdkcpaas/models/priority_for_send_message_input.py +279 -0
- byteplussdkcpaas/models/receiver_for_send_batch_message_input.py +149 -0
- byteplussdkcpaas/models/send_batch_message_request.py +281 -0
- byteplussdkcpaas/models/send_batch_message_response.py +175 -0
- byteplussdkcpaas/models/send_message_request.py +281 -0
- byteplussdkcpaas/models/send_message_response.py +175 -0
- byteplussdkcpaas/models/template_list_for_create_template_v2_input.py +305 -0
- byteplussdkcpaas/models/template_list_for_get_template_v2_output.py +305 -0
- byteplussdkcpaas/models/template_status_for_list_template_v2_output.py +175 -0
- byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py +227 -0
- byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py +227 -0
- byteplussdkrdsmssql/__init__.py +13 -1
- byteplussdkrdsmssql/api/rds_mssql_api.py +485 -0
- byteplussdkrdsmssql/models/__init__.py +13 -1
- byteplussdkrdsmssql/models/db_status_for_describe_db_instance_tde_output.py +149 -0
- byteplussdkrdsmssql/models/db_status_for_modify_db_instance_tde_input.py +149 -0
- byteplussdkrdsmssql/models/describe_db_instance_specs_response.py +17 -17
- byteplussdkrdsmssql/models/describe_db_instance_ssl_request.py +124 -0
- byteplussdkrdsmssql/models/describe_db_instance_ssl_response.py +331 -0
- byteplussdkrdsmssql/models/describe_db_instance_tde_request.py +124 -0
- byteplussdkrdsmssql/models/describe_db_instance_tde_response.py +201 -0
- byteplussdkrdsmssql/models/download_ssl_certificate_request.py +124 -0
- byteplussdkrdsmssql/models/download_ssl_certificate_response.py +123 -0
- byteplussdkrdsmssql/models/{instance_spec_info_for_describe_db_instance_specs_output.py → instance_specs_info_for_describe_db_instance_specs_output.py} +45 -45
- byteplussdkrdsmssql/models/modify_db_instance_ssl_request.py +229 -0
- byteplussdkrdsmssql/models/modify_db_instance_ssl_response.py +95 -0
- byteplussdkrdsmssql/models/modify_db_instance_tde_request.py +296 -0
- byteplussdkrdsmssql/models/modify_db_instance_tde_response.py +95 -0
- byteplussdkvpc20250901/__init__.py +149 -0
- byteplussdkvpc20250901/api/__init__.py +6 -0
- byteplussdkvpc20250901/api/vpc20250901_api.py +4399 -0
- byteplussdkvpc20250901/models/__init__.py +145 -0
- byteplussdkvpc20250901/models/assign_private_ip_addresses_request.py +202 -0
- byteplussdkvpc20250901/models/assign_private_ip_addresses_response.py +201 -0
- byteplussdkvpc20250901/models/associate_route_table_request.py +176 -0
- byteplussdkvpc20250901/models/associate_route_table_response.py +149 -0
- byteplussdkvpc20250901/models/associate_vpc_cidr_block_request.py +150 -0
- byteplussdkvpc20250901/models/associate_vpc_cidr_block_response.py +201 -0
- byteplussdkvpc20250901/models/associated_elastic_ip_for_describe_network_interface_attributes_output.py +175 -0
- byteplussdkvpc20250901/models/associated_elastic_ip_for_describe_network_interfaces_output.py +175 -0
- byteplussdkvpc20250901/models/attach_network_interface_request.py +151 -0
- byteplussdkvpc20250901/models/attach_network_interface_response.py +149 -0
- byteplussdkvpc20250901/models/attachment_for_describe_network_interfaces_output.py +149 -0
- byteplussdkvpc20250901/models/authorize_security_group_egress_request.py +309 -0
- byteplussdkvpc20250901/models/authorize_security_group_egress_response.py +149 -0
- byteplussdkvpc20250901/models/authorize_security_group_ingress_request.py +309 -0
- byteplussdkvpc20250901/models/authorize_security_group_ingress_response.py +149 -0
- byteplussdkvpc20250901/models/create_network_interface_request.py +396 -0
- byteplussdkvpc20250901/models/create_network_interface_response.py +175 -0
- byteplussdkvpc20250901/models/create_route_entry_request.py +294 -0
- byteplussdkvpc20250901/models/create_route_entry_response.py +175 -0
- byteplussdkvpc20250901/models/create_route_table_request.py +266 -0
- byteplussdkvpc20250901/models/create_route_table_response.py +175 -0
- byteplussdkvpc20250901/models/create_security_group_request.py +254 -0
- byteplussdkvpc20250901/models/create_security_group_response.py +175 -0
- byteplussdkvpc20250901/models/create_subnet_request.py +294 -0
- byteplussdkvpc20250901/models/create_subnet_response.py +175 -0
- byteplussdkvpc20250901/models/create_vpc_request.py +292 -0
- byteplussdkvpc20250901/models/create_vpc_response.py +201 -0
- byteplussdkvpc20250901/models/delete_network_interface_request.py +124 -0
- byteplussdkvpc20250901/models/delete_network_interface_response.py +149 -0
- byteplussdkvpc20250901/models/delete_route_entry_request.py +124 -0
- byteplussdkvpc20250901/models/delete_route_entry_response.py +149 -0
- byteplussdkvpc20250901/models/delete_route_table_request.py +124 -0
- byteplussdkvpc20250901/models/delete_route_table_response.py +149 -0
- byteplussdkvpc20250901/models/delete_security_group_request.py +124 -0
- byteplussdkvpc20250901/models/delete_security_group_response.py +149 -0
- byteplussdkvpc20250901/models/delete_subnet_request.py +124 -0
- byteplussdkvpc20250901/models/delete_subnet_response.py +149 -0
- byteplussdkvpc20250901/models/delete_vpc_request.py +124 -0
- byteplussdkvpc20250901/models/delete_vpc_response.py +149 -0
- byteplussdkvpc20250901/models/describe_network_interface_attributes_request.py +124 -0
- byteplussdkvpc20250901/models/describe_network_interface_attributes_response.py +695 -0
- byteplussdkvpc20250901/models/describe_network_interfaces_request.py +548 -0
- byteplussdkvpc20250901/models/describe_network_interfaces_response.py +253 -0
- byteplussdkvpc20250901/models/describe_route_entry_list_request.py +393 -0
- byteplussdkvpc20250901/models/describe_route_entry_list_response.py +253 -0
- byteplussdkvpc20250901/models/describe_route_table_list_request.py +334 -0
- byteplussdkvpc20250901/models/describe_route_table_list_response.py +253 -0
- byteplussdkvpc20250901/models/describe_security_group_attributes_request.py +228 -0
- byteplussdkvpc20250901/models/describe_security_group_attributes_response.py +461 -0
- byteplussdkvpc20250901/models/describe_security_groups_request.py +340 -0
- byteplussdkvpc20250901/models/describe_security_groups_response.py +253 -0
- byteplussdkvpc20250901/models/describe_subnet_attributes_request.py +124 -0
- byteplussdkvpc20250901/models/describe_subnet_attributes_response.py +539 -0
- byteplussdkvpc20250901/models/describe_subnets_request.py +438 -0
- byteplussdkvpc20250901/models/describe_subnets_response.py +253 -0
- byteplussdkvpc20250901/models/describe_vpc_attributes_request.py +124 -0
- byteplussdkvpc20250901/models/describe_vpc_attributes_response.py +565 -0
- byteplussdkvpc20250901/models/describe_vpcs_request.py +366 -0
- byteplussdkvpc20250901/models/describe_vpcs_response.py +253 -0
- byteplussdkvpc20250901/models/detach_network_interface_request.py +151 -0
- byteplussdkvpc20250901/models/detach_network_interface_response.py +149 -0
- byteplussdkvpc20250901/models/disassociate_route_table_request.py +176 -0
- byteplussdkvpc20250901/models/disassociate_route_table_response.py +149 -0
- byteplussdkvpc20250901/models/disassociate_vpc_cidr_block_request.py +150 -0
- byteplussdkvpc20250901/models/disassociate_vpc_cidr_block_response.py +149 -0
- byteplussdkvpc20250901/models/list_tags_for_resources_request.py +264 -0
- byteplussdkvpc20250901/models/list_tags_for_resources_response.py +175 -0
- byteplussdkvpc20250901/models/modify_network_interface_attributes_request.py +266 -0
- byteplussdkvpc20250901/models/modify_network_interface_attributes_response.py +149 -0
- byteplussdkvpc20250901/models/modify_route_entry_request.py +188 -0
- byteplussdkvpc20250901/models/modify_route_entry_response.py +123 -0
- byteplussdkvpc20250901/models/modify_route_table_attributes_request.py +188 -0
- byteplussdkvpc20250901/models/modify_route_table_attributes_response.py +123 -0
- byteplussdkvpc20250901/models/modify_security_group_attributes_request.py +176 -0
- byteplussdkvpc20250901/models/modify_security_group_attributes_response.py +123 -0
- byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_egress_request.py +283 -0
- byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_egress_response.py +123 -0
- byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_ingress_request.py +283 -0
- byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_ingress_response.py +123 -0
- byteplussdkvpc20250901/models/modify_subnet_attributes_request.py +188 -0
- byteplussdkvpc20250901/models/modify_subnet_attributes_response.py +149 -0
- byteplussdkvpc20250901/models/modify_vpc_attributes_request.py +214 -0
- byteplussdkvpc20250901/models/modify_vpc_attributes_response.py +149 -0
- byteplussdkvpc20250901/models/network_interface_set_for_describe_network_interfaces_output.py +695 -0
- byteplussdkvpc20250901/models/permission_for_describe_security_group_attributes_output.py +331 -0
- byteplussdkvpc20250901/models/private_ip_set_for_describe_network_interface_attributes_output.py +175 -0
- byteplussdkvpc20250901/models/private_ip_set_for_describe_network_interfaces_output.py +175 -0
- byteplussdkvpc20250901/models/private_ip_sets_for_describe_network_interface_attributes_output.py +123 -0
- byteplussdkvpc20250901/models/private_ip_sets_for_describe_network_interfaces_output.py +123 -0
- byteplussdkvpc20250901/models/resource_tag_for_list_tags_for_resources_output.py +201 -0
- byteplussdkvpc20250901/models/revoke_security_group_egress_request.py +283 -0
- byteplussdkvpc20250901/models/revoke_security_group_egress_response.py +149 -0
- byteplussdkvpc20250901/models/revoke_security_group_ingress_request.py +283 -0
- byteplussdkvpc20250901/models/revoke_security_group_ingress_response.py +149 -0
- byteplussdkvpc20250901/models/route_entry_for_describe_route_entry_list_output.py +357 -0
- byteplussdkvpc20250901/models/route_table_for_describe_subnet_attributes_output.py +149 -0
- byteplussdkvpc20250901/models/route_table_for_describe_subnets_output.py +149 -0
- byteplussdkvpc20250901/models/router_table_list_for_describe_route_table_list_output.py +435 -0
- byteplussdkvpc20250901/models/security_group_for_describe_security_groups_output.py +383 -0
- byteplussdkvpc20250901/models/subnet_for_describe_subnets_output.py +513 -0
- byteplussdkvpc20250901/models/tag_filter_for_describe_network_interfaces_input.py +149 -0
- byteplussdkvpc20250901/models/tag_filter_for_describe_route_table_list_input.py +149 -0
- byteplussdkvpc20250901/models/tag_filter_for_describe_security_groups_input.py +149 -0
- byteplussdkvpc20250901/models/tag_filter_for_describe_subnets_input.py +149 -0
- byteplussdkvpc20250901/models/tag_filter_for_describe_vpcs_input.py +149 -0
- byteplussdkvpc20250901/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
- byteplussdkvpc20250901/models/tag_for_create_network_interface_input.py +149 -0
- byteplussdkvpc20250901/models/tag_for_create_route_table_input.py +149 -0
- byteplussdkvpc20250901/models/tag_for_create_security_group_input.py +149 -0
- byteplussdkvpc20250901/models/tag_for_create_subnet_input.py +149 -0
- byteplussdkvpc20250901/models/tag_for_create_vpc_input.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_network_interface_attributes_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_network_interfaces_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_route_table_list_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_security_group_attributes_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_security_groups_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_subnet_attributes_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_subnets_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_vpc_attributes_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_describe_vpcs_output.py +149 -0
- byteplussdkvpc20250901/models/tag_for_tag_resources_input.py +150 -0
- byteplussdkvpc20250901/models/tag_resources_request.py +183 -0
- byteplussdkvpc20250901/models/tag_resources_response.py +123 -0
- byteplussdkvpc20250901/models/unassign_private_ip_addresses_request.py +150 -0
- byteplussdkvpc20250901/models/unassign_private_ip_addresses_response.py +149 -0
- byteplussdkvpc20250901/models/untag_resources_request.py +183 -0
- byteplussdkvpc20250901/models/untag_resources_response.py +123 -0
- byteplussdkvpc20250901/models/vpc_for_describe_vpcs_output.py +539 -0
- {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/WHEEL +0 -0
- {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/licenses/LICENSE.txt +0 -0
- {byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/licenses/NOTICE.md +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
byteplus_python_sdk_v2-3.0.
|
|
2
|
-
byteplus_python_sdk_v2-3.0.
|
|
1
|
+
byteplus_python_sdk_v2-3.0.46.dist-info/licenses/LICENSE.txt,sha256=jG2zQEdRNt88EgHUWPpXVWmOrOduUQRx7MnYV9YIPaw,11359
|
|
2
|
+
byteplus_python_sdk_v2-3.0.46.dist-info/licenses/NOTICE.md,sha256=vSw_bTkZl1MYBrGol3tpO6B6OLLFRpaw0z5cun0_0QE,85
|
|
3
3
|
byteplussdkalb/__init__.py,sha256=hgNQF2o0CFabtxQHh0xHHZ5oHcz3bQ6wHpRkA9B8nuo,30746
|
|
4
4
|
byteplussdkalb/api/__init__.py,sha256=H6iQBCnNKuvuPDr57uNOlglabIkEAd4CncI0rnwwEoE,133
|
|
5
5
|
byteplussdkalb/api/alb_api.py,sha256=kWP7DNDolXb02v4nD5VmEjSmeddM-aBrHPGCIdC7ogY,249907
|
|
@@ -1245,10 +1245,10 @@ byteplussdkbilling/models/list_coupons_request.py,sha256=rUYTle2vuRhuEPGyjIJtnzZ
|
|
|
1245
1245
|
byteplussdkbilling/models/list_coupons_response.py,sha256=Y_vxJy8InUE_PLjop8nC_EeCrUXRavuW5EoWKnkZrcg,5359
|
|
1246
1246
|
byteplussdkbilling/models/list_financial_relation_request.py,sha256=lkLQaBwSuuxjmtct1B-SEsBzpi9spL-SmlGmFv8QdYw,6619
|
|
1247
1247
|
byteplussdkbilling/models/list_financial_relation_response.py,sha256=Ao8AwH6ft3a6oaIoleJkDX9FUry_luuzQ761ftxBsB4,5599
|
|
1248
|
-
byteplussdkbilling/models/list_for_list_amortized_cost_bill_daily_output.py,sha256=
|
|
1249
|
-
byteplussdkbilling/models/list_for_list_amortized_cost_bill_detail_output.py,sha256=
|
|
1250
|
-
byteplussdkbilling/models/list_for_list_amortized_cost_bill_monthly_output.py,sha256=
|
|
1251
|
-
byteplussdkbilling/models/list_for_list_bill_detail_output.py,sha256=
|
|
1248
|
+
byteplussdkbilling/models/list_for_list_amortized_cost_bill_daily_output.py,sha256=gyMWYk_7i-N34ZM6qFb3r_4EBk4u4QE_1XXF2yFf_b4,128243
|
|
1249
|
+
byteplussdkbilling/models/list_for_list_amortized_cost_bill_detail_output.py,sha256=tbjsZzIwdXNOjBXU5aQGtza-JmQWV0t1T0HSftov5UU,113951
|
|
1250
|
+
byteplussdkbilling/models/list_for_list_amortized_cost_bill_monthly_output.py,sha256=8kUVVBk6JLZgofKcKvTnvSmq1WALRcpPgO_BMrHlY1o,185121
|
|
1251
|
+
byteplussdkbilling/models/list_for_list_bill_detail_output.py,sha256=RBvrarphnS0XqCuEq5EM6ncLQUrVJeFfgOcCTboKqMI,87248
|
|
1252
1252
|
byteplussdkbilling/models/list_for_list_bill_output.py,sha256=sV89fJQfFEBPPBjRQH-g0auMIbEvmvpDmm9gPuu4eCc,46006
|
|
1253
1253
|
byteplussdkbilling/models/list_for_list_bill_overview_by_category_output.py,sha256=wbKt8jp_hwgLalF32YIdcBj-3LJWChjuhkfSkuIFj0Y,39476
|
|
1254
1254
|
byteplussdkbilling/models/list_for_list_bill_overview_by_prod_output.py,sha256=ucfgjE3LNIyy2mK0GJdwDnNIbU9-zB8O8L6A6Ody3fI,41539
|
|
@@ -1256,12 +1256,12 @@ byteplussdkbilling/models/list_for_list_budget_filter_owner_id_output.py,sha256=
|
|
|
1256
1256
|
byteplussdkbilling/models/list_for_list_budget_filter_payer_id_output.py,sha256=9ahX0bd8xjAnayiSm3NBHE7DOHNhjnx4L0Am3p6ZAVQ,4506
|
|
1257
1257
|
byteplussdkbilling/models/list_for_list_budget_filter_product_output.py,sha256=sYLouI-jirPhw9nuwklcZzhp4l8H2IPLloPSqM6hnzI,4527
|
|
1258
1258
|
byteplussdkbilling/models/list_for_list_coupon_usage_records_output.py,sha256=jQYaz2vRfDj7-VwBqqfsCd6zOszFdXmUncPsVvXnSFQ,11930
|
|
1259
|
-
byteplussdkbilling/models/list_for_list_coupons_output.py,sha256=
|
|
1259
|
+
byteplussdkbilling/models/list_for_list_coupons_output.py,sha256=yDT9ZHc791ficic9gWuxnEHgBAlj0NWp1S1wbd4q0Fc,16361
|
|
1260
1260
|
byteplussdkbilling/models/list_for_list_financial_relation_output.py,sha256=s0qauMEV5kN-keNUuiiMM5eFmHRiKZnOhm1WXzk1aPE,14531
|
|
1261
1261
|
byteplussdkbilling/models/list_for_list_invitation_output.py,sha256=3L_3dzZxRpP4R-GS7QGK98EKQt-aS1DFR7pWBFLItNo,5184
|
|
1262
1262
|
byteplussdkbilling/models/list_for_list_package_usage_details_output.py,sha256=nUg-ebUXbJT53tHOAq6h6XOsp03mlE69offFtVP9aQU,34435
|
|
1263
1263
|
byteplussdkbilling/models/list_for_list_resource_packages_output.py,sha256=RNQU3Baugd7qQ77UhfBi-qB2Rjw2J-khhe0Qb3ER3UI,22689
|
|
1264
|
-
byteplussdkbilling/models/list_for_list_split_bill_detail_output.py,sha256=
|
|
1264
|
+
byteplussdkbilling/models/list_for_list_split_bill_detail_output.py,sha256=F4HNb50OzzvkOhRZH3bc5Bsf-D8WJZIeT1hw3B9e4cA,91134
|
|
1265
1265
|
byteplussdkbilling/models/list_invitation_request.py,sha256=Gn5229OEdm3OYA1FVlICxCDLWmWzed0RtlaF9wYqM7A,2788
|
|
1266
1266
|
byteplussdkbilling/models/list_invitation_response.py,sha256=OS1IZYTyZ9HH5y7mtDxwkNd_iHgzUr8YCfnQdUt-gcI,3500
|
|
1267
1267
|
byteplussdkbilling/models/list_order_product_details_request.py,sha256=dTAkEqYbAvnhl8EeI7pK35LL3T70eI-O6aenuvQIr9E,5251
|
|
@@ -1931,14 +1931,14 @@ byteplussdkcloudmonitor/models/update_silence_policy_response.py,sha256=3PZTcDF2
|
|
|
1931
1931
|
byteplussdkcloudmonitor/models/update_webhook_request.py,sha256=UuA9Ua57eLThwa7cVq5xPegHf-e3W2aGti5CLTBYf1U,7041
|
|
1932
1932
|
byteplussdkcloudmonitor/models/update_webhook_response.py,sha256=Icjg1daq1uG0V3l7R_QVPkHvLCe1uXU1OphnDhoZ91A,3424
|
|
1933
1933
|
byteplussdkcore/__init__.py,sha256=QD2qSwKMsMeYxsEQIdWce5ekPilRexqkWCP_q3YOqvo,308
|
|
1934
|
-
byteplussdkcore/api_client.py,sha256=
|
|
1935
|
-
byteplussdkcore/configuration.py,sha256=
|
|
1934
|
+
byteplussdkcore/api_client.py,sha256=CNyBvOdCxWDAXoBIB70Ii0U55o7pvLlx-PVyF7aXXiw,28066
|
|
1935
|
+
byteplussdkcore/configuration.py,sha256=buhYl_L3CoE13SPBwaMVw9u5COh-x5yLyO9nidxdZ1M,11924
|
|
1936
1936
|
byteplussdkcore/endpoint.py,sha256=L5Dw0-Cia9ezYxGJFgZ9td-mCM4AqSIZv67ll1sSzMY,1630
|
|
1937
1937
|
byteplussdkcore/flatten.py,sha256=g3r61JS_AO7WV6ClRDkXgtnVXcw3c7tbZjeLAJxkSLc,3811
|
|
1938
1938
|
byteplussdkcore/metadata.py,sha256=Km5jOllvPViXn0rdx604nIq0OF1RBF3Q2x-xA2cDXc8,4518
|
|
1939
1939
|
byteplussdkcore/model.py,sha256=D1gN2abYRerCqi2Gy9axB_YEDuREzZ93R348QfEnDrw,175
|
|
1940
1940
|
byteplussdkcore/rest.py,sha256=tC--0LjlWjTH3W8lVlIdKszOxIwLwZggpDvxpKAAOnY,17194
|
|
1941
|
-
byteplussdkcore/signv4.py,sha256=
|
|
1941
|
+
byteplussdkcore/signv4.py,sha256=g0ifBYiZoAbavQSKIQ0m7O11OMOyDpzJ3n2P0gF3Xwk,7246
|
|
1942
1942
|
byteplussdkcore/universal.py,sha256=fGp5BYf5nPJoFHfbT3vlHYh2myKa6j4FdFPGivb9JcQ,3538
|
|
1943
1943
|
byteplussdkcore/auth/__init__.py,sha256=MFvD1n9GyNjd5iiSFUHFE0z2tbK2t3YVtrE9o_HCTos,132
|
|
1944
1944
|
byteplussdkcore/auth/credential.py,sha256=adOo43AZi4BNL9sSYGe5v9YMn8vm2rL0vBU1iAe0jes,377
|
|
@@ -1955,8 +1955,11 @@ byteplussdkcore/auth/providers/sts_saml_provider.py,sha256=yedLynY4rwG81Xm9y2vfa
|
|
|
1955
1955
|
byteplussdkcore/endpoint/__init__.py,sha256=K7dXFGGh0QYiALOLgtPxboGYzwCJB5IHseGSQPObZdQ,117
|
|
1956
1956
|
byteplussdkcore/endpoint/endpoint_provider.py,sha256=9ajUjf2N2NmThuWrMm5QgLtmh8YbPas5TdvkAZYQ9lM,330
|
|
1957
1957
|
byteplussdkcore/endpoint/providers/__init__.py,sha256=FmxBi_siUNTZod9GFOk5VG-UVYT7daNt4hZ2zifqYY8,76
|
|
1958
|
-
byteplussdkcore/endpoint/providers/default_provider.py,sha256=
|
|
1959
|
-
byteplussdkcore/endpoint/providers/standard_provider.py,sha256=
|
|
1958
|
+
byteplussdkcore/endpoint/providers/default_provider.py,sha256=4uSuK4Ys8AFyPbVdvcpHhIeHKNlz1qbRbjrJNK4w1gg,9829
|
|
1959
|
+
byteplussdkcore/endpoint/providers/standard_provider.py,sha256=H7v5kCKkQOkX40-yX9DorXUG9tqI1wPNHTcuSKvoDPE,12352
|
|
1960
|
+
byteplussdkcore/feature/__init__.py,sha256=ev2S2XGLZUjbL7sylBd3NWmqGmcDcYV-Oj4qPZOztHU,154
|
|
1961
|
+
byteplussdkcore/feature/rds/__init__.py,sha256=g4-6e-OdBADN9_WzILg8P69KdSVSc5TyOg5CrXglE5A,119
|
|
1962
|
+
byteplussdkcore/feature/rds/connect_utils.py,sha256=Re8TelxMQQSNO2dJci_wQ58EsCfN6l-87Q78pHASM5U,3177
|
|
1960
1963
|
byteplussdkcore/interceptor/__init__.py,sha256=K8aS0P4Jgt6om7qa368c8qLR9M2Ia9I7dVd4UftLfwU,542
|
|
1961
1964
|
byteplussdkcore/interceptor/chain.py,sha256=gcwS2gaGoExtG9pGKRJF2krlTnZwASsN3ZB5kG6FUFk,2084
|
|
1962
1965
|
byteplussdkcore/interceptor/interceptors/__init__.py,sha256=yHGjqgaiDA3bnFzE2Tj_TFZaR5xxmuvNS3xRV5Qlb7o,519
|
|
@@ -1964,11 +1967,11 @@ byteplussdkcore/interceptor/interceptors/build_request_interceptor.py,sha256=eap
|
|
|
1964
1967
|
byteplussdkcore/interceptor/interceptors/context.py,sha256=J8eJelN5LMy_iGCoRqbu3I5DWniLsrgdv-vivowx86c,572
|
|
1965
1968
|
byteplussdkcore/interceptor/interceptors/deserialized_response_interceptor.py,sha256=wexyAFbm4--L-OF91WvrG2MzGymKkYM3BW7OeWay5Ww,8450
|
|
1966
1969
|
byteplussdkcore/interceptor/interceptors/interceptor.py,sha256=yiDfMHMtlEwHQkTdT5uCFDKdNkzr0RYmeK-vY4w4m84,451
|
|
1967
|
-
byteplussdkcore/interceptor/interceptors/request.py,sha256=
|
|
1968
|
-
byteplussdkcore/interceptor/interceptors/resolve_endpoint_interceptor.py,sha256=
|
|
1970
|
+
byteplussdkcore/interceptor/interceptors/request.py,sha256=ePL4HWhqOe4UDl_i4RxjtlOM0bL1q9-fvKO9L22YWTY,3137
|
|
1971
|
+
byteplussdkcore/interceptor/interceptors/resolve_endpoint_interceptor.py,sha256=XoOn1e9ctc3psBX1T4IdY_3nYix1p-fjFYJwOeQycSg,1371
|
|
1969
1972
|
byteplussdkcore/interceptor/interceptors/response.py,sha256=tjh5m9J1PyW-Xd-PV5jeyc7OTfp4TP1q_daQYwtN9LI,154
|
|
1970
1973
|
byteplussdkcore/interceptor/interceptors/runtime_options_interceptor.py,sha256=-vXhcHbgipyodqmIFG8S8QsL9YpHKDl8Kgj51iykvmA,2875
|
|
1971
|
-
byteplussdkcore/interceptor/interceptors/sign_request_interceptor.py,sha256=
|
|
1974
|
+
byteplussdkcore/interceptor/interceptors/sign_request_interceptor.py,sha256=rKOM4fStsLwHH9ZOffOt5mlxR-S2lOx86HijTxGkQkA,3626
|
|
1972
1975
|
byteplussdkcore/observability/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1973
1976
|
byteplussdkcore/observability/debugger.py,sha256=2zsvifojin-szjoM-18QbAOU62LKhKlqiCfIB7kdELU,9294
|
|
1974
1977
|
byteplussdkcore/retryer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1977,6 +1980,45 @@ byteplussdkcore/retryer/retry_condition.py,sha256=RSQSfxNk-Sz1OlHILa-39b9m_PcF-w
|
|
|
1977
1980
|
byteplussdkcore/retryer/retryer.py,sha256=12dAyqxaeTOHCSDUdnhaBKlK8n_3DoBxJebZFW4og30,2683
|
|
1978
1981
|
byteplussdkcore/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1979
1982
|
byteplussdkcore/utils/six_utils.py,sha256=jk7KYvEsiw71Uf-hbi9izkjd77awopqovtgOuekp0ts,192
|
|
1983
|
+
byteplussdkcpaas/__init__.py,sha256=Ldkk3NRNp64H3VoXLPfS4yZbXFLk9r-SrQz1IgxSnrc,4037
|
|
1984
|
+
byteplussdkcpaas/api/__init__.py,sha256=fxPobQRAW-RAsgCIStya1D33Fv72TNN3uR_4-Q8Gyao,139
|
|
1985
|
+
byteplussdkcpaas/api/cpaas_api.py,sha256=K2FPfOEKm05rlysuHAHixePQB8QPrKC9MssNeW54oxM,19850
|
|
1986
|
+
byteplussdkcpaas/models/__init__.py,sha256=BhLEDI7wkQG-TyQyCbVDrDJ4-AjHnIS421fi2WomALc,3954
|
|
1987
|
+
byteplussdkcpaas/models/action_for_create_template_v2_input.py,sha256=zJg-lE5Fvq9elsvMVKGsOyIpZaDLL8UbUDQ36u9FRW0,5960
|
|
1988
|
+
byteplussdkcpaas/models/action_for_get_template_v2_output.py,sha256=tDu5OGRFWmoDAGC2TaAtlnS3IQCnckzCQYFYN2FMiig,5912
|
|
1989
|
+
byteplussdkcpaas/models/create_template_v2_request.py,sha256=bS3kqnsicfGkQp9WrAfPZL4DrqSkA0sa8oyuLg79IfU,9357
|
|
1990
|
+
byteplussdkcpaas/models/create_template_v2_response.py,sha256=0bzD44UeDqZkso7Zw1iHQB7SDUl1FlDPSbOGzc7i37k,4877
|
|
1991
|
+
byteplussdkcpaas/models/data_for_create_template_v2_output.py,sha256=OSVm9FPPR52olUT0SlfVa-0qpVmL2ezasd4ETwL7smo,4712
|
|
1992
|
+
byteplussdkcpaas/models/data_for_get_template_v2_output.py,sha256=o0PaSNIQYkEYKfcq3fXeN3VkNhHrxerNuWEiKLImzhU,8032
|
|
1993
|
+
byteplussdkcpaas/models/data_for_list_template_v2_output.py,sha256=U7aBGdeqkqJmV-u0h7toCpVFDn8LfXt2YoWl8cshcRo,9662
|
|
1994
|
+
byteplussdkcpaas/models/data_for_send_batch_message_output.py,sha256=T12Uh-BA7pheMlJ94DdvZYPRBLTYiyVdWrPGMeX0_DM,3590
|
|
1995
|
+
byteplussdkcpaas/models/data_for_send_message_output.py,sha256=-CVThJwt1C0kM4TmTZFT9Zl7muef3N0gaFcKjn4LSWM,3545
|
|
1996
|
+
byteplussdkcpaas/models/element_style_for_create_template_v2_input.py,sha256=5lF2QaBOUqo-lf_B0YFxXXFZ7vR70IU9ib5UVDDXLxg,9543
|
|
1997
|
+
byteplussdkcpaas/models/element_style_for_get_template_v2_output.py,sha256=jiwWoQB2T1-xUNifU3WXOT9wzPGIKrJqiaVSNC-9O80,9469
|
|
1998
|
+
byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py,sha256=mEWXPlddPmYKDdGKFazZ1n01OoWPuaNC0z8dg1SKyWg,6956
|
|
1999
|
+
byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py,sha256=0yLo27NYfdWHTk8RXoLKyWANX99S8Z0o67BUT5Ffo-8,6906
|
|
2000
|
+
byteplussdkcpaas/models/get_template_v2_request.py,sha256=xqkmRSvPc1z7ypkMZiZbIbawuhoZkjBXaO38HVrbd-Q,4798
|
|
2001
|
+
byteplussdkcpaas/models/get_template_v2_response.py,sha256=VjaRipX8JF7_aiShgeRM2qkXIT3BB86Ua9HdLW-lhnM,5450
|
|
2002
|
+
byteplussdkcpaas/models/list_template_v2_request.py,sha256=oXdkdQlVWFCQOlIKE0QafkWgc9G0PUcsbUN88zcgZgY,7764
|
|
2003
|
+
byteplussdkcpaas/models/list_template_v2_response.py,sha256=kacL7efqh6k1hVPh0oYaQto35mZPhVIkXJcZ9vqx_gE,5492
|
|
2004
|
+
byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py,sha256=L4xPvf4unG3wI9MzM_ZUMSx5bnID5t6Wy-_N-S0ZeDI,5749
|
|
2005
|
+
byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py,sha256=I7IZfxfrbvKdG6FqdwRJvvWuoED4h499vf9s2YvMMS4,5703
|
|
2006
|
+
byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py,sha256=eSguuKbcn3l4wJuRb3V-AETeDIXJtEOZGwq_8h3B07I,4722
|
|
2007
|
+
byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py,sha256=g3fXtzBJm9OGJQRHNtVMhxF7ao89Zp6rpQIFsg-7rTo,4690
|
|
2008
|
+
byteplussdkcpaas/models/page_link_list_for_create_template_v2_input.py,sha256=NYUengEUmjfi1LdQEn5ETRMRshkeW1KcoYpxn4iFFbo,6783
|
|
2009
|
+
byteplussdkcpaas/models/page_link_list_for_get_template_v2_output.py,sha256=PFjQBNqwpiD-AvQIMQ8cNzuU6VbO62VCTGbHVRVHB64,6727
|
|
2010
|
+
byteplussdkcpaas/models/priority_for_send_batch_message_input.py,sha256=HVhCrse55M5GLQjKmZNxsfoN5__3uUcWRT_u2X3tzzw,7964
|
|
2011
|
+
byteplussdkcpaas/models/priority_for_send_message_input.py,sha256=C0QwmiTlq6jICQ9PFC_qmC0CSRJJVlHS7ukVbsKLOPg,7799
|
|
2012
|
+
byteplussdkcpaas/models/receiver_for_send_batch_message_input.py,sha256=ZsvmLLP0cBP4lpx9GA-zgYy4-74cYP2pO94Wj1rRx6g,4275
|
|
2013
|
+
byteplussdkcpaas/models/send_batch_message_request.py,sha256=MXzRgJv323TmbD41zNFkiGQGiL8lZULCc-XcHZuOiNI,8323
|
|
2014
|
+
byteplussdkcpaas/models/send_batch_message_response.py,sha256=QGt-W6a7ad9JwLKRsC6wigejqpSaG6WfT4zllxw4r3k,4877
|
|
2015
|
+
byteplussdkcpaas/models/send_message_request.py,sha256=nOcyVCrQho9-zy7jqFbyCYfHFhwbSMsRKdGrn2mAUY0,7979
|
|
2016
|
+
byteplussdkcpaas/models/send_message_response.py,sha256=3vUY602pgv05ZBc9bHbB7r9oVl0Jj6MqUkFRPUFe5m0,4777
|
|
2017
|
+
byteplussdkcpaas/models/template_list_for_create_template_v2_input.py,sha256=3JwF2rkxUr8NnRVjq-zyySLyi6ZyW0VXKUb93kQAXLs,10095
|
|
2018
|
+
byteplussdkcpaas/models/template_list_for_get_template_v2_output.py,sha256=ZeEKiuGjvC1Q1zu5DTe1NuqxZuDtZWBSCxOsiRCa6cc,10009
|
|
2019
|
+
byteplussdkcpaas/models/template_status_for_list_template_v2_output.py,sha256=RDDukjSM-6qKVXqrbdDSxybKMhcP_Zg6JVZ37xCi99g,5275
|
|
2020
|
+
byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py,sha256=IjeXixPePCYNeGTHMvy0jvHnLmLuk82I6WS1g6pEFYw,7221
|
|
2021
|
+
byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py,sha256=QY1rC2y9ZP_zUBo56w6HaNmWoxd4kc_pI1LLXvqBAPI,7171
|
|
1980
2022
|
byteplussdkcr/__init__.py,sha256=x2tpTwBt2F_dNc_7XGSAwVGHVQH3YVi6mPOf2C2bt0k,7918
|
|
1981
2023
|
byteplussdkcr/api/__init__.py,sha256=NQOCaOocCMSTrd8HhxZ-xu4zeY4t8d8jNRS8wu5-b7w,130
|
|
1982
2024
|
byteplussdkcr/api/cr_api.py,sha256=zQDFlXcJpxyuxJ6ZK-eTSaCcUqQY1aN1bB39xni8U1Q,107967
|
|
@@ -5311,10 +5353,10 @@ byteplussdkrabbitmq/models/tag_for_describe_instance_detail_output.py,sha256=jTC
|
|
|
5311
5353
|
byteplussdkrabbitmq/models/tag_for_describe_instances_output.py,sha256=GN5ZfdCMcSxY_TgXWiR6byCH3_1iHZh8KuZzq910rxc,4119
|
|
5312
5354
|
byteplussdkrabbitmq/models/tag_resource_for_describe_tags_by_resource_output.py,sha256=BgBeJVph484DAYVGZNOil4GHIMvAOJNtBbjclIiKDdU,5124
|
|
5313
5355
|
byteplussdkrabbitmq/models/zone_for_describe_availability_zones_output.py,sha256=dJ0z72HNqrWGbSXo7oZ_kofyPJMbukofMpTJgw9goHw,6756
|
|
5314
|
-
byteplussdkrdsmssql/__init__.py,sha256=
|
|
5356
|
+
byteplussdkrdsmssql/__init__.py,sha256=95wVcnNW-Hpzibtq3xEQ_YQwKVnn0dzu9beXFsfB1pw,14463
|
|
5315
5357
|
byteplussdkrdsmssql/api/__init__.py,sha256=fKY4cYBazb-w5kv4hdq8npsALPyEkc0UiRy_bLp8tgw,149
|
|
5316
|
-
byteplussdkrdsmssql/api/rds_mssql_api.py,sha256=
|
|
5317
|
-
byteplussdkrdsmssql/models/__init__.py,sha256=
|
|
5358
|
+
byteplussdkrdsmssql/api/rds_mssql_api.py,sha256=o6R97incotNV8IWxxJ5fUy01xIEFoRzkRdMlI6zRhwk,176613
|
|
5359
|
+
byteplussdkrdsmssql/models/__init__.py,sha256=qFwFuBEGzp4YbhB2EP4M1ArzDIrdq2RfJZM_7-TuQ34,14370
|
|
5318
5360
|
byteplussdkrdsmssql/models/account_for_describe_db_accounts_output.py,sha256=yN086BnT98h6vitxtH-EZFE1ijupdtVJLyCdFENwBP0,6449
|
|
5319
5361
|
byteplussdkrdsmssql/models/account_privilege_for_create_db_account_input.py,sha256=JRUDvvZtSo6VA00mNG7YJbgKsonGTULNg9lKbH6PUFY,5651
|
|
5320
5362
|
byteplussdkrdsmssql/models/account_privilege_for_describe_db_accounts_output.py,sha256=wlIoehgEMAI87sH-U4wwnV2GqY_7pNdW_nj91jxP7Xg,5719
|
|
@@ -5347,6 +5389,8 @@ byteplussdkrdsmssql/models/create_tos_restore_request.py,sha256=j2tfYgRPxkQA9dFF
|
|
|
5347
5389
|
byteplussdkrdsmssql/models/create_tos_restore_response.py,sha256=y-PLg1MWk_hYPaaGGu58O2hiyBDFfkD4gC5nhXgib1U,3648
|
|
5348
5390
|
byteplussdkrdsmssql/models/database_for_create_tos_restore_input.py,sha256=RDfZDFgRr62fXao_fLrfQn2EUfO-w8gb4of8Cebra7E,4356
|
|
5349
5391
|
byteplussdkrdsmssql/models/database_for_restore_to_existed_instance_input.py,sha256=veulOGxyWIi-qY6CYZrBRCcgpsDO4zZXUl7QV0myg3w,4460
|
|
5392
|
+
byteplussdkrdsmssql/models/db_status_for_describe_db_instance_tde_output.py,sha256=OcSDfbCnE8HXnXMKred7Uk6VNrTNXhBusvSq6LaHLmE,4339
|
|
5393
|
+
byteplussdkrdsmssql/models/db_status_for_modify_db_instance_tde_input.py,sha256=xtnKi34DLwWS1snL7PNyUDh64OPFHFZWcirT01VoGU4,4300
|
|
5350
5394
|
byteplussdkrdsmssql/models/delete_allow_list_request.py,sha256=jDgHWdf_-uQeKT99kJejgnq7AYSzb9fp9s1oZneZVWQ,4505
|
|
5351
5395
|
byteplussdkrdsmssql/models/delete_allow_list_response.py,sha256=xSKVtXyDQNn4qHT0ZrfPwAVuwq98wpkAxaGC2LrDvVc,2800
|
|
5352
5396
|
byteplussdkrdsmssql/models/delete_backup_request.py,sha256=yrkaBMTMe_3yWmUu-ssFRu_5DHLkg9i0SoWIiyTvhuw,4500
|
|
@@ -5376,7 +5420,11 @@ byteplussdkrdsmssql/models/describe_db_instance_detail_response.py,sha256=BBUmnh
|
|
|
5376
5420
|
byteplussdkrdsmssql/models/describe_db_instance_parameters_request.py,sha256=7RWHo8xZUw5QYwIDuvnt-Sq24V2mqmgwTy8RGBs9eXs,4693
|
|
5377
5421
|
byteplussdkrdsmssql/models/describe_db_instance_parameters_response.py,sha256=0ZKdl8p9aMTH10U-KqycPbaJfBHBRpZJ-sgIna-9Zp4,7415
|
|
5378
5422
|
byteplussdkrdsmssql/models/describe_db_instance_specs_request.py,sha256=9TAq4VUMotF5YODnDirhQ-GGEj0ikWJunjYbSFG7V5Y,5278
|
|
5379
|
-
byteplussdkrdsmssql/models/describe_db_instance_specs_response.py,sha256=
|
|
5423
|
+
byteplussdkrdsmssql/models/describe_db_instance_specs_response.py,sha256=LIw4Fkb2b-LmFrb74XocT_jTgwLG88XQDvtWGw4RN3Y,3947
|
|
5424
|
+
byteplussdkrdsmssql/models/describe_db_instance_ssl_request.py,sha256=1i5CLQcB3tYrRhP49G_i1IjkXVQpJRs0p1l5waSWbEI,3742
|
|
5425
|
+
byteplussdkrdsmssql/models/describe_db_instance_ssl_response.py,sha256=lZHykEysrahgeO4kvqOSn4OpZX--RNmRE0VwNK5DQOw,9938
|
|
5426
|
+
byteplussdkrdsmssql/models/describe_db_instance_tde_request.py,sha256=YrLXCoOkxe8JcohIpphU1fTr9oR0qZt4I69sIXniY6Y,3742
|
|
5427
|
+
byteplussdkrdsmssql/models/describe_db_instance_tde_response.py,sha256=HpvDKn0gSQ2U7X_T4u93P-1iWO2wL6B31w_x2nDFO0U,5969
|
|
5380
5428
|
byteplussdkrdsmssql/models/describe_db_instances_request.py,sha256=UFDQ0j3mzMx15OibQLj8tlU848deuY8Jwyaa6q2A-Jw,16040
|
|
5381
5429
|
byteplussdkrdsmssql/models/describe_db_instances_response.py,sha256=e4CO-0ZMAR8ax5VhBUhsc-4q_hVw8YIAOiJYelnE9gA,4445
|
|
5382
5430
|
byteplussdkrdsmssql/models/describe_instance_allow_lists_request.py,sha256=LLH7O6pYhkfoS1Z2zusGQXLIIhoVROJLIriDxZQL4Bs,4410
|
|
@@ -5391,10 +5439,12 @@ byteplussdkrdsmssql/models/disassociate_allow_list_request.py,sha256=MTkX0IU-DEZ
|
|
|
5391
5439
|
byteplussdkrdsmssql/models/disassociate_allow_list_response.py,sha256=3u5J1u8b8ywTMtmdjZ2SR70a_9Kuls6Buz_Zj-mQZ6I,2830
|
|
5392
5440
|
byteplussdkrdsmssql/models/download_backup_request.py,sha256=CdR3-eUXZW_bGwYGgNZBMTf94RZg-jgsWCf7cl57DcA,4526
|
|
5393
5441
|
byteplussdkrdsmssql/models/download_backup_response.py,sha256=PcSWCDYaisy4mRDzgurA1lxuORRY2OnedJGIJYytmkE,4267
|
|
5442
|
+
byteplussdkrdsmssql/models/download_ssl_certificate_request.py,sha256=k28UEEJq2MtHoOu0zPyRsf7K8zmPD5DaU3BRBNTjg-I,3751
|
|
5443
|
+
byteplussdkrdsmssql/models/download_ssl_certificate_response.py,sha256=ZXfIHzqqRyyhHUCYsEWrbCh0wgP--9OxnOZHHd5_ajE,3642
|
|
5394
5444
|
byteplussdkrdsmssql/models/grant_db_account_privilege_request.py,sha256=T4dCHngDpupRSqABtkZDfKw_DV5pLupaQQje8yNR5jQ,5784
|
|
5395
5445
|
byteplussdkrdsmssql/models/grant_db_account_privilege_response.py,sha256=g1gAGYGlhmwuGAHaXos1NWmEQgyXhP8TMDik9UeaqZU,2840
|
|
5396
5446
|
byteplussdkrdsmssql/models/instance_parameter_for_describe_db_instance_parameters_output.py,sha256=3R_kAcI1C5qoXtE6Irx0o83F7XJcSMlAEPWuMS6hsfw,10772
|
|
5397
|
-
byteplussdkrdsmssql/models/
|
|
5447
|
+
byteplussdkrdsmssql/models/instance_specs_info_for_describe_db_instance_specs_output.py,sha256=uClcZf3_nPgZiPLNv1VpMfU9FAOK2tYox9ZIVeKwijY,11411
|
|
5398
5448
|
byteplussdkrdsmssql/models/instances_info_for_describe_db_instances_output.py,sha256=c6txuJNTB6K9lZ1UWxKJ1zKlYCE2gte4IKuFosCC96A,23664
|
|
5399
5449
|
byteplussdkrdsmssql/models/modify_allow_list_request.py,sha256=MgOxW-99VI2VxBTako0z83uibti9QWpDKl18p0E-678,10800
|
|
5400
5450
|
byteplussdkrdsmssql/models/modify_allow_list_response.py,sha256=_5LMEShAjfjvl9GgScPDBW001CD8oKfawh2Hiqdtc3I,2800
|
|
@@ -5408,6 +5458,10 @@ byteplussdkrdsmssql/models/modify_db_failover_request.py,sha256=6rC4e3-yVdmZSCss
|
|
|
5408
5458
|
byteplussdkrdsmssql/models/modify_db_failover_response.py,sha256=5qPK4Y5ocCOqhJgeQMLeWZge74PAhLtPvizDr2_RXf0,2805
|
|
5409
5459
|
byteplussdkrdsmssql/models/modify_db_instance_name_request.py,sha256=5DS34hYC3hEyVJZmfc01CRs_BsZeIomBNYhvSc24Pqc,4771
|
|
5410
5460
|
byteplussdkrdsmssql/models/modify_db_instance_name_response.py,sha256=Oi1nboyLpTOz9nC0KeaTd6HXO7PV2JkclKJCY075qkU,2825
|
|
5461
|
+
byteplussdkrdsmssql/models/modify_db_instance_ssl_request.py,sha256=FJ8xh9RD5HlVH4GUFEVt4jtlBuVGQ7v1Nu_QnMfzgyU,6848
|
|
5462
|
+
byteplussdkrdsmssql/models/modify_db_instance_ssl_response.py,sha256=bWwf68Is4f_3JgTG35oebwFrg8Hz3X_Jzo0dboetC8Y,2820
|
|
5463
|
+
byteplussdkrdsmssql/models/modify_db_instance_tde_request.py,sha256=fTXY9iZoLGaqGz9Cd8uJwJsUsQhkfuf-lFlA6m3MOWA,9280
|
|
5464
|
+
byteplussdkrdsmssql/models/modify_db_instance_tde_response.py,sha256=sudsa3dk4QSLUj_oz1nyX4rw1mhgJOTJG_1_pt12KOo,2820
|
|
5411
5465
|
byteplussdkrdsmssql/models/modify_instance_advanced_features_request.py,sha256=rFyeBbvmDANyb6AXApJc3OWlPc6BQxWEvNnCZzhsM1U,4902
|
|
5412
5466
|
byteplussdkrdsmssql/models/modify_instance_advanced_features_response.py,sha256=NmKIpeRIe4ZpDfPTpNnfOQSOLVJPGSBndVZy8EVY6aQ,4635
|
|
5413
5467
|
byteplussdkrdsmssql/models/node_detail_info_for_describe_db_instance_detail_output.py,sha256=cARJjIoidOT-CyiOjLr95cvbjYY7TYOV3GWzF7GxUw8,13410
|
|
@@ -8620,6 +8674,138 @@ byteplussdkvpc/models/untag_resources_response.py,sha256=HC86XwWTjpc1mOaU7sseS5E
|
|
|
8620
8674
|
byteplussdkvpc/models/update_network_acl_entries_request.py,sha256=-NL1fUYB5OXa8t-952RdPckJCf1VO0SmSeL_j6yoz5U,8947
|
|
8621
8675
|
byteplussdkvpc/models/update_network_acl_entries_response.py,sha256=0iH6ncWlUL3ZJzBIiJRpSSj-U4hkNacmKO4wcr5ryGE,4437
|
|
8622
8676
|
byteplussdkvpc/models/vpc_for_describe_vpcs_output.py,sha256=47cCvvSJuYNGowvwcbsfGwvCA1dwwYtzVxXLYw2JkyQ,22320
|
|
8677
|
+
byteplussdkvpc20250901/__init__.py,sha256=tYyJVRULNMlgu9t0LY4oon0tOhnoxq8edd1sfQxR0bI,14790
|
|
8678
|
+
byteplussdkvpc20250901/api/__init__.py,sha256=HbP_RE6MeD6Zh3libRGlL9ASaOweHy6bXxog5Qv7qE4,157
|
|
8679
|
+
byteplussdkvpc20250901/api/vpc20250901_api.py,sha256=Q2O7y_xvykYDERjU5G-WsIH-uszkceMzf7vF5jqJnyA,177090
|
|
8680
|
+
byteplussdkvpc20250901/models/__init__.py,sha256=wuGLlJUgSGzCV20A9LZ6f632_M7rCHdH8KEduSYJ0Xw,14689
|
|
8681
|
+
byteplussdkvpc20250901/models/assign_private_ip_addresses_request.py,sha256=678Kvm2OwhpLQS6-9F7p6CQvNLKzddo5DqcnPGjg3OI,6969
|
|
8682
|
+
byteplussdkvpc20250901/models/assign_private_ip_addresses_response.py,sha256=uqNePE7MG7KUkQS0Ew1e4AOw1fD6gkkTCgwDeSffSBY,6306
|
|
8683
|
+
byteplussdkvpc20250901/models/associate_route_table_request.py,sha256=sK5cEA2Ovqbgr1MQIXS0a7hRHNEh4cRJeAHGDmO6ttU,5312
|
|
8684
|
+
byteplussdkvpc20250901/models/associate_route_table_response.py,sha256=gNFJ-yOpTXv4XnHNXKPDORCxXcyAy86nmVAreDLHip8,4393
|
|
8685
|
+
byteplussdkvpc20250901/models/associate_vpc_cidr_block_request.py,sha256=RRnJZWQ5oefcKL6RRf_bihjHPfge_i1XSIr8DG_ArrM,4598
|
|
8686
|
+
byteplussdkvpc20250901/models/associate_vpc_cidr_block_response.py,sha256=_MFGi18OfKqBGbKp5HZzDNl_7Sqmg1mioHmCZtJ97xs,6104
|
|
8687
|
+
byteplussdkvpc20250901/models/associated_elastic_ip_for_describe_network_interface_attributes_output.py,sha256=wpvAQVClyfjEFH8TE3fYweH-p7ld-XSqK3LmRZ_Gphc,5987
|
|
8688
|
+
byteplussdkvpc20250901/models/associated_elastic_ip_for_describe_network_interfaces_output.py,sha256=jJ0ak06fPwimDzQ7qnVwuBmDGAjJRnwmj6iOh4hQiVI,5834
|
|
8689
|
+
byteplussdkvpc20250901/models/attach_network_interface_request.py,sha256=gNC1mYrShPTrc-ni0gUi4IvzBbCyQH6i-jIjRC_zS0o,4862
|
|
8690
|
+
byteplussdkvpc20250901/models/attach_network_interface_response.py,sha256=OiGugUMHIU4jhIp3dJP6Y9h7c5_fUFztC9KPZt3KVUY,4432
|
|
8691
|
+
byteplussdkvpc20250901/models/attachment_for_describe_network_interfaces_output.py,sha256=4XPFbsAyPXLwMMUDfHrVNgx2gkzu8z5yEXfQ6Mul5C0,4797
|
|
8692
|
+
byteplussdkvpc20250901/models/authorize_security_group_egress_request.py,sha256=TwcX6f_fM45SUWBiP9RfFzpaPStQz_7-kho9v3sg3qQ,9873
|
|
8693
|
+
byteplussdkvpc20250901/models/authorize_security_group_egress_response.py,sha256=w1LYAyiyi_RyM7YAzkUtRjE_5PX1sxy6U5RJxWbiQRw,4510
|
|
8694
|
+
byteplussdkvpc20250901/models/authorize_security_group_ingress_request.py,sha256=FoUcDoSV_cU4PXotf9bTqCHQyIs-XViVudIGNVwxotY,9910
|
|
8695
|
+
byteplussdkvpc20250901/models/authorize_security_group_ingress_response.py,sha256=PVjR_lrSlEzUCcCTQZAj1Mt8CyIADqjLvD4mFyYc5RQ,4523
|
|
8696
|
+
byteplussdkvpc20250901/models/create_network_interface_request.py,sha256=t9JpmPhoZiZv7qUT5JuVEkQW6_Re-NEpf-uu2u0YmD8,13956
|
|
8697
|
+
byteplussdkvpc20250901/models/create_network_interface_response.py,sha256=hrTmL7bgenD-D1oD-hdxaBvJvlRF-TObXF4KUxBPEF4,5399
|
|
8698
|
+
byteplussdkvpc20250901/models/create_route_entry_request.py,sha256=tFJfYpbqfOhhSD71_HfLewFbVKJzYPQp4TKtfYRWtcs,10002
|
|
8699
|
+
byteplussdkvpc20250901/models/create_route_entry_response.py,sha256=QLAcZSTX5W7MxRc3cfQ2Ay9KvVJiD_8HW-Sn2rD292E,5177
|
|
8700
|
+
byteplussdkvpc20250901/models/create_route_table_request.py,sha256=cex6b6wFnUteTl4UjekSzCI5IFKG5BANej5TzMFRpd8,8513
|
|
8701
|
+
byteplussdkvpc20250901/models/create_route_table_response.py,sha256=wgZbsAQl7VBVunvBgvlVrjNdqKmZmy8TaoPgG5adxEE,5177
|
|
8702
|
+
byteplussdkvpc20250901/models/create_security_group_request.py,sha256=m1hZvHdtKHKGFRSrxf7-aI_1nqgoPyj1UeamzOFZr_E,7641
|
|
8703
|
+
byteplussdkvpc20250901/models/create_security_group_response.py,sha256=f7TSL9hEbOX4D8ECu-sSljlJCFaWlLG0c2iyQfmSgQo,5288
|
|
8704
|
+
byteplussdkvpc20250901/models/create_subnet_request.py,sha256=Qw-xcovqkeLNHeUljhUqHtBASEGDdTllyXelcEVFmWc,9149
|
|
8705
|
+
byteplussdkvpc20250901/models/create_subnet_response.py,sha256=sThresmQzjKAe_6TVR2C8A4vhScRnan25z8hnJ9ZuKc,5010
|
|
8706
|
+
byteplussdkvpc20250901/models/create_vpc_request.py,sha256=NFcJwKrpZlc6BfyHhGUlPcU_e9AJ8YAveSnNPDnZbg4,8916
|
|
8707
|
+
byteplussdkvpc20250901/models/create_vpc_response.py,sha256=uPk14MIa1Dwm7Sjs-8IXRPyOSjtctISlDZXfZAhP3U4,5694
|
|
8708
|
+
byteplussdkvpc20250901/models/delete_network_interface_request.py,sha256=Sh2rhkA5rDCAQZ2eNS2NvUUlONS3PhNe-CAzNwcNprY,3941
|
|
8709
|
+
byteplussdkvpc20250901/models/delete_network_interface_response.py,sha256=bww7dtBB_LGfjMQwmNGy0pYHD4Ue2me585SeA10vhy8,4432
|
|
8710
|
+
byteplussdkvpc20250901/models/delete_route_entry_request.py,sha256=zfR-pwjZUm43sbINS2njblYrAYQtPAIh1RdEvA6t4kU,3761
|
|
8711
|
+
byteplussdkvpc20250901/models/delete_route_entry_response.py,sha256=gwyE5_yU31bnmAX9HZS2cDk3B954OI-Xhx5_6OURX2w,4354
|
|
8712
|
+
byteplussdkvpc20250901/models/delete_route_table_request.py,sha256=gyvcUaVEVrtG3jXPib7lWCU2RDrZXQjG4x_Gkx8ArLE,3761
|
|
8713
|
+
byteplussdkvpc20250901/models/delete_route_table_response.py,sha256=RX1lvM9rwMkck6-0KJjOvMIUioXfmCmTMxM83Ef0vW8,4354
|
|
8714
|
+
byteplussdkvpc20250901/models/delete_security_group_request.py,sha256=q6M7zGld5rvgcOm1x0VB-shI0sj9t4W0kQC64yZiObM,3851
|
|
8715
|
+
byteplussdkvpc20250901/models/delete_security_group_response.py,sha256=tyqKDssxCPKS7lnh-_Ehk1JWwhTn6ko8G5NFrAqm-eE,4393
|
|
8716
|
+
byteplussdkvpc20250901/models/delete_subnet_request.py,sha256=JtFdVy-1GXYAtnFoVp125u74tK7JQepVLdTi4hcUu4Q,3621
|
|
8717
|
+
byteplussdkvpc20250901/models/delete_subnet_response.py,sha256=VLd3XIN9F2NpIxy0Rb1I11o0HDUtFiBZBCmtmcPtHw0,4302
|
|
8718
|
+
byteplussdkvpc20250901/models/delete_vpc_request.py,sha256=crgxYAX1U_LHoznS9Y0DN05THcfm6CEMJ_DnU4dQKOw,3531
|
|
8719
|
+
byteplussdkvpc20250901/models/delete_vpc_response.py,sha256=SpF5xmW1CQtvHGS7Ez_Z_xi5v01uL1vhr-nPkh9z03U,4263
|
|
8720
|
+
byteplussdkvpc20250901/models/describe_network_interface_attributes_request.py,sha256=c1ZZE1y21Fu2_TKwihuWwzxlcqWircC40iNuz_iwf8c,4049
|
|
8721
|
+
byteplussdkvpc20250901/models/describe_network_interface_attributes_response.py,sha256=G3yt3zm1NLrOo_5wEF9bfNNWfweuab_sHKbaV_1-zMw,23109
|
|
8722
|
+
byteplussdkvpc20250901/models/describe_network_interfaces_request.py,sha256=hPkD249k83Myj1nDFUBOf0p84SgzBH_2TgMKJtQaLCM,17738
|
|
8723
|
+
byteplussdkvpc20250901/models/describe_network_interfaces_response.py,sha256=J6fl4ogeQfdw9xs2VCExqOivBdyR5y99jitNfC4JirM,7959
|
|
8724
|
+
byteplussdkvpc20250901/models/describe_route_entry_list_request.py,sha256=g-2NlcezfJptozQwfZ7Pb1y4J022iafsPtnI1L1AAVw,12882
|
|
8725
|
+
byteplussdkvpc20250901/models/describe_route_entry_list_response.py,sha256=2TU5uAh_0S1kq0Qsn4QKC47a8ZpQVETXUtjVptfD3jc,7657
|
|
8726
|
+
byteplussdkvpc20250901/models/describe_route_table_list_request.py,sha256=XdYJpFTpRyXjihwkXEeLka2pess3LnEShlLJLO_pX_o,10286
|
|
8727
|
+
byteplussdkvpc20250901/models/describe_route_table_list_response.py,sha256=Gs4fXvQClD_XtECqCFrKXF9vwGo-x7r4DzLV3ORrdG4,7751
|
|
8728
|
+
byteplussdkvpc20250901/models/describe_security_group_attributes_request.py,sha256=t6UJjy3pfuN14j80cBqR21aAaFRK2fU4OPGIm_OMY94,7140
|
|
8729
|
+
byteplussdkvpc20250901/models/describe_security_group_attributes_response.py,sha256=4_4J55x-uG5Gqa8kAt5jTL20rUB3D52wXn42UwfTIII,14621
|
|
8730
|
+
byteplussdkvpc20250901/models/describe_security_groups_request.py,sha256=0fYLRxJK4GjOkCd650bmNXP_loArE5e7EEhZtD-PNVo,11001
|
|
8731
|
+
byteplussdkvpc20250901/models/describe_security_groups_response.py,sha256=Rag2qgMI5c0-mQJxsd99z7mLlFxdPgUHDFw6_hI_5OQ,7706
|
|
8732
|
+
byteplussdkvpc20250901/models/describe_subnet_attributes_request.py,sha256=5s8R5x58StJRZobDK7zT_ZTcRKLA6OceaD1nuCQIH9Q,3729
|
|
8733
|
+
byteplussdkvpc20250901/models/describe_subnet_attributes_response.py,sha256=5s9yqPhkEsvyigK4zBR-4cS5cgOlxaRWNXpaPfTSaBw,16539
|
|
8734
|
+
byteplussdkvpc20250901/models/describe_subnets_request.py,sha256=48sYc5V-i-wrAtRqLFmbahsRfB-H5WWblsQxeduzIQs,12883
|
|
8735
|
+
byteplussdkvpc20250901/models/describe_subnets_response.py,sha256=0fjUI2a8UTJOuNe4K3_pm7dL5BDi3ozB-lxelE4wraY,7302
|
|
8736
|
+
byteplussdkvpc20250901/models/describe_vpc_attributes_request.py,sha256=tNiX0OePlp9zGgTAbeKqb0j0wWPWNFim52PJbqenoCg,3639
|
|
8737
|
+
byteplussdkvpc20250901/models/describe_vpc_attributes_response.py,sha256=u7iJpj5Ls7cAokqxqqMuc9kZeLP-CME4n6XR3p2q11s,17222
|
|
8738
|
+
byteplussdkvpc20250901/models/describe_vpcs_request.py,sha256=3cIt9Cwc-BUJO81jhegRq9OH595TiUJb0NR69xwFBBE,10931
|
|
8739
|
+
byteplussdkvpc20250901/models/describe_vpcs_response.py,sha256=2qO5te2znMXrOtsEGKS2bgGYTqmPVSKdu8Kfjgx9uK4,7137
|
|
8740
|
+
byteplussdkvpc20250901/models/detach_network_interface_request.py,sha256=F2i44Ufhct_uYZmGiTv6a6n7iZhNci31FqDAY6rCbgs,4862
|
|
8741
|
+
byteplussdkvpc20250901/models/detach_network_interface_response.py,sha256=e5GreP6VhNYDWJR4sMt-ZAuSYEev9PRa-ODRKKVKeKM,4432
|
|
8742
|
+
byteplussdkvpc20250901/models/disassociate_route_table_request.py,sha256=2NtQbtPSSldKQK-mohTxEQL-NAVtt-5jYQLrelWZSkM,5363
|
|
8743
|
+
byteplussdkvpc20250901/models/disassociate_route_table_response.py,sha256=Wtce9mQvg6C4nh9iO32He9AoHREqPjZ6isZIivsMsQU,4432
|
|
8744
|
+
byteplussdkvpc20250901/models/disassociate_vpc_cidr_block_request.py,sha256=u3CAax0MUxzIZc4hnbcnr0rVRdVReGRHdmZbXs4MB7M,4637
|
|
8745
|
+
byteplussdkvpc20250901/models/disassociate_vpc_cidr_block_response.py,sha256=HrxmpWqF_ZJIttnHz74FrPfd07xddDRT1nVBA_3-5-g,4458
|
|
8746
|
+
byteplussdkvpc20250901/models/list_tags_for_resources_request.py,sha256=tpAuWU7FShg6M9KGj-MdaxtuznOo7HDfKZKcrz048ls,8502
|
|
8747
|
+
byteplussdkvpc20250901/models/list_tags_for_resources_response.py,sha256=ctcy-fBoAygpD601PgoLGmewNdIUz5aDm5w7_6z5nY8,5296
|
|
8748
|
+
byteplussdkvpc20250901/models/modify_network_interface_attributes_request.py,sha256=FHqV0TS9njiU3iitlEZEFld5tVxo-8xFr1-fDyl7l5E,9996
|
|
8749
|
+
byteplussdkvpc20250901/models/modify_network_interface_attributes_response.py,sha256=89owhbaGal-XBI-RuDk5gR4QUsxfQdE4LEON4jeYbRo,4562
|
|
8750
|
+
byteplussdkvpc20250901/models/modify_route_entry_request.py,sha256=uiaiuNxRGH3Hmb2EeXS0BHSQVvT5Tf8dK8JNAT1xx1Y,6409
|
|
8751
|
+
byteplussdkvpc20250901/models/modify_route_entry_response.py,sha256=GKlB0KaIkL0Rcyz55aDh1mg_DeJJJ7jbBEXY7H6NLIw,3551
|
|
8752
|
+
byteplussdkvpc20250901/models/modify_route_table_attributes_request.py,sha256=_EwB8oQro3WdjtsVtLQTBdDT8MT1LWDThRqGWWr3dYI,6579
|
|
8753
|
+
byteplussdkvpc20250901/models/modify_route_table_attributes_response.py,sha256=39k_K3ZFCyS2rXWgbnDP_a6O9moB6doc6s85subT8vc,3641
|
|
8754
|
+
byteplussdkvpc20250901/models/modify_security_group_attributes_request.py,sha256=T2j45eBuF0HvoUw_Om4VcOWMUKLL3WB7bTh6vmRcxh8,5725
|
|
8755
|
+
byteplussdkvpc20250901/models/modify_security_group_attributes_response.py,sha256=-0pKD_mA7C3GLNiFqHDCYnpzqyWxVqIlrdg0Pf_kmZI,3668
|
|
8756
|
+
byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_egress_request.py,sha256=rJjNYjoBLNSORTMvWX-6LdznsS0O9E3rIDsH1ZBEr2E,9474
|
|
8757
|
+
byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_egress_response.py,sha256=ux3ZAwavkFo7Tl3jOnGc9KTmxW-UcqZTm7sxWiCPIdQ,3776
|
|
8758
|
+
byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_ingress_request.py,sha256=nq_FOe4sbyOOaDJA61uEvm674FTaq12sjq9bTe3nkuc,9507
|
|
8759
|
+
byteplussdkvpc20250901/models/modify_security_group_rule_descriptions_ingress_response.py,sha256=bV9TSPbB_Ww0VioLOuU8C-UMMMUOJOpFaa8vsEZDqAI,3785
|
|
8760
|
+
byteplussdkvpc20250901/models/modify_subnet_attributes_request.py,sha256=2I-N3S2Fs8UTvyd8DKOx5LAyEnxSq8yNYlTl-8JXf-Y,6278
|
|
8761
|
+
byteplussdkvpc20250901/models/modify_subnet_attributes_response.py,sha256=IMC6l3o2hCDnvfTfiVchl77qD35qRIDqG7aKAL9NvZQ,4432
|
|
8762
|
+
byteplussdkvpc20250901/models/modify_vpc_attributes_request.py,sha256=6TL1dJzzHZSFvly61dmaKbEjVx1X3_D6s-z98LTjLeA,6876
|
|
8763
|
+
byteplussdkvpc20250901/models/modify_vpc_attributes_response.py,sha256=Rf-uGhSEezm-ecckMtlO3wLtly1beGLLaj9JdiLxrpI,4393
|
|
8764
|
+
byteplussdkvpc20250901/models/network_interface_set_for_describe_network_interfaces_output.py,sha256=iv5v9k6CItQkujEmTw_G25nSopG5445akTlmdGV62iI,24219
|
|
8765
|
+
byteplussdkvpc20250901/models/permission_for_describe_security_group_attributes_output.py,sha256=VtVpel3HR6bhmE94KPYOAbv1I1G9V6h3yc5zzl4BTsk,10611
|
|
8766
|
+
byteplussdkvpc20250901/models/private_ip_set_for_describe_network_interface_attributes_output.py,sha256=OKXDRNgbyZPG8IQlHxhzJzjQmA-33G3ppSqietd3Bo0,6065
|
|
8767
|
+
byteplussdkvpc20250901/models/private_ip_set_for_describe_network_interfaces_output.py,sha256=hK2qvjiYW5kIM1iaVM-IBXN16DcCZzDTIcZUzfHza_w,5885
|
|
8768
|
+
byteplussdkvpc20250901/models/private_ip_sets_for_describe_network_interface_attributes_output.py,sha256=xZ-rSaGrBr91CSmRD7L1C0gHRvvThlXyhy7lwruxp4k,4092
|
|
8769
|
+
byteplussdkvpc20250901/models/private_ip_sets_for_describe_network_interfaces_output.py,sha256=NKWdTdAgU-n5xmgNj8C9RjhsdA_bC0S7iWjJUWcwpIE,3984
|
|
8770
|
+
byteplussdkvpc20250901/models/resource_tag_for_list_tags_for_resources_output.py,sha256=jrJlzK91tkkL9N2Oi1CS74NRMtm8AqSfC859hQc4IJI,6119
|
|
8771
|
+
byteplussdkvpc20250901/models/revoke_security_group_egress_request.py,sha256=amjow-dBtSAx_qs2K9oiPJHUCNQ5LwnI-u7DrEC1NfA,8946
|
|
8772
|
+
byteplussdkvpc20250901/models/revoke_security_group_egress_response.py,sha256=AfxQN57-gV9Og7Ylu150x8CR6Ob-8uLCtfdoar4L_RU,4471
|
|
8773
|
+
byteplussdkvpc20250901/models/revoke_security_group_ingress_request.py,sha256=feO88SjoNTcJMHCDZYUlM4rJwMp3EA9MxEhlO5lrfkg,8979
|
|
8774
|
+
byteplussdkvpc20250901/models/revoke_security_group_ingress_response.py,sha256=9c4tS8s0TUuWJON2LpuoU3QNnen2R4-Zn_fYgZzTljc,4484
|
|
8775
|
+
byteplussdkvpc20250901/models/route_entry_for_describe_route_entry_list_output.py,sha256=wKjEFBsQL7-SEz9CVXqMcwl_f_pdhC5z8zPhVbqcy5U,11349
|
|
8776
|
+
byteplussdkvpc20250901/models/route_table_for_describe_subnet_attributes_output.py,sha256=8IkeF3r4Sv7HOr-JMq1OngKZGCax6ObgaIDSZDwn9VI,4740
|
|
8777
|
+
byteplussdkvpc20250901/models/route_table_for_describe_subnets_output.py,sha256=aJs3q_tacNGOWXzzlpZ8lEF7Dp3WM01bZkjmFYTP2ZE,4623
|
|
8778
|
+
byteplussdkvpc20250901/models/router_table_list_for_describe_route_table_list_output.py,sha256=Jik5rIiZThnfigOrwcLe-DQTX7UYdGmwNxQBy3sS1LY,14161
|
|
8779
|
+
byteplussdkvpc20250901/models/security_group_for_describe_security_groups_output.py,sha256=YCOJ7w9gEruDgd5iN7RjuXtvw4Yi5dv1viOGpfYQU2E,12227
|
|
8780
|
+
byteplussdkvpc20250901/models/subnet_for_describe_subnets_output.py,sha256=-X7X9Fu_tCXpeiXMLDSOHANTCYv-UMYtXh-qenJ-FRs,15571
|
|
8781
|
+
byteplussdkvpc20250901/models/tag_filter_for_describe_network_interfaces_input.py,sha256=OIqUenBwvVtHC1PpytpTsYswFQY8fzrN_1qukp215AQ,4329
|
|
8782
|
+
byteplussdkvpc20250901/models/tag_filter_for_describe_route_table_list_input.py,sha256=4BpPjLewmna2DoRbclmSwyXYyMI6NySPc2uJdbc6yqE,4290
|
|
8783
|
+
byteplussdkvpc20250901/models/tag_filter_for_describe_security_groups_input.py,sha256=fUf8WIW6_BzettEipj3ukpraj0GBX0C84Rpy8BTa-sM,4290
|
|
8784
|
+
byteplussdkvpc20250901/models/tag_filter_for_describe_subnets_input.py,sha256=x0hLQUxqb9ZrcO0U8T4WblWWDXYWv9i-WQ8HzTHnGoM,4199
|
|
8785
|
+
byteplussdkvpc20250901/models/tag_filter_for_describe_vpcs_input.py,sha256=sSYCmxTEv_c-w8iM7n86nFsv3YxkR9EugZU0hu96kAM,4160
|
|
8786
|
+
byteplussdkvpc20250901/models/tag_filter_for_list_tags_for_resources_input.py,sha256=5w8Xf6QFL3Pf7QqNK1PwoN08ZOVSkrWsIWu0Ch0r9Wg,4264
|
|
8787
|
+
byteplussdkvpc20250901/models/tag_for_create_network_interface_input.py,sha256=KUPm6hvS4WMWu4wJpYTi3Y7w-0c0U5WFqI0YM_OX6PM,4174
|
|
8788
|
+
byteplussdkvpc20250901/models/tag_for_create_route_table_input.py,sha256=vLbTkqBOe8IscbbJlAGY4ggsTUFkRcWFbpSOnq8SSJc,4096
|
|
8789
|
+
byteplussdkvpc20250901/models/tag_for_create_security_group_input.py,sha256=Wn5xFRijDSzEY66tQ_o0CNrjtis8wXerjL_0DsllA7Y,4135
|
|
8790
|
+
byteplussdkvpc20250901/models/tag_for_create_subnet_input.py,sha256=RxTo-i5S7xEUi7D5LgnXlnwImj-OUodCeNK5wtufWxY,4044
|
|
8791
|
+
byteplussdkvpc20250901/models/tag_for_create_vpc_input.py,sha256=q9zsWdyrli-sSRKOh0rjygZZb2O4SOBlo0ypZvMvL-M,4005
|
|
8792
|
+
byteplussdkvpc20250901/models/tag_for_describe_network_interface_attributes_output.py,sha256=Q8Sy5Bn4EUVO1L7cBMU-I_x5YPsscdpuF6OfDujW9_E,4343
|
|
8793
|
+
byteplussdkvpc20250901/models/tag_for_describe_network_interfaces_output.py,sha256=abddp4N1EDMEdTz_fwoJjavavEmHuczqwAD9_CCwdMw,4226
|
|
8794
|
+
byteplussdkvpc20250901/models/tag_for_describe_route_table_list_output.py,sha256=5hoDTJVUTvXeJznT9c58Q9URSknjHEysnBGfj_uwnC0,4187
|
|
8795
|
+
byteplussdkvpc20250901/models/tag_for_describe_security_group_attributes_output.py,sha256=j3j0Hh9JbAq2fGkpncmtnG6-psZPBN6PNGyXJKBXwmA,4304
|
|
8796
|
+
byteplussdkvpc20250901/models/tag_for_describe_security_groups_output.py,sha256=fEiDBMxEqr0DS9MG5QcHaw8Pd2WyUBQZONRlLg7G8YI,4187
|
|
8797
|
+
byteplussdkvpc20250901/models/tag_for_describe_subnet_attributes_output.py,sha256=QnBzSGpLcoDhr4O21lJnw3IYqiQ1b5uiwO5K5q-gJOA,4213
|
|
8798
|
+
byteplussdkvpc20250901/models/tag_for_describe_subnets_output.py,sha256=dIce5tkngY0B8ss9jDsUX8wDbdJC0_pK8LsITVD8fb0,4096
|
|
8799
|
+
byteplussdkvpc20250901/models/tag_for_describe_vpc_attributes_output.py,sha256=WNSkKHswce2yH2kTt-pjw6kBUo0hMuF4YapAnQIqUYs,4174
|
|
8800
|
+
byteplussdkvpc20250901/models/tag_for_describe_vpcs_output.py,sha256=rypTG_EvHM7KswUhjdC9J6WErHZ5Y9q0KiHrrCs8usE,4057
|
|
8801
|
+
byteplussdkvpc20250901/models/tag_for_tag_resources_input.py,sha256=9AkH2NFHYWnvqkHxwo8siY7427elzhwyht8ygystSC0,4173
|
|
8802
|
+
byteplussdkvpc20250901/models/tag_resources_request.py,sha256=BjithBbiLBU06kBN4OtSKqMnB7WnzxaDDFp4rxWmSkQ,5677
|
|
8803
|
+
byteplussdkvpc20250901/models/tag_resources_response.py,sha256=tDk3-9x88jaSAZEL2Z6uUpJwMsSv-Wol2njHD6kInAA,3515
|
|
8804
|
+
byteplussdkvpc20250901/models/unassign_private_ip_addresses_request.py,sha256=LG8f35lav7tgOZQVq7gGUID0Q9ZAgwTW_FJHsrANs_k,4934
|
|
8805
|
+
byteplussdkvpc20250901/models/unassign_private_ip_addresses_response.py,sha256=aBJIJr7EVpBZPNQCkVIjOro57rje409hlURxMA36CZo,4484
|
|
8806
|
+
byteplussdkvpc20250901/models/untag_resources_request.py,sha256=VSrFZBrPUyN9Y9if01RoOrJb6Rh6P1Zb4_ake-Rkszw,5730
|
|
8807
|
+
byteplussdkvpc20250901/models/untag_resources_response.py,sha256=IjES8RzXWZpgLcLuWBdafcBCU6vP6_fuxIl1RxeodTs,3533
|
|
8808
|
+
byteplussdkvpc20250901/models/vpc_for_describe_vpcs_output.py,sha256=mngXQNV4DubFVo0jUIr0b_CXPj_A3C_8tPjcF_K7-xo,16066
|
|
8623
8809
|
byteplussdkvpn/__init__.py,sha256=hbBRK0DD5a_9Ula_BO5Cx4ERQfsBIE6nkb3c28PfQrE,14633
|
|
8624
8810
|
byteplussdkvpn/api/__init__.py,sha256=luzeZd33XZoRKoThKWWPtInYlpHxVz4P0PgxyLocsbw,133
|
|
8625
8811
|
byteplussdkvpn/api/vpn_api.py,sha256=2bxbmha2Sny7SkEr1GaOM4c3IxyvvhuxRIa1sCEAZGk,143399
|
|
@@ -8749,7 +8935,7 @@ byteplussdkvpn/models/vpn_connection_for_describe_vpn_connections_output.py,sha2
|
|
|
8749
8935
|
byteplussdkvpn/models/vpn_gateway_for_describe_vpn_gateways_billing_output.py,sha256=PVoxecEDX9kyxj0C2lvvak-Dcj6Ob-S_dVO7cDUfONA,11033
|
|
8750
8936
|
byteplussdkvpn/models/vpn_gateway_for_describe_vpn_gateways_output.py,sha256=Vws178kEWlj6cvHc6Pknd6DS_kQCMvVFI1PalrlXcio,28961
|
|
8751
8937
|
byteplussdkvpn/models/vpn_gateway_route_for_describe_vpn_gateway_routes_output.py,sha256=f14Ld4PWButLCb0GGdne7tSbfN8NxNR4icaxRCRYkw0,12000
|
|
8752
|
-
byteplus_python_sdk_v2-3.0.
|
|
8753
|
-
byteplus_python_sdk_v2-3.0.
|
|
8754
|
-
byteplus_python_sdk_v2-3.0.
|
|
8755
|
-
byteplus_python_sdk_v2-3.0.
|
|
8938
|
+
byteplus_python_sdk_v2-3.0.46.dist-info/METADATA,sha256=e0h_5Za4r8CaGh9d_bVzUst2in80KerCaJ5AyPTTZ8c,4677
|
|
8939
|
+
byteplus_python_sdk_v2-3.0.46.dist-info/WHEEL,sha256=TdQ5LtNwLuxTCjgxN51AgdU5w-KkB9ttmLbzjTH02pg,109
|
|
8940
|
+
byteplus_python_sdk_v2-3.0.46.dist-info/top_level.txt,sha256=xf6giQwfXA0koZpHXj8--sbO2WjzAwpJ6aCGaGB_NX4,997
|
|
8941
|
+
byteplus_python_sdk_v2-3.0.46.dist-info/RECORD,,
|
{byteplus_python_sdk_v2-3.0.44.dist-info → byteplus_python_sdk_v2-3.0.46.dist-info}/top_level.txt
RENAMED
|
@@ -8,6 +8,7 @@ byteplussdkbilling
|
|
|
8
8
|
byteplussdkclb
|
|
9
9
|
byteplussdkcloudmonitor
|
|
10
10
|
byteplussdkcore
|
|
11
|
+
byteplussdkcpaas
|
|
11
12
|
byteplussdkcr
|
|
12
13
|
byteplussdkdirectconnect
|
|
13
14
|
byteplussdkdms
|
|
@@ -47,4 +48,5 @@ byteplussdkvke
|
|
|
47
48
|
byteplussdkvmp
|
|
48
49
|
byteplussdkvod20250701
|
|
49
50
|
byteplussdkvpc
|
|
51
|
+
byteplussdkvpc20250901
|
|
50
52
|
byteplussdkvpn
|
|
@@ -46,6 +46,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
|
|
|
46
46
|
'billing_mode': 'str',
|
|
47
47
|
'busi_period': 'str',
|
|
48
48
|
'business_mode': 'str',
|
|
49
|
+
'charge_item_code': 'str',
|
|
49
50
|
'config_name': 'str',
|
|
50
51
|
'configuration_code': 'str',
|
|
51
52
|
'count': 'str',
|
|
@@ -172,6 +173,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
|
|
|
172
173
|
'billing_mode': 'BillingMode',
|
|
173
174
|
'busi_period': 'BusiPeriod',
|
|
174
175
|
'business_mode': 'BusinessMode',
|
|
176
|
+
'charge_item_code': 'ChargeItemCode',
|
|
175
177
|
'config_name': 'ConfigName',
|
|
176
178
|
'configuration_code': 'ConfigurationCode',
|
|
177
179
|
'count': 'Count',
|
|
@@ -284,7 +286,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
|
|
|
284
286
|
'zone_code': 'ZoneCode'
|
|
285
287
|
}
|
|
286
288
|
|
|
287
|
-
def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_time=None, amortized_month=None, amortized_type=None, bill_category=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, config_name=None, configuration_code=None, count=None, country_region=None, coupon_amount=None, currency=None, currency_settlement=None, daily_amortized_coupon_amount=None, daily_amortized_discount_bill_amount=None, daily_amortized_original_bill_amount=None, daily_amortized_paid_amount=None, daily_amortized_payable_amount=None, daily_amortized_posttax_amount=None, daily_amortized_pre_tax_payable_amount=None, daily_amortized_pre_tax_real_value=None, daily_amortized_preferential_bill_amount=None, daily_amortized_pretax_amount=None, daily_amortized_real_value=None, daily_amortized_round_amount=None, daily_amortized_saving_plan_original_amount=None, daily_amortized_settle_payable_amount=None, daily_amortized_settle_posttax_amount=None, daily_amortized_settle_pre_tax_payable_amount=None, daily_amortized_settle_pre_tax_real_value=None, daily_amortized_settle_pretax_amount=None, daily_amortized_settle_real_value=None, daily_amortized_settle_tax_amount=None, daily_amortized_tax_amount=None, deduction_use_duration=None, discount_bill_amount=None, discount_biz_billing_function=None, effective_factor=None, element=None, element_code=None, expand_field=None, expense_time=None, factor=None, factor_code=None, instance_name=None, instance_no=None, main_contract_number=None, now_amortized_coupon_amount=None, now_amortized_discount_bill_amount=None, now_amortized_original_bill_amount=None, now_amortized_paid_amount=None, now_amortized_payable_amount=None, now_amortized_posttax_amount=None, now_amortized_pre_tax_payable_amount=None, now_amortized_pre_tax_real_value=None, now_amortized_preferential_bill_amount=None, now_amortized_pretax_amount=None, now_amortized_real_value=None, now_amortized_round_amount=None, now_amortized_saving_plan_original_amount=None, now_amortized_settle_payable_amount=None, now_amortized_settle_posttax_amount=None, now_amortized_settle_pre_tax_payable_amount=None, now_amortized_settle_pre_tax_real_value=None, now_amortized_settle_pretax_amount=None, now_amortized_settle_real_value=None, now_amortized_settle_tax_amount=None, now_amortized_tax_amount=None, original_bill_amount=None, original_order_no=None, owner_customer_name=None, owner_id=None, owner_user_name=None, paid_amount=None, payable_amount=None, payer_customer_name=None, payer_id=None, payer_user_name=None, posttax_amount=None, pre_tax_payable_amount=None, pre_tax_real_value=None, preferential_bill_amount=None, pretax_amount=None, price=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, region_code=None, resource_id=None, round_amount=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pre_tax_real_value=None, settle_pretax_amount=None, settle_real_value=None, settle_tax_amount=None, split_item_id=None, split_item_name=None, subject_name=None, tag=None, tax=None, tax_rate=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, zone_code=None, _configuration=None): # noqa: E501
|
|
289
|
+
def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_time=None, amortized_month=None, amortized_type=None, bill_category=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, charge_item_code=None, config_name=None, configuration_code=None, count=None, country_region=None, coupon_amount=None, currency=None, currency_settlement=None, daily_amortized_coupon_amount=None, daily_amortized_discount_bill_amount=None, daily_amortized_original_bill_amount=None, daily_amortized_paid_amount=None, daily_amortized_payable_amount=None, daily_amortized_posttax_amount=None, daily_amortized_pre_tax_payable_amount=None, daily_amortized_pre_tax_real_value=None, daily_amortized_preferential_bill_amount=None, daily_amortized_pretax_amount=None, daily_amortized_real_value=None, daily_amortized_round_amount=None, daily_amortized_saving_plan_original_amount=None, daily_amortized_settle_payable_amount=None, daily_amortized_settle_posttax_amount=None, daily_amortized_settle_pre_tax_payable_amount=None, daily_amortized_settle_pre_tax_real_value=None, daily_amortized_settle_pretax_amount=None, daily_amortized_settle_real_value=None, daily_amortized_settle_tax_amount=None, daily_amortized_tax_amount=None, deduction_use_duration=None, discount_bill_amount=None, discount_biz_billing_function=None, effective_factor=None, element=None, element_code=None, expand_field=None, expense_time=None, factor=None, factor_code=None, instance_name=None, instance_no=None, main_contract_number=None, now_amortized_coupon_amount=None, now_amortized_discount_bill_amount=None, now_amortized_original_bill_amount=None, now_amortized_paid_amount=None, now_amortized_payable_amount=None, now_amortized_posttax_amount=None, now_amortized_pre_tax_payable_amount=None, now_amortized_pre_tax_real_value=None, now_amortized_preferential_bill_amount=None, now_amortized_pretax_amount=None, now_amortized_real_value=None, now_amortized_round_amount=None, now_amortized_saving_plan_original_amount=None, now_amortized_settle_payable_amount=None, now_amortized_settle_posttax_amount=None, now_amortized_settle_pre_tax_payable_amount=None, now_amortized_settle_pre_tax_real_value=None, now_amortized_settle_pretax_amount=None, now_amortized_settle_real_value=None, now_amortized_settle_tax_amount=None, now_amortized_tax_amount=None, original_bill_amount=None, original_order_no=None, owner_customer_name=None, owner_id=None, owner_user_name=None, paid_amount=None, payable_amount=None, payer_customer_name=None, payer_id=None, payer_user_name=None, posttax_amount=None, pre_tax_payable_amount=None, pre_tax_real_value=None, preferential_bill_amount=None, pretax_amount=None, price=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, region_code=None, resource_id=None, round_amount=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pre_tax_real_value=None, settle_pretax_amount=None, settle_real_value=None, settle_tax_amount=None, split_item_id=None, split_item_name=None, subject_name=None, tag=None, tax=None, tax_rate=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, zone_code=None, _configuration=None): # noqa: E501
|
|
288
290
|
"""ListForListAmortizedCostBillDailyOutput - a model defined in Swagger""" # noqa: E501
|
|
289
291
|
if _configuration is None:
|
|
290
292
|
_configuration = Configuration()
|
|
@@ -303,6 +305,7 @@ class ListForListAmortizedCostBillDailyOutput(object):
|
|
|
303
305
|
self._billing_mode = None
|
|
304
306
|
self._busi_period = None
|
|
305
307
|
self._business_mode = None
|
|
308
|
+
self._charge_item_code = None
|
|
306
309
|
self._config_name = None
|
|
307
310
|
self._configuration_code = None
|
|
308
311
|
self._count = None
|
|
@@ -441,6 +444,8 @@ class ListForListAmortizedCostBillDailyOutput(object):
|
|
|
441
444
|
self.busi_period = busi_period
|
|
442
445
|
if business_mode is not None:
|
|
443
446
|
self.business_mode = business_mode
|
|
447
|
+
if charge_item_code is not None:
|
|
448
|
+
self.charge_item_code = charge_item_code
|
|
444
449
|
if config_name is not None:
|
|
445
450
|
self.config_name = config_name
|
|
446
451
|
if configuration_code is not None:
|
|
@@ -935,6 +940,27 @@ class ListForListAmortizedCostBillDailyOutput(object):
|
|
|
935
940
|
|
|
936
941
|
self._business_mode = business_mode
|
|
937
942
|
|
|
943
|
+
@property
|
|
944
|
+
def charge_item_code(self):
|
|
945
|
+
"""Gets the charge_item_code of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
:return: The charge_item_code of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
|
|
949
|
+
:rtype: str
|
|
950
|
+
"""
|
|
951
|
+
return self._charge_item_code
|
|
952
|
+
|
|
953
|
+
@charge_item_code.setter
|
|
954
|
+
def charge_item_code(self, charge_item_code):
|
|
955
|
+
"""Sets the charge_item_code of this ListForListAmortizedCostBillDailyOutput.
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
:param charge_item_code: The charge_item_code of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
|
|
959
|
+
:type: str
|
|
960
|
+
"""
|
|
961
|
+
|
|
962
|
+
self._charge_item_code = charge_item_code
|
|
963
|
+
|
|
938
964
|
@property
|
|
939
965
|
def config_name(self):
|
|
940
966
|
"""Gets the config_name of this ListForListAmortizedCostBillDailyOutput. # noqa: E501
|
|
@@ -46,7 +46,9 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
46
46
|
'billing_mode': 'str',
|
|
47
47
|
'busi_period': 'str',
|
|
48
48
|
'business_mode': 'str',
|
|
49
|
+
'charge_item_code': 'str',
|
|
49
50
|
'config_name': 'str',
|
|
51
|
+
'configuration_code': 'str',
|
|
50
52
|
'cost_id': 'str',
|
|
51
53
|
'count': 'str',
|
|
52
54
|
'country_area': 'str',
|
|
@@ -161,7 +163,9 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
161
163
|
'billing_mode': 'BillingMode',
|
|
162
164
|
'busi_period': 'BusiPeriod',
|
|
163
165
|
'business_mode': 'BusinessMode',
|
|
166
|
+
'charge_item_code': 'ChargeItemCode',
|
|
164
167
|
'config_name': 'ConfigName',
|
|
168
|
+
'configuration_code': 'ConfigurationCode',
|
|
165
169
|
'cost_id': 'CostID',
|
|
166
170
|
'count': 'Count',
|
|
167
171
|
'country_area': 'CountryArea',
|
|
@@ -262,7 +266,7 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
262
266
|
'zone': 'Zone'
|
|
263
267
|
}
|
|
264
268
|
|
|
265
|
-
def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_time=None, amortized_month=None, amortized_type=None, bill_category=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, config_name=None, cost_id=None, count=None, country_area=None, country_region=None, coupon_amount=None, currency=None, currency_settlement=None, daily_amortized_coupon_amount=None, daily_amortized_discount_bill_amount=None, daily_amortized_original_bill_amount=None, daily_amortized_paid_amount=None, daily_amortized_payable_amount=None, daily_amortized_posttax_amount=None, daily_amortized_pre_tax_payable_amount=None, daily_amortized_pre_tax_real_value=None, daily_amortized_preferential_bill_amount=None, daily_amortized_pretax_amount=None, daily_amortized_real_value=None, daily_amortized_round_amount=None, daily_amortized_saving_plan_original_amount=None, daily_amortized_settle_payable_amount=None, daily_amortized_settle_posttax_amount=None, daily_amortized_settle_pre_tax_payable_amount=None, daily_amortized_settle_pre_tax_real_value=None, daily_amortized_settle_pretax_amount=None, daily_amortized_settle_real_value=None, daily_amortized_settle_tax_amount=None, daily_amortized_tax_amount=None, deduction_use_duration=None, discount_bill_amount=None, discount_biz_billing_function=None, discount_biz_measure_interval=None, discount_biz_unit_price=None, discount_biz_unit_price_interval=None, discount_info=None, effective_factor=None, element=None, exchange_rate=None, expand_field=None, expense_begin_time=None, expense_end_time=None, factor=None, instance_name=None, instance_no=None, main_contract_number=None, market_price=None, measure_interval=None, original_bill_amount=None, original_order_no=None, owner_customer_name=None, owner_id=None, owner_user_name=None, paid_amount=None, payable_amount=None, payer_customer_name=None, payer_id=None, payer_user_name=None, posttax_amount=None, pre_tax_payable_amount=None, pre_tax_real_value=None, preferential_bill_amount=None, pretax_amount=None, price=None, price_interval=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, resource_id=None, round_amount=None, saving_plan_deduction_discount_amount=None, saving_plan_deduction_sp_id=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pre_tax_real_value=None, settle_pretax_amount=None, settle_real_value=None, settle_tax_amount=None, split_item_id=None, split_item_name=None, subject_name=None, tag=None, tax=None, tax_amount=None, tax_rate=None, trade_time=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, _configuration=None): # noqa: E501
|
|
269
|
+
def __init__(self, amortized_begin_time=None, amortized_day=None, amortized_end_time=None, amortized_month=None, amortized_type=None, bill_category=None, bill_id=None, bill_period=None, billing_function=None, billing_method_code=None, billing_mode=None, busi_period=None, business_mode=None, charge_item_code=None, config_name=None, configuration_code=None, cost_id=None, count=None, country_area=None, country_region=None, coupon_amount=None, currency=None, currency_settlement=None, daily_amortized_coupon_amount=None, daily_amortized_discount_bill_amount=None, daily_amortized_original_bill_amount=None, daily_amortized_paid_amount=None, daily_amortized_payable_amount=None, daily_amortized_posttax_amount=None, daily_amortized_pre_tax_payable_amount=None, daily_amortized_pre_tax_real_value=None, daily_amortized_preferential_bill_amount=None, daily_amortized_pretax_amount=None, daily_amortized_real_value=None, daily_amortized_round_amount=None, daily_amortized_saving_plan_original_amount=None, daily_amortized_settle_payable_amount=None, daily_amortized_settle_posttax_amount=None, daily_amortized_settle_pre_tax_payable_amount=None, daily_amortized_settle_pre_tax_real_value=None, daily_amortized_settle_pretax_amount=None, daily_amortized_settle_real_value=None, daily_amortized_settle_tax_amount=None, daily_amortized_tax_amount=None, deduction_use_duration=None, discount_bill_amount=None, discount_biz_billing_function=None, discount_biz_measure_interval=None, discount_biz_unit_price=None, discount_biz_unit_price_interval=None, discount_info=None, effective_factor=None, element=None, exchange_rate=None, expand_field=None, expense_begin_time=None, expense_end_time=None, factor=None, instance_name=None, instance_no=None, main_contract_number=None, market_price=None, measure_interval=None, original_bill_amount=None, original_order_no=None, owner_customer_name=None, owner_id=None, owner_user_name=None, paid_amount=None, payable_amount=None, payer_customer_name=None, payer_id=None, payer_user_name=None, posttax_amount=None, pre_tax_payable_amount=None, pre_tax_real_value=None, preferential_bill_amount=None, pretax_amount=None, price=None, price_interval=None, price_unit=None, product=None, product_zh=None, project=None, project_display_name=None, real_value=None, region=None, resource_id=None, round_amount=None, saving_plan_deduction_discount_amount=None, saving_plan_deduction_sp_id=None, saving_plan_original_amount=None, seller_customer_name=None, seller_id=None, seller_user_name=None, settle_payable_amount=None, settle_posttax_amount=None, settle_pre_tax_payable_amount=None, settle_pre_tax_real_value=None, settle_pretax_amount=None, settle_real_value=None, settle_tax_amount=None, split_item_id=None, split_item_name=None, subject_name=None, tag=None, tax=None, tax_amount=None, tax_rate=None, trade_time=None, unit=None, use_duration=None, use_duration_unit=None, zone=None, _configuration=None): # noqa: E501
|
|
266
270
|
"""ListForListAmortizedCostBillDetailOutput - a model defined in Swagger""" # noqa: E501
|
|
267
271
|
if _configuration is None:
|
|
268
272
|
_configuration = Configuration()
|
|
@@ -281,7 +285,9 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
281
285
|
self._billing_mode = None
|
|
282
286
|
self._busi_period = None
|
|
283
287
|
self._business_mode = None
|
|
288
|
+
self._charge_item_code = None
|
|
284
289
|
self._config_name = None
|
|
290
|
+
self._configuration_code = None
|
|
285
291
|
self._cost_id = None
|
|
286
292
|
self._count = None
|
|
287
293
|
self._country_area = None
|
|
@@ -408,8 +414,12 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
408
414
|
self.busi_period = busi_period
|
|
409
415
|
if business_mode is not None:
|
|
410
416
|
self.business_mode = business_mode
|
|
417
|
+
if charge_item_code is not None:
|
|
418
|
+
self.charge_item_code = charge_item_code
|
|
411
419
|
if config_name is not None:
|
|
412
420
|
self.config_name = config_name
|
|
421
|
+
if configuration_code is not None:
|
|
422
|
+
self.configuration_code = configuration_code
|
|
413
423
|
if cost_id is not None:
|
|
414
424
|
self.cost_id = cost_id
|
|
415
425
|
if count is not None:
|
|
@@ -880,6 +890,27 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
880
890
|
|
|
881
891
|
self._business_mode = business_mode
|
|
882
892
|
|
|
893
|
+
@property
|
|
894
|
+
def charge_item_code(self):
|
|
895
|
+
"""Gets the charge_item_code of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
:return: The charge_item_code of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
899
|
+
:rtype: str
|
|
900
|
+
"""
|
|
901
|
+
return self._charge_item_code
|
|
902
|
+
|
|
903
|
+
@charge_item_code.setter
|
|
904
|
+
def charge_item_code(self, charge_item_code):
|
|
905
|
+
"""Sets the charge_item_code of this ListForListAmortizedCostBillDetailOutput.
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
:param charge_item_code: The charge_item_code of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
909
|
+
:type: str
|
|
910
|
+
"""
|
|
911
|
+
|
|
912
|
+
self._charge_item_code = charge_item_code
|
|
913
|
+
|
|
883
914
|
@property
|
|
884
915
|
def config_name(self):
|
|
885
916
|
"""Gets the config_name of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
@@ -901,6 +932,27 @@ class ListForListAmortizedCostBillDetailOutput(object):
|
|
|
901
932
|
|
|
902
933
|
self._config_name = config_name
|
|
903
934
|
|
|
935
|
+
@property
|
|
936
|
+
def configuration_code(self):
|
|
937
|
+
"""Gets the configuration_code of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
:return: The configuration_code of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
941
|
+
:rtype: str
|
|
942
|
+
"""
|
|
943
|
+
return self._configuration_code
|
|
944
|
+
|
|
945
|
+
@configuration_code.setter
|
|
946
|
+
def configuration_code(self, configuration_code):
|
|
947
|
+
"""Sets the configuration_code of this ListForListAmortizedCostBillDetailOutput.
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
:param configuration_code: The configuration_code of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|
|
951
|
+
:type: str
|
|
952
|
+
"""
|
|
953
|
+
|
|
954
|
+
self._configuration_code = configuration_code
|
|
955
|
+
|
|
904
956
|
@property
|
|
905
957
|
def cost_id(self):
|
|
906
958
|
"""Gets the cost_id of this ListForListAmortizedCostBillDetailOutput. # noqa: E501
|