botocore-stubs 1.36.17__py3-none-any.whl → 1.36.20__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/args.pyi CHANGED
@@ -28,6 +28,7 @@ LEGACY_GLOBAL_STS_REGIONS: list[str] = ...
28
28
  USERAGENT_APPID_MAXLEN: int = ...
29
29
  VALID_REQUEST_CHECKSUM_CALCULATION_CONFIG: tuple[str, ...] = ...
30
30
  VALID_RESPONSE_CHECKSUM_VALIDATION_CONFIG: tuple[str, ...] = ...
31
+ PRIORITY_ORDERED_SUPPORTED_PROTOCOLS: tuple[str, ...] = ...
31
32
 
32
33
  class _GetClientArgsTypeDef(TypedDict):
33
34
  serializer: BaseRestSerializer
@@ -632,3 +632,4 @@ class EndpointProviderError(BotoCoreError):
632
632
  class EndpointResolutionError(EndpointProviderError): ...
633
633
  class UnknownEndpointResolutionBuiltInName(EndpointProviderError): ...
634
634
  class InvalidChecksumConfigError(BotoCoreError): ...
635
+ class UnsupportedServiceProtocolsError(BotoCoreError): ...
botocore-stubs/model.pyi CHANGED
@@ -111,6 +111,8 @@ class ServiceModel:
111
111
  @CachedProperty
112
112
  def protocol(self) -> str: ...
113
113
  @CachedProperty
114
+ def protocols(self) -> list[str]: ...
115
+ @CachedProperty
114
116
  def endpoint_prefix(self) -> str: ...
115
117
  @CachedProperty
116
118
  def endpoint_discovery_operation(self) -> OperationModel: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: botocore-stubs
3
- Version: 1.36.17
3
+ Version: 1.36.20
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
@@ -1,5 +1,5 @@
1
1
  botocore-stubs/__init__.pyi,sha256=jI0asMgIMYYFngWKCInfwa2GbX6TzXL2FhU9S6j-tIo,657
2
- botocore-stubs/args.pyi,sha256=YqjX1pFYWCfpiVaWyDB3k2Zma9UVEaXvpT95vxmChAg,3063
2
+ botocore-stubs/args.pyi,sha256=aI_p5rDIeispr4ABzmO21-VRrAzykQfsCWN6Lk0ZTiw,3123
3
3
  botocore-stubs/auth.pyi,sha256=5ppwiiwAAcG6p_Elv6dfnBIIU_fpFjdFUf2kIiNmDv4,5403
4
4
  botocore-stubs/awsrequest.pyi,sha256=FK47c-6DyEde-1bS6Yw7TO5A6chLr4IJitQKtnQQSAM,4164
5
5
  botocore-stubs/client.pyi,sha256=0gx6AVs03z0zChrqJrH5hRz1I8OvZ2WrVbDtDqhDLX4,6400
@@ -14,14 +14,14 @@ botocore-stubs/endpoint.pyi,sha256=tNCOVKobczeE01fSxVDQGJ15IhS1BYPNycXXGu7dULE,2
14
14
  botocore-stubs/endpoint_provider.pyi,sha256=YSY3zNAhhiG2ZJP6UmCr9lSkM1hsqmg6CUquHICcgWg,6204
15
15
  botocore-stubs/errorfactory.pyi,sha256=nC8mJFbx2n2II382iUXSdtxOzddaXGQNDpXSJSfSLPg,807
16
16
  botocore-stubs/eventstream.pyi,sha256=kKdJjDPd31AFWPN-s-jiYG0vS1Ek-OWmsb2Np2wEQqY,3541
17
- botocore-stubs/exceptions.pyi,sha256=z5wYLa6G30XRVGrCSxORWIHc2GRXKXmvgXZysNIKKFQ,21560
17
+ botocore-stubs/exceptions.pyi,sha256=Mliw3-y9aSxx9wz8qylMcQQaiD21A2zpw_u8F3JQA9Y,21619
18
18
  botocore-stubs/handlers.pyi,sha256=qjt5nS-mvJIPmKfPbmReIopxlVf7cPK5_XDef3FMg2U,7677
19
19
  botocore-stubs/history.pyi,sha256=dwdRDn3XSr3i4lZP1nKEekyJG1homWE35E-ooTShYRk,643
20
20
  botocore-stubs/hooks.pyi,sha256=-OHS7tNodCAWijs4qy9ccZJZtaEvptxTZVBlsH2DlXo,3050
21
21
  botocore-stubs/httpchecksum.pyi,sha256=N93TmvaPgHyYg_NsRiluiaPdsW_CYGVrMGgnrnxMsN8,2765
22
22
  botocore-stubs/httpsession.pyi,sha256=Bv9wTqeHqE8mgJwVoaUEYUno76Yz691v_qyzv1farn4,2346
23
23
  botocore-stubs/loaders.pyi,sha256=Z19fMqnT3XQKZCJI2NVeqL-ZrGwfwqxT9gGS0x8bHWI,2041
24
- botocore-stubs/model.pyi,sha256=dXWYXxLHz90eyF609RDQw91cFAy4LyAj3B9y9-2hLqY,6778
24
+ botocore-stubs/model.pyi,sha256=T7D5yua2xdT3_yoAdckipQSeahKb2HHvO_yF0hCuefU,6840
25
25
  botocore-stubs/monitoring.pyi,sha256=7habxP-7VxtHG74-a9lAHQHNq6nyHClwJXhtclNmblQ,2893
26
26
  botocore-stubs/paginate.pyi,sha256=211X3_j_Q-FYXWSVyv53fkPxh8rAX1i7iYFCMRNO5TY,2287
27
27
  botocore-stubs/parsers.pyi,sha256=xVQgCS3VZ7fZA-aDMMYTmKEwVcPMgHr3dNJkIbUVXg8,2148
@@ -66,8 +66,8 @@ botocore-stubs/retries/quota.pyi,sha256=Z4sBLvnNBtnNE0JV_cHbhLDWGjQYdRyLR0bDG5dR
66
66
  botocore-stubs/retries/special.pyi,sha256=mEmYwXUqdWtpKoxOO0-DZ-lrc91le_WmdO8X4j_UQ1A,530
67
67
  botocore-stubs/retries/standard.pyi,sha256=lpCPzzpy-PwwnPJhHi7BdBKODVTSnv4nxTsDZPtlAS8,4451
68
68
  botocore-stubs/retries/throttling.pyi,sha256=mpd__xuiUjY4Uc8ocquxgD_D2azuXOtBs1J-XoObvwE,582
69
- botocore_stubs-1.36.17.dist-info/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
70
- botocore_stubs-1.36.17.dist-info/METADATA,sha256=0XE2ZHnt8KYqhZ14j3B3xzt9ep-tizWxhrntH9KzSME,4658
71
- botocore_stubs-1.36.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
72
- botocore_stubs-1.36.17.dist-info/top_level.txt,sha256=hB4vH6fIntn8CrZExgrgxRrlukQb06YRGFcOvWZ2th8,15
73
- botocore_stubs-1.36.17.dist-info/RECORD,,
69
+ botocore_stubs-1.36.20.dist-info/LICENSE,sha256=YIdUJ_cFRZScLZQFyRT_O8yCCxXFhFKmXaqgDpe3rpM,1071
70
+ botocore_stubs-1.36.20.dist-info/METADATA,sha256=CpTFMgI21oJI6tZ6k9TVaek12eaS1qX1LQucoEthgJk,4658
71
+ botocore_stubs-1.36.20.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
72
+ botocore_stubs-1.36.20.dist-info/top_level.txt,sha256=hB4vH6fIntn8CrZExgrgxRrlukQb06YRGFcOvWZ2th8,15
73
+ botocore_stubs-1.36.20.dist-info/RECORD,,