methodaws 0.0.23__tar.gz → 0.0.24__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.
Files changed (38) hide show
  1. {methodaws-0.0.23 → methodaws-0.0.24}/PKG-INFO +1 -1
  2. {methodaws-0.0.23 → methodaws-0.0.24}/pyproject.toml +1 -1
  3. {methodaws-0.0.23 → methodaws-0.0.24}/README.md +0 -0
  4. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/__init__.py +0 -0
  5. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/core/__init__.py +0 -0
  6. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/core/datetime_utils.py +0 -0
  7. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/core/pydantic_utilities.py +0 -0
  8. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/core/serialization.py +0 -0
  9. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/py.typed +0 -0
  10. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/__init__.py +0 -0
  11. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/credential/__init__.py +0 -0
  12. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/credential/credential_info.py +0 -0
  13. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/credential/credential_report.py +0 -0
  14. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/__init__.py +0 -0
  15. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/certificate.py +0 -0
  16. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/ip_address_type.py +0 -0
  17. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/listener.py +0 -0
  18. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/load_balancer_report.py +0 -0
  19. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/load_balancer_state.py +0 -0
  20. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/load_balancer_v_1.py +0 -0
  21. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/load_balancer_v_2.py +0 -0
  22. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/protocol.py +0 -0
  23. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/target.py +0 -0
  24. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/target_group.py +0 -0
  25. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/target_group_ip_address_type.py +0 -0
  26. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/loadbalancer/target_type.py +0 -0
  27. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/__init__.py +0 -0
  28. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/bucket.py +0 -0
  29. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/bucket_versioning_status.py +0 -0
  30. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/encryption_rule.py +0 -0
  31. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/external_bucket.py +0 -0
  32. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/external_s_3_report.py +0 -0
  33. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/s_3_bucket_acl.py +0 -0
  34. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/s_3_mfa_delete_status.py +0 -0
  35. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/s_3_object_details.py +0 -0
  36. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/s_3_public_access_block_configuration.py +0 -0
  37. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/s_3_report.py +0 -0
  38. {methodaws-0.0.23 → methodaws-0.0.24}/src/methodaws/resources/s_3/s_3_server_side_encryption.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: methodaws
3
- Version: 0.0.23
3
+ Version: 0.0.24
4
4
  Summary:
5
5
  Requires-Python: >=3.8,<4.0
6
6
  Classifier: Intended Audience :: Developers
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "methodaws"
3
- version = "v0.0.23"
3
+ version = "v0.0.24"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
File without changes