byteplus-python-sdk-v2 3.0.53__py2.py3-none-any.whl → 3.0.55__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.
Files changed (63) hide show
  1. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.55.dist-info}/METADATA +1 -1
  2. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.55.dist-info}/RECORD +63 -33
  3. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.55.dist-info}/top_level.txt +2 -0
  4. byteplussdkclawsentry/__init__.py +24 -0
  5. byteplussdkclawsentry/api/__init__.py +6 -0
  6. byteplussdkclawsentry/api/clawsentry_api.py +131 -0
  7. byteplussdkclawsentry/models/__init__.py +20 -0
  8. byteplussdkclawsentry/models/base_for_create_claw_input.py +126 -0
  9. byteplussdkclawsentry/models/create_claw_request.py +251 -0
  10. byteplussdkclawsentry/models/create_claw_response.py +279 -0
  11. byteplussdkcloudmonitor/__init__.py +10 -0
  12. byteplussdkcloudmonitor/api/cloudmonitor_api.py +97 -0
  13. byteplussdkcloudmonitor/models/__init__.py +10 -0
  14. byteplussdkcloudmonitor/models/contact_send_result_for_list_alert_output.py +227 -0
  15. byteplussdkcloudmonitor/models/data_for_list_alert_group_output.py +27 -1
  16. byteplussdkcloudmonitor/models/data_for_list_alert_output.py +331 -0
  17. byteplussdkcloudmonitor/models/get_metric_data_request.py +27 -1
  18. byteplussdkcloudmonitor/models/list_alert_request.py +228 -0
  19. byteplussdkcloudmonitor/models/list_alert_response.py +227 -0
  20. byteplussdkcloudmonitor/models/metric_condition_for_list_alert_output.py +201 -0
  21. byteplussdkcloudmonitor/models/metric_data_result_for_get_metric_data_output.py +29 -3
  22. byteplussdkcloudmonitor/models/send_alert_contact_for_list_alert_output.py +175 -0
  23. byteplussdkcloudmonitor/models/send_alert_notification_for_list_alert_output.py +331 -0
  24. byteplussdkcloudmonitor/models/send_alert_ooss_for_list_alert_output.py +227 -0
  25. byteplussdkcloudmonitor/models/send_alert_result_for_list_alert_output.py +201 -0
  26. byteplussdkcloudmonitor/models/send_alert_webhook_for_list_alert_output.py +253 -0
  27. byteplussdkcore/api_client.py +1 -1
  28. byteplussdkcore/configuration.py +1 -1
  29. byteplussdkcore/endpoint/providers/default_provider.py +7 -0
  30. byteplussdkcore/endpoint/providers/standard_provider.py +1 -0
  31. byteplussdkcpaas/__init__.py +4 -0
  32. byteplussdkcpaas/models/__init__.py +4 -0
  33. byteplussdkcpaas/models/create_template_v2_request.py +27 -1
  34. byteplussdkcpaas/models/data_for_get_template_v2_output.py +79 -1
  35. byteplussdkcpaas/models/element_style_for_create_template_v2_input.py +497 -3
  36. byteplussdkcpaas/models/element_style_for_get_template_v2_output.py +497 -3
  37. byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py +79 -1
  38. byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py +79 -1
  39. byteplussdkcpaas/models/item_for_create_template_v2_input.py +149 -0
  40. byteplussdkcpaas/models/item_for_get_template_v2_output.py +149 -0
  41. byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py +29 -3
  42. byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py +29 -3
  43. byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py +29 -3
  44. byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py +29 -3
  45. byteplussdkcpaas/models/template_button_list_for_create_template_v2_input.py +227 -0
  46. byteplussdkcpaas/models/template_button_list_for_get_template_v2_output.py +227 -0
  47. byteplussdkcpaas/models/template_list_for_create_template_v2_input.py +235 -1
  48. byteplussdkcpaas/models/template_list_for_get_template_v2_output.py +235 -1
  49. byteplussdkcpaas/models/template_status_for_list_template_v2_output.py +79 -1
  50. byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py +27 -1
  51. byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py +27 -1
  52. byteplussdkvs20260714/__init__.py +26 -0
  53. byteplussdkvs20260714/api/__init__.py +6 -0
  54. byteplussdkvs20260714/api/vs20260714_api.py +131 -0
  55. byteplussdkvs20260714/models/__init__.py +22 -0
  56. byteplussdkvs20260714/models/create_voice_task_request.py +387 -0
  57. byteplussdkvs20260714/models/create_voice_task_response.py +175 -0
  58. byteplussdkvs20260714/models/data_for_create_voice_task_output.py +123 -0
  59. byteplussdkvs20260714/models/number_info_list_for_create_voice_task_input.py +149 -0
  60. byteplussdkvs20260714/models/voice_content_for_create_voice_task_input.py +279 -0
  61. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.55.dist-info}/WHEEL +0 -0
  62. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.55.dist-info}/licenses/LICENSE.txt +0 -0
  63. {byteplus_python_sdk_v2-3.0.53.dist-info → byteplus_python_sdk_v2-3.0.55.dist-info}/licenses/NOTICE.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: byteplus-python-sdk-v2
3
- Version: 3.0.53
3
+ Version: 3.0.55
4
4
  Summary: Byteplus SDK for Python
5
5
  License-Expression: Apache-2.0
6
6
  Project-URL: Homepage, https://github.com/byteplus-sdk/byteplus-python-sdk-v2
@@ -1,5 +1,5 @@
1
- byteplus_python_sdk_v2-3.0.53.dist-info/licenses/LICENSE.txt,sha256=jG2zQEdRNt88EgHUWPpXVWmOrOduUQRx7MnYV9YIPaw,11359
2
- byteplus_python_sdk_v2-3.0.53.dist-info/licenses/NOTICE.md,sha256=vSw_bTkZl1MYBrGol3tpO6B6OLLFRpaw0z5cun0_0QE,85
1
+ byteplus_python_sdk_v2-3.0.55.dist-info/licenses/LICENSE.txt,sha256=jG2zQEdRNt88EgHUWPpXVWmOrOduUQRx7MnYV9YIPaw,11359
2
+ byteplus_python_sdk_v2-3.0.55.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
@@ -1451,6 +1451,13 @@ byteplussdkcen/models/untag_resources_request.py,sha256=91MW58tUYKRPmAzFW2mbxcI0
1451
1451
  byteplussdkcen/models/untag_resources_response.py,sha256=RVFB3hY5O82zd4jLN00lHNxgZsvWMVJAcubwvm8MzgU,2789
1452
1452
  byteplussdkcen/models/withdraw_cen_route_entry_request.py,sha256=4KB6_2WHB1tp1IHDMsA3augILXNNrIOJWTPNans62o4,7717
1453
1453
  byteplussdkcen/models/withdraw_cen_route_entry_response.py,sha256=qerBinEAYq_yZAcgpKIVpv-rPqW63tpklM05yc1G59U,2824
1454
+ byteplussdkclawsentry/__init__.py,sha256=tTviGdBICAwR6I_imV5cC4EkzJGtMpQOyzxQBLnCwSw,718
1455
+ byteplussdkclawsentry/api/__init__.py,sha256=8cYtZZV2tL6k2ZX-KX31SpMdWUt_iTN1VEXSkhJPB1s,154
1456
+ byteplussdkclawsentry/api/clawsentry_api.py,sha256=wFr1cEXh7ZtIR88CVfHImiM9EBRarFK1Vade_n6xofQ,4539
1457
+ byteplussdkclawsentry/models/__init__.py,sha256=CTYTkkBDM0P7ELC21MDOHun5bS_eTOmgahh7W1qo3b0,620
1458
+ byteplussdkclawsentry/models/base_for_create_claw_input.py,sha256=qHqSnJxt465oRndT4m6ONThBeD8dTJcUq6eLZeGhFYc,3801
1459
+ byteplussdkclawsentry/models/create_claw_request.py,sha256=q3zVL-9OhvRilvZ6sGVKxGFBMLkfX-sBmrKR4610210,7869
1460
+ byteplussdkclawsentry/models/create_claw_response.py,sha256=UCDb0u4I44Uvv_G0_6yTwjsykxtoac9egTKc-yzXYbk,8056
1454
1461
  byteplussdkclb/__init__.py,sha256=3rBMTajAXkPQmL2VAormyKv76591jdhL1qGGaElAYCc,30581
1455
1462
  byteplussdkclb/api/__init__.py,sha256=fSOlcfH3EUDdyKhOIVRgIQ9Wf1_E3VTKnKYOmMQWOP0,133
1456
1463
  byteplussdkclb/api/clb_api.py,sha256=-N7FBoS5X42cFj9qOCB_h8qZHntlG7ziIUi70MYLNjw,344062
@@ -1733,10 +1740,10 @@ byteplussdkclb/models/zone_mapping_for_create_network_load_balancer_input.py,sha
1733
1740
  byteplussdkclb/models/zone_mapping_for_describe_network_load_balancer_attributes_output.py,sha256=fWukJ7obL8xml17FhiRVWxtO6Pe9dQJMthvdkUtkACg,14145
1734
1741
  byteplussdkclb/models/zone_mapping_for_describe_network_load_balancers_output.py,sha256=mL-XywNRRT-75VWYlFQz0Di-qNNQJfuspy9RE7yy0ac,11554
1735
1742
  byteplussdkclb/models/zone_mapping_for_modify_network_load_balancer_network_type_input.py,sha256=krSHbG0S9LIgA1SVI69GKsQQNwoMT3WIxqzsUUOwPCY,6405
1736
- byteplussdkcloudmonitor/__init__.py,sha256=YLSI_4Xme81_gB0zjJWL4OT2aXnKdDUxF8QIhccTGYg,36269
1743
+ byteplussdkcloudmonitor/__init__.py,sha256=MaXuhH3Dc_oG8qAsvuxLaX4ZnWUivVB3dCq69FAYlPc,37356
1737
1744
  byteplussdkcloudmonitor/api/__init__.py,sha256=m9VbGNa2S5Fv45Ei6qFXd6Z17LSXJQbhMb-wEppH88Q,160
1738
- byteplussdkcloudmonitor/api/cloudmonitor_api.py,sha256=R0VBMFAI7zTrC1jDRzfxiTPF-MlCeUlFlz1tfDuzSPA,278081
1739
- byteplussdkcloudmonitor/models/__init__.py,sha256=pqok-6I1E0zYW538Z1B0upShHPLoF42A_IbKTGHEHp4,36165
1745
+ byteplussdkcloudmonitor/api/cloudmonitor_api.py,sha256=5r5jDFYic4ISvQDVDxQd8ZHoevMcvr6yTakgjJ7rIiA,281805
1746
+ byteplussdkcloudmonitor/models/__init__.py,sha256=T39cNQcGcHevH89KQMXK1iEpFMtCseuplHTDyh-OfbU,37252
1740
1747
  byteplussdkcloudmonitor/models/alert_notification_for_list_preset_alert_templates_output.py,sha256=dLrf6GwMd2O4Op8foPBPU5S5CoctjAgPSrbp42QwzLU,10464
1741
1748
  byteplussdkcloudmonitor/models/applied_rule_for_list_alert_templates_output.py,sha256=6Ibt4Wr6v6ujpxvxhZ-JfJYbbn1VhfANCDvTNvGOOdg,5879
1742
1749
  byteplussdkcloudmonitor/models/applied_rule_for_list_preset_alert_templates_output.py,sha256=Dq0TY7KROQaiNfsr-kcDwzmwq19li3hNnTiq9Ng82Hc,4278
@@ -1754,6 +1761,7 @@ byteplussdkcloudmonitor/models/condition_for_update_rule_input.py,sha256=dKwgzj0
1754
1761
  byteplussdkcloudmonitor/models/contact_for_list_contact_group_by_ids_output.py,sha256=1cwlnzYpcbCpuAY4NV_mbDrWUyWbeC54RLrP-VNPrW0,5581
1755
1762
  byteplussdkcloudmonitor/models/contact_for_list_contact_groups_output.py,sha256=-NZcPeXApzfOuLnd3qFZRGCA4pWSER2-ohzRMK4k98w,5497
1756
1763
  byteplussdkcloudmonitor/models/contact_group_for_list_contacts_output.py,sha256=uVej5Ofx7dQkMZ9g9OEbM_U-w5dsiJXU-ETCeHL9GwM,7276
1764
+ byteplussdkcloudmonitor/models/contact_send_result_for_list_alert_output.py,sha256=g7Frq1wgrvabcUIftIFbFyQgYmtGXn7JpgA6glKSLK0,6767
1757
1765
  byteplussdkcloudmonitor/models/convert_condition_for_update_rule_input.py,sha256=lfAhot3LwP3DhuH-iJvWF8HMsWG4quWUZn6qqr8P-AY,9453
1758
1766
  byteplussdkcloudmonitor/models/convert_tag_for_create_rule_input.py,sha256=BT4Tv1n9lXU44O6n3MDcY3NFdhVNZdtJffkH2NyrHRc,4110
1759
1767
  byteplussdkcloudmonitor/models/convert_tag_for_list_rules_by_ids_output.py,sha256=o-SBpThY_ptpy7tXPq6lw-jZIazoMkne7DPVzToTar4,4175
@@ -1787,7 +1795,8 @@ byteplussdkcloudmonitor/models/data_for_disable_event_rule_output.py,sha256=6Qzm
1787
1795
  byteplussdkcloudmonitor/models/data_for_enable_event_rule_output.py,sha256=nsdI6vlKuGJ_xblO1cqgfeu49329U6RwGF26WIExO8o,3546
1788
1796
  byteplussdkcloudmonitor/models/data_for_get_metric_data_output.py,sha256=7I_2vDYXHTR-lkN8CXi0pUHHbLC9K7ONgXcfK3enykE,9811
1789
1797
  byteplussdkcloudmonitor/models/data_for_get_top_data_output.py,sha256=vCnAY8WPAHZRMOg5KAwaAKbk38SYkzPdKOW6Y8x5mI8,5309
1790
- byteplussdkcloudmonitor/models/data_for_list_alert_group_output.py,sha256=oxjoelKDBSyYVjyIbMrWi3wGqiGPBgZQNjvjv-SQc14,14525
1798
+ byteplussdkcloudmonitor/models/data_for_list_alert_group_output.py,sha256=UwYOyEWTi092NARFBPM_Oz6cmeG5U0Q23fiY-bhd8cY,15520
1799
+ byteplussdkcloudmonitor/models/data_for_list_alert_output.py,sha256=iTzXprWcECmPu9bCOU22Al_nYHe44pbDFd23AApN0XA,9722
1791
1800
  byteplussdkcloudmonitor/models/data_for_list_alert_templates_output.py,sha256=ztg9ZnWG1dVQo3yRpV7yZcP29U3f7uxDxOCJG0de9qo,12742
1792
1801
  byteplussdkcloudmonitor/models/data_for_list_contact_group_by_ids_output.py,sha256=X3ELbeMtMl9e-yTBTESJ4pFJsaxi4mP8_0YIdZcbUN0,8170
1793
1802
  byteplussdkcloudmonitor/models/data_for_list_contact_groups_output.py,sha256=5WtybNBpNqGp-R88IIDMhD44xS4HEFKEars_P0He15k,8026
@@ -1854,7 +1863,7 @@ byteplussdkcloudmonitor/models/enable_preset_alert_template_request.py,sha256=Xk
1854
1863
  byteplussdkcloudmonitor/models/enable_preset_alert_template_response.py,sha256=DlD-TCYekWoTol4FCy2QXxwhQjvzKsUGsNR36welsiY,3532
1855
1864
  byteplussdkcloudmonitor/models/endpoint_for_list_o11y_agent_vpc_endpoints_output.py,sha256=H09EmwigI1rDtDrAtMWpdLgseCYbnwMet5y-xHGLFGE,8531
1856
1865
  byteplussdkcloudmonitor/models/filter_for_create_o11y_agent_ecs_deploy_task_input.py,sha256=CNozmI-zuh0sYt1rVubkbT-QPjMGGiswe4vT_QDnNWA,4591
1857
- byteplussdkcloudmonitor/models/get_metric_data_request.py,sha256=ioXyilQOc_d2M4BXoYIVwuGt2XbytmzS5vOmlbvw5xw,9020
1866
+ byteplussdkcloudmonitor/models/get_metric_data_request.py,sha256=suwn6TN9foGEQYMNg0BJwX8F4mlSmxDES3i8VRCQzmg,9926
1858
1867
  byteplussdkcloudmonitor/models/get_metric_data_response.py,sha256=zpXzWS-JV1Ba2q62amLuKrjGjbOQKzQ9L0LnpPEyItg,3475
1859
1868
  byteplussdkcloudmonitor/models/get_o11y_agent_ecs_auto_install_request.py,sha256=einC3y9tyWbY0c6ro58ilFktk4zj1LHg2LRHoKtJe8g,2853
1860
1869
  byteplussdkcloudmonitor/models/get_o11y_agent_ecs_auto_install_response.py,sha256=Ct-Rj5gMNNwNZJ2Hu3GxQE33tNT1DzSo4K1999dFTSQ,3566
@@ -1874,6 +1883,8 @@ byteplussdkcloudmonitor/models/level_condition_for_update_alert_template_input.p
1874
1883
  byteplussdkcloudmonitor/models/level_condition_for_update_rule_input.py,sha256=JqNH2143-KAUZ52A7dLbLTj4hO4yiEFiDYybOzR0V68,4413
1875
1884
  byteplussdkcloudmonitor/models/list_alert_group_request.py,sha256=pPRlQ7TgwVLzKsYm464zACnjOzcXW6xeg91jOQ8g7g8,9987
1876
1885
  byteplussdkcloudmonitor/models/list_alert_group_response.py,sha256=Osf_E8jONNvEId7fIOtXpCq78XhXFeKhoSmIrhoxNUE,7029
1886
+ byteplussdkcloudmonitor/models/list_alert_request.py,sha256=nUKUrsM-01PY9hnul8uiDDv40OKlhTwjpgYczYOt1jA,6507
1887
+ byteplussdkcloudmonitor/models/list_alert_response.py,sha256=B1-ANuhGNDOhLzyB9GPUJUpkewPdQhgNTaCc0-NJ0zg,6408
1877
1888
  byteplussdkcloudmonitor/models/list_alert_templates_request.py,sha256=Kw1Kvt_jRkJcZjtiX43uUb8DYPz7HxdjPTbBTh-zyEk,7396
1878
1889
  byteplussdkcloudmonitor/models/list_alert_templates_response.py,sha256=1hcBAjSvMqbAxzX4lqoI698oIHl5Jl_QFP_2mqUyCP0,5829
1879
1890
  byteplussdkcloudmonitor/models/list_contact_group_by_ids_request.py,sha256=koJAeQJ7ygcYwoCIQouH9EvXfVSCRjhMTPMrB0rnrUE,3467
@@ -1941,7 +1952,8 @@ byteplussdkcloudmonitor/models/meta_for_list_silence_policy_output.py,sha256=hxh
1941
1952
  byteplussdkcloudmonitor/models/meta_for_update_object_group_input.py,sha256=aK1-r6XrCQ-uE-LfOJNTOM7Zu69w5wol-1YnBPMXmJ8,4926
1942
1953
  byteplussdkcloudmonitor/models/meta_for_update_rule_input.py,sha256=cdmw8fOwMD6zNd2djDAen5EeQmlH852qbnocI6ha1gw,4807
1943
1954
  byteplussdkcloudmonitor/models/meta_for_update_silence_policy_input.py,sha256=66-zRfzQ1oYjH9gepr-O0MPaQ_YMi4LJ07oDnVEElho,4960
1944
- byteplussdkcloudmonitor/models/metric_data_result_for_get_metric_data_output.py,sha256=Rg6Heb2WYNscsr7axGolBwiFqiLfGKmtVW54bB78UBQ,5424
1955
+ byteplussdkcloudmonitor/models/metric_condition_for_list_alert_output.py,sha256=TXN_5BULzCbcX5CuLc0mkzP7cMc1_UXJXvPv_ZoIEEM,6075
1956
+ byteplussdkcloudmonitor/models/metric_data_result_for_get_metric_data_output.py,sha256=yE8AKqC_3wLxgRAO4qCz6eba-EQfURISVFdwix4KTs4,6384
1945
1957
  byteplussdkcloudmonitor/models/modify_state_of_silence_policy_by_ids_request.py,sha256=O7sEQyaQsTvVVIYZ_3vk5s47ULtD9c0T6sZloyYJhEc,4730
1946
1958
  byteplussdkcloudmonitor/models/modify_state_of_silence_policy_by_ids_response.py,sha256=Bg9CmojCEBUMAt8Z-_RZyjWKJ9o7o2XpaXXV7Ddn2rM,3586
1947
1959
  byteplussdkcloudmonitor/models/no_data_for_create_alert_template_input.py,sha256=hrtxq5_PpgGZFEdPlUKny9gpYR75bwCko3tgptm-Tus,5138
@@ -1996,6 +2008,11 @@ byteplussdkcloudmonitor/models/recovery_notify_for_list_rules_output.py,sha256=-
1996
2008
  byteplussdkcloudmonitor/models/recovery_notify_for_update_alert_template_input.py,sha256=oppHYpTXbxiiYM-udbRaG_ThRXlLfcnSUXWMmmeEgeM,3629
1997
2009
  byteplussdkcloudmonitor/models/recovery_notify_for_update_rule_input.py,sha256=Pihhl_qsWVBwhWuA7qQz3UOQTJxKY54JdQziQx4Wm-I,3548
1998
2010
  byteplussdkcloudmonitor/models/rule_for_list_object_groups_output.py,sha256=PARkSYMkH312ENFZ8xYVyF5ZNe3Z1NF5iOeu5pkXLgo,5869
2011
+ byteplussdkcloudmonitor/models/send_alert_contact_for_list_alert_output.py,sha256=BJOm17WgcBwV4P4Nq5ijTOKtNBBNQ1jl-N1OAEdRUTQ,5682
2012
+ byteplussdkcloudmonitor/models/send_alert_notification_for_list_alert_output.py,sha256=aSInCU4q5oVtJvc5LAu2zWOsNJq2O4KtUzygUgL_BdU,10622
2013
+ byteplussdkcloudmonitor/models/send_alert_ooss_for_list_alert_output.py,sha256=hWP6kyjKBeSqhhO6FLkqqFa-dEQsnp8sZKAMzU1BhSQ,6648
2014
+ byteplussdkcloudmonitor/models/send_alert_result_for_list_alert_output.py,sha256=Q2CNtotHX8lzq48fgKDJo9GSKEHqjbTuY9s9VsG0ALc,6500
2015
+ byteplussdkcloudmonitor/models/send_alert_webhook_for_list_alert_output.py,sha256=FJ2hDG-mQzk2xnGay-djF1PDSUY9iCZ18LS86OA4EKk,6990
1999
2016
  byteplussdkcloudmonitor/models/send_result_for_list_send_alert_output.py,sha256=rEOq8IT2ekza7LoMJd1UJctxpyBul4VUFrqKujc454M,6732
2000
2017
  byteplussdkcloudmonitor/models/set_state_of_rules_by_ids_request.py,sha256=YDaRLEO1yNQr6cLiy9Rt2Yc_Y069eBiQA3Tv5-2_QVU,4587
2001
2018
  byteplussdkcloudmonitor/models/set_state_of_rules_by_ids_response.py,sha256=IYxuxe_XL7oElQSh6b3k4Xgjm6k_LOpvw2797EanVRE,3487
@@ -2059,8 +2076,8 @@ byteplussdkcloudmonitor/models/update_silence_policy_response.py,sha256=3PZTcDF2
2059
2076
  byteplussdkcloudmonitor/models/update_webhook_request.py,sha256=UuA9Ua57eLThwa7cVq5xPegHf-e3W2aGti5CLTBYf1U,7041
2060
2077
  byteplussdkcloudmonitor/models/update_webhook_response.py,sha256=Icjg1daq1uG0V3l7R_QVPkHvLCe1uXU1OphnDhoZ91A,3424
2061
2078
  byteplussdkcore/__init__.py,sha256=QD2qSwKMsMeYxsEQIdWce5ekPilRexqkWCP_q3YOqvo,308
2062
- byteplussdkcore/api_client.py,sha256=TOie9ZLVQm5Lc2K3v5IkI9i-nUG5fSiZwG8bdJx1-Xk,28251
2063
- byteplussdkcore/configuration.py,sha256=ZsE06MnMKbQZMB_cVguwTH7a1-iCfqJgMw81eIWkeZE,11924
2079
+ byteplussdkcore/api_client.py,sha256=hlD1MW7TvyBdMxK5hXCx7cxhrwmUVqas-R3SOJrbAG4,28251
2080
+ byteplussdkcore/configuration.py,sha256=Kv_I34AHshggCjrm0uxJw17_nAiLPZQITf4jzlvhNzw,11924
2064
2081
  byteplussdkcore/endpoint.py,sha256=L5Dw0-Cia9ezYxGJFgZ9td-mCM4AqSIZv67ll1sSzMY,1630
2065
2082
  byteplussdkcore/flatten.py,sha256=g3r61JS_AO7WV6ClRDkXgtnVXcw3c7tbZjeLAJxkSLc,3811
2066
2083
  byteplussdkcore/metadata.py,sha256=Km5jOllvPViXn0rdx604nIq0OF1RBF3Q2x-xA2cDXc8,4518
@@ -2083,8 +2100,8 @@ byteplussdkcore/auth/providers/sts_saml_provider.py,sha256=yedLynY4rwG81Xm9y2vfa
2083
2100
  byteplussdkcore/endpoint/__init__.py,sha256=K7dXFGGh0QYiALOLgtPxboGYzwCJB5IHseGSQPObZdQ,117
2084
2101
  byteplussdkcore/endpoint/endpoint_provider.py,sha256=9ajUjf2N2NmThuWrMm5QgLtmh8YbPas5TdvkAZYQ9lM,330
2085
2102
  byteplussdkcore/endpoint/providers/__init__.py,sha256=FmxBi_siUNTZod9GFOk5VG-UVYT7daNt4hZ2zifqYY8,76
2086
- byteplussdkcore/endpoint/providers/default_provider.py,sha256=XIlaxyuT_HXi9rxx1fF06TDJ2jG8txkNypWjICSijqA,11626
2087
- byteplussdkcore/endpoint/providers/standard_provider.py,sha256=37zqnDflUdzc1nOpZ49R4KiR0tWiS7Jb57YylwXNT3E,12387
2103
+ byteplussdkcore/endpoint/providers/default_provider.py,sha256=t4gIYBhF2MK-zAI5OEL_U-MF2G1QHeAZ61LOddpxwDw,11832
2104
+ byteplussdkcore/endpoint/providers/standard_provider.py,sha256=6pi5bpvML_KRnfi0cLO-dxUdZH8jeQiD7TrI_lCRQnA,12439
2088
2105
  byteplussdkcore/feature/__init__.py,sha256=ev2S2XGLZUjbL7sylBd3NWmqGmcDcYV-Oj4qPZOztHU,154
2089
2106
  byteplussdkcore/feature/rds/__init__.py,sha256=g4-6e-OdBADN9_WzILg8P69KdSVSc5TyOg5CrXglE5A,119
2090
2107
  byteplussdkcore/feature/rds/connect_utils.py,sha256=Z_sJjNdRYXUKP9Ygi4tNWnUWBH-ueYekb3E0SW2vAPY,3177
@@ -2108,31 +2125,33 @@ byteplussdkcore/retryer/retry_condition.py,sha256=RSQSfxNk-Sz1OlHILa-39b9m_PcF-w
2108
2125
  byteplussdkcore/retryer/retryer.py,sha256=12dAyqxaeTOHCSDUdnhaBKlK8n_3DoBxJebZFW4og30,2683
2109
2126
  byteplussdkcore/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2110
2127
  byteplussdkcore/utils/six_utils.py,sha256=jk7KYvEsiw71Uf-hbi9izkjd77awopqovtgOuekp0ts,192
2111
- byteplussdkcpaas/__init__.py,sha256=Ldkk3NRNp64H3VoXLPfS4yZbXFLk9r-SrQz1IgxSnrc,4037
2128
+ byteplussdkcpaas/__init__.py,sha256=Ha7QqO24q8OiW_wgBupJWd93EdjqqirrDE_qtFUNPoo,4485
2112
2129
  byteplussdkcpaas/api/__init__.py,sha256=fxPobQRAW-RAsgCIStya1D33Fv72TNN3uR_4-Q8Gyao,139
2113
2130
  byteplussdkcpaas/api/cpaas_api.py,sha256=K2FPfOEKm05rlysuHAHixePQB8QPrKC9MssNeW54oxM,19850
2114
- byteplussdkcpaas/models/__init__.py,sha256=BhLEDI7wkQG-TyQyCbVDrDJ4-AjHnIS421fi2WomALc,3954
2131
+ byteplussdkcpaas/models/__init__.py,sha256=VqtqR62KqpOPf_PRjsrI41ZMn5LD4oDo-Fs-iIXJ3M0,4402
2115
2132
  byteplussdkcpaas/models/action_for_create_template_v2_input.py,sha256=zJg-lE5Fvq9elsvMVKGsOyIpZaDLL8UbUDQ36u9FRW0,5960
2116
2133
  byteplussdkcpaas/models/action_for_get_template_v2_output.py,sha256=tDu5OGRFWmoDAGC2TaAtlnS3IQCnckzCQYFYN2FMiig,5912
2117
- byteplussdkcpaas/models/create_template_v2_request.py,sha256=bS3kqnsicfGkQp9WrAfPZL4DrqSkA0sa8oyuLg79IfU,9357
2134
+ byteplussdkcpaas/models/create_template_v2_request.py,sha256=4jm-uNUBJWm-_a2hEp4s71uALk8TJwlqPyGWz5-cVXg,10097
2118
2135
  byteplussdkcpaas/models/create_template_v2_response.py,sha256=0bzD44UeDqZkso7Zw1iHQB7SDUl1FlDPSbOGzc7i37k,4877
2119
2136
  byteplussdkcpaas/models/data_for_create_template_v2_output.py,sha256=OSVm9FPPR52olUT0SlfVa-0qpVmL2ezasd4ETwL7smo,4712
2120
- byteplussdkcpaas/models/data_for_get_template_v2_output.py,sha256=o0PaSNIQYkEYKfcq3fXeN3VkNhHrxerNuWEiKLImzhU,8032
2137
+ byteplussdkcpaas/models/data_for_get_template_v2_output.py,sha256=FCNUWuQu1iFlp3opa6zyVlSlNs8Wv4aS81cWU3nhB1E,10467
2121
2138
  byteplussdkcpaas/models/data_for_list_template_v2_output.py,sha256=U7aBGdeqkqJmV-u0h7toCpVFDn8LfXt2YoWl8cshcRo,9662
2122
2139
  byteplussdkcpaas/models/data_for_send_batch_message_output.py,sha256=T12Uh-BA7pheMlJ94DdvZYPRBLTYiyVdWrPGMeX0_DM,3590
2123
2140
  byteplussdkcpaas/models/data_for_send_message_output.py,sha256=-CVThJwt1C0kM4TmTZFT9Zl7muef3N0gaFcKjn4LSWM,3545
2124
- byteplussdkcpaas/models/element_style_for_create_template_v2_input.py,sha256=5lF2QaBOUqo-lf_B0YFxXXFZ7vR70IU9ib5UVDDXLxg,9543
2125
- byteplussdkcpaas/models/element_style_for_get_template_v2_output.py,sha256=jiwWoQB2T1-xUNifU3WXOT9wzPGIKrJqiaVSNC-9O80,9469
2126
- byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py,sha256=mEWXPlddPmYKDdGKFazZ1n01OoWPuaNC0z8dg1SKyWg,6956
2127
- byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py,sha256=0yLo27NYfdWHTk8RXoLKyWANX99S8Z0o67BUT5Ffo-8,6906
2141
+ byteplussdkcpaas/models/element_style_for_create_template_v2_input.py,sha256=BJopQYgfLFeAbVIus7LamYIzLeA3ESrgI63SQnNxr80,26754
2142
+ byteplussdkcpaas/models/element_style_for_get_template_v2_output.py,sha256=cmLLYUzEiEednJAGiPAIkGzPmOAjNbmDqfMh2I2aKhY,26522
2143
+ byteplussdkcpaas/models/extend_attrs_for_create_template_v2_input.py,sha256=wc76EkiiUrXPvq9hGiKGGI4T2yY5m6hlkxforQ9pfKk,9499
2144
+ byteplussdkcpaas/models/extend_attrs_for_get_template_v2_output.py,sha256=hDqLARSbss9XIYsbNLt3F1b6UFIpUI7cNaOOd2oTw28,9425
2128
2145
  byteplussdkcpaas/models/get_template_v2_request.py,sha256=xqkmRSvPc1z7ypkMZiZbIbawuhoZkjBXaO38HVrbd-Q,4798
2129
2146
  byteplussdkcpaas/models/get_template_v2_response.py,sha256=VjaRipX8JF7_aiShgeRM2qkXIT3BB86Ua9HdLW-lhnM,5450
2147
+ byteplussdkcpaas/models/item_for_create_template_v2_input.py,sha256=3dPFnUKxmi2NSIVjXVt4QqcCCwD1w7emKzm-RiNq82c,4361
2148
+ byteplussdkcpaas/models/item_for_get_template_v2_output.py,sha256=qQfKcMTCKV1vKcY3XzX2V9tv6oekd8ReB3lqxKYjP4Y,4335
2130
2149
  byteplussdkcpaas/models/list_template_v2_request.py,sha256=oXdkdQlVWFCQOlIKE0QafkWgc9G0PUcsbUN88zcgZgY,7764
2131
2150
  byteplussdkcpaas/models/list_template_v2_response.py,sha256=kacL7efqh6k1hVPh0oYaQto35mZPhVIkXJcZ9vqx_gE,5492
2132
- byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py,sha256=L4xPvf4unG3wI9MzM_ZUMSx5bnID5t6Wy-_N-S0ZeDI,5749
2133
- byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py,sha256=I7IZfxfrbvKdG6FqdwRJvvWuoED4h499vf9s2YvMMS4,5703
2134
- byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py,sha256=eSguuKbcn3l4wJuRb3V-AETeDIXJtEOZGwq_8h3B07I,4722
2135
- byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py,sha256=g3fXtzBJm9OGJQRHNtVMhxF7ao89Zp6rpQIFsg-7rTo,4690
2151
+ byteplussdkcpaas/models/page_dto_list_for_create_template_v2_input.py,sha256=jhc7Su81BpHGjWxhGRJdYze19fAAN_eQh_fKNJDTziA,6517
2152
+ byteplussdkcpaas/models/page_dto_list_for_get_template_v2_output.py,sha256=P-CPLviMFqt3oTslGXxq7RG-8z4MNFDI0AXKIzYSnZ0,6463
2153
+ byteplussdkcpaas/models/page_element_dto_list_for_create_template_v2_input.py,sha256=IbBh8ZvWuQzRLXjYBCjxEJYQZ7-Bu5g4ENEDgiiJQVA,5498
2154
+ byteplussdkcpaas/models/page_element_dto_list_for_get_template_v2_output.py,sha256=Io8toUTojjC6lfy2af3MGnHzAXD0O07uFgz8oHmDw3k,5458
2136
2155
  byteplussdkcpaas/models/page_link_list_for_create_template_v2_input.py,sha256=NYUengEUmjfi1LdQEn5ETRMRshkeW1KcoYpxn4iFFbo,6783
2137
2156
  byteplussdkcpaas/models/page_link_list_for_get_template_v2_output.py,sha256=PFjQBNqwpiD-AvQIMQ8cNzuU6VbO62VCTGbHVRVHB64,6727
2138
2157
  byteplussdkcpaas/models/priority_for_send_batch_message_input.py,sha256=HVhCrse55M5GLQjKmZNxsfoN5__3uUcWRT_u2X3tzzw,7964
@@ -2142,11 +2161,13 @@ byteplussdkcpaas/models/send_batch_message_request.py,sha256=MXzRgJv323TmbD41zNF
2142
2161
  byteplussdkcpaas/models/send_batch_message_response.py,sha256=QGt-W6a7ad9JwLKRsC6wigejqpSaG6WfT4zllxw4r3k,4877
2143
2162
  byteplussdkcpaas/models/send_message_request.py,sha256=nOcyVCrQho9-zy7jqFbyCYfHFhwbSMsRKdGrn2mAUY0,7979
2144
2163
  byteplussdkcpaas/models/send_message_response.py,sha256=3vUY602pgv05ZBc9bHbB7r9oVl0Jj6MqUkFRPUFe5m0,4777
2145
- byteplussdkcpaas/models/template_list_for_create_template_v2_input.py,sha256=3JwF2rkxUr8NnRVjq-zyySLyi6ZyW0VXKUb93kQAXLs,10095
2146
- byteplussdkcpaas/models/template_list_for_get_template_v2_output.py,sha256=ZeEKiuGjvC1Q1zu5DTe1NuqxZuDtZWBSCxOsiRCa6cc,10009
2147
- byteplussdkcpaas/models/template_status_for_list_template_v2_output.py,sha256=RDDukjSM-6qKVXqrbdDSxybKMhcP_Zg6JVZ37xCi99g,5275
2148
- byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py,sha256=IjeXixPePCYNeGTHMvy0jvHnLmLuk82I6WS1g6pEFYw,7221
2149
- byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py,sha256=QY1rC2y9ZP_zUBo56w6HaNmWoxd4kc_pI1LLXvqBAPI,7171
2164
+ byteplussdkcpaas/models/template_button_list_for_create_template_v2_input.py,sha256=E2Grb2rt1YQ3IJ8ezq6FJOOYciKlemRSZYBa8xr5aQI,6933
2165
+ byteplussdkcpaas/models/template_button_list_for_get_template_v2_output.py,sha256=I6qddZqSY_YTKDIYgr-nx_Usx4fNWaMpxbzEuDFNcrE,6877
2166
+ byteplussdkcpaas/models/template_list_for_create_template_v2_input.py,sha256=7-VZYGYjyorFdsOgN8P3KRAspNZxNICN-kta1Htr500,17657
2167
+ byteplussdkcpaas/models/template_list_for_get_template_v2_output.py,sha256=ZpStSETVa3eEmeV4dD5_e5rW4UUUAHfmeH-l5uIVubY,17493
2168
+ byteplussdkcpaas/models/template_status_for_list_template_v2_output.py,sha256=Vua0Ml3L_5BqPJaO8AUPqwzq19qYPNxXLNmw2JDhrdE,7763
2169
+ byteplussdkcpaas/models/variables_dto_list_for_create_template_v2_input.py,sha256=gGi7lW95rG-rJcmlKVS7w2xgiOJ4YOhZhRZCQcTXgSk,8129
2170
+ byteplussdkcpaas/models/variables_dto_list_for_get_template_v2_output.py,sha256=zxSEw0OTrsZFwX1vh1tM-HZFGyfn4pbjpRa79W4xNYU,8071
2150
2171
  byteplussdkcr/__init__.py,sha256=x2tpTwBt2F_dNc_7XGSAwVGHVQH3YVi6mPOf2C2bt0k,7918
2151
2172
  byteplussdkcr/api/__init__.py,sha256=NQOCaOocCMSTrd8HhxZ-xu4zeY4t8d8jNRS8wu5-b7w,130
2152
2173
  byteplussdkcr/api/cr_api.py,sha256=zQDFlXcJpxyuxJ6ZK-eTSaCcUqQY1aN1bB39xni8U1Q,107967
@@ -9407,7 +9428,16 @@ byteplussdkvs/models/create_voice_task_response.py,sha256=zy7wg05QlLKuGpii8heNKa
9407
9428
  byteplussdkvs/models/data_for_create_voice_task_output.py,sha256=bPPxpHvNaKr830F3EsY3JLCaza74bJnlUa5NadzTMeo,3518
9408
9429
  byteplussdkvs/models/number_info_list_for_create_voice_task_input.py,sha256=5wRqvBXpCQcKOJ8UeniHPiaIgZn7573Dee3DhzfrRsU,4495
9409
9430
  byteplussdkvs/models/voice_content_for_create_voice_task_input.py,sha256=rYhtjGT36FxXOS3Zw6LRAiyC45yu449SKm1gC7XPsfM,8111
9410
- byteplus_python_sdk_v2-3.0.53.dist-info/METADATA,sha256=5gK1nvXrjAArcCSi6FaImx9G0yfvbVa13J0JNjm1B_8,4824
9411
- byteplus_python_sdk_v2-3.0.53.dist-info/WHEEL,sha256=qWEHOWeXof9kJLXAXJ1hukQ_MvVtaV9UUAew6N7Y99E,109
9412
- byteplus_python_sdk_v2-3.0.53.dist-info/top_level.txt,sha256=bCnYeh8cC_2i0L8Zto-mTSNJNpSpwOR-DVJMXebMUnA,1090
9413
- byteplus_python_sdk_v2-3.0.53.dist-info/RECORD,,
9431
+ byteplussdkvs20260714/__init__.py,sha256=XBhUg1gGslTcEpwqn9F3nCRhD9wtr_NSAfs5Gz5cC4c,996
9432
+ byteplussdkvs20260714/api/__init__.py,sha256=QPhlJsghmqKC5KfWbd20gQVpncq0EaCWdYqHSZbnDJA,154
9433
+ byteplussdkvs20260714/api/vs20260714_api.py,sha256=xfDRFFl4HCXGos8IItOWPdAP_qCqlEURG806k7wbSIg,4621
9434
+ byteplussdkvs20260714/models/__init__.py,sha256=MXguOYQhZAGRmKCd8qKyrO4sRWUVaBdvPHXzZ7UAqCk,898
9435
+ byteplussdkvs20260714/models/create_voice_task_request.py,sha256=ovboC_krbqVM3Z51oA3jkdue0ViZ6UmgSvtuyckBXhc,12047
9436
+ byteplussdkvs20260714/models/create_voice_task_response.py,sha256=OXVaSMuIQeR-3K0jIKl1LbAqpr1rFcTL9kAvs2IYEFE,4958
9437
+ byteplussdkvs20260714/models/data_for_create_voice_task_output.py,sha256=3AHvvVdW-XqrWaemto4rTkAGH7xC5LIECPM31j_v5D0,3526
9438
+ byteplussdkvs20260714/models/number_info_list_for_create_voice_task_input.py,sha256=nRyRZ8MvLxJpdNNV3htDSWDkcwDR6fskvq0cT5z5Cuw,4503
9439
+ byteplussdkvs20260714/models/voice_content_for_create_voice_task_input.py,sha256=x8z0fVEr0Uay3FuhGGJm5vrLdFMT5Qr2srJDUA3C_jA,8119
9440
+ byteplus_python_sdk_v2-3.0.55.dist-info/METADATA,sha256=wlJU5t2vQT_YQAH9FZDtra0zi2-BW7nRV4CgS38Al-w,4824
9441
+ byteplus_python_sdk_v2-3.0.55.dist-info/WHEEL,sha256=qWEHOWeXof9kJLXAXJ1hukQ_MvVtaV9UUAew6N7Y99E,109
9442
+ byteplus_python_sdk_v2-3.0.55.dist-info/top_level.txt,sha256=gADb4wdgjUFAEv7qL0GSSIG9wJDSQHzmWr8uPwEaMyQ,1134
9443
+ byteplus_python_sdk_v2-3.0.55.dist-info/RECORD,,
@@ -6,6 +6,7 @@ byteplussdkarkruntime
6
6
  byteplussdkautoscaling
7
7
  byteplussdkbilling
8
8
  byteplussdkcen
9
+ byteplussdkclawsentry
9
10
  byteplussdkclb
10
11
  byteplussdkcloudmonitor
11
12
  byteplussdkcore
@@ -55,3 +56,4 @@ byteplussdkvpc
55
56
  byteplussdkvpc20250901
56
57
  byteplussdkvpn
57
58
  byteplussdkvs
59
+ byteplussdkvs20260714
@@ -0,0 +1,24 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+
5
+ """
6
+ clawsentry
7
+
8
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
9
+
10
+ OpenAPI spec version: common-version
11
+
12
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
13
+ """
14
+
15
+
16
+ from __future__ import absolute_import
17
+
18
+ # import apis into sdk package
19
+ from byteplussdkclawsentry.api.clawsentry_api import CLAWSENTRYApi
20
+
21
+ # import models into sdk package
22
+ from byteplussdkclawsentry.models.base_for_create_claw_input import BaseForCreateClawInput
23
+ from byteplussdkclawsentry.models.create_claw_request import CreateClawRequest
24
+ from byteplussdkclawsentry.models.create_claw_response import CreateClawResponse
@@ -0,0 +1,6 @@
1
+ from __future__ import absolute_import
2
+
3
+ # flake8: noqa
4
+
5
+ # import apis into api package
6
+ from byteplussdkclawsentry.api.clawsentry_api import CLAWSENTRYApi
@@ -0,0 +1,131 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ clawsentry
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
+ from __future__ import absolute_import
15
+
16
+ import re # noqa: F401
17
+
18
+ # python 2 and python 3 compatibility library
19
+ import six
20
+
21
+ import byteplussdkcore
22
+
23
+
24
+ class CLAWSENTRYApi(object):
25
+ """NOTE: This class is auto generated by the swagger code generator program.
26
+
27
+ Do not edit the class manually.
28
+ Ref: https://github.com/swagger-api/swagger-codegen
29
+ """
30
+
31
+ def __init__(self, api_client=None):
32
+ if api_client is None:
33
+ api_client = byteplussdkcore.ApiClient()
34
+ self.api_client = api_client
35
+
36
+ def create_claw(self, body, **kwargs): # noqa: E501
37
+ """create_claw # noqa: E501
38
+
39
+ This method makes a synchronous HTTP request by default. To make an
40
+ asynchronous HTTP request, please pass async_req=True
41
+ >>> thread = api.create_claw(body, async_req=True)
42
+ >>> result = thread.get()
43
+
44
+ :param async_req bool
45
+ :param CreateClawRequest body: (required)
46
+ :return: CreateClawResponse
47
+ If the method is called asynchronously,
48
+ returns the request thread.
49
+ """
50
+ kwargs['_return_http_data_only'] = True
51
+ if kwargs.get('async_req'):
52
+ return self.create_claw_with_http_info(body, **kwargs) # noqa: E501
53
+ else:
54
+ (data) = self.create_claw_with_http_info(body, **kwargs) # noqa: E501
55
+ return data
56
+
57
+ def create_claw_with_http_info(self, body, **kwargs): # noqa: E501
58
+ """create_claw # noqa: E501
59
+
60
+ This method makes a synchronous HTTP request by default. To make an
61
+ asynchronous HTTP request, please pass async_req=True
62
+ >>> thread = api.create_claw_with_http_info(body, async_req=True)
63
+ >>> result = thread.get()
64
+
65
+ :param async_req bool
66
+ :param CreateClawRequest body: (required)
67
+ :return: CreateClawResponse
68
+ If the method is called asynchronously,
69
+ returns the request thread.
70
+ """
71
+
72
+ all_params = ['body'] # noqa: E501
73
+ all_params.append('async_req')
74
+ all_params.append('_return_http_data_only')
75
+ all_params.append('_preload_content')
76
+ all_params.append('_request_timeout')
77
+
78
+ params = locals()
79
+ for key, val in six.iteritems(params['kwargs']):
80
+ if key not in all_params:
81
+ raise TypeError(
82
+ "Got an unexpected keyword argument '%s'"
83
+ " to method create_claw" % key
84
+ )
85
+ params[key] = val
86
+ del params['kwargs']
87
+ # verify the required parameter 'body' is set
88
+ if self.api_client.client_side_validation and ('body' not in params or
89
+ params['body'] is None): # noqa: E501
90
+ raise ValueError("Missing the required parameter `body` when calling `create_claw`") # noqa: E501
91
+
92
+ collection_formats = {}
93
+
94
+ path_params = {}
95
+
96
+ query_params = []
97
+
98
+ header_params = {}
99
+
100
+ form_params = []
101
+ local_var_files = {}
102
+
103
+ body_params = None
104
+ if 'body' in params:
105
+ body_params = params['body']
106
+ # HTTP header `Accept`
107
+ header_params['Accept'] = self.api_client.select_header_accept(
108
+ ['application/json']) # noqa: E501
109
+
110
+ # HTTP header `Content-Type`
111
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
112
+ ['application/json']) # noqa: E501
113
+
114
+ # Authentication setting
115
+ auth_settings = ['byteplusSign'] # noqa: E501
116
+
117
+ return self.api_client.call_api(
118
+ '/CreateClaw/2026-03-27/clawsentry/post/application_json/', 'POST',
119
+ path_params,
120
+ query_params,
121
+ header_params,
122
+ body=body_params,
123
+ post_params=form_params,
124
+ files=local_var_files,
125
+ response_type='CreateClawResponse', # noqa: E501
126
+ auth_settings=auth_settings,
127
+ async_req=params.get('async_req'),
128
+ _return_http_data_only=params.get('_return_http_data_only'),
129
+ _preload_content=params.get('_preload_content', True),
130
+ _request_timeout=params.get('_request_timeout'),
131
+ collection_formats=collection_formats)
@@ -0,0 +1,20 @@
1
+ # coding: utf-8
2
+
3
+ # flake8: noqa
4
+ """
5
+ clawsentry
6
+
7
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
8
+
9
+ OpenAPI spec version: common-version
10
+
11
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
12
+ """
13
+
14
+
15
+ from __future__ import absolute_import
16
+
17
+ # import models into model package
18
+ from byteplussdkclawsentry.models.base_for_create_claw_input import BaseForCreateClawInput
19
+ from byteplussdkclawsentry.models.create_claw_request import CreateClawRequest
20
+ from byteplussdkclawsentry.models.create_claw_response import CreateClawResponse
@@ -0,0 +1,126 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ clawsentry
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 byteplussdkcore.configuration import Configuration
20
+
21
+
22
+ class BaseForCreateClawInput(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
+ 'instance_id': 'str'
37
+ }
38
+
39
+ attribute_map = {
40
+ 'instance_id': 'InstanceID'
41
+ }
42
+
43
+ def __init__(self, instance_id=None, _configuration=None): # noqa: E501
44
+ """BaseForCreateClawInput - a model defined in Swagger""" # noqa: E501
45
+ if _configuration is None:
46
+ _configuration = Configuration()
47
+ self._configuration = _configuration
48
+
49
+ self._instance_id = None
50
+ self.discriminator = None
51
+
52
+ if instance_id is not None:
53
+ self.instance_id = instance_id
54
+
55
+ @property
56
+ def instance_id(self):
57
+ """Gets the instance_id of this BaseForCreateClawInput. # noqa: E501
58
+
59
+
60
+ :return: The instance_id of this BaseForCreateClawInput. # noqa: E501
61
+ :rtype: str
62
+ """
63
+ return self._instance_id
64
+
65
+ @instance_id.setter
66
+ def instance_id(self, instance_id):
67
+ """Sets the instance_id of this BaseForCreateClawInput.
68
+
69
+
70
+ :param instance_id: The instance_id of this BaseForCreateClawInput. # noqa: E501
71
+ :type: str
72
+ """
73
+ if (self._configuration.client_side_validation and
74
+ instance_id is not None and len(instance_id) < 1):
75
+ raise ValueError("Invalid value for `instance_id`, length must be greater than or equal to `1`") # noqa: E501
76
+
77
+ self._instance_id = instance_id
78
+
79
+ def to_dict(self):
80
+ """Returns the model properties as a dict"""
81
+ result = {}
82
+
83
+ for attr, _ in six.iteritems(self.swagger_types):
84
+ value = getattr(self, attr)
85
+ if isinstance(value, list):
86
+ result[attr] = list(map(
87
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
88
+ value
89
+ ))
90
+ elif hasattr(value, "to_dict"):
91
+ result[attr] = value.to_dict()
92
+ elif isinstance(value, dict):
93
+ result[attr] = dict(map(
94
+ lambda item: (item[0], item[1].to_dict())
95
+ if hasattr(item[1], "to_dict") else item,
96
+ value.items()
97
+ ))
98
+ else:
99
+ result[attr] = value
100
+ if issubclass(BaseForCreateClawInput, dict):
101
+ for key, value in self.items():
102
+ result[key] = value
103
+
104
+ return result
105
+
106
+ def to_str(self):
107
+ """Returns the string representation of the model"""
108
+ return pprint.pformat(self.to_dict())
109
+
110
+ def __repr__(self):
111
+ """For `print` and `pprint`"""
112
+ return self.to_str()
113
+
114
+ def __eq__(self, other):
115
+ """Returns true if both objects are equal"""
116
+ if not isinstance(other, BaseForCreateClawInput):
117
+ return False
118
+
119
+ return self.to_dict() == other.to_dict()
120
+
121
+ def __ne__(self, other):
122
+ """Returns true if both objects are not equal"""
123
+ if not isinstance(other, BaseForCreateClawInput):
124
+ return True
125
+
126
+ return self.to_dict() != other.to_dict()