botocore-stubs 1.37.26__py3-none-any.whl → 1.37.28__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/config.pyi CHANGED
@@ -4,7 +4,7 @@ Type annotations for botocore.config module.
4
4
  Copyright 2025 Vlad Emelianov
5
5
  """
6
6
 
7
- from typing import Literal, Mapping, TypedDict, TypeVar
7
+ from typing import Any, Literal, Mapping, TypedDict, TypeVar
8
8
 
9
9
  from botocore.compat import OrderedDict as OrderedDict
10
10
  from botocore.endpoint import DEFAULT_TIMEOUT as DEFAULT_TIMEOUT
@@ -56,6 +56,13 @@ class Config:
56
56
  use_fips_endpoint: bool | None = None,
57
57
  defaults_mode: bool | None = None,
58
58
  tcp_keepalive: bool | None = False,
59
+ request_min_compression_size_bytes: int | None = None,
60
+ disable_request_compression: bool | None = None,
61
+ sigv4a_signing_region_set: str | None = None,
62
+ client_context_params: Mapping[str, Any] | None = None,
63
+ request_checksum_calculation: Literal["when_supported", "when_required"] | None = None,
64
+ response_checksum_validation: Literal["when_supported", "when_required"] | None = None,
65
+ account_id_endpoint_mode: Literal["preferred", "disabled", "required"] | None = None,
59
66
  ) -> None: ...
60
67
  def merge(self: _Config, other_config: _Config) -> _Config: ...
61
68
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: botocore-stubs
3
- Version: 1.37.26
3
+ Version: 1.37.28
4
4
  Summary: Type annotations and code completion for botocore
5
5
  Author-email: Vlad Emelianov <vlad.emelianov.nz@gmail.com>
6
6
  License: MIT License
@@ -5,7 +5,7 @@ botocore-stubs/awsrequest.pyi,sha256=FK47c-6DyEde-1bS6Yw7TO5A6chLr4IJitQKtnQQSAM
5
5
  botocore-stubs/client.pyi,sha256=0gx6AVs03z0zChrqJrH5hRz1I8OvZ2WrVbDtDqhDLX4,6400
6
6
  botocore-stubs/compat.pyi,sha256=UOEfXGqOqJS0KWLtl6W0zjNDHERqZ5ECSAvxjZqOGDA,2582
7
7
  botocore-stubs/compress.pyi,sha256=UVTu6kMbNgEvkoMxQOh5Evvs02chZRWEUIRf9yiX4-8,638
8
- botocore-stubs/config.pyi,sha256=MAOD7eUcWI1OGXd4J31-3gXte2Q8KRcq9qzYUub3Bys,2542
8
+ botocore-stubs/config.pyi,sha256=_jUEOyLfMN_VbDeLkiIfbOsOOZRLIKcWcmsuomKZfaE,3071
9
9
  botocore-stubs/configloader.pyi,sha256=5sUsnqeN2TDL22KSMSCZOfzircr9xHGQxSB9-lFghDk,420
10
10
  botocore-stubs/configprovider.pyi,sha256=EBOOazu-XW8L2va5jQgtU0p4ka7WZysBOKHGYr-bVV4,4098
11
11
  botocore-stubs/context.pyi,sha256=Qo3WqgcasKya9xhUbQ6D9e0nSMaLYoNzxu_DXc6YIl0,904
@@ -67,8 +67,8 @@ botocore-stubs/retries/quota.pyi,sha256=Z4sBLvnNBtnNE0JV_cHbhLDWGjQYdRyLR0bDG5dR
67
67
  botocore-stubs/retries/special.pyi,sha256=mEmYwXUqdWtpKoxOO0-DZ-lrc91le_WmdO8X4j_UQ1A,530
68
68
  botocore-stubs/retries/standard.pyi,sha256=lpCPzzpy-PwwnPJhHi7BdBKODVTSnv4nxTsDZPtlAS8,4451
69
69
  botocore-stubs/retries/throttling.pyi,sha256=mpd__xuiUjY4Uc8ocquxgD_D2azuXOtBs1J-XoObvwE,582
70
- botocore_stubs-1.37.26.dist-info/licenses/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
71
- botocore_stubs-1.37.26.dist-info/METADATA,sha256=zXX924xycmF4D_LIWwu3VKksUmWi1SNVHmSzw35tyFk,4680
72
- botocore_stubs-1.37.26.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
73
- botocore_stubs-1.37.26.dist-info/top_level.txt,sha256=hB4vH6fIntn8CrZExgrgxRrlukQb06YRGFcOvWZ2th8,15
74
- botocore_stubs-1.37.26.dist-info/RECORD,,
70
+ botocore_stubs-1.37.28.dist-info/licenses/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
71
+ botocore_stubs-1.37.28.dist-info/METADATA,sha256=ihnfPFP4SslwVcK1-NhMf-r3SAUfLhnWCXWDJ8EeCeU,4680
72
+ botocore_stubs-1.37.28.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
73
+ botocore_stubs-1.37.28.dist-info/top_level.txt,sha256=hB4vH6fIntn8CrZExgrgxRrlukQb06YRGFcOvWZ2th8,15
74
+ botocore_stubs-1.37.28.dist-info/RECORD,,