latitudesh-python-sdk 3.0.3__tar.gz → 3.0.5__tar.gz
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.
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/PKG-INFO +1 -1
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/pyproject.toml +1 -1
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/_version.py +3 -3
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/apikeys_sdk.py +10 -10
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/basesdk.py +34 -37
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/billing.py +2 -2
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/elastic_ips_sdk.py +14 -14
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/events_sdk.py +6 -6
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/firewalls_sdk.py +30 -30
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/ipaddresses_sdk.py +8 -8
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/kubernetes_clusters_sdk.py +28 -44
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_available_versions.py +5 -5
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_data.py +12 -3
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/operatingsystems_sdk.py +6 -6
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/plans.py +16 -16
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/privatenetworks.py +24 -24
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/projects_sdk.py +16 -12
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/regions_sdk.py +8 -8
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/roles.py +8 -8
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/servers_sdk.py +40 -40
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/sshkeys_sdk.py +20 -20
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/storage.py +26 -26
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/tags.py +8 -8
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/teams_sdk.py +6 -6
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/teamsmembers.py +10 -10
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/traffic_sdk.py +4 -4
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/userdata_sdk.py +20 -20
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/userprofile.py +6 -6
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/virtualmachines_sdk.py +12 -12
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/vpnsessions.py +8 -8
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/LICENSE +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/README-PYPI.md +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/py.typed +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/__init__.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/_hooks/__init__.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/_hooks/registration.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/_hooks/sdkhooks.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/_hooks/types.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/httpclient.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/__init__.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/api_key.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/api_keys.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/apierror.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/assign_server_virtual_networkop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/bandwidth_packages.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/bandwidth_plan_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/bandwidth_plans.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/billing_usage.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_api_key.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_elastic_ip.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_firewall_assignmentop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_firewallop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_ipmi_sessionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_kubernetes_cluster.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_projectop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_server_actionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_server_out_of_bandop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_server_reinstallop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_serverop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_tagop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_virtual_machine_actionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/create_virtual_networkop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/custom_tag.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/custom_tag_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/custom_tags.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_api_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_elastic_ipop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_firewall_assignmentop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_firewallop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_kubernetes_clusterop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_project_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_project_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_projectop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_storage_filesystemsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_storage_objectsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_storage_volumesop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_virtual_networks_assignmentsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/delete_vpn_sessionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/deploy_config.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/destroy_serverop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/destroy_tagop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/destroy_team_memberop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/destroy_virtual_machineop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/destroy_virtual_networkop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/elastic_ip.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/elastic_ip_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/elastic_ips.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/error_object.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/event_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/events.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/filesystem_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/firewall.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/firewall_assignment_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/firewall_assignments.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/firewall_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/firewall_server.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/firewalls.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_all_firewall_assignmentsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_bandwidth_plansop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_billing_usageop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_elastic_ipop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_eventsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_firewall_assignmentsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_firewallop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_ipop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_ipsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_kubernetes_cluster_kubeconfigop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_kubernetes_clusterop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_planop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_plans_operating_systemop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_plansop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_project_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_project_ssh_keysop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_project_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_project_users_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_projectsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_regionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_regionsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_role_idop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_rolesop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_server_deploy_configop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_server_out_of_bandop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_serverop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_serversop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_ssh_keysop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_storage_filesystemsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_storage_objectop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_storage_objectsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_storage_volumeop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_storage_volumesop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_team_membersop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_traffic_consumptionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_traffic_quotaop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_user_profileop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_users_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_virtual_networkop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_virtual_networks_assignmentsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_virtual_networksop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_vm_plansop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/get_vpn_sessionsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/index_virtual_machineop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/ip_address.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/ip_addresses.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/ipmi_session.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_cluster.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_cluster_create_response.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_cluster_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_cluster_kubeconfig.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_cluster_summary_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_cluster_update_response.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/kubernetes_clusters.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/latitudesherror.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/list_elastic_ipsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/list_firewallsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/list_kubernetes_clustersop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/membership.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/no_response_error.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/object_storage_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/object_storages.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/operating_system_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/operating_systems.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/out_of_band_connection.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/patch_current_teamop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/patch_storage_filesystemsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/patch_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/patch_user_profileop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/plan.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/plan_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_api_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_project_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_project_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_storage_filesystemsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_storage_objectsop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_storage_volumes_mountop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_storage_volumesop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_team_membersop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_teamop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/post_vpn_sessionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/project.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/project_include.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/projects.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/put_project_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/put_project_user_dataop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/put_ssh_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/put_vpn_sessionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/region.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/region_resource_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/regions.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/responsevalidationerror.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/role.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/role_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/rotate_api_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/security.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_action.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_exit_rescue_modeop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_lockop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_region_resource_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_rescue.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_schedule_deletion.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_schedule_deletionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_start_rescue_modeop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_unlockop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/server_unschedule_deletionop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/servers.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/show_virtual_machineop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/ssh_key_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/ssh_keys.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/storage_plan_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/storage_plans.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/team.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/team_include.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/team_members.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/teams.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/traffic.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/traffic_quota.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_api_key.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_api_keyop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_elastic_ip.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_elastic_ipop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_firewallop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_kubernetes_cluster.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_kubernetes_clusterop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_plans_bandwidthop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_projectop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_server_deploy_configop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_serverop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_tagop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_virtual_machineop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/update_virtual_networkop.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_data_object.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_data_properties.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_include.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_team.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_teams.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/user_update.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_machine.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_machine_attributes.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_machine_payload.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_machine_plans.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_machine_update_payload.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_machines.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_network.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_network_assignment.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_network_assignment_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_network_assignments.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_network_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/virtual_networks.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/volume_data.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/vpn_session_data_with_password.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/models/vpn_session_with_password.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/py.typed +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/sdk.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/sdkconfiguration.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/types/__init__.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/types/basemodel.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/__init__.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/annotations.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/datetimes.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/dynamic_imports.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/enums.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/eventstreaming.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/forms.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/headers.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/logger.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/metadata.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/queryparams.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/requestbodies.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/retries.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/security.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/serializers.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/unmarshal_json_response.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/url.py +0 -0
- {latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/utils/values.py +0 -0
{latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/_version.py
RENAMED
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "latitudesh-python-sdk"
|
|
6
|
-
__version__: str = "3.0.
|
|
6
|
+
__version__: str = "3.0.5"
|
|
7
7
|
__openapi_doc_version__: str = "2023-06-01"
|
|
8
|
-
__gen_version__: str = "2.
|
|
8
|
+
__gen_version__: str = "2.881.16"
|
|
9
9
|
__user_agent__: str = (
|
|
10
|
-
"speakeasy-sdk/python 3.0.
|
|
10
|
+
"speakeasy-sdk/python 3.0.5 2.881.16 2023-06-01 latitudesh-python-sdk"
|
|
11
11
|
)
|
|
12
12
|
|
|
13
13
|
try:
|
{latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/apikeys_sdk.py
RENAMED
|
@@ -73,7 +73,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
73
73
|
),
|
|
74
74
|
),
|
|
75
75
|
request=req,
|
|
76
|
-
|
|
76
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
77
77
|
retry_config=retry_config,
|
|
78
78
|
)
|
|
79
79
|
|
|
@@ -151,7 +151,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
151
151
|
),
|
|
152
152
|
),
|
|
153
153
|
request=req,
|
|
154
|
-
|
|
154
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
155
155
|
retry_config=retry_config,
|
|
156
156
|
)
|
|
157
157
|
|
|
@@ -239,7 +239,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
239
239
|
),
|
|
240
240
|
),
|
|
241
241
|
request=req,
|
|
242
|
-
|
|
242
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
243
243
|
retry_config=retry_config,
|
|
244
244
|
)
|
|
245
245
|
|
|
@@ -327,7 +327,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
327
327
|
),
|
|
328
328
|
),
|
|
329
329
|
request=req,
|
|
330
|
-
|
|
330
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
331
331
|
retry_config=retry_config,
|
|
332
332
|
)
|
|
333
333
|
|
|
@@ -423,7 +423,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
423
423
|
),
|
|
424
424
|
),
|
|
425
425
|
request=req,
|
|
426
|
-
|
|
426
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
427
427
|
retry_config=retry_config,
|
|
428
428
|
)
|
|
429
429
|
|
|
@@ -519,7 +519,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
519
519
|
),
|
|
520
520
|
),
|
|
521
521
|
request=req,
|
|
522
|
-
|
|
522
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
523
523
|
retry_config=retry_config,
|
|
524
524
|
)
|
|
525
525
|
|
|
@@ -604,7 +604,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
604
604
|
),
|
|
605
605
|
),
|
|
606
606
|
request=req,
|
|
607
|
-
|
|
607
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
608
608
|
retry_config=retry_config,
|
|
609
609
|
)
|
|
610
610
|
|
|
@@ -689,7 +689,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
689
689
|
),
|
|
690
690
|
),
|
|
691
691
|
request=req,
|
|
692
|
-
|
|
692
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
693
693
|
retry_config=retry_config,
|
|
694
694
|
)
|
|
695
695
|
|
|
@@ -785,7 +785,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
785
785
|
),
|
|
786
786
|
),
|
|
787
787
|
request=req,
|
|
788
|
-
|
|
788
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
789
789
|
retry_config=retry_config,
|
|
790
790
|
)
|
|
791
791
|
|
|
@@ -881,7 +881,7 @@ class APIKeysSDK(BaseSDK):
|
|
|
881
881
|
),
|
|
882
882
|
),
|
|
883
883
|
request=req,
|
|
884
|
-
|
|
884
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
885
885
|
retry_config=retry_config,
|
|
886
886
|
)
|
|
887
887
|
|
{latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/basesdk.py
RENAMED
|
@@ -7,6 +7,7 @@ from latitudesh_python_sdk._hooks import (
|
|
|
7
7
|
AfterErrorContext,
|
|
8
8
|
AfterSuccessContext,
|
|
9
9
|
BeforeRequestContext,
|
|
10
|
+
HookContext,
|
|
10
11
|
)
|
|
11
12
|
from latitudesh_python_sdk.utils import (
|
|
12
13
|
RetryConfig,
|
|
@@ -237,10 +238,10 @@ class BaseSDK:
|
|
|
237
238
|
|
|
238
239
|
def do_request(
|
|
239
240
|
self,
|
|
240
|
-
hook_ctx,
|
|
241
|
-
request,
|
|
242
|
-
|
|
243
|
-
stream=False,
|
|
241
|
+
hook_ctx: HookContext,
|
|
242
|
+
request: httpx.Request,
|
|
243
|
+
is_error_status_code: Callable[[int], bool],
|
|
244
|
+
stream: bool = False,
|
|
244
245
|
retry_config: Optional[Tuple[RetryConfig, List[str]]] = None,
|
|
245
246
|
) -> httpx.Response:
|
|
246
247
|
client = self.sdk_configuration.client
|
|
@@ -284,19 +285,6 @@ class BaseSDK:
|
|
|
284
285
|
"<streaming response>" if stream else http_res.text,
|
|
285
286
|
)
|
|
286
287
|
|
|
287
|
-
if utils.match_status_codes(error_status_codes, http_res.status_code):
|
|
288
|
-
result, err = hooks.after_error(
|
|
289
|
-
AfterErrorContext(hook_ctx), http_res, None
|
|
290
|
-
)
|
|
291
|
-
if err is not None:
|
|
292
|
-
logger.debug("Request Exception", exc_info=True)
|
|
293
|
-
raise err
|
|
294
|
-
if result is not None:
|
|
295
|
-
http_res = result
|
|
296
|
-
else:
|
|
297
|
-
logger.debug("Raising unexpected SDK error")
|
|
298
|
-
raise models.APIError("Unexpected error occurred", http_res)
|
|
299
|
-
|
|
300
288
|
return http_res
|
|
301
289
|
|
|
302
290
|
if retry_config is not None:
|
|
@@ -304,17 +292,27 @@ class BaseSDK:
|
|
|
304
292
|
else:
|
|
305
293
|
http_res = do()
|
|
306
294
|
|
|
307
|
-
if
|
|
295
|
+
if is_error_status_code(http_res.status_code):
|
|
296
|
+
result, err = hooks.after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
297
|
+
if err is not None:
|
|
298
|
+
logger.debug("Request Exception", exc_info=True)
|
|
299
|
+
raise err
|
|
300
|
+
if result is not None:
|
|
301
|
+
http_res = result
|
|
302
|
+
else:
|
|
303
|
+
logger.debug("Raising unexpected SDK error")
|
|
304
|
+
raise models.APIError("Unexpected error occurred", http_res)
|
|
305
|
+
else:
|
|
308
306
|
http_res = hooks.after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
309
307
|
|
|
310
308
|
return http_res
|
|
311
309
|
|
|
312
310
|
async def do_request_async(
|
|
313
311
|
self,
|
|
314
|
-
hook_ctx,
|
|
315
|
-
request,
|
|
316
|
-
|
|
317
|
-
stream=False,
|
|
312
|
+
hook_ctx: HookContext,
|
|
313
|
+
request: httpx.Request,
|
|
314
|
+
is_error_status_code: Callable[[int], bool],
|
|
315
|
+
stream: bool = False,
|
|
318
316
|
retry_config: Optional[Tuple[RetryConfig, List[str]]] = None,
|
|
319
317
|
) -> httpx.Response:
|
|
320
318
|
client = self.sdk_configuration.async_client
|
|
@@ -364,20 +362,6 @@ class BaseSDK:
|
|
|
364
362
|
"<streaming response>" if stream else http_res.text,
|
|
365
363
|
)
|
|
366
364
|
|
|
367
|
-
if utils.match_status_codes(error_status_codes, http_res.status_code):
|
|
368
|
-
result, err = await run_sync_in_thread(
|
|
369
|
-
hooks.after_error, AfterErrorContext(hook_ctx), http_res, None
|
|
370
|
-
)
|
|
371
|
-
|
|
372
|
-
if err is not None:
|
|
373
|
-
logger.debug("Request Exception", exc_info=True)
|
|
374
|
-
raise err
|
|
375
|
-
if result is not None:
|
|
376
|
-
http_res = result
|
|
377
|
-
else:
|
|
378
|
-
logger.debug("Raising unexpected SDK error")
|
|
379
|
-
raise models.APIError("Unexpected error occurred", http_res)
|
|
380
|
-
|
|
381
365
|
return http_res
|
|
382
366
|
|
|
383
367
|
if retry_config is not None:
|
|
@@ -387,7 +371,20 @@ class BaseSDK:
|
|
|
387
371
|
else:
|
|
388
372
|
http_res = await do()
|
|
389
373
|
|
|
390
|
-
if
|
|
374
|
+
if is_error_status_code(http_res.status_code):
|
|
375
|
+
result, err = await run_sync_in_thread(
|
|
376
|
+
hooks.after_error, AfterErrorContext(hook_ctx), http_res, None
|
|
377
|
+
)
|
|
378
|
+
|
|
379
|
+
if err is not None:
|
|
380
|
+
logger.debug("Request Exception", exc_info=True)
|
|
381
|
+
raise err
|
|
382
|
+
if result is not None:
|
|
383
|
+
http_res = result
|
|
384
|
+
else:
|
|
385
|
+
logger.debug("Raising unexpected SDK error")
|
|
386
|
+
raise models.APIError("Unexpected error occurred", http_res)
|
|
387
|
+
else:
|
|
391
388
|
http_res = await run_sync_in_thread(
|
|
392
389
|
hooks.after_success, AfterSuccessContext(hook_ctx), http_res
|
|
393
390
|
)
|
{latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/billing.py
RENAMED
|
@@ -88,7 +88,7 @@ class Billing(BaseSDK):
|
|
|
88
88
|
),
|
|
89
89
|
),
|
|
90
90
|
request=req,
|
|
91
|
-
|
|
91
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
92
92
|
retry_config=retry_config,
|
|
93
93
|
)
|
|
94
94
|
|
|
@@ -181,7 +181,7 @@ class Billing(BaseSDK):
|
|
|
181
181
|
),
|
|
182
182
|
),
|
|
183
183
|
request=req,
|
|
184
|
-
|
|
184
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
185
185
|
retry_config=retry_config,
|
|
186
186
|
)
|
|
187
187
|
|
|
@@ -95,7 +95,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
95
95
|
),
|
|
96
96
|
),
|
|
97
97
|
request=req,
|
|
98
|
-
|
|
98
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
99
99
|
retry_config=retry_config,
|
|
100
100
|
)
|
|
101
101
|
|
|
@@ -109,8 +109,8 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
109
109
|
results = JSONPath("$.data").parse(body)
|
|
110
110
|
if len(results) == 0 or len(results[0]) == 0:
|
|
111
111
|
return None
|
|
112
|
-
|
|
113
|
-
if len(results[0]) <
|
|
112
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
113
|
+
if len(results[0]) < limit_:
|
|
114
114
|
return None
|
|
115
115
|
|
|
116
116
|
return self.list_elastic_ips(
|
|
@@ -223,7 +223,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
223
223
|
),
|
|
224
224
|
),
|
|
225
225
|
request=req,
|
|
226
|
-
|
|
226
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
227
227
|
retry_config=retry_config,
|
|
228
228
|
)
|
|
229
229
|
|
|
@@ -237,8 +237,8 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
237
237
|
results = JSONPath("$.data").parse(body)
|
|
238
238
|
if len(results) == 0 or len(results[0]) == 0:
|
|
239
239
|
return None
|
|
240
|
-
|
|
241
|
-
if len(results[0]) <
|
|
240
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
241
|
+
if len(results[0]) < limit_:
|
|
242
242
|
return None
|
|
243
243
|
|
|
244
244
|
return self.list_elastic_ips(
|
|
@@ -342,7 +342,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
342
342
|
),
|
|
343
343
|
),
|
|
344
344
|
request=req,
|
|
345
|
-
|
|
345
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
346
346
|
retry_config=retry_config,
|
|
347
347
|
)
|
|
348
348
|
|
|
@@ -436,7 +436,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
436
436
|
),
|
|
437
437
|
),
|
|
438
438
|
request=req,
|
|
439
|
-
|
|
439
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
440
440
|
retry_config=retry_config,
|
|
441
441
|
)
|
|
442
442
|
|
|
@@ -527,7 +527,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
527
527
|
),
|
|
528
528
|
),
|
|
529
529
|
request=req,
|
|
530
|
-
|
|
530
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
531
531
|
retry_config=retry_config,
|
|
532
532
|
)
|
|
533
533
|
|
|
@@ -618,7 +618,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
618
618
|
),
|
|
619
619
|
),
|
|
620
620
|
request=req,
|
|
621
|
-
|
|
621
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
622
622
|
retry_config=retry_config,
|
|
623
623
|
)
|
|
624
624
|
|
|
@@ -709,7 +709,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
709
709
|
),
|
|
710
710
|
),
|
|
711
711
|
request=req,
|
|
712
|
-
|
|
712
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
713
713
|
retry_config=retry_config,
|
|
714
714
|
)
|
|
715
715
|
|
|
@@ -802,7 +802,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
802
802
|
),
|
|
803
803
|
),
|
|
804
804
|
request=req,
|
|
805
|
-
|
|
805
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
806
806
|
retry_config=retry_config,
|
|
807
807
|
)
|
|
808
808
|
|
|
@@ -903,7 +903,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
903
903
|
),
|
|
904
904
|
),
|
|
905
905
|
request=req,
|
|
906
|
-
|
|
906
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
907
907
|
retry_config=retry_config,
|
|
908
908
|
)
|
|
909
909
|
|
|
@@ -1004,7 +1004,7 @@ class ElasticIpsSDK(BaseSDK):
|
|
|
1004
1004
|
),
|
|
1005
1005
|
),
|
|
1006
1006
|
request=req,
|
|
1007
|
-
|
|
1007
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1008
1008
|
retry_config=retry_config,
|
|
1009
1009
|
)
|
|
1010
1010
|
|
{latitudesh_python_sdk-3.0.3 → latitudesh_python_sdk-3.0.5}/src/latitudesh_python_sdk/events_sdk.py
RENAMED
|
@@ -108,7 +108,7 @@ class EventsSDK(BaseSDK):
|
|
|
108
108
|
),
|
|
109
109
|
),
|
|
110
110
|
request=req,
|
|
111
|
-
|
|
111
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
112
112
|
retry_config=retry_config,
|
|
113
113
|
)
|
|
114
114
|
|
|
@@ -122,8 +122,8 @@ class EventsSDK(BaseSDK):
|
|
|
122
122
|
results = JSONPath("$.data").parse(body)
|
|
123
123
|
if len(results) == 0 or len(results[0]) == 0:
|
|
124
124
|
return None
|
|
125
|
-
|
|
126
|
-
if len(results[0]) <
|
|
125
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
126
|
+
if len(results[0]) < limit_:
|
|
127
127
|
return None
|
|
128
128
|
|
|
129
129
|
return self.list(
|
|
@@ -254,7 +254,7 @@ class EventsSDK(BaseSDK):
|
|
|
254
254
|
),
|
|
255
255
|
),
|
|
256
256
|
request=req,
|
|
257
|
-
|
|
257
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
258
258
|
retry_config=retry_config,
|
|
259
259
|
)
|
|
260
260
|
|
|
@@ -268,8 +268,8 @@ class EventsSDK(BaseSDK):
|
|
|
268
268
|
results = JSONPath("$.data").parse(body)
|
|
269
269
|
if len(results) == 0 or len(results[0]) == 0:
|
|
270
270
|
return None
|
|
271
|
-
|
|
272
|
-
if len(results[0]) <
|
|
271
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
272
|
+
if len(results[0]) < limit_:
|
|
273
273
|
return None
|
|
274
274
|
|
|
275
275
|
return self.list(
|
|
@@ -86,7 +86,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
86
86
|
),
|
|
87
87
|
),
|
|
88
88
|
request=req,
|
|
89
|
-
|
|
89
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
90
90
|
retry_config=retry_config,
|
|
91
91
|
)
|
|
92
92
|
|
|
@@ -100,8 +100,8 @@ class FirewallsSDK(BaseSDK):
|
|
|
100
100
|
results = JSONPath("$.data").parse(body)
|
|
101
101
|
if len(results) == 0 or len(results[0]) == 0:
|
|
102
102
|
return None
|
|
103
|
-
|
|
104
|
-
if len(results[0]) <
|
|
103
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
104
|
+
if len(results[0]) < limit_:
|
|
105
105
|
return None
|
|
106
106
|
|
|
107
107
|
return self.get_all_firewall_assignments(
|
|
@@ -203,7 +203,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
203
203
|
),
|
|
204
204
|
),
|
|
205
205
|
request=req,
|
|
206
|
-
|
|
206
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
207
207
|
retry_config=retry_config,
|
|
208
208
|
)
|
|
209
209
|
|
|
@@ -217,8 +217,8 @@ class FirewallsSDK(BaseSDK):
|
|
|
217
217
|
results = JSONPath("$.data").parse(body)
|
|
218
218
|
if len(results) == 0 or len(results[0]) == 0:
|
|
219
219
|
return None
|
|
220
|
-
|
|
221
|
-
if len(results[0]) <
|
|
220
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
221
|
+
if len(results[0]) < limit_:
|
|
222
222
|
return None
|
|
223
223
|
|
|
224
224
|
return self.get_all_firewall_assignments(
|
|
@@ -320,7 +320,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
320
320
|
),
|
|
321
321
|
),
|
|
322
322
|
request=req,
|
|
323
|
-
|
|
323
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
324
324
|
retry_config=retry_config,
|
|
325
325
|
)
|
|
326
326
|
|
|
@@ -410,7 +410,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
410
410
|
),
|
|
411
411
|
),
|
|
412
412
|
request=req,
|
|
413
|
-
|
|
413
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
414
414
|
retry_config=retry_config,
|
|
415
415
|
)
|
|
416
416
|
|
|
@@ -500,7 +500,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
500
500
|
),
|
|
501
501
|
),
|
|
502
502
|
request=req,
|
|
503
|
-
|
|
503
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
504
504
|
retry_config=retry_config,
|
|
505
505
|
)
|
|
506
506
|
|
|
@@ -514,8 +514,8 @@ class FirewallsSDK(BaseSDK):
|
|
|
514
514
|
results = JSONPath("$.data").parse(body)
|
|
515
515
|
if len(results) == 0 or len(results[0]) == 0:
|
|
516
516
|
return None
|
|
517
|
-
|
|
518
|
-
if len(results[0]) <
|
|
517
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
518
|
+
if len(results[0]) < limit_:
|
|
519
519
|
return None
|
|
520
520
|
|
|
521
521
|
return self.list(
|
|
@@ -617,7 +617,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
617
617
|
),
|
|
618
618
|
),
|
|
619
619
|
request=req,
|
|
620
|
-
|
|
620
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
621
621
|
retry_config=retry_config,
|
|
622
622
|
)
|
|
623
623
|
|
|
@@ -631,8 +631,8 @@ class FirewallsSDK(BaseSDK):
|
|
|
631
631
|
results = JSONPath("$.data").parse(body)
|
|
632
632
|
if len(results) == 0 or len(results[0]) == 0:
|
|
633
633
|
return None
|
|
634
|
-
|
|
635
|
-
if len(results[0]) <
|
|
634
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
635
|
+
if len(results[0]) < limit_:
|
|
636
636
|
return None
|
|
637
637
|
|
|
638
638
|
return self.list(
|
|
@@ -728,7 +728,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
728
728
|
),
|
|
729
729
|
),
|
|
730
730
|
request=req,
|
|
731
|
-
|
|
731
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
732
732
|
retry_config=retry_config,
|
|
733
733
|
)
|
|
734
734
|
|
|
@@ -812,7 +812,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
812
812
|
),
|
|
813
813
|
),
|
|
814
814
|
request=req,
|
|
815
|
-
|
|
815
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
816
816
|
retry_config=retry_config,
|
|
817
817
|
)
|
|
818
818
|
|
|
@@ -911,7 +911,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
911
911
|
),
|
|
912
912
|
),
|
|
913
913
|
request=req,
|
|
914
|
-
|
|
914
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
915
915
|
retry_config=retry_config,
|
|
916
916
|
)
|
|
917
917
|
|
|
@@ -1010,7 +1010,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1010
1010
|
),
|
|
1011
1011
|
),
|
|
1012
1012
|
request=req,
|
|
1013
|
-
|
|
1013
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1014
1014
|
retry_config=retry_config,
|
|
1015
1015
|
)
|
|
1016
1016
|
|
|
@@ -1092,7 +1092,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1092
1092
|
),
|
|
1093
1093
|
),
|
|
1094
1094
|
request=req,
|
|
1095
|
-
|
|
1095
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1096
1096
|
retry_config=retry_config,
|
|
1097
1097
|
)
|
|
1098
1098
|
|
|
@@ -1174,7 +1174,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1174
1174
|
),
|
|
1175
1175
|
),
|
|
1176
1176
|
request=req,
|
|
1177
|
-
|
|
1177
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1178
1178
|
retry_config=retry_config,
|
|
1179
1179
|
)
|
|
1180
1180
|
|
|
@@ -1275,7 +1275,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1275
1275
|
),
|
|
1276
1276
|
),
|
|
1277
1277
|
request=req,
|
|
1278
|
-
|
|
1278
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1279
1279
|
retry_config=retry_config,
|
|
1280
1280
|
)
|
|
1281
1281
|
|
|
@@ -1376,7 +1376,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1376
1376
|
),
|
|
1377
1377
|
),
|
|
1378
1378
|
request=req,
|
|
1379
|
-
|
|
1379
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1380
1380
|
retry_config=retry_config,
|
|
1381
1381
|
)
|
|
1382
1382
|
|
|
@@ -1466,7 +1466,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1466
1466
|
),
|
|
1467
1467
|
),
|
|
1468
1468
|
request=req,
|
|
1469
|
-
|
|
1469
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1470
1470
|
retry_config=retry_config,
|
|
1471
1471
|
)
|
|
1472
1472
|
|
|
@@ -1480,8 +1480,8 @@ class FirewallsSDK(BaseSDK):
|
|
|
1480
1480
|
results = JSONPath("$.data").parse(body)
|
|
1481
1481
|
if len(results) == 0 or len(results[0]) == 0:
|
|
1482
1482
|
return None
|
|
1483
|
-
|
|
1484
|
-
if len(results[0]) <
|
|
1483
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
1484
|
+
if len(results[0]) < limit_:
|
|
1485
1485
|
return None
|
|
1486
1486
|
|
|
1487
1487
|
return self.list_assignments(
|
|
@@ -1583,7 +1583,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1583
1583
|
),
|
|
1584
1584
|
),
|
|
1585
1585
|
request=req,
|
|
1586
|
-
|
|
1586
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1587
1587
|
retry_config=retry_config,
|
|
1588
1588
|
)
|
|
1589
1589
|
|
|
@@ -1597,8 +1597,8 @@ class FirewallsSDK(BaseSDK):
|
|
|
1597
1597
|
results = JSONPath("$.data").parse(body)
|
|
1598
1598
|
if len(results) == 0 or len(results[0]) == 0:
|
|
1599
1599
|
return None
|
|
1600
|
-
|
|
1601
|
-
if len(results[0]) <
|
|
1600
|
+
limit_ = request.page_size if isinstance(request.page_size, int) else 20
|
|
1601
|
+
if len(results[0]) < limit_:
|
|
1602
1602
|
return None
|
|
1603
1603
|
|
|
1604
1604
|
return self.list_assignments(
|
|
@@ -1697,7 +1697,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1697
1697
|
),
|
|
1698
1698
|
),
|
|
1699
1699
|
request=req,
|
|
1700
|
-
|
|
1700
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1701
1701
|
retry_config=retry_config,
|
|
1702
1702
|
)
|
|
1703
1703
|
|
|
@@ -1784,7 +1784,7 @@ class FirewallsSDK(BaseSDK):
|
|
|
1784
1784
|
),
|
|
1785
1785
|
),
|
|
1786
1786
|
request=req,
|
|
1787
|
-
|
|
1787
|
+
is_error_status_code=lambda c: utils.match_status_codes(["4XX", "5XX"], c),
|
|
1788
1788
|
retry_config=retry_config,
|
|
1789
1789
|
)
|
|
1790
1790
|
|