volcengine-python-sdk 4.0.16__py2.py3-none-any.whl → 4.0.18__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.

Files changed (272) hide show
  1. {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/RECORD +270 -141
  3. {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/top_level.txt +1 -0
  4. volcenginesdkapig/__init__.py +52 -10
  5. volcenginesdkapig/api/apig_api.py +1489 -228
  6. volcenginesdkapig/models/__init__.py +52 -10
  7. volcenginesdkapig/models/apm_trace_spec_for_create_gateway_input.py +123 -0
  8. volcenginesdkapig/models/apm_trace_spec_for_get_gateway_output.py +95 -0
  9. volcenginesdkapig/models/apm_trace_spec_for_list_gateways_output.py +95 -0
  10. volcenginesdkapig/models/apm_trace_spec_for_update_gateway_trace_input.py +123 -0
  11. volcenginesdkapig/models/attach_gateway_lb_request.py +150 -0
  12. volcenginesdkapig/models/{tag_for_get_upstream_output.py → attach_gateway_lb_response.py} +20 -46
  13. volcenginesdkapig/models/create_custom_domain_request.py +255 -0
  14. volcenginesdkapig/models/create_custom_domain_response.py +123 -0
  15. volcenginesdkapig/models/create_gateway_request.py +17 -43
  16. volcenginesdkapig/models/create_upstream_request.py +1 -53
  17. volcenginesdkapig/models/create_upstream_version_request.py +150 -0
  18. volcenginesdkapig/models/create_upstream_version_response.py +149 -0
  19. volcenginesdkapig/models/custom_domain_for_get_custom_domain_output.py +357 -0
  20. volcenginesdkapig/models/delete_custom_domain_request.py +124 -0
  21. volcenginesdkapig/models/delete_custom_domain_response.py +95 -0
  22. volcenginesdkapig/models/delete_gateway_request.py +1 -27
  23. volcenginesdkapig/models/delete_upstream_version_request.py +151 -0
  24. volcenginesdkapig/models/delete_upstream_version_response.py +95 -0
  25. volcenginesdkapig20221112/models/tag_for_get_route_output.py → volcenginesdkapig/models/detach_gateway_lb_request.py +22 -47
  26. volcenginesdkapig/models/detach_gateway_lb_response.py +95 -0
  27. volcenginesdkapig/models/domain_spec_for_get_gateway_service_output.py +123 -0
  28. volcenginesdkapig/models/domain_spec_for_list_gateway_services_output.py +123 -0
  29. volcenginesdkapig/models/domain_spec_for_update_gateway_service_input.py +123 -0
  30. volcenginesdkapig/models/filter_for_list_gateways_input.py +1 -27
  31. volcenginesdkapig/models/gateway_for_get_gateway_output.py +17 -43
  32. volcenginesdkapig/models/gateway_service_for_get_gateway_service_output.py +29 -29
  33. volcenginesdkapig20221112/models/tag_for_list_routes_output.py → volcenginesdkapig/models/get_custom_domain_request.py +22 -47
  34. volcenginesdkapig/models/get_custom_domain_response.py +123 -0
  35. volcenginesdkapig/models/get_jwt_token_request.py +123 -0
  36. volcenginesdkapig/models/{tag_for_list_gateways_input.py → get_jwt_token_response.py} +20 -46
  37. volcenginesdkapig/models/imported_clb_spec_for_attach_gateway_lb_input.py +149 -0
  38. volcenginesdkapig/models/imported_clb_spec_for_list_gateway_lbs_output.py +201 -0
  39. volcenginesdkapig/models/ip_list_for_list_gateway_lbs_output.py +149 -0
  40. volcenginesdkapig/models/item_for_list_custom_domains_output.py +357 -0
  41. volcenginesdkapig/models/item_for_list_gateway_lbs_output.py +305 -0
  42. volcenginesdkapig/models/item_for_list_gateway_services_output.py +29 -29
  43. volcenginesdkapig/models/item_for_list_gateways_output.py +27 -1
  44. volcenginesdkapig/models/item_for_list_upstreams_output.py +1 -53
  45. volcenginesdkapig/models/{tag_for_list_gateway_services_output.py → label_for_create_upstream_version_input.py} +13 -13
  46. volcenginesdkapig/models/{tag_for_get_gateway_service_output.py → label_for_update_upstream_version_input.py} +13 -13
  47. volcenginesdkapig/models/list_custom_domains_request.py +201 -0
  48. volcenginesdkapig/models/list_custom_domains_response.py +149 -0
  49. volcenginesdkapig/models/list_gateway_lbs_request.py +124 -0
  50. volcenginesdkapig/models/list_gateway_lbs_response.py +149 -0
  51. volcenginesdkapig/models/list_upstreams_request.py +1 -27
  52. volcenginesdkapig/models/port_for_list_gateway_lbs_output.py +149 -0
  53. volcenginesdkapig/models/tls_trace_spec_for_create_gateway_input.py +201 -0
  54. volcenginesdkapig/models/tls_trace_spec_for_get_gateway_output.py +149 -0
  55. volcenginesdkapig/models/tls_trace_spec_for_list_gateways_output.py +149 -0
  56. volcenginesdkapig/models/tls_trace_spec_for_update_gateway_trace_input.py +201 -0
  57. volcenginesdkapig/models/trace_spec_for_create_gateway_input.py +201 -0
  58. volcenginesdkapig/models/trace_spec_for_get_gateway_output.py +201 -0
  59. volcenginesdkapig/models/trace_spec_for_list_gateways_output.py +201 -0
  60. volcenginesdkapig/models/trace_spec_for_update_gateway_trace_input.py +201 -0
  61. volcenginesdkapig/models/update_custom_domain_request.py +228 -0
  62. volcenginesdkapig/models/update_custom_domain_response.py +123 -0
  63. volcenginesdkapig/models/update_gateway_service_request.py +27 -1
  64. volcenginesdkapig/models/update_gateway_trace_request.py +150 -0
  65. volcenginesdkapig/models/update_gateway_trace_response.py +123 -0
  66. volcenginesdkapig/models/update_upstream_version_request.py +150 -0
  67. volcenginesdkapig/models/update_upstream_version_response.py +149 -0
  68. volcenginesdkapig/models/upstream_for_get_upstream_output.py +1 -53
  69. volcenginesdkapig/models/upstream_version_for_create_upstream_version_input.py +175 -0
  70. volcenginesdkapig/models/upstream_version_for_update_upstream_version_input.py +175 -0
  71. volcenginesdkapig20221112/__init__.py +12 -3
  72. volcenginesdkapig20221112/models/__init__.py +12 -3
  73. volcenginesdkapig/models/tag_for_list_upstreams_output.py → volcenginesdkapig20221112/models/allow_origin_for_create_route_input.py +25 -25
  74. volcenginesdkapig20221112/models/{tag_for_create_route_input.py → allow_origin_for_get_route_output.py} +24 -24
  75. volcenginesdkapig20221112/models/allow_origin_for_list_routes_output.py +149 -0
  76. volcenginesdkapig20221112/models/allow_origin_for_update_route_input.py +149 -0
  77. volcenginesdkapig20221112/models/cors_policy_setting_for_create_route_input.py +159 -3
  78. volcenginesdkapig20221112/models/cors_policy_setting_for_get_route_output.py +159 -3
  79. volcenginesdkapig20221112/models/cors_policy_setting_for_list_routes_output.py +159 -3
  80. volcenginesdkapig20221112/models/cors_policy_setting_for_update_route_input.py +159 -3
  81. volcenginesdkapig20221112/models/create_route_request.py +27 -53
  82. volcenginesdkapig20221112/models/fallback_setting_for_create_route_input.py +175 -0
  83. volcenginesdkapig20221112/models/fallback_setting_for_get_route_output.py +175 -0
  84. volcenginesdkapig20221112/models/fallback_setting_for_list_routes_output.py +175 -0
  85. volcenginesdkapig20221112/models/fallback_setting_for_update_route_input.py +175 -0
  86. volcenginesdkapig20221112/models/fallback_upstream_for_create_route_input.py +201 -0
  87. volcenginesdkapig20221112/models/fallback_upstream_for_get_route_output.py +201 -0
  88. volcenginesdkapig20221112/models/fallback_upstream_for_list_routes_output.py +201 -0
  89. volcenginesdkapig20221112/models/fallback_upstream_for_update_route_input.py +201 -0
  90. volcenginesdkapig20221112/models/header_operation_for_create_route_input.py +1 -27
  91. volcenginesdkapig20221112/models/header_operation_for_get_route_output.py +1 -27
  92. volcenginesdkapig20221112/models/header_operation_for_list_routes_output.py +1 -27
  93. volcenginesdkapig20221112/models/header_operation_for_update_route_input.py +1 -27
  94. volcenginesdkapig20221112/models/item_for_list_routes_output.py +27 -53
  95. volcenginesdkapig20221112/models/list_routes_request.py +1 -27
  96. volcenginesdkapig20221112/models/route_for_get_route_output.py +27 -53
  97. volcenginesdkapig20221112/models/update_route_request.py +27 -1
  98. volcenginesdkarkruntime/resources/images/images.py +178 -4
  99. volcenginesdkarkruntime/types/images/__init__.py +3 -2
  100. volcenginesdkarkruntime/types/images/image_gen_completed_event.py +51 -0
  101. volcenginesdkarkruntime/types/images/image_gen_generating_event.py +53 -0
  102. volcenginesdkarkruntime/types/images/image_gen_stream_event.py +24 -0
  103. volcenginesdkarkruntime/types/images/images.py +6 -2
  104. volcenginesdkarkruntime/types/responses/mcp_input_item_param.py +109 -0
  105. volcenginesdkarkruntime/types/responses/mcp_tool.py +80 -0
  106. volcenginesdkarkruntime/types/responses/mcp_tool_param.py +78 -0
  107. volcenginesdkarkruntime/types/responses/response_create_params.py +2 -1
  108. volcenginesdkarkruntime/types/responses/response_input_param.py +5 -0
  109. volcenginesdkarkruntime/types/responses/response_item.py +4 -0
  110. volcenginesdkarkruntime/types/responses/response_mcp_call_arguments_delta_event.py +37 -0
  111. volcenginesdkarkruntime/types/responses/response_mcp_call_arguments_done_event.py +34 -0
  112. volcenginesdkarkruntime/types/responses/response_mcp_call_completed_event.py +31 -0
  113. volcenginesdkarkruntime/types/responses/response_mcp_call_failed_event.py +31 -0
  114. volcenginesdkarkruntime/types/responses/response_mcp_call_in_progress_event.py +31 -0
  115. volcenginesdkarkruntime/types/responses/response_mcp_item.py +110 -0
  116. volcenginesdkarkruntime/types/responses/response_mcp_list_tools_completed_event.py +31 -0
  117. volcenginesdkarkruntime/types/responses/response_mcp_list_tools_failed_event.py +31 -0
  118. volcenginesdkarkruntime/types/responses/response_mcp_list_tools_in_progress_event.py +31 -0
  119. volcenginesdkarkruntime/types/responses/response_output_item.py +4 -0
  120. volcenginesdkarkruntime/types/responses/response_stream_event.py +18 -0
  121. volcenginesdkarkruntime/types/responses/response_tool_usage.py +32 -0
  122. volcenginesdkarkruntime/types/responses/response_usage.py +7 -0
  123. volcenginesdkarkruntime/types/responses/tool.py +3 -1
  124. volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +29 -0
  125. volcenginesdkarkruntime/types/responses/tool_param.py +2 -1
  126. volcenginesdkarkruntime/types/responses/web_search_tool.py +49 -0
  127. volcenginesdkarkruntime/types/responses/web_search_tool_param.py +1 -1
  128. volcenginesdkcen/__init__.py +9 -0
  129. volcenginesdkcen/api/cen_api.py +388 -0
  130. volcenginesdkcen/models/__init__.py +9 -0
  131. volcenginesdkcen/models/associate_cen_bandwidth_package_response.py +1 -29
  132. volcenginesdkcen/models/attach_instance_to_cen_response.py +1 -29
  133. volcenginesdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_billing_output.py +279 -0
  134. volcenginesdkcen/models/cen_bandwidth_package_for_describe_cen_bandwidth_packages_output.py +50 -24
  135. volcenginesdkcen/models/create_cen_bandwidth_package_request.py +27 -1
  136. volcenginesdkcen/models/create_cen_bandwidth_package_response.py +3 -29
  137. volcenginesdkcen/models/create_cen_inter_region_bandwidth_request.py +27 -1
  138. volcenginesdkcen/models/create_cen_inter_region_bandwidth_response.py +3 -29
  139. volcenginesdkcen/models/create_cen_request.py +3 -0
  140. volcenginesdkcen/models/create_cen_response.py +3 -29
  141. volcenginesdkcen/models/create_cen_service_route_entry_response.py +1 -29
  142. volcenginesdkcen/models/create_cen_summary_route_entry_response.py +1 -29
  143. volcenginesdkcen/models/delete_cen_bandwidth_package_response.py +1 -29
  144. volcenginesdkcen/models/delete_cen_inter_region_bandwidth_response.py +1 -29
  145. volcenginesdkcen/models/delete_cen_response.py +1 -29
  146. volcenginesdkcen/models/delete_cen_service_route_entry_response.py +1 -29
  147. volcenginesdkcen/models/delete_cen_summary_route_entry_response.py +1 -29
  148. volcenginesdkcen/models/describe_cen_attached_instance_attributes_response.py +27 -27
  149. volcenginesdkcen/models/describe_cen_attached_instances_response.py +1 -27
  150. volcenginesdkcen/models/describe_cen_attributes_response.py +1 -27
  151. volcenginesdkcen/models/describe_cen_bandwidth_package_attributes_response.py +41 -41
  152. volcenginesdkcen/models/describe_cen_bandwidth_packages_billing_request.py +175 -0
  153. volcenginesdkcen/models/describe_cen_bandwidth_packages_billing_response.py +201 -0
  154. volcenginesdkcen/models/describe_cen_bandwidth_packages_response.py +1 -27
  155. volcenginesdkcen/models/describe_cen_inter_region_bandwidth_attributes_response.py +1 -27
  156. volcenginesdkcen/models/describe_cen_inter_region_bandwidths_response.py +1 -27
  157. volcenginesdkcen/models/describe_cen_route_entries_response.py +1 -27
  158. volcenginesdkcen/models/describe_cen_summary_route_entries_response.py +1 -27
  159. volcenginesdkcen/models/describe_cens_response.py +1 -27
  160. volcenginesdkcen/models/describe_grant_rules_to_cen_response.py +1 -27
  161. volcenginesdkcen/models/describe_instance_granted_rules_response.py +1 -27
  162. volcenginesdkcen/models/detach_instance_from_cen_response.py +1 -29
  163. volcenginesdkcen/models/disassociate_cen_bandwidth_package_response.py +1 -29
  164. volcenginesdkcen/models/grant_instance_to_cen_response.py +1 -29
  165. volcenginesdkcen/models/list_tags_for_resources_response.py +1 -27
  166. volcenginesdkcen/models/modify_cen_attributes_response.py +1 -29
  167. volcenginesdkcen/models/modify_cen_bandwidth_package_association_request.py +151 -0
  168. volcenginesdkcen/models/modify_cen_bandwidth_package_association_response.py +95 -0
  169. volcenginesdkcen/models/modify_cen_bandwidth_package_attributes_response.py +1 -29
  170. volcenginesdkcen/models/modify_cen_inter_region_bandwidth_attributes_request.py +27 -1
  171. volcenginesdkcen/models/modify_cen_inter_region_bandwidth_attributes_response.py +1 -29
  172. volcenginesdkcen/models/modify_cen_service_route_entry_attributes_response.py +1 -29
  173. volcenginesdkcen/models/publish_cen_route_entry_response.py +1 -29
  174. volcenginesdkcen/models/renew_cen_bandwidth_package_request.py +176 -0
  175. volcenginesdkcen/models/renew_cen_bandwidth_package_response.py +95 -0
  176. volcenginesdkcen/models/revoke_instance_from_cen_response.py +1 -29
  177. volcenginesdkcen/models/set_cen_bandwidth_package_renewal_request.py +203 -0
  178. volcenginesdkcen/models/set_cen_bandwidth_package_renewal_response.py +95 -0
  179. volcenginesdkcen/models/tag_filter_for_describe_cens_input.py +15 -15
  180. volcenginesdkcen/models/tag_resources_response.py +1 -29
  181. volcenginesdkcen/models/untag_resources_response.py +1 -29
  182. volcenginesdkcen/models/withdraw_cen_route_entry_response.py +1 -29
  183. volcenginesdkclb/__init__.py +2 -0
  184. volcenginesdkclb/api/clb_api.py +97 -0
  185. volcenginesdkclb/models/__init__.py +2 -0
  186. volcenginesdkclb/models/certificate_for_describe_nlb_listener_certificates_output.py +27 -1
  187. volcenginesdkclb/models/create_nlb_listener_request.py +157 -1
  188. volcenginesdkclb/models/describe_certificates_response.py +1 -53
  189. volcenginesdkclb/models/describe_load_balancers_request.py +53 -1
  190. volcenginesdkclb/models/describe_load_balancers_response.py +1 -27
  191. volcenginesdkclb/models/describe_nlb_listener_attributes_response.py +131 -1
  192. volcenginesdkclb/models/describe_nlb_listener_certificates_request.py +27 -1
  193. volcenginesdkclb/models/describe_nlb_server_group_attributes_response.py +1 -27
  194. volcenginesdkclb/models/modify_nlb_listener_additional_certificates_request.py +202 -0
  195. volcenginesdkclb/models/modify_nlb_listener_additional_certificates_response.py +123 -0
  196. volcenginesdkclb/models/modify_nlb_listener_attributes_request.py +157 -1
  197. volcenginesdkcore/api_client.py +1 -1
  198. volcenginesdkcore/auth/providers/sts_provider.py +1 -1
  199. volcenginesdkcore/configuration.py +1 -1
  200. volcenginesdkllmshield/__init__.py +82 -0
  201. volcenginesdkllmshield/api/__init__.py +4 -0
  202. volcenginesdkllmshield/api/llm_shield_sdk_v2.py +470 -0
  203. volcenginesdkllmshield/models/__init__.py +20 -0
  204. volcenginesdkllmshield/models/llm_shield_sign.py +159 -0
  205. volcenginesdktransitrouter/__init__.py +49 -6
  206. volcenginesdktransitrouter/api/transitrouter_api.py +2318 -572
  207. volcenginesdktransitrouter/models/__init__.py +49 -4
  208. volcenginesdktransitrouter/models/associate_transit_router_multicast_domain_request.py +178 -0
  209. volcenginesdktransitrouter/models/associate_transit_router_multicast_domain_response.py +95 -0
  210. volcenginesdktransitrouter/models/create_transit_router_bandwidth_package_request.py +27 -1
  211. volcenginesdktransitrouter/models/create_transit_router_flow_log_request.py +388 -0
  212. volcenginesdktransitrouter/models/create_transit_router_flow_log_response.py +123 -0
  213. volcenginesdktransitrouter/models/create_transit_router_forward_policy_entry_request.py +27 -1
  214. volcenginesdktransitrouter/models/create_transit_router_multicast_domain_request.py +228 -0
  215. volcenginesdktransitrouter/models/create_transit_router_multicast_domain_response.py +123 -0
  216. volcenginesdktransitrouter/models/create_transit_router_multicast_group_member_request.py +204 -0
  217. volcenginesdktransitrouter/models/create_transit_router_multicast_group_member_response.py +95 -0
  218. volcenginesdktransitrouter/models/create_transit_router_multicast_group_source_request.py +204 -0
  219. volcenginesdktransitrouter/models/create_transit_router_multicast_group_source_response.py +95 -0
  220. volcenginesdktransitrouter/models/create_transit_router_request.py +27 -1
  221. volcenginesdktransitrouter/models/create_transit_router_route_policy_entry_request.py +27 -1
  222. volcenginesdktransitrouter/models/delete_transit_router_flow_log_request.py +124 -0
  223. volcenginesdktransitrouter/models/delete_transit_router_flow_log_response.py +95 -0
  224. volcenginesdktransitrouter/models/delete_transit_router_multicast_domain_request.py +124 -0
  225. volcenginesdktransitrouter/models/delete_transit_router_multicast_domain_response.py +95 -0
  226. volcenginesdktransitrouter/models/delete_transit_router_multicast_group_member_request.py +178 -0
  227. volcenginesdktransitrouter/models/delete_transit_router_multicast_group_member_response.py +95 -0
  228. volcenginesdktransitrouter/models/delete_transit_router_multicast_group_source_request.py +178 -0
  229. volcenginesdktransitrouter/models/delete_transit_router_multicast_group_source_response.py +95 -0
  230. volcenginesdktransitrouter/models/describe_transit_router_flow_logs_request.py +386 -0
  231. volcenginesdktransitrouter/models/describe_transit_router_flow_logs_response.py +123 -0
  232. volcenginesdktransitrouter/models/describe_transit_router_forward_policy_entries_request.py +27 -1
  233. volcenginesdktransitrouter/models/describe_transit_router_multicast_domain_associations_request.py +279 -0
  234. volcenginesdktransitrouter/models/describe_transit_router_multicast_domain_associations_response.py +201 -0
  235. volcenginesdktransitrouter/models/describe_transit_router_multicast_domains_request.py +254 -0
  236. volcenginesdktransitrouter/models/describe_transit_router_multicast_domains_response.py +201 -0
  237. volcenginesdktransitrouter/models/describe_transit_router_multicast_groups_request.py +435 -0
  238. volcenginesdktransitrouter/models/describe_transit_router_multicast_groups_response.py +123 -0
  239. volcenginesdktransitrouter/models/describe_transit_router_route_entries_request.py +79 -1
  240. volcenginesdktransitrouter/models/describe_transit_router_route_entries_response.py +55 -3
  241. volcenginesdktransitrouter/models/dissociate_transit_router_multicast_domain_request.py +178 -0
  242. volcenginesdktransitrouter/models/dissociate_transit_router_multicast_domain_response.py +95 -0
  243. volcenginesdktransitrouter/models/models.py +2198 -2208
  244. volcenginesdktransitrouter/models/modify_transit_router_flow_log_attributes_request.py +202 -0
  245. volcenginesdktransitrouter/models/modify_transit_router_flow_log_attributes_response.py +95 -0
  246. volcenginesdktransitrouter/models/modify_transit_router_forward_policy_entry_attributes_request.py +27 -1
  247. volcenginesdktransitrouter/models/modify_transit_router_multicast_domain_attributes_request.py +176 -0
  248. volcenginesdktransitrouter/models/modify_transit_router_multicast_domain_attributes_response.py +95 -0
  249. volcenginesdktransitrouter/models/modify_transit_router_route_policy_entry_attributes_request.py +27 -1
  250. volcenginesdktransitrouter/models/start_transit_router_flow_log_request.py +124 -0
  251. volcenginesdktransitrouter/models/start_transit_router_flow_log_response.py +95 -0
  252. volcenginesdktransitrouter/models/stop_transit_router_flow_log_request.py +124 -0
  253. volcenginesdktransitrouter/models/stop_transit_router_flow_log_response.py +95 -0
  254. volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_flow_logs_input.py +149 -0
  255. volcenginesdktransitrouter/models/tag_filter_for_describe_transit_router_multicast_domains_input.py +149 -0
  256. volcenginesdkapig/models/tag_for_get_gateway_output.py → volcenginesdktransitrouter/models/tag_for_create_transit_router_flow_log_input.py +14 -14
  257. volcenginesdkapig/models/tag_for_create_gateway_input.py → volcenginesdktransitrouter/models/tag_for_create_transit_router_multicast_domain_input.py +14 -14
  258. volcenginesdkapig/models/tag_for_create_upstream_input.py → volcenginesdktransitrouter/models/tag_for_describe_transit_router_multicast_domains_output.py +14 -14
  259. volcenginesdktransitrouter/models/transit_router_attachment_for_describe_transit_router_peer_attachments_output.py +27 -1
  260. volcenginesdktransitrouter/models/transit_router_attachment_for_describe_transit_router_vpn_attachments_output.py +27 -1
  261. volcenginesdktransitrouter/models/transit_router_flow_log_for_describe_transit_router_flow_logs_output.py +513 -0
  262. volcenginesdktransitrouter/models/transit_router_for_describe_transit_routers_output.py +27 -1
  263. volcenginesdktransitrouter/models/transit_router_multicast_domains_for_describe_transit_router_multicast_domains_output.py +279 -0
  264. volcenginesdktransitrouter/models/transit_router_multicast_group_for_describe_transit_router_multicast_groups_output.py +487 -0
  265. volcenginesdkwafruntime/__init__.py +4 -2
  266. volcenginesdkwafruntime/api/waf_runtime_api.py +7 -3
  267. volcenginesdkwafruntime/models/llm_stream_session.py +4 -2
  268. volcenginesdkapig/models/backend_spec_for_create_gateway_input.py +0 -149
  269. volcenginesdkapig/models/backend_spec_for_get_gateway_output.py +0 -149
  270. {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/LICENSE.txt +0 -0
  271. {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/NOTICE.md +0 -0
  272. {volcengine_python_sdk-4.0.16.dist-info → volcengine_python_sdk-4.0.18.dist-info}/WHEEL +0 -0
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
 
3
3
  """
4
- apig20221112
4
+ apig
5
5
 
6
6
  No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
7
 
@@ -19,7 +19,7 @@ import six
19
19
  from volcenginesdkcore.configuration import Configuration
20
20
 
21
21
 
22
- class TagForListRoutesOutput(object):
22
+ class GetCustomDomainRequest(object):
23
23
  """NOTE: This class is auto generated by the swagger code generator program.
24
24
 
25
25
  Do not edit the class manually.
@@ -33,71 +33,46 @@ class TagForListRoutesOutput(object):
33
33
  and the value is json key in definition.
34
34
  """
35
35
  swagger_types = {
36
- 'key': 'str',
37
- 'value': 'str'
36
+ 'id': 'str'
38
37
  }
39
38
 
40
39
  attribute_map = {
41
- 'key': 'Key',
42
- 'value': 'Value'
40
+ 'id': 'Id'
43
41
  }
44
42
 
45
- def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
46
- """TagForListRoutesOutput - a model defined in Swagger""" # noqa: E501
43
+ def __init__(self, id=None, _configuration=None): # noqa: E501
44
+ """GetCustomDomainRequest - a model defined in Swagger""" # noqa: E501
47
45
  if _configuration is None:
48
46
  _configuration = Configuration()
49
47
  self._configuration = _configuration
50
48
 
51
- self._key = None
52
- self._value = None
49
+ self._id = None
53
50
  self.discriminator = None
54
51
 
55
- if key is not None:
56
- self.key = key
57
- if value is not None:
58
- self.value = value
52
+ self.id = id
59
53
 
60
54
  @property
61
- def key(self):
62
- """Gets the key of this TagForListRoutesOutput. # noqa: E501
55
+ def id(self):
56
+ """Gets the id of this GetCustomDomainRequest. # noqa: E501
63
57
 
64
58
 
65
- :return: The key of this TagForListRoutesOutput. # noqa: E501
59
+ :return: The id of this GetCustomDomainRequest. # noqa: E501
66
60
  :rtype: str
67
61
  """
68
- return self._key
62
+ return self._id
69
63
 
70
- @key.setter
71
- def key(self, key):
72
- """Sets the key of this TagForListRoutesOutput.
64
+ @id.setter
65
+ def id(self, id):
66
+ """Sets the id of this GetCustomDomainRequest.
73
67
 
74
68
 
75
- :param key: The key of this TagForListRoutesOutput. # noqa: E501
69
+ :param id: The id of this GetCustomDomainRequest. # noqa: E501
76
70
  :type: str
77
71
  """
72
+ if self._configuration.client_side_validation and id is None:
73
+ raise ValueError("Invalid value for `id`, must not be `None`") # noqa: E501
78
74
 
79
- self._key = key
80
-
81
- @property
82
- def value(self):
83
- """Gets the value of this TagForListRoutesOutput. # noqa: E501
84
-
85
-
86
- :return: The value of this TagForListRoutesOutput. # noqa: E501
87
- :rtype: str
88
- """
89
- return self._value
90
-
91
- @value.setter
92
- def value(self, value):
93
- """Sets the value of this TagForListRoutesOutput.
94
-
95
-
96
- :param value: The value of this TagForListRoutesOutput. # noqa: E501
97
- :type: str
98
- """
99
-
100
- self._value = value
75
+ self._id = id
101
76
 
102
77
  def to_dict(self):
103
78
  """Returns the model properties as a dict"""
@@ -120,7 +95,7 @@ class TagForListRoutesOutput(object):
120
95
  ))
121
96
  else:
122
97
  result[attr] = value
123
- if issubclass(TagForListRoutesOutput, dict):
98
+ if issubclass(GetCustomDomainRequest, dict):
124
99
  for key, value in self.items():
125
100
  result[key] = value
126
101
 
@@ -136,14 +111,14 @@ class TagForListRoutesOutput(object):
136
111
 
137
112
  def __eq__(self, other):
138
113
  """Returns true if both objects are equal"""
139
- if not isinstance(other, TagForListRoutesOutput):
114
+ if not isinstance(other, GetCustomDomainRequest):
140
115
  return False
141
116
 
142
117
  return self.to_dict() == other.to_dict()
143
118
 
144
119
  def __ne__(self, other):
145
120
  """Returns true if both objects are not equal"""
146
- if not isinstance(other, TagForListRoutesOutput):
121
+ if not isinstance(other, GetCustomDomainRequest):
147
122
  return True
148
123
 
149
124
  return self.to_dict() != other.to_dict()
@@ -0,0 +1,123 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ apig
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from volcenginesdkcore.configuration import Configuration
20
+
21
+
22
+ class GetCustomDomainResponse(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'custom_domain': 'CustomDomainForGetCustomDomainOutput'
37
+ }
38
+
39
+ attribute_map = {
40
+ 'custom_domain': 'CustomDomain'
41
+ }
42
+
43
+ def __init__(self, custom_domain=None, _configuration=None): # noqa: E501
44
+ """GetCustomDomainResponse - a model defined in Swagger""" # noqa: E501
45
+ if _configuration is None:
46
+ _configuration = Configuration()
47
+ self._configuration = _configuration
48
+
49
+ self._custom_domain = None
50
+ self.discriminator = None
51
+
52
+ if custom_domain is not None:
53
+ self.custom_domain = custom_domain
54
+
55
+ @property
56
+ def custom_domain(self):
57
+ """Gets the custom_domain of this GetCustomDomainResponse. # noqa: E501
58
+
59
+
60
+ :return: The custom_domain of this GetCustomDomainResponse. # noqa: E501
61
+ :rtype: CustomDomainForGetCustomDomainOutput
62
+ """
63
+ return self._custom_domain
64
+
65
+ @custom_domain.setter
66
+ def custom_domain(self, custom_domain):
67
+ """Sets the custom_domain of this GetCustomDomainResponse.
68
+
69
+
70
+ :param custom_domain: The custom_domain of this GetCustomDomainResponse. # noqa: E501
71
+ :type: CustomDomainForGetCustomDomainOutput
72
+ """
73
+
74
+ self._custom_domain = custom_domain
75
+
76
+ def to_dict(self):
77
+ """Returns the model properties as a dict"""
78
+ result = {}
79
+
80
+ for attr, _ in six.iteritems(self.swagger_types):
81
+ value = getattr(self, attr)
82
+ if isinstance(value, list):
83
+ result[attr] = list(map(
84
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
85
+ value
86
+ ))
87
+ elif hasattr(value, "to_dict"):
88
+ result[attr] = value.to_dict()
89
+ elif isinstance(value, dict):
90
+ result[attr] = dict(map(
91
+ lambda item: (item[0], item[1].to_dict())
92
+ if hasattr(item[1], "to_dict") else item,
93
+ value.items()
94
+ ))
95
+ else:
96
+ result[attr] = value
97
+ if issubclass(GetCustomDomainResponse, dict):
98
+ for key, value in self.items():
99
+ result[key] = value
100
+
101
+ return result
102
+
103
+ def to_str(self):
104
+ """Returns the string representation of the model"""
105
+ return pprint.pformat(self.to_dict())
106
+
107
+ def __repr__(self):
108
+ """For `print` and `pprint`"""
109
+ return self.to_str()
110
+
111
+ def __eq__(self, other):
112
+ """Returns true if both objects are equal"""
113
+ if not isinstance(other, GetCustomDomainResponse):
114
+ return False
115
+
116
+ return self.to_dict() == other.to_dict()
117
+
118
+ def __ne__(self, other):
119
+ """Returns true if both objects are not equal"""
120
+ if not isinstance(other, GetCustomDomainResponse):
121
+ return True
122
+
123
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,123 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ apig
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from volcenginesdkcore.configuration import Configuration
20
+
21
+
22
+ class GetJwtTokenRequest(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'gateway_id': 'str'
37
+ }
38
+
39
+ attribute_map = {
40
+ 'gateway_id': 'GatewayId'
41
+ }
42
+
43
+ def __init__(self, gateway_id=None, _configuration=None): # noqa: E501
44
+ """GetJwtTokenRequest - a model defined in Swagger""" # noqa: E501
45
+ if _configuration is None:
46
+ _configuration = Configuration()
47
+ self._configuration = _configuration
48
+
49
+ self._gateway_id = None
50
+ self.discriminator = None
51
+
52
+ if gateway_id is not None:
53
+ self.gateway_id = gateway_id
54
+
55
+ @property
56
+ def gateway_id(self):
57
+ """Gets the gateway_id of this GetJwtTokenRequest. # noqa: E501
58
+
59
+
60
+ :return: The gateway_id of this GetJwtTokenRequest. # noqa: E501
61
+ :rtype: str
62
+ """
63
+ return self._gateway_id
64
+
65
+ @gateway_id.setter
66
+ def gateway_id(self, gateway_id):
67
+ """Sets the gateway_id of this GetJwtTokenRequest.
68
+
69
+
70
+ :param gateway_id: The gateway_id of this GetJwtTokenRequest. # noqa: E501
71
+ :type: str
72
+ """
73
+
74
+ self._gateway_id = gateway_id
75
+
76
+ def to_dict(self):
77
+ """Returns the model properties as a dict"""
78
+ result = {}
79
+
80
+ for attr, _ in six.iteritems(self.swagger_types):
81
+ value = getattr(self, attr)
82
+ if isinstance(value, list):
83
+ result[attr] = list(map(
84
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
85
+ value
86
+ ))
87
+ elif hasattr(value, "to_dict"):
88
+ result[attr] = value.to_dict()
89
+ elif isinstance(value, dict):
90
+ result[attr] = dict(map(
91
+ lambda item: (item[0], item[1].to_dict())
92
+ if hasattr(item[1], "to_dict") else item,
93
+ value.items()
94
+ ))
95
+ else:
96
+ result[attr] = value
97
+ if issubclass(GetJwtTokenRequest, dict):
98
+ for key, value in self.items():
99
+ result[key] = value
100
+
101
+ return result
102
+
103
+ def to_str(self):
104
+ """Returns the string representation of the model"""
105
+ return pprint.pformat(self.to_dict())
106
+
107
+ def __repr__(self):
108
+ """For `print` and `pprint`"""
109
+ return self.to_str()
110
+
111
+ def __eq__(self, other):
112
+ """Returns true if both objects are equal"""
113
+ if not isinstance(other, GetJwtTokenRequest):
114
+ return False
115
+
116
+ return self.to_dict() == other.to_dict()
117
+
118
+ def __ne__(self, other):
119
+ """Returns true if both objects are not equal"""
120
+ if not isinstance(other, GetJwtTokenRequest):
121
+ return True
122
+
123
+ return self.to_dict() != other.to_dict()
@@ -19,7 +19,7 @@ import six
19
19
  from volcenginesdkcore.configuration import Configuration
20
20
 
21
21
 
22
- class TagForListGatewaysInput(object):
22
+ class GetJwtTokenResponse(object):
23
23
  """NOTE: This class is auto generated by the swagger code generator program.
24
24
 
25
25
  Do not edit the class manually.
@@ -33,71 +33,45 @@ class TagForListGatewaysInput(object):
33
33
  and the value is json key in definition.
34
34
  """
35
35
  swagger_types = {
36
- 'key': 'str',
37
- 'value': 'str'
36
+ 'jwt_token': 'str'
38
37
  }
39
38
 
40
39
  attribute_map = {
41
- 'key': 'Key',
42
- 'value': 'Value'
40
+ 'jwt_token': 'JwtToken'
43
41
  }
44
42
 
45
- def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
46
- """TagForListGatewaysInput - a model defined in Swagger""" # noqa: E501
43
+ def __init__(self, jwt_token=None, _configuration=None): # noqa: E501
44
+ """GetJwtTokenResponse - a model defined in Swagger""" # noqa: E501
47
45
  if _configuration is None:
48
46
  _configuration = Configuration()
49
47
  self._configuration = _configuration
50
48
 
51
- self._key = None
52
- self._value = None
49
+ self._jwt_token = None
53
50
  self.discriminator = None
54
51
 
55
- if key is not None:
56
- self.key = key
57
- if value is not None:
58
- self.value = value
52
+ if jwt_token is not None:
53
+ self.jwt_token = jwt_token
59
54
 
60
55
  @property
61
- def key(self):
62
- """Gets the key of this TagForListGatewaysInput. # noqa: E501
56
+ def jwt_token(self):
57
+ """Gets the jwt_token of this GetJwtTokenResponse. # noqa: E501
63
58
 
64
59
 
65
- :return: The key of this TagForListGatewaysInput. # noqa: E501
60
+ :return: The jwt_token of this GetJwtTokenResponse. # noqa: E501
66
61
  :rtype: str
67
62
  """
68
- return self._key
63
+ return self._jwt_token
69
64
 
70
- @key.setter
71
- def key(self, key):
72
- """Sets the key of this TagForListGatewaysInput.
65
+ @jwt_token.setter
66
+ def jwt_token(self, jwt_token):
67
+ """Sets the jwt_token of this GetJwtTokenResponse.
73
68
 
74
69
 
75
- :param key: The key of this TagForListGatewaysInput. # noqa: E501
70
+ :param jwt_token: The jwt_token of this GetJwtTokenResponse. # noqa: E501
76
71
  :type: str
77
72
  """
78
73
 
79
- self._key = key
80
-
81
- @property
82
- def value(self):
83
- """Gets the value of this TagForListGatewaysInput. # noqa: E501
84
-
85
-
86
- :return: The value of this TagForListGatewaysInput. # noqa: E501
87
- :rtype: str
88
- """
89
- return self._value
90
-
91
- @value.setter
92
- def value(self, value):
93
- """Sets the value of this TagForListGatewaysInput.
94
-
95
-
96
- :param value: The value of this TagForListGatewaysInput. # noqa: E501
97
- :type: str
98
- """
99
-
100
- self._value = value
74
+ self._jwt_token = jwt_token
101
75
 
102
76
  def to_dict(self):
103
77
  """Returns the model properties as a dict"""
@@ -120,7 +94,7 @@ class TagForListGatewaysInput(object):
120
94
  ))
121
95
  else:
122
96
  result[attr] = value
123
- if issubclass(TagForListGatewaysInput, dict):
97
+ if issubclass(GetJwtTokenResponse, dict):
124
98
  for key, value in self.items():
125
99
  result[key] = value
126
100
 
@@ -136,14 +110,14 @@ class TagForListGatewaysInput(object):
136
110
 
137
111
  def __eq__(self, other):
138
112
  """Returns true if both objects are equal"""
139
- if not isinstance(other, TagForListGatewaysInput):
113
+ if not isinstance(other, GetJwtTokenResponse):
140
114
  return False
141
115
 
142
116
  return self.to_dict() == other.to_dict()
143
117
 
144
118
  def __ne__(self, other):
145
119
  """Returns true if both objects are not equal"""
146
- if not isinstance(other, TagForListGatewaysInput):
120
+ if not isinstance(other, GetJwtTokenResponse):
147
121
  return True
148
122
 
149
123
  return self.to_dict() != other.to_dict()
@@ -0,0 +1,149 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ apig
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from volcenginesdkcore.configuration import Configuration
20
+
21
+
22
+ class ImportedCLBSpecForAttachGatewayLBInput(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'id': 'str',
37
+ 'scheduler': 'str'
38
+ }
39
+
40
+ attribute_map = {
41
+ 'id': 'Id',
42
+ 'scheduler': 'Scheduler'
43
+ }
44
+
45
+ def __init__(self, id=None, scheduler=None, _configuration=None): # noqa: E501
46
+ """ImportedCLBSpecForAttachGatewayLBInput - a model defined in Swagger""" # noqa: E501
47
+ if _configuration is None:
48
+ _configuration = Configuration()
49
+ self._configuration = _configuration
50
+
51
+ self._id = None
52
+ self._scheduler = None
53
+ self.discriminator = None
54
+
55
+ if id is not None:
56
+ self.id = id
57
+ if scheduler is not None:
58
+ self.scheduler = scheduler
59
+
60
+ @property
61
+ def id(self):
62
+ """Gets the id of this ImportedCLBSpecForAttachGatewayLBInput. # noqa: E501
63
+
64
+
65
+ :return: The id of this ImportedCLBSpecForAttachGatewayLBInput. # noqa: E501
66
+ :rtype: str
67
+ """
68
+ return self._id
69
+
70
+ @id.setter
71
+ def id(self, id):
72
+ """Sets the id of this ImportedCLBSpecForAttachGatewayLBInput.
73
+
74
+
75
+ :param id: The id of this ImportedCLBSpecForAttachGatewayLBInput. # noqa: E501
76
+ :type: str
77
+ """
78
+
79
+ self._id = id
80
+
81
+ @property
82
+ def scheduler(self):
83
+ """Gets the scheduler of this ImportedCLBSpecForAttachGatewayLBInput. # noqa: E501
84
+
85
+
86
+ :return: The scheduler of this ImportedCLBSpecForAttachGatewayLBInput. # noqa: E501
87
+ :rtype: str
88
+ """
89
+ return self._scheduler
90
+
91
+ @scheduler.setter
92
+ def scheduler(self, scheduler):
93
+ """Sets the scheduler of this ImportedCLBSpecForAttachGatewayLBInput.
94
+
95
+
96
+ :param scheduler: The scheduler of this ImportedCLBSpecForAttachGatewayLBInput. # noqa: E501
97
+ :type: str
98
+ """
99
+
100
+ self._scheduler = scheduler
101
+
102
+ def to_dict(self):
103
+ """Returns the model properties as a dict"""
104
+ result = {}
105
+
106
+ for attr, _ in six.iteritems(self.swagger_types):
107
+ value = getattr(self, attr)
108
+ if isinstance(value, list):
109
+ result[attr] = list(map(
110
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
111
+ value
112
+ ))
113
+ elif hasattr(value, "to_dict"):
114
+ result[attr] = value.to_dict()
115
+ elif isinstance(value, dict):
116
+ result[attr] = dict(map(
117
+ lambda item: (item[0], item[1].to_dict())
118
+ if hasattr(item[1], "to_dict") else item,
119
+ value.items()
120
+ ))
121
+ else:
122
+ result[attr] = value
123
+ if issubclass(ImportedCLBSpecForAttachGatewayLBInput, dict):
124
+ for key, value in self.items():
125
+ result[key] = value
126
+
127
+ return result
128
+
129
+ def to_str(self):
130
+ """Returns the string representation of the model"""
131
+ return pprint.pformat(self.to_dict())
132
+
133
+ def __repr__(self):
134
+ """For `print` and `pprint`"""
135
+ return self.to_str()
136
+
137
+ def __eq__(self, other):
138
+ """Returns true if both objects are equal"""
139
+ if not isinstance(other, ImportedCLBSpecForAttachGatewayLBInput):
140
+ return False
141
+
142
+ return self.to_dict() == other.to_dict()
143
+
144
+ def __ne__(self, other):
145
+ """Returns true if both objects are not equal"""
146
+ if not isinstance(other, ImportedCLBSpecForAttachGatewayLBInput):
147
+ return True
148
+
149
+ return self.to_dict() != other.to_dict()