boto3-stubs 1.34.65__tar.gz → 1.35.98__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (64) hide show
  1. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/LICENSE +1 -1
  2. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/PKG-INFO +1058 -868
  3. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/README.md +190 -87
  4. boto3_stubs-1.35.98/boto3-stubs/__init__.pyi +7479 -0
  5. boto3_stubs-1.35.98/boto3-stubs/compat.pyi +13 -0
  6. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/crt.pyi +10 -6
  7. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/docs/__init__.pyi +6 -0
  8. boto3_stubs-1.35.98/boto3-stubs/docs/action.pyi +37 -0
  9. boto3_stubs-1.35.98/boto3-stubs/docs/attr.pyi +33 -0
  10. boto3_stubs-1.35.98/boto3-stubs/docs/base.pyi +19 -0
  11. boto3_stubs-1.35.98/boto3-stubs/docs/client.pyi +9 -0
  12. boto3_stubs-1.35.98/boto3-stubs/docs/collection.pyi +37 -0
  13. boto3_stubs-1.35.98/boto3-stubs/docs/docstring.pyi +18 -0
  14. boto3_stubs-1.35.98/boto3-stubs/docs/method.pyi +27 -0
  15. boto3_stubs-1.35.98/boto3-stubs/docs/resource.pyi +20 -0
  16. boto3_stubs-1.35.98/boto3-stubs/docs/service.pyi +17 -0
  17. boto3_stubs-1.35.98/boto3-stubs/docs/subresource.pyi +22 -0
  18. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/docs/utils.pyi +16 -5
  19. boto3_stubs-1.35.98/boto3-stubs/docs/waiter.pyi +33 -0
  20. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/dynamodb/conditions.pyi +31 -38
  21. boto3_stubs-1.35.98/boto3-stubs/dynamodb/table.pyi +39 -0
  22. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/dynamodb/transform.pyi +18 -12
  23. boto3_stubs-1.35.98/boto3-stubs/dynamodb/types.pyi +48 -0
  24. boto3_stubs-1.35.98/boto3-stubs/ec2/createtags.pyi +12 -0
  25. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/ec2/deletetags.pyi +6 -0
  26. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/exceptions.pyi +6 -0
  27. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/resources/action.pyi +12 -6
  28. boto3_stubs-1.35.98/boto3-stubs/resources/base.pyi +40 -0
  29. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/resources/collection.pyi +10 -6
  30. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/resources/factory.pyi +9 -3
  31. boto3_stubs-1.35.98/boto3-stubs/resources/model.pyi +123 -0
  32. boto3_stubs-1.35.98/boto3-stubs/resources/params.pyi +23 -0
  33. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/resources/response.pyi +20 -14
  34. boto3_stubs-1.35.98/boto3-stubs/s3/constants.pyi +8 -0
  35. boto3_stubs-1.35.98/boto3-stubs/s3/inject.pyi +145 -0
  36. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/s3/transfer.pyi +23 -17
  37. boto3_stubs-1.35.98/boto3-stubs/session.pyi +7911 -0
  38. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/utils.pyi +10 -4
  39. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3_stubs.egg-info/PKG-INFO +1058 -868
  40. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3_stubs.egg-info/SOURCES.txt +11 -0
  41. boto3_stubs-1.35.98/boto3_stubs.egg-info/requires.txt +1634 -0
  42. boto3_stubs-1.35.98/setup.py +896 -0
  43. boto3-stubs-1.34.65/boto3-stubs/__init__.pyi +0 -5485
  44. boto3-stubs-1.34.65/boto3-stubs/compat.pyi +0 -8
  45. boto3-stubs-1.34.65/boto3-stubs/dynamodb/table.pyi +0 -33
  46. boto3-stubs-1.34.65/boto3-stubs/dynamodb/types.pyi +0 -59
  47. boto3-stubs-1.34.65/boto3-stubs/ec2/createtags.pyi +0 -6
  48. boto3-stubs-1.34.65/boto3-stubs/resources/base.pyi +0 -36
  49. boto3-stubs-1.34.65/boto3-stubs/resources/model.pyi +0 -121
  50. boto3-stubs-1.34.65/boto3-stubs/resources/params.pyi +0 -17
  51. boto3-stubs-1.34.65/boto3-stubs/s3/constants.pyi +0 -2
  52. boto3-stubs-1.34.65/boto3-stubs/s3/inject.pyi +0 -139
  53. boto3-stubs-1.34.65/boto3-stubs/session.pyi +0 -5895
  54. boto3-stubs-1.34.65/boto3_stubs.egg-info/requires.txt +0 -1536
  55. boto3-stubs-1.34.65/setup.py +0 -843
  56. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/dynamodb/__init__.pyi +0 -0
  57. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/ec2/__init__.pyi +0 -0
  58. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/py.typed +0 -0
  59. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/resources/__init__.pyi +0 -0
  60. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3-stubs/s3/__init__.pyi +0 -0
  61. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3_stubs.egg-info/dependency_links.txt +0 -0
  62. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3_stubs.egg-info/not-zip-safe +0 -0
  63. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/boto3_stubs.egg-info/top_level.txt +0 -0
  64. {boto3-stubs-1.34.65 → boto3_stubs-1.35.98}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 Vlad Emelianov
3
+ Copyright (c) 2025 Vlad Emelianov
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal