boto3-stubs 1.34.6__py3-none-any.whl → 1.34.7__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.
- boto3-stubs/__init__.pyi +14 -0
- boto3-stubs/session.pyi +15 -0
- {boto3_stubs-1.34.6.dist-info → boto3_stubs-1.34.7.dist-info}/METADATA +12 -6
- {boto3_stubs-1.34.6.dist-info → boto3_stubs-1.34.7.dist-info}/RECORD +7 -7
- {boto3_stubs-1.34.6.dist-info → boto3_stubs-1.34.7.dist-info}/LICENSE +0 -0
- {boto3_stubs-1.34.6.dist-info → boto3_stubs-1.34.7.dist-info}/WHEEL +0 -0
- {boto3_stubs-1.34.6.dist-info → boto3_stubs-1.34.7.dist-info}/top_level.txt +0 -0
boto3-stubs/__init__.pyi
CHANGED
@@ -266,6 +266,7 @@ from mypy_boto3_neptune_graph.client import NeptuneGraphClient
|
|
266
266
|
from mypy_boto3_neptunedata.client import NeptuneDataClient
|
267
267
|
from mypy_boto3_network_firewall.client import NetworkFirewallClient
|
268
268
|
from mypy_boto3_networkmanager.client import NetworkManagerClient
|
269
|
+
from mypy_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
269
270
|
from mypy_boto3_nimble.client import NimbleStudioClient
|
270
271
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
271
272
|
from mypy_boto3_omics.client import OmicsClient
|
@@ -3673,6 +3674,19 @@ def client(
|
|
3673
3674
|
config: Optional[Config] = ...,
|
3674
3675
|
) -> NetworkManagerClient: ...
|
3675
3676
|
@overload
|
3677
|
+
def client(
|
3678
|
+
service_name: Literal["networkmonitor"],
|
3679
|
+
region_name: Optional[str] = ...,
|
3680
|
+
api_version: Optional[str] = ...,
|
3681
|
+
use_ssl: Optional[bool] = ...,
|
3682
|
+
verify: Union[bool, str, None] = ...,
|
3683
|
+
endpoint_url: Optional[str] = ...,
|
3684
|
+
aws_access_key_id: Optional[str] = ...,
|
3685
|
+
aws_secret_access_key: Optional[str] = ...,
|
3686
|
+
aws_session_token: Optional[str] = ...,
|
3687
|
+
config: Optional[Config] = ...,
|
3688
|
+
) -> CloudWatchNetworkMonitorClient: ...
|
3689
|
+
@overload
|
3676
3690
|
def client(
|
3677
3691
|
service_name: Literal["nimble"],
|
3678
3692
|
region_name: Optional[str] = ...,
|
boto3-stubs/session.pyi
CHANGED
@@ -272,6 +272,7 @@ from mypy_boto3_neptune_graph.client import NeptuneGraphClient
|
|
272
272
|
from mypy_boto3_neptunedata.client import NeptuneDataClient
|
273
273
|
from mypy_boto3_network_firewall.client import NetworkFirewallClient
|
274
274
|
from mypy_boto3_networkmanager.client import NetworkManagerClient
|
275
|
+
from mypy_boto3_networkmonitor.client import CloudWatchNetworkMonitorClient
|
275
276
|
from mypy_boto3_nimble.client import NimbleStudioClient
|
276
277
|
from mypy_boto3_oam.client import CloudWatchObservabilityAccessManagerClient
|
277
278
|
from mypy_boto3_omics.client import OmicsClient
|
@@ -3944,6 +3945,20 @@ class Session:
|
|
3944
3945
|
config: Optional[Config] = ...,
|
3945
3946
|
) -> NetworkManagerClient: ...
|
3946
3947
|
@overload
|
3948
|
+
def client(
|
3949
|
+
self,
|
3950
|
+
service_name: Literal["networkmonitor"],
|
3951
|
+
region_name: Optional[str] = ...,
|
3952
|
+
api_version: Optional[str] = ...,
|
3953
|
+
use_ssl: Optional[bool] = ...,
|
3954
|
+
verify: Union[bool, str, None] = ...,
|
3955
|
+
endpoint_url: Optional[str] = ...,
|
3956
|
+
aws_access_key_id: Optional[str] = ...,
|
3957
|
+
aws_secret_access_key: Optional[str] = ...,
|
3958
|
+
aws_session_token: Optional[str] = ...,
|
3959
|
+
config: Optional[Config] = ...,
|
3960
|
+
) -> CloudWatchNetworkMonitorClient: ...
|
3961
|
+
@overload
|
3947
3962
|
def client(
|
3948
3963
|
self,
|
3949
3964
|
service_name: Literal["nimble"],
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: boto3-stubs
|
3
|
-
Version: 1.34.
|
4
|
-
Summary: Type annotations for boto3 1.34.
|
3
|
+
Version: 1.34.7
|
4
|
+
Summary: Type annotations for boto3 1.34.7 generated with mypy-boto3-builder 7.23.0
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
6
6
|
Author: Vlad Emelianov
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
@@ -293,6 +293,7 @@ Requires-Dist: mypy-boto3-neptune-graph <1.35.0,>=1.34.0 ; extra == 'all'
|
|
293
293
|
Requires-Dist: mypy-boto3-neptunedata <1.35.0,>=1.34.0 ; extra == 'all'
|
294
294
|
Requires-Dist: mypy-boto3-network-firewall <1.35.0,>=1.34.0 ; extra == 'all'
|
295
295
|
Requires-Dist: mypy-boto3-networkmanager <1.35.0,>=1.34.0 ; extra == 'all'
|
296
|
+
Requires-Dist: mypy-boto3-networkmonitor <1.35.0,>=1.34.0 ; extra == 'all'
|
296
297
|
Requires-Dist: mypy-boto3-nimble <1.35.0,>=1.34.0 ; extra == 'all'
|
297
298
|
Requires-Dist: mypy-boto3-oam <1.35.0,>=1.34.0 ; extra == 'all'
|
298
299
|
Requires-Dist: mypy-boto3-omics <1.35.0,>=1.34.0 ; extra == 'all'
|
@@ -489,8 +490,8 @@ Requires-Dist: mypy-boto3-bedrock-runtime <1.35.0,>=1.34.0 ; extra == 'bedrock-r
|
|
489
490
|
Provides-Extra: billingconductor
|
490
491
|
Requires-Dist: mypy-boto3-billingconductor <1.35.0,>=1.34.0 ; extra == 'billingconductor'
|
491
492
|
Provides-Extra: boto3
|
492
|
-
Requires-Dist: boto3 ==1.34.
|
493
|
-
Requires-Dist: botocore ==1.34.
|
493
|
+
Requires-Dist: boto3 ==1.34.7 ; extra == 'boto3'
|
494
|
+
Requires-Dist: botocore ==1.34.7 ; extra == 'boto3'
|
494
495
|
Provides-Extra: braket
|
495
496
|
Requires-Dist: mypy-boto3-braket <1.35.0,>=1.34.0 ; extra == 'braket'
|
496
497
|
Provides-Extra: budgets
|
@@ -919,6 +920,8 @@ Provides-Extra: network-firewall
|
|
919
920
|
Requires-Dist: mypy-boto3-network-firewall <1.35.0,>=1.34.0 ; extra == 'network-firewall'
|
920
921
|
Provides-Extra: networkmanager
|
921
922
|
Requires-Dist: mypy-boto3-networkmanager <1.35.0,>=1.34.0 ; extra == 'networkmanager'
|
923
|
+
Provides-Extra: networkmonitor
|
924
|
+
Requires-Dist: mypy-boto3-networkmonitor <1.35.0,>=1.34.0 ; extra == 'networkmonitor'
|
922
925
|
Provides-Extra: nimble
|
923
926
|
Requires-Dist: mypy-boto3-nimble <1.35.0,>=1.34.0 ; extra == 'nimble'
|
924
927
|
Provides-Extra: oam
|
@@ -1182,7 +1185,7 @@ Requires-Dist: mypy-boto3-xray <1.35.0,>=1.34.0 ; extra == 'xray'
|
|
1182
1185
|

|
1183
1186
|
|
1184
1187
|
Type annotations for
|
1185
|
-
[boto3 1.34.
|
1188
|
+
[boto3 1.34.7](https://boto3.amazonaws.com/v1/documentation/api/1.34.7/index.html)
|
1186
1189
|
compatible with [VSCode](https://code.visualstudio.com/),
|
1187
1190
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
1188
1191
|
[Emacs](https://www.gnu.org/software/emacs/),
|
@@ -1564,7 +1567,7 @@ repository.
|
|
1564
1567
|
|
1565
1568
|
## Submodules
|
1566
1569
|
|
1567
|
-
- `boto3-stubs[all]` - Type annotations for all
|
1570
|
+
- `boto3-stubs[all]` - Type annotations for all 376 services.
|
1568
1571
|
- `boto3-stubs[essential]` - Type annotations for
|
1569
1572
|
[CloudFormation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_cloudformation/),
|
1570
1573
|
[DynamoDB](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_dynamodb/),
|
@@ -2301,6 +2304,9 @@ repository.
|
|
2301
2304
|
- `boto3-stubs[networkmanager]` - Type annotations for
|
2302
2305
|
[NetworkManager](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmanager/)
|
2303
2306
|
service.
|
2307
|
+
- `boto3-stubs[networkmonitor]` - Type annotations for
|
2308
|
+
[CloudWatchNetworkMonitor](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_networkmonitor/)
|
2309
|
+
service.
|
2304
2310
|
- `boto3-stubs[nimble]` - Type annotations for
|
2305
2311
|
[NimbleStudio](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_nimble/)
|
2306
2312
|
service.
|
@@ -1,9 +1,9 @@
|
|
1
|
-
boto3-stubs/__init__.pyi,sha256=
|
1
|
+
boto3-stubs/__init__.pyi,sha256=17FLHT0kNCpPQzMmCjOyQILLWNOC-NB0-uGT0FLCP2Y,202084
|
2
2
|
boto3-stubs/compat.pyi,sha256=xa8V0D9EklCqKSzPAsOCRxSFn9o7ZsabgMB2NbezRU8,151
|
3
3
|
boto3-stubs/crt.pyi,sha256=I9HtByOVDaxLR8UI0IVRgEnd09-9nP7cz6aLchQGJy4,839
|
4
4
|
boto3-stubs/exceptions.pyi,sha256=5RiiwvZt6WJg4NmdBqiw_F3edX-hZCPft50s3YRd_Gg,1253
|
5
5
|
boto3-stubs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
boto3-stubs/session.pyi,sha256=
|
6
|
+
boto3-stubs/session.pyi,sha256=FvX52bsnKW999yBu2I2GqvwnIamtX0zIUpPKea3HZhI,228670
|
7
7
|
boto3-stubs/utils.pyi,sha256=aFM7Aoxm8HuplG367JDYs5-zZ_YQpKr7ONPs1x7f15Y,779
|
8
8
|
boto3-stubs/docs/__init__.pyi,sha256=wGWFUev9EDG-4NT4l-JUjzFUsypBQf2kwFBfdb1uJeU,99
|
9
9
|
boto3-stubs/docs/utils.pyi,sha256=-TPT9ceptcx5Fx7PHeBt6u1jV-PuAudb5VYCtqf7SYg,934
|
@@ -27,8 +27,8 @@ boto3-stubs/s3/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
27
27
|
boto3-stubs/s3/constants.pyi,sha256=9MYiVx6cRf9tcrxvpy0Ubi4HGyrmUj19WQA54lmfoR8,75
|
28
28
|
boto3-stubs/s3/inject.pyi,sha256=UxVi6tYfEYdvc8cKldt9StTEGFHWTdd-867frSfxF9w,4577
|
29
29
|
boto3-stubs/s3/transfer.pyi,sha256=zQ7pQpsCWWo9cdYrOoiuKyiLz_t1sG0_OOznd5DETTo,2508
|
30
|
-
boto3_stubs-1.34.
|
31
|
-
boto3_stubs-1.34.
|
32
|
-
boto3_stubs-1.34.
|
33
|
-
boto3_stubs-1.34.
|
34
|
-
boto3_stubs-1.34.
|
30
|
+
boto3_stubs-1.34.7.dist-info/LICENSE,sha256=v0rThCyxXzUO7rKg6RM8RmmNKO6EvsBx_mdNoXUPxAU,1070
|
31
|
+
boto3_stubs-1.34.7.dist-info/METADATA,sha256=NfDWuB3nfZQhGlxVaIvTZlPy0WFPwH2EivKLB_6P2lk,139219
|
32
|
+
boto3_stubs-1.34.7.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
33
|
+
boto3_stubs-1.34.7.dist-info/top_level.txt,sha256=uB_lQ39lkJ_VYZ_88DxH_zFptJtIwQ_SzeMpW8tRmT4,12
|
34
|
+
boto3_stubs-1.34.7.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|