botocore-stubs 1.34.69__py3-none-any.whl → 1.34.85__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of botocore-stubs might be problematic. Click here for more details.

botocore-stubs/compat.pyi CHANGED
@@ -31,6 +31,7 @@ class HTTPHeaders(HTTPMessage):
31
31
  def from_pairs(cls: Type[_R], pairs: Iterable[Tuple[str, Any]]) -> _R: ...
32
32
 
33
33
  file_type: Any
34
+ zip: Any
34
35
  unquote_str = unquote_plus
35
36
 
36
37
  def set_socket_timeout(http_response: Any, timeout: Any) -> None: ...
@@ -1,8 +1,9 @@
1
- from typing import Any, Mapping, Optional
1
+ from typing import Any, Mapping, Optional, Union
2
2
 
3
3
  from botocore.awsrequest import create_request_object as create_request_object
4
4
  from botocore.awsrequest import prepare_request_dict as prepare_request_dict
5
5
  from botocore.compat import OrderedDict as OrderedDict
6
+ from botocore.credentials import Credentials, ReadOnlyCredentials
6
7
  from botocore.exceptions import UnknownClientMethodError as UnknownClientMethodError
7
8
  from botocore.exceptions import UnknownSignatureVersionError as UnknownSignatureVersionError
8
9
  from botocore.exceptions import UnsupportedSignatureVersionError as UnsupportedSignatureVersionError
@@ -10,6 +11,8 @@ from botocore.hooks import BaseEventHooks
10
11
  from botocore.model import ServiceId
11
12
  from botocore.utils import datetime2timestamp as datetime2timestamp
12
13
 
14
+ _CredentialsUnion = Union[Credentials, ReadOnlyCredentials]
15
+
13
16
  class RequestSigner:
14
17
  def __init__(
15
18
  self,
@@ -17,7 +20,7 @@ class RequestSigner:
17
20
  region_name: str,
18
21
  signing_name: str,
19
22
  signature_version: str,
20
- credentials: Any,
23
+ credentials: _CredentialsUnion,
21
24
  event_emitter: BaseEventHooks,
22
25
  auth_token: Optional[str] = ...,
23
26
  ) -> None: ...
@@ -44,6 +47,7 @@ class RequestSigner:
44
47
  signing_name: str,
45
48
  region_name: str,
46
49
  signature_version: Optional[str] = ...,
50
+ request_credentials: Optional[_CredentialsUnion] = ...,
47
51
  **kwargs: Any,
48
52
  ) -> Any: ...
49
53
  get_auth: Any = ...
botocore-stubs/utils.pyi CHANGED
@@ -190,9 +190,6 @@ class S3ExpressIdentityResolver:
190
190
  cache: Optional[S3ExpressIdentityCache] = ...,
191
191
  ) -> None: ...
192
192
  def register(self, event_emitter: Optional[BaseEventHooks] = ...) -> None: ...
193
- def inject_signing_cache_key(
194
- self, params: Mapping[str, Any], context: Mapping[str, Any], **kwargs: Any
195
- ) -> None: ...
196
193
  def apply_signing_cache_key(
197
194
  self, params: Mapping[str, Any], context: Mapping[str, Any], **kwargs: Any
198
195
  ) -> None: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: botocore-stubs
3
- Version: 1.34.69
3
+ Version: 1.34.85
4
4
  Summary: Type annotations and code completion for botocore
5
5
  Home-page: https://youtype.github.io/mypy_boto3_builder/
6
6
  License: MIT
@@ -21,7 +21,6 @@ Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3 :: Only
23
23
  Classifier: Programming Language :: Python :: 3.13
24
- Classifier: Programming Language :: Python :: 3.7
25
24
  Classifier: Programming Language :: Python :: Implementation :: CPython
26
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
26
  Classifier: Typing :: Stubs Only
@@ -3,7 +3,7 @@ botocore-stubs/args.pyi,sha256=e3cUgaHGN-DssT2R0--Xa9jaF2y2z9JSTClRpHPy6eQ,2923
3
3
  botocore-stubs/auth.pyi,sha256=awtpcETSTucIPYVI61eKSvE-dDVqWbPRPVLkq9at1c4,5122
4
4
  botocore-stubs/awsrequest.pyi,sha256=S97jiNSn9oUOEGTw2gXWx34KAtoGvKUuWkZ3DP3e2Q4,4063
5
5
  botocore-stubs/client.pyi,sha256=NS_IoDpOCxdQ4F2_yUxbMp3nE5_kq9CVkyFc_Iy1DQc,6013
6
- botocore-stubs/compat.pyi,sha256=qRCq9VnamOydVPweV89OEBHUSWvWAb1RTZo3zkeAJFI,2291
6
+ botocore-stubs/compat.pyi,sha256=iVtMghzNTPffVMvlCtKDI82lHW9KrFM9jfUcDgltTrU,2300
7
7
  botocore-stubs/compress.pyi,sha256=ruaxxZH6jXGB05RHe81k9Rx3hewTcAhrzdwrlS6iYaU,600
8
8
  botocore-stubs/config.pyi,sha256=iR2yySZX_F9KxY0cM5DjhcJ4GwtSTtioezi_im9CleA,2556
9
9
  botocore-stubs/configloader.pyi,sha256=TB85uH9wTztmO1EQnLvvQ2UYYXHYUTAQ63y0zwjQJbE,335
@@ -58,15 +58,15 @@ botocore-stubs/retries/throttling.pyi,sha256=9CjqK2oro8ddPB-vW0_X-LK7O9gosJjY66h
58
58
  botocore-stubs/retryhandler.pyi,sha256=ntaX5StOw10g5oiCetNkE4F8d0DYlMPfziOyAEbm9lY,2522
59
59
  botocore-stubs/serialize.pyi,sha256=Qbdq8GADYRkv5KaOS1p6C3WAh0rGuW8MiT9OL5wKNwk,1717
60
60
  botocore-stubs/session.pyi,sha256=-y17Wwrw3vdAGGiQWvswMVFCmsVvH2iN3CFlczq2gIU,6959
61
- botocore-stubs/signers.pyi,sha256=aiHhQsTgoCoT1GGHXROB6jktUs4MSRnv-MVx1Ad5WVM,3533
61
+ botocore-stubs/signers.pyi,sha256=n583ryVirnX7oo_YzIH-5khVbBhmsHIHy3dIXjejd3I,3745
62
62
  botocore-stubs/stub.pyi,sha256=dQwDokOAEb2hLCQPyQ5Bq_BD0QFyyyRCKAl73Kbshso,1934
63
63
  botocore-stubs/tokens.pyi,sha256=dnv93uN3lIyyWkmTbvW05R0T9Tb40pYXlKyro-v8z64,1198
64
64
  botocore-stubs/translate.pyi,sha256=0VD5IQFJ-BHD8VIN9A-VdnzDCtMR82DqZal_xSAPjX4,310
65
65
  botocore-stubs/useragent.pyi,sha256=todcxeNhOXoYwx7lhVDCWXJxAx-c4NyM0k9_zItFzOI,1185
66
- botocore-stubs/utils.pyi,sha256=ud0sZG9li1Jhuj37kx9QKncHXwuJuVrwx-Omxa1nxI0,14148
66
+ botocore-stubs/utils.pyi,sha256=TN-XSF8nhRpMY4AAMmtyU9Xjf9qgLukEYz_ZmzncslU,14012
67
67
  botocore-stubs/validate.pyi,sha256=HTvAiEdyqyNXhyuDEHUhtQsPOOHACvbA-m7sUE3Ef4Q,1172
68
68
  botocore-stubs/waiter.pyi,sha256=-imMz_PRyCWtVzwp8wBpP2T1gT6XbWGmLhQ4oiUFtYA,1591
69
- botocore_stubs-1.34.69.dist-info/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
70
- botocore_stubs-1.34.69.dist-info/METADATA,sha256=gMBPDfHfQPy5eY7HqkxiH0sN3oT0Aew6b4Sm_cLyGBY,3407
71
- botocore_stubs-1.34.69.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
72
- botocore_stubs-1.34.69.dist-info/RECORD,,
69
+ botocore_stubs-1.34.85.dist-info/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
70
+ botocore_stubs-1.34.85.dist-info/METADATA,sha256=IEYajsl_vlWM14Ycsjms6cnAPwfxZ8c8XYvfmE_lZ44,3357
71
+ botocore_stubs-1.34.85.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
72
+ botocore_stubs-1.34.85.dist-info/RECORD,,